Mercurial > emacs
annotate man/ChangeLog @ 90546:5fd517758629
(x_create_tip_frame) [USE_FONT_BACKEND]: Handle
FontBackend frame parameter.
(x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
x_set_font_backend.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 26 Jul 2006 01:15:30 +0000 |
parents | 8a8e69664178 |
children | 858cb33ae39d |
rev | line source |
---|---|
71950
ad94c37a2dfc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71883
diff
changeset
|
1 2006-07-17 Richard Stallman <rms@gnu.org> |
ad94c37a2dfc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71883
diff
changeset
|
2 |
ad94c37a2dfc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71883
diff
changeset
|
3 * building.texi (Grep Searching): Explain about chaining grep commands. |
ad94c37a2dfc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71883
diff
changeset
|
4 |
71883 | 5 2006-07-12 Michael Olson <mwolson@gnu.org> |
6 | |
7 * erc.texi: Update for ERC 5.1.3. | |
8 | |
71863 | 9 2006-07-12 Alex Schroeder <alex@gnu.org> |
10 | |
11 * rcirc.texi: Fix typos. | |
12 (Getting started with rcirc): New calling convention for M-x irc. | |
13 Mention #rcirc. Removed channel tracking. | |
14 (Configuration): Changed the names of all variables that got changed | |
15 recently, eg. rcirc-server to rcirc-default-server. Added | |
16 documentation for rcirc-authinfo, some background for Bitlbee, and | |
17 rcirc-track-minor-mode. | |
18 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just | |
19 Scrolling. | |
20 (Reconnecting after you have lost the connection): Fixed example code | |
21 to match code changes. | |
22 | |
71749
7af72cf2833c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71741
diff
changeset
|
23 2006-07-10 Nick Roberts <nickrob@snap.net.nz> |
7af72cf2833c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71741
diff
changeset
|
24 |
71750
ee3354abd3d4
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71749
diff
changeset
|
25 * killing.texi, gnus.texi, message.texi, mini.texi: Fix typos. |
71749
7af72cf2833c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71741
diff
changeset
|
26 |
71741
d3243ee91ba0
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong <cyd@stupidchicken.com>
parents:
71715
diff
changeset
|
27 2006-07-09 Chong Yidong <cyd@stupidchicken.com> |
d3243ee91ba0
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong <cyd@stupidchicken.com>
parents:
71715
diff
changeset
|
28 |
d3243ee91ba0
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong <cyd@stupidchicken.com>
parents:
71715
diff
changeset
|
29 * misc.texi (Invoking emacsclient): Document behavior when emacsclient |
d3243ee91ba0
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong <cyd@stupidchicken.com>
parents:
71715
diff
changeset
|
30 is invoked for multiple files. |
d3243ee91ba0
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong <cyd@stupidchicken.com>
parents:
71715
diff
changeset
|
31 |
71715 | 32 2006-07-08 Eli Zaretskii <eliz@gnu.org> |
33 | |
34 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the | |
35 on-line manual for the rest of this node. | |
36 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include | |
37 unconditionally. | |
38 (Windows Processes) <w32-quote-process-args>: Include unconditionally. | |
39 Improve wording. | |
40 (Windows Printing): Improve wording. | |
41 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the | |
42 rest of this node. | |
43 | |
71654
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
44 2006-07-07 Carsten Dominik <dominik@science.uva.nl> |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
45 |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
46 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
47 commands. |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
48 (Global TODO list): Document the use of the variables |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
49 `org-agenda-todo-ignore-scheduled' and |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
50 `org-agenda-todo-list-sublevels'. |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71647
diff
changeset
|
51 |
71647
51afa28213f2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71631
diff
changeset
|
52 2006-07-05 Richard Stallman <rms@gnu.org> |
51afa28213f2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71631
diff
changeset
|
53 |
51afa28213f2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71631
diff
changeset
|
54 * faq.texi (Scrolling only one line): Fix xref. |
51afa28213f2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71631
diff
changeset
|
55 |
71631
3c2eaf387741
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71616
diff
changeset
|
56 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> |
3c2eaf387741
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71616
diff
changeset
|
57 |
3c2eaf387741
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71616
diff
changeset
|
58 * building.texi (Lisp Eval): |
3c2eaf387741
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71616
diff
changeset
|
59 * faq.texi (Evaluating Emacs Lisp code): |
3c2eaf387741
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71616
diff
changeset
|
60 Throughout, replace eval-current-buffer with eval-buffer. |
3c2eaf387741
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71616
diff
changeset
|
61 |
71616
c59f8780b5a0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71615
diff
changeset
|
62 2006-07-05 Nick Roberts <nickrob@snap.net.nz> |
c59f8780b5a0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71615
diff
changeset
|
63 |
c59f8780b5a0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71615
diff
changeset
|
64 * mule.texi (Coding Systems, Specify Coding): Link descriptions |
c59f8780b5a0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71615
diff
changeset
|
65 of character translation. |
c59f8780b5a0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71615
diff
changeset
|
66 |
71596
fd3e0dac0f35
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71593
diff
changeset
|
67 2006-07-04 Nick Roberts <nickrob@snap.net.nz> |
fd3e0dac0f35
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71593
diff
changeset
|
68 |
fd3e0dac0f35
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71593
diff
changeset
|
69 * rmail.texi (Remote Mailboxes): Add missing @code keyword. |
fd3e0dac0f35
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71593
diff
changeset
|
70 |
71593 | 71 2006-07-03 Karl Berry <karl@gnu.org> |
72 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
73 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by |
71593 | 74 not-too-underfull hboxes in the TeX output. |
75 * abbrevs.texi, buffers.texi, building.texi, calendar.texi, | |
76 cmdargs.texi, custom.texi, dired.texi, macos.texi, | |
77 maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi, | |
78 sending.texi, text.texi: fix overfull/underfull boxes. | |
79 | |
71592 | 80 2006-07-03 Romain Francoise <romain@orebokech.com> |
81 | |
82 * m-x.texi (M-x): Fix. | |
83 | |
71590
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
84 2006-07-03 Richard Stallman <rms@gnu.org> |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
85 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
86 * rcirc.texi (Scrolling conservatively): Fix xref. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
87 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
88 * pcl-cvs.texi (Viewing differences): Usage fix. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
89 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
90 * search.texi (Other Repeating Search): filename -> file name. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
91 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
92 * misc.texi (Narrowing): Minor cleanups. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
93 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
94 * files.texi (Visiting): filename -> file name. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
95 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
96 * emacs.texi (Top): Update subnode menus. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
97 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
98 * mule.texi (Coding Systems): Move char translation stuff here. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
99 (Specify Coding, Output Coding): New nodes, out of Recognize Coding. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
100 (Recognize Coding): Substantial local rewrites. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
101 (International): Update menu. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
102 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
103 * display.texi (Auto Scrolling): New node, broken out of Scrolling. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
104 (Scrolling): Substantial local rewrites. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
105 (Display): Update menu and intro. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
106 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
107 * dired.texi: filename -> file name. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
108 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
109 * custom.texi (Safe File Variables): Texinfo usage fix. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
110 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
111 2006-07-03 Ted Zlatanov <tzz@lifelogs.com> |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
112 |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
113 * help.texi, m-x.texi: Lots of cleanups. |
ad634ecfc7ad
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71566
diff
changeset
|
114 |
71566
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71547
diff
changeset
|
115 2006-07-03 Carsten Dominik <dominik@science.uva.nl> |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71547
diff
changeset
|
116 |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71547
diff
changeset
|
117 * org.texi (Agenda commands): Document `s' key to save all org-mode |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71547
diff
changeset
|
118 buffers. |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71547
diff
changeset
|
119 |
71547 | 120 2006-06-30 Eli Zaretskii <eliz@gnu.org> |
121 | |
122 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse) | |
123 (Windows Processes, Windows Misc): Shorten the printed version by | |
124 selectively conditioning less important portions by @ifnottex. | |
125 | |
71543 | 126 2006-06-30 Ralf Angeli <angeli@caeruleus.net> |
127 | |
128 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face | |
129 names. Mention `cvs-msg' face. | |
130 | |
71526
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71507
diff
changeset
|
131 2006-06-29 Carsten Dominik <dominik@science.uva.nl> |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71507
diff
changeset
|
132 |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71507
diff
changeset
|
133 * org.texi (Checkboxes): New section. |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71507
diff
changeset
|
134 |
71507
b322992de32c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71496
diff
changeset
|
135 2006-06-28 Carsten Dominik <dominik@science.uva.nl> |
b322992de32c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71496
diff
changeset
|
136 |
b322992de32c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71496
diff
changeset
|
137 * org.texi (Embedded LaTeX): Fix typos and implement small improvements |
b322992de32c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71496
diff
changeset
|
138 throughout this chapter. |
b322992de32c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71496
diff
changeset
|
139 |
71496
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
140 2006-06-27 Chong Yidong <cyd@stupidchicken.com> |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
141 |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
142 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top" |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
143 text for standalone vs Emacs info. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
144 (Help): Clarify header line description. Use mouse-1 for clicks. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
145 (Help-P): Use mouse-1 for clicks. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
146 (Help-^L): "Top" and "All" not displayed with dashes in Emacs. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
147 (Help-^L, Help-M, Help-Int, Search Index, Go to node) |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
148 (Choose menu subtopic): Remove gratuitous Emacs command names. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
149 (Help-FOO): Put usual behavior first. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
150 (Help-Xref): Clicking on xrefs works in Emacs. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
151 (Search Text): Clarify what the default behavior is. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
152 (Create Info buffer): Fix Emacs window/X window confusion. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
153 (Emacs Info Variables): Fix for new Emacs init file behavior. |
d6f6fe603bad
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
Chong Yidong <cyd@stupidchicken.com>
parents:
71495
diff
changeset
|
154 |
71495
e1bdd26d18a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71480
diff
changeset
|
155 2006-06-27 Richard Stallman <rms@gnu.org> |
e1bdd26d18a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71480
diff
changeset
|
156 |
e1bdd26d18a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71480
diff
changeset
|
157 * mini.texi (Minibuffer File): Minor cleanup. |
e1bdd26d18a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71480
diff
changeset
|
158 |
71480
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
159 2006-06-25 Nick Roberts <nickrob@snap.net.nz> |
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
160 |
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
161 * frames.texi (XTerm Mouse) Rename to... |
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
162 (Text-Only Mouse): ...this. Mention t-mouse-mode. |
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
163 |
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
164 * emacs.texi (Top): Use new node name. |
fadd484f858b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71475
diff
changeset
|
165 |
71466 | 166 2006-06-24 Eli Zaretskii <eliz@gnu.org> |
167 | |
71475 | 168 * emacs.texi (Top): Update the detailed menu according to changes in |
169 msdog.texi. | |
170 | |
71471 | 171 * msdog.texi (Windows Keyboard): New section. |
71475 | 172 (Windows Mouse): New section. |
173 (Windows System Menu): Remove section (text merged with "Windows | |
174 Keyboard"). | |
175 (Windows Misc): New section. | |
71471 | 176 |
71469 | 177 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation. |
178 | |
179 * msdog.texi (ls in Lisp): New section. | |
180 | |
71466 | 181 * files.texi (Visiting): Document case-insensitive wildcard matching |
182 under find-file-wildcards. | |
183 | |
71531 | 184 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> |
185 | |
186 * gnus.texi (Summary Buffer Lines): Fix typo. | |
187 | |
71451
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71416
diff
changeset
|
188 2006-06-23 Carsten Dominik <dominik@science.uva.nl> |
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71416
diff
changeset
|
189 |
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71416
diff
changeset
|
190 * org.texi (Embedded LaTeX): New chapter. |
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71416
diff
changeset
|
191 (Archiving): Section rewritten. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
192 (Enhancing text): Some parts moved to the new chapter about LaTeX. |
71451
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71416
diff
changeset
|
193 |
71416
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
194 2006-06-20 Bill Wohler <wohler@newt.com> |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
195 |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
196 Release MH-E manual version 8.0.1. |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
197 |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
198 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
199 release 8.0.1. |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
200 (Preface): Depend on GNU mailutils 1.0 and higher. |
e198da669233
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71400
diff
changeset
|
201 |
71398 | 202 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org> |
203 | |
204 * message.texi (News Headers): Update message-syntax-checks section. | |
205 | |
71389 | 206 2006-06-19 Karl Berry <karl@gnu.org> |
207 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
208 * info.texi (Advanced): Mention C-q, especially with ?. |
71389 | 209 |
71385
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
210 2006-06-19 Carsten Dominik <dominik@science.uva.nl> |
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
211 |
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
212 * org.texi (Publishing links): Document the `:link-validation-function' |
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
213 property. |
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
214 (Extensions and Hacking): New chapter, includes some sections of the |
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
215 "Miscellaneous" chapter. |
9ee77061d851
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71360
diff
changeset
|
216 |
71360
b4fb555ddd05
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
71311
diff
changeset
|
217 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
b4fb555ddd05
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
71311
diff
changeset
|
218 |
b4fb555ddd05
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
71311
diff
changeset
|
219 * macos.texi (Mac Input): Add description of mac-function-modifier. |
b4fb555ddd05
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
71311
diff
changeset
|
220 Now Unicode keyboard layouts work. |
b4fb555ddd05
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
71311
diff
changeset
|
221 |
71311
289fa893412b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71309
diff
changeset
|
222 2006-06-10 Carsten Dominik <dominik@science.uva.nl> |
289fa893412b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71309
diff
changeset
|
223 |
289fa893412b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71309
diff
changeset
|
224 * org.texi: (Progress logging): New section. |
289fa893412b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71309
diff
changeset
|
225 |
71309
ac498715ccc8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71267
diff
changeset
|
226 2006-06-10 Richard Stallman <rms@gnu.org> |
ac498715ccc8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71267
diff
changeset
|
227 |
ac498715ccc8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71267
diff
changeset
|
228 * mule.texi (Recognize Coding): Clarify previous change. |
ac498715ccc8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71267
diff
changeset
|
229 |
71400 | 230 2006-06-09 Kenichi Handa <handa@m17n.org> |
231 | |
232 * mule.texi (Recognize Coding): Describe the convention of "CODING!" | |
233 notation. | |
234 | |
71267 | 235 2006-06-07 Kevin Ryde <user42@zip.com.au> |
236 | |
237 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main | |
238 manual for @ifnottex, but in emacs-extra for @iftex. | |
239 | |
240 * cmdargs.texi (General Variables): Fix smtpmail xref. | |
241 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
242 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca> |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
243 |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
244 * viper.texi (Viper Specials): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
245 * programs.texi (Comment Commands): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
246 * gnus.texi (Example Setup): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
247 * faq.texi (Backspace invokes help): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
248 * dired-x.texi (Optional Installation Dired Jump): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
249 * custom.texi (Specifying File Variables): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
250 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
251 follow coding conventions. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
252 |
71262 | 253 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de> |
254 | |
255 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail. | |
256 | |
71252
de5774b55f7f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71245
diff
changeset
|
257 2006-06-07 Nick Roberts <nickrob@snap.net.nz> |
de5774b55f7f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71245
diff
changeset
|
258 |
de5774b55f7f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71245
diff
changeset
|
259 * building.texi (Watch Expressions): Move node to end. |
de5774b55f7f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71245
diff
changeset
|
260 (GDB Graphical Interface): Move description of clicks in fringe... |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
261 (GDB commands in the Fringe): ...to here. New node. |
71252
de5774b55f7f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71245
diff
changeset
|
262 |
71245
92cdf6b94754
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71226
diff
changeset
|
263 2006-06-06 Carsten Dominik <dominik@science.uva.nl> |
92cdf6b94754
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71226
diff
changeset
|
264 |
92cdf6b94754
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71226
diff
changeset
|
265 * org.texi: (ASCII export): Document indentation adaptation. |
92cdf6b94754
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71226
diff
changeset
|
266 (Setting tags): Document mutually-exclusive tags. |
92cdf6b94754
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71226
diff
changeset
|
267 |
71224
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
268 2006-06-05 Romain Francoise <romain@orebokech.com> |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
269 |
71226
a6a1e9e44f8b
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Romain Francoise <romain@orebokech.com>
parents:
71225
diff
changeset
|
270 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'. |
a6a1e9e44f8b
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Romain Francoise <romain@orebokech.com>
parents:
71225
diff
changeset
|
271 Fix typo. |
a6a1e9e44f8b
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Romain Francoise <romain@orebokech.com>
parents:
71225
diff
changeset
|
272 |
71225
aa6eaf713f4f
(Question 8.6): Update reference to the Gnus
Romain Francoise <romain@orebokech.com>
parents:
71224
diff
changeset
|
273 * gnus-faq.texi (Question 8.6): Update reference to the Gnus |
aa6eaf713f4f
(Question 8.6): Update reference to the Gnus
Romain Francoise <romain@orebokech.com>
parents:
71224
diff
changeset
|
274 channel (#gnus@irc.freenode.net). |
aa6eaf713f4f
(Question 8.6): Update reference to the Gnus
Romain Francoise <romain@orebokech.com>
parents:
71224
diff
changeset
|
275 Fix typos. Update copyright notice. |
aa6eaf713f4f
(Question 8.6): Update reference to the Gnus
Romain Francoise <romain@orebokech.com>
parents:
71224
diff
changeset
|
276 |
71224
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
277 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
278 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
279 (Line-Up Functions, Custom Macros): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
280 * ediff.texi (Window and Frame Configuration) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
281 (Highlighting Difference Regions, Highlighting Difference Regions): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
282 * emacs-mime.texi (Display Customization): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
283 * erc.texi (History): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
284 * eshell.texi (Known problems): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
285 * eudc.texi (Overview, BBDB): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
286 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
287 (The problem of spam, SpamOracle, Extending the Spam package) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
288 (Conformity, Terminology): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
289 * idlwave.texi (Routine Info, Routine Info) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
290 (Class and Keyword Inheritance, Padding Operators) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
291 (Breakpoints and Stepping, Electric Debug Mode) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
292 (Examining Variables, Troubleshooting): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
293 * org.texi (Creating timestamps): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
294 * reftex.texi (Commands, Options, Changes): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
295 * tramp.texi (Inline methods, Password caching) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
296 (Auto-save and Backup, Issues): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
297 * vip.texi (Files, Commands in Insert Mode): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
298 * viper.texi (Emacs Preliminaries, States in Viper) |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
299 (Packages that Change Keymaps, Viper Specials, Groundwork): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
300 * xresmini.texi (GTK resources): |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
301 Fix various typos. |
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
302 |
71222
6e0c68027a7d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71214
diff
changeset
|
303 2006-06-05 Nick Roberts <nickrob@snap.net.nz> |
6e0c68027a7d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71214
diff
changeset
|
304 |
6e0c68027a7d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71214
diff
changeset
|
305 * building.texi (GDB Graphical Interface): Update bindings. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
306 (Commands of GUD): Add gud-print. Remove gud-run. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
307 Restate availability more generally. |
71222
6e0c68027a7d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71214
diff
changeset
|
308 |
71208
3d3ffeac18d4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71148
diff
changeset
|
309 2006-06-03 Ted Zlatanov <tzz@lifelogs.com> |
3d3ffeac18d4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71148
diff
changeset
|
310 |
3d3ffeac18d4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71148
diff
changeset
|
311 * mini.texi: Lots of cleanups. |
3d3ffeac18d4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71148
diff
changeset
|
312 |
71148
bc57945d0d65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
71131
diff
changeset
|
313 2006-06-01 Luc Teirlinck <teirllm@auburn.edu> |
bc57945d0d65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
71131
diff
changeset
|
314 |
bc57945d0d65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
71131
diff
changeset
|
315 * misc.texi (Shell History Copying): Update descriptions of `C-c RET' |
bc57945d0d65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
71131
diff
changeset
|
316 and Mouse-2. |
bc57945d0d65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
71131
diff
changeset
|
317 |
71131
cd2f1fe2870c
* screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71119
diff
changeset
|
318 2006-06-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
cd2f1fe2870c
* screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71119
diff
changeset
|
319 |
cd2f1fe2870c
* screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71119
diff
changeset
|
320 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open. |
cd2f1fe2870c
* screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71119
diff
changeset
|
321 |
71119 | 322 2006-05-31 Michael Ernst <mernst@alum.mit.edu> |
323 | |
324 * ediff.texi: Fix typos. | |
325 | |
71115
ed36e6560bbe
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71097
diff
changeset
|
326 2006-05-31 Richard Stallman <rms@gnu.org> |
ed36e6560bbe
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71097
diff
changeset
|
327 |
ed36e6560bbe
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71097
diff
changeset
|
328 * basic.texi (Moving Point): Fix previous change. |
ed36e6560bbe
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71097
diff
changeset
|
329 |
71097
440be7e69f07
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71068
diff
changeset
|
330 2006-05-30 Carsten Dominik <dominik@science.uva.nl> |
440be7e69f07
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71068
diff
changeset
|
331 |
440be7e69f07
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71068
diff
changeset
|
332 * org.texi: Small typo fixes. |
440be7e69f07
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71068
diff
changeset
|
333 |
71068
14f10023ee06
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
Michael Albinus <michael.albinus@gmx.de>
parents:
71060
diff
changeset
|
334 2006-05-29 Michael Albinus <michael.albinus@gmx.de> |
14f10023ee06
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
Michael Albinus <michael.albinus@gmx.de>
parents:
71060
diff
changeset
|
335 |
14f10023ee06
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
Michael Albinus <michael.albinus@gmx.de>
parents:
71060
diff
changeset
|
336 * tramp.texi (Frequently Asked Questions): Disable zsh zle. |
14f10023ee06
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
Michael Albinus <michael.albinus@gmx.de>
parents:
71060
diff
changeset
|
337 |
71060
99c0a22860dc
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71046
diff
changeset
|
338 2006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
99c0a22860dc
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71046
diff
changeset
|
339 |
99c0a22860dc
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71046
diff
changeset
|
340 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus. |
99c0a22860dc
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
71046
diff
changeset
|
341 |
71046
7a762d10d1a2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71016
diff
changeset
|
342 2006-05-28 Ted Zlatanov <tzz@lifelogs.com> |
7a762d10d1a2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71016
diff
changeset
|
343 |
7a762d10d1a2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71016
diff
changeset
|
344 * basic.texi: Many simplifications and improvements in wording. |
7a762d10d1a2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
71016
diff
changeset
|
345 |
71016
d3baf42cfb6f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
70975
diff
changeset
|
346 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> |
d3baf42cfb6f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
70975
diff
changeset
|
347 |
d3baf42cfb6f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
70975
diff
changeset
|
348 * pcl-cvs.texi: Fix typos. |
d3baf42cfb6f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
70975
diff
changeset
|
349 (Customization): Say "us". |
d3baf42cfb6f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
70975
diff
changeset
|
350 |
70975 | 351 2006-05-26 Eli Zaretskii <eliz@gnu.org> |
352 | |
353 * org.texi: Remove bogus @setfilename. | |
354 | |
70952
a887dafc4dd1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70933
diff
changeset
|
355 2006-05-26 Carsten Dominik <dominik@science.uva.nl> |
a887dafc4dd1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70933
diff
changeset
|
356 |
a887dafc4dd1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70933
diff
changeset
|
357 * org.texi (ASCII export): Omit command name. |
a887dafc4dd1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70933
diff
changeset
|
358 (HTML export): Add prefix to all lines in Local Variable example. |
a887dafc4dd1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70933
diff
changeset
|
359 (Acknowledgments): Typeset names in italics. |
a887dafc4dd1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70933
diff
changeset
|
360 |
70933
9deaa0c2c11f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70868
diff
changeset
|
361 2006-05-26 Nick Roberts <nickrob@snap.net.nz> |
9deaa0c2c11f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70868
diff
changeset
|
362 |
9deaa0c2c11f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70868
diff
changeset
|
363 * anti.texi (Antinews): Create a node for gdb-ui. |
9deaa0c2c11f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70868
diff
changeset
|
364 |
70868
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
365 2006-05-24 Carsten Dominik <dominik@science.uva.nl> |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
366 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
367 * org.texi: (Plain lists): Add new item navigation commands. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
368 (External links): Document elisp and info links. |
70868
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
369 (Custom searches): New section. |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
370 (Publishing): New chapter. |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
371 (HTML export): Include a list of supported CSS classes. |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
372 (Setting tags): Describe the fast-tag-setting interface. |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70838
diff
changeset
|
373 |
70838
7f097460654d
(Menu Bars, Tool Bars): Add index entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70804
diff
changeset
|
374 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> |
7f097460654d
(Menu Bars, Tool Bars): Add index entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70804
diff
changeset
|
375 |
7f097460654d
(Menu Bars, Tool Bars): Add index entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70804
diff
changeset
|
376 * frames.texi (Menu Bars, Tool Bars): Add index entries. |
7f097460654d
(Menu Bars, Tool Bars): Add index entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70804
diff
changeset
|
377 |
70804
f9fc135ed521
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70800
diff
changeset
|
378 2006-05-20 Richard Stallman <rms@gnu.org> |
f9fc135ed521
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70800
diff
changeset
|
379 |
f9fc135ed521
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70800
diff
changeset
|
380 * dired.texi (Dired Navigation): dired-goto-file is now j. |
f9fc135ed521
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70800
diff
changeset
|
381 |
70800
324a7d0fe3ca
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70792
diff
changeset
|
382 2006-05-20 Luc Teirlinck <teirllm@auburn.edu> |
324a7d0fe3ca
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70792
diff
changeset
|
383 |
324a7d0fe3ca
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70792
diff
changeset
|
384 * dired-x.texi: ifinfo -> ifnottex. |
324a7d0fe3ca
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70792
diff
changeset
|
385 |
70792 | 386 2006-05-20 Eli Zaretskii <eliz@gnu.org> |
387 | |
388 * mule.texi (Coding Systems): Mention the undecided-* coding systems | |
389 and their aliases. | |
390 | |
391 * msdog.texi (Windows Printing): Mention non-support of plain text | |
392 printing with some el-cheapo printers, and suggest a workaround. | |
393 | |
70781 | 394 2006-05-20 Kevin Ryde <user42@zip.com.au> |
395 | |
396 * text.texi (TeX Print): tex-dvi-view-command has a default value, | |
397 remove the bit saying you must set it. | |
398 | |
70745
a7236ba883e9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70721
diff
changeset
|
399 2006-05-19 Luc Teirlinck <teirllm@auburn.edu> |
a7236ba883e9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70721
diff
changeset
|
400 |
70746 | 401 * trouble.texi (Checklist): |
402 * text.texi (Text, Auto Fill, Text Mode): | |
403 * search.texi (Nonincremental Search): | |
404 * rmail.texi (Rmail Labels): | |
405 * mule.texi (Input Methods, Multibyte Conversion): | |
406 * misc.texi (Gnus, Where to Look, PostScript): | |
407 * maintaining.texi (Create Tags Table): | |
408 * indent.texi (Indentation Commands): | |
409 * fixit.texi (Spelling): | |
410 * emacs.texi (Copying): | |
411 * custom.texi (Init File): ifinfo -> ifnottex. | |
70745
a7236ba883e9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
70721
diff
changeset
|
412 |
70721 | 413 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de> |
414 | |
415 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail. | |
416 | |
70702
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
417 2006-05-17 Richard Stallman <rms@gnu.org> |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
418 |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
419 * files.texi (Diff Mode): Mention C-x `. |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
420 |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
421 2006-05-08 Richard Stallman <rms@gnu.org> |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
422 |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
423 * custom.texi (Disabling): Textual cleanups. |
b6ef71fed693
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70670
diff
changeset
|
424 |
70670
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
425 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de> |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
426 |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
427 * message.texi (Interface): Add tool bar customization. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
428 (MIME): Index and text additions for mml-attach. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
429 (MIME): Describe mml-dnd-protocol-alist and |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
430 mml-dnd-attach-options. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
431 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
432 * gnus.texi (Oort Gnus): Reorder entries in sections. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
433 Fix some entries. |
70670
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
434 (Starting Up): Add references to "Emacs for Heathens" and to |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
435 "Finding the News". Add user-full-name and user-mail-address. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
436 (Group Buffer Format): Add tool bar customization and update. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
437 (Summary Buffer): Add tool bar customization. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
438 (Posting Styles): Add message-alternative-emails. |
0a8c36b82781
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader <miles@gnu.org>
parents:
70636
diff
changeset
|
439 |
70636 | 440 2006-05-12 Glenn Morris <rgm@gnu.org> |
441 | |
442 * calendar.texi (Displaying the Diary, Format of Diary File): | |
443 Refer to diary-view-entries, diary-list-entries, | |
444 diary-show-all-entries rather than obsolete aliases. | |
445 | |
70612 | 446 2006-05-12 Eli Zaretskii <eliz@gnu.org> |
447 | |
70631 | 448 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary) |
70746 | 449 (Displaying the Diary, Special Diary Entries, Importing Diary): |
450 * building.texi (Compilation Shell): | |
70631 | 451 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to |
452 emacs-xtra with @inforef's. | |
453 | |
70628 | 454 * files.texi (Visiting): Fix wording. |
455 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
456 * mule.texi (Coding Systems, Text Coding): More indexing. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
457 Mention that C-x RET f can set eol conversion. |
70612 | 458 |
70532
eabc2170431c
* tramp.texi (Filename completion): Improve wording.
Michael Albinus <michael.albinus@gmx.de>
parents:
70511
diff
changeset
|
459 2006-05-09 Michael Albinus <michael.albinus@gmx.de> |
eabc2170431c
* tramp.texi (Filename completion): Improve wording.
Michael Albinus <michael.albinus@gmx.de>
parents:
70511
diff
changeset
|
460 |
eabc2170431c
* tramp.texi (Filename completion): Improve wording.
Michael Albinus <michael.albinus@gmx.de>
parents:
70511
diff
changeset
|
461 * tramp.texi (Filename completion): Improve wording. |
eabc2170431c
* tramp.texi (Filename completion): Improve wording.
Michael Albinus <michael.albinus@gmx.de>
parents:
70511
diff
changeset
|
462 |
70509
35036885ffb9
* xresources.texi (GTK resources): metafont should be menufont.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70507
diff
changeset
|
463 2006-05-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
35036885ffb9
* xresources.texi (GTK resources): metafont should be menufont.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70507
diff
changeset
|
464 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
465 * xresmini.texi (GTK resources): Insert GTK description. |
70511
cd1e2cf9f28c
* xresmini.texi (GTK resources): Inserted GTK description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70509
diff
changeset
|
466 |
70509
35036885ffb9
* xresources.texi (GTK resources): metafont should be menufont.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70507
diff
changeset
|
467 * xresources.texi (GTK resources): metafont should be menufont. |
35036885ffb9
* xresources.texi (GTK resources): metafont should be menufont.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70507
diff
changeset
|
468 |
70501
b31d4dcfe813
(Using regular expressions): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
70487
diff
changeset
|
469 2006-05-07 Romain Francoise <romain@orebokech.com> |
b31d4dcfe813
(Using regular expressions): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
70487
diff
changeset
|
470 |
b31d4dcfe813
(Using regular expressions): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
70487
diff
changeset
|
471 * faq.texi (Using regular expressions): Fix typo. |
70507
dd8efbe5f0a0
(Replacing text across multiple files): Expand node to explain how
Romain Francoise <romain@orebokech.com>
parents:
70501
diff
changeset
|
472 (Packages that do not come with Emacs): Fix capitalization. |
dd8efbe5f0a0
(Replacing text across multiple files): Expand node to explain how
Romain Francoise <romain@orebokech.com>
parents:
70501
diff
changeset
|
473 (Replacing text across multiple files): Expand node to explain how |
dd8efbe5f0a0
(Replacing text across multiple files): Expand node to explain how
Romain Francoise <romain@orebokech.com>
parents:
70501
diff
changeset
|
474 to use `dired-do-query-replace-regexp' in more detail, based on |
dd8efbe5f0a0
(Replacing text across multiple files): Expand node to explain how
Romain Francoise <romain@orebokech.com>
parents:
70501
diff
changeset
|
475 suggestion by Eric Hanchrow <offby1@blarg.net>. |
70501
b31d4dcfe813
(Using regular expressions): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
70487
diff
changeset
|
476 |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
477 2006-05-06 Michael Albinus <michael.albinus@gmx.de> |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
478 |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
479 * mini.texi (Completion Options): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
480 * tramp.texi (Filename completion): Completion of remote files' |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
481 method, user name and host name is active only in partial |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
482 completion mode. |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
483 |
70481
ac84eff5baf0
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70480
diff
changeset
|
484 2006-05-06 Bill Wohler <wohler@newt.com> |
ac84eff5baf0
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70480
diff
changeset
|
485 |
ac84eff5baf0
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70480
diff
changeset
|
486 Release MH-E manual version 8.0. |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
487 |
70481
ac84eff5baf0
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70480
diff
changeset
|
488 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
ac84eff5baf0
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70480
diff
changeset
|
489 release 8.0. |
ac84eff5baf0
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70480
diff
changeset
|
490 |
70482
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
491 2006-05-06 Bill Wohler <wohler@newt.com> |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
492 |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
493 * mh-e.texi (MH-BOOK-HOME): Change from |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
494 http://www.ics.uci.edu/~mh/book/mh to |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
495 http://rand-mh.sourceforge.net/book/mh. |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
496 Replace .htm suffix with .html for MH book files. |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
497 (Using This Manual): Update key binding for getting relevant |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
498 chapter in Info from command key. |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
499 (Ranges): Fix itemx. |
f3cb9280be5d
(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler <wohler@newt.com>
parents:
70481
diff
changeset
|
500 |
70474 | 501 2006-05-06 Eli Zaretskii <eliz@gnu.org> |
502 | |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
503 * makefile.w32-in (emacs.dvi): |
70480 | 504 * Makefile.in (emacs.dvi): Add xresmini.texi |
505 | |
70478 | 506 * xresmini.texi (Table of Resources): Remove xref to non-existent |
507 node "LessTif Resources". | |
508 | |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
509 * msdog.texi (Microsoft Windows): |
70474 | 510 * calendar.texi (Calendar/Diary, Displaying the Diary) |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
511 (Special Diary Entries, Importing Diary, Holidays): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
512 * programs.texi (Program Modes): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
513 * text.texi (Text): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
514 * buffers.texi (Several Buffers): |
70474 | 515 * files.texi (Comparing Files): Fix cross-references to emacs-xtra. |
516 | |
70436 | 517 2006-05-06 Eli Zaretskii <eliz@gnu.org> |
518 | |
70460 | 519 The following changes merge the emacs-xtra manual into the main |
520 manual, but only for on-line version of the manual. | |
70468 | 521 |
522 * vc2-xtra.texi (Version Backups, Local Version Control) | |
523 (Making Snapshots, Change Logs and VC, Version Headers) | |
524 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for | |
525 on-line manual. | |
526 | |
527 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's | |
528 for on-line manual. | |
529 | |
530 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse) | |
531 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing) | |
532 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's | |
533 for on-line manual. | |
534 | |
535 * fortran-xtra.texi (Fortran, Fortran Autofill) | |
536 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's | |
537 for on-line manual. | |
538 | |
539 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]: | |
540 Conditional xref's for on-line manual. | |
541 | |
542 * emerge-xtra.texi (Emerge, Overview of Emerge) | |
543 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line | |
544 manual. | |
545 | |
70460 | 546 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra. |
547 (EMACS_XTRA): New variable, lists the new *-xtra.texi files. | |
548 (EMACSSOURCES): Use EMACS_XTRA. | |
549 (../info/emacs-xtra): Remove. | |
550 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites. | |
551 | |
552 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra. | |
553 (EMACS_XTRA): New variable, lists the new *-xtra.texi files. | |
554 (EMACSSOURCES): Use EMACS_XTRA. | |
555 ($(infodir)/emacs-xtra): Remove. | |
556 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites. | |
557 | |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
558 * trouble.texi (Quitting): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
559 * text.texi (Text): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
560 * programs.texi (Program Modes): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
561 * msdog.texi (Microsoft Windows): |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
562 * frames.texi (Frames): |
70460 | 563 * files.texi (Backup, Version Control, VC Concepts) |
564 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions) | |
565 (Registering, VC Status, VC Undo, Multi-User Branching) | |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
566 (Comparing Files): |
70460 | 567 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary) |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
568 (Displaying the Diary, Special Diary Entries, Importing Diary): |
70460 | 569 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by |
570 conditional xref's, depending on @iftex/@ifnottex. | |
571 | |
572 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for | |
573 "MS-DOS". @include msdog-xtra.texi. | |
574 | |
575 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran". | |
576 <Top Level> [ifnottex]: @include fortran-xtra.texi. | |
577 | |
578 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries | |
579 for vc-xtra.texi subsections. | |
580 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it. | |
581 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi. | |
582 | |
583 * sending.texi (Sending Mail): A @node line without explicit Prev, | |
584 Next, and Up links. | |
585 | |
586 * abbrevs.texi (Abbrevs): A @node line without explicit Prev, | |
587 Next, and Up links. | |
588 | |
589 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode" | |
590 and its sections. @include picture-xtra.texi | |
591 | |
592 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for | |
593 "Emerge". | |
594 (List Tags) [ifnottex]: @include emerge-xtra.texi. | |
595 | |
596 * cal-xtra.texi (Daylight Savings): Remove this node: it is an | |
597 exact duplicate of its name-sake in calendar.texi. | |
598 | |
599 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for | |
600 "Advanced Calendar/Diary Usage". | |
601 (Time Intervals) [ifnottex]: @include cal-xtra.texi. | |
602 | |
603 * dired.texi (Subdirectories in Dired) [ifnottex]: @include | |
604 dired-xtra.texi. | |
605 (Dired) [ifnottex]: Add menu entry for "Subdir Switches". | |
606 | |
607 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi. | |
608 (Files) [ifnottex]: Add menu entry for Autorevert. | |
609 | |
610 * emacs-xtra.texi (Introduction): Reword to make consistent with | |
611 printed version only. | |
612 <Top level>: Remove the body of all chapters and move them to the | |
613 new *-xtra.texi files. Use @raisesections and @lowersections to | |
614 convert sections to chapters etc. | |
615 | |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
616 * msdog-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
617 * fortran-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
618 * vc-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
619 * vc1-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
620 * vc2-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
621 * emerge-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
622 * cal-xtra.texi: |
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
623 * dired-xtra.texi: |
70460 | 624 * arevert-xtra.texi: New files, with text from respective chapters |
625 of emacs-xtra.texi. Convert each @chapter into @section, @section | |
626 into @subsection, etc. | |
627 | |
70438 | 628 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references |
629 updated. | |
630 | |
70436 | 631 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft |
632 Windows". All references updated. | |
633 | |
70432
12baf8c4ffbb
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70410
diff
changeset
|
634 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
12baf8c4ffbb
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70410
diff
changeset
|
635 |
12baf8c4ffbb
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70410
diff
changeset
|
636 * macos.texi (Mac Input): Mention input from Character Palette. |
12baf8c4ffbb
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70410
diff
changeset
|
637 (Mac Font Specs): Fix typo. |
12baf8c4ffbb
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70410
diff
changeset
|
638 |
70410
0a133dd47f7d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70407
diff
changeset
|
639 2006-05-05 Richard Stallman <rms@gnu.org> |
0a133dd47f7d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70407
diff
changeset
|
640 |
0a133dd47f7d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70407
diff
changeset
|
641 * files.texi (Diff Mode): Minor cleanup. |
0a133dd47f7d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70407
diff
changeset
|
642 |
70407
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
643 2006-05-05 Karl Berry <karl@gnu.org> |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
644 |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
645 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): new cmds. |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
646 (\fonttextsize): new user-level command to change text font size. |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
647 * emacs.texi: call @fonttextsize 10, inside @tex to avoid |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
648 errors from the current release of makeinfo (4.8). |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
649 * help.texi (Library Keywords): change widest word in multitable |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
650 template from `emulations' to `convenience'. (Not sure if this is |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
651 related to the font change.) |
0c8d6310fd45
reduce body text size for emacs manual to 10pt
Karl Berry <karl@gnu.org>
parents:
70401
diff
changeset
|
652 |
70399 | 653 2006-05-05 Eli Zaretskii <eliz@gnu.org> |
654 | |
655 * files.texi (File Names): Add a footnote about limited support of | |
656 ~USER on MS-Windows. | |
657 | |
658 * cmdargs.texi (Initial Options): Add a footnote about limited | |
659 support of ~USER on MS-Windows. | |
660 | |
70370
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
661 2006-05-03 Richard Stallman <rms@gnu.org> |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
662 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
663 * files.texi (Diff Mode): Node moved here. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
664 (Comparing Files): Delete what duplicates new node. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
665 (Files): Put Diff Mode in menu. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
666 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
667 * misc.texi (Diff Mode): Moved to files.texi. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
668 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
669 * emacs.texi (Top): Update menu for Diff Mode. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
670 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
671 * trouble.texi (Emergency Escape): Simplify. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
672 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
673 * emacs.texi (Top): Minor clarification. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
674 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
675 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com> |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
676 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
677 * commands.texi, entering.texi, screen.texi: Many simplifications. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
678 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
679 2006-05-03 Richard Stallman <rms@gnu.org> |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
680 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
681 * commands.texi (Text Characters): Delete paragraph about unibyte |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
682 non-ASCII printing chars. |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
683 |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
684 * killing.texi (Killing): Say "graphical displays". |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
685 * display.texi: Say "graphical displays". |
70487
737e59692915
* mini.texi (Completion Options):
Michael Albinus <michael.albinus@gmx.de>
parents:
70482
diff
changeset
|
686 |
70370
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
687 * cmdargs.texi (Misc X): Say "graphical displays". |
1495a3d3fbb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70337
diff
changeset
|
688 |
70337
75313660a170
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70335
diff
changeset
|
689 2006-05-01 Richard Stallman <rms@gnu.org> |
75313660a170
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70335
diff
changeset
|
690 |
75313660a170
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70335
diff
changeset
|
691 * emacs.texi (Top): Add Diff Mode to menu. |
75313660a170
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70335
diff
changeset
|
692 |
70335
1ece0b2eac6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70313
diff
changeset
|
693 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu> |
1ece0b2eac6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70313
diff
changeset
|
694 |
1ece0b2eac6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70313
diff
changeset
|
695 * misc.texi (Diff Mode): New node. |
1ece0b2eac6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70313
diff
changeset
|
696 |
70308
7d6d4101f890
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70296
diff
changeset
|
697 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
7d6d4101f890
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70296
diff
changeset
|
698 |
7d6d4101f890
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70296
diff
changeset
|
699 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support. |
7d6d4101f890
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70296
diff
changeset
|
700 (Mac Environment Variables): Shorten example line. |
7d6d4101f890
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70296
diff
changeset
|
701 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI. |
7d6d4101f890
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
70296
diff
changeset
|
702 |
70296
69cfa5d95784
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70283
diff
changeset
|
703 2006-05-01 Nick Roberts <nickrob@snap.net.nz> |
69cfa5d95784
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70283
diff
changeset
|
704 |
69cfa5d95784
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70283
diff
changeset
|
705 * building.texi (GUD Customization): Describe cases %d and %c. |
69cfa5d95784
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70283
diff
changeset
|
706 Update description for %e. |
69cfa5d95784
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70283
diff
changeset
|
707 |
70313 | 708 2006-04-30 Glenn Morris <rgm@gnu.org> |
709 | |
710 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra. | |
711 | |
70283
fe86bf681435
* help-fns.el (describe-variable): Add info about safe local variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70261
diff
changeset
|
712 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> |
fe86bf681435
* help-fns.el (describe-variable): Add info about safe local variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70261
diff
changeset
|
713 |
fe86bf681435
* help-fns.el (describe-variable): Add info about safe local variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70261
diff
changeset
|
714 * custom.texi (Examining): Update C-h v output example. |
fe86bf681435
* help-fns.el (describe-variable): Add info about safe local variables.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70261
diff
changeset
|
715 |
70261 | 716 2006-04-29 Kim F. Storm <storm@cua.dk> |
717 | |
718 * building.texi (Grep Searching): Add lgrep and rgrep. | |
719 | |
70245
322c5c5027dc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader <miles@gnu.org>
parents:
70212
diff
changeset
|
720 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de> |
322c5c5027dc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader <miles@gnu.org>
parents:
70212
diff
changeset
|
721 |
322c5c5027dc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader <miles@gnu.org>
parents:
70212
diff
changeset
|
722 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify. |
322c5c5027dc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader <miles@gnu.org>
parents:
70212
diff
changeset
|
723 |
70401 | 724 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change) |
70245
322c5c5027dc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader <miles@gnu.org>
parents:
70212
diff
changeset
|
725 |
70261 | 726 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent. |
70245
322c5c5027dc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader <miles@gnu.org>
parents:
70212
diff
changeset
|
727 |
70212
4d2e0eb216a2
(Getting Started): Made it more explicit that you need to install MH,
Bill Wohler <wohler@newt.com>
parents:
70196
diff
changeset
|
728 2006-04-24 Bill Wohler <wohler@newt.com> |
4d2e0eb216a2
(Getting Started): Made it more explicit that you need to install MH,
Bill Wohler <wohler@newt.com>
parents:
70196
diff
changeset
|
729 |
70261 | 730 * mh-e.texi (Getting Started): Make it more explicit that you need |
731 to install MH. Add pointers to current MH implementations. | |
70212
4d2e0eb216a2
(Getting Started): Made it more explicit that you need to install MH,
Bill Wohler <wohler@newt.com>
parents:
70196
diff
changeset
|
732 |
70194
c26552fcb626
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70176
diff
changeset
|
733 2006-04-23 Richard Stallman <rms@gnu.org> |
c26552fcb626
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70176
diff
changeset
|
734 |
70196
874b926e482a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70194
diff
changeset
|
735 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi. |
874b926e482a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70194
diff
changeset
|
736 |
874b926e482a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70194
diff
changeset
|
737 * xresmini.texi: New file. |
874b926e482a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70194
diff
changeset
|
738 |
70194
c26552fcb626
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70176
diff
changeset
|
739 * xresources.texi (Face Resources): Split table into font resources |
c26552fcb626
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70176
diff
changeset
|
740 and the rest. Combine similar attributes for brevity. |
c26552fcb626
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70176
diff
changeset
|
741 |
70176
92dfa83b08e5
Release MH-E manual version 7.94.
Bill Wohler <wohler@newt.com>
parents:
70163
diff
changeset
|
742 2006-04-21 Bill Wohler <wohler@newt.com> |
92dfa83b08e5
Release MH-E manual version 7.94.
Bill Wohler <wohler@newt.com>
parents:
70163
diff
changeset
|
743 |
92dfa83b08e5
Release MH-E manual version 7.94.
Bill Wohler <wohler@newt.com>
parents:
70163
diff
changeset
|
744 Release MH-E manual version 7.94. |
70261 | 745 |
70176
92dfa83b08e5
Release MH-E manual version 7.94.
Bill Wohler <wohler@newt.com>
parents:
70163
diff
changeset
|
746 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
92dfa83b08e5
Release MH-E manual version 7.94.
Bill Wohler <wohler@newt.com>
parents:
70163
diff
changeset
|
747 release 7.94. |
92dfa83b08e5
Release MH-E manual version 7.94.
Bill Wohler <wohler@newt.com>
parents:
70163
diff
changeset
|
748 |
70163
a748a974978d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70158
diff
changeset
|
749 2006-04-21 Carsten Dominik <dominik@science.uva.nl> |
a748a974978d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70158
diff
changeset
|
750 |
a748a974978d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70158
diff
changeset
|
751 * org.texi: Many small fixes. |
70261 | 752 (Handling links): Rename from "Managing links". |
70163
a748a974978d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70158
diff
changeset
|
753 |
70158 | 754 2006-04-21 Eli Zaretskii <eliz@gnu.org> |
755 | |
756 * emacs-xtra.texi (MS-DOS File Names): Remove section about | |
757 backslashes and case-insensitivity in file names (moved to the | |
758 main manual). | |
759 (MS-DOS Printing): Move most of the text to the main manual. | |
760 | |
761 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing): | |
762 New nodes. | |
763 (Windows Processes, Windows System Menu): Add index entries and | |
764 fix wording. | |
765 | |
70138
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
766 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de> |
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
767 |
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
768 * gnus.texi (Spam Statistics Package): Fix typo in @pxref. |
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
769 (Splitting mail using spam-stat): Fix @xref. |
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
770 |
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
771 2006-04-20 Chong Yidong <cyd@stupidchicken.com> |
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
772 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
773 * gnus.texi (Spam Package): Major revision of the text. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
774 Previouly this node was "Filtering Spam Using The Spam ELisp Package". |
70138
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
775 |
70134
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70110
diff
changeset
|
776 2006-04-20 Carsten Dominik <dominik@science.uva.nl> |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70110
diff
changeset
|
777 |
70261 | 778 * org.texi (Time stamps): Better explanation of the purpose of |
70134
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70110
diff
changeset
|
779 different time stamps. |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70110
diff
changeset
|
780 (Structure editing, Plain lists): More details on how new items |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70110
diff
changeset
|
781 and headings are inserted. |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70110
diff
changeset
|
782 |
70110
ce4a07c75843
* misc.texi (Shell Ring): Added notes on saved input when navigating off
J.D. Smith <jdsmith@as.arizona.edu>
parents:
70080
diff
changeset
|
783 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu> |
ce4a07c75843
* misc.texi (Shell Ring): Added notes on saved input when navigating off
J.D. Smith <jdsmith@as.arizona.edu>
parents:
70080
diff
changeset
|
784 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
785 * misc.texi (Shell Ring): Add notes on saved input when |
70138
a11cae0b1787
2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70134
diff
changeset
|
786 navigating off the end of the history list. |
70110
ce4a07c75843
* misc.texi (Shell Ring): Added notes on saved input when navigating off
J.D. Smith <jdsmith@as.arizona.edu>
parents:
70080
diff
changeset
|
787 |
70080
e7bda2fbb250
* misc.texi (Shell Options): Correct default value of
Chong Yidong <cyd@stupidchicken.com>
parents:
70066
diff
changeset
|
788 2006-04-18 Chong Yidong <cyd@mit.edu> |
e7bda2fbb250
* misc.texi (Shell Options): Correct default value of
Chong Yidong <cyd@stupidchicken.com>
parents:
70066
diff
changeset
|
789 |
e7bda2fbb250
* misc.texi (Shell Options): Correct default value of
Chong Yidong <cyd@stupidchicken.com>
parents:
70066
diff
changeset
|
790 * misc.texi (Shell Options): Correct default value of |
e7bda2fbb250
* misc.texi (Shell Options): Correct default value of
Chong Yidong <cyd@stupidchicken.com>
parents:
70066
diff
changeset
|
791 comint-scroll-show-maximum-output. |
e7bda2fbb250
* misc.texi (Shell Options): Correct default value of
Chong Yidong <cyd@stupidchicken.com>
parents:
70066
diff
changeset
|
792 |
70066
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70063
diff
changeset
|
793 2006-04-18 Carsten Dominik <dominik@science.uva.nl> |
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70063
diff
changeset
|
794 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
795 * org.texi (Formula syntax): Fix link to Calc Manual. |
70066
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70063
diff
changeset
|
796 |
70063
be502e8c29ea
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Miles Bader <miles@gnu.org>
parents:
70060
diff
changeset
|
797 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de> |
be502e8c29ea
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Miles Bader <miles@gnu.org>
parents:
70060
diff
changeset
|
798 |
be502e8c29ea
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Miles Bader <miles@gnu.org>
parents:
70060
diff
changeset
|
799 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1. |
be502e8c29ea
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Miles Bader <miles@gnu.org>
parents:
70060
diff
changeset
|
800 |
70060
f59d014a5333
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler <wohler@newt.com>
parents:
70055
diff
changeset
|
801 2006-04-17 Bill Wohler <wohler@newt.com> |
f59d014a5333
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler <wohler@newt.com>
parents:
70055
diff
changeset
|
802 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
803 * mh-e.texi (Folders): Update mh-before-quit-hook and |
70060
f59d014a5333
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler <wohler@newt.com>
parents:
70055
diff
changeset
|
804 mh-quit-hook example with code that removes the buffers rather |
f59d014a5333
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler <wohler@newt.com>
parents:
70055
diff
changeset
|
805 than just bury them. |
f59d014a5333
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler <wohler@newt.com>
parents:
70055
diff
changeset
|
806 |
70055
a56d4dbf7c1e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70049
diff
changeset
|
807 2006-04-18 Nick Roberts <nickrob@snap.net.nz> |
a56d4dbf7c1e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70049
diff
changeset
|
808 |
a56d4dbf7c1e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70049
diff
changeset
|
809 * building.texi (Watch Expressions): Update. |
a56d4dbf7c1e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70049
diff
changeset
|
810 |
70049
def3f4aee280
Sync with Tramp 2.0.53.
Michael Albinus <michael.albinus@gmx.de>
parents:
70012
diff
changeset
|
811 2006-04-17 Michael Albinus <michael.albinus@gmx.de> |
def3f4aee280
Sync with Tramp 2.0.53.
Michael Albinus <michael.albinus@gmx.de>
parents:
70012
diff
changeset
|
812 |
def3f4aee280
Sync with Tramp 2.0.53.
Michael Albinus <michael.albinus@gmx.de>
parents:
70012
diff
changeset
|
813 Sync with Tramp 2.0.53. |
def3f4aee280
Sync with Tramp 2.0.53.
Michael Albinus <michael.albinus@gmx.de>
parents:
70012
diff
changeset
|
814 |
69998
879c8cad8811
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69977
diff
changeset
|
815 2006-04-13 Carsten Dominik <dominik@science.uva.nl> |
879c8cad8811
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69977
diff
changeset
|
816 |
70261 | 817 * org.texi (Updating settings): New section. |
70012
5ef1c2eeca24
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69998
diff
changeset
|
818 (Visibility cycling): Better names for the startup folding |
5ef1c2eeca24
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69998
diff
changeset
|
819 options. |
5ef1c2eeca24
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69998
diff
changeset
|
820 (Exporting): Completely restructured. |
5ef1c2eeca24
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69998
diff
changeset
|
821 (The very busy C-c C-c key): New section. |
5ef1c2eeca24
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69998
diff
changeset
|
822 (Summary of in-buffer settings): New section. |
69998
879c8cad8811
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69977
diff
changeset
|
823 |
69977
b2ed1f1fc9e0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69972
diff
changeset
|
824 2006-04-12 Richard Stallman <rms@gnu.org> |
b2ed1f1fc9e0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69972
diff
changeset
|
825 |
b2ed1f1fc9e0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69972
diff
changeset
|
826 * search.texi: Clean up previous change. |
b2ed1f1fc9e0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69972
diff
changeset
|
827 |
69972 | 828 2006-04-12 Eli Zaretskii <eliz@gnu.org> |
829 | |
830 * search.texi (Regexp Backslash, Regexp Replace): Add index | |
831 entries for ``back reference'' and mention the term itself in the | |
832 text. | |
833 | |
69947
9abea3d88eac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69945
diff
changeset
|
834 2006-04-11 Richard Stallman <rms@gnu.org> |
9abea3d88eac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69945
diff
changeset
|
835 |
9abea3d88eac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69945
diff
changeset
|
836 * custom.texi (Safe File Variables): |
9abea3d88eac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69945
diff
changeset
|
837 Document enable-local-variables = :safe. |
9abea3d88eac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69945
diff
changeset
|
838 |
69945
87cbb18a44b0
move more advanced vc info to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69944
diff
changeset
|
839 2006-04-11 Karl Berry <karl@gnu.org> |
87cbb18a44b0
move more advanced vc info to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69944
diff
changeset
|
840 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
841 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands) |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
842 (Remote Repositories, Version Backups, Local Version Control) |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
843 (Snapshots, Making and Using Snapshots, Snapshot Caveats) |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
844 (Miscellaneous Commands and Features of VC, Change Logs and VC) |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
845 (Renaming VC Work Files and Master Files) |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
846 (Inserting Version Control Headers, Customizing VC, General Options) |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
847 (Options for RCS and SCCS, Options specific for CVS): Move all |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
848 these nodes to emacs-xtra.texi, for brevity. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
849 * cmdargs.texi, files.texi: change cross-references. |
69945
87cbb18a44b0
move more advanced vc info to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69944
diff
changeset
|
850 |
69944
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
851 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de> |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
852 |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
853 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released. |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
854 |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
855 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de> |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
856 |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
857 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap) |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
858 (Server Commands): Key `v' is reserved for users. |
a87e26272828
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-210
Miles Bader <miles@gnu.org>
parents:
69941
diff
changeset
|
859 |
69941
b561f476cb6a
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69930
diff
changeset
|
860 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu> |
b561f476cb6a
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69930
diff
changeset
|
861 |
b561f476cb6a
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69930
diff
changeset
|
862 * files.texi (Old Versions): Update description of vc-annotate's |
b561f476cb6a
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69930
diff
changeset
|
863 use of color to indicate date ranges. |
b561f476cb6a
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69930
diff
changeset
|
864 |
69930
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69898
diff
changeset
|
865 2006-04-11 Carsten Dominik <dominik@science.uva.nl> |
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69898
diff
changeset
|
866 |
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69898
diff
changeset
|
867 * org.texi (Link format): New section, emphasis on bracket links. |
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69898
diff
changeset
|
868 (External links): Document bracket links. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
869 (FAQ): Expand to cover shell links and the new link format. |
69930
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69898
diff
changeset
|
870 |
69894 | 871 2006-04-09 Kevin Ryde <user42@zip.com.au> |
872 | |
873 * org.texi (Formula syntax): Typo in node name of calc-eval xref. | |
874 | |
875 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail, | |
876 put info and printed manual names the right way around. | |
877 | |
69885 | 878 2006-04-09 Karl Berry <karl@gnu.org> |
879 | |
69898
601830ae280c
move MS-DOS material to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69894
diff
changeset
|
880 * msdog.texi, emacs-xtra.texi: move all the MS-DOS material to |
601830ae280c
move MS-DOS material to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69894
diff
changeset
|
881 emacs-xtra.texi, leaving only MS Windows information. |
601830ae280c
move MS-DOS material to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69894
diff
changeset
|
882 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi, |
601830ae280c
move MS-DOS material to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69894
diff
changeset
|
883 msdog.texi, mule.texi, trouble.texi: change cross-references and |
601830ae280c
move MS-DOS material to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69894
diff
changeset
|
884 node names. |
601830ae280c
move MS-DOS material to emacs-xtra.texi
Karl Berry <karl@gnu.org>
parents:
69894
diff
changeset
|
885 |
69885 | 886 * emacs.texi: move @summarycontents and @contents to the beginning |
887 of the file. | |
888 | |
69881
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
889 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
890 |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
891 * gnus.texi (Summary Buffer Lines): Add `*'. |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
892 |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
893 2006-04-07 Jochen K,A|(Bpper <jochen@fhi-berlin.mpg.de> |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
894 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
895 * gnus.texi (Group Parameters): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
896 Mention gnus-permanently-visible-groups. |
69881
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
897 |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
898 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org> |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
899 |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
900 * gnus.texi (Face): Fix typo. |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
901 |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
902 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de> |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
903 |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
904 * gnus.texi (X-Face): Clarify. |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
905 (Face): Need Emacs with PNG support. |
20130dbb0f1e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Miles Bader <miles@gnu.org>
parents:
69866
diff
changeset
|
906 |
69866 | 907 2006-04-08 Kevin Ryde <user42@zip.com.au> |
908 | |
909 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook. | |
910 | |
69841
613657f11e8d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69836
diff
changeset
|
911 2006-04-07 Richard Stallman <rms@gnu.org> |
613657f11e8d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69836
diff
changeset
|
912 |
613657f11e8d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69836
diff
changeset
|
913 * programs.texi (Comments, Comment Commands, Options for Comments) |
613657f11e8d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69836
diff
changeset
|
914 (Multi-Line Comments): "Align", not "indent". |
69843
6ad4218cfb21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69841
diff
changeset
|
915 (Basic Indent): C-j deletes trailing whitespace before the newline. |
69841
613657f11e8d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69836
diff
changeset
|
916 |
69834
30e17a4b4afc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69829
diff
changeset
|
917 2006-04-06 Richard Stallman <rms@gnu.org> |
30e17a4b4afc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69829
diff
changeset
|
918 |
69836
13d84b763d7a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69834
diff
changeset
|
919 * idlwave.texi: Delete the blocks "not suitable for inclusion with |
13d84b763d7a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69834
diff
changeset
|
920 Emacs". |
13d84b763d7a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69834
diff
changeset
|
921 |
69834
30e17a4b4afc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69829
diff
changeset
|
922 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB. |
30e17a4b4afc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69829
diff
changeset
|
923 |
69829 | 924 2006-04-06 Eli Zaretskii <eliz@gnu.org> |
925 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
926 * killing.texi (Rectangles): Add index entry for marking a rectangle. |
69829 | 927 |
69827
0b16e8dc717b
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69812
diff
changeset
|
928 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu> |
0b16e8dc717b
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69812
diff
changeset
|
929 |
0b16e8dc717b
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69812
diff
changeset
|
930 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out |
0b16e8dc717b
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69812
diff
changeset
|
931 blocks not suitable for inclusion with Emacs using variable |
0b16e8dc717b
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69812
diff
changeset
|
932 PARTOFEMACS. |
0b16e8dc717b
*** empty log message ***
J.D. Smith <jdsmith@as.arizona.edu>
parents:
69812
diff
changeset
|
933 |
69812
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
934 2006-04-05 Richard Stallman <rms@gnu.org> |
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
935 |
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
936 * emacs.texi (Top): Update subnode menu. |
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
937 |
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
938 * trouble.texi (Unasked-for Search): Node deleted. |
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
939 (Lossage): Delete from menu. |
3bc8ba8f08a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69801
diff
changeset
|
940 |
69798
3db63fd0eb34
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69792
diff
changeset
|
941 2006-04-04 Richard Stallman <rms@gnu.org> |
3db63fd0eb34
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69792
diff
changeset
|
942 |
69801
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
943 * trouble.texi: Various cleanups. |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
944 (Checklist): Don't bother saying how to snail a bug report. |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
945 (Emergency Escape): Much rewriting. |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
946 (After a Crash): Rename the core dump immediately. |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
947 (Total Frustration): Call it a psychotherapist. |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
948 (Bug Criteria): Avoid "illegal instruction". |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
949 (Sending Patches): We always put the contributor's name in. |
3f85e08d89cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69798
diff
changeset
|
950 |
69798
3db63fd0eb34
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69792
diff
changeset
|
951 * misc.texi (Thumbnails): Minor correction. |
3db63fd0eb34
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69792
diff
changeset
|
952 |
69792
06c899cdd0b6
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-196
Miles Bader <miles@gnu.org>
parents:
69789
diff
changeset
|
953 2006-04-04 Simon Josefsson <jas@extundo.com> |
06c899cdd0b6
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-196
Miles Bader <miles@gnu.org>
parents:
69789
diff
changeset
|
954 |
06c899cdd0b6
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-196
Miles Bader <miles@gnu.org>
parents:
69789
diff
changeset
|
955 * gnus.texi (Security): Improve. |
06c899cdd0b6
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-196
Miles Bader <miles@gnu.org>
parents:
69789
diff
changeset
|
956 |
69789
f2f387f7dd04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69770
diff
changeset
|
957 2006-04-03 Richard Stallman <rms@gnu.org> |
f2f387f7dd04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69770
diff
changeset
|
958 |
f2f387f7dd04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69770
diff
changeset
|
959 * misc.texi (Thumbnails): Minor cleanup. |
f2f387f7dd04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69770
diff
changeset
|
960 |
69769 | 961 2006-04-02 Karl Berry <karl@gnu.org> |
962 | |
69770 | 963 * sending.texi (Mail Sending): pxref to Top needs five args. |
964 | |
69769 | 965 * texinfo.tex: update to current version (2006-03-21.13). |
966 | |
69767
751ecb169488
(Getting Started, Junk, Bug Reports)
Bill Wohler <wohler@newt.com>
parents:
69763
diff
changeset
|
967 2006-04-02 Bill Wohler <wohler@newt.com> |
751ecb169488
(Getting Started, Junk, Bug Reports)
Bill Wohler <wohler@newt.com>
parents:
69763
diff
changeset
|
968 |
751ecb169488
(Getting Started, Junk, Bug Reports)
Bill Wohler <wohler@newt.com>
parents:
69763
diff
changeset
|
969 * mh-e.texi (Getting Started, Junk, Bug Reports) |
751ecb169488
(Getting Started, Junk, Bug Reports)
Bill Wohler <wohler@newt.com>
parents:
69763
diff
changeset
|
970 (MH FAQ and Support): Fix URLs. |
751ecb169488
(Getting Started, Junk, Bug Reports)
Bill Wohler <wohler@newt.com>
parents:
69763
diff
changeset
|
971 |
69763
6c338e8bc3ff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Miles Bader <miles@gnu.org>
parents:
69744
diff
changeset
|
972 2006-03-31 Romain Francoise <romain@orebokech.com> |
6c338e8bc3ff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Miles Bader <miles@gnu.org>
parents:
69744
diff
changeset
|
973 |
6c338e8bc3ff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Miles Bader <miles@gnu.org>
parents:
69744
diff
changeset
|
974 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults |
6c338e8bc3ff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Miles Bader <miles@gnu.org>
parents:
69744
diff
changeset
|
975 to t, not nil (and has for the past eight years). |
6c338e8bc3ff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Miles Bader <miles@gnu.org>
parents:
69744
diff
changeset
|
976 |
69744
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
977 2006-03-31 Richard Stallman <rms@gnu.org> |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
978 |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
979 * emacs.texi (Top): Update subnode menu. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
980 |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
981 * help.texi (Help Mode): Cleanup. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
982 |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
983 * dired.texi: Many cleanups. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
984 (Dired Deletion): Describe dired-recursive-deletes. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
985 (Operating on Files): dired-create-directory moved. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
986 (Misc Dired Features): Move to here. |
69744
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
987 (Tumme): Node moved to misc.texi. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
988 |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
989 * custom.texi: Many cleanups. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
990 (Minor Modes): Don't mention ISO Accents Mode. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
991 (Examining): Update C-h v output example. |
71224
b7261e09f8e4
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise <romain@orebokech.com>
parents:
71222
diff
changeset
|
992 (Hooks): Add index and xref for add-hook. |
69744
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
993 (Locals): Delete list of vars that are always per-buffer. Rearrange. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
994 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
995 |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
996 * misc.texi: Many cleanups. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
997 (beginning): Add to summary of topics. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
998 (Shell): Put eshell xref at the end. Remove eshell from table. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
999 (Thumbnails): New node. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
1000 |
69740 | 1001 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de> |
1002 | |
1003 * message.texi, gnus.texi: Bump version to 5.11. | |
1004 | |
69731
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1005 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de> |
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1006 |
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1007 * gnus.texi (Top): Add comment about version line. |
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1008 |
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1009 * message.texi (Top): Ditto. Change to take named versions into |
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1010 account. |
9913634825c9
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-187
Miles Bader <miles@gnu.org>
parents:
69715
diff
changeset
|
1011 |
69715
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1012 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de> |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1013 |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1014 * gnus.texi (Posting Styles): Add x-face-file to example. |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1015 (X-Face): Refer to posting styles. |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1016 |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1017 * gnus-faq.texi ([5.8]): Add x-face-file. |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1018 ([8.4]): Add links to gmane.emacs.gnus.user and |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1019 gmane.emacs.gnus.general. |
b5064b1aca24
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Miles Bader <miles@gnu.org>
parents:
69711
diff
changeset
|
1020 |
69711 | 1021 2006-03-28 Eli Zaretskii <eliz@gnu.org> |
1022 | |
1023 * files.texi (File Name Cache): Make it clear that the cache is | |
1024 not persistent. | |
1025 | |
69699
235590a9d340
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-182
Miles Bader <miles@gnu.org>
parents:
69693
diff
changeset
|
1026 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de> |
235590a9d340
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-182
Miles Bader <miles@gnu.org>
parents:
69693
diff
changeset
|
1027 |
235590a9d340
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-182
Miles Bader <miles@gnu.org>
parents:
69693
diff
changeset
|
1028 * gnus-faq.texi: Use .invalid. |
235590a9d340
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-182
Miles Bader <miles@gnu.org>
parents:
69693
diff
changeset
|
1029 ([5.4]): Fix gnus-posting-styles example. |
235590a9d340
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-182
Miles Bader <miles@gnu.org>
parents:
69693
diff
changeset
|
1030 |
69693
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1031 2006-03-27 Romain Francoise <romain@orebokech.com> |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1032 |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1033 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1034 Emacs/W3 needs a new maintainer. |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1035 (Ispell): Update author and version info. |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1036 (Mailcrypt): Mention PGG. |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1037 (New in Emacs 22): Add PGG to the list of new packages. |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1038 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com> |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1039 updating dead URLs. |
a897d613866b
(Emacs/W3): Rename from `w3-mode'. Mention that
Romain Francoise <romain@orebokech.com>
parents:
69681
diff
changeset
|
1040 |
69681
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1041 2006-03-25 Karl Berry <karl@gnu.org> |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1042 |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1043 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1044 dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1045 emacs-xtra.texi, emacs.texi, erc.texi, eshell.texi, eudc.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1046 faq.texi, forms.texi, gnu.texi, gnus.texi, idlwave.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1047 info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1048 rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1049 speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi, |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1050 woman.texi: (1) use @copyright{} instead of (C) in typeset text; |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1051 (2) do not indent copyright year list (or anything else). |
11b616eddda4
@copyright{}, no indentation in @copying{}
Karl Berry <karl@gnu.org>
parents:
69628
diff
changeset
|
1052 |
69628 | 1053 2006-03-21 Bill Wohler <wohler@newt.com> |
1054 | |
1055 * mh-e.texi (Folders): Various edits. | |
1056 | |
69625
17473f7e626b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Miles Bader <miles@gnu.org>
parents:
69615
diff
changeset
|
1057 2006-03-20 Romain Francoise <romain@orebokech.com> |
17473f7e626b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Miles Bader <miles@gnu.org>
parents:
69615
diff
changeset
|
1058 |
17473f7e626b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Miles Bader <miles@gnu.org>
parents:
69615
diff
changeset
|
1059 * gnus.texi (Mail Folders): Grammar fix. |
17473f7e626b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Miles Bader <miles@gnu.org>
parents:
69615
diff
changeset
|
1060 |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1061 2006-03-21 Juanma Barranquero <lekktu@gmail.com> |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1062 |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1063 * files.texi (VC Dired Mode): Remove misplaced brackets. |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1064 |
69613 | 1065 2006-03-21 Andre Spiegel <spiegel@gnu.org> |
1066 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1067 * files.texi: Various updates and clarifications in the VC chapter. |
69613 | 1068 |
69591
3e8d41cae310
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69576
diff
changeset
|
1069 2006-03-19 Luc Teirlinck <teirllm@auburn.edu> |
3e8d41cae310
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69576
diff
changeset
|
1070 |
3e8d41cae310
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69576
diff
changeset
|
1071 * help.texi (Help Mode): Document "C-c C-c". |
3e8d41cae310
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69576
diff
changeset
|
1072 |
69576
63043e87b39d
(Replying): Document Mail-Followup-To. Change manually-formatted table
Bill Wohler <wohler@newt.com>
parents:
69537
diff
changeset
|
1073 2006-03-19 Bill Wohler <wohler@newt.com> |
63043e87b39d
(Replying): Document Mail-Followup-To. Change manually-formatted table
Bill Wohler <wohler@newt.com>
parents:
69537
diff
changeset
|
1074 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1075 * mh-e.texi (Replying): Document Mail-Followup-To. |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1076 Change manually-formatted table to multitable. Add debugging info. |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1077 Move description of mh-reply-default-reply-to into paragraph |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1078 that describes its values. |
69576
63043e87b39d
(Replying): Document Mail-Followup-To. Change manually-formatted table
Bill Wohler <wohler@newt.com>
parents:
69537
diff
changeset
|
1079 |
69537
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1080 2006-03-17 Bill Wohler <wohler@newt.com> |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1081 |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1082 * mh-e.texi: Use smallexample and smalllisp consistenly. |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1083 (Sending Mail Tour): Update method of entering |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1084 addresses and subject. |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1085 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour) |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1086 (Adding Attachments, Searching): Update screenshots for Emacs 22. |
cc7eec04147b
Use smallexample and smalllisp consistenly.
Bill Wohler <wohler@newt.com>
parents:
69529
diff
changeset
|
1087 |
69529
594491168c3f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69508
diff
changeset
|
1088 2006-03-16 Luc Teirlinck <teirllm@auburn.edu> |
594491168c3f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69508
diff
changeset
|
1089 |
594491168c3f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69508
diff
changeset
|
1090 * emacs-xtra.texi (Top): Avoid ugly continuation line in |
594491168c3f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69508
diff
changeset
|
1091 menu in the standalone Info reader. |
594491168c3f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69508
diff
changeset
|
1092 |
69506
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1093 2006-03-15 Chong Yidong <cyd@stupidchicken.com> |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1094 |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1095 * emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters, |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1096 moved here from Emacs manual. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1097 |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1098 * programs.texi (Fortran): Section moved to emacs-xtra. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1099 (Program Modes): Xref to Fortran in emacs-xtra. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1100 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1101 * maintaining.texi (Emerge): Move to emacs-xtra. |
69506
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1102 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1103 |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1104 * picture.texi: File deleted. |
69508
6f62a7231d30
* makefile.w32-in: Remove picture.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
69507
diff
changeset
|
1105 * Makefile.in: |
6f62a7231d30
* makefile.w32-in: Remove picture.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
69507
diff
changeset
|
1106 * makefile.w32-in: Remove picture.texi. |
69507
4bdc86810c92
* Makefile.in: Remove picture.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
69506
diff
changeset
|
1107 |
69506
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1108 * text.texi (Text): Xref to Picture Mode in emacs-xtra. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1109 * abbrevs.texi (Abbrevs): |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1110 * sending.texi (Sending Mail): Picture node removed. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1111 |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1112 * emacs.texi (Top): Update node listings. |
91970b147f39
* emacs-xtra.texi (Emerge, Picture Mode. Fortran): New chapters,
Chong Yidong <cyd@stupidchicken.com>
parents:
69484
diff
changeset
|
1113 |
69484
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69478
diff
changeset
|
1114 2006-03-15 Carsten Dominik <dominik@science.uva.nl> |
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69478
diff
changeset
|
1115 |
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69478
diff
changeset
|
1116 * org.texi: Version number change only. |
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69478
diff
changeset
|
1117 |
69478
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1118 2006-03-14 Bill Wohler <wohler@newt.com> |
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1119 |
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1120 * mh-e.texi: Add index entries around each paragraph rather than |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1121 depend on entries from beginning of node. Doing so ensures that |
69478
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1122 index entries are less likely to be forgotten if text is cut and |
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1123 pasted, and are necessary anyway if the references are on a |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1124 separate page. It seems that makeinfo is now (v. 4.8) only |
69478
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1125 producing one index entry per node, so there is no longer any |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1126 excuse not to. Use subheading instead of heading. The incorrect |
69478
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1127 use of heading produced very large fonts in Info--as large as the |
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1128 main heading. |
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1129 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1130 versions 6 and 7 appeared *around* the time of these Emacs releases. |
69478
e8bb5df2ba7a
Add index entries around each paragraph rather than depend on entries
Bill Wohler <wohler@newt.com>
parents:
69455
diff
changeset
|
1131 |
69455
1ad059d669d5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69429
diff
changeset
|
1132 2006-03-13 Carsten Dominik <dominik@science.uva.nl> |
1ad059d669d5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69429
diff
changeset
|
1133 |
1ad059d669d5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69429
diff
changeset
|
1134 * org.texi (Clean view): Document new startup options. |
1ad059d669d5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69429
diff
changeset
|
1135 |
69744
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
1136 2006-03-12 Richard Stallman <rms@gnu.org> |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
1137 |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
1138 * calendar.texi: Various cleanups. |
02217dae1781
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69740
diff
changeset
|
1139 |
69427
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1140 2006-03-11 Bill Wohler <wohler@newt.com> |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1141 |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1142 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders) |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1143 (Composing, Scan Line Formats): Fix @refs. |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1144 (Getting Started): Define MH profile and MH profile components. |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1145 (Incorporating Mail, Reading Mail, Viewing, Printing) |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1146 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter) |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1147 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1148 for string constants. |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1149 (Tool Bar): Remove spurious quote. |
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1150 (Junk): Use ``...'' instead of "...". |
69429
1a3742d0d1cf
(Scan Line Formats): Replace @samp with @kbd.
Bill Wohler <wohler@newt.com>
parents:
69427
diff
changeset
|
1151 (Scan Line Formats): Replace @samp with @kbd. |
69427
656079a407fa
(Preface, More About MH-E, Options, HTML, Folders)
Bill Wohler <wohler@newt.com>
parents:
69412
diff
changeset
|
1152 |
69412
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1153 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> |
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1154 |
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1155 * search.texi (Regexps): Use @samp for regexp that is not in Lisp |
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1156 syntax. |
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1157 |
69362
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1158 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org> |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1159 |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1160 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number. |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1161 |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1162 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de> |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1163 |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1164 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1165 easy to understand. |
29fe34ec2296
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Miles Bader <miles@gnu.org>
parents:
69343
diff
changeset
|
1166 |
69343
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1167 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org> |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1168 |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1169 * gnus.texi: Markup fix. |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1170 (Fancy Mail Splitting): Specify new feature. |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1171 |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1172 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org> |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1173 |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1174 * gnus.texi (Fancy Mail Splitting): Improve descriptions about |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1175 partial-words matching. |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1176 |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1177 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de> |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1178 |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1179 * emacs-mime.texi (Display Customization): Reword image/.* stuff. |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1180 |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1181 * gnus.texi (Oort Gnus): Add note about `gnus-load'. |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1182 (MIME Commands): Fix mm-discouraged-alternatives. |
10ae0483645d
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Miles Bader <miles@gnu.org>
parents:
69339
diff
changeset
|
1183 |
69339
4ad8f50b69f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69321
diff
changeset
|
1184 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> |
4ad8f50b69f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69321
diff
changeset
|
1185 |
4ad8f50b69f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69321
diff
changeset
|
1186 * search.texi (Regexps): More accurately describe which characters |
4ad8f50b69f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69321
diff
changeset
|
1187 are special in which situations. Recommend _not_ to quote `]' or |
4ad8f50b69f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69321
diff
changeset
|
1188 `-' when they are not special. |
4ad8f50b69f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69321
diff
changeset
|
1189 |
69321
bcbe2f30cba0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69313
diff
changeset
|
1190 2006-03-07 Carsten Dominik <dominik@science.uva.nl> |
bcbe2f30cba0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69313
diff
changeset
|
1191 |
bcbe2f30cba0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69313
diff
changeset
|
1192 * org.texi: Version number change only. |
bcbe2f30cba0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69313
diff
changeset
|
1193 |
69313
a81d6bd38fa8
Move from SourceForge repository to Savannah. This is version 7.93,
Bill Wohler <wohler@newt.com>
parents:
69304
diff
changeset
|
1194 2006-03-06 Bill Wohler <wohler@newt.com> |
a81d6bd38fa8
Move from SourceForge repository to Savannah. This is version 7.93,
Bill Wohler <wohler@newt.com>
parents:
69304
diff
changeset
|
1195 |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1196 * mh-e.texi: Move from SourceForge repository to Savannah. |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1197 This is version 7.93, which is a total rewrite from the previous |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1198 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1199 version 7.93. |
69313
a81d6bd38fa8
Move from SourceForge repository to Savannah. This is version 7.93,
Bill Wohler <wohler@newt.com>
parents:
69304
diff
changeset
|
1200 |
69304
55d8c694b9cf
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-139
Miles Bader <miles@gnu.org>
parents:
69230
diff
changeset
|
1201 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de> |
55d8c694b9cf
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-139
Miles Bader <miles@gnu.org>
parents:
69230
diff
changeset
|
1202 |
55d8c694b9cf
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-139
Miles Bader <miles@gnu.org>
parents:
69230
diff
changeset
|
1203 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'. |
55d8c694b9cf
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-139
Miles Bader <miles@gnu.org>
parents:
69230
diff
changeset
|
1204 |
69230
4a8b67a4aaf5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69206
diff
changeset
|
1205 2006-03-01 Carsten Dominik <dominik@science.uva.nl> |
4a8b67a4aaf5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69206
diff
changeset
|
1206 |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1207 * org.texi (Interaction): Add item about `org-mouse.el' by |
69230
4a8b67a4aaf5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69206
diff
changeset
|
1208 Piotr Zielinski. |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1209 (Managing links): Document that also mouse-1 can be used to |
69230
4a8b67a4aaf5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69206
diff
changeset
|
1210 activate a link. |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1211 (Headlines, FAQ): Add entry about hiding leading stars. |
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1212 (Miscellaneous): Resort the sections in this chapter to a more |
69230
4a8b67a4aaf5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69206
diff
changeset
|
1213 logical sequence. |
4a8b67a4aaf5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69206
diff
changeset
|
1214 |
69206 | 1215 2006-02-28 Andre Spiegel <spiegel@gnu.org> |
1216 | |
1217 * files.texi (Old Versions): Clarify operation of C-x v =. | |
1218 | |
69195
477ba8c8d22c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader <miles@gnu.org>
parents:
69138
diff
changeset
|
1219 2006-02-27 Simon Josefsson <jas@extundo.com> |
477ba8c8d22c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader <miles@gnu.org>
parents:
69138
diff
changeset
|
1220 |
477ba8c8d22c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader <miles@gnu.org>
parents:
69138
diff
changeset
|
1221 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync |
477ba8c8d22c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader <miles@gnu.org>
parents:
69138
diff
changeset
|
1222 2004-01-27 from the trunk). |
477ba8c8d22c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader <miles@gnu.org>
parents:
69138
diff
changeset
|
1223 |
69138 | 1224 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> |
1225 | |
1226 * cc-mode.texi: Rename c-hungry-backspace to | |
1227 c-hungry-delete-backwards, at the request of RMS. Leave the old | |
1228 name as an alias. | |
1229 | |
1230 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> | |
1231 | |
1232 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to | |
1233 include the function header within the defun. | |
1234 | |
1235 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> | |
1236 | |
1237 * cc-mode.texi: Correct two typos. | |
1238 | |
1239 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> | |
1240 | |
1241 * cc-mode.texi (Comment Commands): State that C-u M-; kills any | |
1242 existing comment. | |
1243 (Electric Keys): Add a justification for electric indentation. | |
1244 (Hungry WS Deletion): Clear up the names and complications of the | |
1245 BACKSPACE and DELETE keys. | |
69412
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1246 |
69134 | 1247 2006-02-23 Juri Linkov <juri@jurta.org> |
1248 | |
1249 * faq.texi (Common requests): Move `Turning on auto-fill by | |
1250 default' after `Wrapping words automatically'. Move `Working with | |
1251 unprintable characters' before `Searching for/replacing newlines'. | |
1252 Move `Replacing highlighted text' after `Highlighting a region'. | |
1253 Merge `Repeating commands' and `Repeating a command as many times | |
1254 as possible' into the former. | |
1255 (Packages that do not come with Emacs): Add refs to Gmane and | |
1256 etc/MORE.STUFF. | |
1257 | |
69130 | 1258 2006-02-23 Juri Linkov <juri@jurta.org> |
1259 | |
1260 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives. | |
1261 (Reporting bugs): Suggest using `M-x report-emacs-bug'. | |
1262 Add xref to `(emacs)Reporting Bugs'. | |
1263 (Getting a printed manual): Add URL to other formats of the manual. | |
1264 (Common requests): Fix menu. | |
1265 (Highlighting a region): Remove ref to `Turning on syntax highlighting'. | |
1266 (Horizontal scrolling): Mention `truncate-partial-width-windows'. | |
1267 (Inserting text at the beginning of each line): Add pxref to | |
1268 `Changing the included text prefix'. | |
1269 (Forcing the cursor to remain in the same column): Mention `track-eol' | |
1270 and `set-goal-column'. Add pxref to `(emacs)Moving Point'. | |
1271 (Replacing text across multiple files): Add keybinding `Q' for | |
1272 `dired-do-query-replace'. | |
1273 | |
69089
08e0f010bbf0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69059
diff
changeset
|
1274 2006-02-22 Carsten Dominik <dominik@science.uva.nl> |
08e0f010bbf0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69059
diff
changeset
|
1275 |
69096
91d54ab4382e
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69089
diff
changeset
|
1276 * reftex.texi: Version number and date change only. |
91d54ab4382e
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69089
diff
changeset
|
1277 |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
1278 * org.texi (Internal Links): Rewrite to cover the modified |
69089
08e0f010bbf0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69059
diff
changeset
|
1279 linking system. |
08e0f010bbf0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69059
diff
changeset
|
1280 |
69059
19734224bb45
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69020
diff
changeset
|
1281 2006-02-21 Nick Roberts <nickrob@snap.net.nz> |
19734224bb45
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69020
diff
changeset
|
1282 |
19734224bb45
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69020
diff
changeset
|
1283 * building.texi (Watch Expressions): Update and describe |
19734224bb45
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69020
diff
changeset
|
1284 gdb-speedbar-auto-raise. |
19734224bb45
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69020
diff
changeset
|
1285 |
69020
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1286 2006-02-19 Richard M. Stallman <rms@gnu.org> |
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1287 |
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1288 * emacs.texi: Use @smallbook. |
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1289 (Top): Update ref to Emacs paper, delete ref to Cookbook. |
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1290 Update subnode menu. |
69412
ecc36e13e6ba
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
69362
diff
changeset
|
1291 |
69020
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1292 * building.texi (Lisp Interaction): Minor addition. |
e4e1c1572306
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68978
diff
changeset
|
1293 |
68978
6703d0d4a873
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68961
diff
changeset
|
1294 2006-02-18 Nick Roberts <nickrob@snap.net.nz> |
6703d0d4a873
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68961
diff
changeset
|
1295 |
6703d0d4a873
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68961
diff
changeset
|
1296 * building.texi (Watch Expressions): Update and be more precise. |
6703d0d4a873
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68961
diff
changeset
|
1297 |
68961 | 1298 2006-02-17 Eli Zaretskii <eliz@gnu.org> |
1299 | |
1300 * faq.texi: Remove the coding cookie, it's not needed anymore. | |
1301 | |
68926
749818038c46
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
68915
diff
changeset
|
1302 2006-02-15 Francesco Potort,Al(B <pot@gnu.org> |
749818038c46
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
68915
diff
changeset
|
1303 |
749818038c46
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
68915
diff
changeset
|
1304 * maintaining.texi (Create Tags Table): Explain why the |
749818038c46
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
68915
diff
changeset
|
1305 exception when etags writes to files under the /dev tree. |
749818038c46
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
68915
diff
changeset
|
1306 |
68915
e9d767c10003
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68909
diff
changeset
|
1307 2006-02-14 Richard M. Stallman <rms@gnu.org> |
e9d767c10003
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68909
diff
changeset
|
1308 |
e9d767c10003
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68909
diff
changeset
|
1309 * custom.texi (Safe File Variables): Lots of clarification. |
e9d767c10003
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68909
diff
changeset
|
1310 Renamed from Unsafe File Variables. |
e9d767c10003
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68909
diff
changeset
|
1311 |
68909
775681e7a2ad
* custom.texi (Unsafe File Variables): File variable confirmation
Chong Yidong <cyd@stupidchicken.com>
parents:
68906
diff
changeset
|
1312 2006-02-14 Chong Yidong <cyd@stupidchicken.com> |
775681e7a2ad
* custom.texi (Unsafe File Variables): File variable confirmation
Chong Yidong <cyd@stupidchicken.com>
parents:
68906
diff
changeset
|
1313 |
775681e7a2ad
* custom.texi (Unsafe File Variables): File variable confirmation
Chong Yidong <cyd@stupidchicken.com>
parents:
68906
diff
changeset
|
1314 * custom.texi (Unsafe File Variables): File variable confirmation |
775681e7a2ad
* custom.texi (Unsafe File Variables): File variable confirmation
Chong Yidong <cyd@stupidchicken.com>
parents:
68906
diff
changeset
|
1315 assumed denied in batch mode. |
775681e7a2ad
* custom.texi (Unsafe File Variables): File variable confirmation
Chong Yidong <cyd@stupidchicken.com>
parents:
68906
diff
changeset
|
1316 |
68906
53503f63cc05
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68899
diff
changeset
|
1317 2006-02-14 Richard M. Stallman <rms@gnu.org> |
53503f63cc05
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68899
diff
changeset
|
1318 |
53503f63cc05
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68899
diff
changeset
|
1319 * building.texi (GDB User Interface Layout): Don't say `inferior' |
53503f63cc05
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68899
diff
changeset
|
1320 for program being debugged. |
53503f63cc05
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68899
diff
changeset
|
1321 |
68899
b3582497ee74
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68867
diff
changeset
|
1322 2006-02-15 Nick Roberts <nickrob@snap.net.nz> |
b3582497ee74
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68867
diff
changeset
|
1323 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1324 * building.texi (GDB Graphical Interface): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1325 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer. |
68899
b3582497ee74
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68867
diff
changeset
|
1326 |
68867
4ea80a7bd411
* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong <cyd@stupidchicken.com>
parents:
68847
diff
changeset
|
1327 2006-02-13 Chong Yidong <cyd@stupidchicken.com> |
4ea80a7bd411
* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong <cyd@stupidchicken.com>
parents:
68847
diff
changeset
|
1328 |
4ea80a7bd411
* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong <cyd@stupidchicken.com>
parents:
68847
diff
changeset
|
1329 * custom.texi (Specifying File Variables, Unsafe File Variables): |
4ea80a7bd411
* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong <cyd@stupidchicken.com>
parents:
68847
diff
changeset
|
1330 New nodes, split from File Variables. Document new file local |
4ea80a7bd411
* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong <cyd@stupidchicken.com>
parents:
68847
diff
changeset
|
1331 variable behavior. |
4ea80a7bd411
* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong <cyd@stupidchicken.com>
parents:
68847
diff
changeset
|
1332 |
68847
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1333 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1334 |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1335 * display.texi (Standard Faces): |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1336 * faq.texi (Colors on a TTY): |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1337 * files.texi (Visiting): |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1338 * frames.texi (Clipboard): |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1339 * glossary.texi (Glossary) <Clipboard>: |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1340 * xresources.texi (X Resources): Mention Mac OS port. |
d484b3fdfd90
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68837
diff
changeset
|
1341 |
68837 | 1342 2006-02-12 Karl Berry <karl@gnu.org> |
1343 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1344 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the |
68837 | 1345 8-bit accented a. |
1346 | |
68831
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1347 2006-02-12 Richard M. Stallman <rms@gnu.org> |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1348 |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1349 * building.texi (Building): Clarify topic in intro. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1350 |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1351 * maintaining.texi (Maintaining): Change title; clarify topic. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1352 Delete duplicate index entries. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1353 |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1354 * building.texi (Other GDB User Interface Buffers): Clarifications. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1355 |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1356 * text.texi (Cell Commands): Clarifications. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1357 |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1358 * programs.texi (Defuns): Delete duplicate explanation of |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1359 left-margin paren convention. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1360 (Hungry Delete): Minor cleanup. |
d0dc470bb9db
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68810
diff
changeset
|
1361 |
68810
0e986f2bd386
*** empty log message ***
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68802
diff
changeset
|
1362 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com> |
0e986f2bd386
*** empty log message ***
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68802
diff
changeset
|
1363 |
0e986f2bd386
*** empty log message ***
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68802
diff
changeset
|
1364 * dired.texi (Tumme): More tumme documentation. |
0e986f2bd386
*** empty log message ***
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68802
diff
changeset
|
1365 |
68802 | 1366 2006-02-11 Alan Mackenzie <acm@muc.de> |
1367 | |
1368 * programs.texi ("Hungry Delete"): Correct the appellation of the | |
1369 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}. | |
1370 | |
68787
3bc79badcd0e
Fixed small bug in tumme doc.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68772
diff
changeset
|
1371 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com> |
3bc79badcd0e
Fixed small bug in tumme doc.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68772
diff
changeset
|
1372 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1373 * dired.texi (Tumme): Fix small bug. |
68787
3bc79badcd0e
Fixed small bug in tumme doc.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68772
diff
changeset
|
1374 |
68772
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68762
diff
changeset
|
1375 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68762
diff
changeset
|
1376 |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68762
diff
changeset
|
1377 * macos.texi (Mac International): Rename "fontset-mac" to |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68762
diff
changeset
|
1378 "fontset-standard". |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68762
diff
changeset
|
1379 |
68762
970bf6e6463b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Miles Bader <miles@gnu.org>
parents:
68737
diff
changeset
|
1380 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de> |
970bf6e6463b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Miles Bader <miles@gnu.org>
parents:
68737
diff
changeset
|
1381 |
970bf6e6463b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Miles Bader <miles@gnu.org>
parents:
68737
diff
changeset
|
1382 * gnus.texi (Gnus Versions): Add history beyond start of Oort. |
970bf6e6463b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Miles Bader <miles@gnu.org>
parents:
68737
diff
changeset
|
1383 |
68737
7490248dce02
Tumme documentation.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68735
diff
changeset
|
1384 2006-02-09 Mathias Dahl <mathias.dah@gmail.com> |
7490248dce02
Tumme documentation.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68735
diff
changeset
|
1385 |
7490248dce02
Tumme documentation.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68735
diff
changeset
|
1386 * dired.texi (Tumme): Basic documentation for Tumme added. |
7490248dce02
Tumme documentation.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68735
diff
changeset
|
1387 |
68735
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1388 2006-02-08 Romain Francoise <romain@orebokech.com> |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1389 |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1390 * faq.texi (Top): Remove paragraph about the FAQ being a |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1391 transitional document, etc. |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1392 (Searching for/replacing newlines): New node. |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1393 (Yanking text in isearch): New node. |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1394 (Inserting text at the beginning of each line): Rename and make |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1395 more general, mention `M-;' in Message mode. |
c7092f815c43
(Top): Remove paragraph about the FAQ being a
Romain Francoise <romain@orebokech.com>
parents:
68718
diff
changeset
|
1396 |
68711
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1397 2006-02-07 Luc Teirlinck <teirllm@auburn.edu> |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1398 |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1399 * mule.texi (International): |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1400 * programs.texi (Basic Indent): Fix typos. |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1401 |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1402 * faq.texi (Meta key does not work in xterm) |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1403 (Emacs does not display 8-bit characters) |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1404 (Inputting eight-bit characters): |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1405 * custom.texi (Minor Modes): |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1406 * display.texi (Text Display): |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1407 * commands.texi (Text Characters): Update xrefs. |
2f5e57d2fe6c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68710
diff
changeset
|
1408 |
68710
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1409 2006-02-07 Richard M. Stallman <rms@gnu.org> |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1410 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1411 * emacs.texi (Top): Update subnode menu. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1412 Update info on old Emacs papers. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1413 (Intro): "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1414 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1415 * xresources.texi (GTK styles): Minor clarifications. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1416 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1417 * trouble.texi: "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1418 (Stuck Recursive): Minor clarification. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1419 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1420 * text.texi: Minor clarifications. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1421 (Sentences): Explain why two-space convention is better. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1422 Explain sentence-end-without-period here. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1423 (Fill Commands): Not here. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1424 (Refill): Node moved down. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1425 (Filling): Update menu. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1426 (Table Creation, Cell Justification, Column Commands): Clarify. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1427 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1428 * sending.texi: Minor clarifications. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1429 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1430 * search.texi (Regexp Backslash): Clarification. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1431 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1432 * rmail.texi: Minor cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1433 (Rmail): Delete digression about `rmail-mode'. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1434 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1435 (Rmail Files): Mention C-u M-x rmail. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1436 (Rmail Reply): Mention References. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1437 (Rmail Display): Mention rmail-nonignored-headers. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1438 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1439 * programs.texi: Minor cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1440 (Comment Commands): Mention momentary Transient Mark mode. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1441 (Matching): Be more specific about customizing show-paren-mode. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1442 (Info Lookup): Don't list the modes that support C-h S. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1443 Just say what it does in an unsupported mode. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1444 (Man Page): Delete excessive info on customizing woman. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1445 (Motion in C): Don't mention c-for/backward-into-nomenclature. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1446 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1447 * abbrevs.texi: Minor clarifications. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1448 (Dabbrev Customization): Talk about "dynamic abbrev expansion", |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1449 not "dynamic abbrevs" as if they were a kind of abbrev. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1450 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1451 * picture.texi (Picture): Minor cleanup. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1452 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1453 * mule.texi (Communication Coding): Say "other applications". |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1454 (Fontsets): Not specific to X. Add xref to X Resources. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1455 (Unibyte Mode): Rename from Single-Byte Character Support. |
68710
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1456 "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1457 (International): Update menu. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1458 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1459 * maintaining.texi (Format of ChangeLog): |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1460 New node, split out from ChangeLog. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1461 (ChangeLog): Clarifications in the remaining text. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1462 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1463 (Find Tag): Add @w. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1464 (Tags Search): Explain tag table order here. Simplify grep ref. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1465 (List Tags): tags-tag-face is a variable, not a face. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1466 (Emerge): Cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1467 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1468 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1469 (Keyboard Macros): Avoid "the user". |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1470 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1471 * killing.texi: "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1472 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1473 * help.texi (Help Echo): "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1474 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1475 * glossary.texi: Say "you", not "the user". Say "graphical display". |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1476 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1477 * frames.texi: Minor cleanups. "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1478 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1479 * files.texi (Visiting): Make drag-and-drop not X-specific. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1480 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1481 * custom.texi: Minor cleanups. "Graphical display", not window system. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1482 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1483 * cmdargs.texi: Minor cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1484 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1485 * building.texi (Compilation): Move and split kill-compilation para. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1486 Add para about multiple compilers. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1487 (Compilation Mode): Commands also available in grep mode and others. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1488 Mention C-u C-x ` more tutorially. Clarify C-x `. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1489 (Compilation Shell): Clarify. Put Bash example first. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1490 (Grep Searching): Minor cleanups; add @w. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1491 (Debuggers): Minor cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1492 (Starting GUD): Make GDB xgraphical mode issue clearer. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1493 (Debugger Operation): Lots of clarifications including |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1494 GDB tooltip side-effect issue. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1495 (Commands of GUD): Clarify. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1496 (GUD Customization): Add bashdb-mode-hook. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1497 (GDB Graphical Interface): Rewrite for clarity. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1498 (GDB User Interface Layout): Rewrite for clarity. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1499 (Stack Buffer, Watch Expressions): Likewise. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1500 (Other GDB User Interface Buffers): Cleanups. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1501 (Lisp Libraries, External Lisp): Cleanup. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1502 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1503 * basic.texi (Position Info): "Graphical displays", rather than |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1504 window systems. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1505 |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1506 * anti.texi: Minor cleanup. |
fb98ea8e029a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68657
diff
changeset
|
1507 |
68657
e0aafc27ed28
(VM): VM now at version 7.19.
Romain Francoise <romain@orebokech.com>
parents:
68639
diff
changeset
|
1508 2006-02-06 Romain Francoise <romain@orebokech.com> |
e0aafc27ed28
(VM): VM now at version 7.19.
Romain Francoise <romain@orebokech.com>
parents:
68639
diff
changeset
|
1509 |
e0aafc27ed28
(VM): VM now at version 7.19.
Romain Francoise <romain@orebokech.com>
parents:
68639
diff
changeset
|
1510 * faq.texi (VM): VM now at version 7.19. |
e0aafc27ed28
(VM): VM now at version 7.19.
Romain Francoise <romain@orebokech.com>
parents:
68639
diff
changeset
|
1511 Set myself as maintainer of this file. |
e0aafc27ed28
(VM): VM now at version 7.19.
Romain Francoise <romain@orebokech.com>
parents:
68639
diff
changeset
|
1512 |
68630
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68589
diff
changeset
|
1513 2006-02-04 Michael Olson <mwolson@gnu.org> |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68589
diff
changeset
|
1514 |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68589
diff
changeset
|
1515 * erc.texi (History): Note that ERC is now included with Emacs. |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68589
diff
changeset
|
1516 |
68589 | 1517 2006-02-03 Eli Zaretskii <eliz@gnu.org> |
1518 | |
1519 * custom.texi (Init File, Find Init): Add cross-references to | |
1520 where $HOME is described. | |
1521 | |
68553
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1522 2006-02-01 Luc Teirlinck <teirllm@auburn.edu> |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1523 |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1524 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1525 is not inside the @table. |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1526 |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1527 * emacs.texi (Top): Correct node name. |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1528 |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1529 * files.texi (File Names): Fix @xref. |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1530 (Reverting): Fix typo. |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1531 |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1532 * mule.texi (International): Correct node name. |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1533 |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1534 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table. |
b8fa8884a850
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68551
diff
changeset
|
1535 |
68551
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1536 2006-02-01 Richard M. Stallman <rms@gnu.org> |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1537 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1538 * emacs.texi (Top): Update subnode menu. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1539 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1540 * mule.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1541 Reduce the specific references to X Windows. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1542 Refer to "graphical" terminals, rather than window systems. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1543 (Text Coding): Rename from Specify Coding. |
68551
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1544 (Communication Coding, File Name Coding, Terminal Coding): |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1545 New nodes split out from Text Coding. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1546 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1547 * kmacro.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1548 (Keyboard Macro Ring): Comment out some excessive commands. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1549 (Basic Keyboard Macro): Split up the table, putting part in each node. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1550 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1551 * major.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1552 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1553 * misc.texi (Single Shell, Interactive Shell): Fix xrefs. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1554 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1555 * windows.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1556 (Change Window): Don't describe mode-line mouse cmds here. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1557 Add xref to Mode Line Mouse. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1558 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1559 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1560 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1561 * macos.texi (Mac International): Fix xref. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1562 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1563 * indent.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1564 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1565 * frames.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1566 Reduce the specific references to X Windows. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1567 Refer to "graphical" terminals, rather than window systems. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1568 (Frame Parameters): Don't mention commands like |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1569 set-foreground-color. Just say to customize a face. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1570 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1571 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1572 * files.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1573 (Numbered Backups): New node, split out from Backup Names. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1574 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1575 * display.texi (Font Lock): C mode no longer depends on (-in-col-0. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1576 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1577 * cmdargs.texi (General Variables): Fix xref. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1578 |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1579 * buffers.texi: Minor clarifications. |
73bc127375e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68521
diff
changeset
|
1580 |
68521
04c2548593f7
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33
Miles Bader <miles@gnu.org>
parents:
68518
diff
changeset
|
1581 2006-01-31 Romain Francoise <romain@orebokech.com> |
04c2548593f7
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33
Miles Bader <miles@gnu.org>
parents:
68518
diff
changeset
|
1582 |
04c2548593f7
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33
Miles Bader <miles@gnu.org>
parents:
68518
diff
changeset
|
1583 * message.texi (Message Headers): Explain what |
04c2548593f7
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33
Miles Bader <miles@gnu.org>
parents:
68518
diff
changeset
|
1584 `message-alternative-emails' does in more detail. |
04c2548593f7
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33
Miles Bader <miles@gnu.org>
parents:
68518
diff
changeset
|
1585 Update copyright year. |
04c2548593f7
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-33
Miles Bader <miles@gnu.org>
parents:
68518
diff
changeset
|
1586 |
68518
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1587 2006-01-31 Richard M. Stallman <rms@gnu.org> |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1588 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1589 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode): |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1590 Nodes moved to top. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1591 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1592 * display.texi: Minor clarifications. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1593 (Display): Rearrange menu. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1594 (Standard Faces): Mention query-replace face. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1595 (Faces): Simplify. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1596 (Font Lock): Simplify face customization info. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1597 (Highlight Changes): Node merged into Highlight Interactively. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1598 (Highlight Interactively): Much rewriting and cleanup. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1599 (Optional Mode Line): Narrowed line number not good for goto-line. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1600 Simplify face customization advice. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1601 (Text Display): Mention use of escape-glyph face. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1602 Move ctl-arrow and tab-width here. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1603 (Display Custom): Move no-redraw-on-reenter to end of node. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1604 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1605 * search.texi: Minor clarifications. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1606 (Isearch Scroll): Simplify. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1607 (Other Repeating Search): Document multi-occur-in-matching-buffers. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1608 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1609 * regs.texi (Registers): Mention bookmarks here. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1610 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1611 * mark.texi: Minor clarifications. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1612 (Selective Undo): Node deleted. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1613 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1614 * m-x.texi: Minor clarifications |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1615 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1616 * killing.texi: Minor clarifications. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1617 Refer to "graphical" terminals, rather than window systems. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1618 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1619 * help.texi: Clarifications. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1620 (Help): Don't describe C-h F and C-h K here. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1621 (Key Help): Describe C-h K here. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1622 (Name Help): Mention Emacs Lisp Intro. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1623 Describe C-h F here. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1624 (Misc Help): Mention C-h F and C-h K only briefly. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1625 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1626 * fixit.texi (Undo): New node, mostly copied from basic.texi. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1627 Selective undo text merged in. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1628 (Spelling): Mention Aspell along with Ispell. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1629 |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1630 * emacs.texi (Top): Update subnode menus. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1631 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1632 * basic.texi (Basic Undo): Rename from Undo. Most of text |
68518
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1633 moved to new Undo node. |
cf867c84ce1f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68469
diff
changeset
|
1634 |
68469
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1635 2006-01-30 Juanma Barranquero <lekktu@gmail.com> |
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1636 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1637 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc. |
68469
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1638 |
68464
79464a6167f5
* basic.texi (Continuation Lines, Inserting Text): Mention
Chong Yidong <cyd@stupidchicken.com>
parents:
68463
diff
changeset
|
1639 2006-01-29 Chong Yidong <cyd@stupidchicken.com> |
79464a6167f5
* basic.texi (Continuation Lines, Inserting Text): Mention
Chong Yidong <cyd@stupidchicken.com>
parents:
68463
diff
changeset
|
1640 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1641 * basic.texi (Continuation Lines, Inserting Text): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1642 Mention longlines mode. |
68464
79464a6167f5
* basic.texi (Continuation Lines, Inserting Text): Mention
Chong Yidong <cyd@stupidchicken.com>
parents:
68463
diff
changeset
|
1643 |
68463
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1644 2006-01-29 Richard M. Stallman <rms@gnu.org> |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1645 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1646 * screen.texi: Minor cleaups. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1647 (Screen): Clean up the intro paragraphs. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1648 (Mode Line): Lots of rewriting. Handle frame-name better. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1649 eol-mnemonic-... vars moved out. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1650 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1651 * emacs.texi (Top): Change menu item for MS-DOS node. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1652 Update subnode menu. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1653 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1654 * msdog.texi (MS-DOS): Rewrite intro to explain how this |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1655 chapter relates to Windows. Title changed. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1656 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1657 * mini.texi: Minor cleanups. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1658 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1659 * mark.texi (Selective Undo): New node, text moved from basic.texi. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1660 (Mark): Put it in the menu. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1661 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1662 * entering.texi: Minor cleanups. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1663 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1664 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1665 (Intro): Refer to "graphical" terminals, rather than X. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1666 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1667 * display.texi (Display Custom): Add xref to Variables. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1668 (Optional Mode Line): eol-mnemonic-... vars moved here. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1669 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1670 * commands.texi: Minor cleanups. Refer to "graphical" terminals, |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1671 rather than X. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1672 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1673 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed". |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1674 |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1675 * basic.texi: Minor cleanups. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1676 (Undo): selective-undo moved. |
2392ea9054a3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68451
diff
changeset
|
1677 |
68451
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1678 2006-01-29 Michael Olson <mwolson@gnu.org> |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1679 |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1680 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets. |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1681 |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1682 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC. |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1683 |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1684 * faq.texi (New in Emacs 22): Mention ERC. |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68440
diff
changeset
|
1685 |
68440
4d823104d241
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68437
diff
changeset
|
1686 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> |
4d823104d241
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68437
diff
changeset
|
1687 |
4d823104d241
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68437
diff
changeset
|
1688 * rcirc.texi: Capitalize dir entry for consistency with the entry |
4d823104d241
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68437
diff
changeset
|
1689 in info/dir and other entries in the Emacs category. |
4d823104d241
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68437
diff
changeset
|
1690 Fix typos. Delete trailing whitespace. |
4d823104d241
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68437
diff
changeset
|
1691 |
68437 | 1692 2006-01-28 Bj,Av(Brn Lindstr,Av(Bm <bkhl@elektrubadur.se> |
1693 | |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1694 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key. |
68437 | 1695 |
68425 | 1696 2006-01-27 Eli Zaretskii <eliz@gnu.org> |
1697 | |
1698 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets. | |
1699 (INFO_TARGETS, DVI_TARGETS): Add rcirc. | |
1700 | |
1701 * Makefile.in (../info/rcirc, rcirc.dvi): New targets. | |
1702 (INFO_TARGETS, DVI_TARGETS): Add rcirc. | |
1703 | |
68422 | 1704 2006-01-27 Alex Schroeder <alex@gnu.org> |
1705 | |
1706 * rcirc.texi: New file. | |
1707 | |
68387
ee1488acdc41
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68349
diff
changeset
|
1708 2006-01-25 Luc Teirlinck <teirllm@auburn.edu> |
ee1488acdc41
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68349
diff
changeset
|
1709 |
ee1488acdc41
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68349
diff
changeset
|
1710 * anti.texi (Antinews): Various corrections and additions. |
ee1488acdc41
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68349
diff
changeset
|
1711 |
68349 | 1712 2006-01-23 Juri Linkov <juri@jurta.org> |
1713 | |
1714 * custom.texi (Easy Customization, Customization Groups) | |
1715 (Browsing Custom): Mention links along with buttons. | |
1716 | |
1717 * widget.texi (User Interface): Add S-TAB for widget-backward. | |
1718 | |
68335
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1719 2006-01-22 Michael Albinus <michael.albinus@gmx.de> |
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1720 |
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1721 Sync with Tramp 2.0.52. |
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1722 |
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1723 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item. |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1724 Add Tramp disabling item. New item for common connection problems. |
68335
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1725 (various): Apply "ftp" as method for the download URL. |
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1726 (Bug Reports): Refer to FAQ for common problems. |
118ceefc8263
Sync with Tramp 2.0.52.
Michael Albinus <michael.albinus@gmx.de>
parents:
68317
diff
changeset
|
1727 |
68317 | 1728 2006-01-21 Eli Zaretskii <eliz@gnu.org> |
1729 | |
1730 * widget.texi (User Interface): Use @key for TAB. | |
1731 | |
1732 * text.texi (TeX Print): Use @key for TAB. | |
1733 | |
1734 * ses.texi (Formulas, Printer functions): Use @key for TAB. | |
1735 | |
68469
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1736 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB. |
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1737 |
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1738 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key |
68317 | 1739 for TAB. |
1740 | |
1741 * cc-mode.texi (Indentation Calculation): Use @key for TAB. | |
1742 | |
68312 | 1743 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change) |
1744 | |
1745 * files.texi (File Aliases): Don't claim that usually separate | |
1746 buffers are created for two file names that name the same data. | |
1747 Mention additional situations where different names mean the same | |
1748 file on disk. | |
1749 | |
68259
da25283c5b11
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68230
diff
changeset
|
1750 2006-01-19 Richard M. Stallman <rms@gnu.org> |
da25283c5b11
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68230
diff
changeset
|
1751 |
68270
556ef00fdd9f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68259
diff
changeset
|
1752 * killing.texi (Deletion): Upcase @key argument. |
556ef00fdd9f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68259
diff
changeset
|
1753 |
68259
da25283c5b11
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68230
diff
changeset
|
1754 * custom.texi (Custom Themes): Minor cleanup. |
da25283c5b11
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68230
diff
changeset
|
1755 |
da25283c5b11
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68230
diff
changeset
|
1756 * programs.texi (Hungry Delete): Upcase @key argument. |
da25283c5b11
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68230
diff
changeset
|
1757 |
68230
6c7c654eb3c7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-702
Miles Bader <miles@gnu.org>
parents:
68224
diff
changeset
|
1758 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org> |
6c7c654eb3c7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-702
Miles Bader <miles@gnu.org>
parents:
68224
diff
changeset
|
1759 |
6c7c654eb3c7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-702
Miles Bader <miles@gnu.org>
parents:
68224
diff
changeset
|
1760 * gnus.texi: Update copyright. |
6c7c654eb3c7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-702
Miles Bader <miles@gnu.org>
parents:
68224
diff
changeset
|
1761 |
68224 | 1762 2006-01-16 Juri Linkov <juri@jurta.org> |
1763 | |
1764 * display.texi (Standard Faces): Add `mode-line-buffer-id'. | |
1765 Move `mode-line-highlight' before `mode-line-buffer-id'. | |
1766 | |
68207
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1767 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org> |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1768 |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1769 * gnus.texi (Article Washing): Additions. |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1770 |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1771 2006-01-08 Alex Schroeder <alex@gnu.org> |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1772 |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1773 * pgg.texi (Caching passphrase): Rewording. |
fbd379b34f0a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Miles Bader <miles@gnu.org>
parents:
68191
diff
changeset
|
1774 |
68191
80bda70f9d68
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68172
diff
changeset
|
1775 2006-01-14 Richard M. Stallman <rms@gnu.org> |
80bda70f9d68
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68172
diff
changeset
|
1776 |
80bda70f9d68
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68172
diff
changeset
|
1777 * basic.texi (Inserting Text): Minor cleanup. |
80bda70f9d68
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
68172
diff
changeset
|
1778 |
68172
5a58ed2a8e92
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68143
diff
changeset
|
1779 2006-01-13 Carsten Dominik <dominik@science.uva.nl> |
5a58ed2a8e92
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68143
diff
changeset
|
1780 |
68469
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
1781 * org.texi (Agenda commands): Document tags command. |
68172
5a58ed2a8e92
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68143
diff
changeset
|
1782 |
68143
3466a3a9a181
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68129
diff
changeset
|
1783 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> |
3466a3a9a181
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68129
diff
changeset
|
1784 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1785 * custom.texi (Changing a Variable, Face Customization): |
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1786 Update for changes in Custom menus. |
68143
3466a3a9a181
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68129
diff
changeset
|
1787 |
68129
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1788 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org> |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1789 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1790 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts. |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1791 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1792 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org> |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1793 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1794 * gnus.texi (RSS): Addition. |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1795 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1796 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org> |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1797 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1798 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'. |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1799 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1800 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org> |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1801 |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1802 * emacs-mime.texi (Display Customization): Add setting example to |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1803 mm-discouraged-alternatives. |
6f5da26b0df1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Miles Bader <miles@gnu.org>
parents:
68097
diff
changeset
|
1804 |
68097
0aad66a76c40
(Obtaining Flymake): Remove chapter since Emacs's
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68089
diff
changeset
|
1805 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca> |
0aad66a76c40
(Obtaining Flymake): Remove chapter since Emacs's
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68089
diff
changeset
|
1806 |
0aad66a76c40
(Obtaining Flymake): Remove chapter since Emacs's
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68089
diff
changeset
|
1807 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's |
0aad66a76c40
(Obtaining Flymake): Remove chapter since Emacs's
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68089
diff
changeset
|
1808 version is the canonical version. |
0aad66a76c40
(Obtaining Flymake): Remove chapter since Emacs's
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68089
diff
changeset
|
1809 |
68089 | 1810 2006-01-08 Alex Schroeder <alex@gnu.org> |
1811 | |
1812 * pgg.texi (Caching passphrase): Rewording. | |
1813 | |
68073 | 1814 2006-01-06 Eli Zaretskii <eliz@gnu.org> |
1815 | |
1816 * flymake.texi (Obtaining Flymake): Update Flymake's CVS | |
1817 repository URL. | |
1818 | |
68059
6afb59e277c3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68039
diff
changeset
|
1819 2006-01-06 Carsten Dominik <dominik@science.uva.nl> |
6afb59e277c3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68039
diff
changeset
|
1820 |
6afb59e277c3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68039
diff
changeset
|
1821 * org.texi: Removed the accidentally re-added empty line in the |
6afb59e277c3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68039
diff
changeset
|
1822 direntry. |
6afb59e277c3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68039
diff
changeset
|
1823 |
68039
c83d0a0de875
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68032
diff
changeset
|
1824 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
c83d0a0de875
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68032
diff
changeset
|
1825 |
c83d0a0de875
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68032
diff
changeset
|
1826 * macos.texi (Mac International): Undo last change. |
c83d0a0de875
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68032
diff
changeset
|
1827 |
68032
f3a9c72833ec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67985
diff
changeset
|
1828 2006-01-05 Carsten Dominik <dominik@science.uva.nl> |
f3a9c72833ec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67985
diff
changeset
|
1829 |
68143
3466a3a9a181
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
68129
diff
changeset
|
1830 * org.texi (Agenda Views): Chapter reorganized. |
68032
f3a9c72833ec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67985
diff
changeset
|
1831 |
67985
d2eeb19b72bd
* custom.texi (Custom Themes): Describe the new
Chong Yidong <cyd@stupidchicken.com>
parents:
67919
diff
changeset
|
1832 2006-01-02 Chong Yidong <cyd@stupidchicken.com> |
d2eeb19b72bd
* custom.texi (Custom Themes): Describe the new
Chong Yidong <cyd@stupidchicken.com>
parents:
67919
diff
changeset
|
1833 |
d2eeb19b72bd
* custom.texi (Custom Themes): Describe the new
Chong Yidong <cyd@stupidchicken.com>
parents:
67919
diff
changeset
|
1834 * custom.texi (Custom Themes): Describe the new |
d2eeb19b72bd
* custom.texi (Custom Themes): Describe the new
Chong Yidong <cyd@stupidchicken.com>
parents:
67919
diff
changeset
|
1835 customize-create-theme interface. |
d2eeb19b72bd
* custom.texi (Custom Themes): Describe the new
Chong Yidong <cyd@stupidchicken.com>
parents:
67919
diff
changeset
|
1836 |
67919 | 1837 2005-12-30 Juri Linkov <juri@jurta.org> |
1838 | |
1839 * basic.texi (Position Info): Update example. | |
1840 | |
67892
e188efbb47ee
(Using Customize): New node.
Romain Francoise <romain@orebokech.com>
parents:
67883
diff
changeset
|
1841 2005-12-29 Romain Francoise <romain@orebokech.com> |
e188efbb47ee
(Using Customize): New node.
Romain Francoise <romain@orebokech.com>
parents:
67883
diff
changeset
|
1842 |
e188efbb47ee
(Using Customize): New node.
Romain Francoise <romain@orebokech.com>
parents:
67883
diff
changeset
|
1843 * faq.texi (Using Customize): New node. |
e188efbb47ee
(Using Customize): New node.
Romain Francoise <romain@orebokech.com>
parents:
67883
diff
changeset
|
1844 |
67883
66dbd2d7fedd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67847
diff
changeset
|
1845 2005-12-28 Luc Teirlinck <teirllm@auburn.edu> |
66dbd2d7fedd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67847
diff
changeset
|
1846 |
66dbd2d7fedd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67847
diff
changeset
|
1847 * org.texi: Remove blank line in @direntry. It is non-standard |
66dbd2d7fedd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67847
diff
changeset
|
1848 and recursively produces blank lines all over the dir file (when |
66dbd2d7fedd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67847
diff
changeset
|
1849 using Texinfo 4.8). |
66dbd2d7fedd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67847
diff
changeset
|
1850 |
67847
cd1fada8d9b8
* frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
67801
diff
changeset
|
1851 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
cd1fada8d9b8
* frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
67801
diff
changeset
|
1852 |
cd1fada8d9b8
* frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
67801
diff
changeset
|
1853 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files. |
cd1fada8d9b8
* frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
67801
diff
changeset
|
1854 |
67801
66142acef663
* custom.texi (Custom Themes): `load-theme' always loads.
Chong Yidong <cyd@stupidchicken.com>
parents:
67772
diff
changeset
|
1855 2005-12-24 Chong Yidong <cyd@stupidchicken.com> |
66142acef663
* custom.texi (Custom Themes): `load-theme' always loads.
Chong Yidong <cyd@stupidchicken.com>
parents:
67772
diff
changeset
|
1856 |
66142acef663
* custom.texi (Custom Themes): `load-theme' always loads.
Chong Yidong <cyd@stupidchicken.com>
parents:
67772
diff
changeset
|
1857 * custom.texi (Custom Themes): `load-theme' always loads. |
66142acef663
* custom.texi (Custom Themes): `load-theme' always loads.
Chong Yidong <cyd@stupidchicken.com>
parents:
67772
diff
changeset
|
1858 |
67772 | 1859 2005-12-23 Juri Linkov <juri@jurta.org> |
1860 | |
1861 * display.texi (Highlight Interactively): Use double space to | |
1862 separate sentences. Replace C-p with M-p, and C-n with M-n. | |
1863 | |
67754
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1864 2005-12-22 Richard M. Stallman <rms@gnu.org> |
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1865 |
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1866 * custom.texi (Easy Customization and subnodes): |
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1867 Replace "active field" with "button". |
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1868 Use "user option" only for variables. |
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1869 Use "setting" for variable-or-face. |
a52cf10424bc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67741
diff
changeset
|
1870 |
67741
3bd16dd1f552
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67726
diff
changeset
|
1871 2005-12-22 Luc Teirlinck <teirllm@auburn.edu> |
3bd16dd1f552
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67726
diff
changeset
|
1872 |
3bd16dd1f552
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67726
diff
changeset
|
1873 * buffers.texi (Select Buffer): Change order in table to make |
3bd16dd1f552
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67726
diff
changeset
|
1874 "Similar" refer to the correct item. |
3bd16dd1f552
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67726
diff
changeset
|
1875 (Indirect Buffers): Minor rewording. |
3bd16dd1f552
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67726
diff
changeset
|
1876 |
67726
d7d3dd935c86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67708
diff
changeset
|
1877 2005-12-21 Luc Teirlinck <teirllm@auburn.edu> |
d7d3dd935c86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67708
diff
changeset
|
1878 |
d7d3dd935c86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67708
diff
changeset
|
1879 * widget.texi (atoms): Delete obsolete remark about `file' widget. |
d7d3dd935c86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67708
diff
changeset
|
1880 |
67708 | 1881 2005-12-20 Juri Linkov <juri@jurta.org> |
1882 | |
1883 * files.texi (VC Status): Put P and N near p and n. | |
1884 | |
67693
9373da9c01d0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67691
diff
changeset
|
1885 2005-12-20 Carsten Dominik <dominik@science.uva.nl> |
9373da9c01d0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67691
diff
changeset
|
1886 |
67726
d7d3dd935c86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67708
diff
changeset
|
1887 * org.texi (Tags): Boolean logic documented. |
67693
9373da9c01d0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67691
diff
changeset
|
1888 (Agenda Views): Document custom commands. |
9373da9c01d0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67691
diff
changeset
|
1889 |
67691
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
1890 2005-12-20 David Kastrup <dak@gnu.org> |
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
1891 |
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
1892 * faq.texi (AUCTeX): Update version and mailing list info. |
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
1893 |
67684
794c6c50c466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67680
diff
changeset
|
1894 2005-12-19 Richard M. Stallman <rms@gnu.org> |
794c6c50c466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67680
diff
changeset
|
1895 |
794c6c50c466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67680
diff
changeset
|
1896 * programs.texi (Electric C): Delete the info about newline control. |
794c6c50c466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67680
diff
changeset
|
1897 (Other C Commands): Minor cleanup. |
794c6c50c466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67680
diff
changeset
|
1898 (Left Margin Paren): Minor cleanup. |
794c6c50c466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67680
diff
changeset
|
1899 |
67680
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1900 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1901 |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1902 * custom.texi (Easy Customization): Add "Browsing Custom" to menu. |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1903 (Customization Groups): Delete text moved to "Browsing Custom". |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1904 (Browsing Custom): New node. |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1905 (Specific Customization): Clarify which commands only work for |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1906 loaded options. |
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1907 |
67655
6cba278fc764
(Tool Bars): Shorten text of previous change.
Bill Wohler <wohler@newt.com>
parents:
67653
diff
changeset
|
1908 2005-12-18 Bill Wohler <wohler@newt.com> |
6cba278fc764
(Tool Bars): Shorten text of previous change.
Bill Wohler <wohler@newt.com>
parents:
67653
diff
changeset
|
1909 |
6cba278fc764
(Tool Bars): Shorten text of previous change.
Bill Wohler <wohler@newt.com>
parents:
67653
diff
changeset
|
1910 * frames.texi (Tool Bars): Shorten text of previous change. |
6cba278fc764
(Tool Bars): Shorten text of previous change.
Bill Wohler <wohler@newt.com>
parents:
67653
diff
changeset
|
1911 |
67653
26386850b9ca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67649
diff
changeset
|
1912 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu> |
26386850b9ca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67649
diff
changeset
|
1913 |
26386850b9ca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67649
diff
changeset
|
1914 * files.texi (VC Status): Document log-view mode. |
26386850b9ca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67649
diff
changeset
|
1915 |
67649
4666e86efb1a
(Tool Bars): Mention that you can turn off tool bars permanently via
Bill Wohler <wohler@newt.com>
parents:
67643
diff
changeset
|
1916 2005-12-18 Bill Wohler <wohler@newt.com> |
4666e86efb1a
(Tool Bars): Mention that you can turn off tool bars permanently via
Bill Wohler <wohler@newt.com>
parents:
67643
diff
changeset
|
1917 |
4666e86efb1a
(Tool Bars): Mention that you can turn off tool bars permanently via
Bill Wohler <wohler@newt.com>
parents:
67643
diff
changeset
|
1918 * frames.texi (Tool Bars): Mention that you can turn off tool bars |
67680
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1919 permanently via the customize interface. |
67649
4666e86efb1a
(Tool Bars): Mention that you can turn off tool bars permanently via
Bill Wohler <wohler@newt.com>
parents:
67643
diff
changeset
|
1920 |
67653
26386850b9ca
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67649
diff
changeset
|
1921 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org> |
67643
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1922 |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1923 * gnus.texi (MIME Commands): Mention addition of |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1924 multipart/alternative to gnus-buttonized-mime-types and add xref |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1925 to mm-discouraged-alternatives. |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1926 |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1927 * emacs-mime.texi (Display Customization): Mention addition of |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1928 "image/.*" and add xref to gnus-buttonized-mime-types in the |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1929 mm-discouraged-alternatives section. |
1c477099d3ac
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Miles Bader <miles@gnu.org>
parents:
67613
diff
changeset
|
1930 |
67613
eab2494a32d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67609
diff
changeset
|
1931 2005-12-16 Carsten Dominik <dominik@science.uva.nl> |
eab2494a32d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67609
diff
changeset
|
1932 |
67680
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1933 * org.texi (Tags): New section. |
67613
eab2494a32d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67609
diff
changeset
|
1934 (Agenda Views): Chapter reorganized. |
eab2494a32d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67609
diff
changeset
|
1935 |
67609 | 1936 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de> |
1937 | |
1938 * killing.texi (Killing by Lines): Document `kill-whole-line' | |
1939 function. | |
1940 | |
67606 | 1941 2005-12-16 Eli Zaretskii <eliz@gnu.org> |
1942 | |
1943 * org.texi (Internal Links): Add a missing comma after an @xref. | |
1944 | |
67603
589ce7251c9c
* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey <lorentey@elte.hu>
parents:
67576
diff
changeset
|
1945 2005-12-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
589ce7251c9c
* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey <lorentey@elte.hu>
parents:
67576
diff
changeset
|
1946 |
589ce7251c9c
* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey <lorentey@elte.hu>
parents:
67576
diff
changeset
|
1947 * buffers.texi (Select Buffer): Change `prev-buffer' to |
589ce7251c9c
* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey <lorentey@elte.hu>
parents:
67576
diff
changeset
|
1948 `previous-buffer'. Indicate that these functions use a frame |
589ce7251c9c
* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey <lorentey@elte.hu>
parents:
67576
diff
changeset
|
1949 local buffer list. |
589ce7251c9c
* buffers.texi (Select Buffer): Change `prev-buffer' to
Károly Lőrentey <lorentey@elte.hu>
parents:
67576
diff
changeset
|
1950 |
67576
79100dce8a85
* faq.texi (Filling paragraphs with a single space): No need to
Chong Yidong <cyd@stupidchicken.com>
parents:
67551
diff
changeset
|
1951 2005-12-14 Chong Yidong <cyd@stupidchicken.com> |
79100dce8a85
* faq.texi (Filling paragraphs with a single space): No need to
Chong Yidong <cyd@stupidchicken.com>
parents:
67551
diff
changeset
|
1952 |
79100dce8a85
* faq.texi (Filling paragraphs with a single space): No need to
Chong Yidong <cyd@stupidchicken.com>
parents:
67551
diff
changeset
|
1953 * faq.texi (Filling paragraphs with a single space): No need to |
79100dce8a85
* faq.texi (Filling paragraphs with a single space): No need to
Chong Yidong <cyd@stupidchicken.com>
parents:
67551
diff
changeset
|
1954 change sentence-end now. |
79100dce8a85
* faq.texi (Filling paragraphs with a single space): No need to
Chong Yidong <cyd@stupidchicken.com>
parents:
67551
diff
changeset
|
1955 |
67551
fe8f45a3c8a7
(Scrolling only one line): Use `scroll-conservatively'.
Romain Francoise <romain@orebokech.com>
parents:
67544
diff
changeset
|
1956 2005-12-13 Romain Francoise <romain@orebokech.com> |
fe8f45a3c8a7
(Scrolling only one line): Use `scroll-conservatively'.
Romain Francoise <romain@orebokech.com>
parents:
67544
diff
changeset
|
1957 |
fe8f45a3c8a7
(Scrolling only one line): Use `scroll-conservatively'.
Romain Francoise <romain@orebokech.com>
parents:
67544
diff
changeset
|
1958 * faq.texi (Scrolling only one line): Use `scroll-conservatively'. |
fe8f45a3c8a7
(Scrolling only one line): Use `scroll-conservatively'.
Romain Francoise <romain@orebokech.com>
parents:
67544
diff
changeset
|
1959 |
67544
8e2428c28921
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67536
diff
changeset
|
1960 2005-12-12 Jay Belanger <belanger@truman.edu> |
8e2428c28921
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67536
diff
changeset
|
1961 |
71615
a6099d890443
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71596
diff
changeset
|
1962 * faq.texi (Calc): Update version number. |
67544
8e2428c28921
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67536
diff
changeset
|
1963 |
67536
b071fde35608
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67525
diff
changeset
|
1964 2005-12-12 Carsten Dominik <dominik@science.uva.nl> |
b071fde35608
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67525
diff
changeset
|
1965 |
67680
b7c68d3426e1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67655
diff
changeset
|
1966 * org.texi (Progress Logging): New section. |
67536
b071fde35608
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67525
diff
changeset
|
1967 |
67525
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1968 2005-12-12 Richard M. Stallman <rms@gnu.org> |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1969 |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1970 * custom.texi (Easy Customization): Change menu comment. |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1971 (Prefix Keymaps): Fix spelling of Control-X-prefix. |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1972 |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1973 * help.texi (Apropos): Rewrite. Talk about "apropos patterns". |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1974 (Help): Among the Apropos commands, describe only C-h a here. |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1975 |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1976 2005-12-11 Richard M. Stallman <rms@gnu.org> |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1977 |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1978 * programs.texi (Options for Comments): Comment-end starts with space. |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1979 |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1980 * glossary.texi (Glossary): Minor cleanup. |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1981 |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1982 * files.texi (Old Versions): Use @table. |
d1c8ad10efda
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67483
diff
changeset
|
1983 |
67483
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1984 2005-12-10 Romain Francoise <romain@orebokech.com> |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1985 |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1986 Update the Emacs FAQ for the 22.1 release. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1987 |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1988 * faq.texi: Set VER to `22.1'. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1989 (Basic editing): Explain how to use localized versions of the |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1990 Tutorial. Mention that `C-h r' displays the manual. Delete |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1991 obsolete WWW link to an Emacs 18 tutorial. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1992 (Getting a printed manual): Point to the new locations of the |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1993 manuals on the GNU Web site. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1994 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1995 available via Info (it was previously distributed separately). |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1996 (Installing Texinfo documentation): The latest version of Texinfo |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1997 is 4.8, not 4.0. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1998 (Informational files for Emacs): COPYING is the GNU General Public |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
1999 License, not the Emacs General Public License. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2000 (Informational files for Emacs): Delete obsolete link to the |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2001 GNUinfo pages as they have been removed from the GNU Web site. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2002 (New in Emacs 22): New node. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2003 (Setting up a customization file): Say that most packages support |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2004 Customize nowadays. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2005 (Colors on a TTY): Delete reference to instructions on how to |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2006 enable syntax highlighting, it is now enabled by default. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2007 (Turning on abbrevs by default): Emacs now reads the abbrevs file |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2008 at startup automatically. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2009 (Controlling case sensitivity): Mention `M-c' in isearch. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2010 (Using an already running Emacs process): Emacs now creates the |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2011 socket in `/tmp/emacsUID'. Fix typos. Change default location of |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2012 gnuserv. As emacsclient can now run Lisp code as well, delete a |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2013 sentence praising gnuserv for that. Simplify description of how |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2014 the client/server operation works. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2015 (Compiler error messages): Delete obsolete text (compile.el has |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2016 been rewritten). |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2017 (Indenting switch statements): Fix typo. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2018 (Matching parentheses): Simplify setup instructions, mention the |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2019 menu bar item in the Options menu. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2020 (Repeating a command as many times as possible): Mention `C-x e'. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2021 (Going to a line by number): Mention new keymap and bindings |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2022 `M-g M-g', `M-g M-p' and `M-g M-n'. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2023 (Turning on syntax highlighting): Now on by default. Simplify. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2024 (Replacing highlighted text): Use `1', not `t'. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2025 (Problems with very large files): The maximum size is now 256MB on |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2026 32-bit machines. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2027 (^M in the shell buffer): Mention `comint-process-echoes'. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2028 (Emacs for Apple computers): Emacs 22 has native support for Mac |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2029 OS X. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2030 (Translating names to IP addresses): Delete node. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2031 (Binding keys to commands): Fix typo. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2032 (SPC no longer completes file names): New node. |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2033 (MIME with Emacs mail packages): Delete section about the Emacs |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2034 MIME FAQ (it's not reachable anymore). |
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2035 |
67481 | 2036 2005-12-10 David Koppelman <koppel@ece.lsu.edu> |
2037 | |
2038 * display.texi (Highlight Interactively): Include | |
2039 global-hi-lock-mode. Add miscellaneous details and elaborations. | |
67483
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2040 |
67463
ba41f14061a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67444
diff
changeset
|
2041 2005-12-09 Richard M. Stallman <rms@gnu.org> |
ba41f14061a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67444
diff
changeset
|
2042 |
ba41f14061a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67444
diff
changeset
|
2043 * display.texi (Font Lock): Delete the Global FL menu item. |
ba41f14061a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67444
diff
changeset
|
2044 |
67444
d84323347611
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67433
diff
changeset
|
2045 2005-12-09 Luc Teirlinck <teirllm@auburn.edu> |
d84323347611
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67433
diff
changeset
|
2046 |
d84323347611
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67433
diff
changeset
|
2047 * custom.texi (Minibuffer Maps): Mention the maps for file name |
d84323347611
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67433
diff
changeset
|
2048 completion. |
d84323347611
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67433
diff
changeset
|
2049 |
67433 | 2050 2005-12-09 Kim F. Storm <storm@cua.dk> |
2051 | |
2052 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as | |
2053 prefix keys even when mark is active. Decribe that RET moves | |
2054 cursor to next corner in rectangle; clarify insert around rectangle. | |
2055 | |
69615
0020503da3e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
69613
diff
changeset
|
2056 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> |
69138 | 2057 |
2058 * cc-mode.texi: The manual has been extensively revised: the | |
2059 information about using CC Mode has been separated from the larger | |
2060 and more difficult chapters about configuration. It has been | |
2061 updated for CC Mode 5.31. | |
2062 | |
67418
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2063 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2064 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2065 * pgg.texi (User Commands): Fix description of pgg-verify-region. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2066 (Selecting an implementation): Fix descriptions. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2067 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2068 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2069 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2070 * message.texi (Various Message Variables): Addition. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2071 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2072 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2073 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2074 * message.texi: Fix default values. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2075 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2076 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2077 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2078 * message.texi (Header Commands): Clarify descriptions of |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2079 message-cross-post-followup-to, message-reduce-to-to-cc, and |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2080 message-insert-wide-reply. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2081 (Various Commands): Fix kindex for message-kill-to-signature; |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2082 clarify description of message-tab. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2083 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2084 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2085 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2086 * message.texi (Mailing Lists): Fix description about MFT. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2087 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2088 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2089 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2090 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2091 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2092 * gnus.texi (Slow Terminal Connection): Replace old description |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2093 with new one. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2094 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2095 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2096 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2097 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs; |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2098 replace X-Draft-Headers with X-Draft-From. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2099 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2100 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org> |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2101 |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2102 * gnus.texi (Various Various): Fix the default value of |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2103 nnheader-max-head-length. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2104 (Gnus Versions): Fix typo. |
28264c86d408
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
67412
diff
changeset
|
2105 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2106 2005-12-08 Luc Teirlinck <teirllm@auburn.edu> |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2107 |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2108 * custom.texi (Customization): Use xref to elisp manual for |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2109 non-TeX output. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2110 (Minor Modes): Update. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2111 (Customization Groups, Changing a Variable, Face Customization): |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2112 Update for new appearance of Custom buffers. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2113 (Changing a Variable): `custom-buffer-done-function' has been |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2114 replaced by `custom-buffer-done-kill'. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2115 (Specific Customization): In the `customize-group' buffer, a |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2116 subgroup's contents are not "hidden". They are not included at |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2117 all. They have no [Show] button. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2118 (Mouse Buttons): Add pxref to description of mouse event lists in |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2119 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys. |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2120 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2121 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el). |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2122 |
67397
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
2123 2005-12-08 Richard M. Stallman <rms@gnu.org> |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
2124 |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
2125 * mini.texi (Completion Commands, Completion): |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
2126 In file name input, SPC does not do completion. |
1edd6b000f5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67381
diff
changeset
|
2127 |
67381
cc3d6b6a1f25
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67365
diff
changeset
|
2128 2005-12-08 Carsten Dominik <dominik@science.uva.nl> |
cc3d6b6a1f25
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67365
diff
changeset
|
2129 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2130 * org.texi (Structure editing): Document new functionality of |
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2131 M-RET. |
67381
cc3d6b6a1f25
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67365
diff
changeset
|
2132 |
67365
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2133 2005-12-08 Nick Roberts <nickrob@snap.net.nz> |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2134 |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2135 * building.texi (GDB Graphical Interface): Explain screen size |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2136 setting. |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2137 (Other GDB User Interface Buffers): Describe features specific to |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2138 GDB 6.4. |
6855b4b329e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67354
diff
changeset
|
2139 |
67351
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
2140 2005-12-06 Luc Teirlinck <teirllm@auburn.edu> |
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
2141 |
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
2142 * org.texi (Internal Links): Fix Texinfo usage. |
dd40d7037ea3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67343
diff
changeset
|
2143 |
67343
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
2144 2005-12-06 Carsten Dominik <dominik@science.uva.nl> |
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
2145 |
67354
62957610ed77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67351
diff
changeset
|
2146 * org.texi (TODO basics): Document the global todo list. |
67343
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
2147 (TODO items): Documents sparse tree for specific TODO |
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
2148 keywords. |
69e43e82cd0a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67232
diff
changeset
|
2149 |
67230
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2150 2005-12-01 Nick Roberts <nickrob@snap.net.nz> |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2151 |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2152 * building.texi (GDB User Interface Layout): Describe how to |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2153 kill associated buffers. |
67232
003d50ec9805
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67230
diff
changeset
|
2154 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint. |
67230
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2155 (Watch Expressions): Be more precise. |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2156 (Other GDB User Interface Buffers): Describe how to change a |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2157 register value. |
0e6f1ac5ebfd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67219
diff
changeset
|
2158 |
67219
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
2159 2005-11-30 Carsten Dominik <dominik@science.uva.nl> |
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
2160 |
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
2161 * org.texi (Plain Lists): Typos fixed. |
7dc296b93149
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67195
diff
changeset
|
2162 |
67195
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
2163 2005-11-28 Jay Belanger <belanger@truman.edu> |
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
2164 |
67483
b6000aca7291
Set VER to `22.1'.
Romain Francoise <romain@orebokech.com>
parents:
67481
diff
changeset
|
2165 * calc.texi: Change references of `M-#' to `C-x *' prefix. |
67195
0ece02371a71
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67106
diff
changeset
|
2166 |
67106
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
2167 2005-11-24 Carsten Dominik <dominik@science.uva.nl> |
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
2168 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2169 * org.texi (Structure editing): New item moving commands added. |
67106
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
2170 (Plain Lists): New section. |
c2493c8bf7d6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
67102
diff
changeset
|
2171 |
67102
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2172 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2173 |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2174 * macos.texi (Mac Input): Remove description of |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2175 mac-command-key-is-meta. Add descriptions of |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2176 mac-control-modifier, mac-command-modifier, and |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2177 mac-option-modifier. |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2178 (Mac International): Fix description of conversion of clipboard data. |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2179 (Mac Font Specs): Add example of font customization by face attributes. |
cb7a3d503153
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
67073
diff
changeset
|
2180 |
67068
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
2181 2005-11-22 Nick Roberts <nickrob@snap.net.nz> |
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
2182 |
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
2183 * building.texi (Watch Expressions): Expand description. |
67073
5af054cf66ea
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67068
diff
changeset
|
2184 (Other GDB User Interface Buffers): Describe local map for |
5af054cf66ea
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67068
diff
changeset
|
2185 gud-watch. |
67068
98209bb8d1a8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
67061
diff
changeset
|
2186 |
67061
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
2187 2005-11-21 Chong Yidong <cyd@stupidchicken.com> |
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
2188 |
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
2189 * display.texi (Font Lock): Font lock is enabled by default now. |
4f3a6d09d436
Font lock enabled by default.
Chong Yidong <cyd@stupidchicken.com>
parents:
67043
diff
changeset
|
2190 |
67043 | 2191 2005-11-20 Juri Linkov <juri@jurta.org> |
2192 | |
2193 * basic.texi (Position Info): Update examples of the output. | |
2194 Remove the fact that examples are produced in the TeXinfo buffer, | |
2195 because in the Info reader users will get a different output from | |
2196 `C-x ='. | |
2197 | |
2198 * building.texi (Compilation Mode): Remove paragraph duplicated | |
2199 from the node `Compilation'. Add `compilation-skip-threshold'. | |
2200 | |
2201 * display.texi (Font Lock): Suggest more user-friendly method of | |
2202 finding all Font Lock faces (M-x customize-group RET font-lock-faces). | |
2203 | |
66993
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2204 2005-11-18 Richard M. Stallman <rms@gnu.org> |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2205 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2206 * files.texi (Registering): Mention @@ in mode line. |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2207 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2208 * mini.texi (Minibuffer File): Clarify previous change. Add @findex. |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2209 |
71214 | 2210 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu> |
66993
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2211 |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2212 * files.texi (Renaming and VC): Some back-ends don't |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2213 handle renaming. |
d621651aacea
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66989
diff
changeset
|
2214 |
66989
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2215 2005-11-18 Carsten Dominik <dominik@science.uva.nl> |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2216 |
67412
9b9327558fcd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67397
diff
changeset
|
2217 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'. |
66989
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2218 (Agenda): Document commands `org-cycle-agenda-files' and |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2219 `org-agenda-file-to-front' |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2220 (Built-in table editor): Document `org-table-sort-lines'. |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2221 (HTML formatting): Export of hand-formatted lists. |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66964
diff
changeset
|
2222 |
66964 | 2223 2005-11-17 Juri Linkov <juri@jurta.org> |
2224 | |
2225 * emacs.texi (Top): | |
2226 * display.texi (Highlight Interactively): Put this font-lock based | |
2227 mode near Font Lock node. | |
2228 | |
66940
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
2229 2005-11-16 Chong Yidong <cyd@stupidchicken.com> |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
2230 |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
2231 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
2232 icons. |
504ff72dadfe
Acknowledge AZ for Emacs icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66826
diff
changeset
|
2233 |
66826 | 2234 2005-11-12 Kim F. Storm <storm@cua.dk> |
2235 | |
2236 * help.texi (Help): Fix C-h a entry. Add C-h d entry. | |
2237 (Help Summary): Add C-h d and C-h e. | |
2238 (Apropos): Clarify that all apropos commands may search for either | |
2239 list of words or a regexp. Add C-h d for apropos-documentation. | |
2240 Describe apropos-documentation-sort-by-scores user option. | |
2241 | |
66808
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2242 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2243 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2244 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2245 new variable gnus-toolbar-thickness. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2246 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2247 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2248 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2249 * gnus.texi (XVarious): Revert description of gnus-use-toolbar. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2250 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2251 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2252 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2253 * gnus.texi (X-Face): Fix description. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2254 (XVarious): Remove gnus-xmas-logo-color-alist and |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2255 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2256 |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2257 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2258 |
68469
5263cc577c87
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
68464
diff
changeset
|
2259 * gnus.texi (Group Parameters): Mention new variable |
66808
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2260 gnus-parameters-case-fold-search. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2261 (Home Score File): Addition. |
a93385a3e7a2
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader <miles@gnu.org>
parents:
66786
diff
changeset
|
2262 |
66786
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
2263 2005-11-09 Luc Teirlinck <teirllm@auburn.edu> |
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
2264 |
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
2265 * killing.texi (CUA Bindings): Add @section. |
a4b56f11412c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66780
diff
changeset
|
2266 |
66780 | 2267 2005-11-10 Kim F. Storm <storm@cua.dk> |
2268 | |
2269 * emacs.texi (Top): Add CUA Bindings entry to menu. | |
2270 | |
2271 * killing.texi (CUA Bindings): New node. Moved here from | |
2272 misc.texi and extended with info on rectangle commands and | |
2273 rectangle highlighting, interface to registers, and the global | |
2274 mark feature. | |
2275 | |
2276 * misc.texi (Emulation): Move CUA bindings item to killing.texi. | |
2277 | |
2278 * regs.texi: Prev link points to CUA Bindings node. | |
2279 | |
66745
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
2280 2005-11-07 Luc Teirlinck <teirllm@auburn.edu> |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
2281 |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
2282 * help.texi (Help Echo): By default, help echos are only shown on |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
2283 mouse-over, not on point-over. |
5c8f9dbc49f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
66709
diff
changeset
|
2284 |
67691
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
2285 2005-11-04 J,Ai(Br,At(Bme Marant <jerome@marant.org> |
66709 | 2286 |
2287 * misc.texi (Shell Mode): Describe how to activate password echoing. | |
2288 | |
66707 | 2289 2005-11-04 Ulf Jasper <ulf.jasper@web.de> |
2290 | |
2291 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED. | |
2292 (Overview): List supported feed types. | |
2293 (Installation): No installation necessary when using autoload. | |
2294 (Configuration): Rename "RSS" to "news". | |
2295 | |
67043 | 2296 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> |
66702 | 2297 |
2298 * pgg.texi (User Commands): Document additional passphrase | |
2299 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions. | |
2300 (Backend methods): Likewise for corresponding pgg-scheme-* functions. | |
2301 | |
66692
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
2302 2005-11-04 Carsten Dominik <dominik@science.uva.nl> |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
2303 |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
2304 * org.texi: Version number changed to 3.19 |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66688
diff
changeset
|
2305 |
66688
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
2306 2005-11-04 Romain Francoise <romain@orebokech.com> |
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
2307 |
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
2308 * mark.texi (Mark Ring): Fix typo. |
4f7af488adb0
(Mark Ring): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66674
diff
changeset
|
2309 |
66674
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
2310 2005-11-03 Richard M. Stallman <rms@gnu.org> |
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
2311 |
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
2312 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop. |
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66614
diff
changeset
|
2313 |
66614 | 2314 2005-11-01 Bill Wohler <wohler@newt.com> |
2315 | |
2316 * help.texi (Help Mode): Fix typo. | |
2317 | |
66583
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
2318 2005-11-01 Nick Roberts <nickrob@snap.net.nz> |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
2319 |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
2320 * building.texi (Other GDB User Interface Buffers): Describe |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
2321 the command gdb-use-inferior-io-buffer. |
b5895c4b56e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66581
diff
changeset
|
2322 |
66581
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2323 2005-10-31 Romain Francoise <romain@orebokech.com> |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2324 |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2325 * files.texi (Compressed Files): Fix typo. |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2326 |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2327 * buffers.texi (Misc Buffer): Downcase `*shell*'. |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2328 |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2329 * windows.texi (Force Same Window): Likewise. |
fc256e77595d
* files.texi (Compressed Files): Fix typo.
Romain Francoise <romain@orebokech.com>
parents:
66570
diff
changeset
|
2330 |
66570
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
2331 2005-10-30 Bill Wohler <wohler@newt.com> |
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
2332 |
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
2333 * help.texi (Help Mode): URLs viewed with browse-url. |
272a21a12d44
(Help Mode): URLs viewed with browse-url.
Bill Wohler <wohler@newt.com>
parents:
66566
diff
changeset
|
2334 |
66565
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
2335 2005-10-31 Nick Roberts <nickrob@snap.net.nz> |
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
2336 |
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
2337 * building.texi (GDB Graphical Interface): Don't reference |
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
2338 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until |
66566
c996c096d936
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66565
diff
changeset
|
2339 must stay in same frame. |
66565
41ba10c5d8d9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66544
diff
changeset
|
2340 |
66544
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
2341 2005-10-29 Chong Yidong <cyd@stupidchicken.com> |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
2342 |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
2343 * custom.texi (Init File): Document ~/.emacs.d/init.el. |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
2344 |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
2345 * anti.texi (Antinews): Likewise. |
142b6109f5b7
Document ~/.emacs.d/init.el
Chong Yidong <cyd@stupidchicken.com>
parents:
66522
diff
changeset
|
2346 |
66522 | 2347 2005-10-29 Sascha Wilde <wilde@sha-bang.de> |
2348 | |
2349 * pgg.texi (How to use): Update the example to add autoload of | |
2350 pgg-encrypt-symmetric-region. | |
2351 (User Commands): Document pgg-encrypt-symmetric-region. | |
2352 (Backend methods): Document pgg-scheme-encrypt-symmetric-region. | |
2353 | |
66515
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
2354 2005-10-28 Bill Wohler <wohler@newt.com> |
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
2355 |
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
2356 * help.texi (Help): Help mode now creates hyperlinks for URLs. |
a3510f204ba4
(Help): Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66507
diff
changeset
|
2357 |
66507
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
2358 2005-10-28 Richard M. Stallman <rms@gnu.org> |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
2359 |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
2360 * files.texi (Visiting): Explain how to enter ? in a file name. |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
2361 |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
2362 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line. |
fcde30dab36e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66484
diff
changeset
|
2363 |
66484
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
2364 2005-10-27 Jay Belanger <belanger@truman.edu> |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
2365 |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
2366 * calc.texi (Predefined Units): Fix the symbol for a TeX points, |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
2367 mention other TeX-related units. |
0aef84b1f906
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66420
diff
changeset
|
2368 |
66420
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
2369 2005-10-25 Nick Roberts <nickrob@snap.net.nz> |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
2370 |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
2371 * building.texi (GDB Graphical Interface): Describe |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
2372 gdb-mouse-until. |
bfef75322aba
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66349
diff
changeset
|
2373 |
66349
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
2374 2005-10-23 Richard M. Stallman <rms@gnu.org> |
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
2375 |
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
2376 * custom.texi (Init File): Recommend when to use site-start.el. |
e024b37a96f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66338
diff
changeset
|
2377 |
66338 | 2378 2005-10-23 Lars Hansen <larsh@soem.dk> |
2379 | |
2380 * dired-x.texi (Miscellaneous Commands): Replace | |
2381 dired-do-relative-symlink by dired-do-relsymlink and | |
2382 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp. | |
2383 | |
66332
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
2384 2005-10-23 Jay Belanger <belanger@truman.edu> |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
2385 |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
2386 * calc.texi (Predefined Units): Use `alpha' for the fine structure |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
2387 constant. |
980fac484006
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66325
diff
changeset
|
2388 |
66325
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
2389 2005-10-23 Michael Albinus <michael.albinus@gmx.de> |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
2390 |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
2391 * faq.texi (Bugs and problems): Replace |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
2392 `dired-move-to-filename-regexp' by |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
2393 `directory-listing-before-filename-regexp'. |
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
66303
diff
changeset
|
2394 |
66303 | 2395 2005-10-22 Eli Zaretskii <eliz@gnu.org> |
2396 | |
2397 * newsticker.texi (UPDATED): Set value. | |
2398 | |
66299
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
2399 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org> |
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
2400 |
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
2401 * gnus.texi (Document Groups): Remove duplicate item. |
01b85ec4a61d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
66283
diff
changeset
|
2402 |
66283 | 2403 2005-10-21 Juri Linkov <juri@jurta.org> |
2404 | |
2405 * custom.texi (Examining): Mention accessing the old variable | |
2406 value via M-n in set-variable. | |
2407 | |
66263
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
2408 2005-10-21 Carsten Dominik <dominik@science.uva.nl> |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
2409 |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
2410 * org.texi (Summary): Mention iCalendar support. |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
2411 (Exporting): Document iCalendar support. |
340d6b4c8e29
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66179
diff
changeset
|
2412 |
66179
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2413 2005-10-18 Romain Francoise <romain@orebokech.com> |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2414 |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2415 * files.texi (Version Systems): Capitalize GNU. |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2416 |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2417 * viper.texi (Viper Specials): Likewise. |
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2418 |
66165
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
2419 2005-10-18 Nick Roberts <nickrob@snap.net.nz> |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
2420 |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
2421 * building.texi (Compilation Mode): Remove redundant paragraph. |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
2422 (Watch Expressions): Remove paragraph to reflect code change. |
b4edc4a21bef
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66150
diff
changeset
|
2423 |
66150 | 2424 2005-10-17 Juri Linkov <juri@jurta.org> |
2425 | |
2426 * info.texi (Getting Started, Search Index, Expert Info): | |
2427 Fix wording. | |
2428 (Search Text): Replace `echo area' with `mode line'. | |
2429 (Search Index): Both `i' and `,' find all index entries. | |
2430 Replace example `C-f' with `C-l' (which exists in index of Info | |
2431 manual) and delete spaces in its keyboard input sequence. | |
2432 Delete unnecessary explanations about literal characters. | |
2433 | |
66134
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
2434 2005-10-16 Richard M. Stallman <rms@gnu.org> |
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
2435 |
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
2436 * building.texi (Compilation Mode, Compilation): Clarified. |
b4d414f000c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66099
diff
changeset
|
2437 |
66099
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
2438 2005-10-15 Richard M. Stallman <rms@gnu.org> |
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
2439 |
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
2440 * misc.texi (Saving Emacs Sessions): Mention savehist library. |
f284148b3d3f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66092
diff
changeset
|
2441 |
66092
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2442 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2443 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2444 * gnus.texi (Document Server Internals): Addition. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2445 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2446 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2447 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2448 * gnus.texi (A note on namespaces): Fix RFC reference. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2449 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2450 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2451 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2452 * gnus.texi (RSS): Fix key description. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2453 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2454 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2455 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2456 * gnus.texi: Emacs/w3 -> Emacs/W3. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2457 (Browsing the Web): Fix description. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2458 (Web Searches): Ditto. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2459 (Customizing W3): Ditto. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2460 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2461 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org> |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2462 |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2463 * gnus.texi (Maildir): Clarify expire-age and expire-group. |
7c0125b5b333
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader <miles@gnu.org>
parents:
66063
diff
changeset
|
2464 |
66063 | 2465 2005-10-13 Kenichi Handa <handa@m17n.org> |
2466 | |
2467 * basic.texi (Position Info): Fix previous change. | |
2468 | |
66053
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
2469 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
2470 |
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
2471 * cmdargs.texi (Icons X): Fix typo. |
824d0114e769
* cmdargs.texi (Icons X): Fix typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
66052
diff
changeset
|
2472 |
66052 | 2473 2005-10-12 Kenichi Handa <handa@m17n.org> |
2474 | |
2475 * basic.texi (Position Info): Describe the case that Emacs shows | |
2476 "part of display ...". | |
2477 | |
66025
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
2478 2005-10-11 Jay Belanger <belanger@truman.edu> |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
2479 |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
2480 * calc.texi (Integration): Mention using `a i' to compute definite |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
2481 integrals. |
ea29286f548c
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
66011
diff
changeset
|
2482 |
66011 | 2483 2005-10-11 Juri Linkov <juri@jurta.org> |
2484 | |
2485 * info.texi: Rearrange nodes. | |
2486 (Top): Update menu. Change ref `Info for Experts' to | |
2487 `Advanced Info Commands'. | |
2488 (Getting Started): Fix description of manual's parts. | |
2489 (Help-Int): Change xref `Info Search' to `Search Index', and | |
2490 `Expert Info' to `Advanced'. | |
2491 (Advanced): Move node one level up. | |
2492 (Search Text, Search Index): New nodes split out from `Info Search'. | |
2493 (Go to node, Choose menu subtopic, Create Info buffer): New nodes | |
2494 split out from `Advanced'. | |
2495 (Advanced, Emacs Info Variables): De-document editing an Info file | |
2496 in Info. | |
2497 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'. | |
2498 (Creating an Info File): Delete node and move its text to | |
2499 `Expert Info'. | |
2500 | |
65979 | 2501 2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2502 | |
2503 * cmdargs.texi (Icons X): -nb => -nbi | |
2504 | |
65978
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
2505 2005-10-10 Chong Yidong <cyd@stupidchicken.com> |
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
2506 |
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
2507 * frames.texi (Speedbar): A couple more clarifications. |
6d475e9c0289
* frames.texi (Speedbar): A couple more clarifications.
Chong Yidong <cyd@stupidchicken.com>
parents:
65971
diff
changeset
|
2508 |
65971
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
2509 2005-10-11 Nick Roberts <nickrob@snap.net.nz> |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
2510 |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
2511 * building.texi (GDB User Interface Layout): Improve diagram. |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
2512 (Watch Expressions): Explain how to make speedbar global. |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
2513 (Other GDB User Interface Buffers): Make references more precise. |
9b0a56e1bd57
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65966
diff
changeset
|
2514 |
65966
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
2515 2005-10-10 Carsten Dominik <dominik@science.uva.nl> |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
2516 |
66150 | 2517 * org.texi (Workflow states): Documented that change in keywords |
65966
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
2518 becomes active only after restart of Emacs. |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65956
diff
changeset
|
2519 |
65956
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
2520 2005-10-09 Richard M. Stallman <rms@gnu.org> |
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
2521 |
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
2522 * frames.texi (Speedbar): Clarify the text. |
30e7cdd22a99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65947
diff
changeset
|
2523 |
65947
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
2524 2005-10-09 Chong Yidong <cyd@stupidchicken.com> |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
2525 |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
2526 * frames.texi (Speedbar): Add information on keybindings, |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
2527 dismissing the speedbar, and buffer display mode. Link to |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
2528 speedbar manual. |
97a58f78b188
* frames.texi (Speedbar): Add information on keybindings,
Chong Yidong <cyd@stupidchicken.com>
parents:
65939
diff
changeset
|
2529 |
65939
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
2530 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
2531 |
66179
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
2532 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type, |
65939
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
2533 added -nb, --no-bitmap-icon. |
ba4c1a7f880b
* cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
Jan Djärv <jan.h.d@swipnet.se>
parents:
65925
diff
changeset
|
2534 |
65925
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
2535 2005-10-08 Michael Albinus <michael.albinus@gmx.de> |
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
2536 |
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
2537 Sync with Tramp 2.0.51. |
da00cdf6de37
Sync with Tramp 2.0.51.
Michael Albinus <michael.albinus@gmx.de>
parents:
65914
diff
changeset
|
2538 |
65914
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2539 2005-10-08 Nick Roberts <nickrob@snap.net.nz> |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2540 |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2541 * speedbar.texi (Introduction): Describe new location of speedbar |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2542 on menubar. |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2543 (Basic Key Bindings): Remove descriptions of bindings that have |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2544 been removed. |
315b8a7b8e5f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65880
diff
changeset
|
2545 |
65880
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
2546 2005-10-07 Nick Roberts <nickrob@snap.net.nz> |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
2547 |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
2548 * building.texi (GDB Graphical Interface): Add variables and |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
2549 functions to indices. Be more precise. |
927934980c8c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65847
diff
changeset
|
2550 |
65847
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
2551 2005-10-05 Nick Roberts <nickrob@snap.net.nz> |
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
2552 |
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
2553 * speedbar.texi (GDB): Describe use of watch expressions. |
7d3324faf66c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
65806
diff
changeset
|
2554 |
65806
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
2555 2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
2556 |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
2557 * frames.texi (Drag and Drop): Remove the x- from |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
2558 x-dnd-open-file-other-window and xdnd-protocol-alist. |
a9c074731be2
* frames.texi (Drag and Drop): Remove the x- from
Jan Djärv <jan.h.d@swipnet.se>
parents:
65757
diff
changeset
|
2559 |
65757
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
2560 2005-09-30 Romain Francoise <romain@orebokech.com> |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
2561 |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
2562 * mini.texi (Minibuffer): The default value now appears before the |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
2563 colon in minibuffer prompts. |
ee26002f84d8
(Minibuffer): The default value now appears before the colon in
Romain Francoise <romain@orebokech.com>
parents:
65742
diff
changeset
|
2564 |
65742
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2565 2005-09-28 Simon Josefsson <jas@extundo.com> |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2566 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2567 * message.texi (IDNA): Fix. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2568 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2569 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org> |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2570 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2571 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout, |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2572 nntp-server-hook, and nntp-warn-about-losing-connection; fix |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2573 description of nntp-open-connection-function. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2574 (Common Variables): Fix descriptions. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65719
diff
changeset
|
2575 |
65719
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
2576 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org> |
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
2577 |
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
2578 * gnus.texi (Server Buffer Format): Document the %a format spec. |
5265a4059126
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564
Miles Bader <miles@gnu.org>
parents:
65699
diff
changeset
|
2579 |
65699
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
2580 2005-09-25 Richard M. Stallman <rms@gnu.org> |
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
2581 |
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
2582 * search.texi (Regexp Search): Doc search-whitespace-regexp. |
3463261ab49a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65691
diff
changeset
|
2583 |
65691
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
2584 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org> |
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
2585 |
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
2586 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry. |
cb3218d6e82a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561
Miles Bader <miles@gnu.org>
parents:
65679
diff
changeset
|
2587 |
65665
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
2588 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) |
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
2589 |
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
2590 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode. |
70992428ba25
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65655
diff
changeset
|
2591 |
65655
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
2592 2005-09-23 Carsten Dominik <dominik@science.uva.nl> |
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
2593 |
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
2594 * org.texi Version 3.16 |
1dcb69996086
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65634
diff
changeset
|
2595 |
65634
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2596 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2597 |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2598 * emacs.texi (Top): Update submenus from macos.texi. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2599 |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2600 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2601 (Mac OS): Update feature support status. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2602 (Mac Input): List supported input scripts. Remove description |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2603 about `mac-keyboard-text-encoding'. Mention mouse button |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2604 emulation and related variables. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2605 (Mac International): Mention Central European and Cyrillic |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2606 support. Now `keyboard-coding-system' is dynamically changed. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2607 Add description about coding system for selection. Add |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2608 description about language environment. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2609 (Mac Environment Variables): Mention |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2610 `~/.MacOSX/environment.plist'. Give example of command line |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2611 arguments. Add Preferences support. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2612 (Mac Directories): Explicitly state that this node is for Mac OS |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2613 Classic only. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2614 (Mac Font Specs): Mention specification for scalable fonts. List |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2615 supported charsets. Add preferred way of creating fontsets. Add |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2616 description about `mac-allow-anti-aliasing'. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2617 (Mac Functions): Add descriptions about `mac-set-file-creator', |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2618 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type', |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2619 and `mac-get-preference'. |
52f881b47490
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65625
diff
changeset
|
2620 |
65617
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
2621 2005-09-19 Miles Bader <miles@gnu.org> |
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
2622 |
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
2623 * newsticker.texi: Get rid of CVS keywords. |
2148ae4e135a
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader <miles@gnu.org>
parents:
65616
diff
changeset
|
2624 |
65616
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2625 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org> |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2626 |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2627 * gnus.texi (Finding the Parent): Fix description of how Gnus |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2628 finds article. |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2629 |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2630 2005-09-14 Jari Aalto <jari.aalto@cante.net> |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2631 |
65625
348c05075334
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65617
diff
changeset
|
2632 * gnus.texi (Advanced Scoring Examples): New examples to teach how |
65616
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2633 to drop off non-answered articles. |
cabd12ecc31c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader <miles@gnu.org>
parents:
65612
diff
changeset
|
2634 |
65612
19d18ffa4da3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65572
diff
changeset
|
2635 2005-09-19 Juanma Barranquero <lekktu@gmail.com> |
19d18ffa4da3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65572
diff
changeset
|
2636 |
65679 | 2637 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly |
2638 braces (which are unsupported by NMAKE) for macro `srcdir'. | |
65612
19d18ffa4da3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65572
diff
changeset
|
2639 |
65572 | 2640 2005-09-17 Eli Zaretskii <eliz@gnu.org> |
2641 | |
2642 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. | |
2643 (../info/newsticker, newsticker.dvi): New targets. | |
2644 | |
2645 2005-09-17 Ulf Jasper <ulf.jasper@web.de> | |
2646 | |
2647 * newsticker.texi: Replace @command with @code. Replace @example | |
2648 with @lisp. | |
2649 (Top): Added explanations to menu items. | |
2650 (GNU Free Documentation License): Removed. | |
2651 | |
65555
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
2652 2005-09-16 Romain Francoise <romain@orebokech.com> |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
2653 |
65557
78b8aa2e7963
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
65555
diff
changeset
|
2654 Update all files to specify GFDL version 1.2. |
65555
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
2655 |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
2656 * doclicense.texi (GNU Free Documentation License): Update to |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
2657 version 1.2. |
69b3598a61c5
Update all manuals to specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents:
65543
diff
changeset
|
2658 |
65530
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2659 2005-09-15 Richard M. Stallman <rms@gnu.org> |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2660 |
65543
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2661 * buffers.texi (List Buffers): Fix xref. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2662 |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2663 * rmail.texi (Rmail Basics): Fix xref. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2664 |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2665 * emacs.texi (Top): Update subnode menus. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2666 |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2667 * files.texi (Saving Commands): New node, broken out of Saving. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2668 (Customize Save): New node, broken out of Saving. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2669 Clarify effect of write-region-inhibit-fsync. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2670 (Misc File Ops): Say write-region-inhibit-fsync affects write-region. |
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65530
diff
changeset
|
2671 |
65530
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2672 * newsticker.texi: Fix @setfilename. |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2673 |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2674 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2675 (../info/newsticker, newsticker.dvi): New targets. |
8dfc4f46d744
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65515
diff
changeset
|
2676 |
65515
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
2677 2005-09-14 Romain Francoise <romain@orebokech.com> |
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
2678 |
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
2679 * files.texi (Saving): Mention write-region-inhibit-fsync. |
1ebe69a133e6
(Saving): Mention write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65440
diff
changeset
|
2680 |
65335
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
2681 2005-09-05 Chong Yidong <cyd@stupidchicken.com> |
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
2682 |
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
2683 * custom.texi (Custom Themes): New node. |
3faeba93ad9e
Document custom themes.
Chong Yidong <cyd@stupidchicken.com>
parents:
65333
diff
changeset
|
2684 |
65333
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
2685 2005-09-03 Richard M. Stallman <rms@gnu.org> |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
2686 |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
2687 * search.texi (Search Case): Mention vars that control |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
2688 case-fold-search for various operations. |
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65245
diff
changeset
|
2689 |
65245
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
2690 2005-08-30 Carsten Dominik <dominik@science.uva.nl> |
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
2691 |
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
2692 * org.texi: Version 3.15. |
8a283bd1b6c0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65219
diff
changeset
|
2693 |
65219
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
2694 2005-08-29 Luc Teirlinck <teirllm@auburn.edu> |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
2695 |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
2696 * ses.texi: Combine all three indices into one. |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
2697 Correct a few typos. |
475a6c2f1187
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65130
diff
changeset
|
2698 |
65130
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2699 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org> |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2700 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2701 * emacs-mime.texi (time-date): Fix description of safe-date-to-time. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2702 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2703 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2704 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2705 * emacs-mime.texi (Handles): Remove duplicate item. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2706 (Encoding Customization): Fix the default value for |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2707 mm-coding-system-priorities. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2708 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2709 (Basic Functions): Fix reference. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2710 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2711 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2712 |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2713 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp. |
d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Miles Bader <miles@gnu.org>
parents:
65124
diff
changeset
|
2714 |
65078 | 2715 2005-08-22 Juri Linkov <juri@jurta.org> |
2716 | |
2717 * display.texi (Standard Faces): Merge the text from | |
2718 `(elisp)Standard Faces' into this node. | |
2719 | |
65039
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
2720 2005-08-18 Luc Teirlinck <teirllm@auburn.edu> |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
2721 |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
2722 * emacs.texi (Top): Delete menu item for deleted node |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
2723 Keyboard Translations. |
5cabc81a10a9
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65035
diff
changeset
|
2724 |
65035
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2725 2005-08-18 Richard M. Stallman <rms@gnu.org> |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2726 |
65124
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
2727 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
2728 and web site. |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
2729 |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
2730 * trouble.texi (Unasked-for Search): |
1d6fb43d0329
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65078
diff
changeset
|
2731 Delete xref to Keyboard Translations. |
65035
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2732 |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2733 * glossary.texi (Glossary): Delete xref. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2734 |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2735 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode, |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2736 not keyboard-translate. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2737 |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2738 * custom.texi (Minor Modes): Say that the list here is not complete. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2739 (Keyboard Translations): Node deleted. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2740 (Disabling): Delete xref to it. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2741 (Customization Groups): Fix Custom buffer example. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2742 (Hooks): Mention remove-hooks. |
126c81827d58
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65023
diff
changeset
|
2743 |
65023
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2744 2005-08-17 Luc Teirlinck <teirllm@auburn.edu> |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2745 |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2746 * building.texi (GDB Graphical Interface): Improve filling of menu |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2747 item. |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2748 |
65021
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
2749 2005-08-18 Nick Roberts <nickrob@snap.net.nz> |
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
2750 |
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
2751 * building.texi (GDB Graphical Interface): Use better node names. |
bc19f4cc0a6f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
64975
diff
changeset
|
2752 |
64975
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
2753 2005-08-14 Richard M. Stallman <rms@gnu.org> |
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
2754 |
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
2755 * text.texi (Sentences): Fix xref. |
2abe34cec6dc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64953
diff
changeset
|
2756 |
64953 | 2757 2005-08-14 Juri Linkov <juri@jurta.org> |
2758 | |
2759 * building.texi (Compilation, Grep Searching): Move grep command | |
2760 headings from `Compilation' to `Grep Searching'. | |
2761 | |
2762 * dired.texi (Dired and Find): | |
2763 * maintaining.texi (Tags Search): Replace grep xref to | |
2764 `Compilation' node with `Grep Searching'. | |
2765 | |
2766 * files.texi (Comparing Files): Replace xref to `Compilation' with | |
2767 `Compilation Mode'. | |
2768 | |
64940
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
2769 2005-08-13 Alan Mackenzie <acm@muc.de> |
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
2770 |
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
2771 * search.texi (Non-ASCII Isearch): Correct a typo. |
64942
b8351cf25d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64940
diff
changeset
|
2772 (Replacement Commands): Mention query-replace key binding. |
64940
010c6f5c9280
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64923
diff
changeset
|
2773 |
64923
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2774 2005-08-11 Richard M. Stallman <rms@gnu.org> |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2775 |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2776 * programs.texi (Options for Comments): Fix xref. |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2777 |
65023
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2778 * search.texi (Regexp Backslash, Regexp Example): New nodes split |
df2a1c98b6bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
65021
diff
changeset
|
2779 out of Regexps. |
64923
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2780 |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2781 * faq.texi (Using regular expressions): Fix xref. |
f79675fe567d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64890
diff
changeset
|
2782 |
64871 | 2783 2005-08-09 Juri Linkov <juri@jurta.org> |
2784 | |
2785 * building.texi (Compilation): Use `itemx' instead of `item'. | |
2786 (Grep Searching): Simplify phrase. | |
2787 | |
2788 * display.texi (Standard Faces): Describe vertical-border on | |
2789 window systems. | |
2790 | |
2791 * windows.texi (Split Window): Simplify phrase and mention | |
2792 vertical-border face. | |
2793 | |
64849
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
2794 2005-08-09 Richard M. Stallman <rms@gnu.org> |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
2795 |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
2796 * files.texi (Comparing Files): Clarify compare-windows. |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
2797 |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
2798 * calendar.texi (Scroll Calendar): Document < and > in calendar. |
a2d841662b3d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64814
diff
changeset
|
2799 |
64814 | 2800 2005-08-09 Juri Linkov <juri@jurta.org> |
2801 | |
2802 * info.texi (Help-P): Replace `Prev' with `Previous'. | |
2803 (Help-M, Help-Xref): Add S-TAB. | |
2804 (Help-FOO): Update `u' command. | |
2805 (Help-Xref): Move info about Mouse-2 from `Help-Int'. | |
2806 Update info about visibility of xref parts. | |
2807 (Help-Int): Fix `m' command. Rename `Info-last' to | |
2808 `Info-history-back'. Add `Info-history-forward'. | |
2809 (Advanced): Fix `g*' and `M-n' commands. | |
2810 (Info Search): Add `index-apropos' in stand-alone browser. | |
2811 Add isearch commands. | |
2812 (Emacs Info Variables): Remove `Info-fontify'. | |
2813 Add `Info-mode-hook'. Update face names. | |
2814 Add `Info-fontify-maximum-menu-size', | |
2815 `Info-fontify-visited-nodes', `Info-isearch-search'. | |
2816 | |
64772
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2817 2005-08-07 Michael Albinus <michael.albinus@gmx.de> |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2818 |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2819 Sync with Tramp 2.0.50. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2820 |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2821 * tramp.texi: Use @option{} consequently for method names. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2822 (Inline methods, External transfer methods): Remove references to |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2823 Cygwin. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2824 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2825 implementation. |
060177e931f8
Sync with Tramp 2.0.50.
Michael Albinus <michael.albinus@gmx.de>
parents:
64746
diff
changeset
|
2826 |
64743 | 2827 2005-08-06 Eli Zaretskii <eliz@gnu.org> |
2828 | |
64746 | 2829 * mule.texi (Coding Systems): Rephrase the paragraph about |
2830 codepages: no need for "M-x codepage-setup" anymore, except on | |
2831 MS-DOS. | |
2832 | |
64743 | 2833 * msdog.texi (MS-DOS and MULE): Clarify that this section is for |
2834 the MS-DOS port only. | |
2835 | |
64690 | 2836 2005-07-30 Eli Zaretskii <eliz@gnu.org> |
2837 | |
2838 * makefile.w32-in (info): Don't run multi-install-info.bat. | |
2839 ($(infodir)/dir): New target, produced by running | |
2840 multi-install-info.bat. | |
2841 | |
64652
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
2842 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de> |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
2843 |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
2844 * gnus.texi (Startup Files): Fix name of gnus-site-init-file. |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
2845 Mention that gnus-init-file is not read when Emacs is invoked with |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
2846 --no-init-file or -q. |
883ca83abac4
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-501
Miles Bader <miles@gnu.org>
parents:
64592
diff
changeset
|
2847 |
64592 | 2848 2005-07-22 Eli Zaretskii <eliz@gnu.org> |
2849 | |
2850 * files.texi (Quoted File Names): Add index entry. | |
2851 | |
64516
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2852 2005-07-19 Carsten Dominik <dominik@science.uva.nl> |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2853 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2854 * org.texi: Version 3.14 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2855 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2856 2005-07-04 Carsten Dominik <dominik@science.uva.nl> |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2857 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2858 * org.texi: Version 3.13 |
2cd737c9eaea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
64505
diff
changeset
|
2859 |
64505 | 2860 2005-07-19 Juri Linkov <juri@jurta.org> |
2861 | |
2862 * files.texi (Comparing Files): Mention resync for `compare-windows'. | |
2863 | |
64472 | 2864 2005-07-18 Juri Linkov <juri@jurta.org> |
2865 | |
2866 * calc.texi (Time Zones, Logical Operations): | |
2867 * cl.texi (Overview): | |
2868 * custom.texi (Easy Customization): | |
2869 * files.texi (Old Versions): | |
2870 * frames.texi (Wheeled Mice): | |
2871 * mule.texi (Specify Coding): | |
2872 * org.texi (TODO types): | |
2873 * sc.texi (Emacs 18 MUAs): | |
2874 * speedbar.texi (Top): | |
2875 * text.texi (Cell Justification): | |
2876 * trouble.texi (After a Crash): | |
2877 * url.texi (History): | |
2878 * xresources.texi (GTK styles): | |
2879 Delete duplicate duplicate words. | |
2880 | |
64420
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2881 2005-07-17 Richard M. Stallman <rms@gnu.org> |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2882 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2883 * frames.texi (Creating Frames): Fix foreground color example. |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2884 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2885 * custom.texi (Init Examples): Clean up text about conditionals. |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2886 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2887 2005-07-16 Richard M. Stallman <rms@gnu.org> |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2888 |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2889 * mini.texi (Completion Commands): Fix command name for ?. |
68b6816b2cd1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64374
diff
changeset
|
2890 |
64374 | 2891 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) |
2892 | |
2893 * cl.texi (Type Predicates): Document `atom' type. | |
2894 | |
64368 | 2895 2005-07-16 Eli Zaretskii <eliz@gnu.org> |
2896 | |
64371 | 2897 * display.texi (Standard Faces): Explain that customization of |
2898 `menu' face has no effect on w32 and with GTK. Add | |
2899 cross-references. | |
2900 | |
64368 | 2901 * cmdargs.texi (General Variables): Clarify the default location |
2902 of $HOME on w32 systems. | |
2903 | |
64353 | 2904 2005-07-15 Jason Rumney <jasonr@gnu.org> |
2905 | |
2906 * cmdargs.texi (General Variables): Default HOME on MS Windows has | |
2907 changed. | |
2908 | |
64160 | 2909 2005-07-08 Kenichi Handa <handa@m17n.org> |
2910 | |
2911 * mule.texi (Recognize Coding): Recommend | |
2912 revert-buffer-with-coding-system instead of revert-buffer. | |
2913 | |
64155
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
2914 2005-07-07 Richard M. Stallman <rms@gnu.org> |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
2915 |
64158
8427e1fc1ce1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64155
diff
changeset
|
2916 * anti.texi (Antinews): Mention mode-line-inverse-video. |
8427e1fc1ce1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64155
diff
changeset
|
2917 |
64155
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
2918 * files.texi (Saving): Minor correction about C-x C-w. |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
2919 |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
2920 * display.texi (Display Custom): Don't mention mode-line-inverse-video. |
d472ab756b06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64150
diff
changeset
|
2921 |
64150
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2922 2005-07-07 Luc Teirlinck <teirllm@auburn.edu> |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2923 |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2924 * search.texi (Isearch Scroll): Add example of using the |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2925 `isearch-scroll' property. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2926 (Slow Isearch): Reference anchor for `baud-rate' instead of entire |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2927 `Display Custom' node. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2928 (Regexp Replace): Put text that requires Emacs Lisp knowledge last |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2929 and de-emphasize it. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2930 (Other Repeating Search): `occur' currently can not correctly |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2931 handle multiline matches. Correct, clarify and update description |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2932 of `flush-lines' and `keep-lines'. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2933 |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2934 * display.texi (Display Custom): Add anchor for `baud-rate'. |
50ac59c8d9bd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
64145
diff
changeset
|
2935 |
64145
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
2936 2005-07-07 Richard M. Stallman <rms@gnu.org> |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
2937 |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
2938 * gnu.texi: Update where to get GNU status; add refs for how to help. |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
2939 Add footnotes 6 and 7. |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64099
diff
changeset
|
2940 |
64099 | 2941 2005-07-04 Lute Kamstra <lute@gnu.org> |
2942 | |
2943 Update FSF's address in GPL notices. | |
2944 | |
2945 * calc.texi (Copying): | |
2946 * doclicense.texi (GNU Free Documentation License): | |
2947 * faq.texi (Contacting the FSF): | |
2948 * mh-e.texi (Copying): | |
2949 * trouble.texi (Checklist): Update FSF's address. | |
2950 | |
63955
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
2951 2005-07-03 Richard M. Stallman <rms@gnu.org> |
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
2952 |
64099 | 2953 * flymake.texi (Example -- Configuring a tool called directly): |
63955
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
2954 Update name of flymake-build-relative-filename. |
b8a680debd99
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63923
diff
changeset
|
2955 |
63868
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
2956 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> |
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
2957 |
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
2958 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify. |
e903f947651d
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader <miles@gnu.org>
parents:
63835
diff
changeset
|
2959 |
63835
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
2960 2005-06-29 Carsten Dominik <dominik@science.uva.nl> |
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
2961 |
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
2962 * org.texi: Version 3.12 |
98c693a81ce6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63754
diff
changeset
|
2963 |
63754
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
2964 2005-06-24 Richard M. Stallman <rms@gnu.org> |
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
2965 |
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
2966 * display.texi (Text Display): Change index entries. |
077498a3a319
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63749
diff
changeset
|
2967 |
63749 | 2968 2005-06-24 Eli Zaretskii <eliz@gnu.org> |
2969 | |
2970 * makefile.w32-in (MAKEINFO): Use --force. | |
2971 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in | |
2972 Makefile.in. | |
2973 (gnus.dvi): Use "..." to quote Sed args, so that it works with | |
2974 more shells. | |
2975 | |
63711
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
2976 2005-06-23 Richard M. Stallman <rms@gnu.org> |
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
2977 |
63726
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2978 * anti.texi (Antinews): Renamed show-nonbreak-escape to |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2979 nobreak-char-display. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2980 |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2981 * emacs.texi (Top): Update detailed node listing. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2982 |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2983 * display.texi (Text Display): Renamed show-nonbreak-escape |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2984 to nobreak-char-display and no-break-space to nobreak-space. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2985 (Standard Faces): Split up the list of standard faces |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2986 and put it in a separate node. Add nobreak-space and |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2987 escape-glyph. |
1d86d5c00a50
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63713
diff
changeset
|
2988 |
64099 | 2989 * speedbar.texi (Creating a display): Texinfo usage fixes. |
2990 | |
2991 * tramp.texi (Customizing Completion, Auto-save and Backup): | |
63711
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
2992 Texinfo usage fixes. |
34f124e4af5e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63690
diff
changeset
|
2993 |
63690 | 2994 2005-06-23 Lute Kamstra <lute@gnu.org> |
2995 | |
2996 * mule.texi (Select Input Method): Fix typo. | |
2997 | |
63681 | 2998 2005-06-23 Kenichi Handa <handa@m17n.org> |
2999 | |
3000 * mule.texi (International): List all supported scripts. Adjust | |
3001 text for that leim is now included in the normal Emacs | |
3002 distribution. | |
3003 (Language Environments): List all language environments. | |
3004 Intlfonts contains fonts for most supported scripts, not all.. | |
3005 (Select Input Method): Refer to C-u C-x = to see how to type to | |
3006 input a specifc character. | |
3007 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit. | |
3008 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3009 2005-06-23 Juanma Barranquero <lekktu@gmail.com> |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3010 |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3011 * building.texi (Grep Searching): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3012 * dired-x.texi (Miscellaneous Commands): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3013 * ediff.texi (Miscellaneous): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3014 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals) |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3015 (Agent Variables): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3016 * info.texi (Help-Xref): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3017 * message.texi (Message Headers): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3018 * org.texi (Remember): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3019 * reftex.texi (Options (Defining Label Environments)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3020 (Options (Index Support)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3021 (Options (Viewing Cross-References)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3022 (Options (Misc)): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3023 (Changes): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3024 * speedbar.texi (Creating a display): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3025 * tramp.texi (Customizing Completion, Auto-save and Backup): |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3026 Texinfo usage fix. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3027 |
63649
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
3028 2005-06-22 Miles Bader <miles@gnu.org> |
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
3029 |
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
3030 * display.texi (Faces): Change `vertical-divider' to `vertical-border'. |
144440a09db1
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Miles Bader <miles@gnu.org>
parents:
63594
diff
changeset
|
3031 |
63594
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
3032 2005-06-20 Miles Bader <miles@gnu.org> |
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
3033 |
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
3034 * display.texi (Faces): Add `vertical-divider'. |
4c33b0ac74a3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Miles Bader <miles@gnu.org>
parents:
63559
diff
changeset
|
3035 |
63559
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
3036 2005-06-17 Richard M. Stallman <rms@gnu.org> |
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
3037 |
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
3038 * text.texi (Adaptive Fill): Minor clarification. |
f3ed2587aecc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63361
diff
changeset
|
3039 |
63360
527b5bc891fb
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63356
diff
changeset
|
3040 2005-06-13 Carsten Dominik <dominik@science.uva.nl> |
527b5bc891fb
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63356
diff
changeset
|
3041 |
63361
6e51bee08dae
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63360
diff
changeset
|
3042 * org.texi: Version 3.11 |
63360
527b5bc891fb
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63356
diff
changeset
|
3043 |
63356
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
3044 2005-06-12 Jay Belanger <belanger@truman.edu> |
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
3045 |
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
3046 * calc.texi (Getting Started): Remove extra menu item. |
b441e10a6b49
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
63232
diff
changeset
|
3047 |
63232 | 3048 2005-06-10 Lute Kamstra <lute@gnu.org> |
3049 | |
3050 * emacs.texi (Top): Correct version number. | |
3051 * anti.texi (Antinews): Correct version number. Use EMACSVER to | |
3052 refer to the current version of Emacs. | |
3053 | |
63148
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
3054 2005-06-08 Luc Teirlinck <teirllm@auburn.edu> |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
3055 |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
3056 * files.texi (Log Buffer): Document when there can be more than |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
3057 one file to be committed. |
c6a012971aeb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63119
diff
changeset
|
3058 |
63119 | 3059 2005-06-08 Juri Linkov <juri@jurta.org> |
3060 | |
3061 * display.texi (Faces): Add `shadow' face. | |
3062 | |
63107
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
3063 2005-06-07 Masatake YAMATO <jet@gyve.org> |
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
3064 |
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
3065 * display.texi (Faces): Write about mode-line-highlight. |
f3551fda8850
* display.texi (Faces): Write about mode-line-highlight.
Masatake YAMATO <jet@gyve.org>
parents:
63071
diff
changeset
|
3066 |
63071
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3067 2005-06-06 Richard M. Stallman <rms@gnu.org> |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3068 |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3069 * misc.texi (Printing Package): Explain how to initialize |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3070 printing package. |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3071 |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3072 * cmdargs.texi (Action Arguments): Clarify directory default for -l. |
f6046597d48a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63016
diff
changeset
|
3073 |
63016 | 3074 2005-06-05 Chong Yidong <cyd@stupidchicken.com> |
3075 | |
3076 * emacs.texi: Rename Hardcopy to Printing. | |
3077 Make PostScript and PostScript Variables subnodes of it. | |
3078 | |
3079 * misc.texi (Printing): Rename node from Hardcopy. | |
3080 Mention menu bar options. | |
3081 Move PostScript and PostScript Variables to submenu. | |
3082 (Printing package): New node. | |
3083 | |
3084 * mark.texi (Using Region): Change Hardcopy xref to Printing. | |
3085 | |
3086 * dired.texi (Operating on Files): Likewise. | |
3087 | |
3088 * calendar.texi (Displaying the Diary): Likewise. | |
3089 | |
3090 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise. | |
3091 | |
3092 * glossary.texi (Glossary): Likewise. | |
3093 | |
3094 * frames.texi (Mode Line Mouse): Mention mode-line-highlight | |
3095 effect. | |
3096 | |
62993
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
3097 2005-06-04 Richard M. Stallman <rms@gnu.org> |
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
3098 |
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
3099 * trouble.texi (After a Crash): Polish previous change. |
67de0f04e17e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62934
diff
changeset
|
3100 |
62931
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3101 2005-05-31 Jay Belanger <belanger@truman.edu> |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3102 |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3103 * calc.texi (Notations Used in This Manual): Use @kbd for key |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3104 sequence. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3105 (Demonstration of Calc): Mention another way of starting Calc. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3106 (Starting Calc): Mention long name of M-#. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3107 (Embedded Mode Overview): Remove unnecessary instruction. |
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3108 (Other M-# commands): Rephrase `M-# 0' explanation. |
62934
00058aa7dd4f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62931
diff
changeset
|
3109 (Basic Embedded Mode): Rewrite discussion of prefix arguments to |
00058aa7dd4f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62931
diff
changeset
|
3110 reflect current behavior. |
62931
26528f8c20b9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62913
diff
changeset
|
3111 |
62913
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3112 2005-05-30 Jay Belanger <belanger@truman.edu> |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3113 |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3114 * calc.texi (Hooks): Change description of calc-window-hook and |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3115 calc-trail-window-hook to match usage. |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3116 (Computational Functions): Add more constant-generating functions. |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3117 (Customizable Variables): Use defvar. |
469445515ff8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62898
diff
changeset
|
3118 |
62898
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
3119 2005-05-30 Noah Friedman <friedman@splode.com> |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
3120 |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
3121 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
3122 recovery mechanism. |
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62842
diff
changeset
|
3123 |
62839
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
3124 2005-05-28 Jay Belanger <belanger@truman.edu> |
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
3125 |
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
3126 * calc.texi (Assignments in Embedded Mode): Fix variable name. |
62842
2113533205e3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62839
diff
changeset
|
3127 (Basic Embedded Mode): Explain behavior of arguments to |
2113533205e3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62839
diff
changeset
|
3128 calc-embedded-mode. |
62839
8ee1e48392f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62827
diff
changeset
|
3129 |
62827
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
3130 2005-05-28 Nick Roberts <nickrob@snap.net.nz> |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
3131 |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
3132 * building.texi (Other Buffers): SPC toggles display of |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
3133 floating point registers. |
2ab40e47ee9c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62821
diff
changeset
|
3134 |
62821
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
3135 2005-05-27 Jay Belanger <belanger@truman.edu> |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
3136 |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
3137 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
3138 current behavior. |
c77a481ec384
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62783
diff
changeset
|
3139 |
62782
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
3140 2005-05-27 Nick Roberts <nickrob@snap.net.nz> |
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
3141 |
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
3142 * files.texi (Log Buffer): Merge in description of Log Edit |
62783
29e9d68e3f7b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62782
diff
changeset
|
3143 mode from pcl-cvs.texi. |
62782
5925092e6fcd
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62743
diff
changeset
|
3144 |
62743
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
3145 2005-05-26 Richard M. Stallman <rms@gnu.org> |
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
3146 |
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
3147 * building.texi (Lisp Eval): C-M-x with arg runs Edebug. |
7cddc6393864
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62705
diff
changeset
|
3148 |
62705
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
3149 2005-05-25 Jay Belanger <belanger@truman.edu> |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
3150 |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
3151 * calc.texi: Change Calc version number throughout. |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
3152 (Keypad Mode): Change location in info output. |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
3153 (Keypad mode overview): Move picture of keypad. |
003f7e3adc75
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62690
diff
changeset
|
3154 |
62690
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3155 2005-05-24 Luc Teirlinck <teirllm@auburn.edu> |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3156 |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3157 * fixit.texi (Spelling): Delete confusing sentence; flyspell is |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3158 not enabled by default. |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3159 When not on a word, `ispell-word' by default checks the word |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3160 before point. |
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3161 |
62665
7ccbeba9749f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62648
diff
changeset
|
3162 2005-05-24 Nick Roberts <nickrob@snap.net.nz> |
7ccbeba9749f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62648
diff
changeset
|
3163 |
62690
5f6567221e96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62665
diff
changeset
|
3164 * building.texi (Debugger Operation): Simplify last sentence. |
62665
7ccbeba9749f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62648
diff
changeset
|
3165 |
62648 | 3166 2005-05-23 Lute Kamstra <lute@gnu.org> |
3167 | |
3168 * emacs.texi: Update FSF's address throughout. | |
3169 (Preface): Use @cite. | |
3170 (Distrib): Add cross reference to the node "Copying". Mention the | |
3171 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of | |
3172 printed manuals. | |
3173 (Intro): Use @xref for the Emacs Lisp Intro. | |
3174 | |
62592
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
3175 2005-05-21 Jay Belanger <belanger@truman.edu> |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
3176 |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
3177 * calc.texi (Storing variables): Mention that only most variables |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
3178 are void to begin with. |
39d3af6c4675
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62584
diff
changeset
|
3179 |
62584 | 3180 2005-05-21 Kevin Ryde <user42@zip.com.au> |
3181 | |
3182 * widget.texi (Basic Types): Update cross ref from "Enabling | |
3183 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent | |
3184 lispref/text.texi change. | |
3185 | |
62547
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3186 2005-05-20 Carsten Dominik <dominik@science.uva.nl> |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3187 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3188 * org.texi: Version 3.09 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3189 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3190 2005-05-18 Carsten Dominik <dominik@science.uva.nl> |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3191 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3192 * reftex.texi: Version 4.28 |
5e481e5664d3
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
62485
diff
changeset
|
3193 |
62481
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
3194 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> |
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
3195 |
62485
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
3196 * buffers.texi (Select Buffer): Document `C-u M-g M-g'. |
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
3197 |
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
3198 * basic.texi (Moving Point): Mention default for `goto-line'. |
60730e506f15
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62481
diff
changeset
|
3199 |
62481
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
3200 * programs.texi (Lisp Doc): Eldoc mode shows only the first line |
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
3201 of a variable's docstring. |
a1d383b6a65f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62480
diff
changeset
|
3202 |
62478 | 3203 2005-05-18 Lute Kamstra <lute@gnu.org> |
3204 | |
62480 | 3205 * maintaining.texi (Overview of Emerge): Add cross reference. |
3206 Remove duplication. | |
3207 | |
62478 | 3208 * emacs.texi (Top): Update to the current structure of the manual. |
3209 * misc.texi (Emacs Server): Add menu description. | |
3210 * files.texi (Saving): Fix menu. | |
3211 * custom.texi (Customization): Fix menu. | |
3212 * mule.texi (International): Fix menu. | |
3213 * kmacro.texi (Keyboard Macros): Fix menu. | |
3214 | |
62418
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
3215 2005-05-16 Luc Teirlinck <teirllm@auburn.edu> |
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
3216 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3217 * display.texi: Various minor changes. |
62418
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
3218 (Faces): Delete text that is repeated in the next section. |
a5dfc4cdba9e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62404
diff
changeset
|
3219 |
62404
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
3220 2005-05-16 Nick Roberts <nickrob@snap.net.nz> |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
3221 |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
3222 * building.texi (Debugger Operation): Mention GUD tooltips are |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
3223 disabled with GDB in text command mode. |
5c5a7d205d87
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62393
diff
changeset
|
3224 |
62393
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
3225 2005-05-16 Jay Belanger <belanger@truman.edu> |
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
3226 |
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
3227 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'. |
73a2645459f6
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62383
diff
changeset
|
3228 |
62383
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3229 2005-05-16 Nick Roberts <nickrob@snap.net.nz> |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3230 |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3231 * building.texi: Replace toolbar with "tool bar" for consistency. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3232 (Compilation Mode): Describe compilation-context-lines |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3233 and use of arrow in compilation buffer. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3234 (Debugger Operation): Replace help text with variable's value. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3235 |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3236 * frames.texi (Tooltips): Replace toolbar with "tool bar" for |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3237 consistency. |
fab51647537d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62369
diff
changeset
|
3238 |
62369
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
3239 2005-05-15 Luc Teirlinck <teirllm@auburn.edu> |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
3240 |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
3241 * major.texi (Choosing Modes): normal-mode processes the -*- line. |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
3242 Add xref. |
0c876bb11ddf
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62359
diff
changeset
|
3243 |
62359
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
3244 2005-05-14 Jay Belanger <belanger@truman.edu> |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
3245 |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
3246 * calc.texi (Default Simplifications): Insert missing ! (logical |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
3247 not operator). |
f7fdfa8ffb34
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62344
diff
changeset
|
3248 |
62344
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
3249 2005-05-14 Michael Albinus <michael.albinus@gmx.de> |
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
3250 |
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
3251 Sync with Tramp 2.0.49. |
5a19ff64befb
Sync with Tramp 2.0.49.
Michael Albinus <michael.albinus@gmx.de>
parents:
62339
diff
changeset
|
3252 |
62339
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3253 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3254 |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3255 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3256 (Position Info): Delete discussion of `goto-line'. It is already |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3257 described in `Moving point'. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3258 |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3259 * mini.texi (Completion Commands): Correct reference. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3260 (Completion Options): Fix typo. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3261 |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3262 * killing.texi (Deletion): Complete description of `C-x C-o'. |
6c80d31b7e43
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62307
diff
changeset
|
3263 |
62307
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
3264 2005-05-10 Jay Belanger <belanger@truman.edu> |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
3265 |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
3266 * calc.texi (Default Simplifications): Mention that 0^0 simplifies |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
3267 to 1. |
c1584508336e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
62241
diff
changeset
|
3268 |
62222
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3269 2005-05-10 Richard M. Stallman <rms@gnu.org> |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3270 |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3271 * building.texi (Compilation): Clarify recompile's directory choice. |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3272 |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3273 * frames.texi (Tooltips): Cleanups. |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3274 |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3275 * basic.texi (Arguments): Fix punctuation. |
bedd8e5433cd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62206
diff
changeset
|
3276 |
62204
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
3277 2005-05-09 Luc Teirlinck <teirllm@auburn.edu> |
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
3278 |
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
3279 * screen.texi (Menu Bar): The up and down (not left and right) |
62206
879a1e2e914c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62204
diff
changeset
|
3280 arrow keys move through a keyboard menu. |
62204
ba2e0c4d6a91
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62192
diff
changeset
|
3281 |
62192
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
3282 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
3283 |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
3284 * basic.texi: Various typo and grammar fixes. |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
3285 (Moving Point): C-a now runs move-beginning-of-line. |
77588ebf4a2f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62170
diff
changeset
|
3286 |
62170
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3287 2005-05-08 Nick Roberts <nickrob@snap.net.nz> |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3288 |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3289 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area. |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3290 |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3291 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3292 as different animals. |
b667f995cb9a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62162
diff
changeset
|
3293 |
62162
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
3294 2005-05-07 Luc Teirlinck <teirllm@auburn.edu> |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
3295 |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
3296 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'. |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
3297 Correct index entry. |
0c38f5bedcab
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62142
diff
changeset
|
3298 |
62142
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
3299 2005-05-07 Nick Roberts <nickrob@snap.net.nz> |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
3300 |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
3301 * building.texi (Debugger Operation): Update to reflect changes |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
3302 in GUD tooltips. |
534734b70d1a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61953
diff
changeset
|
3303 |
61953
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
3304 2005-04-30 Richard M. Stallman <rms@gnu.org> |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
3305 |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
3306 * files.texi (Compressed Files): Auto Compression normally enabled. |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
3307 |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
3308 * building.texi (Debugger Operation): Clarify previous change. |
fc9de62a2ccb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61923
diff
changeset
|
3309 |
61923
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
3310 2005-04-29 Carsten Dominik <dominik@science.uva.nl> |
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
3311 |
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
3312 * org.texi: Version 3.08, structure reorganized. |
88492f3ccffa
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61899
diff
changeset
|
3313 |
61899
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
3314 2005-04-28 Nick Roberts <nickrob@snap.net.nz> |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
3315 |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
3316 * building.texi (Debugger Operation): Add description for |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
3317 GUD tooltips when program is not running. |
b5bac1f892c0
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
61882
diff
changeset
|
3318 |
61882
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3319 2005-04-26 Luc Teirlinck <teirllm@auburn.edu> |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3320 |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3321 * misc.texi (Shell): Add `Shell Prompts' to menu. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3322 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u' |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3323 description. Delete remarks moved to new node. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3324 (Shell Prompts): New node. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3325 (History References): Replace remarks moved to `Shell Prompts' |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3326 with xref to that node. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3327 (Remote Host): Clarify how to specify the terminal type when |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3328 logging in to a different machine. |
d341e1622abb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61859
diff
changeset
|
3329 |
61850
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3330 2005-04-26 Richard M. Stallman <rms@gnu.org> |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3331 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3332 * emacs.texi (Top): Update submenus from files.texi. |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3333 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3334 * files.texi (Filesets): Clarify previous change. |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3335 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3336 * dired.texi (Misc Dired Features): Clarify previous change. |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3337 |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3338 2005-04-25 Chong Yidong <cyd@stupidchicken.com> |
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3339 |
61859
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3340 * ack.texi (Acknowledgments): Delete info about iso-acc.el |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3341 |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3342 * dired.texi (Misc Dired Features): Document |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3343 dired-compare-directories. |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3344 |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3345 * files.texi (Filesets): New node. |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3346 (File Conveniences): Document Image mode. |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3347 |
348a53b1dd79
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61850
diff
changeset
|
3348 * text.texi (TeX Print): Document tex-compile. |
61850
934760e1b21b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61836
diff
changeset
|
3349 |
61836
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
3350 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> |
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
3351 |
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
3352 * frames.texi (Tooltips): Tooltip mode is enabled by default. |
66179
6c8bcb760760
* files.texi (Version Systems): Capitalize GNU.
Romain Francoise <romain@orebokech.com>
parents:
66165
diff
changeset
|
3353 Delete redundant reference to tooltip Custom group. It is |
61836
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
3354 referred too again in the next paragraph. |
53c692cad549
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61818
diff
changeset
|
3355 |
61818
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
3356 2005-04-24 Richard M. Stallman <rms@gnu.org> |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
3357 |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
3358 * ack.texi: Delete info about lazy-lock.el and fast-lock.el. |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
3359 |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
3360 * faq.texi: Delete info about lazy-lock.el and fast-lock.el. |
bd461614f08f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61655
diff
changeset
|
3361 |
61655 | 3362 2005-04-19 Kim F. Storm <storm@cua.dk> |
3363 | |
3364 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings. | |
3365 | |
61640 | 3366 2005-04-18 Lars Hansen <larsh@math.ku.dk> |
3367 | |
3368 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now | |
3369 turns off desktop-save-mode. | |
61655 | 3370 |
61611
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3371 2005-04-17 Luc Teirlinck <teirllm@auburn.edu> |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3372 |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3373 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3374 by default in terminals compatible with xterm. Mention that |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3375 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3376 node. |
f906487da0a1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61561
diff
changeset
|
3377 |
61561
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
3378 2005-04-15 Carsten Dominik <dominik@science.uva.nl> |
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
3379 |
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
3380 * org.texi: Update to version 3.06. |
55a8477186ea
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
61529
diff
changeset
|
3381 |
61529 | 3382 2005-04-13 Lute Kamstra <lute@gnu.org> |
3383 | |
3384 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file. | |
3385 | |
61515
0d659f1010a4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61505
diff
changeset
|
3386 2005-04-12 Luc Teirlinck <teirllm@auburn.edu> |
0d659f1010a4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61505
diff
changeset
|
3387 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3388 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default. |
61515
0d659f1010a4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61505
diff
changeset
|
3389 |
61505
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
3390 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
3391 |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
3392 * xresources.texi (Table of Resources): Add cursorBlink. |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61485
diff
changeset
|
3393 |
61485
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
3394 2005-04-11 Luc Teirlinck <teirllm@auburn.edu> |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
3395 |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
3396 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
3397 `d', `C-d' and `u'. |
c54d82cdd1c1
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61468
diff
changeset
|
3398 |
61468
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3399 2005-04-11 Richard M. Stallman <rms@gnu.org> |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3400 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3401 * cmdargs.texi (Initial Options): -Q is now --quick, and does less. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3402 (Misc X): Add -D, --basic-display. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3403 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3404 * maintaining.texi (Change Log): Correct the description of |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3405 the example. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3406 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3407 * major.texi (Choosing Modes): Document magic-mode-alist. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3408 |
61443
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
3409 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org> |
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
3410 |
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
3411 * cl.texi (Porting Common Lisp): Fix typo. |
d57e7012d985
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61435
diff
changeset
|
3412 |
61435
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3413 2005-04-10 Luc Teirlinck <teirllm@auburn.edu> |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3414 |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3415 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'. |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3416 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg. |
61435
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3417 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3418 (Rmail Output): Clarify which statements apply to `o', `C-o' and |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3419 `w', respectively. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3420 (Rmail Labels): Mention `l'. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3421 (Rmail Attributes): Correct pxref. Mention `stored' attribute. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3422 (Rmail Summary Edit): Describe `j' and RET. |
e23c9743cccb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61427
diff
changeset
|
3423 |
61427
f00e2a6fb3e3
* xresources.texi (Lucid Resources): Added fonSet resource.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61424
diff
changeset
|
3424 2005-04-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
f00e2a6fb3e3
* xresources.texi (Lucid Resources): Added fonSet resource.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61424
diff
changeset
|
3425 |
64472 | 3426 * xresources.texi (Lucid Resources): Add fontSet resource. |
61427
f00e2a6fb3e3
* xresources.texi (Lucid Resources): Added fonSet resource.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61424
diff
changeset
|
3427 |
61424
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
3428 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> |
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
3429 |
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
3430 * gnus.texi (RSS): Addition. |
ad05d91d3598
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243
Miles Bader <miles@gnu.org>
parents:
61410
diff
changeset
|
3431 |
61410
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
3432 2005-04-09 Luc Teirlinck <teirllm@auburn.edu> |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
3433 |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
3434 * display.texi (Useless Whitespace): `indicate-unused-lines' is |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
3435 now called `indicate-empty-lines'. |
837ac2918752
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61347
diff
changeset
|
3436 |
61347 | 3437 2005-04-06 Kim F. Storm <storm@cua.dk> |
3438 | |
3439 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q. | |
3440 | |
61297
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
3441 2005-04-04 Luc Teirlinck <teirllm@auburn.edu> |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
3442 |
61299
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
3443 * dired.texi (Dired Visiting): `dired-view-command-alist' has been |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
3444 deleted. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
3445 (Marks vs Flags): Add some convenient key bindings. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
3446 (Hiding Subdirectories): Delete redundant and inaccurate sentence. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
3447 (Misc Dired Features): Correct and expand description of `w' command. |
842a249b20a6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61297
diff
changeset
|
3448 |
61297
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
3449 * frames.texi (XTerm Mouse): Delete apparently false info. |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
3450 The GNU/Linux console currently does not appear to support |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
3451 `xterm-mouse-mode'. |
787af47a62f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61261
diff
changeset
|
3452 |
61261
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
3453 2005-04-04 Jay Belanger <belanger@truman.edu> |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
3454 |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
3455 * calc.texi: Change Calc version number. |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
3456 (Customizable variables): Fix description of calc-language-alist. |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
3457 (Copying): Put in version 2 of GPL. |
964fd9156409
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61239
diff
changeset
|
3458 |
61239 | 3459 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
3460 | |
3461 * calendar.texi (Diary): Mention shell utility `calendar'. | |
3462 | |
61468
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3463 2005-04-01 Richard M. Stallman <rms@gnu.org> |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3464 |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3465 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist. |
2bf41f67cb04
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61443
diff
changeset
|
3466 |
61217
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3467 2005-04-01 Jay Belanger <belanger@truman.edu> |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3468 |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3469 * calc.texi (Troubleshooting Commands): Remove comment about |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3470 installation. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3471 (Installation): Remove section. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3472 (Customizable Variables): New section. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3473 (Basic Embedded Mode, Customizing Embedded Mode, Graphics) |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3474 (Graphical Devices): Add references to Customizable Variables. |
b5daf1119be5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
61201
diff
changeset
|
3475 |
61201 | 3476 2005-04-01 Lute Kamstra <lute@gnu.org> |
3477 | |
3478 * maintaining.texi (Change Log): add-change-log-entry uses | |
3479 add-log-mailing-address. | |
3480 | |
61196
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3481 2005-03-31 Luc Teirlinck <teirllm@auburn.edu> |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3482 |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3483 * files.texi (Reverting): Move `auto-revert-check-vc-info' to |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3484 `VC Mode Line' and put in an xref to that node. |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3485 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3486 its description. |
6d50d8b30aef
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61174
diff
changeset
|
3487 |
61174
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
3488 2005-03-31 Paul Eggert <eggert@cs.ucla.edu> |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
3489 |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
3490 * calendar.texi (Calendar Systems): Say that the Persian calendar |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
3491 implemented here is the arithmetical one championed by Birashk. |
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
3492 |
61132 | 3493 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk> |
3494 | |
3495 * programs.texi (Fortran Motion): Fix previous change. | |
3496 | |
61126
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3497 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3498 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3499 * emacs-mime.texi (Display Customization): Markup fixes. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3500 (rfc2047): Update. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3501 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3502 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de> |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3503 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3504 * gnus-faq.texi: Replaced with auto-generated version. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
61123
diff
changeset
|
3505 |
61123
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
3506 2005-03-29 Richard M. Stallman <rms@gnu.org> |
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
3507 |
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
3508 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info. |
908c45c94868
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61118
diff
changeset
|
3509 |
61118
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
3510 2005-03-29 Chong Yidong <cyd@stupidchicken.com> |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
3511 |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
3512 * text.texi (Refill): Refer to Long Lines Mode. |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
3513 (Longlines): New node. |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
3514 (Auto Fill): Don't index "word wrap" here. |
ff6aac2d0e0b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61109
diff
changeset
|
3515 (Filling): Add Longlines to menu. |
61174
0609cac4453f
* calendar.texi (Calendar Systems): Say that the Persian calendar
Paul Eggert <eggert@twinsun.com>
parents:
61132
diff
changeset
|
3516 |
61104
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3517 2005-03-29 Richard M. Stallman <rms@gnu.org> |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3518 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3519 * xresources.texi: Minor fixes. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3520 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3521 * misc.texi (Emacs Server): Fix Texinfo usage. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3522 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3523 * emacs.texi (Top): Don't use a real section heading for |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3524 "Detailed Node Listing". Fake it instead. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3525 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3526 * basic.texi (Position Info): Minor cleanup. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3527 |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3528 * mule.texi (Input Methods): Minor cleanup. |
668d8dcfee51
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61098
diff
changeset
|
3529 |
61098 | 3530 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
3531 | |
3532 * programs.texi (ForIndent Vars): `fortran-if-indent' does other | |
3533 constructs as well. | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3534 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block. |
61098 | 3535 |
61068 | 3536 2005-03-29 Kenichi Handa <handa@m17n.org> |
3537 | |
3538 * mule.texi (Input Methods): Refer to the command C-u C-x =. | |
3539 | |
3540 * basic.texi (Position Info): Update the description about the | |
3541 command C-u C-x =. | |
3542 | |
61054
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3543 2005-03-28 Richard M. Stallman <rms@gnu.org> |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3544 |
61062
c5c4d68e6139
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61059
diff
changeset
|
3545 * emacs.texi (Top): Use @section for the detailed node listing. |
c5c4d68e6139
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61059
diff
changeset
|
3546 |
61059
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
3547 * calendar.texi: Minor fixes to previous change. |
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
3548 |
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
3549 * programs.texi (Fortran): Small fixes to previous changes. |
3dbe89b3787a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61054
diff
changeset
|
3550 |
61054
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3551 * emacs.texi (Top): Update list of subnodes of Dired. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3552 Likewise for building.texi. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3553 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3554 * files.texi (File Conveniences): Delete Auto Image File mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3555 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3556 2005-03-28 Chong Yidong <cyd@stupidchicken.com> |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3557 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3558 * building.texi (Flymake): New node. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3559 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3560 * custom.texi (Function Keys): Document kp- event types and |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3561 keypad-setup package. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3562 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3563 * dired.texi (Wdired): New node. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3564 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3565 * files.texi (File Conveniences): Reorder entries. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3566 Explain how to turn on Auto-image-file mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3567 Document Thumbs mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3568 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3569 * mule.texi (Specify Coding): Document recode-region and |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3570 recode-file-name. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3571 |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3572 * programs.texi (Program Modes): Add Conf mode and DNS mode. |
b3bc596158ed
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61025
diff
changeset
|
3573 |
61025
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
3574 2005-03-27 Luc Teirlinck <teirllm@auburn.edu> |
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
3575 |
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
3576 * commands.texi (Keys): M-o is now a prefix key. |
3d505de28e69
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61020
diff
changeset
|
3577 |
61020 | 3578 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk> |
3579 | |
3580 * programs.texi: Reformat and update copyright years. | |
3581 (Fortran): Update section. | |
3582 | |
61012
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3583 2005-03-26 Luc Teirlinck <teirllm@auburn.edu> |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3584 |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3585 * files.texi: Several small changes in addition to: |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3586 (Visiting): Change xref for Dialog Boxes to ref. |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3587 (Version Headers): Replace references to obsolete var |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3588 `vc-header-alist' with `vc-BACKEND-header'. |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3589 (Customizing VC): Update value of `vc-handled-backends'. |
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3590 |
60998 | 3591 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> |
3592 | |
3593 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section; | |
3594 move here from Emacs Lisp Reference Manual. | |
3595 * calendar.texi (Calendar/Diary, Diary Commands) | |
3596 (Special Diary Entries, Importing Diary): Change some xrefs to | |
3597 point to emacs-xtra rather than elisp. | |
3598 | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3599 * emacs-xtra.texi (Calendar Customizing): |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3600 Move view-diary-entries-initially, view-calendar-holidays-initially, |
61001 | 3601 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main |
3602 Emacs Manual. | |
3603 (Appt Customizing): Merge entire section into main Emacs Manual. | |
61002 | 3604 * calendar.texi (Holidays): Move view-calendar-holidays-initially, |
61001 | 3605 mark-holidays-in-calendar here from emacs-xtra. |
3606 (Displaying the Diary): Move view-diary-entries-initially, | |
3607 mark-diary-entries-in-calendar here from emacs-xtra. | |
3608 (Appointments): Move appt-display-mode-line, | |
3609 appt-display-duration, appt-disp-window-function, | |
3610 appt-delete-window-function here from emacs-xtra. | |
3611 | |
3612 * calendar.texi: Update and reformat copyright. | |
61008 | 3613 Change all @xrefs to the non-printing emacs-xtra to @inforefs. |
61001 | 3614 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3. |
3615 (Diary): Refer to `diary-file' rather than ~/diary. | |
3616 (Diary Commands): Rename node to "Displaying the Diary". | |
61005 | 3617 * emacs.texi (Top): Rename "Diary Commands" section. |
3618 * misc.texi (Hardcopy): Rename "Diary Commands" xref. | |
61001 | 3619 |
60989 | 3620 2005-03-26 Eli Zaretskii <eliz@gnu.org> |
3621 | |
60992 | 3622 * misc.texi (Emacs Server): Fix the command for setting |
3623 server-name. Add an xref to Invoking emacsclient. | |
3624 | |
60990 | 3625 * help.texi (Help Summary): Clarify when "C-h ." will do something |
3626 nontrivial. | |
3627 (Apropos): Add cindex entry for apropos-sort-by-scores. | |
3628 | |
60989 | 3629 * display.texi (Text Display): Add index entries for how no-break |
3630 characters are displayed. | |
3631 | |
60983 | 3632 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change) |
3633 | |
3634 * dired-x.texi (Multiple Dired Directories): default-directory was | |
3635 renamed to dired-default-directory. | |
3636 | |
60977 | 3637 2005-03-26 Eli Zaretskii <eliz@gnu.org> |
3638 | |
3639 * files.texi (Visiting): Fix cross-references introduced with the | |
3640 last change. | |
3641 | |
61012
c5ecd2832dea
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61008
diff
changeset
|
3642 * xresources.texi (GTK resources): Fix last change. |
60977 | 3643 |
60971
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3644 2005-03-26 Jay Belanger <belanger@truman.edu> |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3645 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3646 * calc.texi (Simplifying Formulas, Rewrite Rules): |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3647 Change description of top and bottom of fraction. |
60971
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3648 (Modulo Forms): Move description of how to create modulo forms to |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3649 earlier in the section. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3650 (Fraction Mode): Suggest using : to get a fraction by dividing. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3651 (Basic Arithmetic): Adjust placement of command name. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3652 (Truncating the Stack): Emphasize that "hidden" entries are still |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3653 visible. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3654 (Installation): Move discussion of printing manual to "About This |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3655 Manual". |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3656 (About This Manual): Mention how to print the manual. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3657 (Reporting Bugs): Remove first person. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3658 (Building Vectors): Add algebraic version of append. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3659 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3660 (Grouping Digits): Fix typo. |
02d73fde2c17
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60966
diff
changeset
|
3661 |
60956
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3662 2005-03-25 Chong Yidong <cyd@stupidchicken.com> |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3663 |
60966
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
3664 * xresources.texi (X Resources): GTK options documented too. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
3665 (Resources): Clarify meaning of program name. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
3666 (Table of Resources): Add visualClass. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
3667 (GTK resources): Rewrite. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
3668 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups. |
bc93d41f78c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60956
diff
changeset
|
3669 |
60956
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3670 * display.texi (Text Display): Mention non-breaking spaces. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3671 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3672 * files.texi (Reverting): Document auto-revert-check-vc-info. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3673 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3674 * frames.texi (Mouse Commands): Document |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3675 x-mouse-click-focus-ignore-position and mouse-drag-copy-region. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3676 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3677 * help.texi (Help Summary): Add `C-h .'. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3678 (Apropos): Apropos accepts a list of search terms. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3679 Document apropos-sort-by-scores. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3680 (Help Echo): Document display-local-help. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3681 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3682 * misc.texi (Emacs Server): Document server-name. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3683 (Invoking emacsclient): Document -s option for server names. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3684 |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3685 * text.texi (Outline Visibility): Introduce "current heading |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3686 line" (commands can be called with point on a body line). |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3687 Re-order table to follow the sequence of discussion. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3688 hide-body won't hide lines before first header line. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3689 (TeX Mode): Add DocTeX mode. |
7c43e61335c4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60927
diff
changeset
|
3690 |
60927
bae786986f2e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
Werner LEMBERG <wl@gnu.org>
parents:
60919
diff
changeset
|
3691 2005-03-25 Werner Lemberg <wl@gnu.org> |
bae786986f2e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
Werner LEMBERG <wl@gnu.org>
parents:
60919
diff
changeset
|
3692 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3693 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3694 Replace `legal' with `valid'. |
60927
bae786986f2e
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
Werner LEMBERG <wl@gnu.org>
parents:
60919
diff
changeset
|
3695 |
60919
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
3696 2005-03-25 Werner Lemberg <wl@gnu.org> |
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
3697 |
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
3698 * calc.texi, reftex.texi: Replace `illegal' with `invalid'. |
3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
Werner LEMBERG <wl@gnu.org>
parents:
60886
diff
changeset
|
3699 |
60886
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
3700 2005-03-24 Jay Belanger <belanger@truman.edu> |
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
3701 |
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
3702 * calc.texi (General Mode Commands) |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63868
diff
changeset
|
3703 (Mode Settings in Embedded Mode): Add some explanation of |
60886
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
3704 recording mode settings. |
2a5ec2822c31
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60885
diff
changeset
|
3705 |
60885
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3706 2005-03-24 Richard M. Stallman <rms@gnu.org> |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3707 |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3708 * mule.texi (Single-Byte Character Support): Delete mention |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3709 of iso-acc.el and iso-transl.el. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3710 |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3711 * calc.texi: Remove praise of non-free software. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3712 |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3713 * idlwave.texi: Don't say where to get IDL or its non-free manual. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3714 (Installation): Node deleted. |
d4cec5499047
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60865
diff
changeset
|
3715 |
60865 | 3716 2005-03-23 Lute Kamstra <lute@gnu.org> |
3717 | |
3718 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch. | |
3719 | |
60862
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3720 2005-03-23 Richard M. Stallman <rms@gnu.org> |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3721 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3722 * url.texi (HTTP language/coding): Improve last change. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3723 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3724 * search.texi: Delete explicit node pointers. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3725 (Incremental Search): New menu. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3726 (Basic Isearch, Repeat Isearch, Error in Isearch) |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3727 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll) |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3728 (Slow Isearch): New subnodes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3729 (Configuring Scrolling): Node deleted. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3730 (Search Case): Doc default-case-fold-search. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3731 (Regexp Replace): Move replace-regexp doc here. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3732 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3733 * rmail.texi (Movemail): Put commas inside closequotes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3734 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3735 * picture.texi (Insert in Picture): Document C-c arrow combos. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3736 (Basic Picture): Clarify erasure. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3737 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3738 * display.texi (Font Lock): Put commas inside closequotes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3739 |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3740 * cmdargs.texi (General Variables): Put commas inside closequotes. |
a5747a6af714
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60842
diff
changeset
|
3741 |
60842
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
3742 2005-03-23 Nick Roberts <nickrob@snap.net.nz> |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
3743 |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
3744 * building.texi (Stack Buffer): Mention reverse contrast for |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
3745 *selected* frame (might not be current frame). |
10091146986d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60818
diff
changeset
|
3746 |
60818
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
3747 2005-03-22 Jay Belanger <belanger@truman.edu> |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
3748 |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
3749 * calc.texi (Embedded Mode): Add new information on changing |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
3750 modes. |
21c4c9337afa
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60804
diff
changeset
|
3751 |
60804
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3752 2005-03-21 Richard M. Stallman <rms@gnu.org> |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3753 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3754 * building.texi (Starting GUD): Add bashdb. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3755 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3756 2005-03-20 Chong Yidong <cyd@stupidchicken.com> |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3757 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3758 * basic.texi (Moving Point): Add M-g M-g binding. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3759 (Undo): Document undo-only. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3760 (Position Info): Document M-g M-g and C-u M-g M-g. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3761 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3762 * building.texi (Building): Put Grep Searching after Compilation |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3763 Shell. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3764 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3765 Document next-error-highlight. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3766 (Grep Searching): Document grep-highlight-matches. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3767 (Lisp Eval): Typing C-x C-e twice prints integers specially. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3768 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3769 * calendar.texi (Importing Diary): Rename node from iCalendar. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3770 Document diary-from-outlook. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3771 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3772 * dired.texi (Misc Dired Features): Rename node from Misc Dired |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3773 Commands. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3774 Mention effect of X drag and drop on Dired buffers. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3775 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3776 * files.texi (Visiting): Document large-file-warning-threshold. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3777 Move paragraph on file-selection dialog. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3778 Mention visiting files using X drag and drop. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3779 (Reverting): Mention using Auto-Revert mode to tail files. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3780 Document auto-revert-tail-mode. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3781 (Version Systems): Minor correction. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3782 (Comparing Files): Diff-mode is no longer based on Compilation |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3783 mode. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3784 Document compare-ignore-whitespace. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3785 (Misc File Ops): Explain passing a directory to rename-file. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3786 Likewise for copy-file and make-symbolic-link. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3787 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3788 * frames.texi (Wheeled Mice): Mouse wheel support on by default. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3789 Document mouse-wheel-progressive speed. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3790 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3791 * help.texi (Misc Help): Document numeric argument for C-h i. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3792 Correctly explain the effect of just C-u as argument. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3793 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3794 * killing.texi (Deletion): Document numeric argument for |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3795 just-one-space. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3796 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3797 * mini.texi (Completion): Completion acts on text before point. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3798 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3799 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3800 (Emulation): CUA mode replaces pc-bindings-mode, |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3801 pc-selection-mode, and s-region. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3802 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3803 * mule.texi (Input Methods): Leim is now built-in. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3804 (Select Input Method): Document quail-show-key. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3805 (Specify Coding): Document revert-buffer-with-coding-system. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3806 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3807 * programs.texi (Fortran Motion): Document f90-next-statement, |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3808 f90-previous-statement, f90-next-block, f90-previous-block, |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3809 f90-end-of-block, and f90-beginning-of-block. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3810 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3811 * text.texi (Format Faces): Replace old M-g key prefix with M-o. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3812 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3813 * emacs.texi (Acknowledgments): Updated. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3814 |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3815 * anti.texi: Total rewrite. |
2d1a165680f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60763
diff
changeset
|
3816 |
60763
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3817 2005-03-20 Michael Albinus <michael.albinus@gmx.de> |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3818 |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3819 Sync with Tramp 2.0.48. |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3820 |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3821 * trampver.texi.in: Replace "Emacs" by "GNU Emacs". |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3822 |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3823 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3824 "GNU/Linux". Change all addresses to .gnu.org. |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3825 (Default Method): Offer shortened syntax for "su" and "sudo" |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3826 methods. |
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3827 |
60751 | 3828 2005-03-19 Chong Yidong <cyd@stupidchicken.com> |
3829 | |
3830 * ack.texi (Acknowledgments): Update. | |
3831 | |
3832 2005-03-19 Eli Zaretskii <eliz@gnu.org> | |
3833 | |
3834 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update | |
3835 copyright years. | |
3836 | |
60593
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
3837 2005-03-14 Nick Roberts <nickrob@snap.net.nz> |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
3838 |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
3839 * building.texi (Commands of GUD): Move paragraph on setting |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
3840 breakpoints with mouse to the GDB Graphical Interface node. |
fc285ac82034
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60504
diff
changeset
|
3841 |
60494
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
3842 2005-03-07 Richard M. Stallman <rms@gnu.org> |
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
3843 |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
3844 * url.texi: Fix usage of "e.g.". |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
3845 (HTTP language/coding): Explain the rules for these strings. |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
3846 |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
3847 * misc.texi (Single Shell, Shell Options): Fix previous change. |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60494
diff
changeset
|
3848 |
60494
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
3849 * building.texi (Debugger Operation): Update GUD tooltip enable info. |
73ec37ea31ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60468
diff
changeset
|
3850 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3851 2005-03-06 Richard M. Stallman <rms@gnu.org> |
60468
a353a48e3aeb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60458
diff
changeset
|
3852 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3853 * building.texi (Starting GUD): Don't explain text vs graphical |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3854 GDB here. Just mention it and xref. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3855 Delete "just one debugger process". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3856 (Debugger Operation): Move GUD tooltip info here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3857 (GUD Tooltips): Node deleted. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3858 (GDB Graphical Interface): Explain the two GDB modes here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3859 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3860 * woman.texi (Introduction): Minor cleanups. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3861 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3862 * url.texi (HTTP language/coding): Get rid of "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3863 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3864 * sending.texi (Sending Mail): Minor cleanup. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3865 (Mail Aliases): Explain quoting conventions. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3866 Update key rebinding example. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3867 (Header Editing): C-M-i is like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3868 (Mail Mode Misc): mail-attach-file does not do MIME. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3869 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3870 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3871 that really belongs here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3872 (Remote Mailboxes): Text moved to Rmail Inbox. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3873 (Rmail Display): Mention Mouse-1. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3874 (Movemail): Clarify two movemail versions. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3875 Clarify rmail-movemail-program. |
60763
3ba8f94e9cfa
Sync with Tramp 2.0.48.
Michael Albinus <michael.albinus@gmx.de>
parents:
60751
diff
changeset
|
3876 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3877 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3878 (Installation): Node deleted. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3879 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3880 * misc.texi (Single Shell): Replace uudecode example with gpg example. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3881 Document async shell commands. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3882 (Shell History): Clarify. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3883 (Shell Ring): Mention C-UP an C-DOWN. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3884 (Shell Options): Add comint-prompt-read-only. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3885 (Invoking emacsclient): Set EDITOR to run Emacs. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3886 (Sorting): No need to explain what region is. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3887 (Saving Emacs Sessions): Fix typo. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3888 (Recursive Edit): Fix punctuation. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3889 (Emulation): Don't mention "PC bindings" which are standard. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3890 (Hyperlinking): Explain Mouse-1 convention here. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3891 (Find Func): Node deleted. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3892 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3893 * mh-e.texi (Preface): Get rid of "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3894 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3895 * help.texi (Name Help): Xref to Hyperlinking. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3896 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3897 * glossary.texi (Glossary): |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3898 Rename "Balance Parentheses" to "Balancing...". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3899 Add "Byte Compilation". Correct "Copyleft". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3900 New xref in "Customization". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3901 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3902 Add "Graphical Terminal" "Keybinding", "Margin", "Window System". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3903 Rename "Registers" to "Register". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3904 Replace "Selecting" with "Selected Frame", |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3905 "Selected Window", and "Selecting a Buffer". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3906 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3907 * files.texi (Types of Log File): Explain how projects' |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3908 methods can vary. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3909 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3910 * eshell.texi (Installation): Delete node (for Emacs 20). |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3911 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3912 * display.texi (Faces): Delete "Emacs 21". |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3913 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3914 * custom.texi (Changing a Variable): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3915 * fixit.texi (Spelling): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3916 * mini.texi (Completion Options): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3917 * programs.texi (Symbol Completion): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3918 * text.texi (Text Mode): C-M-i like M-TAB. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3919 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3920 * commands.texi (Keys): Mention F1 and F2 in list of prefixes. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3921 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3922 * calendar.texi (Specified Dates): Mention `g w'. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3923 (Appointments): appt-activate toggles with no arg. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3924 |
60408
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
3925 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org> |
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
3926 |
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
3927 * flymake.texi: Refill and tweak style in @lisp blocks. |
49ffcf1ce31c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
60401
diff
changeset
|
3928 |
60401 | 3929 2005-03-05 Juri Linkov <juri@jurta.org> |
3930 | |
3931 * cmdargs.texi (Emacs Invocation): Add cindex | |
3932 "invocation (command line arguments)" | |
3933 (Misc X): Add -nbc, --no-blinking-cursor. | |
3934 | |
60383 | 3935 2005-03-04 Ulf Jasper <ulf.jasper@web.de> |
3936 | |
3937 * calendar.texi (iCalendar): No need to require it now. | |
3938 | |
60356
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
3939 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de> |
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
3940 |
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
3941 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very". |
3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader <miles@gnu.org>
parents:
60341
diff
changeset
|
3942 |
60341
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
3943 2005-03-03 Nick Roberts <nickrob@snap.net.nz> |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
3944 |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
3945 * trouble.texi (Contributing): Mention Savannah. Direct users to |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
3946 emacs-devel. |
f808df05f1e7
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
60323
diff
changeset
|
3947 |
60323 | 3948 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
3949 | |
3950 * calendar.texi (Adding to Diary): Mention redrawing of calendar | |
3951 window. | |
3952 | |
60314
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
3953 2005-03-01 Jay Belanger <belanger@truman.edu> |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
3954 |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
3955 * calc.texi (Trigonometric and Hyperbolic Functions): |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
3956 Mention additional functions. |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
3957 (Algebraic Simplifications): Mention additional simplifications. |
b80008bdbb01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60293
diff
changeset
|
3958 |
60458
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3959 2005-02-27 Richard M. Stallman <rms@gnu.org> |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3960 |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3961 * building.texi (Compilation): Update mode line status info. |
3876b849847a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60408
diff
changeset
|
3962 |
60293 | 3963 2005-02-27 Matt Hodges <MPHodges@member.fsf.org> |
3964 | |
3965 * calendar.texi (General Calendar): Document binding of | |
3966 scroll-other-window-down. | |
3967 (Mayan Calendar): Fix earliest date. | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3968 (Time Intervals): Document timeclock-change. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
3969 Fix timeclock-ask-before-exiting documentation. |
60293 | 3970 |
60255 | 3971 2005-02-26 Kim F. Storm <storm@cua.dk> |
3972 | |
3973 * frames.texi (Mouse References): | |
3974 Add mouse-1-click-in-non-selected-windows. | |
3975 | |
60247
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3976 2005-02-25 Richard M. Stallman <rms@gnu.org> |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3977 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3978 * screen.texi (Screen): Explain better about cursors and mode lines; |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3979 don't presuppose text terminals. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3980 (Point): Don't assume just one cursor. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3981 Clarify explanation of cursors. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3982 (Echo Area, Menu Bar): Cleanups. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3983 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3984 * mini.texi (Minibuffer): Prompts are highlighted. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3985 (Minibuffer Edit): Newline = C-j only on text terminals. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3986 Clarify resize-mini-windows values. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3987 Mention M-PAGEUP and M-PAGEDOWN. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3988 (Completion Commands): Mouse-1 like Mouse-2. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3989 (Minibuffer History): Explain history commands better. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3990 (Repetition): Add xref to Incremental Search. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3991 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3992 * mark.texi (Setting Mark): Clarify info about displaying mark. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3993 Clarify explanation of C-@ and C-SPC. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3994 (Transient Mark): Mention Delete Selection mode. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3995 (Marking Objects): Clean up text about extending the region. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3996 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3997 * m-x.texi (M-x): One C-g doesn't always go to top level. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3998 No delay before suggest-key-bindings output. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
3999 |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
4000 * fixit.texi (Fixit): Mention C-/ for undo. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
4001 (Spelling): Mention ESC TAB like M-TAB. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
4002 Replacement words with r and R are rechecked. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
4003 Say where C-g leaves point. Mention ? as input. |
773b228334be
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60231
diff
changeset
|
4004 |
60231 | 4005 2005-02-23 Lute Kamstra <lute@gnu.org> |
4006 | |
4007 * cmdargs.texi (Initial Options): Add cross reference. | |
4008 | |
60140
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
4009 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org> |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
4010 |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
4011 * ses.texi: Add concept/function/variable indices (this work was |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
4012 donated by Brad Collins <brad@chenla.org>, copyright-assignment |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
4013 papers on file at FSF). |
3f04dc96bdc4
ses.texi: Add concept/function/variable indices
Jonathan Yavner <jyavner@member.fsf.org>
parents:
60125
diff
changeset
|
4014 |
60122
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
4015 2005-02-16 Luc Teirlinck <teirllm@auburn.edu> |
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
4016 |
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
4017 * emacs.texi (Top): Update menu for splitting of node in |
60125
7722b1983f28
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60122
diff
changeset
|
4018 msdog.texi. |
60122
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
4019 * frames.texi (Frames): Update xref for splitting of node in |
60125
7722b1983f28
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60122
diff
changeset
|
4020 msdog.texi. |
7722b1983f28
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60122
diff
changeset
|
4021 * trouble.texi (Quitting): Ditto. |
60122
9dade6c4c712
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60117
diff
changeset
|
4022 |
60117
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4023 2005-02-16 Richard M. Stallman <rms@gnu.org> |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4024 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4025 * windows.texi (Split Window): Simplify line truncation info |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4026 and xref to Display Custom. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4027 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4028 * trouble.texi (Quitting): Emergency escape only for text terminal. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4029 (Screen Garbled): C-l for ungarbling is only for text terminal. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4030 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4031 * text.texi (Text Mode): ESC TAB alternative for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4032 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4033 * sending.texi (Header Editing): ESC TAB alternative for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4034 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4035 * programs.texi (Program Modes): Mention Python mode. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4036 (Moving by Defuns): Repeating C-M-h extends region. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4037 (Basic Indent): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4038 (Custom C Indent): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4039 (Expressions): Repeating C-M-@ extends region. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4040 (Info Lookup): Clarify for C-h S. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4041 (Symbol Completion): ESC TAB alternative for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4042 (Electric C): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4043 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4044 * emacs.texi (Top): Update display.texi and frames.texi submenu data. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4045 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4046 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4047 MS-DOS Input node. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4048 (MS-DOS Keyboard): Start with explaining DEL and BREAK. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4049 (MS-DOS and MULE): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4050 (MS-DOS Processes, Windows Processes): Fix typos. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4051 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4052 * major.texi (Choosing Modes): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4053 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4054 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4055 (Keyboard Macro Step-Edit): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4056 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4057 * indent.texi (Indentation): Clarifications. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4058 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4059 * help.texi (Help): Correct error about C-h in query-replace. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4060 Clarify apropos vs C-h a. Fix how to search in FAQ. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4061 (Key Help): Describe C-h w here. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4062 (Name Help): Minor cleanup. C-h w moved to Key Help. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4063 Clarify the "object" joke. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4064 (Apropos): Clarify. Mouse-1 like Mouse-2. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4065 (Help Mode): Mouse-1 like Mouse-2. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4066 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4067 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4068 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4069 * display.texi (Display): Reorder menu. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4070 (Faces): Cleanup. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4071 (Font Lock): Cleanup. Mention Options menu. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4072 Delete obsolete text. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4073 (Scrolling): For C-l, don't presume text terminal. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4074 (Horizontal Scrolling): Simplify intro. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4075 (Follow Mode): Clarify. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4076 (Cursor Display): Moved before Display Custom. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4077 (Display Custom): Explain no-redraw-on-reenter is for text terminals. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4078 Doc default-tab-width. Doc line truncation more thoroughly. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4079 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4080 * dired.texi (Dired Enter): C-x C-f can run Dired. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4081 (Dired Visiting): Comment out `a' command. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4082 Mouse-1 is like Mouse-2. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4083 (Shell Commands in Dired): ? can be used more than once. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4084 |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4085 * basic.texi (Continuation Lines): Simplify description of truncation, |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4086 and refer to Display Custom for the rest of it. |
02a537358370
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60017
diff
changeset
|
4087 |
60011
d1a5eeb1d74f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60002
diff
changeset
|
4088 2005-02-10 Jay Belanger <belanger@truman.edu> |
d1a5eeb1d74f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60002
diff
changeset
|
4089 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4090 * calc.texi: Change @LaTeX to La@TeX throughout. |
60017
6f0850608427
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60011
diff
changeset
|
4091 Redefine @expr as @math for TeX output. |
6f0850608427
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60011
diff
changeset
|
4092 Redefine @texline as a no-op for TeX output. |
6f0850608427
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60011
diff
changeset
|
4093 Define @tfn, replace @t by @tfn throughout. |
60011
d1a5eeb1d74f
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
60002
diff
changeset
|
4094 |
60002
3d5a318cb24a
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59996
diff
changeset
|
4095 2005-02-09 Jay Belanger <belanger@truman.edu> |
3d5a318cb24a
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59996
diff
changeset
|
4096 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4097 * calc.texi: Add macro for LaTeX for info output. |
60002
3d5a318cb24a
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59996
diff
changeset
|
4098 |
59985 | 4099 2005-02-08 Kim F. Storm <storm@cua.dk> |
4100 | |
4101 * texinfo.tex (LaTex): Add def. | |
4102 | |
59968
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
4103 2005-02-06 Jay Belanger <belanger@truman.edu> |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
4104 |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
4105 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
4106 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
4107 throughout manual. |
a2314da923ec
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59960
diff
changeset
|
4108 |
59960 | 4109 2005-02-06 Lute Kamstra <lute@gnu.org> |
4110 | |
4111 * basic.texi (Undo): Fix typo. | |
4112 | |
4113 * cmdargs.texi (Emacs Invocation): Fix typo. | |
4114 | |
4115 * custom.texi (Init Examples): Fix typo. | |
4116 | |
4117 * abbrevs.texi (Expanding Abbrevs): Fix typo. | |
4118 | |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4119 2005-02-06 Richard M. Stallman <rms@gnu.org> |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4120 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4121 * regs.texi (Registers): Registers can hold numbers, too. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4122 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4123 * killing.texi (Other Kill Commands): Cleanup. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4124 Delete redundant explanation of kill in read-only buffer. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4125 (Yanking): Mention term "copying". |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4126 (Accumulating Text): Fix typo. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4127 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4128 * entering.texi (Entering Emacs): Update rationale at start. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4129 (Exiting): Treat iconifying on a par with suspension. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4130 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4131 * custom.texi (Minor Modes): Fix typo. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4132 (Easy Customization): Fix menu style. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4133 (Variables): Add xref. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4134 (Examining): Setting for future sessions works through .emacs. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4135 (Keymaps): "Text terminals", not "Many". |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4136 (Init Rebinding): Explain \C-. Show example of \M-. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4137 Fix minor wording errors. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4138 (Function Keys): Explain vector syntax just once. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4139 (Named ASCII Chars): Clarify history of TAB/C-i connection. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4140 (Init File): Mention .emacs.d directory. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4141 (Init Examples): Add xref. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4142 (Find Init): Mention .emacs.d directory. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4143 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4144 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4145 (Action Arguments): Explain which kinds of -l args are found how. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4146 (Initial Options): --batch does not inhibit site-start. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4147 Add xrefs. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4148 (Command Example): Use --batch, not -batch. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4149 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4150 * basic.texi (Inserting Text): Cleanup wording. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4151 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4152 C-n is not error at end of buffer. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4153 (Undo): Doc C-/ like C-_. Add xrefs. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4154 (Arguments): META key may be labeled ALT. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4155 Peculiar arg meanings are explained in doc strings. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4156 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4157 * abbrevs.texi (Expanding Abbrevs): Clarify. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59930
diff
changeset
|
4158 |
59930 | 4159 2005-02-05 Eli Zaretskii <eliz@gnu.org> |
4160 | |
4161 * frames.texi (Frame Parameters): Add an xref to the description | |
4162 of list-colors-display. Add a pointer to the X docs about colors. | |
4163 | |
4164 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes. | |
4165 Impove docs of list-colors-display. | |
4166 | |
59896 | 4167 2005-02-03 Lute Kamstra <lute@gnu.org> |
4168 | |
4169 * frames.texi (Frames, Drag and Drop): Fix typos. | |
4170 | |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4171 2005-02-03 Richard M. Stallman <rms@gnu.org> |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4172 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4173 * windows.texi (Basic Window): Mention color-change in mode line. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4174 (Change Window): Explain dragging vertical boundaries. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4175 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4176 * text.texi (Sentences): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4177 (Paragraphs): Explain M-a and blank lines. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4178 (Outline Mode): Clarify text and menu. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4179 (Hard and Soft Newlines): Mention use-hard-newlines. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4180 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4181 * frames.texi (Frames): Delete unnecessary mention of Windows. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4182 (Mouse Commands): Likewise. Mention xterm mouse support. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4183 (Clipboard): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4184 (Mouse References): Mention use of Mouse-1 for following links. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4185 (Menu Mouse Clicks): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4186 (Mode Line Mouse): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4187 (Drag and Drop): Rewrite. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4188 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4189 * fixit.texi (Spelling): Fix typo. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4190 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4191 * files.texi (File Names): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4192 (Visiting): Update conditions for use of file dialog. Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4193 (Saving): Doc d as answer in save-some-buffers. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4194 (Remote Files): Clean up the text. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4195 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4196 * dired.texi (Misc Dired Commands): Delete dired-marked-files. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4197 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4198 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4199 (List Buffers): Clarify. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4200 (Several Buffers): Doc T command. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4201 (Buffer Convenience): Clarify menu. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4202 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4203 * basic.texi (Undo): Clarify last change. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4204 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4205 2005-02-02 Matt Hodges <MPHodges@member.fsf.org> |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4206 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4207 * fixit.texi (Spelling): Fix typo. |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4208 |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59839
diff
changeset
|
4209 2005-02-01 Luc Teirlinck <teirllm@auburn.edu> |
59839
9128c1837a85
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59824
diff
changeset
|
4210 |
9128c1837a85
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59824
diff
changeset
|
4211 * basic.texi (Undo): Update description of `undo-outer-limit'. |
9128c1837a85
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59824
diff
changeset
|
4212 |
59824
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
4213 2005-02-01 Nick Roberts <nickrob@snap.net.nz> |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
4214 |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
4215 * building.texi: Update documentation relating to GDB Graphical |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
4216 Interface. |
ad5ebf27f575
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59803
diff
changeset
|
4217 |
59803
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
4218 2005-01-30 Luc Teirlinck <teirllm@auburn.edu> |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
4219 |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
4220 * custom.texi (Easy Customization): Adapt menu to node name change. |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
4221 |
59801
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4222 2005-01-30 Richard M. Stallman <rms@gnu.org> |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4223 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4224 * custom.texi (Easy Customization): Defn of "User Option" now |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4225 includes faces. Don't say just "option" when talking about variables. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4226 Do say just "options" to mean "anything customizable". |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4227 (Specific Customization): Describe `customize-variable', |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4228 not `customize-option'. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4229 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4230 * glossary.texi (Glossary) <Faces>: Add xref. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4231 <User Option>: Change definition--include faces. Change xref. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4232 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4233 * picture.texi (Picture): Mention artist.el. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4234 |
59803
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
4235 * sending.texi, screen.texi, programs.texi, misc.texi: |
1d029199bde6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59801
diff
changeset
|
4236 * mini.texi, major.texi, maintaining.texi, macos.texi: |
59801
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4237 * help.texi, frames.texi, files.texi: |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4238 Don't say just "option" when talking about variables. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4239 |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4240 * display.texi, mule.texi: Don't say just "option" when talking |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4241 about variables. Other minor cleanups. |
cd33f6f654f7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59764
diff
changeset
|
4242 |
59764
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4243 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4244 |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4245 * gnus.texi: Some edits based on comments from David Abrahams. |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4246 |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4247 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org> |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4248 |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4249 * gnus.texi (RSS): Fix the keystroke. |
472e5513512f
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Miles Bader <miles@gnu.org>
parents:
59742
diff
changeset
|
4250 |
59742 | 4251 2005-01-26 Lute Kamstra <lute@gnu.org> |
4252 | |
4253 * cmdargs.texi (Initial Options): Add a cross reference to `Init | |
4254 File'. Mention the `-Q' option at the `--no-site-file' option. | |
4255 | |
59713 | 4256 2005-01-24 David Kastrup <dak@gnu.org> |
4257 | |
4258 * faq.texi: Update AUCTeX version info. | |
4259 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4260 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change) |
59690
0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader <miles@gnu.org>
parents:
59688
diff
changeset
|
4261 |
0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader <miles@gnu.org>
parents:
59688
diff
changeset
|
4262 * gnus-faq.texi ([4.1]): Typo. |
0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader <miles@gnu.org>
parents:
59688
diff
changeset
|
4263 |
59688
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
4264 2005-01-22 David Kastrup <dak@gnu.org> |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
4265 |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
4266 * building.texi (Grep Searching): Mention alias `find-grep' for |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
4267 `grep-find'. |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59683
diff
changeset
|
4268 |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4269 2005-01-20 Richard M. Stallman <rms@gnu.org> |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4270 |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4271 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4272 |
59633
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
4273 2005-01-19 Jay Belanger <belanger@truman.edu> |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
4274 |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
4275 * calc.texi (Keep Arguments): Mention that keeping arguments |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
4276 doesn't work with keyboard macros. |
536895642bb7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59582
diff
changeset
|
4277 |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4278 2005-01-16 Richard M. Stallman <rms@gnu.org> |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4279 |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4280 * autotype.texi (Autoinserting): Fix small error. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4281 |
59582
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4282 2005-01-16 Michael Albinus <michael.albinus@gmx.de> |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4283 |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4284 Sync with Tramp 2.0.47. |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4285 |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4286 * tramp.texi (Compilation): New section, describing compilation of |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4287 remote files. |
92796330257a
Sync with Tramp 2.0.47.
Michael Albinus <michael.albinus@gmx.de>
parents:
59563
diff
changeset
|
4288 |
59563 | 4289 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
59985 | 4290 |
61529 | 4291 * rmail.texi (Movemail): Explain differences |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4292 between standard and mailutils versions of movemail. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4293 Describe command line and configuration options introduced |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4294 with the latter. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4295 Explain the notion of mailbox URL, provide examples and |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4296 cross-references to mailutils documentation. |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4297 Describe various methods of specifying mailbox names, |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4298 user names and user passwords for rmail. |
59683 | 4299 (Remote Mailboxes): New section. Describe |
4300 how movemail handles remote mailboxes. Describe configuration | |
59985 | 4301 options used to control its behavior. |
59663
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4302 (Other Mailbox Formats): Explain handling of various mailbox |
acc0771108fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59633
diff
changeset
|
4303 formats. |
59563 | 4304 |
59528
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
4305 2005-01-13 Richard M. Stallman <rms@gnu.org> |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
4306 |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
4307 * commands.texi (Commands): Clarification. |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59477
diff
changeset
|
4308 |
59476
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4309 2005-01-11 Richard M. Stallman <rms@gnu.org> |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4310 |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4311 * programs.texi (Multi-line Indent): Fix previous change. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4312 (Fortran Autofill): Simplify description of fortran-auto-fill-mode. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4313 |
59477
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4314 2005-01-11 Kim F. Storm <storm@cua.dk> |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4315 |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4316 * widget.texi (Basic Types): Add :follow-link keyword. |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4317 |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4318 2005-01-09 Jay Belanger <belanger@truman.edu> |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4319 |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4320 * calc.texi (Basic Commands): Describe new behavior of calc-reset. |
7ede8f60a682
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59476
diff
changeset
|
4321 |
59476
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4322 2005-01-08 Richard M. Stallman <rms@gnu.org> |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4323 |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4324 * display.texi (Faces): isearch-lazy-highlight-face renamed to |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4325 lazy-highlight. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4326 |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4327 * search.texi (Query Replace): Mention faces query-replace |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4328 and lazy-highlight. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4329 (Incremental Search): Update isearch highlighting info. |
07b291da68a6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59468
diff
changeset
|
4330 |
59419
9a44c6f6d8b7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59406
diff
changeset
|
4331 2005-01-08 Jay Belanger <belanger@truman.edu> |
9a44c6f6d8b7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59406
diff
changeset
|
4332 |
59426
555fd4d8a08e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59419
diff
changeset
|
4333 * calc.texi: Change throughout to reflect new default value of |
555fd4d8a08e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59419
diff
changeset
|
4334 calc-settings-file. |
59419
9a44c6f6d8b7
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59406
diff
changeset
|
4335 |
59406
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
4336 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org> |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
4337 |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
4338 * message.texi (Reply): `message-reply-to-function' should return |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
4339 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>. |
cf93431040c9
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Miles Bader <miles@gnu.org>
parents:
59403
diff
changeset
|
4340 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
4341 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change) |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
4342 |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
4343 * faq.texi (Changing load-path): Fix typo. |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59376
diff
changeset
|
4344 |
59376
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
4345 2005-01-05 Jay Belanger <belanger@truman.edu> |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
4346 |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
4347 * calc.texi (Programming Tutorial): Replace kbd command by |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
4348 appropriate characters for a keyboard macro. |
e3e31b01d0d9
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59361
diff
changeset
|
4349 |
59358
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
4350 2005-01-04 Jay Belanger <belanger@truman.edu> |
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
4351 |
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
4352 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats |
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
4353 for Lucid Emacs. |
59361
b535efc2507d
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59358
diff
changeset
|
4354 (Programming Tutorial): Mention that the user needs to be in the |
b535efc2507d
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59358
diff
changeset
|
4355 right mode to compute some functions. |
59358
183547001aee
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59354
diff
changeset
|
4356 |
59354
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
4357 2005-01-04 Richard M. Stallman <rms@gnu.org> |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
4358 |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
4359 * custom.texi (Saving Customizations): Minor improvement. |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
4360 |
59348
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
4361 2005-01-04 Jay Belanger <belanger@truman.edu> |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
4362 |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
4363 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
4364 no longer applicable. |
e83f9b957fa5
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59337
diff
changeset
|
4365 |
59337
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
4366 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> |
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
4367 |
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
4368 * custom.texi (Saving Customizations): Emacs no longer loads |
59354
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
4369 `custom-file' after .emacs. No longer mention customizing through |
8cc82403c2c1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59348
diff
changeset
|
4370 Custom. |
59337
123d350f0883
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59297
diff
changeset
|
4371 |
59297
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
4372 2005-01-01 Jay Belanger <belanger@truman.edu> |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
4373 |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
4374 * calc.texi (Programming Tutorial): Changed description of how to |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
4375 edit keyboard macros to match current behavior. |
d2e6f476710e
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59285
diff
changeset
|
4376 |
59285
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
4377 2005-01-01 Andreas Schwab <schwab@suse.de> |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
4378 |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
4379 * killing.texi (Graphical Kill): Move up under node Killing, |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
4380 change @section to @subsection. |
3deae5b7833a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59283
diff
changeset
|
4381 |
59274
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4382 2005-01-01 Richard M. Stallman <rms@gnu.org> |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4383 |
59283
fde69534ba1a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59274
diff
changeset
|
4384 * custom.texi (Face Customization): Mention hex color specs. |
fde69534ba1a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59274
diff
changeset
|
4385 |
59274
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4386 * emacs.texi (Top): Update Killing submenu. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4387 |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4388 * killing.texi (Killing): Reorganize section. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4389 No more TeX-only text; put the node command at start of chapter. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4390 But the first section heading is used only in TeX. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4391 Rewrite the text to read better in this mode. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4392 (Graphical Kill): New subnode gets some of the text that |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4393 used to be in the first section. |
cdeec7c33118
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59263
diff
changeset
|
4394 |
59257
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
4395 2004-12-31 Richard M. Stallman <rms@gnu.org> |
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
4396 |
59263
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
4397 * dired.texi (Shell Commands in Dired): Delete the ? example. |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
4398 |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
4399 * display.texi (Scrolling): Correct scroll-preserve-screen-position. |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59257
diff
changeset
|
4400 |
59257
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
4401 * files.texi (Saving): Describe new require-final-newline features |
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
4402 and mode-require-final-newline. |
e828ce1ff4bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59234
diff
changeset
|
4403 |
59234
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
4404 2004-12-31 Jay Belanger <belanger@truman.edu> |
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
4405 |
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
4406 * calc.texi: Mention C-cC-c as the way to finish editing throughout. |
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
4407 |
59193
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
4408 2004-12-29 Richard M. Stallman <rms@gnu.org> |
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
4409 |
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
4410 * custom.texi (File Variables): Clarify previous change. |
8628180958f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59153
diff
changeset
|
4411 |
59153
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
4412 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
4413 |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
4414 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
4415 out now. |
e5694221c01f
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv <jan.h.d@swipnet.se>
parents:
59152
diff
changeset
|
4416 |
59152
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4417 2004-12-27 Richard M. Stallman <rms@gnu.org> |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4418 |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4419 * Makefile.in (MAKEINFO): Specify --force. |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4420 |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4421 * basic.texi (Moving Point): C-e now runs move-end-of-line. |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4422 (Undo): Doc undo-outer-limit. |
c8c4178618c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59046
diff
changeset
|
4423 |
59046
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
4424 2004-12-20 Jay Belanger <belanger@truman.edu> |
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
4425 |
59234
08a55a586426
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59193
diff
changeset
|
4426 * calc.texi (Types Tutorial): Emphasize that you can't divide by |
59046
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
4427 zero. |
1556834db2cf
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
59033
diff
changeset
|
4428 |
59033
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
4429 2004-12-17 Luc Teirlinck <teirllm@auburn.edu> |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
4430 |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
4431 * cc-mode.texi (Text Filling and Line Breaking): Put period after |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
4432 @xref. |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
4433 (Font Locking): Avoid @strong{Note:}. |
baa093a1f30a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59031
diff
changeset
|
4434 |
59031
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
4435 2004-12-17 Michael Albinus <michael.albinus@gmx.de> |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
4436 |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
4437 Sync with Tramp 2.0.46. |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
4438 |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
4439 * tramp.texi (bottom): Add arch-tag. It was lost, somehow. |
1fbbe0bcfaac
Sync with Tramp 2.0.46.
Michael Albinus <michael.albinus@gmx.de>
parents:
59008
diff
changeset
|
4440 |
59006
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
4441 2004-12-16 Luc Teirlinck <teirllm@auburn.edu> |
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
4442 |
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
4443 * url.texi: Correct typos. |
59008
2aa7a6b0295e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59007
diff
changeset
|
4444 (Retrieving URLs): @var{nil}->@code{nil}. |
59007
761b2e2fce6b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59006
diff
changeset
|
4445 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with |
761b2e2fce6b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
59006
diff
changeset
|
4446 the standard "The GNU Emacs Manual" in fifth argument of @xref's. |
59006
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
4447 (Dealing with HTTP documents): @inforef->@xref. |
960502466e8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58975
diff
changeset
|
4448 |
58975 | 4449 2004-12-15 Juri Linkov <juri@jurta.org> |
4450 | |
4451 * mark.texi (Transient Mark, Mark Ring): M-< and other | |
4452 movement commands don't set mark in Transient Mark mode | |
4453 if mark is active. | |
4454 | |
58971
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
4455 2004-12-15 Jay Belanger <belanger@truman.edu> |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
4456 |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
4457 * calc.texi: Consistently capitalized all mode names. |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
4458 (Answers to Exercises): Mention that an answer can be a fraction |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
4459 when in Fraction mode. |
042f31a6be01
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58959
diff
changeset
|
4460 |
58958
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
4461 2004-12-13 Jay Belanger <belanger@truman.edu> |
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
4462 |
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
4463 * calc.texi: Fix some TeX definitions. |
ab53c3fb5756
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58927
diff
changeset
|
4464 |
58927 | 4465 2004-12-12 Juri Linkov <juri@jurta.org> |
4466 | |
4467 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d, | |
4468 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d. | |
4469 | |
4470 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g. | |
4471 (Misc Dired Commands): Add @r{(Dired)} to w. | |
4472 | |
58921 | 4473 2004-12-12 Juri Linkov <juri@jurta.org> |
4474 | |
4475 * mark.texi (Marking Objects): Marking commands also extend the | |
4476 region when mark is active in Transient Mark mode. | |
4477 | |
58873
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
4478 2004-12-09 Luc Teirlinck <teirllm@auburn.edu> |
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
4479 |
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
4480 * reftex.texi (Imprint): Remove erroneous @value's. |
47818426b44b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58871
diff
changeset
|
4481 |
58863
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4482 2004-12-08 Luc Teirlinck <teirllm@auburn.edu> |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4483 |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4484 * custom.texi (Saving Customizations): Emacs only loads the custom |
59996
aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Kim F. Storm <storm@cua.dk>
parents:
59985
diff
changeset
|
4485 file automatically after the init file in version 22.1 or later. |
58863
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4486 Adapt text and examples to this fact. |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4487 |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4488 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org) |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4489 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals. |
b3959dd75d4b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58856
diff
changeset
|
4490 |
58856
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
4491 2004-12-08 Jay Belanger <belanger@truman.edu> |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
4492 |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
4493 * calc.texi (Starting Calc): Remove comment about installation. |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
4494 (Keypad Mode Overview): Remove comment about Emacs 19 support. |
0905e95c7df8
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58850
diff
changeset
|
4495 |
58850
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4496 2004-12-08 Luc Teirlinck <teirllm@auburn.edu> |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4497 |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4498 * url.texi: Update @setfilename. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4499 (Getting Started): No need to worry about Gnus versions. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4500 (Dealing with HTTP documents): Use @inforef. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4501 |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4502 * org.texi: Fix @direntry file name. |
22f1825709fb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58839
diff
changeset
|
4503 |
58839
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
4504 2004-12-07 Luc Teirlinck <teirllm@auburn.edu> |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
4505 |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
4506 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
4507 be set through Custom. Otherwise, it has no effect. |
c4eebac5c158
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58835
diff
changeset
|
4508 |
58830
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
4509 2004-12-07 Stefan <monnier@iro.umontreal.ca> |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
4510 |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
4511 * url.texi: New file. |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
4512 |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
4513 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it. |
27baac8434ba
url.texi: New file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58816
diff
changeset
|
4514 |
58816
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
4515 2004-12-06 Jay Belanger <belanger@truman.edu> |
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
4516 |
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
4517 * calc.texi (Using Calc): Remove paragraph about installation. |
b392b0c22a16
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58795
diff
changeset
|
4518 |
58795
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
4519 2004-12-06 Jay Belanger <belanger@truman.edu> |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
4520 |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
4521 * calc.texi: Use more Texinfo macros and less TeX defs. |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
4522 Remove @refill's. |
ee4b3f047a97
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
58793
diff
changeset
|
4523 |
58793
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
4524 2004-12-06 Richard M. Stallman <rms@gnu.org> |
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
4525 |
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
4526 * org.texi: New file. |
37617c19e9ec
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58790
diff
changeset
|
4527 |
58769
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4528 2004-12-05 Richard M. Stallman <rms@gnu.org> |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4529 |
58790
e17868a8dc33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58788
diff
changeset
|
4530 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi: |
e17868a8dc33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58788
diff
changeset
|
4531 * entering.texi: Rename Command Line to Emacs Invocation. |
e17868a8dc33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58788
diff
changeset
|
4532 |
58788
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
4533 * Makefile.in (org.dvi, ../info/org): New targets. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
4534 (INFO_TARGETS): Add ../info/org. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
4535 (DVI_TARGETS): Add org.dvi. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
4536 (maintainer-clean): Remove the info files in the info dir. |
56705bed88d9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58769
diff
changeset
|
4537 |
58769
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4538 * misc.texi (Term Mode): Correcty describe C-c. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4539 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4540 * custom.texi (Easy Customization): Move up to section level, |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4541 before Variables. Avoid using the term "variable"; say "option". |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4542 New initial explanation. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4543 (Variables): In initial explanation, connect "variable" to the |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4544 already-explained "user option". |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4545 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4546 * emacs.texi (Top): Fix ref to Command Line. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4547 Move reference to Easy Customization. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4548 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4549 * xresources.texi (X Resources): Fix From link. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4550 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4551 * doclicense.texi (GNU Free Documentation License): Fix To link. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4552 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4553 * entering.texi (Entering Emacs): Fix xref, now to Command Line. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4554 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4555 * cmdargs.texi (Command Line): Node renamed from Command Arguments. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4556 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4557 2004-12-03 Richard M. Stallman <rms@gnu.org> |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4558 |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4559 * cmdargs.texi (Initial Options): Clarify batch mode i/o. |
87846d37517b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58720
diff
changeset
|
4560 |
58720
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4561 2004-12-01 Luc Teirlinck <teirllm@auburn.edu> |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4562 |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4563 * kmacro.texi: Several small changes in addition to the following. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4564 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4565 defining a keyboard macro. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4566 Mention `kmacro-ring-max'. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4567 (Keyboard Macro Counter): Clarify description of |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4568 `kmacro-insert-counter', `kmacro-set-counter', |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4569 `kmacro-add-counter' and `kmacro-set-format'. |
af6f7a42f2d3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
58624
diff
changeset
|
4570 |
58624
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4571 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de> |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4572 |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4573 * custom.texi (File Variables): Add `unibyte' and make it more |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4574 clear that `unibyte' and `coding' are special. Suggested by Simon |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4575 Krahnke <overlord@gmx.li>. |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4576 |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4577 * mule.texi (Enabling Multibyte): Refer to File Variables. |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4578 Suggested by Simon Krahnke <overlord@gmx.li>. |
a322009ca3d0
* custom.texi (File Variables): Add `unibyte' and make it more
Reiner Steib <Reiner.Steib@gmx.de>
parents:
58539
diff
changeset
|
4579 |
58539
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
4580 2004-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
4581 |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
4582 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
4583 x-use-old-gtk-file-dialog. |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58528
diff
changeset
|
4584 |
58525 | 4585 2004-11-26 Eli Zaretskii <eliz@gnu.org> |
4586 | |
4587 * idlwave.texi: Fix the setfilename directive to put the produced | |
4588 file in ../info. | |
58528 | 4589 (Continued Statement Indentation): Resurrect Jan D.'s change from |
4590 2004-11-03 that was lost when a newer version of idlwave.texi was | |
4591 imported. | |
58525 | 4592 |
58378
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
4593 2004-11-20 Richard M. Stallman <rms@gnu.org> |
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
4594 |
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
4595 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line. |
da1fdf9e696b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58376
diff
changeset
|
4596 |
58376
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
4597 2004-11-09 Lars Brinkhoff <lars@nocrew.org> |
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
4598 |
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
4599 * building.texi (Lisp Eval): Delete hyphen in section name. |
3b0280015770
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58324
diff
changeset
|
4600 |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4601 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org> |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4602 |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4603 * files.texi (Old Versions): |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4604 No longer document annotation as "CVS only". |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4605 |
58113
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4606 2004-11-10 Andre Spiegel <spiegel@gnu.org> |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4607 |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4608 * files.texi (Version Control): Rewrite the introduction about |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4609 version systems, mentioning the new ones that we support. Thanks |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4610 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4611 suggestions. |
4101445c8671
*** empty log message ***
André Spiegel <spiegel@gnu.org>
parents:
57923
diff
changeset
|
4612 |
58959
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4613 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de> |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4614 |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4615 * gnus-faq.texi ([5.1]): Added missing bracket. |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4616 |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4617 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4618 `spam-initialize'. |
ec047d4f2cfc
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader <miles@gnu.org>
parents:
58958
diff
changeset
|
4619 |
58835
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4620 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de> |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4621 |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4622 * message.texi (Various Message Variables): Mention that all mail |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4623 file variables are derived from `message-directory'. |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4624 |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4625 * gnus.texi (Splitting Mail): Clarify bogus group. |
9bdd97960431
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Miles Bader <miles@gnu.org>
parents:
58830
diff
changeset
|
4626 |
57923
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
4627 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
4628 |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
4629 * emacs-mime.texi (Encoding Customization): Fix |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
4630 mm-coding-system-priorities entry. |
d7def5572cf3
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader <miles@gnu.org>
parents:
57912
diff
changeset
|
4631 |
57912
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
4632 2004-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
4633 |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4634 * frames.texi (Dialog Boxes): |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4635 * idlwave.texi (Continued Statement Indentation): |
57912
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
4636 * reftex.texi (Options (Index Support)): |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4637 (Displaying and Editing the Index, Table of Contents): |
57912
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
4638 * speedbar.texi (Creating a display, Major Display Modes): Replace |
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
4639 non-nil with non-@code{nil}. |
4ac46dccac25
Replace non-nil with non-@code{nil}.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57869
diff
changeset
|
4640 |
57869
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
4641 2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
4642 |
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
4643 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog. |
646473e416c8
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57658
diff
changeset
|
4644 |
57658 | 4645 2004-10-23 Eli Zaretskii <eliz@gnu.org> |
4646 | |
4647 * text.texi (Text Based Tables, Table Definition) | |
4648 (Table Creation, Table Recognition, Cell Commands) | |
4649 (Cell Justification, Row Commands, Column Commands) | |
4650 (Fixed Width Mode, Table Conversion, Measuring Tables) | |
4651 (Table Misc): New nodes, documenting the Table Mode. | |
4652 | |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4653 2004-10-21 Jay Belanger <belanger@truman.edu> |
58526
5895e692eaa8
Fix format of 2004-10-21 Jay Belanger's entry.
Eli Zaretskii <eliz@gnu.org>
parents:
58525
diff
changeset
|
4654 |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4655 * calc.texi (Algebraic-Style Calculations): Removed a comment. |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4656 |
57613 | 4657 2004-10-19 Jason Rumney <jasonr@gnu.org> |
4658 | |
4659 * makefile.w32-in (info): Change order of arguments to makeinfo. | |
4660 | |
57588 | 4661 2004-10-19 Ulf Jasper <ulf.jasper@web.de> |
4662 | |
4663 * calendar.texi (iCalendar): Update for package changes. | |
4664 | |
57579
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
4665 2004-10-18 Luc Teirlinck <teirllm@auburn.edu> |
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
4666 |
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
4667 * calc.texi (Reporting Bugs): Double up `@'. |
492f1d1d00f2
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57561
diff
changeset
|
4668 |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4669 2004-10-18 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4670 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4671 * calc.texi (Reporting Bugs): Changed the address that bugs |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4672 should be sent to. |
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4673 |
57561
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4674 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4675 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4676 * gnus.texi (New Features): Add 5.11. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4677 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4678 * message.texi (Resending): Remove wrong default value. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4679 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4680 * gnus.texi (Mail Source Specifiers): Describe possible problems |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4681 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4682 `pop3-leave-mail-on-server' to the index. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4683 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4684 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org> |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4685 |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4686 * message.texi (Canceling News): Add how to set a password. |
505c55fe8dc9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Miles Bader <miles@gnu.org>
parents:
57489
diff
changeset
|
4687 |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4688 2004-10-12 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4689 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4690 * calc.texi (Help Commands): Changed the descriptions of |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4691 calc-describe-function and calc-describe-variable to match their |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4692 current behavior. |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4693 |
57489
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
4694 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de> |
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
4695 |
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
4696 * gnus-faq.texi ([5.9]): Improve code for reply-in-news. |
f7785a1e8cf8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Miles Bader <miles@gnu.org>
parents:
57463
diff
changeset
|
4697 |
57463
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4698 2004-10-12 Michael Albinus <michael.albinus@gmx.de> |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4699 |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4700 Sync with Tramp 2.0.45. |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4701 |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4702 * tramp.texi (Frequently Asked Questions): Comment paragraph about |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4703 plink link. The URL is outdated. Originator contacted for |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4704 clarification. |
40298ea4d83f
Sync with Tramp 2.0.45.
Michael Albinus <michael.albinus@gmx.de>
parents:
57414
diff
changeset
|
4705 |
57414 | 4706 2004-10-10 Juri Linkov <juri@jurta.org> |
4707 | |
4708 * gnus.texi (Top, Marking Articles): Join two menus in one node | |
4709 because a node can have only one menu. | |
4710 | |
57406
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
4711 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> |
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
4712 |
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
4713 * files.texi (Misc File Ops): View mode is a minor mode. |
1729414f0bae
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57400
diff
changeset
|
4714 |
57400
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
4715 2004-10-09 Juri Linkov <juri@jurta.org> |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
4716 |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
4717 * gnus.texi (Fancy Mail Splitting): Remove backslash in the |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
4718 example of nnmail-split-fancy. |
00eebc7c49ca
* gnus.texi (Fancy Mail Splitting): Remove backslash in the
Juri Linkov <juri@jurta.org>
parents:
57376
diff
changeset
|
4719 |
57376 | 4720 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk> |
4721 | |
4722 * calendar.texi (iCalendar): Style changes. | |
4723 | |
57375
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
4724 2004-10-07 Luc Teirlinck <teirllm@auburn.edu> |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
4725 |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
4726 * search.texi (Regexps): The regexp described in the example is no |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
4727 longer stored in the variable `sentence-end'. |
2280b012672c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57366
diff
changeset
|
4728 |
57362 | 4729 2004-10-06 Karl Berry <karl@gnu.org> |
4730 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4731 * info.texi (@kbd{1}--@kbd{9}): No space around --, for |
57362 | 4732 consistency with other uses of dashes. |
4733 | |
57349
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
4734 2004-10-06 Nick Roberts <nickrob@snap.net.nz> |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
4735 |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
4736 * building.texi (Starting GUD): Note that multiple debugging |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
4737 sessions requires `gdb --fullname'. |
6bfd8fa46fc5
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
57342
diff
changeset
|
4738 |
57376 | 4739 2004-10-05 Ulf Jasper <ulf.jasper@web.de> |
4740 | |
4741 * calendar.texi (iCalendar): New section for a new package. | |
4742 | |
57342 | 4743 2004-10-05 Karl Berry <karl@gnu.org> |
4744 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4745 * info.texi: Consistently use --- throughout, periods at end of |
57342 | 4746 menu descriptions, and a couple typos. |
4747 | |
57341
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4748 2004-10-05 Luc Teirlinck <teirllm@auburn.edu> |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4749 |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4750 * text.texi: Various small changes in addition to the following. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4751 (Text): Replace xref for autotype with inforef. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4752 (Sentences): Explain nil value for `sentence-end'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4753 (Paragraphs): Update default values for `paragraph-start' and |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4754 `paragraph-separate'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4755 (Text Mode): Correct description of Text mode's effect on the |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4756 syntax table. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4757 (Outline Visibility): `hide-other' does not hide top level headings. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4758 `selective-display-ellipses' no longer has an effect on Outline mode. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4759 (TeX Misc): Add missing @cindex. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4760 Replace xref for RefTeX with inforef. |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4761 (Requesting Formatted Text): The variable |
57341
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4762 `enriched-fill-after-visiting' no longer exists. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4763 (Editing Format Info): Update names of menu items and commands. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4764 (Format Faces): Mention special effect of specifying the default face. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4765 Describe inheritance of text properties. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4766 Correct description of `fixed' face. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4767 (Format Indentation): Correct description of effect of setting |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4768 margins. Mention `set-left-margin' and `set-right-margin'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4769 (Format Justification): Update names of menu items. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4770 `set-justification-full' is now bound to `M-j b'. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4771 Mention that `default-justification' is a per buffer variable. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4772 (Format Properties): Update name of menu item. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4773 (Forcing Enriched Mode): `format-decode-buffer' automatically |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4774 turns on Enriched mode if the buffer is in text/enriched format. |
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57327
diff
changeset
|
4775 |
57327 | 4776 2004-10-05 Emilio C. Lopes <eclig@gmx.net> |
4777 | |
4778 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week. | |
4779 | |
57250 | 4780 2004-09-28 Kim F. Storm <storm@cua.dk> |
4781 | |
4782 * display.texi (Display Custom) <indicate-buffer-boundaries>: | |
4783 Align with new functionality. | |
4784 | |
57243
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
4785 2004-09-26 Jesper Harder <harder@ifa.au.dk> |
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
4786 |
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
4787 * sieve.texi (Manage Sieve API): nil -> @code{nil}. |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4788 * pgg.texi (User Commands, Backend methods): Do. |
57243
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
4789 * gnus.texi: Markup fixes. |
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
4790 (Setting Process Marks): Fix `M P a' entry. |
65440
14d81d4cf24d
Fix formatting of misc. entries.
Kim F. Storm <storm@cua.dk>
parents:
65335
diff
changeset
|
4791 * emacs-mime.texi: Fixes. |
57243
c5e16264557d
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Miles Bader <miles@gnu.org>
parents:
57224
diff
changeset
|
4792 |
57224
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4793 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4794 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4795 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4796 again. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4797 Use 5.10 instead of 5.10.0. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4798 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4799 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4800 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4801 * gnus.texi (Summary Mail Commands): S D e. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4802 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4803 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change) |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4804 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4805 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4806 the gnus-article-mode-line-format section. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4807 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4808 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change) |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4809 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4810 * gnus.texi (Various Summary Stuff): Fix the documentation for |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4811 gnus-newsgroup-variables. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4812 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4813 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4814 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4815 * gnus.texi (MIME Commands): Added |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4816 gnus-mime-display-multipart-as-mixed, |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4817 gnus-mime-display-multipart-alternative-as-mixed, |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4818 gnus-mime-display-multipart-related-as-mixed. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4819 (Mail Source Customization): Clarify `mail-source-directory'. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4820 (Splitting Mail): Mention gnus-group-find-new-groups. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4821 (SpamOracle): Fixed typo. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4822 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4823 * gnus-faq.texi: Untabify. |
57250 | 4824 ([6.3]): nnir.el is in contrib directory. |
57224
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4825 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4826 * message.texi (News Headers): Clarify how a unique ID is created. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4827 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4828 * gnus.texi (Batching Agents): Fixed typo in example. Reported |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4829 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4830 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4831 2004-09-20 Andre Srinivasan <andre@e2open.com> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4832 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4833 * gnus.texi (Group Parameters): Added more on hooks. (Small |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4834 change.) |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4835 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4836 2004-09-20 Florian Weimer <fw@deneb.enyo.de> |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4837 |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4838 * gnus.texi (Charsets): Point to relevant section in emacs-mime. |
d61099b391d7
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Miles Bader <miles@gnu.org>
parents:
57202
diff
changeset
|
4839 |
57202
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
4840 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> |
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
4841 |
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
4842 * display.texi (Display Custom): Remove stray `@end defvar'. |
ce88ee86e383
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57195
diff
changeset
|
4843 |
57195 | 4844 2004-09-23 Kim F. Storm <storm@cua.dk> |
4845 | |
4846 * display.texi (Display Custom): Add `overflow-newline-into-fringe', | |
4847 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'. | |
4848 | |
57638
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4849 2004-09-22 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4850 |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4851 * calc.texi (Vectors as Lists): Added a warning that the tutorial |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4852 might be hidden during part of the session. |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4853 |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4854 2004-09-20 Jay Belanger <belanger@truman.edu> |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4855 |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4856 * calc.texi (Notations Used in This Manual): Put in an earlier |
9228f437dac4
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
57613
diff
changeset
|
4857 mention that DEL could be called Backspace. |
58324
9371bf53b95e
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
58113
diff
changeset
|
4858 |
57167
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4859 2004-09-20 Richard M. Stallman <rms@gnu.org> |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4860 |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4861 * custom.texi (Hooks): Explain using setq to clear out a hook. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4862 (File Variables): Explain multiline string constants. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4863 (Non-ASCII Rebinding): Explain when you need to update |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4864 non-ASCII char codes in .emacs. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4865 |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4866 * building.texi (Compilation): Explain how to make a silent |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4867 subprocess that won't be terminated. Explain compilation-environment. |
a7d4968614da
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57082
diff
changeset
|
4868 |
57082 | 4869 2004-09-13 Kim F. Storm <storm@cua.dk> |
4870 | |
4871 * mini.texi (Repetition): Rename isearch-resume-enabled to | |
4872 isearch-resume-in-command-history and change default to disabled. | |
4873 | |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4874 2004-09-10 Simon Josefsson <jas@extundo.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4875 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4876 * gnus.texi (IMAP): Add example. Suggested and partially written |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4877 by Steinar Bang <sb@dod.no>. |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4878 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4879 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4880 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4881 * gnus.texi (IMAP): Add comments about imaps synonym to imap in |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4882 netrc syntax. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4883 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4884 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4885 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4886 * gnus.texi (Spam ELisp Package Sequence of Events): Some clarifications. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4887 (Spam ELisp Package Global Variables): More clarifications. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4888 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4889 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4890 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4891 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail): |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4892 Mention spam-split does not modify incoming mail. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4893 |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4894 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4895 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
4896 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo. |
57055
06f2ccbf6e0f
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
Miles Bader <miles@gnu.org>
parents:
57046
diff
changeset
|
4897 |
57046 | 4898 2004-09-10 Eli Zaretskii <eliz@gnu.org> |
4899 | |
4900 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi | |
4901 | |
57041 | 4902 2004-09-09 Kim F. Storm <storm@cua.dk> |
4903 | |
4904 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro' | |
4905 with new `kmacro-name-last-macro'. | |
4906 | |
57033
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
4907 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de> |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
4908 |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
4909 * makefile.w32-in (sieve, pgg): Use $(infodir). |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57018
diff
changeset
|
4910 |
57018 | 4911 2004-09-08 Juri Linkov <juri@jurta.org> |
4912 | |
4913 * mini.texi (Minibuffer History): Add `history-delete-duplicates'. | |
4914 | |
57008
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
4915 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change) |
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
4916 |
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
4917 * makefile.w32-in: Fix PGG and Sieve entries. |
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
4918 |
56911 | 4919 2004-09-03 Juri Linkov <juri@jurta.org> |
4920 | |
4921 * search.texi (Incremental Search): Update wording for M-%. | |
4922 | |
56900
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
4923 2004-09-02 Luc Teirlinck <teirllm@auburn.edu> |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
4924 |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
4925 * killing.texi (Killing): Correct description of kill commands in |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
4926 read-only buffer. |
7e7907af98fa
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56878
diff
changeset
|
4927 |
56878 | 4928 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com> |
4929 | |
4930 * building.texi (Compilation Mode): Add a paragraph about rules | |
4931 for finding the compilation buffer for `next-error'. | |
4932 | |
4933 * search.texi (Other Repeating Search): Mention that Occur mode | |
4934 supports the next-error functionality. | |
4935 | |
56872 | 4936 2004-09-02 Juri Linkov <juri@jurta.org> |
4937 | |
4938 * search.texi (Regexp Replace): Add missing backslash to \footnote. | |
4939 | |
56860
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
4940 2004-08-31 Luc Teirlinck <teirllm@auburn.edu> |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
4941 |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
4942 * kmacro.texi (Basic Keyboard Macro): |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
4943 `apply-macro-to-region-lines' now operates on all lines that begin |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
4944 in the region, rather than on all complete lines in the region. |
30b5897d908f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56853
diff
changeset
|
4945 |
56853
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
4946 2004-08-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
4947 |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
4948 * frames.texi (Drag and drop): Add documentation about |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
4949 x-dnd-test-function and x-dnd-known-types. |
f9d80356b497
* frames.texi (Drag and drop): Add documentation about
Jan Djärv <jan.h.d@swipnet.se>
parents:
56851
diff
changeset
|
4950 |
56851
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4951 2004-08-30 Luc Teirlinck <teirllm@auburn.edu> |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4952 |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4953 * indent.texi: Various minor changes in addition to: |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4954 (Indentation Commands): Correct description of `indent-relative'. |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4955 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text |
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4956 mode. The *Tab Stops* buffer uses Overwrite Mode. |
62241
868a2346b784
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62222
diff
changeset
|
4957 (Just Spaces): `tabify' converts sequences of at least two spaces |
868a2346b784
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
62222
diff
changeset
|
4958 to tabs. |
56851
f3a8f3204f86
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56834
diff
changeset
|
4959 |
56834 | 4960 2004-08-28 Eli Zaretskii <eliz@gnu.org> |
4961 | |
4962 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of | |
4963 Emacs and related programs. | |
4964 | |
56814
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4965 2004-08-27 Luc Teirlinck <teirllm@auburn.edu> |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4966 |
56823
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4967 * frames.texi (Secondary Selection): Setting the secondary |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4968 selection with M-Drag-Mouse-1 does not alter the kill ring, |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4969 setting it with M-Mouse-1 and M-Mouse-3 does. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4970 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4971 toolkit scroll bars. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4972 (Scroll Bars): Ditto. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4973 |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4974 * windows.texi (Basic Window): When using a window system, the value |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4975 of point in a non-selected window is indicated by a hollow box. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4976 (Split Window): Side by side windows are separated by a scroll bar, |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4977 if scroll bars are used. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4978 C-Mouse-2 on scroll bar now also works for toolkit scroll bars. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4979 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4980 (Window Convenience): Update bindings for `winner-undo' and |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4981 `winner-redo'. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4982 |
56814
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4983 * ack.texi (Acknowledgments): Use `@unnumbered'. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4984 * misc.texi : Adapt sectioning in Info to the node structure. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4985 (Invoking emacsclient): Make "Invoking emacsclient" a subsection |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4986 of "Using Emacs as a Server". |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4987 * building.texi (Building): Interchange nodes (for correct numbering). |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4988 * programs.texi (Programs): Interchange nodes (for correct numbering). |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4989 * killing.texi, entering.texi, commands.texi: Adapt sectioning in |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4990 Info to the node structure. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4991 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4992 Rearrange order of nodes and sections such that both "GNU GENERAL |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4993 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4994 end, as appropriate for appendices. |
56823
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4995 (Acknowledgments): Put inside @iftex instead of @ifnotinfo. |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
4996 Use `@unnumberedsec'. |
56814
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4997 * trouble.texi: Adapt sectioning in Info to the node structure. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4998 Adapt node pointers to change in emacs.texi. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
4999 * cmdargs.texi, doclicense.texi: Adapt node pointers. |
76f23a322a96
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56803
diff
changeset
|
5000 |
56803
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
5001 2004-08-27 Richard M. Stallman <rms@gnu.org> |
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
5002 |
56818
7698252cd520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56814
diff
changeset
|
5003 * faq.texi: Fix texinfo usage, esp. doublequotes. |
7698252cd520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56814
diff
changeset
|
5004 (Difference between Emacs and XEmacs): Some clarification. |
56823
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
5005 |
d908f49e1f64
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56818
diff
changeset
|
5006 * faq.texi (Difference between Emacs and XEmacs): |
56803
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
5007 Explain not to contrast XEmacs with GNU Emacs. |
1b92d5cd6d1b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56796
diff
changeset
|
5008 |
56796
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
5009 2004-08-26 Richard M. Stallman <rms@gnu.org> |
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
5010 |
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
5011 * faq.texi (Difference between Emacs and XEmacs): Rewrite. |
36d665eaf92f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56786
diff
changeset
|
5012 |
56786 | 5013 2004-08-25 Kenichi Handa <handa@m17n.org> |
5014 | |
5015 * custom.texi (Non-ASCII Rebinding): Fix and simplify the | |
5016 description for unibyte mode. | |
5017 | |
56780
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
5018 2004-08-23 Luc Teirlinck <teirllm@auburn.edu> |
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
5019 |
56783
33930c56419f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56780
diff
changeset
|
5020 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref. |
56780
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
5021 |
56783
33930c56419f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56780
diff
changeset
|
5022 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref. |
33930c56419f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56780
diff
changeset
|
5023 (Configuring Scrolling): Correct invalid (for hardcopy) @xref. |
56780
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
5024 (Regexp Replace): Standardize reference to hardcopy Elisp Manual |
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
5025 in @pxref. |
69e7e4eb798f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56775
diff
changeset
|
5026 |
56775
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
5027 2004-08-22 Luc Teirlinck <teirllm@auburn.edu> |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
5028 |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
5029 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit): |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
5030 Change section names. |
24ea06e1c5ec
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56757
diff
changeset
|
5031 |
56757
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
5032 2004-08-22 David Kastrup <dak@gnu.org> |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
5033 |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
5034 * reftex.texi (AUCTeX): Update links, section name. |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
5035 |
59996
aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Kim F. Storm <storm@cua.dk>
parents:
59985
diff
changeset
|
5036 * faq.texi (Calc): Update availability (included in 22.1). |
56757
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
5037 (AUCTeX): Update availability, information, versions, description. |
dc7deb7ca051
* reftex.texi (AUCTeX): Update links, section name.
David Kastrup <dak@gnu.org>
parents:
56749
diff
changeset
|
5038 |
56745
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5039 2004-08-21 Luc Teirlinck <teirllm@auburn.edu> |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5040 |
56749
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
5041 * kmacro.texi (Keyboard Macro Ring): Rename section. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
5042 Emacs treats the head of the macro ring as the `last keyboard macro'. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
5043 (Keyboard Macro Counter): Minor change. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
5044 (Save Keyboard Macro): Some clarifications. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
5045 (Edit Keyboard Macro): Rename section. |
e2b42bec36f7
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56746
diff
changeset
|
5046 |
56745
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5047 * buffers.texi (Buffers): Maximum buffer size is now 256M on |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5048 32-bit machines. |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5049 (Several Buffers): Clarify which buffer is selected if `2' is |
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5050 pressed in the Buffer Menu. |
56746
f6af9a63d0f4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56745
diff
changeset
|
5051 Auto Revert mode can be used to update the Buffer Menu |
f6af9a63d0f4
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56745
diff
changeset
|
5052 automatically. |
56745
e8dc89a97588
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56737
diff
changeset
|
5053 |
56737 | 5054 2004-08-21 Eli Zaretskii <eliz@gnu.org> |
5055 | |
5056 * help.texi (Misc Help): Add an index entry for finding an Info | |
5057 manual by its file name. | |
5058 | |
56733
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5059 2004-08-20 Luc Teirlinck <teirllm@auburn.edu> |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5060 |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5061 * files.texi (Backup Deletion): Correct description of |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5062 `delete-old-versions'. |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5063 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'. |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5064 (Auto Save Files): Recommend `auto-save-mode' to reenable |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5065 auto-saving, rather than the abbreviation `auto-save'. |
fda416ded873
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56708
diff
changeset
|
5066 |
56708
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
5067 2004-08-17 Luc Teirlinck <teirllm@auburn.edu> |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
5068 |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
5069 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
5070 for "killing" and "yanking" in main menu. |
b1f888ef9e7b
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56697
diff
changeset
|
5071 |
56697
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5072 2004-08-16 Richard M. Stallman <rms@gnu.org> |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5073 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5074 * killing.texi (Yanking, Killing): Minor cleanups. |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5075 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5076 * mark.texi (Momentary Mark): Minor cleanups. |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5077 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5078 2004-08-15 Kenichi Handa <handa@etl.go.jp> |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5079 |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5080 * custom.texi (Non-ASCII Rebinding): |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5081 C-q always inserts the right code to pass to global-set-key. |
f5d8912660c3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56660
diff
changeset
|
5082 |
56660 | 5083 2004-08-14 Eli Zaretskii <eliz@gnu.org> |
5084 | |
5085 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi. | |
5086 | |
56656
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
5087 2004-08-13 Luc Teirlinck <teirllm@auburn.edu> |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
5088 |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
5089 * regs.texi (RegNumbers): Mention `C-x r i' binding for |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
5090 `insert-register', instead of `C-x r g' binding, for consistency. |
6148f99b2c9d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56653
diff
changeset
|
5091 |
56653
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
5092 2004-08-12 Luc Teirlinck <teirllm@auburn.edu> |
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
5093 |
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
5094 * fixit.texi (Spelling): Fix typo. |
5c03eec0c523
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56650
diff
changeset
|
5095 |
56650
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
5096 2004-08-11 Luc Teirlinck <teirllm@auburn.edu> |
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
5097 |
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
5098 * help.texi (Help): Fix Texinfo usage. |
d2144e3f0b77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56646
diff
changeset
|
5099 |
56646
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
5100 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org> |
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
5101 |
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
5102 * cc-mode.texi: Various updates for CC Mode 5.30.9. |
b7446b6f097d
Updated CC Mode to 5.30.9.
Martin Stjernholm <mast@lysator.liu.se>
parents:
56644
diff
changeset
|
5103 |
56644
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
5104 2004-08-10 Michael Albinus <michael.albinus@gmx.de> |
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
5105 |
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
5106 Sync with Tramp 2.0.44. |
0cee455027ed
Sync with Tramp 2.0.44.
Michael Albinus <michael.albinus@gmx.de>
parents:
56602
diff
changeset
|
5107 |
56602 | 5108 2004-08-05 Lars Hansen <larsh@math.ku.dk> |
5109 | |
5110 * widget.texi (User Interface): Update how to separate the | |
5111 editable field of an editable-field widget from other widgets. | |
5112 (Programming Example): Add text after field. | |
5113 | |
56530
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5114 2004-07-24 Richard M. Stallman <rms@gnu.org> |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5115 |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5116 * text.texi (Paragraphs): Update how paragraphs are separated |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5117 and the default for paragraph-separate. |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5118 |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5119 * search.texi (Regexp Replace): Further update text for new |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5120 replacement operators. |
c0bc4f6e68b5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56472
diff
changeset
|
5121 |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5122 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5123 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5124 * emacs-mime.texi (Encoding Customization): Add a note to the |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5125 mm-content-transfer-encoding-defaults entry. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5126 (rfc2047): Update. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5127 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5128 * gnus.texi (Article Highlighting): Add |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5129 gnus-cite-ignore-quoted-from. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5130 (POP before SMTP): New node. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5131 (Posting Styles): Addition. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5132 (Splitting Mail): Add nnmail-split-lowercase-expanded. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5133 (Fancy Mail Splitting): Ditto. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5134 (X-Face): Add gnus-x-face. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5135 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5136 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5137 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5138 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi, |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5139 * pgg.texi, sieve.texi: Use @copying and @insertcopying. |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5140 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5141 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5142 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5143 * gnus.texi (Mail Source Specifiers): Describe |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5144 `pop3-leave-mail-on-server'. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5145 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5146 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5147 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5148 * Makefile.in, makefile.w32-in: Added PGG and Sieve files. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5149 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5150 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5151 repository. Change setfilename. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5152 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5153 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56911
diff
changeset
|
5154 |
56468
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
5155 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> |
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
5156 |
56472
ca0b6039ac8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56470
diff
changeset
|
5157 * emacs-xtra.texi (Subdir switches): Dired does not remember the |
ca0b6039ac8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56470
diff
changeset
|
5158 `R' switch. |
ca0b6039ac8d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56470
diff
changeset
|
5159 |
56470
79a49dbad8e6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56468
diff
changeset
|
5160 * dired.texi (Dired Updating): `k' only deletes inserted |
79a49dbad8e6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56468
diff
changeset
|
5161 subdirectories from the Dired buffer if a prefix argument was given. |
79a49dbad8e6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56468
diff
changeset
|
5162 |
56468
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
5163 * search.texi (Regexps): Delete redundant definition of `symbol' in |
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
5164 description of `\_>'. It already occurs in the description of `\_<'. |
fc5aa4dbf48e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56317
diff
changeset
|
5165 |
56317 | 5166 2004-07-02 Juri Linkov <juri@jurta.org> |
5167 | |
5168 * pcl-cvs.texi (Viewing differences): Add `d r'. | |
5169 | |
56307 | 5170 2004-07-01 Juri Linkov <juri@jurta.org> |
5171 | |
5172 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e. | |
5173 (Regexp Search): Add M-r. | |
5174 | |
56302
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
5175 2004-06-30 Luc Teirlinck <teirllm@auburn.edu> |
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
5176 |
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
5177 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra. |
c857a4952b78
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56279
diff
changeset
|
5178 |
56279
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
5179 2004-06-29 Jesper Harder <harder@ifa.au.dk> |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
5180 |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
5181 * ses.texi, viper.texi, search.texi, flymake.texi, faq.texi: |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
5182 * eshell.texi, ediff.texi, calendar.texi: Markup fixes. |
b1ae5333057a
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder <harder@ifa.au.dk>
parents:
56252
diff
changeset
|
5183 |
56252
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
5184 2004-06-25 Richard M. Stallman <rms@gnu.org> |
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
5185 |
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
5186 * search.texi (Regexp Replace): Rewrite description of \# \, and \?. |
f52c939b9d35
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56247
diff
changeset
|
5187 |
56247
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
5188 2004-06-25 David Kastrup <dak@gnu.org> |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
5189 |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
5190 * search.texi (Regexp Replace): Some typo corrections and |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
5191 rearrangement. |
09f1db905d2e
(Regexp Replace): Some typo corrections and
David Kastrup <dak@gnu.org>
parents:
56230
diff
changeset
|
5192 |
56230
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5193 2004-06-24 David Kastrup <dak@gnu.org> |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5194 |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5195 * search.texi (Unconditional Replace): Use replace-string instead |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5196 of query-replace in example. |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5197 (Regexp Replace): Add explanations for `\,', `\#' and `\?' |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5198 sequences. |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5199 (Query Replace): Correct explanation of `^' which does not use |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5200 the mark stack. |
fe184d71d3cb
(Unconditional Replace): Use replace-string instead
David Kastrup <dak@gnu.org>
parents:
56221
diff
changeset
|
5201 |
56221
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
5202 2004-06-21 Nick Roberts <nickrob@gnu.org> |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
5203 |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
5204 * misc.texi (Shell History Copying): Document comint-insert-input. |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
5205 (Shell Ring): Describe comint-dynamic-list-input-ring here. |
47243103399e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
56181
diff
changeset
|
5206 |
56181 | 5207 2004-06-21 Karl Berry <karl@gnu.org> |
5208 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5209 * info.texi (Top): Mention that only Emacs has mouse support. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5210 (Getting Started): Mention this in a few other places. |
56181 | 5211 |
56164
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
5212 2004-06-20 Jesper Harder <harder@ifa.au.dk> |
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
5213 |
56165
920d5b4fe0a2
* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
Jesper Harder <harder@ifa.au.dk>
parents:
56164
diff
changeset
|
5214 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash. |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5215 * custom.texi (Customization): Do. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5216 * anti.texi (Antinews): Do. |
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5217 * abbrevs.texi (Defining Abbrevs): Do. |
56165
920d5b4fe0a2
* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
Jesper Harder <harder@ifa.au.dk>
parents:
56164
diff
changeset
|
5218 |
56164
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
5219 * programs.texi (Info Lookup): Fix keybinding for |
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
5220 info-lookup-symbol. |
f5e9166d3954
(Info Lookup): Fix keybinding for
Jesper Harder <harder@ifa.au.dk>
parents:
56144
diff
changeset
|
5221 |
56144
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5222 2004-06-16 Juanma Barranquero <lektu@terra.es> |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5223 |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5224 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5225 Add emacs-xtra. |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5226 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies. |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5227 (clean): Add emacs-xtra and flymake. Remove redundancies. |
b36f4311957c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
56126
diff
changeset
|
5228 |
56126
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
5229 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
5230 |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
5231 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
5232 Add emacs-xtra. |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
5233 * emacs-xtra.texi: New file. |
080480ffb51c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56114
diff
changeset
|
5234 |
56114
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
5235 2004-06-14 Luc Teirlinck <teirllm@auburn.edu> |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
5236 |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
5237 * dired.texi (Dired Enter): Mention conditions on `ls' switches. |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
5238 (Dired and Find): Mention differences with ordinary Dired buffers. |
d61ec0ebc281
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56098
diff
changeset
|
5239 |
56098
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
5240 2004-06-13 Luc Teirlinck <teirllm@auburn.edu> |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
5241 |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
5242 * autotype.texi (Copyrights, Timestamps): Recommend |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
5243 `before-save-hook' instead of `write-file-functions'. |
82b26077acce
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56094
diff
changeset
|
5244 |
56094
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
5245 2004-06-13 Richard M. Stallman <rms@gnu.org> |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
5246 |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
5247 * custom.texi (Init Syntax): Explain about vars that do special |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
5248 things when set with setq or with Custom. |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
5249 (Init Examples): Add line-number-mode example. |
54229932d09a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
56062
diff
changeset
|
5250 |
56062 | 5251 2004-06-13 Lars Hansen <larsh@math.ku.dk> |
5252 | |
5253 * dired-x.texi (dired-mark-omitted): Update keybinding. | |
5254 | |
56047 | 5255 2004-06-12 Juri Linkov <juri@jurta.org> |
5256 | |
5257 * dired.texi (Operating on Files): Add dired-do-touch. | |
5258 | |
56013 | 5259 2004-06-10 Kim F. Storm <storm@cua.dk> |
5260 | |
5261 * pcl-cvs.texi (Viewing differences): Add 'd y'. | |
5262 | |
56008 | 5263 2004-06-10 Juri Linkov <juri@jurta.org> |
5264 | |
5265 * building.texi (Lisp Eval): Add C-M-x on defface. | |
5266 | |
55998
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
5267 2004-06-08 Luc Teirlinck <teirllm@auburn.edu> |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
5268 |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
5269 * files.texi (Reverting): Auto-Revert mode and |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
5270 Global Auto-Revert mode no longer revert remote files. |
9ad56faeb13c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55929
diff
changeset
|
5271 |
55929 | 5272 2004-06-05 Lars Hansen <larsh@math.ku.dk> |
5273 | |
5274 * dired-x.texi (variable dired-omit-mode): Rename from | |
5275 dired-omit-files-p. | |
5276 (function dired-omit-mode): Rename from dired-omit-toggle. | |
5277 Call dired-omit-mode rather than set dired-omit-files-p. | |
5278 (dired-mark-omitted): Describe command. | |
5279 | |
55844
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
5280 2004-05-29 Michael Albinus <michael.albinus@gmx.de> |
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
5281 |
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
5282 Version 2.0.41 of Tramp released. |
4bc6cb45c326
Version 2.0.41 of Tramp released.
Michael Albinus <michael.albinus@gmx.de>
parents:
55842
diff
changeset
|
5283 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5284 2004-05-29 Juanma Barranquero <lektu@terra.es> |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5285 |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5286 * makefile.w32-in (../info/flymake, flymake.dvi): New targets. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5287 (INFO_TARGETS, DVI_TARGETS): Add Flymake. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5288 |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5289 2004-05-29 Richard M. Stallman <rms@gnu.org> |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5290 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5291 * custom.texi (Init File): Two dashes start --no-site-file. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5292 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5293 * cl.texi (Top): Call this chapter `Introduction'. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5294 (Overview): In TeX, no section heading here. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5295 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5296 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups. |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5297 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5298 2004-05-29 Alan Mackenzie <acm@muc.de> |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5299 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5300 * programs.texi: Update for CC Mode 5.30 and incidental amendments. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5301 ("AWK"): Is consistently thus spelt throughout. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5302 (AWK, Pike): Document as "C-like modes". |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5303 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5304 (M-x man): Supersedes M-x manual-entry. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5305 Add numerous index entries. Correct "ESC a/e" to "M-a/e". |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5306 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5307 ("Comments in C"): Delete node; the info is in CC Mode manual. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5308 (c-comment-only-line-offset): Remove description. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5309 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5310 (C-c ., C-c C-c): Describe new C Mode bindings. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5311 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5312 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent) |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5313 (@dfn{Style}, c-default-style, comment-column, comment-padding) |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5314 (c-up-conditional, c-beginning-of-statement, c-end-of-statement): |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5315 Amend definitions. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5316 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5317 (c-beginning-of-defun, c-end-of-defun, c-context-line-break): |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5318 Describe functions. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5319 |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5320 (c-comment-start-regexp, c-hanging-comment-ender-p) |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5321 (c-hanging-comment-starter-p): Remove obsolete definitions. |
55840
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5322 |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5323 * emacs.texi: Remove the menu entry "Comments in C". |
e2775bcb9a2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55824
diff
changeset
|
5324 |
55824 | 5325 2004-05-29 Eli Zaretskii <eliz@gnu.org> |
5326 | |
5327 * Makefile.in (../info/flymake, flymake.dvi): New targets. | |
5328 (INFO_TARGETS, DVI_TARGETS): Add Flymake. | |
5329 | |
5330 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> | |
5331 | |
5332 * flymake.texi: New file. | |
5333 | |
55788
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
5334 2004-05-28 Simon Josefsson <jas@extundo.com> |
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
5335 |
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
5336 * smtpmail.texi (Authentication): Improve STARTTLS discussion. |
90d625243c33
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
55781
diff
changeset
|
5337 |
55781
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
5338 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
5339 |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
5340 * dired.texi (Dired and Find): `find-ls-option' does not apply to |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
5341 `M-x locate'. |
bc03e6ef0f00
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
55626
diff
changeset
|
5342 |
55626 | 5343 2004-05-16 Karl Berry <karl@gnu.org> |
5344 | |
5345 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo, | |
5346 makeinfo --html fails. | |
5347 * help.texi (Help Summary) [@ifnottex]: Likewise. | |
5348 | |
55576
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
5349 2004-05-13 Nick Roberts <nickrob@gnu.org> |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
5350 |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
5351 * building.texi (GDB Graphical Interface): Update and describe |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
5352 layout first. |
77a79f33714b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
55421
diff
changeset
|
5353 |
55421
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5354 2004-05-07 Kai Grossjohann <kai@emptydomain.de> |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5355 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5356 Version 2.0.40 of Tramp released. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5357 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5358 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de> |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5359 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5360 Complete rework, based on review by Karl Berry <karl@gnu.org>. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5361 |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5362 * tramp.texi (Auto-save and Backup): Explain exploitation of new |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5363 variables `tramp-backup-directory-alist' and |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5364 `tramp-bkup-backup-directory-info'. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5365 (Overview, Connection types) |
55421
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5366 (External transfer methods, Default Method) |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5367 (Windows setup hints): Remove restriction of password entering |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5368 with external methods. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5369 (Auto-save and Backup): Make file name example |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5370 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info' |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5371 and `auto-save-directory' must be used. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5372 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5373 only "NT"). Remove doubled entry "What kinds of systems does |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5374 @tramp{} work on". |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5375 (tramp): Macro removed. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5376 (Obtaining Tramp): Flag removed from title. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5377 (all): "tramp-" and "-" removed from flag names. Flags `tramp' |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5378 and `trampver' used properly. Flag `tramp-inst' replaced by |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5379 `installchapter'. Installation related text adapted. |
5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
55356
diff
changeset
|
5380 |
55356 | 5381 2004-05-04 Jason Rumney <jasonr@gnu.org> |
5382 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5383 * makefile.w32-in: Revert last change. |
55356 | 5384 |
55334 | 5385 2004-05-03 Jason Rumney <jasonr@gnu.org> |
5386 | |
5387 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes. | |
5388 | |
55202
4c64ee838f41
* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO <jet@gyve.org>
parents:
55201
diff
changeset
|
5389 2004-04-28 Masatake YAMATO <jet@gyve.org> |
4c64ee838f41
* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO <jet@gyve.org>
parents:
55201
diff
changeset
|
5390 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5391 * widget.texi (Programming Example): Remove overlays. |
55202
4c64ee838f41
* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO <jet@gyve.org>
parents:
55201
diff
changeset
|
5392 |
55201 | 5393 2004-04-27 Jesper Harder <harder@ifa.au.dk> |
5394 | |
5395 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp. | |
5396 | |
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
5397 2004-04-23 Juanma Barranquero <lektu@terra.es> |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
5398 |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
5399 * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54976
diff
changeset
|
5400 |
54976 | 5401 2004-04-18 Juri Linkov <juri@jurta.org> |
5402 | |
5403 * fixit.texi (Spelling): Remove file extension from ispell xref. | |
5404 | |
54898 | 5405 2004-04-15 Kim F. Storm <storm@cua.dk> |
5406 | |
5407 * cmdargs.texi (Initial Options): Add -Q. | |
5408 | |
54722 | 5409 2004-04-05 Kim F. Storm <storm@cua.dk> |
5410 | |
5411 * custom.texi (File Variables): Add safe-local-eval-forms. | |
5412 | |
54720
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
5413 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
5414 |
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
5415 * info.texi (Info Search): Add info-apropos. |
4b458413e987
(Info Search): Add info-apropos.
Jesper Harder <harder@ifa.au.dk>
parents:
54684
diff
changeset
|
5416 |
54684
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
5417 2004-04-02 Luc Teirlinck <teirllm@auburn.edu> |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
5418 |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
5419 * files.texi (Reverting): Correct description of revert-buffer's |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
5420 handling of point. |
64bd6e31f770
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54488
diff
changeset
|
5421 |
54488 | 5422 2004-03-22 Juri Linkov <juri@jurta.org> |
5423 | |
5424 * emacs.texi (Top): Add `Misc X'. | |
5425 | |
5426 * faq.texi, trouble.texi: Fix help key bindings. | |
5427 | |
5428 * glossary.texi: Improve references. | |
5429 | |
5430 * help.texi: Sync keywords with finder.el. | |
5431 | |
5432 * mini.texi (Completion): Add description for menu items. | |
5433 | |
5434 * misc.texi (Browse-URL, FFAP): Add information about keywords. | |
5435 | |
5436 * sending.texi (Mail Methods): Fix xref to Message manual. | |
5437 | |
54421
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
5438 2004-03-17 Luc Teirlinck <teirllm@auburn.edu> |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
5439 |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
5440 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
5441 (as suggested by Karl Berry). Update information about colored |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
5442 stars in menus. Add new subheading describing M-n. |
95b8b23d991d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
54380
diff
changeset
|
5443 |
54380
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
5444 2004-03-12 Richard M. Stallman <rms@gnu.org> |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
5445 |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
5446 * cl.texi (Top): Rename top node's title. |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
5447 |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
5448 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely. |
b3e0a3f4fdf2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54318
diff
changeset
|
5449 |
54318 | 5450 2004-03-08 Karl Berry <karl@gnu.org> |
5451 | |
5452 * info.texi: \input texinfo.tex instead of just texinfo, to avoid | |
5453 problems making the texinfo distribution. | |
5454 | |
54274
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5455 2004-03-04 Richard M. Stallman <rms@gnu.org> |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5456 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5457 * search.texi (Regexps): Explain that ^ and $ have their |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5458 special meanings only in certain contexts. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5459 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5460 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5461 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5462 * mule.texi (Specify Coding): Doc C-x RET F. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5463 |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5464 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5465 for multiple compile and grep buffers. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5466 (Indirect Buffers): Don't recommand clone-indirect-buffer |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5467 for multiple compile and grep buffers. |
d41dd3d19ce4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
54202
diff
changeset
|
5468 |
54202
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5469 2004-02-29 Simon Josefsson <jas@extundo.com> |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5470 |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5471 * smtpmail.texi (Authentication): Changed the list of supported |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5472 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5473 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5474 <voegelas@gmx.net>. |
8491a6eafd00
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
54200
diff
changeset
|
5475 |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
54199
diff
changeset
|
5476 2004-02-29 Juanma Barranquero <lektu@terra.es> |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
54199
diff
changeset
|
5477 |
65625
348c05075334
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65617
diff
changeset
|
5478 * makefile.w32-in (mostlyclean, clean, maintainer-clean): |
348c05075334
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
65617
diff
changeset
|
5479 Use $(DEL) instead of rm, and ignore exit code. |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
54199
diff
changeset
|
5480 |
54198
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5481 2004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net> |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5482 |
54198
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5483 Tramp version 2.0.39 released. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5484 |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5485 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de> |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5486 |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5487 * tramp.texi (Customizing Completion): Explain new functions |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5488 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5489 (all): Savannah URLs unified to "http://savannah.nongnu.org". |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5490 (Top): Refer to Savannah mailing list as the major one. Mention |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5491 older mailing lists in HTML mode only. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5492 (Auto-save and Backup): Add auto-save. Based on wording of Kai. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5493 (Frequently Asked Questions): Remote hosts must not be Unix-like |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5494 for "smb" method. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5495 (Password caching): New node. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5496 (External transfer methods): Refer to password caching for "smb" |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5497 method. |
c1bfc266f10a
Tramp: sync with upstream version 2.0.39.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
54129
diff
changeset
|
5498 |
54129
12793b62539c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
54098
diff
changeset
|
5499 2004-02-23 Nick Roberts <nick@nick.uklinux.net> |
12793b62539c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
54098
diff
changeset
|
5500 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5501 * building.texi (Watch Expressions): Update. |
54129
12793b62539c
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
54098
diff
changeset
|
5502 |
54098
915db97826a8
Fix the date of last change.
Eli Zaretskii <eliz@is.elta.co.il>
parents:
54097
diff
changeset
|
5503 2004-02-21 Juri Linkov <juri@jurta.org> |
54097
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5504 |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5505 * cmdargs.texi (Action Arguments): Add alias --find-file. Add |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5506 --directory, --help, --version. Move text about command-line-args |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5507 to Command Arguments. |
54976 | 5508 (Initial Options): Add @cindex for --script. Fix @cindex for -q. |
5509 Add --no-desktop. Add alias --no-multibyte, --no-unibyte. | |
54097
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5510 (Window Size X): Join -g and --geometry. Add @cindex. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5511 (Borders X): Fix @cindex for -ib. Add @cindex for -bw. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5512 (Title X): Remove alias -title. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5513 (Misc X): New node. |
82a2803b632a
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53950
diff
changeset
|
5514 |
54318 | 5515 2004-02-17 Karl Berry <karl@gnu.org> |
5516 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5517 * info.texi (Help-Int): Mention the new line number feature. |
54318 | 5518 |
53950
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
5519 2004-02-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
5520 |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
5521 * frames.texi (Drag and drop): Add Motif to list of supported |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
5522 protocols. |
8ce984e04166
* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv <jan.h.d@swipnet.se>
parents:
53946
diff
changeset
|
5523 |
53946
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
5524 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> |
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
5525 |
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
5526 * ses.texi (Advanced Features): New functionality for |
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
5527 ses-set-header-row (defaults to current row unless C-u used). |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5528 (Acknowledgements): Add Stefan Monnier. |
53946
7d452938f4c8
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
53792
diff
changeset
|
5529 |
53792
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
5530 2004-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
5531 |
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
5532 * frames.texi (Drag and drop): New section. |
139b571400ce
* frames.texi (Drag and drop): New section.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53694
diff
changeset
|
5533 |
53694
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
5534 2004-01-24 Richard M. Stallman <rms@gnu.org> |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
5535 |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
5536 * emacs.texi (Acknowledgments): Renamed from Acknowledgements. |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
5537 Include it only @ifnotinfo. Patch the preceding and following |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
5538 node headers to point to each other. |
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53561
diff
changeset
|
5539 |
53561 | 5540 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk> |
5541 | |
5542 * calendar.texi (Appointments): Update section. | |
5543 | |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5544 2003-12-29 Kevin Ryde <user42@zip.com.au> |
53392
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53253
diff
changeset
|
5545 |
53395
5d8c5698bbf7
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53392
diff
changeset
|
5546 * viper.texi (Vi Macros): Fix reference to the Emacs manual. |
5d8c5698bbf7
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53392
diff
changeset
|
5547 |
53392
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53253
diff
changeset
|
5548 * programs.texi (C Modes): Fix the xref. |
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53253
diff
changeset
|
5549 |
53253
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
5550 2003-12-23 Nick Roberts <nick@nick.uklinux.net> |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
5551 |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
5552 * building.texi (Watch Expressions): Update. |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
5553 (Commands of GUD): Include use of toolbar + breakpoints set from |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
5554 fringe/margin. |
67b0f075fac8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
53245
diff
changeset
|
5555 |
53245 | 5556 2003-12-03 Andre Spiegel <spiegel@gnu.org> |
5557 | |
5558 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie | |
5559 <acm@muc.de>. | |
5560 | |
53207
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5561 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net> |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5562 |
53207
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5563 Tramp version 2.0.38 released. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5564 |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5565 * tramp.texi (Remote shell setup): Warn of environment variables |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5566 FRUMPLE if user frumple exists. Suggested by Sven Gabriel |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5567 <sven.gabriel@imk.fzk.de>. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5568 (Configuration): Tramp now chooses base64/uuencode |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5569 automatically. Update wording accordingly. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5570 (Top): More description for the `Default Method' menu entry. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5571 (Default Method): Use @code, not @var, for Lisp variables. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5572 (Default Method): New subsection `Which method is the right one |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5573 for me?' Suggested by Christian Kirsch. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5574 (Configuration): Pointer to new subsection added. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5575 (Default Method): Too many "use" in one sentence. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5576 Rephrase. Reported by Christian Kirsch. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5577 (Filename Syntax): Old `su' example is probably a left-over from |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5578 the sm/su method naming. Replace with `ssh', instead. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5579 (External transfer methods, Auto-save and Backup): |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5580 Typo fixes. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5581 |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5582 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de> |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5583 |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5584 * tramp.texi (all): Harmonize all occurences of @tramp{}. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5585 (Top): Mention japanese manual only if flag `jamanual' is set. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5586 Insert section `Japanese manual' in menu. |
83d9437acbf3
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
53191
diff
changeset
|
5587 |
53191
119702bcc6c0
NEWS and documentation for use-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53172
diff
changeset
|
5588 2003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
119702bcc6c0
NEWS and documentation for use-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53172
diff
changeset
|
5589 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5590 * frames.texi (Dialog Boxes): Add use-file-dialog. |
53191
119702bcc6c0
NEWS and documentation for use-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53172
diff
changeset
|
5591 |
53172
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
5592 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org> |
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
5593 |
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
5594 * eshell.texi (Known Problems): Add doc item. |
c5a8d0a89859
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
53121
diff
changeset
|
5595 |
53121
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
5596 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org> |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
5597 |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
5598 * ack.texi: Note that Alan Mackenzie contributed the AWK support |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
5599 in CC Mode. |
7bc3983467ea
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
53119
diff
changeset
|
5600 |
53119
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5601 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org> |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5602 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5603 * cc-mode.texi: Update for CC Mode 5.30. |
53119
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5604 |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5605 Note: Please refrain from doing purely cosmetic changes like |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5606 removing trailing whitespace in this manual; it clobbers cvs |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5607 merging for no good reason. |
5f4ab1af8f5a
*** empty log message ***
Martin Stjernholm <mast@lysator.liu.se>
parents:
52980
diff
changeset
|
5608 |
52980 | 5609 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) |
5610 | |
5611 * man/ack.texi, man/basic.texi, man/cmdargs.texi: | |
5612 * man/commands.texi, man/custom.texi, man/display.texi: | |
5613 * man/ediff.texi, man/emacs.texi, man/faq.texi, man/files.texi: | |
5614 * man/frames.texi, man/glossary.texi, man/killing.texi: | |
5615 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi: | |
5616 * man/mule.texi, man/rmail.texi, man/search.texi: | |
5617 * man/sending.texi, man/text.texi, man/tramp.texi: | |
5618 * man/trouble.texi, man/vip.texi, man/viper.texi, man/widget.texi: | |
5619 * man/woman.texi: Replace @sc{ascii} and ASCII with @acronym{ASCII}. | |
5620 | |
52976 | 5621 2003-11-01 Alan Mackenzie <acm@muc.de> |
5622 | |
5623 * search.texi (Scrolling During Incremental Search): Document a | |
5624 new scrolling facility in isearch mode. | |
5625 | |
52943 | 5626 2003-10-26 Karl Berry <karl@gnu.org> |
5627 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5628 * info.texi (Info Search): Echo area, not echo are. From Debian |
52943 | 5629 diff. |
5630 | |
52936
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
5631 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk> |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
5632 |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
5633 * widget.texi (Defining New Widgets): Document new beavior of |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
5634 :buttons and :children keywords. |
cd6e896ac111
2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52911
diff
changeset
|
5635 |
52911
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
5636 2003-10-22 Miles Bader <miles@gnu.org> |
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
5637 |
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
5638 * Makefile.in (info): Move before $(top_srcdir)/info. |
5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Miles Bader <miles@gnu.org>
parents:
52906
diff
changeset
|
5639 |
52906
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
5640 2003-10-22 Nick Roberts <nick@nick.uklinux.net> |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
5641 |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
5642 * building.texi (Watch Expressions): Update section on data display |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
5643 to reflect code changes (GDB Graphical Interface). |
ff56d93fae3f
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52872
diff
changeset
|
5644 |
52870
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
5645 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org> |
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
5646 |
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
5647 * tramp.texi (Inline methods): Small grammar fix. |
52872
420e2bc2b809
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52870
diff
changeset
|
5648 (External transfer methods): Likewise. |
52870
cbe8caeca7da
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52847
diff
changeset
|
5649 |
52847
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
5650 2003-10-13 Richard M. Stallman <rms@gnu.org> |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
5651 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
5652 * xresources.texi (GTK resources): Clean up previous change. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52825
diff
changeset
|
5653 |
52825
34537e2e1a05
* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv <jan.h.d@swipnet.se>
parents:
52811
diff
changeset
|
5654 2003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
34537e2e1a05
* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv <jan.h.d@swipnet.se>
parents:
52811
diff
changeset
|
5655 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5656 * xresources.texi (GTK resources): Add a note that some themes |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5657 disallow customizations. Add scroll theme example. |
52825
34537e2e1a05
* xresources.texi (GTK resources): Added a note that some themes
Jan Djärv <jan.h.d@swipnet.se>
parents:
52811
diff
changeset
|
5658 |
52811
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
5659 2003-10-08 Nick Roberts <nick@nick.uklinux.net> |
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
5660 |
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
5661 * speedbar.texi: Remove paragraph for GUD that is no longer true. |
35be4df0faf9
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
52789
diff
changeset
|
5662 |
52789
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
5663 2003-10-06 Luc Teirlinck <teirllm@auburn.edu> |
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
5664 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
5665 * texinfo.tex: Replace `%' in arch tagline by @ignore. |
52789
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
5666 |
52707
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5667 2003-09-30 Richard M. Stallman <rms@gnu.org> |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5668 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5669 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5670 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5671 * widget.texi (User Interface): Fix typos. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5672 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5673 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5674 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5675 * cmdargs.texi (General Variables): Remove MAILRC envvar. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5676 |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5677 * misc.texi (Saving Emacs Sessions): Shorten the section, |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5678 collapsing back into one node. |
e049542c98d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52676
diff
changeset
|
5679 |
52676 | 5680 2003-09-30 Lars Hansen <larsh@math.ku.dk> |
52789
1f96f8c09519
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52771
diff
changeset
|
5681 |
52676 | 5682 * misc.texi: Section "Saving Emacs Sessions" rewritten. |
5683 | |
57354 | 5684 2003-09-29 Jan Dj,Ad(Brv. <jan.h.d@swipnet.se> |
52671
d08a70365018
xresources.texi (GTK names in Emacs): Correct typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
52670
diff
changeset
|
5685 |
d08a70365018
xresources.texi (GTK names in Emacs): Correct typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
52670
diff
changeset
|
5686 * xresources.texi (GTK names in Emacs): Correct typo. |
d08a70365018
xresources.texi (GTK names in Emacs): Correct typo.
Jan Djärv <jan.h.d@swipnet.se>
parents:
52670
diff
changeset
|
5687 |
52670
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
5688 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> |
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
5689 |
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
5690 * pcl-cvs.texi (Selected Files): Fix typo. |
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
5691 |
52612
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
5692 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu> |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
5693 |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
5694 * cmdargs.texi (Font X): Mention new default font. More |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
5695 fully describe long font names, wildcard patterns and the |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
5696 problems involved. (Result of discussion on emacs-devel.) |
5fab67bd2225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52583
diff
changeset
|
5697 |
52583
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
5698 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu> |
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
5699 |
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
5700 * emacs.texi (Acknowledgements): Correct typo. |
09ff463f79f6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52578
diff
changeset
|
5701 |
52578
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5702 2003-09-22 Richard M. Stallman <rms@gnu.org> |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5703 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5704 * dired.texi (Misc Dired Commands): New node. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5705 (Dired Navigation): Add dired-goto-file. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5706 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5707 * files.texi (File Aliases, Misc File Ops): Add @cindex entries. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5708 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5709 * emacs.texi (Acknowledgements): New node, split from Distribution. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5710 |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5711 * cmdargs.texi (Action Arguments): -f reads interactive args. |
1365e8b0efa4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52562
diff
changeset
|
5712 |
52562 | 5713 2003-09-21 Karl Berry <karl@gnu.org> |
5714 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5715 * info.texi (] and [ commands): No period at end of section title. |
52562 | 5716 |
52771 | 5717 2003-09-08 Lute Kamstra <lute@gnu.org> |
52466 | 5718 |
5719 * screen.texi (Mode Line): Say that POS comes before LINE. | |
5720 Mention `size-indication-mode'. | |
5721 * display.texi (Optional Mode Line): Document | |
5722 `size-indication-mode'. | |
5723 * basic.texi (Position Info): Mention `size-indication-mode'. | |
5724 | |
52455
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
5725 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu> |
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
5726 |
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
5727 * xresources.texi (Resources): Refer to `editres' man page. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5728 (Lucid Resources): Update defaults. Expand description of |
52455
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
5729 `shadowThickness'. |
53159f2b4d37
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52429
diff
changeset
|
5730 |
52429
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
5731 2003-09-04 Miles Bader <miles@gnu.org> |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
5732 |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
5733 * Makefile.in (top_srcdir): New variable. |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
5734 ($(top_srcdir)/info): New rule. |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
5735 (info): Depend on it. |
780f2d29c5f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader <miles@gnu.org>
parents:
52427
diff
changeset
|
5736 |
52427 | 5737 2003-09-03 Peter Runestig <peter@runestig.com> |
5738 | |
5739 * makefile.w32-in: New file. | |
5740 | |
52381
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
5741 2003-08-29 Richard M. Stallman <rms@gnu.org> |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
5742 |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
5743 * misc.texi (Saving Emacs Sessions): Correct previous change. |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52337
diff
changeset
|
5744 |
52337
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
5745 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
|
5746 |
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
5747 * 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
|
5748 around an editable field. |
9bdd2608958e
Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52268
diff
changeset
|
5749 |
52259
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
5750 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> |
52251
c4f241fada90
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52236
diff
changeset
|
5751 |
52268
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52262
diff
changeset
|
5752 * widget.texi (Basic Types): The argument to `:help-echo' can now |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52262
diff
changeset
|
5753 be a form that evaluates to a string. |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52262
diff
changeset
|
5754 |
52259
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
5755 * emacs.texi (Top): Update menu to reflect new Keyboard Macros |
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
5756 chapter. |
52262
1259ee7a602f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52259
diff
changeset
|
5757 (Intro): Include kmacro.texi after fixit.texi instead of after |
1259ee7a602f
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52259
diff
changeset
|
5758 custom.texi. (As suggested by Kim Storm.) |
52251
c4f241fada90
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52236
diff
changeset
|
5759 |
52259
34e5aee6689a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52251
diff
changeset
|
5760 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu> |
52236
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5761 |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5762 * fixit.texi (Fixit): Update `Next' pointer. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5763 * files.texi (Files): Update `Previous' pointer. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5764 * kmacro.texi (Keyboard Macros): Remove redundant node and |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5765 section. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5766 * emacs.texi (Intro): Include kmacro.texi after custom.texi. |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5767 (Suggested by Kim Storm.) |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5768 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim |
52236
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5769 Storm.) |
1d614ae49acb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52233
diff
changeset
|
5770 |
52228
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
5771 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
|
5772 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
5773 * 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
|
5774 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
|
5775 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
5776 * 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
|
5777 (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
|
5778 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
5779 * 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
|
5780 |
8632ae4b1b20
New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents:
52220
diff
changeset
|
5781 * 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
|
5782 |
52233 | 5783 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu> |
5784 | |
5785 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'. | |
5786 | |
52220 | 5787 2003-08-17 Alex Schroeder <alex@gnu.org> |
5788 | |
5789 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not | |
5790 required. | |
5791 | |
52214
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
5792 2003-08-16 Richard M. Stallman <rms@gnu.org> |
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
5793 |
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
5794 * dired-x.texi (Shell Command Guessing): Explain *. |
0a6efed807f5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52204
diff
changeset
|
5795 |
52204
4c984cea926f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52196
diff
changeset
|
5796 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
|
5797 |
52204
4c984cea926f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52196
diff
changeset
|
5798 * pcl-cvs.texi (Log Edit Mode): Fix key binding for |
4c984cea926f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52196
diff
changeset
|
5799 log-edit-insert-changelog. |
52196
d981f8624faa
* pcl-cvs.texi (Log Edit Mode): Fix typo.
Karl Fogel <kfogel@red-bean.com>
parents:
52154
diff
changeset
|
5800 |
52154
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
5801 2003-08-05 Richard M. Stallman <rms@gnu.org> |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
5802 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
5803 * programs.texi (Lisp Indent): Don't describe |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
5804 lisp-indent-function property here. Use xref to Lisp Manual. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52123
diff
changeset
|
5805 |
52123 | 5806 2003-08-03 Karl Berry <karl@gnu.org> |
5807 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5808 * info.texi: Need @contents. |
52123 | 5809 |
52121 | 5810 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
5811 | |
5812 * calendar.texi (Date Formats): Document changed behaviour of | |
5813 abbreviations. | |
5814 | |
52040
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
5815 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
|
5816 |
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
5817 * buffers.texi (List Buffers): Fix previous change. |
6b649db885f8
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51967
diff
changeset
|
5818 |
51967
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
5819 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5820 |
51967
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
5821 Tramp version 2.0.36 released. |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
5822 |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
5823 * 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
|
5824 non-Bourne commands in ~/.profile and ~/.shrc. |
2693b0669cc1
Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51902
diff
changeset
|
5825 |
51902
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
5826 2003-07-13 Markus Rost <rost@math.ohio-state.edu> |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
5827 |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
5828 * buffers.texi (List Buffers): Adjust to new format of *Buffer |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
5829 List*. |
80522e1627b8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51814
diff
changeset
|
5830 |
51811
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
5831 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu> |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
5832 |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
5833 * info.texi (Help-Inv, Help-M, Help-Xref): Update following |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
5834 renaming of `vis-mode' to `visible-mode'. |
6799e2a8161d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51809
diff
changeset
|
5835 |
51809
c6d474f99d3e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51808
diff
changeset
|
5836 * display.texi (Font Lock): Fix typo. |
c6d474f99d3e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51808
diff
changeset
|
5837 |
51808
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5838 2003-07-07 Richard M. Stallman <rms@gnu.org> |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5839 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5840 * display.texi (Font Lock): Add xref for format info on |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5841 font-lock-remove-keywords. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5842 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5843 * building.texi (Compilation): Document what happens with asynch |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5844 children of compiler process. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5845 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5846 * help.texi (Library Keywords): Use @multitable. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51728
diff
changeset
|
5847 |
51728
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
5848 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu> |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
5849 |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
5850 * info.texi (Top, Help-Small-Screen): Remove accidentally added |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
5851 next, prev and up pointers. |
eb90616362ee
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51712
diff
changeset
|
5852 |
51712
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5853 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu> |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5854 |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5855 * info.texi (Help): Mention existence of Emacs and stand-alone |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5856 Info at the very beginning of the tutorial. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5857 (Help-Inv): New node. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5858 (Help-]): New node. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5859 (Help-M): Systematically point out the differences between default |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5860 Emacs and stand-alone versions. Delete second menu. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5861 (Help-Xref): Systematically point out the differences between |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5862 default Emacs and stand-alone versions. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5863 (Help-Int): Change `l' example. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5864 (Expert Info): Fix typos. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5865 (Emacs Info Variables): Mention `Info-hide-note-references' and |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5866 new default for `Info-scroll-prefer-subnodes'. |
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5867 |
51604
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
5868 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
|
5869 |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
5870 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
|
5871 |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
5872 * 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
|
5873 (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
|
5874 (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
|
5875 (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
|
5876 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
|
5877 Fix minor typos. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
5878 (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
|
5879 `Info-index'. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
5880 (Version Control): Add cindex entry. |
f57bfce0ddaf
Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51457
diff
changeset
|
5881 |
51455
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5882 2003-06-04 Richard M. Stallman <rms@gnu.org> |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5883 |
51457
4363ea1a617b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51455
diff
changeset
|
5884 * programs.texi (Expressions): Delete C-M-DEL. |
4363ea1a617b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51455
diff
changeset
|
5885 |
51455
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5886 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output. |
51712
ece0b7ff7408
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
51604
diff
changeset
|
5887 comint-move-point-for-output renamed from |
51455
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5888 comint-scroll-to-bottom-on-output. |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5889 |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5890 * custom.texi (Init Rebinding): Replace previous change with xref. |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5891 (Non-ASCII Rebinding): Explain that issue more briefly here. |
5d1558b29b67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51300
diff
changeset
|
5892 |
51300
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
5893 2003-05-28 Richard M. Stallman <rms@gnu.org> |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
5894 |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
5895 * indent.texi (Indentation): Condense, simplify, clarify prev change. |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51297
diff
changeset
|
5896 |
51297
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
5897 2003-05-28 Nick Roberts <nick@nick.uklinux.net> |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
5898 |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
5899 * building.texi (GDB Graphical Interface): New node. |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
5900 (Rewritten somewhat by RMS.) |
8e39da248339
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51274
diff
changeset
|
5901 |
51274
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
5902 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
|
5903 |
78a8be5d896c
(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51178
diff
changeset
|
5904 * 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
|
5905 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
|
5906 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
|
5907 |
51178
4f760005cf14
Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51145
diff
changeset
|
5908 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
|
5909 |
4f760005cf14
Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51145
diff
changeset
|
5910 * 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
|
5911 |
51145
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
5912 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
|
5913 |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
5914 * indent.texi (Indentation): Explain the concepts. |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
5915 (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
|
5916 be useful. |
4e1075214fa7
(Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50792
diff
changeset
|
5917 |
50792 | 5918 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk> |
5919 | |
5920 * faq.texi: Improve previous changes. | |
5921 | |
50781 | 5922 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk> |
5923 | |
5924 * faq.texi: Update copyright and maintenance details. | |
5925 Update some package URLs, versions, and maintainers. | |
5926 Remove many references to the Emacs Lisp Archive. | |
52670
fe581ca9f3b4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52612
diff
changeset
|
5927 |
50670
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
5928 2003-04-23 Simon Josefsson <jas@extundo.com> |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
5929 |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
5930 * smtpmail.texi: Fix license (the invariant sections mentioned has |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
5931 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
|
5932 other emacs packages. |
07881ab0919b
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
50607
diff
changeset
|
5933 |
50607
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
5934 2003-04-16 Richard M. Stallman <rms@gnu.org> |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
5935 |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50495
diff
changeset
|
5936 * 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
|
5937 |
50495
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
5938 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
|
5939 |
cf8b9e443180
2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
50343
diff
changeset
|
5940 * 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
|
5941 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
|
5942 |
50343
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
5943 2003-03-29 Richard M. Stallman <rms@gnu.org> |
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
5944 |
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
5945 * tramp.texi (Top): Undo the previous renaming. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
5946 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete. |
50343
351d49509064
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50338
diff
changeset
|
5947 |
50338
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5948 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
|
5949 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5950 * 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
|
5951 version of manual. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5952 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5953 * 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
|
5954 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5955 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
|
5956 |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5957 * 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
|
5958 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
|
5959 `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
|
5960 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
|
5961 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
|
5962 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
|
5963 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
|
5964 (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
|
5965 after CVS checkout/update. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5966 (Installation): Completely rewritten. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5967 (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
|
5968 `Installation'. |
155b4b78aa3b
* tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49996
diff
changeset
|
5969 |
49996
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5970 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
|
5971 |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5972 * tramp.texi: Version 2.0.30 released. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5973 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
|
5974 a Tramp file name. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5975 |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5976 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
|
5977 |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5978 * tramp.texi (Frequently Asked Questions): `tramp-chunksize' |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5979 introduced. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5980 (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
|
5981 directory are needed. |
bda88bfc6c5e
Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49940
diff
changeset
|
5982 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5983 2003-02-23 Alex Schroeder <alex@emacswiki.org> |
49940
d6bf0b66b213
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49936
diff
changeset
|
5984 |
d6bf0b66b213
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49936
diff
changeset
|
5985 * smtpmail.texi (How Mail Works): New. |
d6bf0b66b213
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49936
diff
changeset
|
5986 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5987 2003-02-22 Alex Schroeder <alex@emacswiki.org> |
49928
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5988 |
49929
098268b04ffd
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49928
diff
changeset
|
5989 * cmdargs.texi (General Variables): Document SMTPSERVER. |
098268b04ffd
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49928
diff
changeset
|
5990 |
49928
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5991 * smtpmail.texi: New file. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5992 |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5993 * sending.texi: Remove SMTP node. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5994 (Mail Sending): Describe `send-mail-function'. Link to SMTP |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5995 library. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5996 |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5997 * Makefile.in: Build SMTP manual. |
8be17cd09797
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49907
diff
changeset
|
5998 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
5999 2003-02-22 Alex Schroeder <alex@emacswiki.org> |
49936
71b14e933f12
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49929
diff
changeset
|
6000 |
71b14e933f12
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49929
diff
changeset
|
6001 * sending.texi (Sending via SMTP): Explain MTA/MUA. |
71b14e933f12
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49929
diff
changeset
|
6002 |
49905
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
6003 2003-02-22 Simon Josefsson <jas@extundo.com> |
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
6004 |
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
6005 * sending.texi (Mail Methods): Add node about SMTP. |
a4e5173bf84e
*** empty log message ***
Simon Josefsson <jas@extundo.com>
parents:
49827
diff
changeset
|
6006 |
49827
754f6f48efbe
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents:
49673
diff
changeset
|
6007 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
|
6008 |
754f6f48efbe
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents:
49673
diff
changeset
|
6009 * 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
|
6010 |
49610
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
6011 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
|
6012 |
49673
e6612803fd8e
Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49610
diff
changeset
|
6013 * 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
|
6014 (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
|
6015 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
|
6016 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
6017 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
|
6018 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
6019 * 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
|
6020 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
|
6021 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
6022 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
|
6023 |
ffda74ab6dc4
2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
49600
diff
changeset
|
6024 * 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
|
6025 `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
|
6026 `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
|
6027 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
|
6028 |
49596
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
6029 2003-02-01 Kevin Ryde <user42@zip.com.au> |
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
6030 |
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
6031 * glossary.texi (Glossary): Correction to cl cross reference. |
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49532
diff
changeset
|
6032 |
49341
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
6033 2003-01-20 Richard M. Stallman <rms@gnu.org> |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
6034 |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
6035 * killing.texi (Rectangles): Document C-x c r. |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49322
diff
changeset
|
6036 |
49532
d4870f6c9ac0
Change email and real name.
Jan Djärv <jan.h.d@swipnet.se>
parents:
49341
diff
changeset
|
6037 2003-01-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
49322 | 6038 |
6039 * xresources.texi (GTK resources): New node. | |
6040 (GTK widget names): New node. | |
6041 (GTK names in Emacs): New node. | |
6042 (GTK styles): New node. | |
6043 | |
49273
bf2ab88cad81
* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
49124
diff
changeset
|
6044 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
|
6045 |
bf2ab88cad81
* gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
49124
diff
changeset
|
6046 * 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
|
6047 |
49124
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
6048 2003-01-09 Francesco Potort,Al(B <pot@gnu.org> |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
6049 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6050 * maintaining.texi (Create Tags Table): Add reference to the new |
49124
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
6051 `etags --help --lang=LANG' option. |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48974
diff
changeset
|
6052 |
48974
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
6053 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
|
6054 |
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
6055 * 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
|
6056 Michael Albinus. |
d29e4e3d4f5d
(External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
48239
diff
changeset
|
6057 |
48239
e62f3275cb5e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48163
diff
changeset
|
6058 2002-11-05 Karl Berry <karl@gnu.org> |
48163 | 6059 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6060 * info.texi (Info-fontify): Reorder face list to avoid bad line |
48163 | 6061 breaks. |
6062 | |
47772
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
6063 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
|
6064 |
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
6065 * 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
|
6066 @insertcopying. |
e2d9dd69445b
Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47737
diff
changeset
|
6067 |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
6068 2002-10-02 Karl Berry <karl@gnu.org> |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
6069 |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
6070 * (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
|
6071 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
|
6072 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
|
6073 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
|
6074 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
|
6075 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
|
6076 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
|
6077 needed for the sake of the HTML output. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6078 (The Gnus manual is not fixed since it's not clear to me how it |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6079 works; and the Tramp manual already uses @copying, although in an |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
6080 unusual way. All others were changed.) |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
47667
diff
changeset
|
6081 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
6082 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
|
6083 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
6084 * 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
|
6085 (../info/ses, ses.dvi): New targets. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
6086 * ses.texi: New file. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47285
diff
changeset
|
6087 |
67691
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
6088 2002-09-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
47285 | 6089 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6090 * texinfo.tex: Update to texinfo 4.2. |
47285 | 6091 |
47049
b383699b81b6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
46704
diff
changeset
|
6092 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl> |
b383699b81b6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
46704
diff
changeset
|
6093 |
54199
beeef4db908a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54198
diff
changeset
|
6094 * reftex.texi: Update to RefTeX 4.19. |
47049
b383699b81b6
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
46704
diff
changeset
|
6095 |
67691
5e3db5999d74
(AUCTeX): Update version and mailing list info.
David Kastrup <dak@gnu.org>
parents:
67684
diff
changeset
|
6096 2002-06-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
45860
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
6097 |
0dcc2162a55f
* info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
44926
diff
changeset
|
6098 * 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
|
6099 (../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
|
6100 |
42524 | 6101 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il> |
6102 | |
6103 * Makefile.in (DVI_TARGETS): Add calc.dvi. | |
6104 (calc.dvi): Uncomment. | |
6105 | |
42208 | 6106 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il> |
6107 | |
6108 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual | |
6109 source files. | |
6110 | |
41124 | 6111 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
6112 | |
6113 * Makefile.in (emacsman): New target. | |
6114 | |
40813 | 6115 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il> |
6116 | |
6117 * Makefile.in (INFO_TARGETS): Add ../info/calc. | |
6118 (../info/calc): New target. | |
6119 | |
40111 | 6120 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
6121 | |
40152 | 6122 * (Version 21.1 released.) |
40111 | 6123 |
39742 | 6124 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
6125 | |
6126 * Branch for 21.1. | |
40965 | 6127 |
37345 | 6128 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il> |
6129 | |
6130 * Makefile.in (../info/info): Use an explicit -o switch to | |
6131 makeinfo. | |
6132 | |
36549 | 6133 2001-03-05 Gerd Moellmann <gerd@gnu.org> |
6134 | |
6135 * Makefile.in (mostlyclean, maintainer-clean): Delete more files. | |
6136 | |
34740 | 6137 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il> |
6138 | |
6139 * Makefile.in (../info/idlwave): Use --no-split. | |
6140 | |
34559 | 6141 2000-12-14 Dave Love <fx@gnu.org> |
6142 | |
6143 * Makefile.in (mostlyclean): Remove gnustmp.* | |
6144 (gnus.dvi): Change rule to remove @latex stuff. | |
6145 | |
32676 | 6146 2000-10-19 Eric M. Ludlam <zappo@ultranet.com> |
6147 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6148 * Makefile.in (Speedbar): Add build targets for speedbar.texi. |
32676 | 6149 |
32450
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
32114
diff
changeset
|
6150 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
|
6151 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6152 * Makefile.in: Add build targets for eshell.texi. |
32450
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
32114
diff
changeset
|
6153 |
31862
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
6154 2000-09-25 Gerd Moellmann <gerd@gnu.org> |
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
6155 |
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
6156 * Makefile.in: Remove/comment speedbar stuff. |
2f68a84e5e75
Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents:
31335
diff
changeset
|
6157 |
31885 | 6158 2000-09-22 Dave Love <fx@gnu.org> |
6159 | |
6160 * Makefile.in: Add emacs-mime. | |
6161 | |
30664 | 6162 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
6163 | |
6164 * Makefile.in (INFO_TARGETS): Add ../info/woman. | |
6165 (DVI_TARGETS): Add woman.dvi. | |
6166 (../info/woman, woman.dvi): New targets. | |
6167 | |
29351
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6168 2000-05-31 Stefan Monnier <monnier@cs.yale.edu> |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6169 |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6170 * .cvsignore (*.tmp): New entry. Seems to be used for @macro. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6171 |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6172 * pcl-cvs.texi: New file. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6173 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6174 (../info/pcl-cvs, pcl-cvs.dvi): New targets. |
bd27c111b184
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29307
diff
changeset
|
6175 |
28867 | 6176 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
6177 | |
6178 * Makefile.in (INFO_TARGETS): Add info/ebrowse. | |
6179 (../info/ebrowse, ebrowse.dvi): New targets. | |
6180 | |
27506 | 6181 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
6182 | |
6183 * Makefile.in (INFO_TARGETS): Add eudc. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6184 (DVI_TARGETS): Add eudc.dvi. |
27506 | 6185 (../info/eudc, eudc.dvi): New targets. |
6186 | |
27181 | 6187 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il> |
6188 | |
6189 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for | |
6190 compatibility with 8+3 filesystems). | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6191 (../info/efaq): Rename from emacs-faq. |
27181 | 6192 |
27105 | 6193 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
6194 | |
6195 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave. | |
6196 (../info/idlwave, idlwave.dvi): New targets. | |
6197 | |
26151 | 6198 1999-10-23 Dave Love <fx@gnu.org> |
6199 | |
46704
1e725474da67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
46685
diff
changeset
|
6200 * Makefile.in: Use autotype.texi. |
26141
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25996
diff
changeset
|
6201 |
25996
9e6b179f629d
(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25916
diff
changeset
|
6202 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
|
6203 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6204 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the |
25996
9e6b179f629d
(faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25916
diff
changeset
|
6205 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
|
6206 |
25916 | 6207 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
6208 | |
6209 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode. | |
6210 (../info/ada-mode, ada-mode.dvi): New targets. | |
6211 | |
25839 | 6212 1999-09-01 Dave Love <fx@gnu.org> |
6213 | |
6214 * Makefile.in: Add faq. | |
6215 | |
25829 | 6216 1999-07-12 Richard Stallman <rms@gnu.org> |
6217 | |
6218 * Version 20.4 released. | |
6219 | |
6220 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6221 | |
6222 * Makefile.in (INFO_TARGETS): Delete customize.info. | |
6223 (DVI_TARGETS): Delete customize.dvi. | |
6224 (../info/customize, customize.dvi): Targets deleted. | |
36737
71af0a08c2cc
Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents:
36549
diff
changeset
|
6225 |
25829 | 6226 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> |
6227 | |
6228 * Version 20.3 released. | |
6229 | |
6230 1998-05-06 Richard Stallman <rms@psilocin.gnu.org> | |
6231 | |
6232 * Makefile.in (EMACSSOURCES): Add mule.texi. | |
6233 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
|
6234 |
25829 | 6235 1998-04-06 Andreas Schwab <schwab@gnu.org> |
6236 | |
6237 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use | |
6238 it in dvi targets. | |
6239 (../etc/GNU): Change to $(srcdir) first. | |
6240 | |
6241 1998-03-11 Carsten Dominik <cd@delysid.gnu.org> | |
6242 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6243 * reftex.texi: Update for RefTeX version 3.22. |
25829 | 6244 |
6245 1998-02-08 Richard Stallman <rms@psilocin.gnu.org> | |
6246 | |
6247 * Makefile.in (reftex.dvi, ../info/reftex): New targets. | |
6248 (INFO_TARGETS, DVI_TARGETS): Add the new targets. | |
6249 | |
6250 1997-09-23 Paul Eggert <eggert@twinsun.com> | |
6251 | |
6252 * Makefile.in: Merge changes mistakenly made to `Makefile'. | |
6253 (INFO_TARGETS): Change ../info/custom to ../info/customize. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6254 (../info/customize): Rename from ../info/custom. |
25829 | 6255 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi. |
6256 | |
6257 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6258 | |
6259 * Version 20.2 released. | |
6260 | |
6261 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6262 | |
6263 * Version 20.1 released. | |
6264 | |
6265 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6266 | |
6267 * Makefile (../info/customize, customize.dvi): New targets. | |
6268 (INFO_TARGETS): Add ../info/customize. | |
6269 (DVI_TARGETS): Add customize.dvi. | |
6270 | |
6271 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6272 | |
6273 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep. | |
6274 | |
6275 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6276 | |
6277 * Version 19.33 released. | |
6278 | |
6279 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6280 | |
6281 * Version 19.32 released. | |
6282 | |
6283 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
6284 | |
6285 * Makefile.in: Add rules for the Message manual. | |
6286 | |
6287 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
6288 | |
6289 * gnus.texi: New version. | |
6290 | |
6291 * message.texi: New manual. | |
6292 | |
6293 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6294 | |
6295 * Makefile.in (All info targets): cd $(srcdir) to do the work. | |
6296 | |
6297 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
6298 | |
6299 * Makefile.in (All info targets): Specify $(srcdir) in input files. | |
6300 Specify -I option. | |
6301 (All dvi targets): Set the TEXINPUTS variable. | |
36737
71af0a08c2cc
Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents:
36549
diff
changeset
|
6302 |
25829 | 6303 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> |
6304 | |
6305 * Version 19.31 released. | |
6306 | |
6307 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
6308 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6309 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode. |
25829 | 6310 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS. |
6311 | |
6312 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6313 | |
6314 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets. | |
6315 (INFO_TARGETS): Add ../info/cc-mode. | |
6316 (DVI_TARGETS): Add cc-mode.dvi. | |
6317 | |
6318 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6319 | |
6320 * Version 19.30 released. | |
6321 | |
6322 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
6323 | |
6324 * gnus.texi: New file. | |
6325 | |
6326 1995-11-04 Erik Naggum <erik@naggum.no> | |
6327 | |
6328 * gnus.texi: File deleted. | |
6329 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49596
diff
changeset
|
6330 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org> |
25829 | 6331 |
6332 * mh-e.texi: "Function Index" -> "Command Index" to work with | |
6333 Emacs 19.30 C-h C-k support of separately-documented commands. | |
6334 | |
6335 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6336 | |
6337 * Makefile.in (../info/ediff, ediff.dvi): New targets. | |
6338 (INFO_TARGETS, DVI_TARGETS): Add those new targets. | |
6339 | |
6340 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6341 | |
6342 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets. | |
6343 (../info/viper, viper.dvi): New targets. | |
6344 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49596
diff
changeset
|
6345 1995-04-20 Kevin Rodgers <kevinr@ihs.com> |
25829 | 6346 |
6347 * dired-x.texi (Installation): Change the example to set | |
6348 buffer-local variables like dired-omit-files-p in | |
6349 dired-mode-hook. | |
6350 | |
6351 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6352 | |
6353 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets. | |
6354 (../info/mh-e, mh-e.dvi): New targets. | |
6355 | |
6356 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu> | |
6357 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6358 * Makefile.in (maintainer-clean): Rename from realclean. |
25829 | 6359 |
6360 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6361 | |
6362 * Makefile.in: New file. | |
6363 * Makefile: File deleted. | |
6364 | |
6365 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6366 | |
6367 * Makefile (TEXINDEX_OBJS): Variable deleted. | |
6368 (texindex, texindex.o, getopt.o): Rules deleted. | |
6369 All deps on texindex deleted. | |
6370 (distclean): Don't delete texindex. | |
6371 (mostlyclean): Don't delete *.o. | |
6372 * texindex.c, getopt.c: Files deleted. | |
6373 | |
6374 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
6375 | |
6376 * Version 19.26 released. | |
6377 | |
6378 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu) | |
6379 | |
6380 * Makefile (EMACSSOURCES): Exclude undo.texi. | |
6381 | |
6382 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6383 | |
6384 * Version 19.25 released. | |
6385 | |
6386 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6387 | |
6388 * Version 19.24 released. | |
6389 | |
6390 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6391 | |
6392 * Version 19.23 released. | |
6393 | |
6394 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6395 | |
6396 * Makefile: Delete spurious tab. | |
6397 | |
6398 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6399 | |
6400 * Makefile (.SUFFIXES): New rule. | |
6401 | |
6402 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6403 | |
6404 * Makefile (dired-x.dvi, ../info/dired-x): New targets. | |
6405 (INFO_TARGETS, DVI_TARGETS): Add the new targets. | |
6406 | |
6407 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6408 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6409 * Makefile (../info/sc): Rename frin sc.info. |
25829 | 6410 (../info/cl): Likewise. |
6411 (INFO_TARGETS): Use new names. | |
6412 | |
6413 1993-12-04 Richard Stallman (rms@srarc2) | |
6414 | |
6415 * getopt.c: New file. | |
6416 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src. | |
6417 (getopt.o): New rule. | |
6418 (dvi): Don't depend on texindex. | |
6419 (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi): | |
6420 Depend on texindex. | |
6421 | |
6422 1993-12-03 Richard Stallman (rms@srarc2) | |
6423 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6424 * Makefile (../info/sc.info): Rename from ../info/sc. |
25829 | 6425 (TEXI2DVI): New variable. |
6426 (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi): | |
6427 Add explicit commands. | |
6428 (TEXINDEX_OBJS): Delete duplicate getopt.o. | |
6429 | |
6430 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6431 | |
6432 * Version 19.22 released. | |
6433 | |
6434 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6435 | |
6436 * Makefile (TEXINDEX_OBJS): Delete spurious period. | |
6437 | |
6438 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6439 | |
6440 * Version 19.21 released. | |
6441 | |
6442 1993-11-15 Paul Eggert (eggert@twinsun.com) | |
6443 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6444 * man/Makefile (../info/cl.info): Rename from ../info/cl. |
25829 | 6445 |
6446 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6447 | |
6448 * Makefile (../etc/GNU): New target. | |
6449 (EMACSSOURCES): Add gnu1.texi. | |
6450 | |
6451 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6452 | |
6453 * Makefile (realclean): Don't delete the Info files. | |
6454 | |
6455 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu) | |
6456 | |
6457 * forms.texi: Fix forms.texi so that it will format correctly. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6458 Add missing `@end iftex', fix bad reference. |
25829 | 6459 |
6460 * info.texi, info-stn.texi: New files implement texinfo version of | |
6461 `info' file. | |
6462 | |
47285 | 6463 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x |
25829 | 6464 4' where appropriate. |
6465 | |
6466 1993-10-20 Brian Fox (bfox@ai.mit.edu) | |
6467 | |
6468 * Makefile: Fix targets for texindex, new info.texi files. | |
6469 * info-stnd.texi: New file implements info for standalone info | |
6470 reader. | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6471 * info.texi: Update to include recent changes to "../info/info". |
25829 | 6472 New source file for ../info/info; includes info-stnd.texi. |
6473 | |
6474 * texindex.c: Include "../src/config.h" if building in emacs. | |
6475 | |
6476 * Makefile: Change all files to FILENAME.texi, force all targets | |
6477 to be FILENAME, not FILENAME.info. This changes sc.texinfo, | |
6478 vip.texinfo, forms.texinfo, cl.texinfo. | |
6479 Add target to build texindex.c, defining `emacs'. | |
6480 | |
6481 * forms.texi: Install new file to match version 2.3 of forms.el. | |
6482 | |
6483 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6484 | |
6485 * Version 19.19 released. | |
6486 | |
6487 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch) | |
6488 | |
6489 * sc.texinfo: Fix info file name. | |
6490 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6491 * Makefile (info): Add gnus and sc. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6492 (dvi): Add gnus.dvi and sc.dvi. |
25829 | 6493 (../info/sc, sc.dvi): New targets. |
6494 | |
6495 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6496 | |
6497 * Version 19.18 released. | |
6498 | |
6499 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6500 | |
6501 * Makefile: Fix source file names of the separate manuals. | |
6502 (gnus.dvi, ../info/gnus): New targets. | |
6503 | |
6504 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6505 | |
6506 * Version 19.17 released. | |
6507 | |
6508 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
6509 | |
6510 * split-man: Fix typos in last change. | |
6511 | |
6512 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
6513 | |
6514 * Version 19.16 released. | |
6515 | |
6516 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6517 | |
6518 * version 19.15 released. | |
6519 | |
6520 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
6521 | |
6522 * Makefile (distclean): It's rm, not rf. | |
6523 | |
6524 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6525 | |
6526 * Version 19.14 released. | |
6527 | |
6528 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6529 | |
6530 * Makefile: New file. | |
6531 | |
6532 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6533 | |
6534 * Version 19.13 released. | |
6535 | |
6536 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
6537 | |
6538 * Version 19.9 released. | |
6539 | |
6540 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6541 | |
6542 * Version 19.8 released. | |
6543 | |
6544 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6545 | |
6546 * cmdargs.texi: Document the -i, -itype, and -iconic options. | |
6547 | |
6548 * trouble.texi: It's `enable-flow-control-on', not | |
6549 `evade-flow-control-on'. | |
6550 | |
6551 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
6552 | |
6553 * display.texi: Document standard-display-european. | |
6554 | |
6555 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
6556 | |
6557 * Version 19.7 released. | |
6558 | |
6559 * emacs.texi: Add a sentence to the top menu mentioning the | |
6560 specific version of Emacs this manual applies to. | |
6561 | |
6562 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
6563 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6564 * basic.texi: Document next-line-add-lines variable used to |
25829 | 6565 implement down-arrow. |
6566 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6567 * killing.texi: Document kill-whole-line. |
25829 | 6568 |
6569 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
6570 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6571 * text.texi: Update unix TeX ordering information. |
25829 | 6572 |
6573 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
6574 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6575 * news.texi: Mention fill-rectangle in keybinding list. |
25829 | 6576 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6577 * killing.texi: Document fill-rectangle. |
25829 | 6578 |
6579 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
6580 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6581 * vc.texi: Bring the docs up to date with VC 5.2. |
25829 | 6582 |
6583 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
6584 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6585 * emacs.tex: Mention blackbox and gomoku under Amusements. |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6586 Assembler mode is now mentioned and appropriately indexed |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6587 under Programming Modes. |
25829 | 6588 |
40965 | 6589 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu) |
25829 | 6590 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6591 * emacs.tex: Update TeX ordering information. |
25829 | 6592 |
40965 | 6593 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) |
25829 | 6594 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6595 * gnus.texinfo: New file. Removed installation instructions. |
25829 | 6596 |
40965 | 6597 1990-06-26 David Lawrence (tale@geech) |
25829 | 6598 |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
6599 * emacs.tex: Note that completion-ignored-extensions is not used |
25829 | 6600 to filter out names when all completions are displayed in |
6601 *Completions*. | |
6602 | |
40965 | 6603 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25829 | 6604 |
6605 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h. | |
6606 | |
40965 | 6607 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu) |
25829 | 6608 |
68718
c6e88dc95401
Undo strange accidental change.
Luc Teirlinck <teirllm@auburn.edu>
parents:
68711
diff
changeset
|
6609 * emacs.tex: Add @findex grep. |
25829 | 6610 |
40965 | 6611 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
25829 | 6612 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6613 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6614 then define `\sc' as the command for smallcaps in Texinfo. This |
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6615 means that the @sc command will produce small caps. bfox has |
25829 | 6616 made the corresponding change to makeinfo and texinfm.el. |
6617 | |
40965 | 6618 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) |
25829 | 6619 |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6620 * emacs.tex: Correct two typos. No other changes before |
25829 | 6621 Version 19 will be made. |
6622 | |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6623 * vip.texinfo: Remove menu entry Adding Lisp Code in node |
25829 | 6624 Customization since the menu entry did not point to anything. |
55842
a70c4af81bf4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55840
diff
changeset
|
6625 Also add an @finalout command to remove overfull hboxes from the |
25829 | 6626 printed output. |
6627 | |
63679
deead44b63f9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
63649
diff
changeset
|
6628 * cl.texinfo: Add @bye, \input line and @settitle to file. |
25829 | 6629 This file is clearly intended to be a chapter of some other work, |
6630 but the other work does not yet exist. | |
6631 | |
40965 | 6632 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) |
25829 | 6633 |
6634 * texinfo.texinfo: Three typos corrected. | |
6635 | |
40965 | 6636 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) |
25829 | 6637 |
6638 * emacs.tex: Update information for obtaining TeX distribution from the | |
6639 University of Washington. | |
6640 | |
30994 | 6641 ;; Local Variables: |
52427 | 6642 ;; coding: iso-2022-7bit |
70721 | 6643 ;; fill-column: 79 |
30994 | 6644 ;; End: |
39627 | 6645 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64871
diff
changeset
|
6646 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
68639
dc2d5a6655a3
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
68630
diff
changeset
|
6647 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
39627 | 6648 Copying and distribution of this file, with or without modification, |
6649 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 6650 |
6651 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd |