Fix ucs-normalize attribution.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
5cca97ad
GM
12009-08-18 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments):
4 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
5
985bf85b
GM
62009-08-09 Glenn Morris <rgm@gnu.org>
7
8 * ack.texi (Acknowledgments):
9 * emacs.texi (Acknowledgments): Add gdb-mi entry.
10
8d6bb99e
DD
112009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12
13 * emacs.texi (Top): Add new menu items for GDB-UI.
14
15 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
16 section. Threads buffer is in separate section now.
17
8353da9c
GM
182009-08-08 Glenn Morris <rgm@gnu.org>
19
20 * ack.texi (Acknowledgments):
21 * emacs.texi (Acknowledgments):
22 Update for js2-mode and org changes.
23
f2074faf
MA
242009-08-02 Michael Albinus <michael.albinus@gmx.de>
25
26 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
27 files.
28
e8d2d3fb
CY
292009-07-28 Chong Yidong <cyd@stupidchicken.com>
30
31 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
32
324a4f6a
GM
332009-07-23 Glenn Morris <rgm@gnu.org>
34
35 * programs.texi (Matching): Update blink-matching-paren-distance.
36
b6937a70
CY
372009-07-21 Chong Yidong <cyd@stupidchicken.com>
38
39 * frames.texi (Cut/Paste Other App): For select-active-regions,
40 selection is now updated on moving point.
41
bd8aaa36
RS
422009-07-21 Richard Stallman <rms@gnu.org>
43
44 * glossary.texi (GNU, Daemon): Update information.
45
8d9b5eba
JL
462009-07-19 Juri Linkov <juri@jurta.org>
47
48 * custom.texi (Specifying File Variables, Safe File Variables):
49 "variables/value pairs" -> "variable/value pairs".
50
a2acc1db
GM
512009-07-15 Glenn Morris <rgm@gnu.org>
52
53 * misc.texi (Gnus): Remove widow.
54
c5ae942b
GM
552009-07-11 Glenn Morris <rgm@gnu.org>
56
703d26ba
GM
57 * Makefile.in (TEXI2PDF): New.
58 (emacs.pdf, emacs-xtra.pdf): New targets.
59
c5ae942b
GM
60 * arevert-xtra.texi (Autorevert): Add menu descriptions.
61
62 * display.texi (Horizontal Scrolling): Re-word to remove widow.
63
64 * emacs.texi (Top): Info can be read from other places than Emacs.
65 Don't print the copying notice twice in the printed version.
66 Update the menu and detailmenu.
67 (Preface): The meaning of "on-line" has changed.
68 Correct name for "Common Problems" chapter.
69 (Distrib): Update FSF shop URL.
70 (Intro): Showing two files at once is not so exciting.
71
72 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
73 (Mac / GNUstep Basics): Minor grammar changes.
74 (Mac / GNUstep Events): Fix typo.
75 (GNUstep Support): CANNOT_DUMP no longer applies.
76
77 * misc.texi (Document View): Fix typos.
78
79 * dired.texi (Dired):
80 * help.texi (Help):
81 * macos.texi (Mac OS / GNUstep):
82 * maintaining.texi (Version Control, Introduction to VC):
83 End menu descriptions with a period.
84
b1c8242b
EZ
852009-07-09 Eli Zaretskii <eliz@gnu.org>
86
87 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
88 so categorical in saying that the option is only useful on NTFS.
89
220d9aa6
GM
902009-07-09 Glenn Morris <rgm@gnu.org>
91
92 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
93 (ENVADD): Add texinfodir to TEXINPUTS.
94
95 * emacs.texi (Top): Fix cross-reference.
96
97 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
98
99 * vc1-xtra.texi (Revision Tags): Fix typo.
100
d07e72d3
GM
1012009-07-03 Glenn Morris <rgm@gnu.org>
102
103 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
104 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
105 (Merge Commands): `.' does not seem to work in A or B buffer.
106 `l' can recreate the 3-window display.
107
108 * glossary.texi (Glossary): Minor phrasing changes throughout.
109 Add more internal cross-references.
110 <Autoloading>: You can't really autoload a variable.
111 <C-M->: Move details here from `M-C-' item.
112 <Continuation Line>: Refer to `Truncation.'
113 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
114 <Home Directory, Unix>: New entries.
115 <Deletion of Files>: Mention recycle bins.
116 <Directory>: Mention ``folders.''
117 <Error>: Don't mention ``type-ahead.''
118 <Fringe>: Refer to the manual node.
119 <Minor Mode>: Can be global or local.
120 <Spell Checking>: There are other checkers besides Ispell.
121
f144038a
GM
1222009-07-02 Glenn Morris <rgm@gnu.org>
123
124 * anti.texi (Antinews): Minor changes in phrasing.
125
126 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
127 some underfull lines in dvi output.
128
129 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
130
131 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
132
133 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
134
3f1c6666
JD
1352009-07-01 Jan Djärv <jan.h.d@swipnet.se>
136
137 * xresources.texi (Table of Resources): Mention maximized for
138 fullscreen.
139
140 * cmdargs.texi (Window Size X): -mm/--maximized is new.
141
62aadce7
CY
1422009-07-01 Chong Yidong <cyd@stupidchicken.com>
143
144 * anti.texi (Antinews): Correct the list of removed platforms.
145
82ec412e
GM
1462009-06-28 Glenn Morris <rgm@gnu.org>
147
148 * arevert-xtra.texi: Minor language tweaks.
149
09964e7d
GM
150 * dired-xtra.texi: Minor revisions.
151
666e158e
MB
1522009-06-23 Miles Bader <miles@gnu.org>
153
154 * display.texi (Scrolling): Document `recenter-redisplay'
05fbc4a9 155 (Temporary Face Changes): Document `text-scale-set'.
666e158e 156
70243478
CY
1572009-06-21 Chong Yidong <cyd@stupidchicken.com>
158
159 * Branch for 23.1.
160
67cbe681
KH
1612009-06-17 Kenichi Handa <handa@m17n.org>
162
163 * mule.texi (Charsets): Update the description for the new charset.
164 (list-character-sets): New findex.
125dd7c5 165 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 166
40e67246
CY
1672009-06-10 Chong Yidong <cyd@stupidchicken.com>
168
b5700de6
CY
169 * basic.texi (Moving Point): Fix tag.
170
171 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
172
173 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
174 use camel-case for PageUp and PageDown.
175
176 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
177 camel-case for PageUp and PageDown.
178
179 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
180
40e67246 181 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 182 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 183
6f591cf4
AM
1842009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
185
186 * fixit.texi (Spelling): Set default dictionary. Improve
187 descriptions (Bug#2554)
188
53483c76
DR
1892009-06-08 David Reitter <david.reitter@gmail.com>
190
191 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
192 since saving colors and faces set this way is not implemented.
193 (Environment variables): Remove mention of mac-fix-env, which is
194 scheduled to be removed.
195
1557ef4f
CY
1962009-06-04 Chong Yidong <cyd@stupidchicken.com>
197
91056528
CY
198 * custom.texi (Init Examples): Add example of changing load-path.
199
1557ef4f
CY
200 * building.texi (Lisp Libraries): Add example of changing
201 load-path (Bug#3446).
202
623cec4c
CY
2032009-05-28 Chong Yidong <cyd@stupidchicken.com>
204
205 * mark.texi (Mark): Further clarifications.
206 (Setting Mark): Emphasize that C-SPC activates the mark.
207
0fcca8ee
CY
2082009-05-28 Chong Yidong <cyd@stupidchicken.com>
209
702b10e1
CY
210 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
211 Mark mode.
0fcca8ee
CY
212 (Using Region, Persistent Mark): Use "active mark" instead of "active
213 region".
214
d3b396e4
CY
2152009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
216
217 * mule.texi (Select Input Method): Fix typo.
218
3f698a06
CY
2192009-05-13 Chong Yidong <cyd@stupidchicken.com>
220
221 * anti.texi (Antinews): Document completion changes. Some additional
222 copyedits and rearrangement of entries.
223
b2a42eb7
CY
2242009-05-12 Chong Yidong <cyd@stupidchicken.com>
225
932fd020
CY
226 * misc.texi (Interactive Shell, Saving Emacs Sessions)
227 (Shell History Copying, Terminal emulator): Copyedits.
228
ac36a8f1
CY
229 * xresources.texi (Resources): Simplify descriptions. Shorten
230 description of editres, which is not very useful these days.
231 (Table of Resources): Document fontBackend resource.
232
b2a42eb7
CY
233 * trouble.texi (Quitting): Add other undo bindings to table.
234 (DEL Does Not Delete): Note that the erasure key is usually labelled
235 "Backspace". Remove discussion of obscure Xmodmap issue.
236
c6ea7fb8
CY
2372009-05-07 Chong Yidong <cyd@stupidchicken.com>
238
239 * files.texi (Visiting): Copyedits.
240
ad36c422
CY
2412009-05-06 Chong Yidong <cyd@stupidchicken.com>
242
243 * basic.texi (Inserting Text): Document ucs-insert.
244
245 * mule.texi (International Chars): Define "multibyte". Note that
246 internal representation is unicode-based. Simplify definition of raw
247 bytes. Mention ucs-insert.
248 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
249 (Language Environments): Add language environments new to Emacs 23.
250 (Multibyte Conversion): Node deleted.
251 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
252 mention obsolete emacs-mule coding system.
253 (Output Coding): Copyedits.
254
255 * emacs.texi (Top): Update node listing.
256
d4ad7b96
CY
2572009-05-05 Per Starbäck <per@starback.se> (tiny change)
258
259 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
260
5bd66204
SM
2612009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * building.texi (Lisp Libraries): `load-library' does offer completion.
264
bc36ad1c
CY
2652009-04-28 Chong Yidong <cyd@stupidchicken.com>
266
267 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
268 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
269
f1a47884
EZ
2702009-04-25 Eli Zaretskii <eliz@gnu.org>
271
272 * maintaining.texi (Tags): Clarify text. (Bug#3101)
273
be77bd45
CY
2742009-04-22 Chong Yidong <cyd@stupidchicken.com>
275
276 * entering.texi (Entering Emacs): Document initial-buffer-choice.
277
278 * building.texi (Lisp Interaction): Document initial-scratch-message.
279
d3b82927
JB
2802009-04-18 Juanma Barranquero <lekktu@gmail.com>
281
ed6e7b11
JB
282 * msdog.texi (Windows Fonts): Fix typos.
283
d3b82927
JB
284 * files.texi (Save Commands): Fix pxref.
285
bc323c04
CY
2862009-04-18 Chong Yidong <cyd@stupidchicken.com>
287
288 * files.texi (Save Commands): Mention diff-buffer-with-file.
289 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
290 Henoch (Bug#3036).
291
2186d13f
GM
2922009-03-15 Glenn Morris <rgm@gnu.org>
293
294 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
295 the former is not always used.
296 (Mail Headers): Use active voice. Add "Mail-reply-to".
297 Change case of "Id". Avoid repeated "appropriate".
298 (Mail Aliases): Fix previous change - use an example with a ".", so it
299 does actually get quoted when expanded.
300 (Mail Sending): Mailclient is the default on some systems.
301 (Citing Mail): Mention mail-indentation-spaces.
302 (Mail Mode Misc): Add an @dfn for "mail signature".
303
71e454fc
CY
3042009-03-15 Chong Yidong <cyd@stupidchicken.com>
305
306 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
307 (Completion Options): Document read-file-name-completion-ignore-case,
308 read-buffer-completion-ignore-case, and completion-styles. Remove
309 description of partial-completion-mode.
310
df1a3e06
GM
3112009-03-14 Glenn Morris <rgm@gnu.org>
312
313 * sending.texi (Mail Format): Fix typo. Add index entry for
314 mail-header-separator.
315 (Mail Headers): Put info about initialization and changing in one place
316 at the start. Update FCC section for mbox Rmail. Clarify From
317 section, mention mail-setup-with-from. Clarify Reply-to section.
318 Add Mail-followup-to and mail-mailing-lists. Clarify References
319 section.
320 (Mail Aliases): Update example, make less contentious.
321 Update for name change of mail-interactive-insert-alias.
322 (Mail Mode): Remove mention of `%' as a word separator.
323 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
324 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
325 commands. Clarify FCC handling. In mail-complete, add reference to
326 Mail Aliases section, and mention mail-complete-function.
327 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
328 (Mail Mode Misc): Clarify the mail-signature function. Add basic
329 signature netiquette. Explain how the mail hooks work when continuing
330 a composition.
331 (Mail Amusements): Internationalize the spook section a bit.
332 Remove the spook mail-setup-hook example, since it doesn't work well.
333 Mention fortune-file.
334 (Mail Methods): Mention read-mail-command.
335
ed6e7b11 3362009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 337
df1a3e06
GM
338 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
339 and NS resources following recent changes.
959d68bd 340
86dca3e8
JR
3412009-03-10 Jason Rumney <jasonr@gnu.org>
342
343 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
344 w32-use-visible-system-caret doc to indicate that it should get set
345 automatically.
346 (Windows Fonts): Add doc for the uniscribe backend.
347
042fe98f
DN
3482009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
351 vc-dir. (Bug#2598)
352
7f8dba73
RS
3532009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
354
355 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
356
505e70c3
GM
3572009-03-05 Glenn Morris <rgm@gnu.org>
358
04242bdc
GM
359 * rmail.texi (Rmail Basics): Add reference to sorting.
360 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
361 Minor re-wordings.
362 (Rmail Motion): Mention rmail-next-same-subject.
363 (Rmail Deletion): Expunging is not the only way to change the numbers.
364 (Rmail Labels): Labels can also be used in sorting.
365 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
366 (Rmail Display): Mention rmail-mime.
367
00cfe22c
GM
3682009-03-04 Glenn Morris <rgm@gnu.org>
369
370 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
371 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
372 summary. Mention sorts cannot be undone.
373 (Rmail Display): Give an example of how to use goto-address-mode.
374 (Rmail Editing): It's keybindings that are redefined, not commands.
375 Fix some typos.
376 (Movemail): Some minor rewording.
377 (Remote Mailboxes): Emacs movemail supports pop by default.
378 Fix some minor grammatical issues. The "two alternative ways" to
379 specify a POP mailbox are really just one. Remove all reference to the
380 variables rmail-pop-password and rmail-pop-password-required, obsolete
381 since Emacs 22.1. Clarify the four password steps. Emacs movemail
382 can support Kerberos.
383
3d963b67
GM
3842009-03-03 Glenn Morris <rgm@gnu.org>
385
386 * rmail.texi (Rmail Deletion): Revert previous change, which was
387 describing the Rmail summary versions.
388 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
389 Minor re-wording for rmail-resend.
390 (Rmail Make Summary): Summaries apply to buffers rather than files.
391 <rmail-summary-by-topic>: Headers includes the subject.
392 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
393 details, including prefix arguments.
2340abde 394 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
395 Not counting lines might be faster.
396 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
397 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
398 Name the commands bound to the various keys. Mention prefix argument
399 for searching.
3d963b67
GM
400 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
401 Simplify rmail-highlighted-headers description. Update face name.
402
a8ce3d17
JB
4032009-03-02 Juanma Barranquero <lekktu@gmail.com>
404
405 * mark.texi (Marking Objects): Fix typo.
406
130a29b6
CY
4072009-03-01 Chong Yidong <cyd@stupidchicken.com>
408
409 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
410 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
411
9d5de6f8
GM
4122009-03-01 Glenn Morris <rgm@gnu.org>
413
79fc530e 414 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
415 (Rmail Motion): - M-s searches from the end of messages.
416 (Rmail Deletion): Minor clarification. Fix numeric argument
417 description.
418 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
419 newmail and RMAILOSE files need not be in home-directory.
420 (Rmail Files): Mention I/O menus are unselectable if no files match.
421 Mention `MAIL' env-var.
422
b545ff9c
JR
4232009-02-24 Jason Rumney <jasonr@gnu.org>
424
425 * mule.texi (Fontsets): Mention fontset-default, font specs and
426 fallback fontsets.
427 (Defining Fontsets): Mention ns and w32 variants of
428 standard-fontset-spec. Update description of startup fontset to match
429 Emacs 23 behavior.
a93be82a 430 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 431 (International): Link to Modifying Fontsets.
b545ff9c 432
75da0618 4332009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
434
435 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
436 Mention ns-extended-platform-support-mode.
437
6be93a16
KB
4382009-02-22 Karl Berry <karl@gnu.org>
439
440 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
441
867d4bb3
JB
4422009-02-19 Juanma Barranquero <lekktu@gmail.com>
443
444 * basic.texi (Moving Point, Position Info):
445 * files.texi (Visiting):
446 * mini.texi (Completion Options):
447 * text.texi (HTML Mode): Remove duplicate words.
448
49b5c0e8
GM
4492009-02-20 Glenn Morris <rgm@gnu.org>
450
451 * rmail.texi: Minor updates for mbox rather than Babyl.
452
f43a822c
KB
4532009-02-17 Karl Berry <karl@gnu.org>
454
49b5c0e8 455 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 456
80d634b8
RS
4572009-02-17 Richard M Stallman <rms@gnu.org>
458
459 * anti.texi (Antinews): Mention Babyl format.
460
461 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
462
463 * rmail.texi: Update for mbox format.
464 Various small fixes, as well as the following.
465 (Out of Rmail): Node deleted.
466 (Rmail): Update menu.
467 (Rmail Files): Comment out set-rmail-inbox-list.
468 Document rmail-inbox-list instead.
469 (Rmail Output): Substantial changes since C-o is now
470 rmail-output-as-seen and o is rmail-output.
471 (Rmail Attributes): Delete `stored', add `retried'.
472 (Rmail Display): Editing headers works in all cases.
473
f0d129c6
GM
4742009-02-17 Glenn Morris <rgm@gnu.org>
475
476 * basic.texi (Position Info): M-x count-lines-region is not always on
477 M-=. (Bug#2269)
478
160f11d3
GM
4792009-02-09 Glenn Morris <rgm@gnu.org>
480
481 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
482 defaults.
483
763e01c4
EZ
4842009-02-07 Eli Zaretskii <eliz@gnu.org>
485
486 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
487 documentation of possible problems with redecoding.
488
f5e1441d
GM
4892009-02-03 Glenn Morris <rgm@gnu.org>
490
491 * rmail.texi (Out of Rmail): Mention b2m.pl.
492
e1eabe41
GM
4932009-01-31 Glenn Morris <rgm@gnu.org>
494
495 * rmail.texi (Out of Rmail): Correct b2m location.
496
dd05f9de
CY
4972009-01-27 Chong Yidong <cyd@stupidchicken.com>
498
499 * fixit.texi (Undo): Update undo limit values.
500
d74d846e
GM
5012009-01-27 Glenn Morris <rgm@gnu.org>
502
503 * emacs.texi (Top): Fix Antinews menu entry.
504
49ffdce8
KB
5052009-01-25 Karl Berry <karl@gnu.org>
506
507 * text.texi (Foldout): Use @itemize @w{} to make an itemize
508 item with no marker, instead of the syntactically incorrect
509 @itemize @asis.
510
467e8d77
JL
5112009-01-25 Juri Linkov <juri@jurta.org>
512
513 * building.texi (Grep Searching): Fix index entry for lgrep.
514
6c60bbdb
EZ
5152009-01-24 Eli Zaretskii <eliz@gnu.org>
516
517 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
518
9ce5a36f
AR
5192009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
520
521 * macos.texi (Preferences Panel): Update description of font setting to
522 reflect that prior frame selection is no longer needed.
523
9aa5f2fb
NR
5242009-01-20 Nick Roberts <nickrob@snap.net.nz>
525
526 * building.texi (Debuggers): Revert some of 2008-10-31 change to
527 raise GUD subsections.
528
3892ff9c
GM
5292009-01-15 Glenn Morris <rgm@gnu.org>
530
531 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
532
14731c8f
GM
5332009-01-10 Glenn Morris <rgm@gnu.org>
534
535 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
536
45c55e53
CY
5372009-01-04 Chong Yidong <cyd@stupidchicken.com>
538
539 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
540 logical lines.
541
2e4667d1
JL
5422008-12-29 Juri Linkov <juri@jurta.org>
543
544 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
545
546 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
547
2a3eac47
CY
5482008-12-28 Chong Yidong <cyd@stupidchicken.com>
549
550 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
551 goto-address-mode instead of goto-address.
552
3da8da94
CY
553 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
554 mode.
555
2a3eac47
CY
556 * emacs.texi (Top): Update node listing.
557
057f6dd3
EZ
5582008-12-26 Eli Zaretskii <eliz@gnu.org>
559
560 * custom.texi (Directory Variables): Explain what is a "project".
561 Add indexing. Improve wording. Add a footnote about using
562 _dir-locals.el on MS-DOS.
563
e6979067
DN
5642008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
565
566 * files.texi (Misc File Ops): Mention chmod as an alias for
567 set-file-modes.
568
9de15963
MR
5692008-12-24 Martin Rudalics <rudalics@gmx.at>
570
571 * help.texi (Help): Fix typos and reword.
572 (Help Summary): Add entries for C-h n and C-h r, reorder
573 entries, and do some minor fixes.
574 (Name Help): Say that C-h F works for commands only.
575 (Misc Help): Say that view-lossage displays 300 keystrokes.
576
236fd60d
GM
5772008-12-20 Glenn Morris <rgm@gnu.org>
578
579 * ack.texi (Acknowledgments): General update based on AUTHORS,
580 including removal of some stuff no longer distributed.
581
349b3256
AM
5822008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
583
584 * fixit.texi: Mention hunspell
585
e840fca5
GM
5862008-12-19 Glenn Morris <rgm@gnu.org>
587
588 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 589 Consolidate explanatory text at start.
e840fca5
GM
590
591 * display.texi (Text Display):
592 * indent.texi (Indentation): Use @acronym with ASCII.
593
9dfa7983
GM
5942008-12-18 Glenn Morris <rgm@gnu.org>
595
596 * ack.texi: Various small updates and fixes.
597
97b3a00b
JL
5982008-12-18 Juri Linkov <juri@jurta.org>
599
600 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
601 as a key binding to start a forward nonincremental word search.
602 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
603 a backward nonincremental word search. Add index for `M-s w'
604 `isearch-forward-word'.
605 (Regexp Search): Add a short summary of regexp key commands like
606 in the node "Basic Isearch".
607 (Other Repeating Search): Fix typo.
608
6092008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
610
611 * misc.texi (PostScript Variables): Fix doc.
612
31ce6a07
CY
6132008-12-10 Chong Yidong <cyd@stupidchicken.com>
614
615 * programs.texi (Program Modes): Mention Ruby mode.
616
636b507b
DN
6172008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
618
619 * misc.texi (emacsclient Options): Describe what an empty string
620 argument does for --alternate-editor.
621
a323fa14
CY
6222008-12-09 Frank Schmitt <ich@frank-schmitt.net>
623
624 * cmdargs.texi (Font X): Distinguish between client-side and
625 server-side fonts. List valid Fontconfig properties. Add reference to
626 Fontconfig manual. List valid GTK font properties. Explain use of
627 fc-list.
628
c5ca6cd0
CY
6292008-12-09 Chong Yidong <cyd@stupidchicken.com>
630
631 * cmdargs.texi (Font X): Move discussion of quoting to top.
632
e5136377
GM
6332008-12-06 Glenn Morris <rgm@gnu.org>
634
635 * maintaining.texi (Old Revisions): Improve previous change.
636
248c026b
RS
6372008-12-05 Richard M Stallman <rms@gnu.org>
638
639 * anti.texi (Antinews): Minor fixes.
640
a9253a1e
GM
6412008-12-03 Glenn Morris <rgm@gnu.org>
642
643 * maintaining.texi (Old Revisions): Fix diff-switches description.
644
fa687b02
MR
6452008-12-01 Martin Rudalics <rudalics@gmx.at>
646
647 * emacs.texi (Top): Fix typo.
648
72e6decd
CY
6492008-11-30 Chong Yidong <cyd@stupidchicken.com>
650
320ee034
CY
651 * misc.texi (Document View): Explain dependence on gs at the top.
652 Copyedits.
653
654 * emacs.texi (Top): Add DocView nodes to detailed node listing.
655
72e6decd
CY
656 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
657 (Comment Commands): Discuss region-active behavior of M-; first.
658
2a472ee4
MR
6592008-11-29 Martin Rudalics <rudalics@gmx.at>
660
9c6361c9
MR
661 * display.texi (Line Truncation): Add reference to Continuation
662 Lines.
663
2a472ee4
MR
664 * windows.texi (Pop Up Window): Mention split-height-threshold
665 and split-width-threshold.
9c6361c9 666 (Split Window): Add reference to Continuation Lines.
2a472ee4 667
e93bc142
AR
6682008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
669
670 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
671 (GNUstep Support): New node.
672 * anti.texi:
673 * emacs.texi:
674 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
675
676
43b978db
RS
6772008-11-28 Richard M Stallman <rms@gnu.org>
678
679 * misc.texi (Dissociated Press): Minor cleanups.
680
681 * dired.texi (Image-Dired): Avoid passive.
682
e8e2bd93
EZ
6832008-11-28 Eli Zaretskii <eliz@gnu.org>
684
685 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
686 representation.
687
8d2d45da
CY
6882008-11-26 Richard M. Stallman <rms@gnu.org>
689
690 * files.texi (Visiting): Rewrite paragraph for clarity.
691
692 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
693
a5f7bbcc
AM
6942008-11-25 Alan Mackenzie <acm@muc.de>
695
696 * programs.texi (Moving by Parens): Clarify that parens inside strings
697 and comments are ignored, and that the commands assume the starting
698 point isn't in a string or comment.
699
a71703d3
AR
7002008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
701
702 * macos.texi: Add Prev/Next/Top pointers to all nodes.
703 (Mac Basics): Merge in Grabbing Environment Variables from earlier
704 version.
705 (Mac Customization): Rewrite Preferences Panel section and merge in to
706 this node, add Open files by dragging to an Emacs window.
707
708 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
709
aa5ab79a
CY
7102008-11-26 Chong Yidong <cyd@stupidchicken.com>
711
0cc92c19
CY
712 * files.texi (Misc File Ops): Document set-file-modes.
713
c366b4e4
CY
714 * windows.texi (Split Window): Document integer values of
715 truncate-partial-width-windows.
716
aa5ab79a
CY
717 * text.texi (Text): Simplify description of markup languages.
718 (TeX Mode): Simplify introduction. Mention BibTeX mode.
719 (TeX Editing): Note that `""' inserts one `"' character.
720 (HTML Mode): Note in the introduction that XML mode is an alias for
721 SGML mode. Mention nXML mode.
722
56221db7
CY
7232008-11-25 Chong Yidong <cyd@stupidchicken.com>
724
725 * building.texi (Watch Expressions): Fix typo.
726
90effe33
CY
7272008-11-24 Chong Yidong <cyd@stupidchicken.com>
728
f90a5ae3
CY
729 * files.texi (Visiting): Document new behavior of
730 confirm-nonexistent-file-or-buffer.
731
732 * buffers.texi (Select Buffer): Document
733 confirm-nonexistent-file-or-buffer.
734
a18ffb4a
CY
735 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
736 edit-picture.
737
90effe33
CY
738 * text.texi (Text): Simplify introduction. Discard mention of `M-x
739 edit-picture', since that is just an alias for picture-mode.
740 (Sentences): Note that repeated M-@ extends the region.
741 (Pages): Make terminology more consistent. Link to Regexps node.
742 (Longlines): Discuss relationship with Visual Line mode.
743 (Text Mode): Remove extraneous discussion of other modes, since they
744 were already introduced in the parent node.
745
e85103ec
CY
7462008-11-23 Chong Yidong <cyd@stupidchicken.com>
747
5cb2fe30
CY
748 * anti.texi (Antinews): Rewrite.
749
1eb9b307 750 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
751
752 * frames.texi (Frame Commands): Mention "minimize" terminology.
753
e85103ec
CY
754 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
755 formats.
b908332f
CY
756 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
757 (Misc X): Don't document useless -hb option.
e85103ec 758
607f5f88
JL
7592008-11-22 Juri Linkov <juri@jurta.org>
760
761 * dired.texi (Dired Navigation): Change normal file name search option
762 from `non-nil' to `t'. Add `dwim' option.
763
e1b867a0
JL
7642008-11-22 Juri Linkov <juri@jurta.org>
765
766 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
767 ".dir-locals.el". Rename `define-project-bindings' to
768 `dir-locals-set-class-variables'. Rename `set-directory-project' to
769 `dir-locals-set-directory-class'.
770
dd186936
LK
7712008-11-22 Lute Kamstra <lute@gnu.org>
772
773 * buffers.texi (Select Buffer): Index goto-line.
774 * basic.texi (Moving Point): Mention the use of a numeric prefix
775 argument with goto-line and refer to Select Buffer for the use of a
776 plain prefix argument.
777
4b121911
GM
7782008-11-19 Glenn Morris <rgm@gnu.org>
779
780 * doclicense.texi: Update to FDL 1.3.
781 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
782
27267e4c
CY
7832008-11-17 Chong Yidong <cyd@stupidchicken.com>
784
696f351d
CY
785 * custom.texi (Minor Modes): Define mode commands and mode variables
786 more precisely. Recommend using mode commands instead of setting
787 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
788 (Easy Customization): Use "init file" instead of .emacs.
789 (Customization Groups): Update to new Custom buffer appearance.
790 (Saving Customizations): Copyedits. Update example.
791 (Variables): Give example of variable type-sensitivity.
792 (Examining): Update example.
793 (Hooks): Copyedits.
794 (Specifying File Variables): Use C comments instead of an artificial
795 Lisp for the example.
796 (Keymaps): Move internals discussion to Prefix Keymaps.
797 (Rebinding): Remove redundant paragraph (stated in Key Binding).
798 (Init Rebinding): Document kbd macro.
799 (Init File): Link to Find Init.
696f351d
CY
800
801 * mark.texi (Using Region): Document Delete Selection Mode more
802 thoroughly.
803
804 * frames.texi (Mouse Commands): Move most of the description of Delete
805 Selection Mode to Using Region, and link to it.
1bc9c425 806 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 807
b0570c25
CY
808 * building.texi (Compilation): Document first-error value of
809 compilation-scroll-output.
810 (Compilation Mode): Note that compilation-auto-jump-to-first-error
811 works as soon as an error is available. Suggested by Juri Linkov.
812
27267e4c
CY
813 * mini.texi (Passwords): New node.
814
815 * files.texi (Remote Files): Link to Passwords node.
816
817 * emacs.texi (Top): Update node listings.
818
122eb807
CY
8192008-11-16 Chong Yidong <cyd@stupidchicken.com>
820
9c9855a3
CY
821 * ack.texi (Acknowledgments): Some updating of credits.
822
bd6fdcad
CY
823 * emacs.texi (Acknowledgments): Add a couple more names.
824
dd1eef46
CY
825 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
826
122eb807 827 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 828 (Misc File Ops): Document use of trash.
122eb807 829
801a8da1
JB
8302008-11-16 Juanma Barranquero <lekktu@gmail.com>
831
832 * macos.texi (Mac Customization): Fix typos.
833
0b4f2253
CY
8342008-11-14 Chong Yidong <cyd@stupidchicken.com>
835
836 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
837 replacing previous contents. Numerous copyedits to adapt ns-emacs to
838 the conventions of the main Emacs manual.
839
840 * emacs.texi (Top): Update node listings.
841
517e2b89
CY
8422008-11-12 Chong Yidong <cyd@stupidchicken.com>
843
07a85685
CY
844 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
845 command-line-args is processed during startup.
846 (Action Arguments): Correctly describe how file arguments interact with
847 the startup screen. Link to Lisp Interaction for scratch buffer.
848 (Initial Options): Link to Command Example for -batch option.
849 (Environment): Document initial-environment.
850
517e2b89
CY
851 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
852 can't be changed in the site-start file.
853
6337bbde
CY
8542008-11-07 Chong Yidong <cyd@stupidchicken.com>
855
856 * dired.texi (Dired): Mention C-x C-d too.
857 (Dired Enter): Document M-n in the Dired minibuffer.
858 (Dired Navigation): Explain dired-goto-file more clearly. Document
859 dired-isearch-filenames.
860 (Dired Deletion): Remove unnecessary "expunged" terminology.
861 (Flagging Many Files): & is now rebound to `% &'.
862 (Shell Commands in Dired): Document dired-do-async-shell-command.
863 Clarify how multi-file arguments are passed.
864 (Misc Dired Features): Document dired-do-isearch.
865
9e8eeff9
CY
8662008-11-06 Chong Yidong <cyd@stupidchicken.com>
867
868 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
869
e071f849
CY
8702008-11-03 Chong Yidong <cyd@stupidchicken.com>
871
872 * search.texi (Other Repeating Search): Remove obsolete findex entries.
873
05482eb1
CY
8742008-11-01 Chong Yidong <cyd@stupidchicken.com>
875
e2346dea
CY
876 * programs.texi (Program Modes): Link to Program Indent node.
877 (Left Margin Paren): Explain consequences of changing
878 open-paren-in-column-0-is-defun-start more concisely.
879 (Which Function, Program Indent, Info Lookup): Minor edits.
880 (Basic Indent): If region is active, TAB indents the region.
881 (Multi-line Indent): If region is active, TAB indents the region. Note
882 that indent-region is useful when Transient Mark mode is off.
883 (Matching): The delimiter at the cursor is highlighted---the character
884 changes color.
885 (Symbol Completion): Link to Completion node.
886
e4b6428c
CY
887 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
888 a strictly text-only system.
889
05482eb1
CY
890 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
891 batch mode.
892
a11d3737
RS
8932008-11-01 Richard M. Stallman <rms@gnu.org>
894
5abad626
RS
895 * misc.texi (Document View): Major rewrite.
896
a11d3737
RS
897 * maintaining.texi (Types of Log File): Change logs are older than
898 version control.
899 (VCS Concepts): Simplify and rearrange.
900 (Version Control Systems): Make it clear that Linux is only the kernel.
901 (VC Mode Line): Shorten reference to menu item.
902 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
903 (VC Directory Mode): Minor cleanup.
904 Unchanged files are hidden, not omitted.
905 (VC Directory Commands): Shorten and simplify.
906 (Change Log Commands): New node, split from Change Logs.
907 (VC Directory Buffer): New node, split from VC Directory Mode.
908
c55a4acb
CY
9092008-10-31 Chong Yidong <cyd@stupidchicken.com>
910
df0356f6
CY
911 * misc.texi (Document View): Renamed from Document Files, moved here
912 from files.texi.
913
914 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
915 moved as well.
916 (Document Files): Moved to misc.texi.
917
c55a4acb
CY
918 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
919 vc-update-change-log.
df0356f6
CY
920 (Version Control): Move here from files.texi.
921 (Format of ChangeLog): Make it a subnode of Change Log.
922
923 * emacs.texi (Top): Update node listing.
c55a4acb 924
ef082374
TH
9252008-10-31 Tassilo Horn <tassilo@member.fsf.org>
926
927 * files.texi (Files): Add a section about document
928 files (doc-view-mode).
929
d52582c3
CY
9302008-10-31 Chong Yidong <cyd@stupidchicken.com>
931
932 * building.texi (Compilation Mode): Document
933 compilation-auto-jump-to-first-error.
934 (Debuggers): Lower GUD subsections to subsubsections.
935 (Starting GUD): Add cindex.
936 (Lisp Interaction): Note that scratch is no longer the initial buffer.
937
4e0a0968
CY
9382008-10-30 Chong Yidong <cyd@stupidchicken.com>
939
03625b47
CY
940 * indent.texi (Indentation): Link to Program Indent.
941
4e0a0968
CY
942 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
943 now uses emacsclient's terminal.
944
8bd3f7ef
CY
9452008-10-29 Chong Yidong <cyd@stupidchicken.com>
946
80e5620e
CY
947 * mark.texi (Using Region): Document use-empty-active-region.
948
97d5c404
CY
949 * emacs.texi (Top): Update node listings.
950
8bd3f7ef
CY
951 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
952 mention obsolete emacs.bash script.
953 (Invoking emacsclient): Rewrite, moving optional arguments to
954 emacsclient Options.
21d2bae3
CY
955 (emacsclient Options): New node. Document server-use-tcp and
956 server-host.
8bd3f7ef 957
5fda2cbd
CY
9582008-10-28 Chong Yidong <cyd@stupidchicken.com>
959
960 * indent.texi (Indentation): Replace list with paragraphed text,
961 putting description of syntax-driven indentation first. Document new
962 effect of active regions on tab.
963 (Tab Stops): Note that editable tab stops affect indentation commands.
964
4ff029f6
DN
9652008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
966
967 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
968
996cd6e4
CY
9692008-10-23 Chong Yidong <cyd@stupidchicken.com>
970
f28815e3
CY
971 * custom.texi (Function Keys): Note that modified keypad keys are not
972 translated.
973
996cd6e4
CY
974 * basic.texi (Arguments): Explain how to insert multiple digits.
975
49545fe2
MA
9762008-10-22 Michael Albinus <michael.albinus@gmx.de>
977
978 * files.texi (Remote Files): Precise selection of default method.
979 Rewrite paragraph about disabling remote file names.
980
edac0b53
CY
9812008-10-22 Chong Yidong <cyd@stupidchicken.com>
982
e752c544
CY
983 * search.texi (Special Isearch): Document M-TAB is isearch.
984
edac0b53
CY
985 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
986 command.
987
988 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
989
20a36054
TH
9902008-10-22 Tassilo Horn <tassilo@member.fsf.org>
991
992 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
993 section.
994
69051ab6
CY
9952008-10-21 Chong Yidong <cyd@stupidchicken.com>
996
c4b1a32a
CY
997 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
998 to files.texi. Move contents of vc2-xtra.texi here.
999
1000 * vc2-xtra.texi: File removed.
1001
1002 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1003 Directory Commands from the submenu. Don't include deleted file
1004 vc2-xtra.texi.
1005
1006 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1007 (Version Control): Add VC Directory Mode and VC Directory Commands to
1008 the submenu.
1009 (Why Version Control?): Use table format.
1010 (Version Control Systems): Note that Meta-CVS support is gone.
1011 (VCS Concepts): Note precisely when VC started supporting filesets.
1012 Remove bogus xref to CVS Options node.
1013 (Types of Log File): Copyedits.
1014 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1015 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1016 The Right Thing.
1017 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1018 (Log Buffer): Reorganize node, putting C-c C-c description first.
1019 (Old Revisions): Use CVS for example, not RCS.
1020 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1021 Commands from the submenu, putting them under Version Control.
1022 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1023 need to include it in the manual unconditionally, since it is now
1024 crucial to using distributed version control systems.
1a6e2954
CY
1025 (Comparing Files): Note that diff uses the minibuffer, and that the
1026 output is shown using Diff mode.
1027 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
1028 diff-update-on-the-fly, diff-refine-hunk, and
1029 diff-show-trailing-whitespaces.
1a6e2954 1030 (File Archives): Add rar support.
c4b1a32a 1031
69051ab6
CY
1032 * major.texi (Choosing Modes): Make mode selection sequence more
1033 obvious by describing the steps in order of priority. Note that
1034 magic-mode-alist is nil by default. Document
1035 magic-fallback-mode-alist.
1036
e7421e03
CY
10372008-10-20 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * frames.texi (Mouse References): Copyedits.
1040
6b2efdc2
TH
10412008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1042
1043 * ack.texi (Acknowledgments): Add myself as doc-view author.
1044
9c5e9396
EZ
10452008-10-20 Eli Zaretskii <eliz@gnu.org>
1046
1047 * frames.texi (Dialog Boxes): Add @cindex entries.
1048
dac94f8e
CY
10492008-10-20 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1052 (Text-Only Mouse): Copyedit.
1053
25597d40
CY
10542008-10-19 Chong Yidong <cyd@stupidchicken.com>
1055
f8a447f6
CY
1056 * frames.texi: Use @key throughout for mouse clicks.
1057 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
1058 (Secondary Selection): Fix modified mouse click syntax.
1059 (Clipboard): Describe Cut, Copy and Paste commands.
1060 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
1061 Copyedits.
1062 (Creating Frames): Add xref to Init File.
1063 (Frame Commands): Add xref to Exiting.
1064 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 1065
b0f95216
CY
10662008-10-15 Chong Yidong <cyd@stupidchicken.com>
1067
b0817f00
CY
1068 * files.texi (Version Control): Copyedits. Add Bazaar.
1069 (Version Control Systems): List different VCS's using an itemized list.
1070 Add Bazaar.
1071 (VCS Concepts): Copyedits. Tweak description of file merging.
1072
b0f95216
CY
1073 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1074 (Cut/Paste Other App): Document select-active-regions and
1075 x-select-enable-primary.
1076
69d0d701
CY
10772008-10-13 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * mark.texi (Shift Selection): Correct case in node name.
1080
1081 * emacs.texi (Top): Update node order in Mark chapter.
1082
375e8351
EZ
10832008-10-12 Eli Zaretskii <eliz@gnu.org>
1084
1085 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1086
1087 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1088 elsewhere in the manual instead of describing yet again the intricacies
1089 of $HOME on MS-Windows and MS-DOS.
1090
ab58114f
CY
10912008-10-12 Chong Yidong <cyd@stupidchicken.com>
1092
4f959513
CY
1093 * mini.texi (Minibuffer File): Add xref to File Names.
1094 (Minibuffer File): Add discussion of `~' in file names. Add
1095 insert-default-directory index reference.
1096
ab58114f
CY
1097 * files.texi (File Names): Reorganize description.
1098 (Visiting): Add xref to Mode Line. Copyedits.
1099 (Save Commands): Mention prefix behavior of C-x C-s.
1100 (Numbered Backups): Node deleted.
1101 (Backup Names): Contents of Numbered Backups moved here. State default
1102 of version-control variable.
1103 (Reverting): Copyedits.
1104 (Version Control): Add additional version control systems.
1105
1106 * emacs.texi (Top): Delete Numbered Backups node.
1107
1108 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1109 Backup Names.
f2884f63 1110 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 1111
b0b5100a
RF
11122008-10-11 Romain Francoise <romain@orebokech.com>
1113
1114 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1115
89774b5f
CY
11162008-10-11 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1119 (Select Buffer): Mention use of minibuffer history. Describe default
1120 value of default-major-mode. Mention that C-x 4 b selects the other
1121 window.
1122 (List Buffers): Document CRM indicators in the order they appear.
1123 (Kill Buffer): Document new command kill-matching buffers.
1124 (Several Buffers): Move explanation of the relationship between buffer
1125 list and buffer menu to the top.
1126 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1127
4c72bf27
CY
11282008-10-10 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * entering.texi (Exiting): Document change of C-x C-c to
1131 save-buffers-kill-terminal. Document kill-emacs.
1132
f68eb991
EZ
11332008-09-30 Eli Zaretskii <eliz@gnu.org>
1134
1135 * mule.texi (Coding Systems): Don't mention codepage-setup.
1136
1137 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1138 cpNNN coding systems anymore.
1139 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1140 for unibyte mode. Don't mention line-drawing characters. Don't
1141 mention dos-unsupported-char-glyph.
1142
1a2dd44d
CY
11432008-09-25 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * search.texi (Search): Shorten introduction.
1146 (Basic Isearch): Add command table. Discuss reverse isearch and
1147 isearch highlighting.
1148 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1149 ring to cindex.
1150 (Special Isearch): Move input methods discussion here.
1151 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1152 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1153 Repeat Isearch.
1154 (Isearch Minibuffer): New node.
1155 (Word Search): Document new word search commands.
1156 (Regexp Example): Simplify example using sentence-end-base variable.
1157 (Replace): Reword introduction.
1158 (Unconditional Replace): Remove unnecessary example.
1159 (Other Repeating Search): Document new `M-s o' binding.
1160
1161 * emacs.texi (Top): Update node listings.
1162
e45da31d
JB
11632008-09-22 Juanma Barranquero <lekktu@gmail.com>
1164
1165 * emacs.texi (Top): Remove Kill Errors from menu.
1166
841c8096
CY
11672008-09-22 Chong Yidong <cyd@stupidchicken.com>
1168
402168fa
CY
1169 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1170 interface for defining macros. Simplify examples. Note that C-g quits
1171 macro definitions.
801a8da1 1172 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1173 usage example.
1174 (Keyboard Macro Query): Organize query responses in a table.
1175
1176 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1177 to Erasing node.
841c8096
CY
1178 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1179 rationale to a footnote.
1180 (Kill Errors): Remove node, due to redundancy with Erasing.
1181 (Spelling): Move discussion of flyspell to end. Note new behavior of
1182 M-$ in active region. Remove non-ispell-specific keybindings from
1183 table.
1184
eab2ee89
DN
11852008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 * cmdargs.texi (Initial Options): Document --daemon.
1188
3d53e905
GM
11892008-09-20 Glenn Morris <rgm@gnu.org>
1190
1191 * files.texi (Numbered Backups): Mention that some modes set
1192 version-control.
1193
1c90484d
GM
11942008-09-20 Jim Blandy <jimb@red-bean.com>
1195
1196 * files.texi (Numbered Backups): Reference File Variables, as well.
1197 Remove discussion of Rmail's implementation.
1198
0fc0d844
CY
11992008-09-06 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * misc.texi (Recursive Edit): Note that top-level exits active
1202 minibuffers.
1203
1204 * trouble.texi (Quitting): Likewise.
1205
b18d283d
CY
12062008-08-31 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * emacs.texi (Top): Add Temporary Face Changes xref.
1209
1210 * display.texi (Display): Move Temporary Face Changes node to just
1211 after Standard Faces.
1212 (Scrolling): Document recenter-top-bottom instead of recenter.
1213 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1214 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1215 (Display Custom): Copyedits.
1216 (Optional Mode Line): Document display-battery-mode.
1217
180135fc
RF
12182008-08-27 Romain Francoise <romain@orebokech.com>
1219
1220 * custom.texi (Directory Variables): Minor fix.
1221
d3fe3475
GM
12222008-08-27 Glenn Morris <rgm@gnu.org>
1223
1224 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1225 descriptions.
1226 (Calendar Customizing): Tweak layout description.
183080b6 1227 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1228 markers. Condense calendar-star-date and calendar-mark-today
1229 description.
1230 (Holiday Customizing): Add oriental and solar holidays.
1231 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1232 Fix holiday-float description. Use zerop in examples. Be less verbose.
1233 (Date Display Format): Change ISO format. Be less verbose.
1234 (Diary Customizing): Mention day and month abbrev arrays.
1235 Mention the date-form variables by name. Update European example.
1236 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1237 Condense examples. Mention diary-entry-symbols by name.
1238 Condense table for insertion commands.
1239 (Fancy Diary Display): Mention diary-include-string and
1240 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1241 Ethiopic, Persian date functions. Condense descriptions.
1242
1243 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1244 (Adding to Diary): Adapt for changed node name.
1245
71755807
GM
12462008-08-26 Glenn Morris <rgm@gnu.org>
1247
1248 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1249 node "Hebrew/Islamic Entries".
1250
1251 * calendar.texi (Specified Dates): Fix names of iso functions.
1252 (General Calendar): There may not be another window.
1253 (Writing Calendar Files, Holidays): Tweak intro.
1254 (Holidays): Mention Baha'i and Chinese holidays.
1255 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1256 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1257 (To Other Calendar): Add calendar-print-other-dates.
1258 Refer to "graphic display" rather than "X.
1259 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1260 (Displaying the Diary): Fix whitespace after reference.
1261 Fix `diary-number-of-entries' reference.
1262 (Date Formats): Explicitly mention that day names can be abbreviated.
1263 (Adding to Diary): Add some references to other sections.
1264 (Special Diary Entries): Fix reference.
1265 (Appointments): Simplify appt-message-warning-time entry.
1266 Clarify where times must be.
1267 (Importing Diary): Comment out icalendar paragraph that does not apply.
1268 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1269
d76ebc75
GM
12702008-08-23 Glenn Morris <rgm@gnu.org>
1271
1272 * fortran-xtra.texi (Fortran): Change description of free form and
1273 fixed form a bit. Mention hideshow and imenu.
1274 (Fortran Motion): Mention fortran-end-of-subprogram,
1275 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1276 (Fortran Indent): Minor re-word.
1277 (ForIndent Commands): Mention fortran-fill-paragraph and
1278 fortran-fill-statement.
1279 (ForIndent Cont): Mention fortran-tab-mode-string.
1280 (Fortran Comments): Mention fortran-comment-line-start-skip.
1281 (Fortran Columns): Mention font-locking.
1282 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1283
e2a71e28
JB
12842008-08-23 Johan Bockgard <bojohan@muon>
1285
1286 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1287
5c52e13c
CY
12882008-08-22 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * mini.texi (Minibuffer): Simplify introduction.
1291 (Minibuffer File): Document tilde in minibuffer filenames.
1292 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1293 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1294 (Completion Example): Update example to current command list.
1295 (Completion Options): Document `lazy' value of completion-auto-help.
1296 Update contents of completion-ignored-extensions.
1297 (Minibuffer History): Describe "future history" list. State default
1298 value of history-delete-duplicates.
1299
77a00355
GM
13002008-08-21 Glenn Morris <rgm@gnu.org>
1301
1302 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1303 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1304
39ee1d04
CY
13052008-08-17 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * regs.texi (Registers): Clarify valid register names.
1308 (RegPos): Note that buffer is saved and restored too.
1309 (RegText): Note that mark is reactivated/deactivated.
1310 (RegConfig): Xref to Windows node.
1311
b12c348f
CY
13122008-08-16 Chong Yidong <cyd@stupidchicken.com>
1313
3ae7ba79
CY
1314 * basic.texi (Inserting Text): Provide command name for C-q.
1315
b12c348f
CY
1316 * killing.texi (Killing): Copyedit. Define read-only text.
1317 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1318 (Killing by Lines): Copyedit.
1319 (Other Kill Commands): Move M-w description here.
1320 (Yanking): Move M-w to Other Kill Commands.
1321 (Kill Ring): Also mention saving text in registers. Link to Text
1322 Properties in elisp manual.
1323 (Accumulating Text): Copyedit.
1324 (CUA Bindings): Shift selection is now the default.
1325
d8ff7692
TZ
13262008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1327
1328 * maintaining.texi (Change Log): Mention next-error is available.
1329
a43a8a2e
GM
13302008-08-10 Glenn Morris <rgm@gnu.org>
1331
1332 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1333 and intermonth text.
1334 (Holiday Customizing): Add holiday-chinese.
1335
eba27308
EZ
13362008-08-08 Eli Zaretskii <eliz@gnu.org>
1337
1338 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1339
5f14a5b3
DN
13402008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1341
1342 * files.texi (Log Buffer): Describe C-c C-d.
1343 (Diff Mode): Describe C-x 4 A.
1344
49989bff
EZ
13452008-08-06 Eli Zaretskii <eliz@gnu.org>
1346
1347 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1348
5c915c02
DN
13492008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1350
2beaf97a
DN
1351 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1352 describe the new bindings to show the changeset diff, toggle annotation
1353 visibility, show revisions.
1354 (VC Status): Describe key bindings for modifying the change comments,
1355 displaying changeset diffs and annotations.
1356
5c915c02
DN
1357 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1358
71798ace
NR
13592008-08-05 Nick Roberts <nickrob@snap.net.nz>
1360
1361 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1362
b8949644
EZ
13632008-08-02 Eli Zaretskii <eliz@gnu.org>
1364
1365 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1366 and wording.
1367
819567d1
DN
13682008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1369
1370 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1371 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1372 commands. Improve some old info.
1373
5f38310a
CY
13742008-07-31 Chong Yidong <cyd@stupidchicken.com>
1375
0dc3906b
CY
1376 * display.texi (Visual Line Mode): New node.
1377
5f38310a
CY
1378 * basic.texi (Inserting Text): Move DEL to deletion node.
1379 (Moving Point): Add additional alternative key bindings. Describe
1380 line-move-visual.
1381 (Erasing): Describe DEL.
1382 (Basic Undo, Blank Lines, Arguments): Copyedit.
1383 (Continuation Lines): Mention Visual Line mode.
1384 (Position Info): Move extended discussion to mule.texi.
1385
1386 * mule.texi (International Chars): Describe C-x =.
1387
1388 * emacs.texi (Top): Add Visual Line Mode node.
1389
7c2fb837
DN
13902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1391
1392 * emacs.texi: Remove VMS support.
1393
3f6b73ef
DN
13942008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1395
1396 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1397 the vc-dir command name.
1398
9e2a2647
DN
13992008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1400
1401 * xresources.texi: Remove mentions of Mac Carbon.
1402
568beaa2
AS
14032008-07-19 Andreas Schwab <schwab@suse.de>
1404
1405 * ns-emacs.texi: Move to ../misc.
1406
0ef94706
CY
14072008-07-15 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * entering.texi (Exiting): Don't describe text-only terminals as the
1410 default. Describe the new startup screen.
1411 (Exiting): Describe how to kill Emacs first. Change description of
1412 iconification to handle modern window systems.
1413
ba60bd44 14142008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1415
1416 * ns-emacs.texi: New file, documents features of Emacs port under
1417 NeXTstep windowing.
1418
9f30aa73
CY
14192008-07-15 Chong Yidong <cyd@stupidchicken.com>
1420
938a5d2e
CY
1421 * entering.texi (Entering Emacs): Update prev node.
1422
1423 * glossary.texi (Glossary): Remove xref to Text Characters.
1424
9f30aa73
CY
1425 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1426 directly, rather than in the context of ASCII. Move description of
1427 special properties of modifier key to new Modifier Keys node.
1428 (Keys): Copyedit.
1429 (Text Characters): Delete node. Multibyte is the default nowadays, and
1430 the node contents are obsolete.
1431
1432 * custom.texi (Modifier Keys): New node.
1433
1434 * emacs.texi (Top): Update node list.
1435
7e53d36c
CY
14362008-07-13 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1439 saying that Emacs provides menus and mouse support (which is par for
1440 the course).
1441
1442 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1443 early on.
1444 (Point): Copyedit. Relegate historical trivia to a footnote.
1445 (Mode Line): Explain mode-line format more consistently.
1446 (Menu Bar): Copyedit.
1447
1e9fa96d
GM
14482008-06-27 Glenn Morris <rgm@gnu.org>
1449
1450 * cal-xtra.texi (Sexp Diary Entries):
1451 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1452
dc9bebb8
CY
14532008-06-26 Chong Yidong <cyd@stupidchicken.com>
1454
1455 * mark.texi (Shift selection): New node.
1456 (Mark): Copyedits.
1457 (Persistent Mark): Move to the end of the chapter.
1458
e7881076
EZ
14592008-06-20 Eli Zaretskii <eliz@gnu.org>
1460
1461 * makefile.w32-in (distclean): Remove makefile.
1462
f427400c
NR
14632008-06-17 Nick Roberts <nickrob@snap.net.nz>
1464
1465 * building.texi (Starting GUD): Add an entry for gud-gdb.
1466 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1467 command mode.
1468
b597d348
GM
14692008-06-17 Glenn Morris <rgm@gnu.org>
1470
1471 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1472
647b7094
NR
14732008-06-17 Nick Roberts <nickrob@snap.net.nz>
1474
1475 * building.texi (Starting GUD): Expand on remote debugging.
1476 (Other GDB-UI Buffers): Mention new keyboard bindings.
1477
47a30023
GM
14782008-06-15 Glenn Morris <rgm@gnu.org>
1479
1480 * gnu.texi: Use a verbatim license for this invariant section,
1481 as per etc/GNU.
1482
37e5d54a
GM
14832008-06-13 Daniel Engeler <engeler@gmail.com>
1484
1485 * emacs.texi, misc.texi: Add documentation about serial port access.
1486
8e65d46c
GM
14872008-06-13 Glenn Morris <rgm@gnu.org>
1488
c1473b4c
MB
1489 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1490 maintain.info.
8e65d46c 1491
e40a85cd
MB
14922008-06-05 Miles Bader <miles@gnu.org>
1493
1494 * display.texi (Temporary Face Changes): Update to reflect function
1495 renamings in face-remap.el.
1496
56c73dec
MB
14972008-06-04 Miles Bader <miles@gnu.org>
1498
1499 * display.texi (Temporary Face Changes): Add
1500 `adjust-buffer-face-height'. Rewrite description of
1501 `increase-buffer-face-height' and `decrease-default-face-height' now
1502 that they aren't bound by default.
1503
9d3d42fb
MB
15042008-06-03 Miles Bader <miles@gnu.org>
1505
1506 * display.texi (Temporary Face Changes): New node.
1507
2be6bfe2
EZ
15082008-05-31 Eli Zaretskii <eliz@gnu.org>
1509
1510 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1511
daf7e339
GM
15122008-05-31 Glenn Morris <rgm@gnu.org>
1513
1514 * cal-xtra.texi (Fancy Diary Display): Simplify.
1515
d21d2618
GM
15162008-05-30 Glenn Morris <rgm@gnu.org>
1517
1518 * cal-xtra.texi (Fancy Diary Display): Update for
1519 diary-display-function replacing diary-display-hook.
1520
71ce5fd0
JB
15212008-05-29 Drew Adams <drew.adams@oracle.com>
1522
1523 * msdog.texi (Windows Keyboard): Add descriptions of
1524 w32-register-hot-key and w32-unregister-hot-key.
1525
a3cdbdf8
MO
15262008-05-21 Tom Tromey <tromey@redhat.com>
1527
1528 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1529 Variables node.
1530
854a574c
MO
15312008-05-19 Tom Tromey <tromey@redhat.com>
1532
1533 * custom.texi (Variables): Add Directory Variables to menu.
1534 (Directory Variables): New node.
1535
7c2ec3f9
ER
15362008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1537
71ce5fd0 1538 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1539
370fded4
ER
15402008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1541
1542 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1543 Revision Tags and rewritten. Section now uses modern terminology,
1544 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1545 accurately.
1546
6af511e3
EZ
15472008-05-10 Eli Zaretskii <eliz@gnu.org>
1548
1549 * msdog.texi (Windows Files): Update documentation of
1550 w32-get-true-file-attributes.
1551
7a78b6e7
ER
15522008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1553
1554 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1555 directory mode.
1556
1bcfc24e
CY
15572008-05-08 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1560 entry "television".
1bcfc24e 1561
db86064f
ER
15622008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1563
ab5ec32c 1564 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1565
a31b405e
ER
15662008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1567
1568 * emacs/buffers.texi, emacs/files.texi (Version-control):
1569 vc-toggle-read-only is no longer a good idea...
1570
ff2c14fc
GM
15712008-04-29 Glenn Morris <rgm@gnu.org>
1572
1573 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1574
367c9b7c
JL
15752008-04-22 Juri Linkov <juri@jurta.org>
1576
1577 * dired.texi (Subdirectories in Dired): Describe using `^'
1578 to return to the parent directory.
1579
4ac1e9b4
NR
15802008-04-22 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1583 recent changes.
1584
b9b3bf2b
NR
15852008-04-19 Nick Roberts <nickrob@snap.net.nz>
1586
1587 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1588 (Other GDB-UI Buffers): Update for recent thread related changes.
1589
4d120d6a
SM
15902008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1591
1592 * maintaining.texi (Maintaining):
1593 * emacs.texi (Top): Typo.
1594
a152877d
SM
15952008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1596
b9b3bf2b
NR
1597 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1598 arg in `font-lock-add-keywords'.
a152877d 1599
36c0514c
GM
16002008-04-08 Glenn Morris <rgm@gnu.org>
1601
1602 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1603 Also add Baha'i calendar references where appropriate.
1604
06a97d46
GM
16052008-04-05 Glenn Morris <rgm@gnu.org>
1606
1607 * custom.texi (Init File): Byte-compiling .emacs is bad.
1608
6adc6eed
SM
16092008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1612
571388b0
GM
16132008-03-29 Glenn Morris <rgm@gnu.org>
1614
1615 * calendar.texi: Update for `calendar-date-style' replacing
1616 `european-calendar'.
1617
3ae8f876
JR
16182008-03-28 Jason Rumney <jasonr@gnu.org>
1619
1620 * display.texi (Display Custom): Mention overlay-margin in text.
1621
5bc6ddff 16222008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1623
5bc6ddff
MB
1624 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1625 tutorial' comments.
03a864d5 1626
7186a830
CY
16272008-03-28 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * mark.texi (Mark): Rearrange nodes.
1630 (Persistent Mark): Rename from Transient Mark.
1631 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1632 Describe Transient Mark mode as the default.
1633
1634 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1635 the default behavior with Transient Mark mode off.
1636 (Position Info): Fix typo.
1637
71ce5fd0
JB
1638 * display.texi (Standard Faces): Reference the Mark node.
1639 Remove discussion of the region face, which is discussed there.
7186a830
CY
1640
1641 * emacs.texi (Top): Update node listings.
1642
1643 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1644 as the default.
1645
1646 * fixit.texi (Undo): Standardize choice of undo key sequence.
1647 (Undo, Spelling): Describe Transient Mark mode as the default.
1648
1649 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1650 default.
1651
1652 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1653
1654 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1655 mode is the default, and note that the mark is not activated when set.
1656
1657 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1658 Describe Transient Mark mode as the default.
1659
1660 * search.texi (Basic Isearch): Reference the Mark Ring node.
1661 (Replace, Unconditional Replace, Other Repeating Search):
1662 Describe Transient Mark mode as the default.
1663
1664 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1665 Transient Mark mode as the default.
1666 (Paragraphs): Describe how M-h behaves when region is active.
1667
1668 * trouble.texi (Quitting): Clarify effects of C-g.
1669
dc47d1ff
GM
16702008-03-13 Glenn Morris <rgm@gnu.org>
1671
1672 * emacs.texi (EMACSVER): Set to 23.0.60.
1673
e3e0fb39 16742008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1675
e3e0fb39
GM
1676 * dired.texi (Hiding Subdirectories): Fix previous change.
1677
16782008-03-05 Drew Adams <drew.adams@oracle.com>
1679
1680 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1681
5e14abf8
KS
16822008-02-28 Kim F. Storm <storm@cua.dk>
1683
1684 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1685 Move describe-distribution to C-h C-o.
1686 Move view-emacs-problems to C-h C-p.
1687 Add view-emacs-debugging on C-h C-d.
1688 Add view-external-packages on C-h C-e.
d0207bf3 1689 Add view-order-manuals on C-h C-m.
5e14abf8 1690
d0207bf3 16912008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1692
1693 * msdog-xtra.texi (MS-DOS): Docstring fix.
1694
87e391bb
EZ
16952008-02-09 Eli Zaretskii <eliz@gnu.org>
1696
1697 * msdog.texi (Windows Fonts): Use a @table for describing font
1698 properties.
1699
5662e503
JR
17002008-02-07 Jason Rumney <jasonr@gnu.org>
1701
1702 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1703 value has changed.
1704 (Windows HOME): Clarify what is meant by "if that fails as well".
1705 (Windows Fonts): New section.
1706
72463824
GM
17072008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1708
1709 * basic.texi (Basic Undo): Remove duplicate "you can".
1710
7ff926e0
EZ
17112008-02-02 Eli Zaretskii <eliz@gnu.org>
1712
1713 * maintaining.texi (Tags): Fix last change.
1714
6ab7aef1
MA
17152008-02-02 Michael Albinus <michael.albinus@gmx.de>
1716
093571c3 1717 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1718
ace67e7e
NR
17192008-01-31 Nick Roberts <nickrob@snap.net.nz>
1720
1721 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1722
ae068fdf
RS
17232008-01-26 Richard Stallman <rms@gnu.org>
1724
1725 * maintaining.texi (Tags): Delete redundant index entry.
1726
a56d9a08
EZ
17272008-01-26 Eli Zaretskii <eliz@gnu.org>
1728
1729 * programs.texi (Imenu): Move "@cindex tags" from here...
1730 * maintaining.texi (Tags): ...to here.
1731
e941ed90
NR
17322008-01-23 Kevin Ryde <user42@zip.com.au>
1733
1734 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1735 click count.
1736
650276d5
JB
17372008-01-21 Juanma Barranquero <lekktu@gmail.com>
1738
1739 * entering.texi (Exiting): Fix typo.
1740 Reported by D. E. Evans <sinuhe@gnu.org>.
1741
8dc17977
MR
17422007-12-31 Martin Rudalics <rudalics@gmx.at>
1743
1744 * glossary.texi (Glossary): Fix typo.
1745
9f9695a6
RS
17462007-12-27 Richard Stallman <rms@gnu.org>
1747
1748 * text.texi (Formatted Text): Improve menu tag.
1749 (Editing Format Info): In Info, add duplicate menu of nodes
1750 about the submenus.
1751 (Format Faces): Say where Faces menu is found. Mention Other.
1752 (Format Colors): Say where these submenus are found.
1753 (Format Indentation, Format Justification): Likewise.
1754 (Format Properties): Likewise.
1755
abfd0191
RS
17562007-12-22 Richard Stallman <rms@gnu.org>
1757
1758 * search.texi (Query Replace): Make exp of query-replace more
1759 self-contained, and clarify.
8dc17977 1760
abfd0191
RS
1761 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1762
a2586785
RS
17632007-12-15 Richard Stallman <rms@gnu.org>
1764
1765 * files.texi (Auto Save): Clarify definition of auto-saving.
1766
a67cf2bb
RS
17672007-11-26 Richard Stallman <rms@gnu.org>
1768
1769 * help.texi (Help Echo): Cleanups.
1770
448b33b1
TTN
17712007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1772
1773 * files.texi (Why Version Control?): Fix typo.
1774 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1775 (Selecting a Fileset): Fix typos; small rewording.
1776 (Log Buffer): Likewise.
1777 (Old Revisions): Likewise.
448b33b1 1778
221bb7f6
EZ
17792007-11-17 Eli Zaretskii <eliz@gnu.org>
1780
1781 * mule.texi (Communication Coding): Fix wording of last change.
1782
d0207bf3 17832007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1784
630cb3b7
JB
1785 * custom.texi (Specifying File Variables):
1786 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1787
53b7759e
KH
17882007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1789
a5ab2e0c 1790 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1791
1792 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1793
c8763fb6 17942007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1795
630cb3b7 1796 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1797 --output=file.
1798
ff98e024
MR
17992007-11-13 Martin Rudalics <rudalics@gmx.at>
1800
1801 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1802 (Help Echo): Avoid mentioning the term "region" here and
1803 consistently use the term "active text".
1804
37b11c22
GM
18052007-11-11 Glenn Morris <rgm@gnu.org>
1806
1807 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1808
21d50ba1
JL
18092007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1810
1811 * search.texi (Query Replace): Mention
1812 `query-replace-show-replacement'.
1813
c12ecb0a 18142007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1815
1816 * building.texi (Watch Expressions): Remove obscure sentence.
1817
3b4201f4
KH
18182007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1819
1820 * mule.texi (Select Input Method): Describe how to activate an input
1821 method in the text mode.
1822
07e5c0b0
DN
18232007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1826
52dd7391
NR
18272007-10-30 Nick Roberts <nickrob@snap.net.nz>
1828
1829 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1830
c004e539
GM
18312007-10-30 Glenn Morris <rgm@gnu.org>
1832
1833 * misc.texi (Directory Tracking): Explain a bit more about
1834 dirtrack-mode.
1835
ca8c5b8c
GM
18362007-10-25 Glenn Morris <rgm@gnu.org>
1837
1838 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1839
b6c764ef
RS
18402007-10-24 Richard Stallman <rms@gnu.org>
1841
1842 * misc.texi (Interactive Shell): Cleanup last change.
1843
eabd84c9
JL
18442007-10-22 Juri Linkov <juri@jurta.org>
1845
1846 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1847 default values.
1848
0b43c7e2
ER
18492007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1850
ca8c5b8c 1851 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1852 'filesets'.
1853
a80859d4
MR
18542007-10-18 Martin Rudalics <rudalics@gmx.at>
1855
1856 * trouble.texi (Quitting): Fix typo.
1857
c9447ae1
GM
18582007-10-18 Glenn Morris <rgm@gnu.org>
1859
1860 * frames.texi (Mode Line Mouse): Mention minor mode names.
1861
168b980f
JL
18622007-10-17 Juri Linkov <juri@jurta.org>
1863
1864 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1865 fill-paragraph operates on the active region in Transient Mark mode.
1866 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1867 with fill-paragraph.
1868
1869 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1870 fill-paragraph.
1871
1872 * fixit.texi (Spelling): ispell-word operates on the active region
1873 in Transient Mark mode.
1874
5a331f34
JB
18752007-10-17 Aaron S. Hawley <aaronh@garden.org>
1876
1877 * building.texi (Source Buffers):
1878 * custom.texi (Init Non-ASCII):
1879 * glossary.texi (Glossary): Use "key binding" consistently.
1880
2a9f4d55
JB
18812007-10-17 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * calendar.texi (Diary): Fix directive.
1884
de13cecf
RS
18852007-10-16 Richard Stallman <rms@gnu.org>
1886
1887 * calendar.texi (Diary): Clarify text about diary file example.
1888
5f90d53e
ER
18892007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1890
1891 * files.texi: Capitalize node names according to convention.
1892
3aa491bc
GM
18932007-10-13 Glenn Morris <rgm@gnu.org>
1894
1895 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1896
8a3106d3
ER
18972007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1898
1899 * emacs.texi:
1900 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1901 suggested by RMS and Robert J. Chassell.
8a3106d3 1902
da1080a2
ER
19032007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1904
3aa491bc 1905 * files.texi (Version Systems):
0870a421
ER
1906 * vc-xtra.texi:
1907 * vc1-xtra.texi:
ac3f4c6f 1908 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1909 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1910 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1911 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1912
58ade22b
ER
19132007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1914
da1080a2 1915 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1916 Reorder the descriptions to be chronological.
1917
93870ce2
RS
19182007-10-09 Richard Stallman <rms@gnu.org>
1919
1920 * display.texi (Cursor Display): Correct how cursor appears
1921 in nonselected windows.
1922
568c7288
NR
19232007-10-04 Nick Roberts <nickrob@snap.net.nz>
1924
1925 * building.texi (GDB Graphical Interface): Remove references to gdba
1926 and mention gud-gdb.
1927
1af74d06 19282007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1929
1af74d06 1930 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1931
0d8fb755
JL
19322007-10-06 Juri Linkov <juri@jurta.org>
1933
1934 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1935 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1936 fill-paragraph-or-region.
1937
1938 * basic.texi (Arguments): Replace fill-paragraph with
1939 fill-paragraph-or-region.
1940
b981e2c6
ER
19412007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1942
1943 * files.texi: Update the section on version control for 2007
2a9f4d55 1944 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1945 will come later.
1946
5fceaf9c
GM
19472007-09-15 Glenn Morris <rgm@gnu.org>
1948
1949 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1950 to `list-holidays'.
1951
b0e44b17
GM
19522007-09-14 Glenn Morris <rgm@gnu.org>
1953
1954 * calendar.texi: Update all instances of mark-calendar-holidays,
1955 list-calendar-holidays, list-holidays with the new names.
1956
8cf51b2c
GM
19572007-09-06 Glenn Morris <rgm@gnu.org>
1958
46a367db 1959 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
1960 Split into the Emacs manual in emacs/, and other manuals in misc/.
1961 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1962 manual.
1963 (infodir): New variable.
1964 (info): Use $infodir.
1965 (emacsman): Delete target, not needed any more.
1966 Move all targets that are not the Emacs manual to misc/Makefile.in.
1967 (mostlyclean): Remove `gnustmp'.
1968 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1969 manual.
92f9b43f 1970 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1971 (emacsman): Delete target, not needed any more.
1972 (clean): Remove all info files but Emacs manual.
1973 Move all targets that are not the Emacs manual to misc/Makefile.in.
1974 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1975
1976 * Makefile.in (INFOSOURCES): Delete.
1977 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1978 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1979 *.vrs *.toc here...
1980 (maintainer-clean): ...from here.
1981
19822007-09-05 Glenn Morris <rgm@gnu.org>
1983
1984 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1985
8cf51b2c
GM
19862007-08-29 Glenn Morris <rgm@gnu.org>
1987
1988 * emacs.texi (EMACSVER): Increase to 23.0.50.
1989
3420c522
RS
19902007-08-27 Richard Stallman <rms@gnu.org>
1991
1992 * emacs.texi (Top): Clarify menu item for Glossary.
1993
1994 * display.texi (Faces): Change secn title.
1995 Clarify not all fonts come from Font Lock.
1996
8cf51b2c
GM
19972007-08-17 Eli Zaretskii <eliz@gnu.org>
1998
1999 * basic.texi (Position Info): Add index entry for face at point.
2000 Mention that character faces are also displayed by "C-u C-x =".
2001
8cf51b2c
GM
20022007-08-08 Glenn Morris <rgm@gnu.org>
2003
2004 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
2005
20062007-08-07 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * files.texi (File Conveniences): Document point motion keys in Image
2009 mode.
2010
8cf51b2c
GM
20112007-07-27 Glenn Morris <rgm@gnu.org>
2012
8cf51b2c
GM
2013 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2014 in-line.
2015
2016 * gpl.texi: New file with text of GPL.
2017 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2018
20192007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2020
2021 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2022
2023 * dired.texi (Wdired): Mention C-x C-q key binding.
2024
20252007-07-28 Nick Roberts <nickrob@snap.net.nz>
2026
2027 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2028
20292007-07-25 Glenn Morris <rgm@gnu.org>
2030
8cf51b2c
GM
2031 * emacs.texi (Copying): Replace license with GPLv3.
2032
2033 * Relicense all FSF files to GPLv3 or later.
2034
20352007-07-24 Glenn Morris <rgm@gnu.org>
2036
2037 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2038 for some calendars.
2039
20402007-07-23 Nick Roberts <nickrob@snap.net.nz>
2041
2042 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2043 default-directory for the current buffer is on a remote machine.
2044
8cf51b2c
GM
20452007-07-21 Eli Zaretskii <eliz@gnu.org>
2046
2047 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2048 default value.
2049
20502007-07-21 Richard Stallman <rms@gnu.org>
2051
2052 * files.texi (Why Version Control?): Improve previous change.
2053
20542007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2055
2056 * files.texi (Why Version Control?): New node.
2057
8cf51b2c
GM
20582007-07-12 Nick Roberts <nickrob@snap.net.nz>
2059
8cf51b2c
GM
2060 * building.texi (Starting GUD): Add xref to this anchor.
2061
8cf51b2c
GM
20622007-06-24 Karl Berry <karl@gnu.org>
2063
2a9f4d55 2064 * emacs.texi: New Back-Cover Text.
8cf51b2c 2065
8cf51b2c
GM
20662007-06-07 Alan Mackenzie <acm@muc.de>
2067
2068 * display.texi (Optional Mode Line): Document the new form of
2069 line+column numbers, "(561,2)".
2070
20712007-06-06 Juanma Barranquero <lekktu@gmail.com>
2072
49823426 2073 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
2074
20752007-06-02 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * Version 22.1 released.
2078
8cf51b2c
GM
20792007-05-07 Karl Berry <karl@gnu.org>
2080
2081 * emacs.texi (EMACSVER): Back to 22.
2082
20832007-05-06 Richard Stallman <rms@gnu.org>
2084
2085 * maintaining.texi (Create Tags Table): Clean up previous change.
2086
c8763fb6 20872007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2088
2089 * maintaining.texi (Create Tags Table): Add text about the dangers of
2090 making symbolic links to tags files.
2091
20922007-05-04 Karl Berry <karl@gnu.org>
2093
2094 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2095
20962007-05-03 Karl Berry <karl@gnu.org>
2097
2098 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2099
2100 * .cvsignore (*.pdf): New entry.
2101
8cf51b2c
GM
2102 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2103 for printing.
2104
21052007-05-01 Richard Stallman <rms@gnu.org>
2106
2107 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2108
8cf51b2c
GM
21092007-04-28 Glenn Morris <rgm@gnu.org>
2110
2111 * ack.texi (Acknowledgments):
2112 * anti.texi (Antinews):
8cf51b2c
GM
2113 * programs.texi (Program Modes): Restore mention of python.el pending
2114 consideration of legal status.
2115
21162007-04-28 Richard Stallman <rms@gnu.org>
2117
2118 * files.texi (File Names): Fixes to ~ description on MS systems.
2119
8cf51b2c
GM
21202007-04-26 Glenn Morris <rgm@gnu.org>
2121
2122 * emacs.texi (EMACSVER): Increase to 22.1.50.
2123
21242007-04-25 Karl Berry <karl@gnu.org>
2125
2126 * emacs.texi: Improve line breaks on copyright page,
2127 similar layout to lispref, 8.5x11 by default.
2128
2129 * dired.texi (Image-Dired): Improve line break, fix typo.
2130
21312007-04-24 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * programs.texi (Program Modes):
8cf51b2c
GM
2134 * anti.texi (Antinews):
2135 * ack.texi (Acknowledgments): python.el removed.
2136
8cf51b2c
GM
21372007-04-23 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * display.texi (Highlight Interactively): Correct description of
2140 hi-lock-file-patterns-policy.
2141
2142 * files.texi (File Archives): Mention self-extracting executables.
2143
21442007-04-23 Eli Zaretskii <eliz@gnu.org>
2145
2146 * search.texi (Unconditional Replace, Query Replace): Add xref to
2147 "Replacement and Case".
2148
21492007-04-22 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * dired.texi (Image-Dired): Move from Thumbnails node.
2152 * misc.texi (Thumbnails): Node deleted.
2153 * emacs.texi (Top): Update node listing.
2154
2155 * files.texi (File Conveniences):
49823426 2156 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2157
21582007-04-21 Richard Stallman <rms@gnu.org>
2159
2160 * display.texi (Highlight Interactively): Correct previous change.
2161 Clarify doc of hi-lock-find-patterns, and move new features into it.
2162
21632007-04-20 David Koppelman <koppel@ece.lsu.edu>
2164
2165 * display.texi (Highlight Interactively): Document
2166 hi-lock-file-patterns-policy.
2167
21682007-04-20 Martin Rudalics <rudalics@gmx.at>
2169
2170 * display.texi (Scrolling): Fix typo.
2171
8cf51b2c
GM
21722007-04-15 Chong Yidong <cyd@stupidchicken.com>
2173
8cf51b2c
GM
2174 * doclicense.texi: Remove node heading, so that it can be included by
2175 other files.
2176
2177 * emacs.texi: Insert node heading for GFDL.
2178
8cf51b2c
GM
21792007-04-14 Eli Zaretskii <eliz@gnu.org>
2180
2181 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2182 "command line".
2183
2184 * display.texi (Faces): Refer to "Creating Frames" for face
2185 and other frame customizations in .emacs.
2186
2187 * frames.texi (Creating Frames): Mention that face customizations can
2188 be put in .emacs. Add index entries.
2189
21902007-04-12 Richard Stallman <rms@gnu.org>
2191
2192 * glossary.texi (Glossary): Explain `iff'.
2193
21942007-04-11 Karl Berry <karl@gnu.org>
2195
2196 * gnu.texi (Top),
2197 * macos.texi (Mac Font Specs),
2198 * anti.texi (Antinews),
2199 * xresources.texi (Resources),
2200 * misc.texi (Emulation),
2201 * calendar.texi (Daylight Saving),
2202 * dired.texi (Dired and Find),
2203 * rmail.texi (Remote Mailboxes),
2204 * sending.texi (Mail Headers),
2205 * programs.texi (Which Function),
2206 * files.texi (Recover),
2207 * buffers.texi (Uniquify),
2208 * frames.texi (Wheeled Mice),
2209 * killing.texi (Rectangles): Wording to improve breaks in
2210 8.5x11 format.
2211 * mule.texi (Language Environments): \hbadness=10000 since there's
2212 no way to reword.
2213 * emacs.texi (smallbook): New @set to more easily switch between
2214 smallbook and 8.5x11.
2215
22162007-04-11 Richard Stallman <rms@gnu.org>
2217
2218 * files.texi (File Conveniences): Add xref to Tumme.
2219 Delete text about Thumbnail mode.
2220
8cf51b2c
GM
22212007-04-09 Alan Mackenzie <acm@muc.de>
2222
2223 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2224 new name. Insert concept index entries.
2225
8cf51b2c
GM
22262007-04-08 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * display.texi (Standard Faces): Document prefix arg for
2229 list-faces-display.
2230
2231 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2232
8cf51b2c
GM
22332007-04-07 Chong Yidong <cyd@stupidchicken.com>
2234
8cf51b2c
GM
2235 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2236
2237 * files.texi (Misc File Ops): Rewrite description of
2238 insert-file-literally.
2239
8cf51b2c
GM
22402007-03-31 Eli Zaretskii <eliz@gnu.org>
2241
2242 * misc.texi (Printing): Postscript -> PostScript.
2243
8cf51b2c
GM
2244 * ack.texi (Acknowledgments): Postscript -> PostScript.
2245
2246 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2247
2248 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2249 below.
2250
22512007-03-30 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2254 Init Non-ASCII.
2255 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2256 (Init Non-ASCII): New node.
2257
22582007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2259
2260 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2261
8cf51b2c
GM
22622007-03-12 Glenn Morris <rgm@gnu.org>
2263
8cf51b2c
GM
2264 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2265 "Daylight Savings".
2266
49823426 2267 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2268 saving" in text throughout.
2269
8cf51b2c
GM
22702007-03-04 Richard Stallman <rms@gnu.org>
2271
2272 * custom.texi (Safe File Variables): Minor correction.
2273
8cf51b2c
GM
22742007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2275
2276 * rmail.texi (Movemail): Add internal ref.
2277 Don't indent the intro for the PROTO table.
2278 Format PROTO table items with @code.
2279
8cf51b2c
GM
22802007-02-26 Nick Roberts <nickrob@snap.net.nz>
2281
2282 * building.texi: Remove references to bashdb.
2283
8cf51b2c
GM
22842007-02-19 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * mule.texi (Language Environments): Update list of supported language
2287 environments.
2288
8cf51b2c
GM
22892007-02-14 Kim F. Storm <storm@cua.dk>
2290
2291 * building.texi (Grep Searching): Fix lgrep doc.
2292
22932007-02-12 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * back.texi: Remove unused file.
2296
c8763fb6 22972007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2298
2299 * maintaining.texi (Tag Syntax): Now --members is the default for
2300 etags, not for ctags yet.
2301
8cf51b2c
GM
23022007-02-03 Eli Zaretskii <eliz@gnu.org>
2303
2304 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2305 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2306 expects. Add comments to prevent people from inadvertently modifying
2307 the key parts needed by `texinfo-multiple-files-update'.
2308
23092007-01-29 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * frames.texi (Secondary Selection): Window clicked does not matter
2312 when mouse-yank-at-point is non-nil.
2313
8cf51b2c
GM
23142007-01-16 Glenn Morris <rgm@gnu.org>
2315
2316 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2317 system abbrev.
2318
23192007-01-11 Richard Stallman <rms@gnu.org>
2320
2321 * msdog.texi (Windows Keyboard): Another small cleanup.
2322
23232007-01-10 Richard Stallman <rms@gnu.org>
2324
2325 * msdog.texi (Windows Keyboard): Yet another try to make
2326 everyone happy with that passage.
2327
23282007-01-05 Richard Stallman <rms@gnu.org>
2329
2330 * anti.texi (Antinews): Mention M-x shell scrolling.
2331
23322007-01-05 Nick Roberts <nickrob@snap.net.nz>
2333
2334 * building.texi (Watch Expressions): Describe gdb-max-children.
2335
8cf51b2c
GM
23362007-01-04 Richard Stallman <rms@gnu.org>
2337
8cf51b2c
GM
2338 * msdog.texi (Windows Keyboard): Clarify previous change.
2339
8cf51b2c
GM
23402007-01-02 Richard Stallman <rms@gnu.org>
2341
2342 * custom.texi (Changing a Variable): Minor clarification.
2343 (Specific Customization): customize-customized => customize-unsaved.
2344
2345 * entering.texi (Entering Emacs): Clean up text about restarting
2346 Emacs for each file.
2347
2348 * misc.texi (Shell Options): Minor cleanup.
2349
2350 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2351 with Emacs, not vice versa.
2352
2353 * programs.texi (Symbol Completion): Recommend customizing
2354 window manager.
2355
2356 * xresources.texi (Resources): Minor fix.
2357
c8763fb6 23582007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2359
2360 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2361
23622007-01-01 Richard Stallman <rms@gnu.org>
2363
2364 * commands.texi (User Input): Document keys stolen by window mangers.
2365
23662006-12-31 Richard Stallman <rms@gnu.org>
2367
2368 * custom.texi (Specific Customization): Document customize-option
2369 instead of customize-variable.
2370
23712006-12-31 Kim F. Storm <storm@cua.dk>
2372
2373 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2374
23752006-12-30 Kim F. Storm <storm@cua.dk>
2376
2377 * killing.texi (CUA Bindings): Fix typo.
2378
2379 * xresources.texi (Table of Resources): Mention grow-only value for
2380 auto-resize-tool-bars.
2381
8cf51b2c
GM
23822006-12-27 Eli Zaretskii <eliz@gnu.org>
2383
2384 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2385 and how to get them back.
2386
23872006-12-26 Richard Stallman <rms@gnu.org>
2388
2389 * calendar.texi (Holidays): Holiday listing is based on current
2390 practice, but DST is not.
2391
23922006-12-25 Richard Stallman <rms@gnu.org>
2393
2394 * emacs.texi (Top): Update subnode menus.
2395
2396 * mark.texi (Transient Mark): Fix xref.
2397
2398 * killing.texi (Graphical Kill): Node deleted.
2399 (Killing): Add xref to Cut and Paste.
2400 (CUA Bindings): Update xref.
2401
2402 * frames.texi (Cut and Paste): New section to hold other nodes.
2403 (Mouse Commands): Node demoted.
2404 (Cut/Paste Other App): Split out from Mouse Commands.
2405 (Word and Line Mouse): Likewise.
2406 (Secondary Selection, Clipboard): Nodes demoted.
2407
8cf51b2c
GM
24082006-12-24 Kevin Ryde <user42@zip.com.au>
2409
2410 * calendar.texi (Holidays): US daylight saving begins second Sunday
2411 in March for 2007 onwards.
2412 (Daylight Savings): Show new US default daylight saving rules, 2nd
2413 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2414
24152006-12-23 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * calendar.texi (Scroll Calendar): < and > are switched.
2418
24192006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2420
2421 * killing.texi (Deletion): Describe M-\ prefix argument.
2422
24232006-12-23 Richard Stallman <rms@gnu.org>
2424
2425 * search.texi (Regexp Search): Explain why forward and reverse regexp
2426 search are not mirror images.
2427
8cf51b2c
GM
24282006-12-19 Kim F. Storm <storm@cua.dk>
2429
2430 * major.texi (Choosing Modes): Describe match-function elements for
2431 magic-mode-alist.
2432
8cf51b2c
GM
24332006-12-18 Eli Zaretskii <eliz@gnu.org>
2434
2435 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2436 peculiarities.
2437
24382006-12-18 Richard Stallman <rms@gnu.org>
2439
2440 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2441
8cf51b2c
GM
24422006-12-17 Alan Mackenzie <acm@muc.de>
2443
2444 * programs.texi (Left Margin Paren): Remove the bit which says
2445 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2446 Discuss some of the issues of setting this option to nil.
2447
24482006-12-17 Glenn Morris <rgm@gnu.org>
2449
2450 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2451
24522006-12-16 Eli Zaretskii <eliz@gnu.org>
2453
2454 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2455 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2456 NTFS volumes.
2457 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2458 volumes.
2459
24602006-12-15 Eli Zaretskii <eliz@gnu.org>
2461
2462 * text.texi (HTML Mode): Fix "C-c TAB".
2463
8cf51b2c
GM
24642006-12-09 Richard Stallman <rms@gnu.org>
2465
2466 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2467
24682006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2469
2470 * files.texi (Misc File Ops): Document insert-file-literally.
2471
24722006-12-08 Eli Zaretskii <eliz@gnu.org>
2473
2474 * cmdargs.texi (Colors): Note that --color is intended for overriding
2475 the terminal defaults, not for normal invocation.
2476
2477 * misc.texi (Emacs Server): Improve wording. Don't mention the
2478 ``server program''. Add a cross-reference to "Init File" node.
2479 (Invoking emacsclient): Add index entries. Document both short and
2480 long versions of command-line options. Document the -f option.
2481
8cf51b2c
GM
24822006-12-06 Richard Stallman <rms@gnu.org>
2483
2484 * text.texi (Outline Format): Say to set outline-regexp
2485 and outline-level with major modes and file local variables.
2486
c8763fb6 24872006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2488
2489 * anti.texi (Antinews): Mention the alternative to
2490 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2491
8cf51b2c
GM
2492 * misc.texi (Interactive Shell): Ditto.
2493
24942006-12-04 Eli Zaretskii <eliz@gnu.org>
2495
2496 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2497
2498 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2499
25002006-12-01 Eli Zaretskii <eliz@gnu.org>
2501
2502 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2503 colon in the mode line.
2504
2505 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2506
25072006-11-26 Nick Roberts <nickrob@snap.net.nz>
2508
2509 * building.texi (Watch Expressions): Mention SPC for expanding/
2510 contracting watch expressions.
2511
25122006-11-26 Kim F. Storm <storm@cua.dk>
2513
2514 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2515
25162006-11-26 Nick Roberts <nickrob@snap.net.nz>
2517
2518 * building.texi (Debugger Operation): Define text command mode.
2519 Clarify how tooltips work.
2520 (GDB Graphical Interface): Explain how to run in text command mode
2521 more clearly.
2522
25232006-11-25 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2526
25272006-11-22 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2530
8cf51b2c
GM
25312006-11-18 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2534 and EMACS is deprecated.
2535
25362006-11-18 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2539
c8763fb6 25402006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2541
2542 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2543
2544 * emacs.texi: Include xresources.texi both for info and dvi.
2545
2546 * xresources.texi: Merge text from xresmini.texi.
2547
c8763fb6 25482006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2549
2550 * glossary.texi: Fix typos.
2551
8cf51b2c
GM
25522006-11-06 Richard Stallman <rms@gnu.org>
2553
2554 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2555
2556 * ack.texi (Acknowledgments): Fix name spelling.
2557
25582006-11-01 Juri Linkov <juri@jurta.org>
2559
2560 * search.texi (Word Search): Document incremental word search.
2561
25622006-10-28 Glenn Morris <rgm@gnu.org>
2563
2564 * ack.texi (Acknowledgments): Add cal-html author.
2565
2566 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2567 Calendar"). Describe new package cal-html.
2568 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2569 Calendar Files."
2570
8cf51b2c
GM
25712006-10-23 Richard Stallman <rms@gnu.org>
2572
2573 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2574 Abbrev mode is enabled.
2575
8cf51b2c
GM
25762006-10-16 Richard Stallman <rms@gnu.org>
2577
8cf51b2c
GM
2578 * emacs.texi: Update ISBN.
2579
8cf51b2c
GM
25802006-10-11 Kim F. Storm <storm@cua.dk>
2581
2582 * emacs.texi (Acknowledgments): Use @dotless{i}.
2583
25842006-10-08 Nick Roberts <nickrob@snap.net.nz>
2585
2586 * building.texi (Breakpoints Buffer): Mention catchpoints.
2587
25882006-10-08 Kim F. Storm <storm@cua.dk>
2589
2590 * ack.texi (Acknowledgments): Update.
2591
2592 * emacs.texi (Acknowledgments): Fix bad @/ form.
2593
8cf51b2c
GM
25942006-10-05 Kim F. Storm <storm@cua.dk>
2595
2596 * emacs.texi (Acknowledgments): Add more contributors.
2597
25982006-10-03 Richard Stallman <rms@gnu.org>
2599
2600 * emacs.texi (Acknowledgments): Update version and edition.
2601
8cf51b2c
GM
26022006-10-01 Karl Berry <karl@gnu.org>
2603
2604 * custom.texi (Customization Groups): Page break to keep example buffer
2605 on one page.
2606
26072006-09-30 Karl Berry <karl@gnu.org>
2608
2609 * programs.texi (Basic Indent): @need to improve page break.
2610 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2611
26122006-09-29 Glenn Morris <rgm@gnu.org>
2613
2614 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2615
26162006-09-29 Karl Berry <karl@gnu.org>
2617
2618 * windows.texi (Basic Window): Remove forced @break, no longer
2619 desirable.
2620 * frames.texi (Frame Commands),
2621 * mark.texi (Marking Objects): Reword to avoid bad page break.
2622 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2623
26242006-09-19 Richard Stallman <rms@gnu.org>
2625
2626 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2627 stick to present tense.
2628
c8763fb6 26292006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2630
2631 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2632 to x-gtk-use-old-file-dialog.
2633 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2634
26352006-09-15 Jay Belanger <belanger@truman.edu>
2636
49823426 2637 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2638 Change "Library Public License" to "Lesser Public License"
2639 throughout. Use "yyyy" to represent year.
2640
8cf51b2c
GM
26412006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2642
2643 * files.texi (Visiting): Add index entry "open file".
2644
8cf51b2c
GM
26452006-09-11 Richard Stallman <rms@gnu.org>
2646
2647 * building.texi (Compilation Mode): Clarification.
2648 (Grep Searching): Add xref to Compilation Mode.
2649
8cf51b2c
GM
26502006-09-08 Richard Stallman <rms@gnu.org>
2651
2652 * search.texi (Search): Ref multi-file search commands here.
2653 (Other Repeating Search): Not here.
2654
8cf51b2c
GM
26552006-08-28 Richard Stallman <rms@gnu.org>
2656
2657 * windows.texi (Split Window): Update xref.
2658
2659 * basic.texi (Continuation Lines): Update xref.
2660
2661 * indent.texi (Tab Stops): Update xref.
2662
2663 * emacs.texi (Top): Update subnode menu.
2664
2665 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2666 split out of Display Custom.
2667
26682006-08-25 Kim F. Storm <storm@cua.dk>
2669
2670 * display.texi (Display Custom): Add variables overline-margin
2671 and x-underline-at-descent-line.
2672
26732006-08-25 Richard Stallman <rms@gnu.org>
2674
2675 * entering.texi (Exiting): Rewrite to give graphical displays
2676 priority over text terminals.
2677
2678 * search.texi (Incremental Search): Move index entries.
2679
26802006-08-23 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * custom.texi (Init File): Reference Find Init to avoid "home
2683 directory" confusion.
2684
26852006-08-22 Nick Roberts <nickrob@snap.net.nz>
2686
2687 * building.texi (Other GDB-UI Buffers): Describe how to edit
2688 a value in the locals buffer.
2689
26902006-08-21 Richard Stallman <rms@gnu.org>
2691
2692 * search.texi (Basic Isearch): Add `isearch' index entry.
2693
26942006-08-16 Richard Stallman <rms@gnu.org>
2695
2696 * misc.texi (Saving Emacs Sessions): Clean up wording.
2697
2698 * mark.texi (Marking Objects): Mention term "select all".
2699
2700 * emacs.texi (Top): Update subnode menu.
2701
2702 * help.texi (Help Mode): Move node up in file.
2703
8cf51b2c
GM
27042006-08-15 Nick Roberts <nickrob@snap.net.nz>
2705
2706 * building.texi (Stack Buffer): Explain fringe arrow.
2707
8cf51b2c
GM
27082006-08-12 Eli Zaretskii <eliz@gnu.org>
2709
8cf51b2c
GM
2710 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2711 on startup.
2712
27132006-08-11 Romain Francoise <romain@orebokech.com>
2714
2715 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2716
27172006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2718
2719 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2720
27212006-08-10 Richard Stallman <rms@gnu.org>
2722
2723 * text.texi (Format Faces): Substantial rewrites to deal
2724 with face merging. Empty regions don't count. Clarify
2725 face property inheritance.
2726
27272006-08-08 Romain Francoise <romain@orebokech.com>
2728
2729 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2730 <arjuropo@cc.jyu.fi>.
2731
8cf51b2c
GM
27322006-08-04 Eli Zaretskii <eliz@gnu.org>
2733
2734 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2735 apply to all frames.
2736
8cf51b2c
GM
27372006-08-01 Richard Stallman <rms@gnu.org>
2738
2739 * help.texi (Name Help): Add index entries for describe-variable.
2740
27412006-08-01 Nick Roberts <nickrob@snap.net.nz>
2742
2743 * building.texi (GDB Graphical Interface): Shorten node names.
2744 (GDB-UI Layout): Use GDB-related.
2745 (Other GDB-UI Buffers): Simplify English.
2746
27472006-07-31 Richard Stallman <rms@gnu.org>
2748
2749 * search.texi (Query Replace): Add xref for Dired's Q command.
2750
8cf51b2c
GM
27512006-07-31 Nick Roberts <nickrob@snap.net.nz>
2752
2753 * building.texi (GDB commands in Fringe): Rename to...
2754 (Source Buffers): ..this and move forward. Describe hollow arrow and
2755 new option gdb-find-source-frame.
2756
27572006-07-29 Richard Stallman <rms@gnu.org>
2758
2759 * dired.texi (Operating on Files): Simplify previous change
2760 and fix Texinfo usage.
2761
27622006-07-29 Eli Zaretskii <eliz@gnu.org>
2763
2764 * dired.texi (Operating on Files): Add cross-references. State the
2765 Unix commands that do similar things.
2766
27672006-07-28 Richard Stallman <rms@gnu.org>
2768
2769 * mark.texi (Transient Mark): Clarify that region never disappears
2770 when Transient Mark mode is off, and not when it is on.
2771
27722006-07-27 Richard Stallman <rms@gnu.org>
2773
2774 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2775
27762006-07-24 Richard Stallman <rms@gnu.org>
2777
2778 * xresources.texi (GTK styles): Fix texinfo usage.
2779
8cf51b2c
GM
2780 * commands.texi (User Input): Explain why we teach keyboard cmds.
2781
2782 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2783 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2784 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2785 * doclicense.texi, display.texi, dired.texi, basic.texi:
2786 * anti.texi, ack.texi: Move periods and commas inside quotes.
2787
27882006-07-22 Eli Zaretskii <eliz@gnu.org>
2789
2790 * cmdargs.texi (General Variables): Document EMAIL.
2791
27922006-07-21 Eli Zaretskii <eliz@gnu.org>
2793
2794 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2795 doesn't have effect on MS-Windows.
2796
8cf51b2c
GM
27972006-07-17 Richard Stallman <rms@gnu.org>
2798
2799 * building.texi (Grep Searching): Explain about chaining grep commands.
2800
8cf51b2c
GM
28012006-07-10 Nick Roberts <nickrob@snap.net.nz>
2802
49823426 2803 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2804
28052006-07-09 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2808 is invoked for multiple files.
2809
28102006-07-08 Eli Zaretskii <eliz@gnu.org>
2811
2812 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2813 on-line manual for the rest of this node.
2814 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2815 unconditionally.
2816 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2817 Improve wording.
2818 (Windows Printing): Improve wording.
2819 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2820 rest of this node.
2821
8cf51b2c
GM
28222006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2823
49823426
GM
2824 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2825 with eval-buffer.
8cf51b2c
GM
2826
28272006-07-05 Nick Roberts <nickrob@snap.net.nz>
2828
2829 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2830 of character translation.
2831
28322006-07-04 Nick Roberts <nickrob@snap.net.nz>
2833
2834 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2835
28362006-07-03 Karl Berry <karl@gnu.org>
2837
2838 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2839 not-too-underfull hboxes in the TeX output.
2840 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2841 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2842 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2843 * sending.texi, text.texi: Fix overfull/underfull boxes.
2844
28452006-07-03 Romain Francoise <romain@orebokech.com>
2846
2847 * m-x.texi (M-x): Fix.
2848
28492006-07-03 Richard Stallman <rms@gnu.org>
2850
8cf51b2c
GM
2851 * search.texi (Other Repeating Search): filename -> file name.
2852
2853 * misc.texi (Narrowing): Minor cleanups.
2854
2855 * files.texi (Visiting): filename -> file name.
2856
2857 * emacs.texi (Top): Update subnode menus.
2858
2859 * mule.texi (Coding Systems): Move char translation stuff here.
2860 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2861 (Recognize Coding): Substantial local rewrites.
2862 (International): Update menu.
2863
2864 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2865 (Scrolling): Substantial local rewrites.
2866 (Display): Update menu and intro.
2867
2868 * dired.texi: filename -> file name.
2869
2870 * custom.texi (Safe File Variables): Texinfo usage fix.
2871
f0131492 28722006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2873
2874 * help.texi, m-x.texi: Lots of cleanups.
2875
8cf51b2c
GM
28762006-06-30 Eli Zaretskii <eliz@gnu.org>
2877
2878 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2879 (Windows Processes, Windows Misc): Shorten the printed version by
2880 selectively conditioning less important portions by @ifnottex.
2881
8cf51b2c
GM
28822006-06-27 Richard Stallman <rms@gnu.org>
2883
2884 * mini.texi (Minibuffer File): Minor cleanup.
2885
28862006-06-25 Nick Roberts <nickrob@snap.net.nz>
2887
2888 * frames.texi (XTerm Mouse): Rename to...
2889 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2890
2891 * emacs.texi (Top): Use new node name.
2892
28932006-06-24 Eli Zaretskii <eliz@gnu.org>
2894
2895 * emacs.texi (Top): Update the detailed menu according to changes in
2896 msdog.texi.
2897
2898 * msdog.texi (Windows Keyboard): New section.
2899 (Windows Mouse): New section.
2900 (Windows System Menu): Remove section (text merged with "Windows
2901 Keyboard").
2902 (Windows Misc): New section.
2903
2904 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2905
2906 * msdog.texi (ls in Lisp): New section.
2907
2908 * files.texi (Visiting): Document case-insensitive wildcard matching
2909 under find-file-wildcards.
2910
8cf51b2c
GM
29112006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2912
2913 * macos.texi (Mac Input): Add description of mac-function-modifier.
2914 Now Unicode keyboard layouts work.
2915
8cf51b2c
GM
29162006-06-10 Richard Stallman <rms@gnu.org>
2917
2918 * mule.texi (Recognize Coding): Clarify previous change.
2919
29202006-06-09 Kenichi Handa <handa@m17n.org>
2921
2922 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2923 notation.
2924
29252006-06-07 Kevin Ryde <user42@zip.com.au>
2926
2927 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2928 manual for @ifnottex, but in emacs-extra for @iftex.
2929
2930 * cmdargs.texi (General Variables): Fix smtpmail xref.
2931
29322006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2933
8cf51b2c 2934 * programs.texi (Comment Commands):
8cf51b2c 2935 * custom.texi (Specifying File Variables):
49823426 2936 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2937
29382006-06-07 Nick Roberts <nickrob@snap.net.nz>
2939
2940 * building.texi (Watch Expressions): Move node to end.
2941 (GDB Graphical Interface): Move description of clicks in fringe...
2942 (GDB commands in the Fringe): ...to here. New node.
2943
8cf51b2c
GM
29442006-06-05 Romain Francoise <romain@orebokech.com>
2945
49823426 2946 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2947
29482006-06-05 Nick Roberts <nickrob@snap.net.nz>
2949
2950 * building.texi (GDB Graphical Interface): Update bindings.
2951 (Commands of GUD): Add gud-print. Remove gud-run.
2952 Restate availability more generally.
2953
f0131492 29542006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2955
2956 * mini.texi: Lots of cleanups.
2957
29582006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2959
2960 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2961 and Mouse-2.
2962
c8763fb6 29632006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2964
2965 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2966
8cf51b2c
GM
29672006-05-31 Richard Stallman <rms@gnu.org>
2968
2969 * basic.texi (Moving Point): Fix previous change.
2970
c8763fb6 29712006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2972
2973 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2974
f0131492 29752006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2976
2977 * basic.texi: Many simplifications and improvements in wording.
2978
8cf51b2c
GM
29792006-05-26 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * anti.texi (Antinews): Create a node for gdb-ui.
2982
8cf51b2c
GM
29832006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2984
2985 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2986
29872006-05-20 Richard Stallman <rms@gnu.org>
2988
2989 * dired.texi (Dired Navigation): dired-goto-file is now j.
2990
8cf51b2c
GM
29912006-05-20 Eli Zaretskii <eliz@gnu.org>
2992
2993 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2994 and their aliases.
2995
2996 * msdog.texi (Windows Printing): Mention non-support of plain text
2997 printing with some el-cheapo printers, and suggest a workaround.
2998
29992006-05-20 Kevin Ryde <user42@zip.com.au>
3000
3001 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3002 remove the bit saying you must set it.
3003
30042006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3005
3006 * trouble.texi (Checklist):
3007 * text.texi (Text, Auto Fill, Text Mode):
3008 * search.texi (Nonincremental Search):
3009 * rmail.texi (Rmail Labels):
3010 * mule.texi (Input Methods, Multibyte Conversion):
3011 * misc.texi (Gnus, Where to Look, PostScript):
3012 * maintaining.texi (Create Tags Table):
3013 * indent.texi (Indentation Commands):
3014 * fixit.texi (Spelling):
3015 * emacs.texi (Copying):
3016 * custom.texi (Init File): ifinfo -> ifnottex.
3017
8cf51b2c
GM
30182006-05-17 Richard Stallman <rms@gnu.org>
3019
3020 * files.texi (Diff Mode): Mention C-x `.
3021
30222006-05-08 Richard Stallman <rms@gnu.org>
3023
3024 * custom.texi (Disabling): Textual cleanups.
3025
8cf51b2c
GM
30262006-05-12 Glenn Morris <rgm@gnu.org>
3027
3028 * calendar.texi (Displaying the Diary, Format of Diary File):
3029 Refer to diary-view-entries, diary-list-entries,
3030 diary-show-all-entries rather than obsolete aliases.
3031
30322006-05-12 Eli Zaretskii <eliz@gnu.org>
3033
3034 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3035 (Displaying the Diary, Special Diary Entries, Importing Diary):
3036 * building.texi (Compilation Shell):
3037 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3038 emacs-xtra with @inforef's.
3039
3040 * files.texi (Visiting): Fix wording.
3041
3042 * mule.texi (Coding Systems, Text Coding): More indexing.
3043 Mention that C-x RET f can set eol conversion.
3044
c8763fb6 30452006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3046
3047 * xresmini.texi (GTK resources): Insert GTK description.
3048
3049 * xresources.texi (GTK resources): metafont should be menufont.
3050
8cf51b2c
GM
30512006-05-06 Michael Albinus <michael.albinus@gmx.de>
3052
49823426 3053 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
3054 method, user name and host name is active only in partial
3055 completion mode.
3056
8cf51b2c
GM
30572006-05-06 Eli Zaretskii <eliz@gnu.org>
3058
3059 * makefile.w32-in (emacs.dvi):
3060 * Makefile.in (emacs.dvi): Add xresmini.texi.
3061
3062 * xresmini.texi (Table of Resources): Remove xref to non-existent
3063 node "LessTif Resources".
3064
3065 * msdog.texi (Microsoft Windows):
3066 * calendar.texi (Calendar/Diary, Displaying the Diary)
3067 (Special Diary Entries, Importing Diary, Holidays):
3068 * programs.texi (Program Modes):
3069 * text.texi (Text):
3070 * buffers.texi (Several Buffers):
3071 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3072
30732006-05-06 Eli Zaretskii <eliz@gnu.org>
3074
3075 The following changes merge the emacs-xtra manual into the main
3076 manual, but only for on-line version of the manual.
3077
3078 * vc2-xtra.texi (Version Backups, Local Version Control)
3079 (Making Snapshots, Change Logs and VC, Version Headers)
3080 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3081 on-line manual.
3082
3083 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3084 for on-line manual.
3085
3086 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3087 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3088 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3089 for on-line manual.
3090
3091 * fortran-xtra.texi (Fortran, Fortran Autofill)
3092 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3093 for on-line manual.
3094
3095 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3096 Conditional xref's for on-line manual.
3097
3098 * emerge-xtra.texi (Emerge, Overview of Emerge)
3099 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3100 manual.
3101
3102 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3103 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3104 (EMACSSOURCES): Use EMACS_XTRA.
3105 (../info/emacs-xtra): Remove.
3106 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3107
3108 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3109 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3110 (EMACSSOURCES): Use EMACS_XTRA.
3111 ($(infodir)/emacs-xtra): Remove.
3112 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3113
3114 * trouble.texi (Quitting):
3115 * text.texi (Text):
3116 * programs.texi (Program Modes):
3117 * msdog.texi (Microsoft Windows):
3118 * frames.texi (Frames):
3119 * files.texi (Backup, Version Control, VC Concepts)
3120 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3121 (Registering, VC Status, VC Undo, Multi-User Branching)
3122 (Comparing Files):
3123 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3124 (Displaying the Diary, Special Diary Entries, Importing Diary):
3125 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3126 conditional xref's, depending on @iftex/@ifnottex.
3127
3128 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3129 "MS-DOS". @include msdog-xtra.texi.
3130
3131 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3132 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3133
3134 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3135 for vc-xtra.texi subsections.
3136 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3137 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3138
3139 * sending.texi (Sending Mail): A @node line without explicit Prev,
3140 Next, and Up links.
3141
3142 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3143 Next, and Up links.
3144
3145 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3146 and its sections. @include picture-xtra.texi.
3147
3148 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3149 "Emerge".
3150 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3151
3152 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3153 exact duplicate of its name-sake in calendar.texi.
3154
3155 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3156 "Advanced Calendar/Diary Usage".
3157 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3158
3159 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3160 dired-xtra.texi.
3161 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3162
3163 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3164 (Files) [ifnottex]: Add menu entry for Autorevert.
3165
3166 * emacs-xtra.texi (Introduction): Reword to make consistent with
3167 printed version only.
3168 <Top level>: Remove the body of all chapters and move them to the
3169 new *-xtra.texi files. Use @raisesections and @lowersections to
3170 convert sections to chapters etc.
3171
3172 * msdog-xtra.texi:
3173 * fortran-xtra.texi:
3174 * vc-xtra.texi:
3175 * vc1-xtra.texi:
3176 * vc2-xtra.texi:
3177 * emerge-xtra.texi:
3178 * cal-xtra.texi:
3179 * dired-xtra.texi:
3180 * arevert-xtra.texi: New files, with text from respective chapters
3181 of emacs-xtra.texi. Convert each @chapter into @section, @section
3182 into @subsection, etc.
3183
3184 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3185 updated.
3186
3187 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3188 Windows". All references updated.
3189
31902006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3191
3192 * macos.texi (Mac Input): Mention input from Character Palette.
3193 (Mac Font Specs): Fix typo.
3194
31952006-05-05 Richard Stallman <rms@gnu.org>
3196
3197 * files.texi (Diff Mode): Minor cleanup.
3198
31992006-05-05 Karl Berry <karl@gnu.org>
3200
8cf51b2c
GM
3201 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3202 errors from the current release of makeinfo (4.8).
3203 * help.texi (Library Keywords): Change widest word in multitable
3204 template from `emulations' to `convenience'. (Not sure if this is
3205 related to the font change.)
3206
32072006-05-05 Eli Zaretskii <eliz@gnu.org>
3208
3209 * files.texi (File Names): Add a footnote about limited support of
3210 ~USER on MS-Windows.
3211
3212 * cmdargs.texi (Initial Options): Add a footnote about limited
3213 support of ~USER on MS-Windows.
3214
32152006-05-03 Richard Stallman <rms@gnu.org>
3216
3217 * files.texi (Diff Mode): Node moved here.
3218 (Comparing Files): Delete what duplicates new node.
3219 (Files): Put Diff Mode in menu.
3220
3221 * misc.texi (Diff Mode): Moved to files.texi.
3222
3223 * emacs.texi (Top): Update menu for Diff Mode.
3224
3225 * trouble.texi (Emergency Escape): Simplify.
3226
3227 * emacs.texi (Top): Minor clarification.
3228
32292006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3230
3231 * commands.texi, entering.texi, screen.texi: Many simplifications.
3232
32332006-05-03 Richard Stallman <rms@gnu.org>
3234
3235 * commands.texi (Text Characters): Delete paragraph about unibyte
3236 non-ASCII printing chars.
3237
3238 * killing.texi (Killing): Say "graphical displays".
3239 * display.texi: Say "graphical displays".
3240
3241 * cmdargs.texi (Misc X): Say "graphical displays".
3242
32432006-05-01 Richard Stallman <rms@gnu.org>
3244
3245 * emacs.texi (Top): Add Diff Mode to menu.
3246
32472006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3248
3249 * misc.texi (Diff Mode): New node.
3250
32512006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3252
3253 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3254 (Mac Environment Variables): Shorten example line.
3255 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3256
32572006-05-01 Nick Roberts <nickrob@snap.net.nz>
3258
3259 * building.texi (GUD Customization): Describe cases %d and %c.
3260 Update description for %e.
3261
32622006-04-30 Glenn Morris <rgm@gnu.org>
3263
3264 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3265
32662006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * custom.texi (Examining): Update C-h v output example.
3269
32702006-04-29 Kim F. Storm <storm@cua.dk>
3271
3272 * building.texi (Grep Searching): Add lgrep and rgrep.
3273
8cf51b2c
GM
32742006-04-23 Richard Stallman <rms@gnu.org>
3275
3276 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3277
3278 * xresmini.texi: New file.
3279
3280 * xresources.texi (Face Resources): Split table into font resources
3281 and the rest. Combine similar attributes for brevity.
3282
8cf51b2c
GM
32832006-04-21 Eli Zaretskii <eliz@gnu.org>
3284
3285 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3286 backslashes and case-insensitivity in file names (moved to the
3287 main manual).
3288 (MS-DOS Printing): Move most of the text to the main manual.
3289
3290 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3291 New nodes.
3292 (Windows Processes, Windows System Menu): Add index entries and
3293 fix wording.
3294
8cf51b2c
GM
32952006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3296
3297 * misc.texi (Shell Ring): Add notes on saved input when
3298 navigating off the end of the history list.
3299
33002006-04-18 Chong Yidong <cyd@mit.edu>
3301
3302 * misc.texi (Shell Options): Correct default value of
3303 comint-scroll-show-maximum-output.
3304
8cf51b2c
GM
33052006-04-18 Nick Roberts <nickrob@snap.net.nz>
3306
3307 * building.texi (Watch Expressions): Update.
3308
8cf51b2c
GM
33092006-04-12 Richard Stallman <rms@gnu.org>
3310
3311 * search.texi: Clean up previous change.
3312
33132006-04-12 Eli Zaretskii <eliz@gnu.org>
3314
3315 * search.texi (Regexp Backslash, Regexp Replace): Add index
3316 entries for ``back reference'' and mention the term itself in the
3317 text.
3318
33192006-04-11 Richard Stallman <rms@gnu.org>
3320
3321 * custom.texi (Safe File Variables):
3322 Document enable-local-variables = :safe.
3323
33242006-04-11 Karl Berry <karl@gnu.org>
3325
3326 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3327 (Remote Repositories, Version Backups, Local Version Control)
3328 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3329 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3330 (Renaming VC Work Files and Master Files)
3331 (Inserting Version Control Headers, Customizing VC, General Options)
3332 (Options for RCS and SCCS, Options specific for CVS): Move all
3333 these nodes to emacs-xtra.texi, for brevity.
3334 * cmdargs.texi, files.texi: Change cross-references.
3335
8cf51b2c
GM
33362006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3337
3338 * files.texi (Old Versions): Update description of vc-annotate's
3339 use of color to indicate date ranges.
3340
8cf51b2c
GM
33412006-04-09 Kevin Ryde <user42@zip.com.au>
3342
8cf51b2c
GM
3343 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3344 put info and printed manual names the right way around.
3345
33462006-04-09 Karl Berry <karl@gnu.org>
3347
3348 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3349 emacs-xtra.texi, leaving only MS Windows information.
3350 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3351 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3352 node names.
3353
3354 * emacs.texi: Move @summarycontents and @contents to the beginning
3355 of the file.
3356
8cf51b2c
GM
33572006-04-08 Kevin Ryde <user42@zip.com.au>
3358
3359 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3360
33612006-04-07 Richard Stallman <rms@gnu.org>
3362
3363 * programs.texi (Comments, Comment Commands, Options for Comments)
3364 (Multi-Line Comments): "Align", not "indent".
3365 (Basic Indent): C-j deletes trailing whitespace before the newline.
3366
33672006-04-06 Richard Stallman <rms@gnu.org>
3368
8cf51b2c
GM
3369 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3370
33712006-04-06 Eli Zaretskii <eliz@gnu.org>
3372
3373 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3374
8cf51b2c
GM
33752006-04-05 Richard Stallman <rms@gnu.org>
3376
3377 * emacs.texi (Top): Update subnode menu.
3378
3379 * trouble.texi (Unasked-for Search): Node deleted.
3380 (Lossage): Delete from menu.
3381
33822006-04-04 Richard Stallman <rms@gnu.org>
3383
3384 * trouble.texi: Various cleanups.
3385 (Checklist): Don't bother saying how to snail a bug report.
3386 (Emergency Escape): Much rewriting.
3387 (After a Crash): Rename the core dump immediately.
3388 (Total Frustration): Call it a psychotherapist.
3389 (Bug Criteria): Avoid "illegal instruction".
3390 (Sending Patches): We always put the contributor's name in.
3391
3392 * misc.texi (Thumbnails): Minor correction.
3393
8cf51b2c
GM
33942006-04-03 Richard Stallman <rms@gnu.org>
3395
3396 * misc.texi (Thumbnails): Minor cleanup.
3397
33982006-04-02 Karl Berry <karl@gnu.org>
3399
3400 * sending.texi (Mail Sending): pxref to Top needs five args.
3401
3402 * texinfo.tex: Update to current version (2006-03-21.13).
3403
8cf51b2c
GM
34042006-03-31 Richard Stallman <rms@gnu.org>
3405
3406 * emacs.texi (Top): Update subnode menu.
3407
3408 * help.texi (Help Mode): Cleanup.
3409
3410 * dired.texi: Many cleanups.
3411 (Dired Deletion): Describe dired-recursive-deletes.
3412 (Operating on Files): dired-create-directory moved.
3413 (Misc Dired Features): Move to here.
3414 (Tumme): Node moved to misc.texi.
3415
3416 * custom.texi: Many cleanups.
3417 (Minor Modes): Don't mention ISO Accents Mode.
3418 (Examining): Update C-h v output example.
3419 (Hooks): Add index and xref for add-hook.
3420 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3421 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3422
3423 * misc.texi: Many cleanups.
3424 (beginning): Add to summary of topics.
3425 (Shell): Put eshell xref at the end. Remove eshell from table.
3426 (Thumbnails): New node.
3427
8cf51b2c
GM
34282006-03-28 Eli Zaretskii <eliz@gnu.org>
3429
3430 * files.texi (File Name Cache): Make it clear that the cache is
3431 not persistent.
3432
8cf51b2c
GM
34332006-03-25 Karl Berry <karl@gnu.org>
3434
49823426
GM
3435 * emacs-xtra.texi, emacs.texi, gnu.texi:
3436 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3437 (2) do not indent copyright year list (or anything else).
3438
8cf51b2c
GM
34392006-03-21 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * files.texi (VC Dired Mode): Remove misplaced brackets.
3442
34432006-03-21 Andre Spiegel <spiegel@gnu.org>
3444
3445 * files.texi: Various updates and clarifications in the VC chapter.
3446
34472006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3448
3449 * help.texi (Help Mode): Document "C-c C-c".
3450
8cf51b2c
GM
34512006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3452
3453 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3454 menu in the standalone Info reader.
3455
34562006-03-15 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3459 moved here from Emacs manual.
3460
3461 * programs.texi (Fortran): Section moved to emacs-xtra.
3462 (Program Modes): Xref to Fortran in emacs-xtra.
3463
3464 * maintaining.texi (Emerge): Move to emacs-xtra.
3465 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3466
3467 * picture.texi: File deleted.
3468 * Makefile.in:
3469 * makefile.w32-in: Remove picture.texi.
3470
3471 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3472 * abbrevs.texi (Abbrevs):
3473 * sending.texi (Sending Mail): Picture node removed.
3474
3475 * emacs.texi (Top): Update node listings.
3476
8cf51b2c
GM
34772006-03-12 Richard Stallman <rms@gnu.org>
3478
3479 * calendar.texi: Various cleanups.
3480
8cf51b2c
GM
34812006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3482
3483 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3484 syntax.
3485
8cf51b2c
GM
34862006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * search.texi (Regexps): More accurately describe which characters
3489 are special in which situations. Recommend _not_ to quote `]' or
3490 `-' when they are not special.
3491
8cf51b2c
GM
34922006-02-28 Andre Spiegel <spiegel@gnu.org>
3493
3494 * files.texi (Old Versions): Clarify operation of C-x v =.
3495
8cf51b2c
GM
34962006-02-21 Nick Roberts <nickrob@snap.net.nz>
3497
3498 * building.texi (Watch Expressions): Update and describe
3499 gdb-speedbar-auto-raise.
3500
35012006-02-19 Richard M. Stallman <rms@gnu.org>
3502
3503 * emacs.texi: Use @smallbook.
3504 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3505 Update subnode menu.
3506
3507 * building.texi (Lisp Interaction): Minor addition.
3508
35092006-02-18 Nick Roberts <nickrob@snap.net.nz>
3510
3511 * building.texi (Watch Expressions): Update and be more precise.
3512
c8763fb6 35132006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3514
3515 * maintaining.texi (Create Tags Table): Explain why the
3516 exception when etags writes to files under the /dev tree.
3517
35182006-02-14 Richard M. Stallman <rms@gnu.org>
3519
3520 * custom.texi (Safe File Variables): Lots of clarification.
3521 Renamed from Unsafe File Variables.
3522
35232006-02-14 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * custom.texi (Unsafe File Variables): File variable confirmation
3526 assumed denied in batch mode.
3527
35282006-02-14 Richard M. Stallman <rms@gnu.org>
3529
3530 * building.texi (GDB User Interface Layout): Don't say `inferior'
3531 for program being debugged.
3532
35332006-02-15 Nick Roberts <nickrob@snap.net.nz>
3534
3535 * building.texi (GDB Graphical Interface):
3536 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3537
35382006-02-13 Chong Yidong <cyd@stupidchicken.com>
3539
3540 * custom.texi (Specifying File Variables, Unsafe File Variables):
3541 New nodes, split from File Variables. Document new file local
3542 variable behavior.
3543
35442006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3545
3546 * display.texi (Standard Faces):
8cf51b2c
GM
3547 * files.texi (Visiting):
3548 * frames.texi (Clipboard):
3549 * glossary.texi (Glossary) <Clipboard>:
3550 * xresources.texi (X Resources): Mention Mac OS port.
3551
8cf51b2c
GM
35522006-02-12 Richard M. Stallman <rms@gnu.org>
3553
3554 * building.texi (Building): Clarify topic in intro.
3555
3556 * maintaining.texi (Maintaining): Change title; clarify topic.
3557 Delete duplicate index entries.
3558
3559 * building.texi (Other GDB User Interface Buffers): Clarifications.
3560
3561 * text.texi (Cell Commands): Clarifications.
3562
3563 * programs.texi (Defuns): Delete duplicate explanation of
3564 left-margin paren convention.
3565 (Hungry Delete): Minor cleanup.
3566
35672006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3568
3569 * dired.texi (Tumme): More tumme documentation.
3570
35712006-02-11 Alan Mackenzie <acm@muc.de>
3572
3573 * programs.texi ("Hungry Delete"): Correct the appellation of the
3574 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3575
35762006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3577
3578 * dired.texi (Tumme): Fix small bug.
3579
35802006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3581
3582 * macos.texi (Mac International): Rename "fontset-mac" to
3583 "fontset-standard".
3584
8cf51b2c
GM
35852006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3586
3587 * dired.texi (Tumme): Basic documentation for Tumme added.
3588
8cf51b2c
GM
35892006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3590
3591 * mule.texi (International):
3592 * programs.texi (Basic Indent): Fix typos.
3593
8cf51b2c
GM
3594 * custom.texi (Minor Modes):
3595 * display.texi (Text Display):
3596 * commands.texi (Text Characters): Update xrefs.
3597
35982006-02-07 Richard M. Stallman <rms@gnu.org>
3599
3600 * emacs.texi (Top): Update subnode menu.
3601 Update info on old Emacs papers.
3602 (Intro): "Graphical display", not window system.
3603
3604 * xresources.texi (GTK styles): Minor clarifications.
3605
3606 * trouble.texi: "Graphical display", not window system.
3607 (Stuck Recursive): Minor clarification.
3608
3609 * text.texi: Minor clarifications.
3610 (Sentences): Explain why two-space convention is better.
3611 Explain sentence-end-without-period here.
3612 (Fill Commands): Not here.
3613 (Refill): Node moved down.
3614 (Filling): Update menu.
3615 (Table Creation, Cell Justification, Column Commands): Clarify.
3616
3617 * sending.texi: Minor clarifications.
3618
3619 * search.texi (Regexp Backslash): Clarification.
3620
3621 * rmail.texi: Minor cleanups.
3622 (Rmail): Delete digression about `rmail-mode'.
3623 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3624 (Rmail Files): Mention C-u M-x rmail.
3625 (Rmail Reply): Mention References.
3626 (Rmail Display): Mention rmail-nonignored-headers.
3627
3628 * programs.texi: Minor cleanups.
3629 (Comment Commands): Mention momentary Transient Mark mode.
3630 (Matching): Be more specific about customizing show-paren-mode.
3631 (Info Lookup): Don't list the modes that support C-h S.
3632 Just say what it does in an unsupported mode.
3633 (Man Page): Delete excessive info on customizing woman.
3634 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3635
3636 * abbrevs.texi: Minor clarifications.
3637 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3638 not "dynamic abbrevs" as if they were a kind of abbrev.
3639
3640 * picture.texi (Picture): Minor cleanup.
3641
3642 * mule.texi (Communication Coding): Say "other applications".
3643 (Fontsets): Not specific to X. Add xref to X Resources.
3644 (Unibyte Mode): Rename from Single-Byte Character Support.
3645 "Graphical display", not window system.
3646 (International): Update menu.
3647
3648 * maintaining.texi (Format of ChangeLog):
3649 New node, split out from ChangeLog.
3650 (ChangeLog): Clarifications in the remaining text.
3651 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3652 (Find Tag): Add @w.
3653 (Tags Search): Explain tag table order here. Simplify grep ref.
3654 (List Tags): tags-tag-face is a variable, not a face.
3655 (Emerge): Cleanups.
3656
3657 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3658 (Keyboard Macros): Avoid "the user".
3659
3660 * killing.texi: "Graphical display", not window system.
3661
3662 * help.texi (Help Echo): "Graphical display", not window system.
3663
3664 * glossary.texi: Say "you", not "the user". Say "graphical display".
3665
3666 * frames.texi: Minor cleanups. "Graphical display", not window system.
3667
3668 * files.texi (Visiting): Make drag-and-drop not X-specific.
3669
3670 * custom.texi: Minor cleanups. "Graphical display", not window system.
3671
3672 * cmdargs.texi: Minor cleanups.
3673
3674 * building.texi (Compilation): Move and split kill-compilation para.
3675 Add para about multiple compilers.
3676 (Compilation Mode): Commands also available in grep mode and others.
3677 Mention C-u C-x ` more tutorially. Clarify C-x `.
3678 (Compilation Shell): Clarify. Put Bash example first.
3679 (Grep Searching): Minor cleanups; add @w.
3680 (Debuggers): Minor cleanups.
3681 (Starting GUD): Make GDB xgraphical mode issue clearer.
3682 (Debugger Operation): Lots of clarifications including
3683 GDB tooltip side-effect issue.
3684 (Commands of GUD): Clarify.
3685 (GUD Customization): Add bashdb-mode-hook.
3686 (GDB Graphical Interface): Rewrite for clarity.
3687 (GDB User Interface Layout): Rewrite for clarity.
3688 (Stack Buffer, Watch Expressions): Likewise.
3689 (Other GDB User Interface Buffers): Cleanups.
3690 (Lisp Libraries, External Lisp): Cleanup.
3691
3692 * basic.texi (Position Info): "Graphical displays", rather than
3693 window systems.
3694
3695 * anti.texi: Minor cleanup.
3696
8cf51b2c
GM
36972006-02-03 Eli Zaretskii <eliz@gnu.org>
3698
3699 * custom.texi (Init File, Find Init): Add cross-references to
3700 where $HOME is described.
3701
37022006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3703
3704 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3705 is not inside the @table.
3706
3707 * emacs.texi (Top): Correct node name.
3708
3709 * files.texi (File Names): Fix @xref.
3710 (Reverting): Fix typo.
3711
3712 * mule.texi (International): Correct node name.
3713
3714 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3715
37162006-02-01 Richard M. Stallman <rms@gnu.org>
3717
3718 * emacs.texi (Top): Update subnode menu.
3719
3720 * mule.texi: Minor clarifications.
3721 Reduce the specific references to X Windows.
3722 Refer to "graphical" terminals, rather than window systems.
3723 (Text Coding): Rename from Specify Coding.
3724 (Communication Coding, File Name Coding, Terminal Coding):
3725 New nodes split out from Text Coding.
3726
3727 * kmacro.texi: Minor clarifications.
3728 (Keyboard Macro Ring): Comment out some excessive commands.
3729 (Basic Keyboard Macro): Split up the table, putting part in each node.
3730
3731 * major.texi: Minor clarifications.
3732
3733 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3734
3735 * windows.texi: Minor clarifications.
3736 (Change Window): Don't describe mode-line mouse cmds here.
3737 Add xref to Mode Line Mouse.
3738
3739 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3740
3741 * macos.texi (Mac International): Fix xref.
3742
3743 * indent.texi: Minor clarifications.
3744
3745 * frames.texi: Minor clarifications.
3746 Reduce the specific references to X Windows.
3747 Refer to "graphical" terminals, rather than window systems.
3748 (Frame Parameters): Don't mention commands like
3749 set-foreground-color. Just say to customize a face.
3750 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3751
3752 * files.texi: Minor clarifications.
3753 (Numbered Backups): New node, split out from Backup Names.
3754
3755 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3756
3757 * cmdargs.texi (General Variables): Fix xref.
3758
3759 * buffers.texi: Minor clarifications.
3760
8cf51b2c
GM
37612006-01-31 Richard M. Stallman <rms@gnu.org>
3762
3763 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3764 Nodes moved to top.
3765
3766 * display.texi: Minor clarifications.
3767 (Display): Rearrange menu.
3768 (Standard Faces): Mention query-replace face.
3769 (Faces): Simplify.
3770 (Font Lock): Simplify face customization info.
3771 (Highlight Changes): Node merged into Highlight Interactively.
3772 (Highlight Interactively): Much rewriting and cleanup.
3773 (Optional Mode Line): Narrowed line number not good for goto-line.
3774 Simplify face customization advice.
3775 (Text Display): Mention use of escape-glyph face.
3776 Move ctl-arrow and tab-width here.
3777 (Display Custom): Move no-redraw-on-reenter to end of node.
3778
3779 * search.texi: Minor clarifications.
3780 (Isearch Scroll): Simplify.
3781 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3782
3783 * regs.texi (Registers): Mention bookmarks here.
3784
3785 * mark.texi: Minor clarifications.
3786 (Selective Undo): Node deleted.
3787
3788 * m-x.texi: Minor clarifications.
3789
3790 * killing.texi: Minor clarifications.
3791 Refer to "graphical" terminals, rather than window systems.
3792
3793 * help.texi: Clarifications.
3794 (Help): Don't describe C-h F and C-h K here.
3795 (Key Help): Describe C-h K here.
3796 (Name Help): Mention Emacs Lisp Intro.
3797 Describe C-h F here.
3798 (Misc Help): Mention C-h F and C-h K only briefly.
3799
3800 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3801 Selective undo text merged in.
3802 (Spelling): Mention Aspell along with Ispell.
3803
3804 * emacs.texi (Top): Update subnode menus.
3805
3806 * basic.texi (Basic Undo): Rename from Undo. Most of text
3807 moved to new Undo node.
3808
8cf51b2c
GM
38092006-01-29 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * basic.texi (Continuation Lines, Inserting Text):
3812 Mention longlines mode.
3813
38142006-01-29 Richard M. Stallman <rms@gnu.org>
3815
10d1d0af 3816 * screen.texi: Minor cleanups.
8cf51b2c
GM
3817 (Screen): Clean up the intro paragraphs.
3818 (Mode Line): Lots of rewriting. Handle frame-name better.
3819 eol-mnemonic-... vars moved out.
3820
3821 * emacs.texi (Top): Change menu item for MS-DOS node.
3822 Update subnode menu.
3823
3824 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3825 chapter relates to Windows. Title changed.
3826
3827 * mini.texi: Minor cleanups.
3828
3829 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3830 (Mark): Put it in the menu.
3831
3832 * entering.texi: Minor cleanups.
3833
3834 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3835 (Intro): Refer to "graphical" terminals, rather than X.
3836
3837 * display.texi (Display Custom): Add xref to Variables.
3838 (Optional Mode Line): eol-mnemonic-... vars moved here.
3839
3840 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3841 rather than X.
3842
8cf51b2c
GM
3843 * basic.texi: Minor cleanups.
3844 (Undo): selective-undo moved.
3845
8cf51b2c
GM
38462006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3847
3848 * anti.texi (Antinews): Various corrections and additions.
3849
38502006-01-23 Juri Linkov <juri@jurta.org>
3851
3852 * custom.texi (Easy Customization, Customization Groups)
3853 (Browsing Custom): Mention links along with buttons.
3854
8cf51b2c
GM
38552006-01-21 Eli Zaretskii <eliz@gnu.org>
3856
8cf51b2c
GM
3857 * text.texi (TeX Print): Use @key for TAB.
3858
8cf51b2c
GM
3859 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3860
8cf51b2c
GM
38612006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3862
3863 * files.texi (File Aliases): Don't claim that usually separate
3864 buffers are created for two file names that name the same data.
3865 Mention additional situations where different names mean the same
3866 file on disk.
3867
38682006-01-19 Richard M. Stallman <rms@gnu.org>
3869
3870 * killing.texi (Deletion): Upcase @key argument.
3871
3872 * custom.texi (Custom Themes): Minor cleanup.
3873
3874 * programs.texi (Hungry Delete): Upcase @key argument.
3875
8cf51b2c
GM
38762006-01-16 Juri Linkov <juri@jurta.org>
3877
3878 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3879 Move `mode-line-highlight' before `mode-line-buffer-id'.
3880
8cf51b2c
GM
38812006-01-14 Richard M. Stallman <rms@gnu.org>
3882
3883 * basic.texi (Inserting Text): Minor cleanup.
3884
8cf51b2c
GM
38852006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3886
3887 * custom.texi (Changing a Variable, Face Customization):
3888 Update for changes in Custom menus.
3889
8cf51b2c
GM
38902006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3891
3892 * macos.texi (Mac International): Undo last change.
3893
8cf51b2c
GM
38942006-01-02 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * custom.texi (Custom Themes): Describe the new
3897 customize-create-theme interface.
3898
38992005-12-30 Juri Linkov <juri@jurta.org>
3900
3901 * basic.texi (Position Info): Update example.
3902
c8763fb6 39032005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3904
3905 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3906
39072005-12-24 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * custom.texi (Custom Themes): `load-theme' always loads.
3910
39112005-12-23 Juri Linkov <juri@jurta.org>
3912
3913 * display.texi (Highlight Interactively): Use double space to
3914 separate sentences. Replace C-p with M-p, and C-n with M-n.
3915
39162005-12-22 Richard M. Stallman <rms@gnu.org>
3917
3918 * custom.texi (Easy Customization and subnodes):
3919 Replace "active field" with "button".
3920 Use "user option" only for variables.
3921 Use "setting" for variable-or-face.
3922
39232005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3924
3925 * buffers.texi (Select Buffer): Change order in table to make
3926 "Similar" refer to the correct item.
3927 (Indirect Buffers): Minor rewording.
3928
8cf51b2c
GM
39292005-12-20 Juri Linkov <juri@jurta.org>
3930
3931 * files.texi (VC Status): Put P and N near p and n.
3932
8cf51b2c
GM
39332005-12-19 Richard M. Stallman <rms@gnu.org>
3934
3935 * programs.texi (Electric C): Delete the info about newline control.
3936 (Other C Commands): Minor cleanup.
3937 (Left Margin Paren): Minor cleanup.
3938
39392005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3942 (Customization Groups): Delete text moved to "Browsing Custom".
3943 (Browsing Custom): New node.
3944 (Specific Customization): Clarify which commands only work for
3945 loaded options.
3946
39472005-12-18 Bill Wohler <wohler@newt.com>
3948
3949 * frames.texi (Tool Bars): Shorten text of previous change.
3950
39512005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3952
3953 * files.texi (VC Status): Document log-view mode.
3954
39552005-12-18 Bill Wohler <wohler@newt.com>
3956
3957 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3958 permanently via the customize interface.
3959
8cf51b2c
GM
39602005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3961
3962 * killing.texi (Killing by Lines): Document `kill-whole-line'
3963 function.
3964
c8763fb6 39652005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3966
3967 * buffers.texi (Select Buffer): Change `prev-buffer' to
3968 `previous-buffer'. Indicate that these functions use a frame
3969 local buffer list.
3970
8cf51b2c
GM
39712005-12-12 Richard M. Stallman <rms@gnu.org>
3972
3973 * custom.texi (Easy Customization): Change menu comment.
3974 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3975
3976 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3977 (Help): Among the Apropos commands, describe only C-h a here.
3978
39792005-12-11 Richard M. Stallman <rms@gnu.org>
3980
3981 * programs.texi (Options for Comments): Comment-end starts with space.
3982
3983 * glossary.texi (Glossary): Minor cleanup.
3984
3985 * files.texi (Old Versions): Use @table.
3986
8cf51b2c
GM
39872005-12-10 David Koppelman <koppel@ece.lsu.edu>
3988
3989 * display.texi (Highlight Interactively): Include
3990 global-hi-lock-mode. Add miscellaneous details and elaborations.
3991
39922005-12-09 Richard M. Stallman <rms@gnu.org>
3993
3994 * display.texi (Font Lock): Delete the Global FL menu item.
3995
39962005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3997
3998 * custom.texi (Minibuffer Maps): Mention the maps for file name
3999 completion.
4000
40012005-12-09 Kim F. Storm <storm@cua.dk>
4002
4003 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 4004 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
4005 cursor to next corner in rectangle; clarify insert around rectangle.
4006
8cf51b2c
GM
40072005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4008
4009 * custom.texi (Customization): Use xref to elisp manual for
4010 non-TeX output.
4011 (Minor Modes): Update.
4012 (Customization Groups, Changing a Variable, Face Customization):
4013 Update for new appearance of Custom buffers.
4014 (Changing a Variable): `custom-buffer-done-function' has been
4015 replaced by `custom-buffer-done-kill'.
4016 (Specific Customization): In the `customize-group' buffer, a
4017 subgroup's contents are not "hidden". They are not included at
4018 all. They have no [Show] button.
4019 (Mouse Buttons): Add pxref to description of mouse event lists in
4020 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4021 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4022 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4023
40242005-12-08 Richard M. Stallman <rms@gnu.org>
4025
4026 * mini.texi (Completion Commands, Completion):
4027 In file name input, SPC does not do completion.
4028
8cf51b2c
GM
40292005-12-08 Nick Roberts <nickrob@snap.net.nz>
4030
4031 * building.texi (GDB Graphical Interface): Explain screen size
4032 setting.
4033 (Other GDB User Interface Buffers): Describe features specific to
4034 GDB 6.4.
4035
8cf51b2c
GM
40362005-12-01 Nick Roberts <nickrob@snap.net.nz>
4037
4038 * building.texi (GDB User Interface Layout): Describe how to
4039 kill associated buffers.
4040 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4041 (Watch Expressions): Be more precise.
4042 (Other GDB User Interface Buffers): Describe how to change a
4043 register value.
4044
8cf51b2c
GM
40452005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4046
4047 * macos.texi (Mac Input): Remove description of
4048 mac-command-key-is-meta. Add descriptions of
4049 mac-control-modifier, mac-command-modifier, and
4050 mac-option-modifier.
4051 (Mac International): Fix description of conversion of clipboard data.
4052 (Mac Font Specs): Add example of font customization by face attributes.
4053
40542005-11-22 Nick Roberts <nickrob@snap.net.nz>
4055
4056 * building.texi (Watch Expressions): Expand description.
4057 (Other GDB User Interface Buffers): Describe local map for
4058 gud-watch.
4059
40602005-11-21 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * display.texi (Font Lock): Font lock is enabled by default now.
4063
40642005-11-20 Juri Linkov <juri@jurta.org>
4065
4066 * basic.texi (Position Info): Update examples of the output.
4067 Remove the fact that examples are produced in the TeXinfo buffer,
4068 because in the Info reader users will get a different output from
4069 `C-x ='.
4070
4071 * building.texi (Compilation Mode): Remove paragraph duplicated
4072 from the node `Compilation'. Add `compilation-skip-threshold'.
4073
4074 * display.texi (Font Lock): Suggest more user-friendly method of
4075 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4076
40772005-11-18 Richard M. Stallman <rms@gnu.org>
4078
4079 * files.texi (Registering): Mention @@ in mode line.
4080
4081 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4082
40832005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4084
4085 * files.texi (Renaming and VC): Some back-ends don't
4086 handle renaming.
4087
8cf51b2c
GM
40882005-11-17 Juri Linkov <juri@jurta.org>
4089
4090 * emacs.texi (Top):
4091 * display.texi (Highlight Interactively): Put this font-lock based
4092 mode near Font Lock node.
4093
40942005-11-16 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4097 icons.
4098
40992005-11-12 Kim F. Storm <storm@cua.dk>
4100
4101 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4102 (Help Summary): Add C-h d and C-h e.
4103 (Apropos): Clarify that all apropos commands may search for either
4104 list of words or a regexp. Add C-h d for apropos-documentation.
4105 Describe apropos-documentation-sort-by-scores user option.
4106
8cf51b2c
GM
41072005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * killing.texi (CUA Bindings): Add @section.
4110
41112005-11-10 Kim F. Storm <storm@cua.dk>
4112
4113 * emacs.texi (Top): Add CUA Bindings entry to menu.
4114
4115 * killing.texi (CUA Bindings): New node. Moved here from
4116 misc.texi and extended with info on rectangle commands and
4117 rectangle highlighting, interface to registers, and the global
4118 mark feature.
4119
4120 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4121
4122 * regs.texi: Prev link points to CUA Bindings node.
4123
41242005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4125
4126 * help.texi (Help Echo): By default, help echos are only shown on
4127 mouse-over, not on point-over.
4128
c8763fb6 41292005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
4130
4131 * misc.texi (Shell Mode): Describe how to activate password echoing.
4132
8cf51b2c
GM
41332005-11-04 Romain Francoise <romain@orebokech.com>
4134
4135 * mark.texi (Mark Ring): Fix typo.
4136
41372005-11-03 Richard M. Stallman <rms@gnu.org>
4138
4139 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4140
41412005-11-01 Bill Wohler <wohler@newt.com>
4142
4143 * help.texi (Help Mode): Fix typo.
4144
41452005-11-01 Nick Roberts <nickrob@snap.net.nz>
4146
4147 * building.texi (Other GDB User Interface Buffers): Describe
4148 the command gdb-use-inferior-io-buffer.
4149
41502005-10-31 Romain Francoise <romain@orebokech.com>
4151
4152 * files.texi (Compressed Files): Fix typo.
4153
4154 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4155
4156 * windows.texi (Force Same Window): Likewise.
4157
41582005-10-30 Bill Wohler <wohler@newt.com>
4159
4160 * help.texi (Help Mode): URLs viewed with browse-url.
4161
41622005-10-31 Nick Roberts <nickrob@snap.net.nz>
4163
4164 * building.texi (GDB Graphical Interface): Don't reference
4165 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4166 must stay in same frame.
4167
41682005-10-29 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4171
4172 * anti.texi (Antinews): Likewise.
4173
8cf51b2c
GM
41742005-10-28 Bill Wohler <wohler@newt.com>
4175
4176 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4177
41782005-10-28 Richard M. Stallman <rms@gnu.org>
4179
4180 * files.texi (Visiting): Explain how to enter ? in a file name.
4181
4182 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4183
8cf51b2c
GM
41842005-10-25 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * building.texi (GDB Graphical Interface): Describe
4187 gdb-mouse-until.
4188
41892005-10-23 Richard M. Stallman <rms@gnu.org>
4190
4191 * custom.texi (Init File): Recommend when to use site-start.el.
4192
8cf51b2c
GM
41932005-10-21 Juri Linkov <juri@jurta.org>
4194
4195 * custom.texi (Examining): Mention accessing the old variable
4196 value via M-n in set-variable.
4197
8cf51b2c
GM
41982005-10-18 Romain Francoise <romain@orebokech.com>
4199
4200 * files.texi (Version Systems): Capitalize GNU.
4201
8cf51b2c
GM
42022005-10-18 Nick Roberts <nickrob@snap.net.nz>
4203
4204 * building.texi (Compilation Mode): Remove redundant paragraph.
4205 (Watch Expressions): Remove paragraph to reflect code change.
4206
8cf51b2c
GM
42072005-10-16 Richard M. Stallman <rms@gnu.org>
4208
4209 * building.texi (Compilation Mode, Compilation): Clarified.
4210
42112005-10-15 Richard M. Stallman <rms@gnu.org>
4212
4213 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4214
8cf51b2c
GM
42152005-10-13 Kenichi Handa <handa@m17n.org>
4216
4217 * basic.texi (Position Info): Fix previous change.
4218
c8763fb6 42192005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4220
4221 * cmdargs.texi (Icons X): Fix typo.
4222
42232005-10-12 Kenichi Handa <handa@m17n.org>
4224
4225 * basic.texi (Position Info): Describe the case that Emacs shows
4226 "part of display ...".
4227
c8763fb6 42282005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4229
4230 * cmdargs.texi (Icons X): -nb => -nbi.
4231
42322005-10-10 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * frames.texi (Speedbar): A couple more clarifications.
4235
42362005-10-11 Nick Roberts <nickrob@snap.net.nz>
4237
4238 * building.texi (GDB User Interface Layout): Improve diagram.
4239 (Watch Expressions): Explain how to make speedbar global.
4240 (Other GDB User Interface Buffers): Make references more precise.
4241
8cf51b2c
GM
42422005-10-09 Richard M. Stallman <rms@gnu.org>
4243
4244 * frames.texi (Speedbar): Clarify the text.
4245
42462005-10-09 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * frames.texi (Speedbar): Add information on keybindings,
4249 dismissing the speedbar, and buffer display mode. Link to
4250 speedbar manual.
4251
c8763fb6 42522005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4253
4254 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4255 added -nb, --no-bitmap-icon.
4256
8cf51b2c
GM
42572005-10-07 Nick Roberts <nickrob@snap.net.nz>
4258
4259 * building.texi (GDB Graphical Interface): Add variables and
4260 functions to indices. Be more precise.
4261
c8763fb6 42622005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4263
4264 * frames.texi (Drag and Drop): Remove the x- from
4265 x-dnd-open-file-other-window and xdnd-protocol-alist.
4266
42672005-09-30 Romain Francoise <romain@orebokech.com>
4268
4269 * mini.texi (Minibuffer): The default value now appears before the
4270 colon in minibuffer prompts.
4271
8cf51b2c
GM
42722005-09-25 Richard M. Stallman <rms@gnu.org>
4273
4274 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4275
8cf51b2c
GM
42762005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4277
4278 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4279
8cf51b2c
GM
42802005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4281
4282 * emacs.texi (Top): Update submenus from macos.texi.
4283
4284 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4285 (Mac OS): Update feature support status.
4286 (Mac Input): List supported input scripts. Remove description
4287 about `mac-keyboard-text-encoding'. Mention mouse button
4288 emulation and related variables.
4289 (Mac International): Mention Central European and Cyrillic
4290 support. Now `keyboard-coding-system' is dynamically changed.
4291 Add description about coding system for selection. Add
4292 description about language environment.
4293 (Mac Environment Variables): Mention
4294 `~/.MacOSX/environment.plist'. Give example of command line
4295 arguments. Add Preferences support.
4296 (Mac Directories): Explicitly state that this node is for Mac OS
4297 Classic only.
4298 (Mac Font Specs): Mention specification for scalable fonts. List
4299 supported charsets. Add preferred way of creating fontsets. Add
4300 description about `mac-allow-anti-aliasing'.
4301 (Mac Functions): Add descriptions about `mac-set-file-creator',
4302 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4303 and `mac-get-preference'.
4304
8cf51b2c
GM
43052005-09-16 Romain Francoise <romain@orebokech.com>
4306
4307 Update all files to specify GFDL version 1.2.
4308
4309 * doclicense.texi (GNU Free Documentation License): Update to
4310 version 1.2.
4311
43122005-09-15 Richard M. Stallman <rms@gnu.org>
4313
4314 * buffers.texi (List Buffers): Fix xref.
4315
4316 * rmail.texi (Rmail Basics): Fix xref.
4317
4318 * emacs.texi (Top): Update subnode menus.
4319
4320 * files.texi (Saving Commands): New node, broken out of Saving.
4321 (Customize Save): New node, broken out of Saving.
4322 Clarify effect of write-region-inhibit-fsync.
4323 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4324
8cf51b2c
GM
43252005-09-14 Romain Francoise <romain@orebokech.com>
4326
4327 * files.texi (Saving): Mention write-region-inhibit-fsync.
4328
43292005-09-05 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * custom.texi (Custom Themes): New node.
4332
43332005-09-03 Richard M. Stallman <rms@gnu.org>
4334
49823426
GM
4335 * search.texi (Search Case): Mention vars that control
4336 case-fold-search for various operations.
8cf51b2c
GM
4337
43382005-08-22 Juri Linkov <juri@jurta.org>
4339
4340 * display.texi (Standard Faces): Merge the text from
4341 `(elisp)Standard Faces' into this node.
4342
43432005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4344
4345 * emacs.texi (Top): Delete menu item for deleted node
4346 Keyboard Translations.
4347
43482005-08-18 Richard M. Stallman <rms@gnu.org>
4349
8cf51b2c
GM
4350 * trouble.texi (Unasked-for Search):
4351 Delete xref to Keyboard Translations.
4352
4353 * glossary.texi (Glossary): Delete xref.
4354
8cf51b2c
GM
4355 * custom.texi (Minor Modes): Say that the list here is not complete.
4356 (Keyboard Translations): Node deleted.
4357 (Disabling): Delete xref to it.
4358 (Customization Groups): Fix Custom buffer example.
4359 (Hooks): Mention remove-hooks.
4360
43612005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4362
4363 * building.texi (GDB Graphical Interface): Improve filling of menu
4364 item.
4365
43662005-08-18 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * building.texi (GDB Graphical Interface): Use better node names.
4369
43702005-08-14 Richard M. Stallman <rms@gnu.org>
4371
4372 * text.texi (Sentences): Fix xref.
4373
43742005-08-14 Juri Linkov <juri@jurta.org>
4375
4376 * building.texi (Compilation, Grep Searching): Move grep command
4377 headings from `Compilation' to `Grep Searching'.
4378
4379 * dired.texi (Dired and Find):
4380 * maintaining.texi (Tags Search): Replace grep xref to
4381 `Compilation' node with `Grep Searching'.
4382
4383 * files.texi (Comparing Files): Replace xref to `Compilation' with
4384 `Compilation Mode'.
4385
43862005-08-13 Alan Mackenzie <acm@muc.de>
4387
4388 * search.texi (Non-ASCII Isearch): Correct a typo.
4389 (Replacement Commands): Mention query-replace key binding.
4390
43912005-08-11 Richard M. Stallman <rms@gnu.org>
4392
4393 * programs.texi (Options for Comments): Fix xref.
4394
4395 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4396 out of Regexps.
4397
8cf51b2c
GM
43982005-08-09 Juri Linkov <juri@jurta.org>
4399
4400 * building.texi (Compilation): Use `itemx' instead of `item'.
4401 (Grep Searching): Simplify phrase.
4402
4403 * display.texi (Standard Faces): Describe vertical-border on
4404 window systems.
4405
4406 * windows.texi (Split Window): Simplify phrase and mention
4407 vertical-border face.
4408
44092005-08-09 Richard M. Stallman <rms@gnu.org>
4410
4411 * files.texi (Comparing Files): Clarify compare-windows.
4412
4413 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4414
8cf51b2c
GM
44152005-08-06 Eli Zaretskii <eliz@gnu.org>
4416
4417 * mule.texi (Coding Systems): Rephrase the paragraph about
4418 codepages: no need for "M-x codepage-setup" anymore, except on
4419 MS-DOS.
4420
4421 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4422 the MS-DOS port only.
4423
44242005-07-30 Eli Zaretskii <eliz@gnu.org>
4425
4426 * makefile.w32-in (info): Don't run multi-install-info.bat.
4427 ($(infodir)/dir): New target, produced by running
4428 multi-install-info.bat.
4429
8cf51b2c
GM
44302005-07-22 Eli Zaretskii <eliz@gnu.org>
4431
4432 * files.texi (Quoted File Names): Add index entry.
4433
8cf51b2c
GM
44342005-07-19 Juri Linkov <juri@jurta.org>
4435
4436 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4437
44382005-07-18 Juri Linkov <juri@jurta.org>
4439
8cf51b2c
GM
4440 * custom.texi (Easy Customization):
4441 * files.texi (Old Versions):
4442 * frames.texi (Wheeled Mice):
4443 * mule.texi (Specify Coding):
8cf51b2c
GM
4444 * text.texi (Cell Justification):
4445 * trouble.texi (After a Crash):
8cf51b2c
GM
4446 * xresources.texi (GTK styles):
4447 Delete duplicate duplicate words.
4448
44492005-07-17 Richard M. Stallman <rms@gnu.org>
4450
4451 * frames.texi (Creating Frames): Fix foreground color example.
4452
4453 * custom.texi (Init Examples): Clean up text about conditionals.
4454
44552005-07-16 Richard M. Stallman <rms@gnu.org>
4456
4457 * mini.texi (Completion Commands): Fix command name for ?.
4458
8cf51b2c
GM
44592005-07-16 Eli Zaretskii <eliz@gnu.org>
4460
4461 * display.texi (Standard Faces): Explain that customization of
4462 `menu' face has no effect on w32 and with GTK. Add
4463 cross-references.
4464
4465 * cmdargs.texi (General Variables): Clarify the default location
4466 of $HOME on w32 systems.
4467
44682005-07-15 Jason Rumney <jasonr@gnu.org>
4469
4470 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4471 changed.
4472
44732005-07-08 Kenichi Handa <handa@m17n.org>
4474
4475 * mule.texi (Recognize Coding): Recommend
4476 revert-buffer-with-coding-system instead of revert-buffer.
4477
44782005-07-07 Richard M. Stallman <rms@gnu.org>
4479
4480 * anti.texi (Antinews): Mention mode-line-inverse-video.
4481
4482 * files.texi (Saving): Minor correction about C-x C-w.
4483
4484 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4485
44862005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4487
4488 * search.texi (Isearch Scroll): Add example of using the
4489 `isearch-scroll' property.
4490 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4491 `Display Custom' node.
4492 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4493 and de-emphasize it.
4494 (Other Repeating Search): `occur' currently can not correctly
4495 handle multiline matches. Correct, clarify and update description
4496 of `flush-lines' and `keep-lines'.
4497
4498 * display.texi (Display Custom): Add anchor for `baud-rate'.
4499
45002005-07-07 Richard M. Stallman <rms@gnu.org>
4501
4502 * gnu.texi: Update where to get GNU status; add refs for how to help.
4503 Add footnotes 6 and 7.
4504
45052005-07-04 Lute Kamstra <lute@gnu.org>
4506
4507 Update FSF's address in GPL notices.
4508
8cf51b2c 4509 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4510 * trouble.texi (Checklist): Update FSF's address.
4511
8cf51b2c
GM
45122005-06-24 Richard M. Stallman <rms@gnu.org>
4513
4514 * display.texi (Text Display): Change index entries.
4515
45162005-06-24 Eli Zaretskii <eliz@gnu.org>
4517
4518 * makefile.w32-in (MAKEINFO): Use --force.
4519 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4520 Makefile.in.
8cf51b2c
GM
4521
45222005-06-23 Richard M. Stallman <rms@gnu.org>
4523
4524 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4525 nobreak-char-display.
4526
4527 * emacs.texi (Top): Update detailed node listing.
4528
4529 * display.texi (Text Display): Renamed show-nonbreak-escape
4530 to nobreak-char-display and no-break-space to nobreak-space.
4531 (Standard Faces): Split up the list of standard faces
4532 and put it in a separate node. Add nobreak-space and
4533 escape-glyph.
4534
8cf51b2c
GM
45352005-06-23 Lute Kamstra <lute@gnu.org>
4536
4537 * mule.texi (Select Input Method): Fix typo.
4538
45392005-06-23 Kenichi Handa <handa@m17n.org>
4540
4541 * mule.texi (International): List all supported scripts. Adjust
4542 text for that leim is now included in the normal Emacs
4543 distribution.
4544 (Language Environments): List all language environments.
4545 Intlfonts contains fonts for most supported scripts, not all..
4546 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4547 input a specific character.
8cf51b2c
GM
4548 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4549
45502005-06-23 Juanma Barranquero <lekktu@gmail.com>
4551
49823426 4552 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4553
45542005-06-22 Miles Bader <miles@gnu.org>
4555
4556 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4557
45582005-06-20 Miles Bader <miles@gnu.org>
4559
4560 * display.texi (Faces): Add `vertical-divider'.
4561
45622005-06-17 Richard M. Stallman <rms@gnu.org>
4563
4564 * text.texi (Adaptive Fill): Minor clarification.
4565
8cf51b2c
GM
45662005-06-10 Lute Kamstra <lute@gnu.org>
4567
4568 * emacs.texi (Top): Correct version number.
4569 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4570 refer to the current version of Emacs.
4571
45722005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * files.texi (Log Buffer): Document when there can be more than
4575 one file to be committed.
4576
45772005-06-08 Juri Linkov <juri@jurta.org>
4578
4579 * display.texi (Faces): Add `shadow' face.
4580
45812005-06-07 Masatake YAMATO <jet@gyve.org>
4582
4583 * display.texi (Faces): Write about mode-line-highlight.
4584
45852005-06-06 Richard M. Stallman <rms@gnu.org>
4586
4587 * misc.texi (Printing Package): Explain how to initialize
4588 printing package.
4589
4590 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4591
45922005-06-05 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * emacs.texi: Rename Hardcopy to Printing.
4595 Make PostScript and PostScript Variables subnodes of it.
4596
4597 * misc.texi (Printing): Rename node from Hardcopy.
4598 Mention menu bar options.
4599 Move PostScript and PostScript Variables to submenu.
4600 (Printing package): New node.
4601
4602 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4603
4604 * dired.texi (Operating on Files): Likewise.
4605
4606 * calendar.texi (Displaying the Diary): Likewise.
4607
4608 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4609
4610 * glossary.texi (Glossary): Likewise.
4611
4612 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4613 effect.
4614
46152005-06-04 Richard M. Stallman <rms@gnu.org>
4616
4617 * trouble.texi (After a Crash): Polish previous change.
4618
8cf51b2c
GM
46192005-05-30 Noah Friedman <friedman@splode.com>
4620
4621 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4622 recovery mechanism.
4623
8cf51b2c
GM
46242005-05-28 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * building.texi (Other Buffers): SPC toggles display of
4627 floating point registers.
4628
8cf51b2c
GM
46292005-05-27 Nick Roberts <nickrob@snap.net.nz>
4630
4631 * files.texi (Log Buffer): Merge in description of Log Edit
4632 mode from pcl-cvs.texi.
4633
46342005-05-26 Richard M. Stallman <rms@gnu.org>
4635
4636 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4637
8cf51b2c
GM
46382005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4639
4640 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4641 not enabled by default.
4642 When not on a word, `ispell-word' by default checks the word
4643 before point.
4644
46452005-05-24 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * building.texi (Debugger Operation): Simplify last sentence.
4648
46492005-05-23 Lute Kamstra <lute@gnu.org>
4650
4651 * emacs.texi: Update FSF's address throughout.
4652 (Preface): Use @cite.
4653 (Distrib): Add cross reference to the node "Copying". Mention the
4654 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4655 printed manuals.
4656 (Intro): Use @xref for the Emacs Lisp Intro.
4657
8cf51b2c
GM
46582005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4659
4660 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4661
4662 * basic.texi (Moving Point): Mention default for `goto-line'.
4663
4664 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4665 of a variable's docstring.
4666
46672005-05-18 Lute Kamstra <lute@gnu.org>
4668
4669 * maintaining.texi (Overview of Emerge): Add cross reference.
4670 Remove duplication.
4671
4672 * emacs.texi (Top): Update to the current structure of the manual.
4673 * misc.texi (Emacs Server): Add menu description.
4674 * files.texi (Saving): Fix menu.
4675 * custom.texi (Customization): Fix menu.
4676 * mule.texi (International): Fix menu.
4677 * kmacro.texi (Keyboard Macros): Fix menu.
4678
46792005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * display.texi: Various minor changes.
4682 (Faces): Delete text that is repeated in the next section.
4683
46842005-05-16 Nick Roberts <nickrob@snap.net.nz>
4685
4686 * building.texi (Debugger Operation): Mention GUD tooltips are
4687 disabled with GDB in text command mode.
4688
8cf51b2c
GM
46892005-05-16 Nick Roberts <nickrob@snap.net.nz>
4690
4691 * building.texi: Replace toolbar with "tool bar" for consistency.
4692 (Compilation Mode): Describe compilation-context-lines
4693 and use of arrow in compilation buffer.
4694 (Debugger Operation): Replace help text with variable's value.
4695
4696 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4697 consistency.
4698
46992005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4700
4701 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4702 Add xref.
4703
8cf51b2c
GM
47042005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4705
4706 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4707 (Position Info): Delete discussion of `goto-line'. It is already
4708 described in `Moving point'.
4709
4710 * mini.texi (Completion Commands): Correct reference.
4711 (Completion Options): Fix typo.
4712
4713 * killing.texi (Deletion): Complete description of `C-x C-o'.
4714
8cf51b2c
GM
47152005-05-10 Richard M. Stallman <rms@gnu.org>
4716
4717 * building.texi (Compilation): Clarify recompile's directory choice.
4718
4719 * frames.texi (Tooltips): Cleanups.
4720
4721 * basic.texi (Arguments): Fix punctuation.
4722
47232005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * screen.texi (Menu Bar): The up and down (not left and right)
4726 arrow keys move through a keyboard menu.
4727
47282005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * basic.texi: Various typo and grammar fixes.
4731 (Moving Point): C-a now runs move-beginning-of-line.
4732
47332005-05-08 Nick Roberts <nickrob@snap.net.nz>
4734
4735 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4736
4737 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4738 as different animals.
4739
47402005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4741
4742 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4743 Correct index entry.
4744
47452005-05-07 Nick Roberts <nickrob@snap.net.nz>
4746
4747 * building.texi (Debugger Operation): Update to reflect changes
4748 in GUD tooltips.
4749
47502005-04-30 Richard M. Stallman <rms@gnu.org>
4751
4752 * files.texi (Compressed Files): Auto Compression normally enabled.
4753
4754 * building.texi (Debugger Operation): Clarify previous change.
4755
8cf51b2c
GM
47562005-04-28 Nick Roberts <nickrob@snap.net.nz>
4757
4758 * building.texi (Debugger Operation): Add description for
4759 GUD tooltips when program is not running.
4760
47612005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4762
4763 * misc.texi (Shell): Add `Shell Prompts' to menu.
4764 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4765 description. Delete remarks moved to new node.
4766 (Shell Prompts): New node.
4767 (History References): Replace remarks moved to `Shell Prompts'
4768 with xref to that node.
4769 (Remote Host): Clarify how to specify the terminal type when
4770 logging in to a different machine.
4771
47722005-04-26 Richard M. Stallman <rms@gnu.org>
4773
4774 * emacs.texi (Top): Update submenus from files.texi.
4775
4776 * files.texi (Filesets): Clarify previous change.
4777
4778 * dired.texi (Misc Dired Features): Clarify previous change.
4779
47802005-04-25 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4783
4784 * dired.texi (Misc Dired Features): Document
4785 dired-compare-directories.
4786
4787 * files.texi (Filesets): New node.
4788 (File Conveniences): Document Image mode.
4789
4790 * text.texi (TeX Print): Document tex-compile.
4791
47922005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4793
4794 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4795 Delete redundant reference to tooltip Custom group. It is
4796 referred too again in the next paragraph.
4797
47982005-04-24 Richard M. Stallman <rms@gnu.org>
4799
4800 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4801
8cf51b2c
GM
48022005-04-19 Kim F. Storm <storm@cua.dk>
4803
4804 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4805
48062005-04-18 Lars Hansen <larsh@math.ku.dk>
4807
4808 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4809 turns off desktop-save-mode.
4810
48112005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4812
4813 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4814 by default in terminals compatible with xterm. Mention that
4815 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4816 node.
4817
8cf51b2c
GM
48182005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4821
c8763fb6 48222005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4823
4824 * xresources.texi (Table of Resources): Add cursorBlink.
4825
48262005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4827
4828 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4829 `d', `C-d' and `u'.
4830
48312005-04-11 Richard M. Stallman <rms@gnu.org>
4832
4833 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4834 (Misc X): Add -D, --basic-display.
4835
4836 * maintaining.texi (Change Log): Correct the description of
4837 the example.
4838
4839 * major.texi (Choosing Modes): Document magic-mode-alist.
4840
8cf51b2c
GM
48412005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4842
4843 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4844 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4845 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4846 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4847 `w', respectively.
4848 (Rmail Labels): Mention `l'.
4849 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4850 (Rmail Summary Edit): Describe `j' and RET.
4851
c8763fb6 48522005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4853
4854 * xresources.texi (Lucid Resources): Add fontSet resource.
4855
8cf51b2c
GM
48562005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4857
4858 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4859 now called `indicate-empty-lines'.
4860
48612005-04-06 Kim F. Storm <storm@cua.dk>
4862
4863 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4864
48652005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4866
4867 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4868 deleted.
4869 (Marks vs Flags): Add some convenient key bindings.
4870 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4871 (Misc Dired Features): Correct and expand description of `w' command.
4872
4873 * frames.texi (XTerm Mouse): Delete apparently false info.
4874 The GNU/Linux console currently does not appear to support
4875 `xterm-mouse-mode'.
4876
8cf51b2c
GM
48772005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4878
4879 * calendar.texi (Diary): Mention shell utility `calendar'.
4880
48812005-04-01 Richard M. Stallman <rms@gnu.org>
4882
4883 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4884
8cf51b2c
GM
48852005-04-01 Lute Kamstra <lute@gnu.org>
4886
4887 * maintaining.texi (Change Log): add-change-log-entry uses
4888 add-log-mailing-address.
4889
48902005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4891
4892 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4893 `VC Mode Line' and put in an xref to that node.
4894 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4895 its description.
4896
48972005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4898
4899 * calendar.texi (Calendar Systems): Say that the Persian calendar
4900 implemented here is the arithmetical one championed by Birashk.
4901
49022005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4903
4904 * programs.texi (Fortran Motion): Fix previous change.
4905
8cf51b2c
GM
49062005-03-29 Richard M. Stallman <rms@gnu.org>
4907
4908 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4909
49102005-03-29 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * text.texi (Refill): Refer to Long Lines Mode.
4913 (Longlines): New node.
4914 (Auto Fill): Don't index "word wrap" here.
4915 (Filling): Add Longlines to menu.
4916
49172005-03-29 Richard M. Stallman <rms@gnu.org>
4918
4919 * xresources.texi: Minor fixes.
4920
4921 * misc.texi (Emacs Server): Fix Texinfo usage.
4922
4923 * emacs.texi (Top): Don't use a real section heading for
4924 "Detailed Node Listing". Fake it instead.
4925
4926 * basic.texi (Position Info): Minor cleanup.
4927
4928 * mule.texi (Input Methods): Minor cleanup.
4929
49302005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4931
4932 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4933 constructs as well.
4934 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4935
49362005-03-29 Kenichi Handa <handa@m17n.org>
4937
4938 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4939
4940 * basic.texi (Position Info): Update the description about the
4941 command C-u C-x =.
4942
49432005-03-28 Richard M. Stallman <rms@gnu.org>
4944
4945 * emacs.texi (Top): Use @section for the detailed node listing.
4946
4947 * calendar.texi: Minor fixes to previous change.
4948
4949 * programs.texi (Fortran): Small fixes to previous changes.
4950
4951 * emacs.texi (Top): Update list of subnodes of Dired.
4952 Likewise for building.texi.
4953
4954 * files.texi (File Conveniences): Delete Auto Image File mode.
4955
49562005-03-28 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * building.texi (Flymake): New node.
4959
4960 * custom.texi (Function Keys): Document kp- event types and
4961 keypad-setup package.
4962
4963 * dired.texi (Wdired): New node.
4964
4965 * files.texi (File Conveniences): Reorder entries.
4966 Explain how to turn on Auto-image-file mode.
4967 Document Thumbs mode.
4968
4969 * mule.texi (Specify Coding): Document recode-region and
4970 recode-file-name.
4971
4972 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4973
49742005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4975
4976 * commands.texi (Keys): M-o is now a prefix key.
4977
49782005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4979
4980 * programs.texi: Reformat and update copyright years.
4981 (Fortran): Update section.
4982
49832005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4984
4985 * files.texi: Several small changes in addition to:
4986 (Visiting): Change xref for Dialog Boxes to ref.
4987 (Version Headers): Replace references to obsolete var
4988 `vc-header-alist' with `vc-BACKEND-header'.
4989 (Customizing VC): Update value of `vc-handled-backends'.
4990
49912005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4992
4993 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4994 move here from Emacs Lisp Reference Manual.
4995 * calendar.texi (Calendar/Diary, Diary Commands)
4996 (Special Diary Entries, Importing Diary): Change some xrefs to
4997 point to emacs-xtra rather than elisp.
4998
4999 * emacs-xtra.texi (Calendar Customizing):
5000 Move view-diary-entries-initially, view-calendar-holidays-initially,
5001 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5002 Emacs Manual.
5003 (Appt Customizing): Merge entire section into main Emacs Manual.
5004 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5005 mark-holidays-in-calendar here from emacs-xtra.
5006 (Displaying the Diary): Move view-diary-entries-initially,
5007 mark-diary-entries-in-calendar here from emacs-xtra.
5008 (Appointments): Move appt-display-mode-line,
5009 appt-display-duration, appt-disp-window-function,
5010 appt-delete-window-function here from emacs-xtra.
5011
5012 * calendar.texi: Update and reformat copyright.
5013 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5014 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5015 (Diary): Refer to `diary-file' rather than ~/diary.
5016 (Diary Commands): Rename node to "Displaying the Diary".
5017 * emacs.texi (Top): Rename "Diary Commands" section.
5018 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5019
50202005-03-26 Eli Zaretskii <eliz@gnu.org>
5021
5022 * misc.texi (Emacs Server): Fix the command for setting
5023 server-name. Add an xref to Invoking emacsclient.
5024
5025 * help.texi (Help Summary): Clarify when "C-h ." will do something
5026 nontrivial.
5027 (Apropos): Add cindex entry for apropos-sort-by-scores.
5028
5029 * display.texi (Text Display): Add index entries for how no-break
5030 characters are displayed.
5031
8cf51b2c
GM
50322005-03-26 Eli Zaretskii <eliz@gnu.org>
5033
5034 * files.texi (Visiting): Fix cross-references introduced with the
5035 last change.
5036
5037 * xresources.texi (GTK resources): Fix last change.
5038
8cf51b2c
GM
50392005-03-25 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * xresources.texi (X Resources): GTK options documented too.
5042 (Resources): Clarify meaning of program name.
5043 (Table of Resources): Add visualClass.
5044 (GTK resources): Rewrite.
5045 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5046
5047 * display.texi (Text Display): Mention non-breaking spaces.
5048
5049 * files.texi (Reverting): Document auto-revert-check-vc-info.
5050
5051 * frames.texi (Mouse Commands): Document
5052 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5053
5054 * help.texi (Help Summary): Add `C-h .'.
5055 (Apropos): Apropos accepts a list of search terms.
5056 Document apropos-sort-by-scores.
5057 (Help Echo): Document display-local-help.
5058
5059 * misc.texi (Emacs Server): Document server-name.
5060 (Invoking emacsclient): Document -s option for server names.
5061
5062 * text.texi (Outline Visibility): Introduce "current heading
5063 line" (commands can be called with point on a body line).
5064 Re-order table to follow the sequence of discussion.
5065 hide-body won't hide lines before first header line.
5066 (TeX Mode): Add DocTeX mode.
5067
8cf51b2c
GM
50682005-03-24 Richard M. Stallman <rms@gnu.org>
5069
5070 * mule.texi (Single-Byte Character Support): Delete mention
5071 of iso-acc.el and iso-transl.el.
5072
8cf51b2c
GM
50732005-03-23 Lute Kamstra <lute@gnu.org>
5074
5075 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5076
50772005-03-23 Richard M. Stallman <rms@gnu.org>
5078
8cf51b2c
GM
5079 * search.texi: Delete explicit node pointers.
5080 (Incremental Search): New menu.
5081 (Basic Isearch, Repeat Isearch, Error in Isearch)
5082 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5083 (Slow Isearch): New subnodes.
5084 (Configuring Scrolling): Node deleted.
5085 (Search Case): Doc default-case-fold-search.
5086 (Regexp Replace): Move replace-regexp doc here.
5087
5088 * rmail.texi (Movemail): Put commas inside closequotes.
5089
5090 * picture.texi (Insert in Picture): Document C-c arrow combos.
5091 (Basic Picture): Clarify erasure.
5092
5093 * display.texi (Font Lock): Put commas inside closequotes.
5094
5095 * cmdargs.texi (General Variables): Put commas inside closequotes.
5096
50972005-03-23 Nick Roberts <nickrob@snap.net.nz>
5098
5099 * building.texi (Stack Buffer): Mention reverse contrast for
5100 *selected* frame (might not be current frame).
5101
8cf51b2c
GM
51022005-03-21 Richard M. Stallman <rms@gnu.org>
5103
5104 * building.texi (Starting GUD): Add bashdb.
5105
51062005-03-20 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * basic.texi (Moving Point): Add M-g M-g binding.
5109 (Undo): Document undo-only.
5110 (Position Info): Document M-g M-g and C-u M-g M-g.
5111
5112 * building.texi (Building): Put Grep Searching after Compilation
5113 Shell.
5114 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5115 Document next-error-highlight.
5116 (Grep Searching): Document grep-highlight-matches.
5117 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5118
5119 * calendar.texi (Importing Diary): Rename node from iCalendar.
5120 Document diary-from-outlook.
5121
5122 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5123 Commands.
5124 Mention effect of X drag and drop on Dired buffers.
5125
5126 * files.texi (Visiting): Document large-file-warning-threshold.
5127 Move paragraph on file-selection dialog.
5128 Mention visiting files using X drag and drop.
5129 (Reverting): Mention using Auto-Revert mode to tail files.
5130 Document auto-revert-tail-mode.
5131 (Version Systems): Minor correction.
5132 (Comparing Files): Diff-mode is no longer based on Compilation
5133 mode.
5134 Document compare-ignore-whitespace.
5135 (Misc File Ops): Explain passing a directory to rename-file.
5136 Likewise for copy-file and make-symbolic-link.
5137
5138 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5139 Document mouse-wheel-progressive speed.
5140
5141 * help.texi (Misc Help): Document numeric argument for C-h i.
5142 Correctly explain the effect of just C-u as argument.
5143
5144 * killing.texi (Deletion): Document numeric argument for
5145 just-one-space.
5146
5147 * mini.texi (Completion): Completion acts on text before point.
5148
5149 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5150 (Emulation): CUA mode replaces pc-bindings-mode,
5151 pc-selection-mode, and s-region.
5152
5153 * mule.texi (Input Methods): Leim is now built-in.
5154 (Select Input Method): Document quail-show-key.
5155 (Specify Coding): Document revert-buffer-with-coding-system.
5156
5157 * programs.texi (Fortran Motion): Document f90-next-statement,
5158 f90-previous-statement, f90-next-block, f90-previous-block,
5159 f90-end-of-block, and f90-beginning-of-block.
5160
5161 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5162
5163 * emacs.texi (Acknowledgments): Updated.
5164
5165 * anti.texi: Total rewrite.
5166
8cf51b2c
GM
51672005-03-19 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * ack.texi (Acknowledgments): Update.
5170
51712005-03-19 Eli Zaretskii <eliz@gnu.org>
5172
5173 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5174 copyright years.
5175
51762005-03-14 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * building.texi (Commands of GUD): Move paragraph on setting
5179 breakpoints with mouse to the GDB Graphical Interface node.
5180
51812005-03-07 Richard M. Stallman <rms@gnu.org>
5182
8cf51b2c
GM
5183 * misc.texi (Single Shell, Shell Options): Fix previous change.
5184
5185 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5186
51872005-03-06 Richard M. Stallman <rms@gnu.org>
5188
5189 * building.texi (Starting GUD): Don't explain text vs graphical
5190 GDB here. Just mention it and xref.
5191 Delete "just one debugger process".
5192 (Debugger Operation): Move GUD tooltip info here.
5193 (GUD Tooltips): Node deleted.
5194 (GDB Graphical Interface): Explain the two GDB modes here.
5195
8cf51b2c
GM
5196 * sending.texi (Sending Mail): Minor cleanup.
5197 (Mail Aliases): Explain quoting conventions.
5198 Update key rebinding example.
5199 (Header Editing): C-M-i is like M-TAB.
5200 (Mail Mode Misc): mail-attach-file does not do MIME.
5201
5202 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5203 that really belongs here.
5204 (Remote Mailboxes): Text moved to Rmail Inbox.
5205 (Rmail Display): Mention Mouse-1.
5206 (Movemail): Clarify two movemail versions.
5207 Clarify rmail-movemail-program.
5208
8cf51b2c
GM
5209 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5210 Document async shell commands.
5211 (Shell History): Clarify.
5212 (Shell Ring): Mention C-UP an C-DOWN.
5213 (Shell Options): Add comint-prompt-read-only.
5214 (Invoking emacsclient): Set EDITOR to run Emacs.
5215 (Sorting): No need to explain what region is.
5216 (Saving Emacs Sessions): Fix typo.
5217 (Recursive Edit): Fix punctuation.
5218 (Emulation): Don't mention "PC bindings" which are standard.
5219 (Hyperlinking): Explain Mouse-1 convention here.
5220 (Find Func): Node deleted.
5221
8cf51b2c
GM
5222 * help.texi (Name Help): Xref to Hyperlinking.
5223
5224 * glossary.texi (Glossary):
5225 Rename "Balance Parentheses" to "Balancing...".
5226 Add "Byte Compilation". Correct "Copyleft".
5227 New xref in "Customization".
5228 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5229 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5230 Rename "Registers" to "Register".
5231 Replace "Selecting" with "Selected Frame",
5232 "Selected Window", and "Selecting a Buffer".
5233
5234 * files.texi (Types of Log File): Explain how projects'
5235 methods can vary.
5236
8cf51b2c
GM
5237 * display.texi (Faces): Delete "Emacs 21".
5238
5239 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5240 * fixit.texi (Spelling): C-M-i like M-TAB.
5241 * mini.texi (Completion Options): C-M-i like M-TAB.
5242 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5243 * text.texi (Text Mode): C-M-i like M-TAB.
5244
5245 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5246
5247 * calendar.texi (Specified Dates): Mention `g w'.
5248 (Appointments): appt-activate toggles with no arg.
5249
8cf51b2c
GM
52502005-03-05 Juri Linkov <juri@jurta.org>
5251
5252 * cmdargs.texi (Emacs Invocation): Add cindex
5253 "invocation (command line arguments)"
5254 (Misc X): Add -nbc, --no-blinking-cursor.
5255
52562005-03-04 Ulf Jasper <ulf.jasper@web.de>
5257
5258 * calendar.texi (iCalendar): No need to require it now.
5259
8cf51b2c
GM
52602005-03-03 Nick Roberts <nickrob@snap.net.nz>
5261
5262 * trouble.texi (Contributing): Mention Savannah. Direct users to
5263 emacs-devel.
5264
52652005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5266
5267 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5268 window.
5269
8cf51b2c
GM
52702005-02-27 Richard M. Stallman <rms@gnu.org>
5271
5272 * building.texi (Compilation): Update mode line status info.
5273
52742005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5275
5276 * calendar.texi (General Calendar): Document binding of
5277 scroll-other-window-down.
5278 (Mayan Calendar): Fix earliest date.
5279 (Time Intervals): Document timeclock-change.
5280 Fix timeclock-ask-before-exiting documentation.
5281
52822005-02-26 Kim F. Storm <storm@cua.dk>
5283
5284 * frames.texi (Mouse References):
5285 Add mouse-1-click-in-non-selected-windows.
5286
52872005-02-25 Richard M. Stallman <rms@gnu.org>
5288
5289 * screen.texi (Screen): Explain better about cursors and mode lines;
5290 don't presuppose text terminals.
5291 (Point): Don't assume just one cursor.
5292 Clarify explanation of cursors.
5293 (Echo Area, Menu Bar): Cleanups.
5294
5295 * mini.texi (Minibuffer): Prompts are highlighted.
5296 (Minibuffer Edit): Newline = C-j only on text terminals.
5297 Clarify resize-mini-windows values.
5298 Mention M-PAGEUP and M-PAGEDOWN.
5299 (Completion Commands): Mouse-1 like Mouse-2.
5300 (Minibuffer History): Explain history commands better.
5301 (Repetition): Add xref to Incremental Search.
5302
5303 * mark.texi (Setting Mark): Clarify info about displaying mark.
5304 Clarify explanation of C-@ and C-SPC.
5305 (Transient Mark): Mention Delete Selection mode.
5306 (Marking Objects): Clean up text about extending the region.
5307
5308 * m-x.texi (M-x): One C-g doesn't always go to top level.
5309 No delay before suggest-key-bindings output.
5310
5311 * fixit.texi (Fixit): Mention C-/ for undo.
5312 (Spelling): Mention ESC TAB like M-TAB.
5313 Replacement words with r and R are rechecked.
5314 Say where C-g leaves point. Mention ? as input.
5315
53162005-02-23 Lute Kamstra <lute@gnu.org>
5317
5318 * cmdargs.texi (Initial Options): Add cross reference.
5319
8cf51b2c
GM
53202005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5321
5322 * emacs.texi (Top): Update menu for splitting of node in
5323 msdog.texi.
5324 * frames.texi (Frames): Update xref for splitting of node in
5325 msdog.texi.
5326 * trouble.texi (Quitting): Ditto.
5327
53282005-02-16 Richard M. Stallman <rms@gnu.org>
5329
5330 * windows.texi (Split Window): Simplify line truncation info
5331 and xref to Display Custom.
5332
5333 * trouble.texi (Quitting): Emergency escape only for text terminal.
5334 (Screen Garbled): C-l for ungarbling is only for text terminal.
5335
5336 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5337
5338 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5339
5340 * programs.texi (Program Modes): Mention Python mode.
5341 (Moving by Defuns): Repeating C-M-h extends region.
5342 (Basic Indent): Clarify.
5343 (Custom C Indent): Clarify.
5344 (Expressions): Repeating C-M-@ extends region.
5345 (Info Lookup): Clarify for C-h S.
5346 (Symbol Completion): ESC TAB alternative for M-TAB.
5347 (Electric C): Clarify.
5348
5349 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5350
5351 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5352 MS-DOS Input node.
5353 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5354 (MS-DOS and MULE): Clarify.
5355 (MS-DOS Processes, Windows Processes): Fix typos.
5356
5357 * major.texi (Choosing Modes): Clarify.
5358
5359 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5360 (Keyboard Macro Step-Edit): Clarify.
5361
5362 * indent.texi (Indentation): Clarifications.
5363
5364 * help.texi (Help): Correct error about C-h in query-replace.
5365 Clarify apropos vs C-h a. Fix how to search in FAQ.
5366 (Key Help): Describe C-h w here.
5367 (Name Help): Minor cleanup. C-h w moved to Key Help.
5368 Clarify the "object" joke.
5369 (Apropos): Clarify. Mouse-1 like Mouse-2.
5370 (Help Mode): Mouse-1 like Mouse-2.
5371
5372 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5373
5374 * display.texi (Display): Reorder menu.
5375 (Faces): Cleanup.
5376 (Font Lock): Cleanup. Mention Options menu.
5377 Delete obsolete text.
5378 (Scrolling): For C-l, don't presume text terminal.
5379 (Horizontal Scrolling): Simplify intro.
5380 (Follow Mode): Clarify.
5381 (Cursor Display): Moved before Display Custom.
5382 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5383 Doc default-tab-width. Doc line truncation more thoroughly.
5384
5385 * dired.texi (Dired Enter): C-x C-f can run Dired.
5386 (Dired Visiting): Comment out `a' command.
5387 Mouse-1 is like Mouse-2.
5388 (Shell Commands in Dired): ? can be used more than once.
5389
5390 * basic.texi (Continuation Lines): Simplify description of truncation,
5391 and refer to Display Custom for the rest of it.
5392
8cf51b2c
GM
53932005-02-06 Lute Kamstra <lute@gnu.org>
5394
5395 * basic.texi (Undo): Fix typo.
5396
5397 * cmdargs.texi (Emacs Invocation): Fix typo.
5398
5399 * custom.texi (Init Examples): Fix typo.
5400
5401 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5402
54032005-02-06 Richard M. Stallman <rms@gnu.org>
5404
5405 * regs.texi (Registers): Registers can hold numbers, too.
5406
5407 * killing.texi (Other Kill Commands): Cleanup.
5408 Delete redundant explanation of kill in read-only buffer.
5409 (Yanking): Mention term "copying".
5410 (Accumulating Text): Fix typo.
5411
5412 * entering.texi (Entering Emacs): Update rationale at start.
5413 (Exiting): Treat iconifying on a par with suspension.
5414
5415 * custom.texi (Minor Modes): Fix typo.
5416 (Easy Customization): Fix menu style.
5417 (Variables): Add xref.
5418 (Examining): Setting for future sessions works through .emacs.
5419 (Keymaps): "Text terminals", not "Many".
5420 (Init Rebinding): Explain \C-. Show example of \M-.
5421 Fix minor wording errors.
5422 (Function Keys): Explain vector syntax just once.
5423 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5424 (Init File): Mention .emacs.d directory.
5425 (Init Examples): Add xref.
5426 (Find Init): Mention .emacs.d directory.
5427
5428 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5429 (Action Arguments): Explain which kinds of -l args are found how.
5430 (Initial Options): --batch does not inhibit site-start.
5431 Add xrefs.
5432 (Command Example): Use --batch, not -batch.
5433
5434 * basic.texi (Inserting Text): Cleanup wording.
5435 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5436 C-n is not error at end of buffer.
5437 (Undo): Doc C-/ like C-_. Add xrefs.
5438 (Arguments): META key may be labeled ALT.
5439 Peculiar arg meanings are explained in doc strings.
5440
5441 * abbrevs.texi (Expanding Abbrevs): Clarify.
5442
54432005-02-05 Eli Zaretskii <eliz@gnu.org>
5444
5445 * frames.texi (Frame Parameters): Add an xref to the description
5446 of list-colors-display. Add a pointer to the X docs about colors.
5447
5448 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5449 Improve docs of list-colors-display.
8cf51b2c
GM
5450
54512005-02-03 Lute Kamstra <lute@gnu.org>
5452
5453 * frames.texi (Frames, Drag and Drop): Fix typos.
5454
54552005-02-03 Richard M. Stallman <rms@gnu.org>
5456
5457 * windows.texi (Basic Window): Mention color-change in mode line.
5458 (Change Window): Explain dragging vertical boundaries.
5459
5460 * text.texi (Sentences): Clarify.
5461 (Paragraphs): Explain M-a and blank lines.
5462 (Outline Mode): Clarify text and menu.
5463 (Hard and Soft Newlines): Mention use-hard-newlines.
5464
5465 * frames.texi (Frames): Delete unnecessary mention of Windows.
5466 (Mouse Commands): Likewise. Mention xterm mouse support.
5467 (Clipboard): Clarify.
5468 (Mouse References): Mention use of Mouse-1 for following links.
5469 (Menu Mouse Clicks): Clarify.
5470 (Mode Line Mouse): Clarify.
5471 (Drag and Drop): Rewrite.
5472
5473 * fixit.texi (Spelling): Fix typo.
5474
5475 * files.texi (File Names): Clarify.
5476 (Visiting): Update conditions for use of file dialog. Clarify.
5477 (Saving): Doc d as answer in save-some-buffers.
5478 (Remote Files): Clean up the text.
5479
5480 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5481
5482 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5483 (List Buffers): Clarify.
5484 (Several Buffers): Doc T command.
5485 (Buffer Convenience): Clarify menu.
5486
5487 * basic.texi (Undo): Clarify last change.
5488
54892005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5490
5491 * fixit.texi (Spelling): Fix typo.
5492
54932005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5494
5495 * basic.texi (Undo): Update description of `undo-outer-limit'.
5496
54972005-02-01 Nick Roberts <nickrob@snap.net.nz>
5498
5499 * building.texi: Update documentation relating to GDB Graphical
5500 Interface.
5501
55022005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5503
5504 * custom.texi (Easy Customization): Adapt menu to node name change.
5505
55062005-01-30 Richard M. Stallman <rms@gnu.org>
5507
5508 * custom.texi (Easy Customization): Defn of "User Option" now
5509 includes faces. Don't say just "option" when talking about variables.
5510 Do say just "options" to mean "anything customizable".
5511 (Specific Customization): Describe `customize-variable',
5512 not `customize-option'.
5513
5514 * glossary.texi (Glossary) <Faces>: Add xref.
5515 <User Option>: Change definition--include faces. Change xref.
5516
5517 * picture.texi (Picture): Mention artist.el.
5518
5519 * sending.texi, screen.texi, programs.texi, misc.texi:
5520 * mini.texi, major.texi, maintaining.texi, macos.texi:
5521 * help.texi, frames.texi, files.texi:
5522 Don't say just "option" when talking about variables.
5523
5524 * display.texi, mule.texi: Don't say just "option" when talking
5525 about variables. Other minor cleanups.
5526
8cf51b2c
GM
55272005-01-26 Lute Kamstra <lute@gnu.org>
5528
5529 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5530 File'. Mention the `-Q' option at the `--no-site-file' option.
5531
8cf51b2c
GM
55322005-01-22 David Kastrup <dak@gnu.org>
5533
5534 * building.texi (Grep Searching): Mention alias `find-grep' for
5535 `grep-find'.
5536
55372005-01-20 Richard M. Stallman <rms@gnu.org>
5538
5539 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5540
8cf51b2c
GM
55412005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5542
5543 * rmail.texi (Movemail): Explain differences
5544 between standard and mailutils versions of movemail.
5545 Describe command line and configuration options introduced
5546 with the latter.
5547 Explain the notion of mailbox URL, provide examples and
5548 cross-references to mailutils documentation.
5549 Describe various methods of specifying mailbox names,
5550 user names and user passwords for rmail.
5551 (Remote Mailboxes): New section. Describe
5552 how movemail handles remote mailboxes. Describe configuration
5553 options used to control its behavior.
5554 (Other Mailbox Formats): Explain handling of various mailbox
5555 formats.
5556
55572005-01-13 Richard M. Stallman <rms@gnu.org>
5558
5559 * commands.texi (Commands): Clarification.
5560
55612005-01-11 Richard M. Stallman <rms@gnu.org>
5562
5563 * programs.texi (Multi-line Indent): Fix previous change.
5564 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5565
8cf51b2c
GM
55662005-01-08 Richard M. Stallman <rms@gnu.org>
5567
5568 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5569 lazy-highlight.
5570
5571 * search.texi (Query Replace): Mention faces query-replace
5572 and lazy-highlight.
5573 (Incremental Search): Update isearch highlighting info.
5574
8cf51b2c
GM
55752005-01-04 Richard M. Stallman <rms@gnu.org>
5576
5577 * custom.texi (Saving Customizations): Minor improvement.
5578
8cf51b2c
GM
55792005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * custom.texi (Saving Customizations): Emacs no longer loads
5582 `custom-file' after .emacs. No longer mention customizing through
5583 Custom.
5584
8cf51b2c
GM
55852005-01-01 Andreas Schwab <schwab@suse.de>
5586
5587 * killing.texi (Graphical Kill): Move up under node Killing,
5588 change @section to @subsection.
5589
55902005-01-01 Richard M. Stallman <rms@gnu.org>
5591
5592 * custom.texi (Face Customization): Mention hex color specs.
5593
5594 * emacs.texi (Top): Update Killing submenu.
5595
5596 * killing.texi (Killing): Reorganize section.
5597 No more TeX-only text; put the node command at start of chapter.
5598 But the first section heading is used only in TeX.
5599 Rewrite the text to read better in this mode.
5600 (Graphical Kill): New subnode gets some of the text that
5601 used to be in the first section.
5602
56032004-12-31 Richard M. Stallman <rms@gnu.org>
5604
5605 * dired.texi (Shell Commands in Dired): Delete the ? example.
5606
5607 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5608
5609 * files.texi (Saving): Describe new require-final-newline features
5610 and mode-require-final-newline.
5611
8cf51b2c
GM
56122004-12-29 Richard M. Stallman <rms@gnu.org>
5613
5614 * custom.texi (File Variables): Clarify previous change.
5615
c8763fb6 56162004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5617
5618 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5619 out now.
5620
56212004-12-27 Richard M. Stallman <rms@gnu.org>
5622
5623 * Makefile.in (MAKEINFO): Specify --force.
5624
5625 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5626 (Undo): Doc undo-outer-limit.
5627
8cf51b2c
GM
56282004-12-15 Juri Linkov <juri@jurta.org>
5629
5630 * mark.texi (Transient Mark, Mark Ring): M-< and other
5631 movement commands don't set mark in Transient Mark mode
5632 if mark is active.
5633
8cf51b2c
GM
56342004-12-12 Juri Linkov <juri@jurta.org>
5635
5636 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5637 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5638
5639 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5640 (Misc Dired Commands): Add @r{(Dired)} to w.
5641
56422004-12-12 Juri Linkov <juri@jurta.org>
5643
5644 * mark.texi (Marking Objects): Marking commands also extend the
5645 region when mark is active in Transient Mark mode.
5646
8cf51b2c
GM
56472004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5648
5649 * custom.texi (Saving Customizations): Emacs only loads the custom
5650 file automatically after the init file in version 22.1 or later.
5651 Adapt text and examples to this fact.
5652
8cf51b2c
GM
56532004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5656 be set through Custom. Otherwise, it has no effect.
5657
8cf51b2c
GM
56582004-12-05 Richard M. Stallman <rms@gnu.org>
5659
5660 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5661 * entering.texi: Rename Command Line to Emacs Invocation.
5662
10d1d0af 5663 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5664
5665 * custom.texi (Easy Customization): Move up to section level,
5666 before Variables. Avoid using the term "variable"; say "option".
5667 New initial explanation.
5668 (Variables): In initial explanation, connect "variable" to the
5669 already-explained "user option".
5670
5671 * emacs.texi (Top): Fix ref to Command Line.
5672 Move reference to Easy Customization.
5673
5674 * xresources.texi (X Resources): Fix From link.
5675
5676 * doclicense.texi (GNU Free Documentation License): Fix To link.
5677
5678 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5679
5680 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5681
56822004-12-03 Richard M. Stallman <rms@gnu.org>
5683
5684 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5685
56862004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5687
5688 * kmacro.texi: Several small changes in addition to the following.
5689 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5690 defining a keyboard macro.
5691 Mention `kmacro-ring-max'.
5692 (Keyboard Macro Counter): Clarify description of
5693 `kmacro-insert-counter', `kmacro-set-counter',
5694 `kmacro-add-counter' and `kmacro-set-format'.
5695
56962004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5697
5698 * custom.texi (File Variables): Add `unibyte' and make it more
5699 clear that `unibyte' and `coding' are special. Suggested by Simon
5700 Krahnke <overlord@gmx.li>.
5701
5702 * mule.texi (Enabling Multibyte): Refer to File Variables.
5703 Suggested by Simon Krahnke <overlord@gmx.li>.
5704
c8763fb6 57052004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5706
5707 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5708 x-use-old-gtk-file-dialog.
5709
8cf51b2c
GM
57102004-11-20 Richard M. Stallman <rms@gnu.org>
5711
5712 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5713
57142004-11-09 Lars Brinkhoff <lars@nocrew.org>
5715
5716 * building.texi (Lisp Eval): Delete hyphen in section name.
5717
57182004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5719
5720 * files.texi (Old Versions):
5721 No longer document annotation as "CVS only".
5722
57232004-11-10 Andre Spiegel <spiegel@gnu.org>
5724
5725 * files.texi (Version Control): Rewrite the introduction about
5726 version systems, mentioning the new ones that we support. Thanks
5727 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5728 suggestions.
5729
c8763fb6 57302004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5731
49823426 5732 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5733
c8763fb6 57342004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5735
5736 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5737
57382004-10-23 Eli Zaretskii <eliz@gnu.org>
5739
5740 * text.texi (Text Based Tables, Table Definition)
5741 (Table Creation, Table Recognition, Cell Commands)
5742 (Cell Justification, Row Commands, Column Commands)
5743 (Fixed Width Mode, Table Conversion, Measuring Tables)
5744 (Table Misc): New nodes, documenting the Table Mode.
5745
8cf51b2c
GM
57462004-10-19 Jason Rumney <jasonr@gnu.org>
5747
5748 * makefile.w32-in (info): Change order of arguments to makeinfo.
5749
57502004-10-19 Ulf Jasper <ulf.jasper@web.de>
5751
5752 * calendar.texi (iCalendar): Update for package changes.
5753
8cf51b2c
GM
57542004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * files.texi (Misc File Ops): View mode is a minor mode.
5757
8cf51b2c
GM
57582004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5759
5760 * calendar.texi (iCalendar): Style changes.
5761
57622004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * search.texi (Regexps): The regexp described in the example is no
5765 longer stored in the variable `sentence-end'.
5766
8cf51b2c
GM
57672004-10-06 Nick Roberts <nickrob@snap.net.nz>
5768
5769 * building.texi (Starting GUD): Note that multiple debugging
5770 sessions requires `gdb --fullname'.
5771
57722004-10-05 Ulf Jasper <ulf.jasper@web.de>
5773
5774 * calendar.texi (iCalendar): New section for a new package.
5775
8cf51b2c
GM
57762004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * text.texi: Various small changes in addition to the following.
5779 (Text): Replace xref for autotype with inforef.
5780 (Sentences): Explain nil value for `sentence-end'.
5781 (Paragraphs): Update default values for `paragraph-start' and
5782 `paragraph-separate'.
5783 (Text Mode): Correct description of Text mode's effect on the
5784 syntax table.
5785 (Outline Visibility): `hide-other' does not hide top level headings.
5786 `selective-display-ellipses' no longer has an effect on Outline mode.
5787 (TeX Misc): Add missing @cindex.
5788 Replace xref for RefTeX with inforef.
5789 (Requesting Formatted Text): The variable
5790 `enriched-fill-after-visiting' no longer exists.
5791 (Editing Format Info): Update names of menu items and commands.
5792 (Format Faces): Mention special effect of specifying the default face.
5793 Describe inheritance of text properties.
5794 Correct description of `fixed' face.
5795 (Format Indentation): Correct description of effect of setting
5796 margins. Mention `set-left-margin' and `set-right-margin'.
5797 (Format Justification): Update names of menu items.
5798 `set-justification-full' is now bound to `M-j b'.
5799 Mention that `default-justification' is a per buffer variable.
5800 (Format Properties): Update name of menu item.
5801 (Forcing Enriched Mode): `format-decode-buffer' automatically
5802 turns on Enriched mode if the buffer is in text/enriched format.
5803
58042004-10-05 Emilio C. Lopes <eclig@gmx.net>
5805
5806 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5807
58082004-09-28 Kim F. Storm <storm@cua.dk>
5809
5810 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5811 Align with new functionality.
5812
8cf51b2c
GM
58132004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5814
5815 * display.texi (Display Custom): Remove stray `@end defvar'.
5816
58172004-09-23 Kim F. Storm <storm@cua.dk>
5818
5819 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5820 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5821
8cf51b2c
GM
58222004-09-20 Richard M. Stallman <rms@gnu.org>
5823
5824 * custom.texi (Hooks): Explain using setq to clear out a hook.
5825 (File Variables): Explain multiline string constants.
5826 (Non-ASCII Rebinding): Explain when you need to update
5827 non-ASCII char codes in .emacs.
5828
5829 * building.texi (Compilation): Explain how to make a silent
5830 subprocess that won't be terminated. Explain compilation-environment.
5831
58322004-09-13 Kim F. Storm <storm@cua.dk>
5833
5834 * mini.texi (Repetition): Rename isearch-resume-enabled to
5835 isearch-resume-in-command-history and change default to disabled.
5836
8cf51b2c
GM
58372004-09-09 Kim F. Storm <storm@cua.dk>
5838
5839 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5840 with new `kmacro-name-last-macro'.
5841
8cf51b2c
GM
58422004-09-08 Juri Linkov <juri@jurta.org>
5843
5844 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5845
8cf51b2c
GM
58462004-09-03 Juri Linkov <juri@jurta.org>
5847
5848 * search.texi (Incremental Search): Update wording for M-%.
5849
58502004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * killing.texi (Killing): Correct description of kill commands in
5853 read-only buffer.
5854
58552004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5856
5857 * building.texi (Compilation Mode): Add a paragraph about rules
5858 for finding the compilation buffer for `next-error'.
5859
5860 * search.texi (Other Repeating Search): Mention that Occur mode
5861 supports the next-error functionality.
5862
58632004-09-02 Juri Linkov <juri@jurta.org>
5864
5865 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5866
58672004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5868
5869 * kmacro.texi (Basic Keyboard Macro):
5870 `apply-macro-to-region-lines' now operates on all lines that begin
5871 in the region, rather than on all complete lines in the region.
5872
c8763fb6 58732004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5874
5875 * frames.texi (Drag and drop): Add documentation about
5876 x-dnd-test-function and x-dnd-known-types.
5877
58782004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * indent.texi: Various minor changes in addition to:
5881 (Indentation Commands): Correct description of `indent-relative'.
5882 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5883 mode. The *Tab Stops* buffer uses Overwrite Mode.
5884 (Just Spaces): `tabify' converts sequences of at least two spaces
5885 to tabs.
5886
8cf51b2c
GM
58872004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5888
5889 * frames.texi (Secondary Selection): Setting the secondary
5890 selection with M-Drag-Mouse-1 does not alter the kill ring,
5891 setting it with M-Mouse-1 and M-Mouse-3 does.
5892 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5893 toolkit scroll bars.
5894 (Scroll Bars): Ditto.
5895
5896 * windows.texi (Basic Window): When using a window system, the value
5897 of point in a non-selected window is indicated by a hollow box.
5898 (Split Window): Side by side windows are separated by a scroll bar,
5899 if scroll bars are used.
5900 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5901 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5902 (Window Convenience): Update bindings for `winner-undo' and
5903 `winner-redo'.
5904
5905 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5906 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5907 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5908 of "Using Emacs as a Server".
5909 * building.texi (Building): Interchange nodes (for correct numbering).
5910 * programs.texi (Programs): Interchange nodes (for correct numbering).
5911 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5912 Info to the node structure.
5913 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5914 Rearrange order of nodes and sections such that both "GNU GENERAL
5915 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5916 end, as appropriate for appendices.
5917 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5918 Use `@unnumberedsec'.
5919 * trouble.texi: Adapt sectioning in Info to the node structure.
5920 Adapt node pointers to change in emacs.texi.
5921 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5922
8cf51b2c
GM
59232004-08-25 Kenichi Handa <handa@m17n.org>
5924
5925 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5926 description for unibyte mode.
5927
59282004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5929
5930 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5931
5932 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5933 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5934 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5935 in @pxref.
5936
59372004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5940 Change section names.
5941
8cf51b2c
GM
59422004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5943
5944 * kmacro.texi (Keyboard Macro Ring): Rename section.
5945 Emacs treats the head of the macro ring as the `last keyboard macro'.
5946 (Keyboard Macro Counter): Minor change.
5947 (Save Keyboard Macro): Some clarifications.
5948 (Edit Keyboard Macro): Rename section.
5949
5950 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5951 32-bit machines.
5952 (Several Buffers): Clarify which buffer is selected if `2' is
5953 pressed in the Buffer Menu.
5954 Auto Revert mode can be used to update the Buffer Menu
5955 automatically.
5956
59572004-08-21 Eli Zaretskii <eliz@gnu.org>
5958
5959 * help.texi (Misc Help): Add an index entry for finding an Info
5960 manual by its file name.
5961
59622004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5963
5964 * files.texi (Backup Deletion): Correct description of
5965 `delete-old-versions'.
5966 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5967 (Auto Save Files): Recommend `auto-save-mode' to reenable
5968 auto-saving, rather than the abbreviation `auto-save'.
5969
59702004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5971
5972 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5973 for "killing" and "yanking" in main menu.
5974
59752004-08-16 Richard M. Stallman <rms@gnu.org>
5976
5977 * killing.texi (Yanking, Killing): Minor cleanups.
5978
5979 * mark.texi (Momentary Mark): Minor cleanups.
5980
59812004-08-15 Kenichi Handa <handa@etl.go.jp>
5982
5983 * custom.texi (Non-ASCII Rebinding):
5984 C-q always inserts the right code to pass to global-set-key.
5985
8cf51b2c
GM
59862004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5987
5988 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5989 `insert-register', instead of `C-x r g' binding, for consistency.
5990
59912004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * fixit.texi (Spelling): Fix typo.
5994
59952004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5996
5997 * help.texi (Help): Fix Texinfo usage.
5998
8cf51b2c
GM
59992004-07-24 Richard M. Stallman <rms@gnu.org>
6000
6001 * text.texi (Paragraphs): Update how paragraphs are separated
6002 and the default for paragraph-separate.
6003
6004 * search.texi (Regexp Replace): Further update text for new
6005 replacement operators.
6006
8cf51b2c
GM
60072004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6008
6009 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6010 `R' switch.
6011
6012 * dired.texi (Dired Updating): `k' only deletes inserted
6013 subdirectories from the Dired buffer if a prefix argument was given.
6014
6015 * search.texi (Regexps): Delete redundant definition of `symbol' in
6016 description of `\_>'. It already occurs in the description of `\_<'.
6017
8cf51b2c
GM
60182004-07-01 Juri Linkov <juri@jurta.org>
6019
6020 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6021 (Regexp Search): Add M-r.
6022
60232004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6024
6025 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6026
60272004-06-29 Jesper Harder <harder@ifa.au.dk>
6028
49823426 6029 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
6030
60312004-06-25 Richard M. Stallman <rms@gnu.org>
6032
6033 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6034
60352004-06-25 David Kastrup <dak@gnu.org>
6036
6037 * search.texi (Regexp Replace): Some typo corrections and
6038 rearrangement.
6039
60402004-06-24 David Kastrup <dak@gnu.org>
6041
6042 * search.texi (Unconditional Replace): Use replace-string instead
6043 of query-replace in example.
6044 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6045 sequences.
6046 (Query Replace): Correct explanation of `^' which does not use
6047 the mark stack.
6048
60492004-06-21 Nick Roberts <nickrob@gnu.org>
6050
6051 * misc.texi (Shell History Copying): Document comint-insert-input.
6052 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6053
8cf51b2c
GM
60542004-06-20 Jesper Harder <harder@ifa.au.dk>
6055
6056 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6057 * custom.texi (Customization): Do.
6058 * anti.texi (Antinews): Do.
6059 * abbrevs.texi (Defining Abbrevs): Do.
6060
6061 * programs.texi (Info Lookup): Fix keybinding for
6062 info-lookup-symbol.
6063
60642004-06-16 Juanma Barranquero <lektu@terra.es>
6065
6066 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6067 Add emacs-xtra.
6068 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6069 (clean): Add emacs-xtra and flymake. Remove redundancies.
6070
60712004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6074 Add emacs-xtra.
6075 * emacs-xtra.texi: New file.
6076
60772004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6078
6079 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6080 (Dired and Find): Mention differences with ordinary Dired buffers.
6081
8cf51b2c
GM
60822004-06-13 Richard M. Stallman <rms@gnu.org>
6083
6084 * custom.texi (Init Syntax): Explain about vars that do special
6085 things when set with setq or with Custom.
6086 (Init Examples): Add line-number-mode example.
6087
8cf51b2c
GM
60882004-06-12 Juri Linkov <juri@jurta.org>
6089
6090 * dired.texi (Operating on Files): Add dired-do-touch.
6091
8cf51b2c
GM
60922004-06-10 Juri Linkov <juri@jurta.org>
6093
6094 * building.texi (Lisp Eval): Add C-M-x on defface.
6095
60962004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * files.texi (Reverting): Auto-Revert mode and
6099 Global Auto-Revert mode no longer revert remote files.
6100
8cf51b2c
GM
61012004-05-29 Richard M. Stallman <rms@gnu.org>
6102
6103 * custom.texi (Init File): Two dashes start --no-site-file.
6104
8cf51b2c
GM
61052004-05-29 Alan Mackenzie <acm@muc.de>
6106
6107 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 6108 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
6109 (AWK, Pike): Document as "C-like modes".
6110 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6111 (M-x man): Supersedes M-x manual-entry.
6112 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6113
6114 ("Comments in C"): Delete node; the info is in CC Mode manual.
6115 (c-comment-only-line-offset): Remove description.
6116
6117 (C-c ., C-c C-c): Describe new C Mode bindings.
6118
6119 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6120 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6121 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6122 Amend definitions.
6123
6124 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6125 Describe functions.
6126
6127 (c-comment-start-regexp, c-hanging-comment-ender-p)
6128 (c-hanging-comment-starter-p): Remove obsolete definitions.
6129
6130 * emacs.texi: Remove the menu entry "Comments in C".
6131
8cf51b2c
GM
61322004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6133
6134 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6135 `M-x locate'.
6136
61372004-05-16 Karl Berry <karl@gnu.org>
6138
6139 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6140 makeinfo --html fails.
6141 * help.texi (Help Summary) [@ifnottex]: Likewise.
6142
61432004-05-13 Nick Roberts <nickrob@gnu.org>
6144
6145 * building.texi (GDB Graphical Interface): Update and describe
6146 layout first.
6147
8cf51b2c
GM
61482004-05-04 Jason Rumney <jasonr@gnu.org>
6149
6150 * makefile.w32-in: Revert last change.
6151
61522004-05-03 Jason Rumney <jasonr@gnu.org>
6153
6154 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6155
8cf51b2c
GM
61562004-04-23 Juanma Barranquero <lektu@terra.es>
6157
6158 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6159
61602004-04-18 Juri Linkov <juri@jurta.org>
6161
6162 * fixit.texi (Spelling): Remove file extension from ispell xref.
6163
61642004-04-15 Kim F. Storm <storm@cua.dk>
6165
6166 * cmdargs.texi (Initial Options): Add -Q.
6167
61682004-04-05 Kim F. Storm <storm@cua.dk>
6169
6170 * custom.texi (File Variables): Add safe-local-eval-forms.
6171
8cf51b2c
GM
61722004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6173
6174 * files.texi (Reverting): Correct description of revert-buffer's
6175 handling of point.
6176
61772004-03-22 Juri Linkov <juri@jurta.org>
6178
6179 * emacs.texi (Top): Add `Misc X'.
6180
49823426 6181 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6182
6183 * glossary.texi: Improve references.
6184
6185 * help.texi: Sync keywords with finder.el.
6186
6187 * mini.texi (Completion): Add description for menu items.
6188
6189 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6190
6191 * sending.texi (Mail Methods): Fix xref to Message manual.
6192
8cf51b2c
GM
61932004-03-12 Richard M. Stallman <rms@gnu.org>
6194
8cf51b2c
GM
6195 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6196
8cf51b2c
GM
61972004-03-04 Richard M. Stallman <rms@gnu.org>
6198
6199 * search.texi (Regexps): Explain that ^ and $ have their
6200 special meanings only in certain contexts.
6201
6202 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6203
6204 * mule.texi (Specify Coding): Doc C-x RET F.
6205
6206 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6207 for multiple compile and grep buffers.
6208 (Indirect Buffers): Don't recommand clone-indirect-buffer
6209 for multiple compile and grep buffers.
6210
8cf51b2c
GM
62112004-02-29 Juanma Barranquero <lektu@terra.es>
6212
6213 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6214 Use $(DEL) instead of rm, and ignore exit code.
6215
8cf51b2c
GM
62162004-02-23 Nick Roberts <nick@nick.uklinux.net>
6217
6218 * building.texi (Watch Expressions): Update.
6219
62202004-02-21 Juri Linkov <juri@jurta.org>
6221
6222 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6223 --directory, --help, --version. Move text about command-line-args
6224 to Command Arguments.
6225 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6226 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6227 (Window Size X): Join -g and --geometry. Add @cindex.
6228 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6229 (Title X): Remove alias -title.
6230 (Misc X): New node.
6231
c8763fb6 62322004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6233
6234 * frames.texi (Drag and drop): Add Motif to list of supported
6235 protocols.
6236
c8763fb6 62372004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6238
6239 * frames.texi (Drag and drop): New section.
6240
62412004-01-24 Richard M. Stallman <rms@gnu.org>
6242
6243 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6244 Include it only @ifnotinfo. Patch the preceding and following
6245 node headers to point to each other.
6246
62472004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6248
6249 * calendar.texi (Appointments): Update section.
6250
62512003-12-29 Kevin Ryde <user42@zip.com.au>
6252
8cf51b2c
GM
6253 * programs.texi (C Modes): Fix the xref.
6254
62552003-12-23 Nick Roberts <nick@nick.uklinux.net>
6256
6257 * building.texi (Watch Expressions): Update.
6258 (Commands of GUD): Include use of toolbar + breakpoints set from
6259 fringe/margin.
6260
62612003-12-03 Andre Spiegel <spiegel@gnu.org>
6262
6263 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6264 <acm@muc.de>.
6265
c8763fb6 62662003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6267
6268 * frames.texi (Dialog Boxes): Add use-file-dialog.
6269
8cf51b2c
GM
62702003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6271
6272 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6273 in CC Mode.
6274
8cf51b2c
GM
62752003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6276
6277 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6278 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6279 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6280 * man/frames.texi, man/glossary.texi, man/killing.texi:
6281 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6282 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6283 * man/sending.texi, man/text.texi, man/trouble.texi:
6284 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6285
62862003-11-01 Alan Mackenzie <acm@muc.de>
6287
6288 * search.texi (Scrolling During Incremental Search): Document a
6289 new scrolling facility in isearch mode.
6290
8cf51b2c
GM
62912003-10-22 Miles Bader <miles@gnu.org>
6292
6293 * Makefile.in (info): Move before $(top_srcdir)/info.
6294
62952003-10-22 Nick Roberts <nick@nick.uklinux.net>
6296
6297 * building.texi (Watch Expressions): Update section on data display
6298 to reflect code changes (GDB Graphical Interface).
6299
8cf51b2c
GM
63002003-10-13 Richard M. Stallman <rms@gnu.org>
6301
6302 * xresources.texi (GTK resources): Clean up previous change.
6303
c8763fb6 63042003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6305
6306 * xresources.texi (GTK resources): Add a note that some themes
6307 disallow customizations. Add scroll theme example.
6308
8cf51b2c
GM
63092003-09-30 Richard M. Stallman <rms@gnu.org>
6310
8cf51b2c
GM
6311 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6312
6313 * misc.texi (Saving Emacs Sessions): Shorten the section,
6314 collapsing back into one node.
6315
63162003-09-30 Lars Hansen <larsh@math.ku.dk>
6317
6318 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6319
ce058493 63202003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6321
6322 * xresources.texi (GTK names in Emacs): Correct typo.
6323
8cf51b2c
GM
63242003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6325
6326 * cmdargs.texi (Font X): Mention new default font. More
6327 fully describe long font names, wildcard patterns and the
6328 problems involved. (Result of discussion on emacs-devel.)
6329
63302003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6331
6332 * emacs.texi (Acknowledgements): Correct typo.
6333
63342003-09-22 Richard M. Stallman <rms@gnu.org>
6335
6336 * dired.texi (Misc Dired Commands): New node.
6337 (Dired Navigation): Add dired-goto-file.
6338
6339 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6340
6341 * emacs.texi (Acknowledgements): New node, split from Distribution.
6342
6343 * cmdargs.texi (Action Arguments): -f reads interactive args.
6344
8cf51b2c
GM
63452003-09-08 Lute Kamstra <lute@gnu.org>
6346
6347 * screen.texi (Mode Line): Say that POS comes before LINE.
6348 Mention `size-indication-mode'.
6349 * display.texi (Optional Mode Line): Document
6350 `size-indication-mode'.
6351 * basic.texi (Position Info): Mention `size-indication-mode'.
6352
63532003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6354
6355 * xresources.texi (Resources): Refer to `editres' man page.
6356 (Lucid Resources): Update defaults. Expand description of
6357 `shadowThickness'.
6358
63592003-09-04 Miles Bader <miles@gnu.org>
6360
6361 * Makefile.in (top_srcdir): New variable.
6362 ($(top_srcdir)/info): New rule.
6363 (info): Depend on it.
6364
63652003-09-03 Peter Runestig <peter@runestig.com>
6366
6367 * makefile.w32-in: New file.
6368
63692003-08-29 Richard M. Stallman <rms@gnu.org>
6370
6371 * misc.texi (Saving Emacs Sessions): Correct previous change.
6372
8cf51b2c
GM
63732003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6374
8cf51b2c
GM
6375 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6376 (Intro): Include kmacro.texi after fixit.texi instead of after
6377 custom.texi. (As suggested by Kim Storm.)
6378
63792003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6380
6381 * fixit.texi (Fixit): Update `Next' pointer.
6382 * files.texi (Files): Update `Previous' pointer.
6383 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6384 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6385 (Suggested by Kim Storm.)
6386 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6387
63882003-08-18 Kim F. Storm <storm@cua.dk>
6389
6390 * kmacro.texi: New file describing enhanced keyboard macro
6391 functionality. Replaces old description in custom.texi.
6392
6393 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6394 (Keyboard Macros): Move to new kmacro.texi file.
6395
6396 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6397
8cf51b2c
GM
63982003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6399
6400 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6401
64022003-08-17 Alex Schroeder <alex@gnu.org>
6403
6404 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6405 required.
6406
8cf51b2c
GM
64072003-08-05 Richard M. Stallman <rms@gnu.org>
6408
6409 * programs.texi (Lisp Indent): Don't describe
6410 lisp-indent-function property here. Use xref to Lisp Manual.
6411
8cf51b2c
GM
64122003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6413
fffa137c 6414 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6415 abbreviations.
6416
64172003-07-24 Markus Rost <rost@math.ohio-state.edu>
6418
6419 * buffers.texi (List Buffers): Fix previous change.
6420
8cf51b2c
GM
64212003-07-13 Markus Rost <rost@math.ohio-state.edu>
6422
6423 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6424 List*.
6425
64262003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6427
8cf51b2c
GM
6428 * display.texi (Font Lock): Fix typo.
6429
64302003-07-07 Richard M. Stallman <rms@gnu.org>
6431
6432 * display.texi (Font Lock): Add xref for format info on
6433 font-lock-remove-keywords.
6434
6435 * building.texi (Compilation): Document what happens with asynch
6436 children of compiler process.
6437
6438 * help.texi (Library Keywords): Use @multitable.
6439
8cf51b2c
GM
64402003-06-04 Richard M. Stallman <rms@gnu.org>
6441
6442 * programs.texi (Expressions): Delete C-M-DEL.
6443
6444 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6445 comint-move-point-for-output renamed from
6446 comint-scroll-to-bottom-on-output.
6447
6448 * custom.texi (Init Rebinding): Replace previous change with xref.
6449 (Non-ASCII Rebinding): Explain that issue more briefly here.
6450
64512003-05-28 Richard M. Stallman <rms@gnu.org>
6452
6453 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6454
64552003-05-28 Nick Roberts <nick@nick.uklinux.net>
6456
6457 * building.texi (GDB Graphical Interface): New node.
6458 (Rewritten somewhat by RMS.)
6459
c8763fb6 64602003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6461
6462 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6463 non-English letters. Explain how to set coding systems correctly
6464 and how to include the right coding cookie in the file.
6465
c8763fb6 64662003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6467
6468 * indent.texi (Indentation): Explain the concepts.
6469 (Just Spaces): Explain why preventing tabs for indentation might
6470 be useful.
6471
8cf51b2c
GM
64722003-04-16 Richard M. Stallman <rms@gnu.org>
6473
6474 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6475
8cf51b2c
GM
64762003-02-22 Alex Schroeder <alex@emacswiki.org>
6477
6478 * cmdargs.texi (General Variables): Document SMTPSERVER.
6479
8cf51b2c
GM
6480 * sending.texi: Remove SMTP node.
6481 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6482 library.
6483
8cf51b2c
GM
64842003-02-22 Alex Schroeder <alex@emacswiki.org>
6485
6486 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6487
64882003-02-22 Simon Josefsson <jas@extundo.com>
6489
6490 * sending.texi (Mail Methods): Add node about SMTP.
6491
c8763fb6 64922003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6493
6494 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6495
8cf51b2c
GM
64962003-02-01 Kevin Ryde <user42@zip.com.au>
6497
6498 * glossary.texi (Glossary): Correction to cl cross reference.
6499
65002003-01-20 Richard M. Stallman <rms@gnu.org>
6501
6502 * killing.texi (Rectangles): Document C-x c r.
6503
c8763fb6 65042003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6505
6506 * xresources.texi (GTK resources): New node.
6507 (GTK widget names): New node.
6508 (GTK names in Emacs): New node.
6509 (GTK styles): New node.
6510
c8763fb6 65112003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6512
6513 * maintaining.texi (Create Tags Table): Add reference to the new
6514 `etags --help --lang=LANG' option.
6515
8cf51b2c
GM
65162002-10-02 Karl Berry <karl@gnu.org>
6517
49823426 6518 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6519 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6520 where needed for the sake of the HTML output.
8cf51b2c
GM
6521
65222001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6523
6524 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6525 source files.
6526
65272001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6528
6529 * Makefile.in (emacsman): New target.
6530
8cf51b2c
GM
65312001-10-20 Gerd Moellmann <gerd@gnu.org>
6532
6533 * (Version 21.1 released.)
6534
65352001-10-05 Gerd Moellmann <gerd@gnu.org>
6536
6537 * Branch for 21.1.
6538
8cf51b2c
GM
65392001-03-05 Gerd Moellmann <gerd@gnu.org>
6540
6541 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6542
8cf51b2c
GM
65432000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6544
6545 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6546
8cf51b2c
GM
65471999-07-12 Richard Stallman <rms@gnu.org>
6548
6549 * Version 20.4 released.
6550
65511998-12-04 Markus Rost <rost@delysid.gnu.org>
6552
6553 * Makefile.in (INFO_TARGETS): Delete customize.info.
6554 (DVI_TARGETS): Delete customize.dvi.
6555 (../info/customize, customize.dvi): Targets deleted.
6556
65571998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6558
6559 * Version 20.3 released.
6560
65611998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6562
6563 * Makefile.in (EMACSSOURCES): Add mule.texi.
6564 Add msdog.texi, ack.texi. Remove gnu1.texi.
6565
65661998-04-06 Andreas Schwab <schwab@gnu.org>
6567
6568 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6569 it in dvi targets.
8cf51b2c
GM
6570
65711997-09-23 Paul Eggert <eggert@twinsun.com>
6572
6573 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6574 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6575 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6576
65771997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6578
6579 * Version 20.2 released.
6580
65811997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6582
6583 * Version 20.1 released.
6584
65851997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6586
6587 * Makefile (../info/customize, customize.dvi): New targets.
6588 (INFO_TARGETS): Add ../info/customize.
6589 (DVI_TARGETS): Add customize.dvi.
6590
8cf51b2c
GM
65911996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6592
6593 * Version 19.33 released.
6594
65951996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6596
6597 * Version 19.32 released.
6598
8cf51b2c
GM
65991996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6600
6601 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6602
66031996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6604
6605 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6606 Specify -I option.
6607 (All dvi targets): Set the TEXINPUTS variable.
6608
66091996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6610
6611 * Version 19.31 released.
6612
8cf51b2c
GM
66131995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6614
6615 * Version 19.30 released.
6616
8cf51b2c
GM
66171995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6618
6619 * Makefile.in (maintainer-clean): Rename from realclean.
6620
66211994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6622
6623 * Makefile.in: New file.
6624 * Makefile: File deleted.
6625
66261994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6627
6628 * Makefile (TEXINDEX_OBJS): Variable deleted.
6629 (texindex, texindex.o, getopt.o): Rules deleted.
6630 All deps on texindex deleted.
6631 (distclean): Don't delete texindex.
6632 (mostlyclean): Don't delete *.o.
6633 * texindex.c, getopt.c: Files deleted.
6634
66351994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6636
6637 * Version 19.26 released.
6638
66391994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6640
6641 * Makefile (EMACSSOURCES): Exclude undo.texi.
6642
66431994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6644
6645 * Version 19.25 released.
6646
66471994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6648
6649 * Version 19.24 released.
6650
66511994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6652
6653 * Version 19.23 released.
6654
66551994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6656
6657 * Makefile: Delete spurious tab.
6658
66591994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6660
6661 * Makefile (.SUFFIXES): New rule.
6662
8cf51b2c
GM
66631993-12-04 Richard Stallman (rms@srarc2)
6664
6665 * getopt.c: New file.
6666 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6667 (getopt.o): New rule.
6668 (dvi): Don't depend on texindex.
49823426 6669 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6670
66711993-12-03 Richard Stallman (rms@srarc2)
6672
49823426
GM
6673 * Makefile (TEXI2DVI): New variable.
6674 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6675 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6676
66771993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6678
6679 * Version 19.22 released.
6680
66811993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6682
6683 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6684
66851993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6686
6687 * Version 19.21 released.
6688
8cf51b2c
GM
66891993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6690
6691 * Makefile (realclean): Don't delete the Info files.
6692
f0131492 66931993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6694
8cf51b2c
GM
6695 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6696 4' where appropriate.
6697
f0131492 66981993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6699
49823426 6700 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6701
6702 * texindex.c: Include "../src/config.h" if building in emacs.
6703
6704 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6705 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6706 Add target to build texindex.c, defining `emacs'.
6707
8cf51b2c
GM
67081993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6709
6710 * Version 19.19 released.
6711
8cf51b2c
GM
67121993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6713
6714 * Version 19.18 released.
6715
67161993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6717
6718 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6719
67201993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6721
6722 * Version 19.17 released.
6723
67241993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6725
6726 * split-man: Fix typos in last change.
6727
67281993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6729
6730 * Version 19.16 released.
6731
67321993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6733
6734 * version 19.15 released.
6735
67361993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6737
6738 * Makefile (distclean): It's rm, not rf.
6739
67401993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6741
6742 * Version 19.14 released.
6743
67441993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6745
6746 * Makefile: New file.
6747
67481993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6749
6750 * Version 19.13 released.
6751
67521993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6753
6754 * Version 19.9 released.
6755
67561993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6757
6758 * Version 19.8 released.
6759
67601993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6761
6762 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6763
6764 * trouble.texi: It's `enable-flow-control-on', not
6765 `evade-flow-control-on'.
6766
67671993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6768
6769 * display.texi: Document standard-display-european.
6770
67711993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6772
6773 * Version 19.7 released.
6774
6775 * emacs.texi: Add a sentence to the top menu mentioning the
6776 specific version of Emacs this manual applies to.
6777
67781993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6779
6780 * basic.texi: Document next-line-add-lines variable used to
6781 implement down-arrow.
6782
6783 * killing.texi: Document kill-whole-line.
6784
67851993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6786
6787 * text.texi: Update unix TeX ordering information.
6788
67891993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6790
6791 * news.texi: Mention fill-rectangle in keybinding list.
6792
6793 * killing.texi: Document fill-rectangle.
6794
67951993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6796
6797 * vc.texi: Bring the docs up to date with VC 5.2.
6798
67991992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6800
6801 * emacs.tex: Mention blackbox and gomoku under Amusements.
6802 Assembler mode is now mentioned and appropriately indexed
6803 under Programming Modes.
6804
68051991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6806
6807 * emacs.tex: Update TeX ordering information.
6808
8cf51b2c
GM
68091990-06-26 David Lawrence (tale@geech)
6810
6811 * emacs.tex: Note that completion-ignored-extensions is not used
6812 to filter out names when all completions are displayed in
6813 *Completions*.
6814
68151990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6816
6817 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6818
68191990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6820
6821 * emacs.tex: Add @findex grep.
6822
8cf51b2c
GM
68231988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6824
6825 * emacs.tex: Correct two typos. No other changes before
6826 Version 19 will be made.
6827
8cf51b2c
GM
68281988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6829
6830 * emacs.tex: Update information for obtaining TeX distribution from the
6831 University of Washington.
6832
6833;; Local Variables:
c8763fb6 6834;; coding: utf-8
8cf51b2c
GM
6835;; fill-column: 79
6836;; add-log-time-zone-rule: t
6837;; End:
6838
6839 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6840 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
6841
6842 This file is part of GNU Emacs.
6843
352c8b4a 6844 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6845 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6846 the Free Software Foundation, either version 3 of the License, or
6847 (at your option) any later version.
8cf51b2c
GM
6848
6849 GNU Emacs is distributed in the hope that it will be useful,
6850 but WITHOUT ANY WARRANTY; without even the implied warranty of
6851 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6852 GNU General Public License for more details.
6853
6854 You should have received a copy of the GNU General Public License
352c8b4a 6855 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6856
6857;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd