* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK response.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
26e533e2
CY
12009-12-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * misc.texi (Shell): Document async-shell-command.
4
5 * building.texi (Grep Searching): Document zrgrep.
6
7 * mini.texi (Completion Options): Mention `initals' completion style.
8
7ee6c59b
NR
92009-12-29 Nick Roberts <nickrob@snap.net.nz>
10
11 * building.texi: Import GDB Graphical Interface description from
12 EMACS_23_1_RC.
13
91ed7ea8
CY
142009-12-24 Chong Yidong <cyd@stupidchicken.com>
15
16 * emacs.texi (Top): Update node listing.
17
18 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
19
20 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
21
22 * cmdargs.texi (Initial Options):
23 * xresources.texi (Resources): Document inhibit-x-resources.
24
25 * custom.texi (Specifying File Variables): Note that minor modes are
26 enabled unconditionally.
27
28 * display.texi (Scrolling): Briefly document the old recenter command,
29 and document recenter-positions.
30
31 * files.texi (Visiting):
32 * buffers.texi (Buffers): Max buffer size is now 512 MB.
33
34 * frames.texi (Cut/Paste Other App): Document
35 save-interprogram-paste-before-kill.
36
37 * killing.texi (Kill Options): New node.
38
6ca89aaa
CY
392009-12-05 Chong Yidong <cyd@stupidchicken.com>
40
41 * misc.texi (Shell Options): ansi-color is now default.
42
806642d4
GM
432009-12-05 Glenn Morris <rgm@gnu.org>
44
806642d4
GM
45 * emacs.texi (Top): Update menu for cal-xtra node changes.
46 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
47 or mode line. Don't mention invisible text or the details of
48 diary-print-entries here, only in cal-xtra.
49 (Format of Diary File): Mention that the "date on first line" format
50 only really affects the simple display.
51 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
52 (Diary Customizing): Holidays may be in the buffer or mode line.
53 Move diary-print-entries to the "Diary Display" section.
54 (Diary Display): New section, split out from "Fancy Diary Display".
55 Explain the limitations of simple display, and how to print it.
56
1a4f0c0a
GM
57 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
58
e11adbd8
GM
59 * cal-xtra.texi (Diary Display): Mention View mode.
60
29a483ac
JL
612009-11-29 Juri Linkov <juri@jurta.org>
62
63 * display.texi (Highlight Interactively): Actually a list of
64 default faces is pre-loaded into a list of default values
65 instead of the history.
66
83d60c79
GM
672009-11-20 Glenn Morris <rgm@gnu.org>
68
69 * ack.texi (Acknowledgments):
70 * emacs.texi (Acknowledgments): Add htmlfontify.
71
276bbe96
GM
722009-11-14 Glenn Morris <rgm@gnu.org>
73
98ad1bae
GM
74 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
75
276bbe96
GM
76 * ack.texi (Acknowledgments):
77 * emacs.texi (Acknowledgments): Update for recent Org changes.
78
18430066
CY
792009-10-31 Chong Yidong <cyd@stupidchicken.com>
80
81 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
82 `charset' property, which is irrelevant to the user manual (Bug#3526).
83
522ddc9f
JB
842009-10-14 Juanma Barranquero <lekktu@gmail.com>
85
86 * trouble.texi (DEL Does Not Delete): Fix typo.
87
50b49ade
MA
882009-10-05 Michael Albinus <michael.albinus@gmx.de>
89
90 * files.texi (Misc File Ops): Mention copy-directory.
91
6308321a
EZ
922009-10-04 Eli Zaretskii <eliz@gnu.org>
93
43b3b4d1
EZ
94 * mule.texi (Unibyte Mode): Emphasize that
95 unibyte-display-via-language-environment affects only the display.
96
6308321a
EZ
97 * display.texi (Horizontal Scrolling): Document cursor behavior under
98 horizontal scrolling when point moves off the screen (Bug#4564).
99 Improve wording.
100
bd51ea7f
MA
1012009-10-01 Michael Albinus <michael.albinus@gmx.de>
102
103 * files.texi (Directories): delete-directory prompts for recursive
104 deletion.
105
55381962
GM
1062009-09-30 Glenn Morris <rgm@gnu.org>
107
108 * ack.texi (Acknowledgments):
109 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
110
13989ab1
TH
1112009-09-25 Tassilo Horn <tassilo@member.fsf.org>
112
113 * dired.texi (Dired Navigation): Use @code instead of @var for
114 dired-isearch-filenames, so that it's not capitalized.
115
8ba46c89
CY
1162009-09-19 Chong Yidong <cyd@stupidchicken.com>
117
118 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
119
120 * entering.texi (Exiting): C-z is now bound to suspend-frame.
121
122 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
123 (Key Bindings): Reference Init Rebinding in introductory text. Shift
124 some of the introduction to Keymaps node.
125 (Keymaps): Simplify.
126 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
127 (Minibuffer Maps): Remove mention of Mocklisp.
128 (Init Rebinding): Move mode-local rebinding example here from Local
129 Keymaps.
130 (Modifier Keys): Clarify.
1e11b018 131 (Rebinding): Add cindex for "binding keys".
8ba46c89 132
6a5ca7c8
CY
1332009-09-13 Chong Yidong <cyd@stupidchicken.com>
134
135 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
136
0e1cba51
NR
1372009-08-31 Nick Roberts <nickrob@snap.net.nz>
138
6a5ca7c8 139 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 140 Re-organise these two sections.
0e1cba51 141
76a87a4d
EZ
1422009-08-29 Eli Zaretskii <eliz@gnu.org>
143
144 * cmdargs.texi (Initial Options): Fix last change.
145
82e98df4
SM
1462009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * mule.texi (Enabling Multibyte):
149 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
150 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
151
fb89fad9
GM
1522009-08-20 Glenn Morris <rgm@gnu.org>
153
154 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
155
e99652b0
GM
1562009-08-19 Glenn Morris <rgm@gnu.org>
157
158 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
159
5cca97ad
GM
1602009-08-18 Glenn Morris <rgm@gnu.org>
161
162 * ack.texi (Acknowledgments):
163 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
164
997797ae 165 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 166
985bf85b
GM
1672009-08-09 Glenn Morris <rgm@gnu.org>
168
169 * ack.texi (Acknowledgments):
170 * emacs.texi (Acknowledgments): Add gdb-mi entry.
171
8d6bb99e
DD
1722009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
173
174 * emacs.texi (Top): Add new menu items for GDB-UI.
175
176 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 177 section. Threads buffer is in separate section now.
8d6bb99e 178
8353da9c
GM
1792009-08-08 Glenn Morris <rgm@gnu.org>
180
181 * ack.texi (Acknowledgments):
182 * emacs.texi (Acknowledgments):
183 Update for js2-mode and org changes.
184
f2074faf
MA
1852009-08-02 Michael Albinus <michael.albinus@gmx.de>
186
187 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
188 files.
189
e8d2d3fb
CY
1902009-07-28 Chong Yidong <cyd@stupidchicken.com>
191
192 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
193
324a4f6a
GM
1942009-07-23 Glenn Morris <rgm@gnu.org>
195
196 * programs.texi (Matching): Update blink-matching-paren-distance.
197
b6937a70
CY
1982009-07-21 Chong Yidong <cyd@stupidchicken.com>
199
200 * frames.texi (Cut/Paste Other App): For select-active-regions,
201 selection is now updated on moving point.
202
bd8aaa36
RS
2032009-07-21 Richard Stallman <rms@gnu.org>
204
205 * glossary.texi (GNU, Daemon): Update information.
206
8d9b5eba
JL
2072009-07-19 Juri Linkov <juri@jurta.org>
208
209 * custom.texi (Specifying File Variables, Safe File Variables):
210 "variables/value pairs" -> "variable/value pairs".
211
a2acc1db
GM
2122009-07-15 Glenn Morris <rgm@gnu.org>
213
214 * misc.texi (Gnus): Remove widow.
215
c5ae942b
GM
2162009-07-11 Glenn Morris <rgm@gnu.org>
217
703d26ba
GM
218 * Makefile.in (TEXI2PDF): New.
219 (emacs.pdf, emacs-xtra.pdf): New targets.
220
522ddc9f 221 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
222
223 * display.texi (Horizontal Scrolling): Re-word to remove widow.
224
225 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
226 Don't print the copying notice twice in the printed version.
227 Update the menu and detailmenu.
228 (Preface): The meaning of "on-line" has changed.
229 Correct name for "Common Problems" chapter.
230 (Distrib): Update FSF shop URL.
231 (Intro): Showing two files at once is not so exciting.
232
233 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
234 (Mac / GNUstep Basics): Minor grammar changes.
235 (Mac / GNUstep Events): Fix typo.
236 (GNUstep Support): CANNOT_DUMP no longer applies.
237
238 * misc.texi (Document View): Fix typos.
239
240 * dired.texi (Dired):
241 * help.texi (Help):
242 * macos.texi (Mac OS / GNUstep):
243 * maintaining.texi (Version Control, Introduction to VC):
244 End menu descriptions with a period.
c5ae942b 245
b1c8242b
EZ
2462009-07-09 Eli Zaretskii <eliz@gnu.org>
247
248 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
249 so categorical in saying that the option is only useful on NTFS.
250
220d9aa6
GM
2512009-07-09 Glenn Morris <rgm@gnu.org>
252
253 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
254 (ENVADD): Add texinfodir to TEXINPUTS.
255
256 * emacs.texi (Top): Fix cross-reference.
257
258 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
259
260 * vc1-xtra.texi (Revision Tags): Fix typo.
261
d07e72d3
GM
2622009-07-03 Glenn Morris <rgm@gnu.org>
263
264 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
265 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
266 (Merge Commands): `.' does not seem to work in A or B buffer.
267 `l' can recreate the 3-window display.
268
269 * glossary.texi (Glossary): Minor phrasing changes throughout.
270 Add more internal cross-references.
271 <Autoloading>: You can't really autoload a variable.
272 <C-M->: Move details here from `M-C-' item.
273 <Continuation Line>: Refer to `Truncation.'
274 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
275 <Home Directory, Unix>: New entries.
276 <Deletion of Files>: Mention recycle bins.
277 <Directory>: Mention ``folders.''
278 <Error>: Don't mention ``type-ahead.''
279 <Fringe>: Refer to the manual node.
280 <Minor Mode>: Can be global or local.
281 <Spell Checking>: There are other checkers besides Ispell.
282
f144038a
GM
2832009-07-02 Glenn Morris <rgm@gnu.org>
284
285 * anti.texi (Antinews): Minor changes in phrasing.
286
287 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
288 some underfull lines in dvi output.
289
290 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
291
292 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
293
294 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
295
3f1c6666
JD
2962009-07-01 Jan Djärv <jan.h.d@swipnet.se>
297
298 * xresources.texi (Table of Resources): Mention maximized for
299 fullscreen.
300
301 * cmdargs.texi (Window Size X): -mm/--maximized is new.
302
62aadce7
CY
3032009-07-01 Chong Yidong <cyd@stupidchicken.com>
304
305 * anti.texi (Antinews): Correct the list of removed platforms.
306
82ec412e
GM
3072009-06-28 Glenn Morris <rgm@gnu.org>
308
309 * arevert-xtra.texi: Minor language tweaks.
310
09964e7d
GM
311 * dired-xtra.texi: Minor revisions.
312
666e158e
MB
3132009-06-23 Miles Bader <miles@gnu.org>
314
315 * display.texi (Scrolling): Document `recenter-redisplay'
05fbc4a9 316 (Temporary Face Changes): Document `text-scale-set'.
666e158e 317
70243478
CY
3182009-06-21 Chong Yidong <cyd@stupidchicken.com>
319
320 * Branch for 23.1.
321
67cbe681
KH
3222009-06-17 Kenichi Handa <handa@m17n.org>
323
324 * mule.texi (Charsets): Update the description for the new charset.
325 (list-character-sets): New findex.
125dd7c5 326 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 327
40e67246
CY
3282009-06-10 Chong Yidong <cyd@stupidchicken.com>
329
b5700de6
CY
330 * basic.texi (Moving Point): Fix tag.
331
332 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
333
334 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
335 use camel-case for PageUp and PageDown.
336
337 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
338 camel-case for PageUp and PageDown.
339
340 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
341
40e67246 342 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 343 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 344
522ddc9f 3452009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 346
522ddc9f
JB
347 * fixit.texi (Spelling): Set default dictionary.
348 Improve descriptions (Bug#2554)
6f591cf4 349
53483c76
DR
3502009-06-08 David Reitter <david.reitter@gmail.com>
351
352 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
353 since saving colors and faces set this way is not implemented.
354 (Environment variables): Remove mention of mac-fix-env, which is
355 scheduled to be removed.
356
1557ef4f
CY
3572009-06-04 Chong Yidong <cyd@stupidchicken.com>
358
91056528
CY
359 * custom.texi (Init Examples): Add example of changing load-path.
360
1557ef4f
CY
361 * building.texi (Lisp Libraries): Add example of changing
362 load-path (Bug#3446).
363
623cec4c
CY
3642009-05-28 Chong Yidong <cyd@stupidchicken.com>
365
366 * mark.texi (Mark): Further clarifications.
367 (Setting Mark): Emphasize that C-SPC activates the mark.
368
0fcca8ee
CY
3692009-05-28 Chong Yidong <cyd@stupidchicken.com>
370
702b10e1
CY
371 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
372 Mark mode.
0fcca8ee
CY
373 (Using Region, Persistent Mark): Use "active mark" instead of "active
374 region".
375
d3b396e4
CY
3762009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
377
378 * mule.texi (Select Input Method): Fix typo.
379
3f698a06
CY
3802009-05-13 Chong Yidong <cyd@stupidchicken.com>
381
382 * anti.texi (Antinews): Document completion changes. Some additional
383 copyedits and rearrangement of entries.
384
b2a42eb7
CY
3852009-05-12 Chong Yidong <cyd@stupidchicken.com>
386
932fd020
CY
387 * misc.texi (Interactive Shell, Saving Emacs Sessions)
388 (Shell History Copying, Terminal emulator): Copyedits.
389
ac36a8f1
CY
390 * xresources.texi (Resources): Simplify descriptions. Shorten
391 description of editres, which is not very useful these days.
392 (Table of Resources): Document fontBackend resource.
393
b2a42eb7
CY
394 * trouble.texi (Quitting): Add other undo bindings to table.
395 (DEL Does Not Delete): Note that the erasure key is usually labelled
396 "Backspace". Remove discussion of obscure Xmodmap issue.
397
c6ea7fb8
CY
3982009-05-07 Chong Yidong <cyd@stupidchicken.com>
399
400 * files.texi (Visiting): Copyedits.
401
ad36c422
CY
4022009-05-06 Chong Yidong <cyd@stupidchicken.com>
403
404 * basic.texi (Inserting Text): Document ucs-insert.
405
406 * mule.texi (International Chars): Define "multibyte". Note that
407 internal representation is unicode-based. Simplify definition of raw
408 bytes. Mention ucs-insert.
409 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
410 (Language Environments): Add language environments new to Emacs 23.
411 (Multibyte Conversion): Node deleted.
412 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
413 mention obsolete emacs-mule coding system.
414 (Output Coding): Copyedits.
415
416 * emacs.texi (Top): Update node listing.
417
d4ad7b96
CY
4182009-05-05 Per Starbäck <per@starback.se> (tiny change)
419
420 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
421
5bd66204
SM
4222009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * building.texi (Lisp Libraries): `load-library' does offer completion.
425
bc36ad1c
CY
4262009-04-28 Chong Yidong <cyd@stupidchicken.com>
427
428 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
429 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
430
f1a47884
EZ
4312009-04-25 Eli Zaretskii <eliz@gnu.org>
432
433 * maintaining.texi (Tags): Clarify text. (Bug#3101)
434
be77bd45
CY
4352009-04-22 Chong Yidong <cyd@stupidchicken.com>
436
437 * entering.texi (Entering Emacs): Document initial-buffer-choice.
438
439 * building.texi (Lisp Interaction): Document initial-scratch-message.
440
d3b82927
JB
4412009-04-18 Juanma Barranquero <lekktu@gmail.com>
442
ed6e7b11
JB
443 * msdog.texi (Windows Fonts): Fix typos.
444
d3b82927
JB
445 * files.texi (Save Commands): Fix pxref.
446
bc323c04
CY
4472009-04-18 Chong Yidong <cyd@stupidchicken.com>
448
449 * files.texi (Save Commands): Mention diff-buffer-with-file.
450 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
451 Henoch (Bug#3036).
452
2186d13f
GM
4532009-03-15 Glenn Morris <rgm@gnu.org>
454
455 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
456 the former is not always used.
457 (Mail Headers): Use active voice. Add "Mail-reply-to".
458 Change case of "Id". Avoid repeated "appropriate".
459 (Mail Aliases): Fix previous change - use an example with a ".", so it
460 does actually get quoted when expanded.
461 (Mail Sending): Mailclient is the default on some systems.
462 (Citing Mail): Mention mail-indentation-spaces.
463 (Mail Mode Misc): Add an @dfn for "mail signature".
464
71e454fc
CY
4652009-03-15 Chong Yidong <cyd@stupidchicken.com>
466
467 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
468 (Completion Options): Document read-file-name-completion-ignore-case,
469 read-buffer-completion-ignore-case, and completion-styles. Remove
470 description of partial-completion-mode.
471
df1a3e06
GM
4722009-03-14 Glenn Morris <rgm@gnu.org>
473
474 * sending.texi (Mail Format): Fix typo. Add index entry for
475 mail-header-separator.
476 (Mail Headers): Put info about initialization and changing in one place
477 at the start. Update FCC section for mbox Rmail. Clarify From
478 section, mention mail-setup-with-from. Clarify Reply-to section.
479 Add Mail-followup-to and mail-mailing-lists. Clarify References
480 section.
481 (Mail Aliases): Update example, make less contentious.
482 Update for name change of mail-interactive-insert-alias.
483 (Mail Mode): Remove mention of `%' as a word separator.
484 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
485 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
486 commands. Clarify FCC handling. In mail-complete, add reference to
487 Mail Aliases section, and mention mail-complete-function.
488 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
489 (Mail Mode Misc): Clarify the mail-signature function. Add basic
490 signature netiquette. Explain how the mail hooks work when continuing
491 a composition.
492 (Mail Amusements): Internationalize the spook section a bit.
493 Remove the spook mail-setup-hook example, since it doesn't work well.
494 Mention fortune-file.
495 (Mail Methods): Mention read-mail-command.
496
ed6e7b11 4972009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 498
df1a3e06
GM
499 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
500 and NS resources following recent changes.
959d68bd 501
86dca3e8
JR
5022009-03-10 Jason Rumney <jasonr@gnu.org>
503
504 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
505 w32-use-visible-system-caret doc to indicate that it should get set
506 automatically.
507 (Windows Fonts): Add doc for the uniscribe backend.
508
042fe98f
DN
5092009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
510
511 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
512 vc-dir. (Bug#2598)
513
7f8dba73
RS
5142009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
515
516 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
517
505e70c3
GM
5182009-03-05 Glenn Morris <rgm@gnu.org>
519
04242bdc
GM
520 * rmail.texi (Rmail Basics): Add reference to sorting.
521 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
522 Minor re-wordings.
523 (Rmail Motion): Mention rmail-next-same-subject.
524 (Rmail Deletion): Expunging is not the only way to change the numbers.
525 (Rmail Labels): Labels can also be used in sorting.
526 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
527 (Rmail Display): Mention rmail-mime.
528
00cfe22c
GM
5292009-03-04 Glenn Morris <rgm@gnu.org>
530
531 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
532 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
533 summary. Mention sorts cannot be undone.
534 (Rmail Display): Give an example of how to use goto-address-mode.
535 (Rmail Editing): It's keybindings that are redefined, not commands.
536 Fix some typos.
537 (Movemail): Some minor rewording.
538 (Remote Mailboxes): Emacs movemail supports pop by default.
539 Fix some minor grammatical issues. The "two alternative ways" to
540 specify a POP mailbox are really just one. Remove all reference to the
541 variables rmail-pop-password and rmail-pop-password-required, obsolete
542 since Emacs 22.1. Clarify the four password steps. Emacs movemail
543 can support Kerberos.
544
3d963b67
GM
5452009-03-03 Glenn Morris <rgm@gnu.org>
546
547 * rmail.texi (Rmail Deletion): Revert previous change, which was
548 describing the Rmail summary versions.
549 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
550 Minor re-wording for rmail-resend.
551 (Rmail Make Summary): Summaries apply to buffers rather than files.
552 <rmail-summary-by-topic>: Headers includes the subject.
553 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
554 details, including prefix arguments.
2340abde 555 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
556 Not counting lines might be faster.
557 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
558 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
559 Name the commands bound to the various keys. Mention prefix argument
560 for searching.
3d963b67
GM
561 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
562 Simplify rmail-highlighted-headers description. Update face name.
563
a8ce3d17
JB
5642009-03-02 Juanma Barranquero <lekktu@gmail.com>
565
566 * mark.texi (Marking Objects): Fix typo.
567
130a29b6
CY
5682009-03-01 Chong Yidong <cyd@stupidchicken.com>
569
570 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
571 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
572
9d5de6f8
GM
5732009-03-01 Glenn Morris <rgm@gnu.org>
574
79fc530e 575 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
576 (Rmail Motion): - M-s searches from the end of messages.
577 (Rmail Deletion): Minor clarification. Fix numeric argument
578 description.
579 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
580 newmail and RMAILOSE files need not be in home-directory.
581 (Rmail Files): Mention I/O menus are unselectable if no files match.
582 Mention `MAIL' env-var.
583
b545ff9c
JR
5842009-02-24 Jason Rumney <jasonr@gnu.org>
585
586 * mule.texi (Fontsets): Mention fontset-default, font specs and
587 fallback fontsets.
588 (Defining Fontsets): Mention ns and w32 variants of
589 standard-fontset-spec. Update description of startup fontset to match
590 Emacs 23 behavior.
a93be82a 591 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 592 (International): Link to Modifying Fontsets.
b545ff9c 593
75da0618 5942009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
595
596 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
597 Mention ns-extended-platform-support-mode.
598
6be93a16
KB
5992009-02-22 Karl Berry <karl@gnu.org>
600
601 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
602
867d4bb3
JB
6032009-02-19 Juanma Barranquero <lekktu@gmail.com>
604
605 * basic.texi (Moving Point, Position Info):
606 * files.texi (Visiting):
607 * mini.texi (Completion Options):
608 * text.texi (HTML Mode): Remove duplicate words.
609
49b5c0e8
GM
6102009-02-20 Glenn Morris <rgm@gnu.org>
611
612 * rmail.texi: Minor updates for mbox rather than Babyl.
613
f43a822c
KB
6142009-02-17 Karl Berry <karl@gnu.org>
615
49b5c0e8 616 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 617
80d634b8
RS
6182009-02-17 Richard M Stallman <rms@gnu.org>
619
620 * anti.texi (Antinews): Mention Babyl format.
621
622 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
623
624 * rmail.texi: Update for mbox format.
625 Various small fixes, as well as the following.
626 (Out of Rmail): Node deleted.
627 (Rmail): Update menu.
628 (Rmail Files): Comment out set-rmail-inbox-list.
629 Document rmail-inbox-list instead.
630 (Rmail Output): Substantial changes since C-o is now
631 rmail-output-as-seen and o is rmail-output.
632 (Rmail Attributes): Delete `stored', add `retried'.
633 (Rmail Display): Editing headers works in all cases.
634
f0d129c6
GM
6352009-02-17 Glenn Morris <rgm@gnu.org>
636
637 * basic.texi (Position Info): M-x count-lines-region is not always on
638 M-=. (Bug#2269)
639
160f11d3
GM
6402009-02-09 Glenn Morris <rgm@gnu.org>
641
642 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
643 defaults.
644
763e01c4
EZ
6452009-02-07 Eli Zaretskii <eliz@gnu.org>
646
647 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
648 documentation of possible problems with redecoding.
649
f5e1441d
GM
6502009-02-03 Glenn Morris <rgm@gnu.org>
651
652 * rmail.texi (Out of Rmail): Mention b2m.pl.
653
e1eabe41
GM
6542009-01-31 Glenn Morris <rgm@gnu.org>
655
656 * rmail.texi (Out of Rmail): Correct b2m location.
657
dd05f9de
CY
6582009-01-27 Chong Yidong <cyd@stupidchicken.com>
659
660 * fixit.texi (Undo): Update undo limit values.
661
d74d846e
GM
6622009-01-27 Glenn Morris <rgm@gnu.org>
663
664 * emacs.texi (Top): Fix Antinews menu entry.
665
49ffdce8
KB
6662009-01-25 Karl Berry <karl@gnu.org>
667
668 * text.texi (Foldout): Use @itemize @w{} to make an itemize
669 item with no marker, instead of the syntactically incorrect
670 @itemize @asis.
671
467e8d77
JL
6722009-01-25 Juri Linkov <juri@jurta.org>
673
674 * building.texi (Grep Searching): Fix index entry for lgrep.
675
6c60bbdb
EZ
6762009-01-24 Eli Zaretskii <eliz@gnu.org>
677
678 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
679
9ce5a36f
AR
6802009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
681
682 * macos.texi (Preferences Panel): Update description of font setting to
683 reflect that prior frame selection is no longer needed.
684
9aa5f2fb
NR
6852009-01-20 Nick Roberts <nickrob@snap.net.nz>
686
687 * building.texi (Debuggers): Revert some of 2008-10-31 change to
688 raise GUD subsections.
689
3892ff9c
GM
6902009-01-15 Glenn Morris <rgm@gnu.org>
691
692 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
693
14731c8f
GM
6942009-01-10 Glenn Morris <rgm@gnu.org>
695
696 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
697
45c55e53
CY
6982009-01-04 Chong Yidong <cyd@stupidchicken.com>
699
700 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
701 logical lines.
702
2e4667d1
JL
7032008-12-29 Juri Linkov <juri@jurta.org>
704
705 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
706
707 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
708
2a3eac47
CY
7092008-12-28 Chong Yidong <cyd@stupidchicken.com>
710
711 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
712 goto-address-mode instead of goto-address.
713
3da8da94
CY
714 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
715 mode.
716
2a3eac47
CY
717 * emacs.texi (Top): Update node listing.
718
057f6dd3
EZ
7192008-12-26 Eli Zaretskii <eliz@gnu.org>
720
721 * custom.texi (Directory Variables): Explain what is a "project".
722 Add indexing. Improve wording. Add a footnote about using
723 _dir-locals.el on MS-DOS.
724
e6979067
DN
7252008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
726
727 * files.texi (Misc File Ops): Mention chmod as an alias for
728 set-file-modes.
729
9de15963
MR
7302008-12-24 Martin Rudalics <rudalics@gmx.at>
731
732 * help.texi (Help): Fix typos and reword.
733 (Help Summary): Add entries for C-h n and C-h r, reorder
734 entries, and do some minor fixes.
735 (Name Help): Say that C-h F works for commands only.
736 (Misc Help): Say that view-lossage displays 300 keystrokes.
737
236fd60d
GM
7382008-12-20 Glenn Morris <rgm@gnu.org>
739
740 * ack.texi (Acknowledgments): General update based on AUTHORS,
741 including removal of some stuff no longer distributed.
742
349b3256
AM
7432008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
744
745 * fixit.texi: Mention hunspell
746
e840fca5
GM
7472008-12-19 Glenn Morris <rgm@gnu.org>
748
749 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 750 Consolidate explanatory text at start.
e840fca5
GM
751
752 * display.texi (Text Display):
753 * indent.texi (Indentation): Use @acronym with ASCII.
754
9dfa7983
GM
7552008-12-18 Glenn Morris <rgm@gnu.org>
756
757 * ack.texi: Various small updates and fixes.
758
97b3a00b
JL
7592008-12-18 Juri Linkov <juri@jurta.org>
760
761 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
762 as a key binding to start a forward nonincremental word search.
763 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
764 a backward nonincremental word search. Add index for `M-s w'
765 `isearch-forward-word'.
766 (Regexp Search): Add a short summary of regexp key commands like
767 in the node "Basic Isearch".
768 (Other Repeating Search): Fix typo.
769
7702008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
771
772 * misc.texi (PostScript Variables): Fix doc.
773
31ce6a07
CY
7742008-12-10 Chong Yidong <cyd@stupidchicken.com>
775
776 * programs.texi (Program Modes): Mention Ruby mode.
777
636b507b
DN
7782008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * misc.texi (emacsclient Options): Describe what an empty string
781 argument does for --alternate-editor.
782
a323fa14
CY
7832008-12-09 Frank Schmitt <ich@frank-schmitt.net>
784
785 * cmdargs.texi (Font X): Distinguish between client-side and
786 server-side fonts. List valid Fontconfig properties. Add reference to
787 Fontconfig manual. List valid GTK font properties. Explain use of
788 fc-list.
789
c5ca6cd0
CY
7902008-12-09 Chong Yidong <cyd@stupidchicken.com>
791
792 * cmdargs.texi (Font X): Move discussion of quoting to top.
793
e5136377
GM
7942008-12-06 Glenn Morris <rgm@gnu.org>
795
796 * maintaining.texi (Old Revisions): Improve previous change.
797
248c026b
RS
7982008-12-05 Richard M Stallman <rms@gnu.org>
799
800 * anti.texi (Antinews): Minor fixes.
801
a9253a1e
GM
8022008-12-03 Glenn Morris <rgm@gnu.org>
803
804 * maintaining.texi (Old Revisions): Fix diff-switches description.
805
fa687b02
MR
8062008-12-01 Martin Rudalics <rudalics@gmx.at>
807
808 * emacs.texi (Top): Fix typo.
809
72e6decd
CY
8102008-11-30 Chong Yidong <cyd@stupidchicken.com>
811
320ee034
CY
812 * misc.texi (Document View): Explain dependence on gs at the top.
813 Copyedits.
814
815 * emacs.texi (Top): Add DocView nodes to detailed node listing.
816
72e6decd
CY
817 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
818 (Comment Commands): Discuss region-active behavior of M-; first.
819
2a472ee4
MR
8202008-11-29 Martin Rudalics <rudalics@gmx.at>
821
9c6361c9
MR
822 * display.texi (Line Truncation): Add reference to Continuation
823 Lines.
824
2a472ee4
MR
825 * windows.texi (Pop Up Window): Mention split-height-threshold
826 and split-width-threshold.
9c6361c9 827 (Split Window): Add reference to Continuation Lines.
2a472ee4 828
e93bc142
AR
8292008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
830
831 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
832 (GNUstep Support): New node.
833 * anti.texi:
834 * emacs.texi:
835 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
836
43b978db
RS
8372008-11-28 Richard M Stallman <rms@gnu.org>
838
839 * misc.texi (Dissociated Press): Minor cleanups.
840
841 * dired.texi (Image-Dired): Avoid passive.
842
e8e2bd93
EZ
8432008-11-28 Eli Zaretskii <eliz@gnu.org>
844
845 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
846 representation.
847
8d2d45da
CY
8482008-11-26 Richard M. Stallman <rms@gnu.org>
849
850 * files.texi (Visiting): Rewrite paragraph for clarity.
851
852 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
853
a5f7bbcc
AM
8542008-11-25 Alan Mackenzie <acm@muc.de>
855
856 * programs.texi (Moving by Parens): Clarify that parens inside strings
857 and comments are ignored, and that the commands assume the starting
858 point isn't in a string or comment.
859
a71703d3
AR
8602008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
861
862 * macos.texi: Add Prev/Next/Top pointers to all nodes.
863 (Mac Basics): Merge in Grabbing Environment Variables from earlier
864 version.
865 (Mac Customization): Rewrite Preferences Panel section and merge in to
866 this node, add Open files by dragging to an Emacs window.
867
868 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
869
aa5ab79a
CY
8702008-11-26 Chong Yidong <cyd@stupidchicken.com>
871
0cc92c19
CY
872 * files.texi (Misc File Ops): Document set-file-modes.
873
c366b4e4
CY
874 * windows.texi (Split Window): Document integer values of
875 truncate-partial-width-windows.
876
aa5ab79a
CY
877 * text.texi (Text): Simplify description of markup languages.
878 (TeX Mode): Simplify introduction. Mention BibTeX mode.
879 (TeX Editing): Note that `""' inserts one `"' character.
880 (HTML Mode): Note in the introduction that XML mode is an alias for
881 SGML mode. Mention nXML mode.
882
56221db7
CY
8832008-11-25 Chong Yidong <cyd@stupidchicken.com>
884
885 * building.texi (Watch Expressions): Fix typo.
886
90effe33
CY
8872008-11-24 Chong Yidong <cyd@stupidchicken.com>
888
f90a5ae3
CY
889 * files.texi (Visiting): Document new behavior of
890 confirm-nonexistent-file-or-buffer.
891
892 * buffers.texi (Select Buffer): Document
893 confirm-nonexistent-file-or-buffer.
894
a18ffb4a
CY
895 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
896 edit-picture.
897
90effe33
CY
898 * text.texi (Text): Simplify introduction. Discard mention of `M-x
899 edit-picture', since that is just an alias for picture-mode.
900 (Sentences): Note that repeated M-@ extends the region.
901 (Pages): Make terminology more consistent. Link to Regexps node.
902 (Longlines): Discuss relationship with Visual Line mode.
903 (Text Mode): Remove extraneous discussion of other modes, since they
904 were already introduced in the parent node.
905
e85103ec
CY
9062008-11-23 Chong Yidong <cyd@stupidchicken.com>
907
5cb2fe30
CY
908 * anti.texi (Antinews): Rewrite.
909
1eb9b307 910 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
911
912 * frames.texi (Frame Commands): Mention "minimize" terminology.
913
e85103ec
CY
914 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
915 formats.
b908332f
CY
916 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
917 (Misc X): Don't document useless -hb option.
e85103ec 918
607f5f88
JL
9192008-11-22 Juri Linkov <juri@jurta.org>
920
921 * dired.texi (Dired Navigation): Change normal file name search option
922 from `non-nil' to `t'. Add `dwim' option.
923
e1b867a0
JL
9242008-11-22 Juri Linkov <juri@jurta.org>
925
926 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
927 ".dir-locals.el". Rename `define-project-bindings' to
928 `dir-locals-set-class-variables'. Rename `set-directory-project' to
929 `dir-locals-set-directory-class'.
930
dd186936
LK
9312008-11-22 Lute Kamstra <lute@gnu.org>
932
933 * buffers.texi (Select Buffer): Index goto-line.
934 * basic.texi (Moving Point): Mention the use of a numeric prefix
935 argument with goto-line and refer to Select Buffer for the use of a
936 plain prefix argument.
937
4b121911
GM
9382008-11-19 Glenn Morris <rgm@gnu.org>
939
940 * doclicense.texi: Update to FDL 1.3.
941 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
942
27267e4c
CY
9432008-11-17 Chong Yidong <cyd@stupidchicken.com>
944
696f351d
CY
945 * custom.texi (Minor Modes): Define mode commands and mode variables
946 more precisely. Recommend using mode commands instead of setting
947 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
948 (Easy Customization): Use "init file" instead of .emacs.
949 (Customization Groups): Update to new Custom buffer appearance.
950 (Saving Customizations): Copyedits. Update example.
951 (Variables): Give example of variable type-sensitivity.
952 (Examining): Update example.
953 (Hooks): Copyedits.
954 (Specifying File Variables): Use C comments instead of an artificial
955 Lisp for the example.
956 (Keymaps): Move internals discussion to Prefix Keymaps.
957 (Rebinding): Remove redundant paragraph (stated in Key Binding).
958 (Init Rebinding): Document kbd macro.
959 (Init File): Link to Find Init.
696f351d
CY
960
961 * mark.texi (Using Region): Document Delete Selection Mode more
962 thoroughly.
963
964 * frames.texi (Mouse Commands): Move most of the description of Delete
965 Selection Mode to Using Region, and link to it.
1bc9c425 966 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 967
b0570c25
CY
968 * building.texi (Compilation): Document first-error value of
969 compilation-scroll-output.
970 (Compilation Mode): Note that compilation-auto-jump-to-first-error
971 works as soon as an error is available. Suggested by Juri Linkov.
972
27267e4c
CY
973 * mini.texi (Passwords): New node.
974
975 * files.texi (Remote Files): Link to Passwords node.
976
977 * emacs.texi (Top): Update node listings.
978
122eb807
CY
9792008-11-16 Chong Yidong <cyd@stupidchicken.com>
980
9c9855a3
CY
981 * ack.texi (Acknowledgments): Some updating of credits.
982
bd6fdcad
CY
983 * emacs.texi (Acknowledgments): Add a couple more names.
984
dd1eef46
CY
985 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
986
122eb807 987 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 988 (Misc File Ops): Document use of trash.
122eb807 989
801a8da1
JB
9902008-11-16 Juanma Barranquero <lekktu@gmail.com>
991
992 * macos.texi (Mac Customization): Fix typos.
993
0b4f2253
CY
9942008-11-14 Chong Yidong <cyd@stupidchicken.com>
995
996 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
997 replacing previous contents. Numerous copyedits to adapt ns-emacs to
998 the conventions of the main Emacs manual.
999
1000 * emacs.texi (Top): Update node listings.
1001
517e2b89
CY
10022008-11-12 Chong Yidong <cyd@stupidchicken.com>
1003
07a85685
CY
1004 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
1005 command-line-args is processed during startup.
1006 (Action Arguments): Correctly describe how file arguments interact with
1007 the startup screen. Link to Lisp Interaction for scratch buffer.
1008 (Initial Options): Link to Command Example for -batch option.
1009 (Environment): Document initial-environment.
1010
517e2b89
CY
1011 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
1012 can't be changed in the site-start file.
1013
6337bbde
CY
10142008-11-07 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * dired.texi (Dired): Mention C-x C-d too.
1017 (Dired Enter): Document M-n in the Dired minibuffer.
1018 (Dired Navigation): Explain dired-goto-file more clearly. Document
1019 dired-isearch-filenames.
1020 (Dired Deletion): Remove unnecessary "expunged" terminology.
1021 (Flagging Many Files): & is now rebound to `% &'.
1022 (Shell Commands in Dired): Document dired-do-async-shell-command.
1023 Clarify how multi-file arguments are passed.
1024 (Misc Dired Features): Document dired-do-isearch.
1025
9e8eeff9
CY
10262008-11-06 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
1029
e071f849
CY
10302008-11-03 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * search.texi (Other Repeating Search): Remove obsolete findex entries.
1033
05482eb1
CY
10342008-11-01 Chong Yidong <cyd@stupidchicken.com>
1035
e2346dea
CY
1036 * programs.texi (Program Modes): Link to Program Indent node.
1037 (Left Margin Paren): Explain consequences of changing
1038 open-paren-in-column-0-is-defun-start more concisely.
1039 (Which Function, Program Indent, Info Lookup): Minor edits.
1040 (Basic Indent): If region is active, TAB indents the region.
1041 (Multi-line Indent): If region is active, TAB indents the region. Note
1042 that indent-region is useful when Transient Mark mode is off.
1043 (Matching): The delimiter at the cursor is highlighted---the character
1044 changes color.
1045 (Symbol Completion): Link to Completion node.
1046
e4b6428c
CY
1047 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
1048 a strictly text-only system.
1049
05482eb1
CY
1050 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
1051 batch mode.
1052
a11d3737
RS
10532008-11-01 Richard M. Stallman <rms@gnu.org>
1054
5abad626
RS
1055 * misc.texi (Document View): Major rewrite.
1056
a11d3737
RS
1057 * maintaining.texi (Types of Log File): Change logs are older than
1058 version control.
1059 (VCS Concepts): Simplify and rearrange.
1060 (Version Control Systems): Make it clear that Linux is only the kernel.
1061 (VC Mode Line): Shorten reference to menu item.
1062 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
1063 (VC Directory Mode): Minor cleanup.
1064 Unchanged files are hidden, not omitted.
1065 (VC Directory Commands): Shorten and simplify.
1066 (Change Log Commands): New node, split from Change Logs.
1067 (VC Directory Buffer): New node, split from VC Directory Mode.
1068
c55a4acb
CY
10692008-10-31 Chong Yidong <cyd@stupidchicken.com>
1070
df0356f6
CY
1071 * misc.texi (Document View): Renamed from Document Files, moved here
1072 from files.texi.
1073
1074 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
1075 moved as well.
1076 (Document Files): Moved to misc.texi.
1077
c55a4acb
CY
1078 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
1079 vc-update-change-log.
df0356f6
CY
1080 (Version Control): Move here from files.texi.
1081 (Format of ChangeLog): Make it a subnode of Change Log.
1082
1083 * emacs.texi (Top): Update node listing.
c55a4acb 1084
ef082374
TH
10852008-10-31 Tassilo Horn <tassilo@member.fsf.org>
1086
1087 * files.texi (Files): Add a section about document
1088 files (doc-view-mode).
1089
d52582c3
CY
10902008-10-31 Chong Yidong <cyd@stupidchicken.com>
1091
1092 * building.texi (Compilation Mode): Document
1093 compilation-auto-jump-to-first-error.
1094 (Debuggers): Lower GUD subsections to subsubsections.
1095 (Starting GUD): Add cindex.
1096 (Lisp Interaction): Note that scratch is no longer the initial buffer.
1097
4e0a0968
CY
10982008-10-30 Chong Yidong <cyd@stupidchicken.com>
1099
03625b47
CY
1100 * indent.texi (Indentation): Link to Program Indent.
1101
4e0a0968
CY
1102 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
1103 now uses emacsclient's terminal.
1104
8bd3f7ef
CY
11052008-10-29 Chong Yidong <cyd@stupidchicken.com>
1106
80e5620e
CY
1107 * mark.texi (Using Region): Document use-empty-active-region.
1108
97d5c404
CY
1109 * emacs.texi (Top): Update node listings.
1110
8bd3f7ef
CY
1111 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
1112 mention obsolete emacs.bash script.
1113 (Invoking emacsclient): Rewrite, moving optional arguments to
1114 emacsclient Options.
21d2bae3
CY
1115 (emacsclient Options): New node. Document server-use-tcp and
1116 server-host.
8bd3f7ef 1117
5fda2cbd
CY
11182008-10-28 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * indent.texi (Indentation): Replace list with paragraphed text,
1121 putting description of syntax-driven indentation first. Document new
1122 effect of active regions on tab.
1123 (Tab Stops): Note that editable tab stops affect indentation commands.
1124
4ff029f6
DN
11252008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1128
996cd6e4
CY
11292008-10-23 Chong Yidong <cyd@stupidchicken.com>
1130
f28815e3
CY
1131 * custom.texi (Function Keys): Note that modified keypad keys are not
1132 translated.
1133
996cd6e4
CY
1134 * basic.texi (Arguments): Explain how to insert multiple digits.
1135
49545fe2
MA
11362008-10-22 Michael Albinus <michael.albinus@gmx.de>
1137
1138 * files.texi (Remote Files): Precise selection of default method.
1139 Rewrite paragraph about disabling remote file names.
1140
edac0b53
CY
11412008-10-22 Chong Yidong <cyd@stupidchicken.com>
1142
e752c544
CY
1143 * search.texi (Special Isearch): Document M-TAB is isearch.
1144
edac0b53
CY
1145 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1146 command.
1147
1148 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1149
20a36054
TH
11502008-10-22 Tassilo Horn <tassilo@member.fsf.org>
1151
1152 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1153 section.
1154
69051ab6
CY
11552008-10-21 Chong Yidong <cyd@stupidchicken.com>
1156
c4b1a32a
CY
1157 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1158 to files.texi. Move contents of vc2-xtra.texi here.
1159
1160 * vc2-xtra.texi: File removed.
1161
1162 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1163 Directory Commands from the submenu. Don't include deleted file
1164 vc2-xtra.texi.
1165
1166 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1167 (Version Control): Add VC Directory Mode and VC Directory Commands to
1168 the submenu.
1169 (Why Version Control?): Use table format.
1170 (Version Control Systems): Note that Meta-CVS support is gone.
1171 (VCS Concepts): Note precisely when VC started supporting filesets.
1172 Remove bogus xref to CVS Options node.
1173 (Types of Log File): Copyedits.
1174 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1175 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1176 The Right Thing.
1177 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1178 (Log Buffer): Reorganize node, putting C-c C-c description first.
1179 (Old Revisions): Use CVS for example, not RCS.
1180 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1181 Commands from the submenu, putting them under Version Control.
1182 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1183 need to include it in the manual unconditionally, since it is now
1184 crucial to using distributed version control systems.
1a6e2954
CY
1185 (Comparing Files): Note that diff uses the minibuffer, and that the
1186 output is shown using Diff mode.
1187 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
1188 diff-update-on-the-fly, diff-refine-hunk, and
1189 diff-show-trailing-whitespaces.
1a6e2954 1190 (File Archives): Add rar support.
c4b1a32a 1191
69051ab6
CY
1192 * major.texi (Choosing Modes): Make mode selection sequence more
1193 obvious by describing the steps in order of priority. Note that
1194 magic-mode-alist is nil by default. Document
1195 magic-fallback-mode-alist.
1196
e7421e03
CY
11972008-10-20 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * frames.texi (Mouse References): Copyedits.
1200
6b2efdc2
TH
12012008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1202
1203 * ack.texi (Acknowledgments): Add myself as doc-view author.
1204
9c5e9396
EZ
12052008-10-20 Eli Zaretskii <eliz@gnu.org>
1206
1207 * frames.texi (Dialog Boxes): Add @cindex entries.
1208
dac94f8e
CY
12092008-10-20 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1212 (Text-Only Mouse): Copyedit.
1213
25597d40
CY
12142008-10-19 Chong Yidong <cyd@stupidchicken.com>
1215
f8a447f6
CY
1216 * frames.texi: Use @key throughout for mouse clicks.
1217 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
1218 (Secondary Selection): Fix modified mouse click syntax.
1219 (Clipboard): Describe Cut, Copy and Paste commands.
1220 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
1221 Copyedits.
1222 (Creating Frames): Add xref to Init File.
1223 (Frame Commands): Add xref to Exiting.
1224 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 1225
b0f95216
CY
12262008-10-15 Chong Yidong <cyd@stupidchicken.com>
1227
b0817f00
CY
1228 * files.texi (Version Control): Copyedits. Add Bazaar.
1229 (Version Control Systems): List different VCS's using an itemized list.
1230 Add Bazaar.
1231 (VCS Concepts): Copyedits. Tweak description of file merging.
1232
b0f95216
CY
1233 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1234 (Cut/Paste Other App): Document select-active-regions and
1235 x-select-enable-primary.
1236
69d0d701
CY
12372008-10-13 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * mark.texi (Shift Selection): Correct case in node name.
1240
1241 * emacs.texi (Top): Update node order in Mark chapter.
1242
375e8351
EZ
12432008-10-12 Eli Zaretskii <eliz@gnu.org>
1244
1245 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1246
1247 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1248 elsewhere in the manual instead of describing yet again the intricacies
1249 of $HOME on MS-Windows and MS-DOS.
1250
ab58114f
CY
12512008-10-12 Chong Yidong <cyd@stupidchicken.com>
1252
4f959513
CY
1253 * mini.texi (Minibuffer File): Add xref to File Names.
1254 (Minibuffer File): Add discussion of `~' in file names. Add
1255 insert-default-directory index reference.
1256
ab58114f
CY
1257 * files.texi (File Names): Reorganize description.
1258 (Visiting): Add xref to Mode Line. Copyedits.
1259 (Save Commands): Mention prefix behavior of C-x C-s.
1260 (Numbered Backups): Node deleted.
1261 (Backup Names): Contents of Numbered Backups moved here. State default
1262 of version-control variable.
1263 (Reverting): Copyedits.
1264 (Version Control): Add additional version control systems.
1265
1266 * emacs.texi (Top): Delete Numbered Backups node.
1267
1268 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1269 Backup Names.
f2884f63 1270 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 1271
b0b5100a
RF
12722008-10-11 Romain Francoise <romain@orebokech.com>
1273
1274 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1275
89774b5f
CY
12762008-10-11 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1279 (Select Buffer): Mention use of minibuffer history. Describe default
1280 value of default-major-mode. Mention that C-x 4 b selects the other
1281 window.
1282 (List Buffers): Document CRM indicators in the order they appear.
1283 (Kill Buffer): Document new command kill-matching buffers.
1284 (Several Buffers): Move explanation of the relationship between buffer
1285 list and buffer menu to the top.
1286 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1287
4c72bf27
CY
12882008-10-10 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * entering.texi (Exiting): Document change of C-x C-c to
1291 save-buffers-kill-terminal. Document kill-emacs.
1292
f68eb991
EZ
12932008-09-30 Eli Zaretskii <eliz@gnu.org>
1294
1295 * mule.texi (Coding Systems): Don't mention codepage-setup.
1296
1297 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1298 cpNNN coding systems anymore.
1299 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1300 for unibyte mode. Don't mention line-drawing characters. Don't
1301 mention dos-unsupported-char-glyph.
1302
1a2dd44d
CY
13032008-09-25 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * search.texi (Search): Shorten introduction.
1306 (Basic Isearch): Add command table. Discuss reverse isearch and
1307 isearch highlighting.
1308 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1309 ring to cindex.
1310 (Special Isearch): Move input methods discussion here.
1311 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1312 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1313 Repeat Isearch.
1314 (Isearch Minibuffer): New node.
1315 (Word Search): Document new word search commands.
1316 (Regexp Example): Simplify example using sentence-end-base variable.
1317 (Replace): Reword introduction.
1318 (Unconditional Replace): Remove unnecessary example.
1319 (Other Repeating Search): Document new `M-s o' binding.
1320
1321 * emacs.texi (Top): Update node listings.
1322
e45da31d
JB
13232008-09-22 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * emacs.texi (Top): Remove Kill Errors from menu.
1326
841c8096
CY
13272008-09-22 Chong Yidong <cyd@stupidchicken.com>
1328
402168fa
CY
1329 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1330 interface for defining macros. Simplify examples. Note that C-g quits
1331 macro definitions.
801a8da1 1332 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1333 usage example.
1334 (Keyboard Macro Query): Organize query responses in a table.
1335
1336 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1337 to Erasing node.
841c8096
CY
1338 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1339 rationale to a footnote.
1340 (Kill Errors): Remove node, due to redundancy with Erasing.
1341 (Spelling): Move discussion of flyspell to end. Note new behavior of
1342 M-$ in active region. Remove non-ispell-specific keybindings from
1343 table.
1344
eab2ee89
DN
13452008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * cmdargs.texi (Initial Options): Document --daemon.
1348
3d53e905
GM
13492008-09-20 Glenn Morris <rgm@gnu.org>
1350
1351 * files.texi (Numbered Backups): Mention that some modes set
1352 version-control.
1353
1c90484d
GM
13542008-09-20 Jim Blandy <jimb@red-bean.com>
1355
1356 * files.texi (Numbered Backups): Reference File Variables, as well.
1357 Remove discussion of Rmail's implementation.
1358
0fc0d844
CY
13592008-09-06 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * misc.texi (Recursive Edit): Note that top-level exits active
1362 minibuffers.
1363
1364 * trouble.texi (Quitting): Likewise.
1365
b18d283d
CY
13662008-08-31 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * emacs.texi (Top): Add Temporary Face Changes xref.
1369
1370 * display.texi (Display): Move Temporary Face Changes node to just
1371 after Standard Faces.
1372 (Scrolling): Document recenter-top-bottom instead of recenter.
1373 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1374 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1375 (Display Custom): Copyedits.
1376 (Optional Mode Line): Document display-battery-mode.
1377
180135fc
RF
13782008-08-27 Romain Francoise <romain@orebokech.com>
1379
1380 * custom.texi (Directory Variables): Minor fix.
1381
d3fe3475
GM
13822008-08-27 Glenn Morris <rgm@gnu.org>
1383
1384 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1385 descriptions.
1386 (Calendar Customizing): Tweak layout description.
183080b6 1387 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1388 markers. Condense calendar-star-date and calendar-mark-today
1389 description.
1390 (Holiday Customizing): Add oriental and solar holidays.
1391 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1392 Fix holiday-float description. Use zerop in examples. Be less verbose.
1393 (Date Display Format): Change ISO format. Be less verbose.
1394 (Diary Customizing): Mention day and month abbrev arrays.
1395 Mention the date-form variables by name. Update European example.
1396 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1397 Condense examples. Mention diary-entry-symbols by name.
1398 Condense table for insertion commands.
1399 (Fancy Diary Display): Mention diary-include-string and
1400 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1401 Ethiopic, Persian date functions. Condense descriptions.
1402
1403 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1404 (Adding to Diary): Adapt for changed node name.
1405
71755807
GM
14062008-08-26 Glenn Morris <rgm@gnu.org>
1407
1408 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1409 node "Hebrew/Islamic Entries".
1410
1411 * calendar.texi (Specified Dates): Fix names of iso functions.
1412 (General Calendar): There may not be another window.
1413 (Writing Calendar Files, Holidays): Tweak intro.
1414 (Holidays): Mention Baha'i and Chinese holidays.
1415 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1416 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1417 (To Other Calendar): Add calendar-print-other-dates.
1418 Refer to "graphic display" rather than "X.
1419 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1420 (Displaying the Diary): Fix whitespace after reference.
1421 Fix `diary-number-of-entries' reference.
1422 (Date Formats): Explicitly mention that day names can be abbreviated.
1423 (Adding to Diary): Add some references to other sections.
1424 (Special Diary Entries): Fix reference.
1425 (Appointments): Simplify appt-message-warning-time entry.
1426 Clarify where times must be.
1427 (Importing Diary): Comment out icalendar paragraph that does not apply.
1428 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1429
d76ebc75
GM
14302008-08-23 Glenn Morris <rgm@gnu.org>
1431
1432 * fortran-xtra.texi (Fortran): Change description of free form and
1433 fixed form a bit. Mention hideshow and imenu.
1434 (Fortran Motion): Mention fortran-end-of-subprogram,
1435 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1436 (Fortran Indent): Minor re-word.
1437 (ForIndent Commands): Mention fortran-fill-paragraph and
1438 fortran-fill-statement.
1439 (ForIndent Cont): Mention fortran-tab-mode-string.
1440 (Fortran Comments): Mention fortran-comment-line-start-skip.
1441 (Fortran Columns): Mention font-locking.
1442 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1443
e2a71e28
JB
14442008-08-23 Johan Bockgard <bojohan@muon>
1445
1446 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1447
5c52e13c
CY
14482008-08-22 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * mini.texi (Minibuffer): Simplify introduction.
1451 (Minibuffer File): Document tilde in minibuffer filenames.
1452 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1453 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1454 (Completion Example): Update example to current command list.
1455 (Completion Options): Document `lazy' value of completion-auto-help.
1456 Update contents of completion-ignored-extensions.
1457 (Minibuffer History): Describe "future history" list. State default
1458 value of history-delete-duplicates.
1459
77a00355
GM
14602008-08-21 Glenn Morris <rgm@gnu.org>
1461
1462 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1463 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1464
39ee1d04
CY
14652008-08-17 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * regs.texi (Registers): Clarify valid register names.
1468 (RegPos): Note that buffer is saved and restored too.
1469 (RegText): Note that mark is reactivated/deactivated.
1470 (RegConfig): Xref to Windows node.
1471
b12c348f
CY
14722008-08-16 Chong Yidong <cyd@stupidchicken.com>
1473
3ae7ba79
CY
1474 * basic.texi (Inserting Text): Provide command name for C-q.
1475
b12c348f
CY
1476 * killing.texi (Killing): Copyedit. Define read-only text.
1477 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1478 (Killing by Lines): Copyedit.
1479 (Other Kill Commands): Move M-w description here.
1480 (Yanking): Move M-w to Other Kill Commands.
1481 (Kill Ring): Also mention saving text in registers. Link to Text
1482 Properties in elisp manual.
1483 (Accumulating Text): Copyedit.
1484 (CUA Bindings): Shift selection is now the default.
1485
d8ff7692
TZ
14862008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1487
1488 * maintaining.texi (Change Log): Mention next-error is available.
1489
a43a8a2e
GM
14902008-08-10 Glenn Morris <rgm@gnu.org>
1491
1492 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1493 and intermonth text.
1494 (Holiday Customizing): Add holiday-chinese.
1495
eba27308
EZ
14962008-08-08 Eli Zaretskii <eliz@gnu.org>
1497
1498 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1499
5f14a5b3
DN
15002008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 * files.texi (Log Buffer): Describe C-c C-d.
1503 (Diff Mode): Describe C-x 4 A.
1504
49989bff
EZ
15052008-08-06 Eli Zaretskii <eliz@gnu.org>
1506
1507 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1508
5c915c02
DN
15092008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1510
2beaf97a
DN
1511 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1512 describe the new bindings to show the changeset diff, toggle annotation
1513 visibility, show revisions.
1514 (VC Status): Describe key bindings for modifying the change comments,
1515 displaying changeset diffs and annotations.
1516
5c915c02
DN
1517 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1518
71798ace
NR
15192008-08-05 Nick Roberts <nickrob@snap.net.nz>
1520
1521 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1522
b8949644
EZ
15232008-08-02 Eli Zaretskii <eliz@gnu.org>
1524
1525 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1526 and wording.
1527
819567d1
DN
15282008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1529
1530 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1531 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1532 commands. Improve some old info.
1533
5f38310a
CY
15342008-07-31 Chong Yidong <cyd@stupidchicken.com>
1535
0dc3906b
CY
1536 * display.texi (Visual Line Mode): New node.
1537
5f38310a
CY
1538 * basic.texi (Inserting Text): Move DEL to deletion node.
1539 (Moving Point): Add additional alternative key bindings. Describe
1540 line-move-visual.
1541 (Erasing): Describe DEL.
1542 (Basic Undo, Blank Lines, Arguments): Copyedit.
1543 (Continuation Lines): Mention Visual Line mode.
1544 (Position Info): Move extended discussion to mule.texi.
1545
1546 * mule.texi (International Chars): Describe C-x =.
1547
1548 * emacs.texi (Top): Add Visual Line Mode node.
1549
7c2fb837
DN
15502008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * emacs.texi: Remove VMS support.
1553
3f6b73ef
DN
15542008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1555
1556 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1557 the vc-dir command name.
1558
9e2a2647
DN
15592008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1560
1561 * xresources.texi: Remove mentions of Mac Carbon.
1562
568beaa2
AS
15632008-07-19 Andreas Schwab <schwab@suse.de>
1564
1565 * ns-emacs.texi: Move to ../misc.
1566
0ef94706
CY
15672008-07-15 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * entering.texi (Exiting): Don't describe text-only terminals as the
1570 default. Describe the new startup screen.
1571 (Exiting): Describe how to kill Emacs first. Change description of
1572 iconification to handle modern window systems.
1573
ba60bd44 15742008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1575
1576 * ns-emacs.texi: New file, documents features of Emacs port under
1577 NeXTstep windowing.
1578
9f30aa73
CY
15792008-07-15 Chong Yidong <cyd@stupidchicken.com>
1580
938a5d2e
CY
1581 * entering.texi (Entering Emacs): Update prev node.
1582
1583 * glossary.texi (Glossary): Remove xref to Text Characters.
1584
9f30aa73
CY
1585 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1586 directly, rather than in the context of ASCII. Move description of
1587 special properties of modifier key to new Modifier Keys node.
1588 (Keys): Copyedit.
1589 (Text Characters): Delete node. Multibyte is the default nowadays, and
1590 the node contents are obsolete.
1591
1592 * custom.texi (Modifier Keys): New node.
1593
1594 * emacs.texi (Top): Update node list.
1595
7e53d36c
CY
15962008-07-13 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1599 saying that Emacs provides menus and mouse support (which is par for
1600 the course).
1601
1602 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1603 early on.
1604 (Point): Copyedit. Relegate historical trivia to a footnote.
1605 (Mode Line): Explain mode-line format more consistently.
1606 (Menu Bar): Copyedit.
1607
1e9fa96d
GM
16082008-06-27 Glenn Morris <rgm@gnu.org>
1609
1610 * cal-xtra.texi (Sexp Diary Entries):
1611 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1612
dc9bebb8
CY
16132008-06-26 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * mark.texi (Shift selection): New node.
1616 (Mark): Copyedits.
1617 (Persistent Mark): Move to the end of the chapter.
1618
e7881076
EZ
16192008-06-20 Eli Zaretskii <eliz@gnu.org>
1620
1621 * makefile.w32-in (distclean): Remove makefile.
1622
f427400c
NR
16232008-06-17 Nick Roberts <nickrob@snap.net.nz>
1624
1625 * building.texi (Starting GUD): Add an entry for gud-gdb.
1626 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1627 command mode.
1628
b597d348
GM
16292008-06-17 Glenn Morris <rgm@gnu.org>
1630
1631 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1632
647b7094
NR
16332008-06-17 Nick Roberts <nickrob@snap.net.nz>
1634
1635 * building.texi (Starting GUD): Expand on remote debugging.
1636 (Other GDB-UI Buffers): Mention new keyboard bindings.
1637
47a30023
GM
16382008-06-15 Glenn Morris <rgm@gnu.org>
1639
1640 * gnu.texi: Use a verbatim license for this invariant section,
1641 as per etc/GNU.
1642
37e5d54a
GM
16432008-06-13 Daniel Engeler <engeler@gmail.com>
1644
1645 * emacs.texi, misc.texi: Add documentation about serial port access.
1646
8e65d46c
GM
16472008-06-13 Glenn Morris <rgm@gnu.org>
1648
c1473b4c
MB
1649 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1650 maintain.info.
8e65d46c 1651
e40a85cd
MB
16522008-06-05 Miles Bader <miles@gnu.org>
1653
1654 * display.texi (Temporary Face Changes): Update to reflect function
1655 renamings in face-remap.el.
1656
56c73dec
MB
16572008-06-04 Miles Bader <miles@gnu.org>
1658
1659 * display.texi (Temporary Face Changes): Add
1660 `adjust-buffer-face-height'. Rewrite description of
1661 `increase-buffer-face-height' and `decrease-default-face-height' now
1662 that they aren't bound by default.
1663
9d3d42fb
MB
16642008-06-03 Miles Bader <miles@gnu.org>
1665
1666 * display.texi (Temporary Face Changes): New node.
1667
2be6bfe2
EZ
16682008-05-31 Eli Zaretskii <eliz@gnu.org>
1669
1670 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1671
daf7e339
GM
16722008-05-31 Glenn Morris <rgm@gnu.org>
1673
1674 * cal-xtra.texi (Fancy Diary Display): Simplify.
1675
d21d2618
GM
16762008-05-30 Glenn Morris <rgm@gnu.org>
1677
1678 * cal-xtra.texi (Fancy Diary Display): Update for
1679 diary-display-function replacing diary-display-hook.
1680
71ce5fd0
JB
16812008-05-29 Drew Adams <drew.adams@oracle.com>
1682
1683 * msdog.texi (Windows Keyboard): Add descriptions of
1684 w32-register-hot-key and w32-unregister-hot-key.
1685
a3cdbdf8
MO
16862008-05-21 Tom Tromey <tromey@redhat.com>
1687
1688 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1689 Variables node.
1690
854a574c
MO
16912008-05-19 Tom Tromey <tromey@redhat.com>
1692
1693 * custom.texi (Variables): Add Directory Variables to menu.
1694 (Directory Variables): New node.
1695
7c2ec3f9
ER
16962008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1697
71ce5fd0 1698 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1699
370fded4
ER
17002008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1701
1702 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1703 Revision Tags and rewritten. Section now uses modern terminology,
1704 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1705 accurately.
1706
6af511e3
EZ
17072008-05-10 Eli Zaretskii <eliz@gnu.org>
1708
1709 * msdog.texi (Windows Files): Update documentation of
1710 w32-get-true-file-attributes.
1711
7a78b6e7
ER
17122008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1713
1714 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1715 directory mode.
1716
1bcfc24e
CY
17172008-05-08 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1720 entry "television".
1bcfc24e 1721
db86064f
ER
17222008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1723
ab5ec32c 1724 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1725
a31b405e
ER
17262008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1727
1728 * emacs/buffers.texi, emacs/files.texi (Version-control):
1729 vc-toggle-read-only is no longer a good idea...
1730
ff2c14fc
GM
17312008-04-29 Glenn Morris <rgm@gnu.org>
1732
1733 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1734
367c9b7c
JL
17352008-04-22 Juri Linkov <juri@jurta.org>
1736
1737 * dired.texi (Subdirectories in Dired): Describe using `^'
1738 to return to the parent directory.
1739
4ac1e9b4
NR
17402008-04-22 Nick Roberts <nickrob@snap.net.nz>
1741
1742 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1743 recent changes.
1744
b9b3bf2b
NR
17452008-04-19 Nick Roberts <nickrob@snap.net.nz>
1746
1747 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1748 (Other GDB-UI Buffers): Update for recent thread related changes.
1749
4d120d6a
SM
17502008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1751
1752 * maintaining.texi (Maintaining):
1753 * emacs.texi (Top): Typo.
1754
a152877d
SM
17552008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1756
b9b3bf2b
NR
1757 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1758 arg in `font-lock-add-keywords'.
a152877d 1759
36c0514c
GM
17602008-04-08 Glenn Morris <rgm@gnu.org>
1761
1762 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1763 Also add Baha'i calendar references where appropriate.
1764
06a97d46
GM
17652008-04-05 Glenn Morris <rgm@gnu.org>
1766
1767 * custom.texi (Init File): Byte-compiling .emacs is bad.
1768
6adc6eed
SM
17692008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1772
571388b0
GM
17732008-03-29 Glenn Morris <rgm@gnu.org>
1774
1775 * calendar.texi: Update for `calendar-date-style' replacing
1776 `european-calendar'.
1777
3ae8f876
JR
17782008-03-28 Jason Rumney <jasonr@gnu.org>
1779
1780 * display.texi (Display Custom): Mention overlay-margin in text.
1781
5bc6ddff 17822008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1783
5bc6ddff
MB
1784 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1785 tutorial' comments.
03a864d5 1786
7186a830
CY
17872008-03-28 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * mark.texi (Mark): Rearrange nodes.
1790 (Persistent Mark): Rename from Transient Mark.
1791 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1792 Describe Transient Mark mode as the default.
1793
1794 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1795 the default behavior with Transient Mark mode off.
1796 (Position Info): Fix typo.
1797
71ce5fd0
JB
1798 * display.texi (Standard Faces): Reference the Mark node.
1799 Remove discussion of the region face, which is discussed there.
7186a830
CY
1800
1801 * emacs.texi (Top): Update node listings.
1802
1803 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1804 as the default.
1805
1806 * fixit.texi (Undo): Standardize choice of undo key sequence.
1807 (Undo, Spelling): Describe Transient Mark mode as the default.
1808
1809 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1810 default.
1811
1812 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1813
1814 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1815 mode is the default, and note that the mark is not activated when set.
1816
1817 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1818 Describe Transient Mark mode as the default.
1819
1820 * search.texi (Basic Isearch): Reference the Mark Ring node.
1821 (Replace, Unconditional Replace, Other Repeating Search):
1822 Describe Transient Mark mode as the default.
1823
1824 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1825 Transient Mark mode as the default.
1826 (Paragraphs): Describe how M-h behaves when region is active.
1827
1828 * trouble.texi (Quitting): Clarify effects of C-g.
1829
dc47d1ff
GM
18302008-03-13 Glenn Morris <rgm@gnu.org>
1831
1832 * emacs.texi (EMACSVER): Set to 23.0.60.
1833
e3e0fb39 18342008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1835
e3e0fb39
GM
1836 * dired.texi (Hiding Subdirectories): Fix previous change.
1837
18382008-03-05 Drew Adams <drew.adams@oracle.com>
1839
1840 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1841
5e14abf8
KS
18422008-02-28 Kim F. Storm <storm@cua.dk>
1843
1844 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1845 Move describe-distribution to C-h C-o.
1846 Move view-emacs-problems to C-h C-p.
1847 Add view-emacs-debugging on C-h C-d.
1848 Add view-external-packages on C-h C-e.
d0207bf3 1849 Add view-order-manuals on C-h C-m.
5e14abf8 1850
d0207bf3 18512008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1852
1853 * msdog-xtra.texi (MS-DOS): Docstring fix.
1854
87e391bb
EZ
18552008-02-09 Eli Zaretskii <eliz@gnu.org>
1856
1857 * msdog.texi (Windows Fonts): Use a @table for describing font
1858 properties.
1859
5662e503
JR
18602008-02-07 Jason Rumney <jasonr@gnu.org>
1861
1862 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1863 value has changed.
1864 (Windows HOME): Clarify what is meant by "if that fails as well".
1865 (Windows Fonts): New section.
1866
72463824
GM
18672008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1868
1869 * basic.texi (Basic Undo): Remove duplicate "you can".
1870
7ff926e0
EZ
18712008-02-02 Eli Zaretskii <eliz@gnu.org>
1872
1873 * maintaining.texi (Tags): Fix last change.
1874
6ab7aef1
MA
18752008-02-02 Michael Albinus <michael.albinus@gmx.de>
1876
093571c3 1877 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1878
ace67e7e
NR
18792008-01-31 Nick Roberts <nickrob@snap.net.nz>
1880
1881 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1882
ae068fdf
RS
18832008-01-26 Richard Stallman <rms@gnu.org>
1884
1885 * maintaining.texi (Tags): Delete redundant index entry.
1886
a56d9a08
EZ
18872008-01-26 Eli Zaretskii <eliz@gnu.org>
1888
1889 * programs.texi (Imenu): Move "@cindex tags" from here...
1890 * maintaining.texi (Tags): ...to here.
1891
e941ed90
NR
18922008-01-23 Kevin Ryde <user42@zip.com.au>
1893
1894 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1895 click count.
1896
650276d5
JB
18972008-01-21 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * entering.texi (Exiting): Fix typo.
1900 Reported by D. E. Evans <sinuhe@gnu.org>.
1901
8dc17977
MR
19022007-12-31 Martin Rudalics <rudalics@gmx.at>
1903
1904 * glossary.texi (Glossary): Fix typo.
1905
9f9695a6
RS
19062007-12-27 Richard Stallman <rms@gnu.org>
1907
1908 * text.texi (Formatted Text): Improve menu tag.
1909 (Editing Format Info): In Info, add duplicate menu of nodes
1910 about the submenus.
1911 (Format Faces): Say where Faces menu is found. Mention Other.
1912 (Format Colors): Say where these submenus are found.
1913 (Format Indentation, Format Justification): Likewise.
1914 (Format Properties): Likewise.
1915
abfd0191
RS
19162007-12-22 Richard Stallman <rms@gnu.org>
1917
1918 * search.texi (Query Replace): Make exp of query-replace more
1919 self-contained, and clarify.
8dc17977 1920
abfd0191
RS
1921 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1922
a2586785
RS
19232007-12-15 Richard Stallman <rms@gnu.org>
1924
1925 * files.texi (Auto Save): Clarify definition of auto-saving.
1926
a67cf2bb
RS
19272007-11-26 Richard Stallman <rms@gnu.org>
1928
1929 * help.texi (Help Echo): Cleanups.
1930
448b33b1
TTN
19312007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1932
1933 * files.texi (Why Version Control?): Fix typo.
1934 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1935 (Selecting a Fileset): Fix typos; small rewording.
1936 (Log Buffer): Likewise.
1937 (Old Revisions): Likewise.
448b33b1 1938
221bb7f6
EZ
19392007-11-17 Eli Zaretskii <eliz@gnu.org>
1940
1941 * mule.texi (Communication Coding): Fix wording of last change.
1942
d0207bf3 19432007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1944
630cb3b7
JB
1945 * custom.texi (Specifying File Variables):
1946 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1947
53b7759e
KH
19482007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1949
a5ab2e0c 1950 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1951
1952 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1953
c8763fb6 19542007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1955
630cb3b7 1956 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1957 --output=file.
1958
ff98e024
MR
19592007-11-13 Martin Rudalics <rudalics@gmx.at>
1960
1961 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1962 (Help Echo): Avoid mentioning the term "region" here and
1963 consistently use the term "active text".
1964
37b11c22
GM
19652007-11-11 Glenn Morris <rgm@gnu.org>
1966
1967 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1968
21d50ba1
JL
19692007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1970
1971 * search.texi (Query Replace): Mention
1972 `query-replace-show-replacement'.
1973
c12ecb0a 19742007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1975
1976 * building.texi (Watch Expressions): Remove obscure sentence.
1977
3b4201f4
KH
19782007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1979
1980 * mule.texi (Select Input Method): Describe how to activate an input
1981 method in the text mode.
1982
07e5c0b0
DN
19832007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1984
1985 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1986
52dd7391
NR
19872007-10-30 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1990
c004e539
GM
19912007-10-30 Glenn Morris <rgm@gnu.org>
1992
1993 * misc.texi (Directory Tracking): Explain a bit more about
1994 dirtrack-mode.
1995
ca8c5b8c
GM
19962007-10-25 Glenn Morris <rgm@gnu.org>
1997
1998 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1999
b6c764ef
RS
20002007-10-24 Richard Stallman <rms@gnu.org>
2001
2002 * misc.texi (Interactive Shell): Cleanup last change.
2003
eabd84c9
JL
20042007-10-22 Juri Linkov <juri@jurta.org>
2005
2006 * mini.texi (Minibuffer History): Add text about a list of minibuffer
2007 default values.
2008
0b43c7e2
ER
20092007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2010
ca8c5b8c 2011 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
2012 'filesets'.
2013
a80859d4
MR
20142007-10-18 Martin Rudalics <rudalics@gmx.at>
2015
2016 * trouble.texi (Quitting): Fix typo.
2017
c9447ae1
GM
20182007-10-18 Glenn Morris <rgm@gnu.org>
2019
2020 * frames.texi (Mode Line Mouse): Mention minor mode names.
2021
168b980f
JL
20222007-10-17 Juri Linkov <juri@jurta.org>
2023
2024 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
2025 fill-paragraph operates on the active region in Transient Mark mode.
2026 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
2027 with fill-paragraph.
2028
2029 * basic.texi (Arguments): Replace fill-paragraph-or-region with
2030 fill-paragraph.
2031
2032 * fixit.texi (Spelling): ispell-word operates on the active region
2033 in Transient Mark mode.
2034
5a331f34
JB
20352007-10-17 Aaron S. Hawley <aaronh@garden.org>
2036
2037 * building.texi (Source Buffers):
2038 * custom.texi (Init Non-ASCII):
2039 * glossary.texi (Glossary): Use "key binding" consistently.
2040
2a9f4d55
JB
20412007-10-17 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * calendar.texi (Diary): Fix directive.
2044
de13cecf
RS
20452007-10-16 Richard Stallman <rms@gnu.org>
2046
2047 * calendar.texi (Diary): Clarify text about diary file example.
2048
5f90d53e
ER
20492007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
2050
2051 * files.texi: Capitalize node names according to convention.
2052
3aa491bc
GM
20532007-10-13 Glenn Morris <rgm@gnu.org>
2054
2055 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
2056
8a3106d3
ER
20572007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2058
2059 * emacs.texi:
2060 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 2061 suggested by RMS and Robert J. Chassell.
8a3106d3 2062
da1080a2
ER
20632007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2064
3aa491bc 2065 * files.texi (Version Systems):
0870a421
ER
2066 * vc-xtra.texi:
2067 * vc1-xtra.texi:
ac3f4c6f 2068 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 2069 operations. Change of terminology from `version' to `revision'.
a7fc5b78 2070 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 2071 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 2072
58ade22b
ER
20732007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
2074
da1080a2 2075 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
2076 Reorder the descriptions to be chronological.
2077
93870ce2
RS
20782007-10-09 Richard Stallman <rms@gnu.org>
2079
2080 * display.texi (Cursor Display): Correct how cursor appears
2081 in nonselected windows.
2082
568c7288
NR
20832007-10-04 Nick Roberts <nickrob@snap.net.nz>
2084
2085 * building.texi (GDB Graphical Interface): Remove references to gdba
2086 and mention gud-gdb.
2087
1af74d06 20882007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 2089
1af74d06 2090 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 2091
0d8fb755
JL
20922007-10-06 Juri Linkov <juri@jurta.org>
2093
2094 * text.texi (Fill Commands): Document fill-paragraph-or-region.
2095 (Fill Prefix, Format Indentation): Replace fill-paragraph with
2096 fill-paragraph-or-region.
2097
2098 * basic.texi (Arguments): Replace fill-paragraph with
2099 fill-paragraph-or-region.
2100
b981e2c6
ER
21012007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2102
2103 * files.texi: Update the section on version control for 2007
2a9f4d55 2104 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
2105 will come later.
2106
5fceaf9c
GM
21072007-09-15 Glenn Morris <rgm@gnu.org>
2108
2109 * calendar.texi (Holidays): Change all instances of `holiday-list' back
2110 to `list-holidays'.
2111
b0e44b17
GM
21122007-09-14 Glenn Morris <rgm@gnu.org>
2113
2114 * calendar.texi: Update all instances of mark-calendar-holidays,
2115 list-calendar-holidays, list-holidays with the new names.
2116
8cf51b2c
GM
21172007-09-06 Glenn Morris <rgm@gnu.org>
2118
46a367db 2119 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
2120 Split into the Emacs manual in emacs/, and other manuals in misc/.
2121 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2122 manual.
2123 (infodir): New variable.
2124 (info): Use $infodir.
2125 (emacsman): Delete target, not needed any more.
2126 Move all targets that are not the Emacs manual to misc/Makefile.in.
2127 (mostlyclean): Remove `gnustmp'.
2128 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2129 manual.
92f9b43f 2130 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
2131 (emacsman): Delete target, not needed any more.
2132 (clean): Remove all info files but Emacs manual.
2133 Move all targets that are not the Emacs manual to misc/Makefile.in.
2134 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2135
2136 * Makefile.in (INFOSOURCES): Delete.
2137 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2138 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2139 *.vrs *.toc here...
2140 (maintainer-clean): ...from here.
2141
21422007-09-05 Glenn Morris <rgm@gnu.org>
2143
2144 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2145
8cf51b2c
GM
21462007-08-29 Glenn Morris <rgm@gnu.org>
2147
2148 * emacs.texi (EMACSVER): Increase to 23.0.50.
2149
3420c522
RS
21502007-08-27 Richard Stallman <rms@gnu.org>
2151
2152 * emacs.texi (Top): Clarify menu item for Glossary.
2153
2154 * display.texi (Faces): Change secn title.
2155 Clarify not all fonts come from Font Lock.
2156
8cf51b2c
GM
21572007-08-17 Eli Zaretskii <eliz@gnu.org>
2158
2159 * basic.texi (Position Info): Add index entry for face at point.
2160 Mention that character faces are also displayed by "C-u C-x =".
2161
8cf51b2c
GM
21622007-08-08 Glenn Morris <rgm@gnu.org>
2163
2164 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
2165
21662007-08-07 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * files.texi (File Conveniences): Document point motion keys in Image
2169 mode.
2170
8cf51b2c
GM
21712007-07-27 Glenn Morris <rgm@gnu.org>
2172
8cf51b2c
GM
2173 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2174 in-line.
2175
2176 * gpl.texi: New file with text of GPL.
2177 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2178
21792007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2180
2181 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2182
2183 * dired.texi (Wdired): Mention C-x C-q key binding.
2184
21852007-07-28 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2188
21892007-07-25 Glenn Morris <rgm@gnu.org>
2190
8cf51b2c
GM
2191 * emacs.texi (Copying): Replace license with GPLv3.
2192
2193 * Relicense all FSF files to GPLv3 or later.
2194
21952007-07-24 Glenn Morris <rgm@gnu.org>
2196
2197 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2198 for some calendars.
2199
22002007-07-23 Nick Roberts <nickrob@snap.net.nz>
2201
2202 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2203 default-directory for the current buffer is on a remote machine.
2204
8cf51b2c
GM
22052007-07-21 Eli Zaretskii <eliz@gnu.org>
2206
2207 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2208 default value.
2209
22102007-07-21 Richard Stallman <rms@gnu.org>
2211
2212 * files.texi (Why Version Control?): Improve previous change.
2213
22142007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2215
2216 * files.texi (Why Version Control?): New node.
2217
8cf51b2c
GM
22182007-07-12 Nick Roberts <nickrob@snap.net.nz>
2219
8cf51b2c
GM
2220 * building.texi (Starting GUD): Add xref to this anchor.
2221
8cf51b2c
GM
22222007-06-24 Karl Berry <karl@gnu.org>
2223
2a9f4d55 2224 * emacs.texi: New Back-Cover Text.
8cf51b2c 2225
8cf51b2c
GM
22262007-06-07 Alan Mackenzie <acm@muc.de>
2227
2228 * display.texi (Optional Mode Line): Document the new form of
2229 line+column numbers, "(561,2)".
2230
22312007-06-06 Juanma Barranquero <lekktu@gmail.com>
2232
49823426 2233 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
2234
22352007-06-02 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * Version 22.1 released.
2238
8cf51b2c
GM
22392007-05-07 Karl Berry <karl@gnu.org>
2240
2241 * emacs.texi (EMACSVER): Back to 22.
2242
22432007-05-06 Richard Stallman <rms@gnu.org>
2244
2245 * maintaining.texi (Create Tags Table): Clean up previous change.
2246
c8763fb6 22472007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2248
2249 * maintaining.texi (Create Tags Table): Add text about the dangers of
2250 making symbolic links to tags files.
2251
22522007-05-04 Karl Berry <karl@gnu.org>
2253
2254 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2255
22562007-05-03 Karl Berry <karl@gnu.org>
2257
2258 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2259
2260 * .cvsignore (*.pdf): New entry.
2261
8cf51b2c
GM
2262 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2263 for printing.
2264
22652007-05-01 Richard Stallman <rms@gnu.org>
2266
2267 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2268
8cf51b2c
GM
22692007-04-28 Glenn Morris <rgm@gnu.org>
2270
2271 * ack.texi (Acknowledgments):
2272 * anti.texi (Antinews):
8cf51b2c
GM
2273 * programs.texi (Program Modes): Restore mention of python.el pending
2274 consideration of legal status.
2275
22762007-04-28 Richard Stallman <rms@gnu.org>
2277
2278 * files.texi (File Names): Fixes to ~ description on MS systems.
2279
8cf51b2c
GM
22802007-04-26 Glenn Morris <rgm@gnu.org>
2281
2282 * emacs.texi (EMACSVER): Increase to 22.1.50.
2283
22842007-04-25 Karl Berry <karl@gnu.org>
2285
2286 * emacs.texi: Improve line breaks on copyright page,
2287 similar layout to lispref, 8.5x11 by default.
2288
2289 * dired.texi (Image-Dired): Improve line break, fix typo.
2290
22912007-04-24 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * programs.texi (Program Modes):
8cf51b2c
GM
2294 * anti.texi (Antinews):
2295 * ack.texi (Acknowledgments): python.el removed.
2296
8cf51b2c
GM
22972007-04-23 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * display.texi (Highlight Interactively): Correct description of
2300 hi-lock-file-patterns-policy.
2301
2302 * files.texi (File Archives): Mention self-extracting executables.
2303
23042007-04-23 Eli Zaretskii <eliz@gnu.org>
2305
2306 * search.texi (Unconditional Replace, Query Replace): Add xref to
2307 "Replacement and Case".
2308
23092007-04-22 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * dired.texi (Image-Dired): Move from Thumbnails node.
2312 * misc.texi (Thumbnails): Node deleted.
2313 * emacs.texi (Top): Update node listing.
2314
2315 * files.texi (File Conveniences):
49823426 2316 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2317
23182007-04-21 Richard Stallman <rms@gnu.org>
2319
2320 * display.texi (Highlight Interactively): Correct previous change.
2321 Clarify doc of hi-lock-find-patterns, and move new features into it.
2322
23232007-04-20 David Koppelman <koppel@ece.lsu.edu>
2324
2325 * display.texi (Highlight Interactively): Document
2326 hi-lock-file-patterns-policy.
2327
23282007-04-20 Martin Rudalics <rudalics@gmx.at>
2329
2330 * display.texi (Scrolling): Fix typo.
2331
8cf51b2c
GM
23322007-04-15 Chong Yidong <cyd@stupidchicken.com>
2333
8cf51b2c
GM
2334 * doclicense.texi: Remove node heading, so that it can be included by
2335 other files.
2336
2337 * emacs.texi: Insert node heading for GFDL.
2338
8cf51b2c
GM
23392007-04-14 Eli Zaretskii <eliz@gnu.org>
2340
2341 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2342 "command line".
2343
2344 * display.texi (Faces): Refer to "Creating Frames" for face
2345 and other frame customizations in .emacs.
2346
2347 * frames.texi (Creating Frames): Mention that face customizations can
2348 be put in .emacs. Add index entries.
2349
23502007-04-12 Richard Stallman <rms@gnu.org>
2351
2352 * glossary.texi (Glossary): Explain `iff'.
2353
23542007-04-11 Karl Berry <karl@gnu.org>
2355
2356 * gnu.texi (Top),
2357 * macos.texi (Mac Font Specs),
2358 * anti.texi (Antinews),
2359 * xresources.texi (Resources),
2360 * misc.texi (Emulation),
2361 * calendar.texi (Daylight Saving),
2362 * dired.texi (Dired and Find),
2363 * rmail.texi (Remote Mailboxes),
2364 * sending.texi (Mail Headers),
2365 * programs.texi (Which Function),
2366 * files.texi (Recover),
2367 * buffers.texi (Uniquify),
2368 * frames.texi (Wheeled Mice),
2369 * killing.texi (Rectangles): Wording to improve breaks in
2370 8.5x11 format.
2371 * mule.texi (Language Environments): \hbadness=10000 since there's
2372 no way to reword.
2373 * emacs.texi (smallbook): New @set to more easily switch between
2374 smallbook and 8.5x11.
2375
23762007-04-11 Richard Stallman <rms@gnu.org>
2377
2378 * files.texi (File Conveniences): Add xref to Tumme.
2379 Delete text about Thumbnail mode.
2380
8cf51b2c
GM
23812007-04-09 Alan Mackenzie <acm@muc.de>
2382
2383 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2384 new name. Insert concept index entries.
2385
8cf51b2c
GM
23862007-04-08 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * display.texi (Standard Faces): Document prefix arg for
2389 list-faces-display.
2390
2391 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2392
8cf51b2c
GM
23932007-04-07 Chong Yidong <cyd@stupidchicken.com>
2394
8cf51b2c
GM
2395 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2396
2397 * files.texi (Misc File Ops): Rewrite description of
2398 insert-file-literally.
2399
8cf51b2c
GM
24002007-03-31 Eli Zaretskii <eliz@gnu.org>
2401
2402 * misc.texi (Printing): Postscript -> PostScript.
2403
8cf51b2c
GM
2404 * ack.texi (Acknowledgments): Postscript -> PostScript.
2405
2406 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2407
2408 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2409 below.
2410
24112007-03-30 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2414 Init Non-ASCII.
2415 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2416 (Init Non-ASCII): New node.
2417
24182007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2419
2420 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2421
8cf51b2c
GM
24222007-03-12 Glenn Morris <rgm@gnu.org>
2423
8cf51b2c
GM
2424 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2425 "Daylight Savings".
2426
49823426 2427 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2428 saving" in text throughout.
2429
8cf51b2c
GM
24302007-03-04 Richard Stallman <rms@gnu.org>
2431
2432 * custom.texi (Safe File Variables): Minor correction.
2433
8cf51b2c
GM
24342007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2435
2436 * rmail.texi (Movemail): Add internal ref.
2437 Don't indent the intro for the PROTO table.
2438 Format PROTO table items with @code.
2439
8cf51b2c
GM
24402007-02-26 Nick Roberts <nickrob@snap.net.nz>
2441
2442 * building.texi: Remove references to bashdb.
2443
8cf51b2c
GM
24442007-02-19 Juanma Barranquero <lekktu@gmail.com>
2445
2446 * mule.texi (Language Environments): Update list of supported language
2447 environments.
2448
8cf51b2c
GM
24492007-02-14 Kim F. Storm <storm@cua.dk>
2450
2451 * building.texi (Grep Searching): Fix lgrep doc.
2452
24532007-02-12 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * back.texi: Remove unused file.
2456
c8763fb6 24572007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2458
2459 * maintaining.texi (Tag Syntax): Now --members is the default for
2460 etags, not for ctags yet.
2461
8cf51b2c
GM
24622007-02-03 Eli Zaretskii <eliz@gnu.org>
2463
2464 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2465 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2466 expects. Add comments to prevent people from inadvertently modifying
2467 the key parts needed by `texinfo-multiple-files-update'.
2468
24692007-01-29 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * frames.texi (Secondary Selection): Window clicked does not matter
2472 when mouse-yank-at-point is non-nil.
2473
8cf51b2c
GM
24742007-01-16 Glenn Morris <rgm@gnu.org>
2475
2476 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2477 system abbrev.
2478
24792007-01-11 Richard Stallman <rms@gnu.org>
2480
2481 * msdog.texi (Windows Keyboard): Another small cleanup.
2482
24832007-01-10 Richard Stallman <rms@gnu.org>
2484
2485 * msdog.texi (Windows Keyboard): Yet another try to make
2486 everyone happy with that passage.
2487
24882007-01-05 Richard Stallman <rms@gnu.org>
2489
2490 * anti.texi (Antinews): Mention M-x shell scrolling.
2491
24922007-01-05 Nick Roberts <nickrob@snap.net.nz>
2493
2494 * building.texi (Watch Expressions): Describe gdb-max-children.
2495
8cf51b2c
GM
24962007-01-04 Richard Stallman <rms@gnu.org>
2497
8cf51b2c
GM
2498 * msdog.texi (Windows Keyboard): Clarify previous change.
2499
8cf51b2c
GM
25002007-01-02 Richard Stallman <rms@gnu.org>
2501
2502 * custom.texi (Changing a Variable): Minor clarification.
2503 (Specific Customization): customize-customized => customize-unsaved.
2504
2505 * entering.texi (Entering Emacs): Clean up text about restarting
2506 Emacs for each file.
2507
2508 * misc.texi (Shell Options): Minor cleanup.
2509
2510 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2511 with Emacs, not vice versa.
2512
2513 * programs.texi (Symbol Completion): Recommend customizing
2514 window manager.
2515
2516 * xresources.texi (Resources): Minor fix.
2517
c8763fb6 25182007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2519
2520 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2521
25222007-01-01 Richard Stallman <rms@gnu.org>
2523
2524 * commands.texi (User Input): Document keys stolen by window mangers.
2525
25262006-12-31 Richard Stallman <rms@gnu.org>
2527
2528 * custom.texi (Specific Customization): Document customize-option
2529 instead of customize-variable.
2530
25312006-12-31 Kim F. Storm <storm@cua.dk>
2532
2533 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2534
25352006-12-30 Kim F. Storm <storm@cua.dk>
2536
2537 * killing.texi (CUA Bindings): Fix typo.
2538
2539 * xresources.texi (Table of Resources): Mention grow-only value for
2540 auto-resize-tool-bars.
2541
8cf51b2c
GM
25422006-12-27 Eli Zaretskii <eliz@gnu.org>
2543
2544 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2545 and how to get them back.
2546
25472006-12-26 Richard Stallman <rms@gnu.org>
2548
2549 * calendar.texi (Holidays): Holiday listing is based on current
2550 practice, but DST is not.
2551
25522006-12-25 Richard Stallman <rms@gnu.org>
2553
2554 * emacs.texi (Top): Update subnode menus.
2555
2556 * mark.texi (Transient Mark): Fix xref.
2557
2558 * killing.texi (Graphical Kill): Node deleted.
2559 (Killing): Add xref to Cut and Paste.
2560 (CUA Bindings): Update xref.
2561
2562 * frames.texi (Cut and Paste): New section to hold other nodes.
2563 (Mouse Commands): Node demoted.
2564 (Cut/Paste Other App): Split out from Mouse Commands.
2565 (Word and Line Mouse): Likewise.
2566 (Secondary Selection, Clipboard): Nodes demoted.
2567
8cf51b2c
GM
25682006-12-24 Kevin Ryde <user42@zip.com.au>
2569
2570 * calendar.texi (Holidays): US daylight saving begins second Sunday
2571 in March for 2007 onwards.
2572 (Daylight Savings): Show new US default daylight saving rules, 2nd
2573 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2574
25752006-12-23 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * calendar.texi (Scroll Calendar): < and > are switched.
2578
25792006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2580
2581 * killing.texi (Deletion): Describe M-\ prefix argument.
2582
25832006-12-23 Richard Stallman <rms@gnu.org>
2584
2585 * search.texi (Regexp Search): Explain why forward and reverse regexp
2586 search are not mirror images.
2587
8cf51b2c
GM
25882006-12-19 Kim F. Storm <storm@cua.dk>
2589
2590 * major.texi (Choosing Modes): Describe match-function elements for
2591 magic-mode-alist.
2592
8cf51b2c
GM
25932006-12-18 Eli Zaretskii <eliz@gnu.org>
2594
2595 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2596 peculiarities.
2597
25982006-12-18 Richard Stallman <rms@gnu.org>
2599
2600 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2601
8cf51b2c
GM
26022006-12-17 Alan Mackenzie <acm@muc.de>
2603
2604 * programs.texi (Left Margin Paren): Remove the bit which says
2605 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2606 Discuss some of the issues of setting this option to nil.
2607
26082006-12-17 Glenn Morris <rgm@gnu.org>
2609
2610 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2611
26122006-12-16 Eli Zaretskii <eliz@gnu.org>
2613
2614 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2615 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2616 NTFS volumes.
2617 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2618 volumes.
2619
26202006-12-15 Eli Zaretskii <eliz@gnu.org>
2621
2622 * text.texi (HTML Mode): Fix "C-c TAB".
2623
8cf51b2c
GM
26242006-12-09 Richard Stallman <rms@gnu.org>
2625
2626 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2627
26282006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2629
2630 * files.texi (Misc File Ops): Document insert-file-literally.
2631
26322006-12-08 Eli Zaretskii <eliz@gnu.org>
2633
2634 * cmdargs.texi (Colors): Note that --color is intended for overriding
2635 the terminal defaults, not for normal invocation.
2636
2637 * misc.texi (Emacs Server): Improve wording. Don't mention the
2638 ``server program''. Add a cross-reference to "Init File" node.
2639 (Invoking emacsclient): Add index entries. Document both short and
2640 long versions of command-line options. Document the -f option.
2641
8cf51b2c
GM
26422006-12-06 Richard Stallman <rms@gnu.org>
2643
2644 * text.texi (Outline Format): Say to set outline-regexp
2645 and outline-level with major modes and file local variables.
2646
c8763fb6 26472006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2648
2649 * anti.texi (Antinews): Mention the alternative to
2650 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2651
8cf51b2c
GM
2652 * misc.texi (Interactive Shell): Ditto.
2653
26542006-12-04 Eli Zaretskii <eliz@gnu.org>
2655
2656 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2657
2658 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2659
26602006-12-01 Eli Zaretskii <eliz@gnu.org>
2661
2662 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2663 colon in the mode line.
2664
2665 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2666
26672006-11-26 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * building.texi (Watch Expressions): Mention SPC for expanding/
2670 contracting watch expressions.
2671
26722006-11-26 Kim F. Storm <storm@cua.dk>
2673
2674 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2675
26762006-11-26 Nick Roberts <nickrob@snap.net.nz>
2677
2678 * building.texi (Debugger Operation): Define text command mode.
2679 Clarify how tooltips work.
2680 (GDB Graphical Interface): Explain how to run in text command mode
2681 more clearly.
2682
26832006-11-25 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2686
26872006-11-22 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2690
8cf51b2c
GM
26912006-11-18 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2694 and EMACS is deprecated.
2695
26962006-11-18 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2699
c8763fb6 27002006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2701
2702 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2703
2704 * emacs.texi: Include xresources.texi both for info and dvi.
2705
2706 * xresources.texi: Merge text from xresmini.texi.
2707
c8763fb6 27082006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2709
2710 * glossary.texi: Fix typos.
2711
8cf51b2c
GM
27122006-11-06 Richard Stallman <rms@gnu.org>
2713
2714 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2715
2716 * ack.texi (Acknowledgments): Fix name spelling.
2717
27182006-11-01 Juri Linkov <juri@jurta.org>
2719
2720 * search.texi (Word Search): Document incremental word search.
2721
27222006-10-28 Glenn Morris <rgm@gnu.org>
2723
2724 * ack.texi (Acknowledgments): Add cal-html author.
2725
2726 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2727 Calendar"). Describe new package cal-html.
2728 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2729 Calendar Files."
2730
8cf51b2c
GM
27312006-10-23 Richard Stallman <rms@gnu.org>
2732
2733 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2734 Abbrev mode is enabled.
2735
8cf51b2c
GM
27362006-10-16 Richard Stallman <rms@gnu.org>
2737
8cf51b2c
GM
2738 * emacs.texi: Update ISBN.
2739
8cf51b2c
GM
27402006-10-11 Kim F. Storm <storm@cua.dk>
2741
2742 * emacs.texi (Acknowledgments): Use @dotless{i}.
2743
27442006-10-08 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * building.texi (Breakpoints Buffer): Mention catchpoints.
2747
27482006-10-08 Kim F. Storm <storm@cua.dk>
2749
2750 * ack.texi (Acknowledgments): Update.
2751
2752 * emacs.texi (Acknowledgments): Fix bad @/ form.
2753
8cf51b2c
GM
27542006-10-05 Kim F. Storm <storm@cua.dk>
2755
2756 * emacs.texi (Acknowledgments): Add more contributors.
2757
27582006-10-03 Richard Stallman <rms@gnu.org>
2759
2760 * emacs.texi (Acknowledgments): Update version and edition.
2761
8cf51b2c
GM
27622006-10-01 Karl Berry <karl@gnu.org>
2763
2764 * custom.texi (Customization Groups): Page break to keep example buffer
2765 on one page.
2766
27672006-09-30 Karl Berry <karl@gnu.org>
2768
2769 * programs.texi (Basic Indent): @need to improve page break.
2770 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2771
27722006-09-29 Glenn Morris <rgm@gnu.org>
2773
2774 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2775
27762006-09-29 Karl Berry <karl@gnu.org>
2777
2778 * windows.texi (Basic Window): Remove forced @break, no longer
2779 desirable.
2780 * frames.texi (Frame Commands),
2781 * mark.texi (Marking Objects): Reword to avoid bad page break.
2782 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2783
27842006-09-19 Richard Stallman <rms@gnu.org>
2785
2786 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2787 stick to present tense.
2788
c8763fb6 27892006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2790
2791 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2792 to x-gtk-use-old-file-dialog.
2793 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2794
27952006-09-15 Jay Belanger <belanger@truman.edu>
2796
49823426 2797 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2798 Change "Library Public License" to "Lesser Public License"
2799 throughout. Use "yyyy" to represent year.
2800
8cf51b2c
GM
28012006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2802
2803 * files.texi (Visiting): Add index entry "open file".
2804
8cf51b2c
GM
28052006-09-11 Richard Stallman <rms@gnu.org>
2806
2807 * building.texi (Compilation Mode): Clarification.
2808 (Grep Searching): Add xref to Compilation Mode.
2809
8cf51b2c
GM
28102006-09-08 Richard Stallman <rms@gnu.org>
2811
2812 * search.texi (Search): Ref multi-file search commands here.
2813 (Other Repeating Search): Not here.
2814
8cf51b2c
GM
28152006-08-28 Richard Stallman <rms@gnu.org>
2816
2817 * windows.texi (Split Window): Update xref.
2818
2819 * basic.texi (Continuation Lines): Update xref.
2820
2821 * indent.texi (Tab Stops): Update xref.
2822
2823 * emacs.texi (Top): Update subnode menu.
2824
2825 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2826 split out of Display Custom.
2827
28282006-08-25 Kim F. Storm <storm@cua.dk>
2829
2830 * display.texi (Display Custom): Add variables overline-margin
2831 and x-underline-at-descent-line.
2832
28332006-08-25 Richard Stallman <rms@gnu.org>
2834
2835 * entering.texi (Exiting): Rewrite to give graphical displays
2836 priority over text terminals.
2837
2838 * search.texi (Incremental Search): Move index entries.
2839
28402006-08-23 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * custom.texi (Init File): Reference Find Init to avoid "home
2843 directory" confusion.
2844
28452006-08-22 Nick Roberts <nickrob@snap.net.nz>
2846
2847 * building.texi (Other GDB-UI Buffers): Describe how to edit
2848 a value in the locals buffer.
2849
28502006-08-21 Richard Stallman <rms@gnu.org>
2851
2852 * search.texi (Basic Isearch): Add `isearch' index entry.
2853
28542006-08-16 Richard Stallman <rms@gnu.org>
2855
2856 * misc.texi (Saving Emacs Sessions): Clean up wording.
2857
2858 * mark.texi (Marking Objects): Mention term "select all".
2859
2860 * emacs.texi (Top): Update subnode menu.
2861
2862 * help.texi (Help Mode): Move node up in file.
2863
8cf51b2c
GM
28642006-08-15 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * building.texi (Stack Buffer): Explain fringe arrow.
2867
8cf51b2c
GM
28682006-08-12 Eli Zaretskii <eliz@gnu.org>
2869
8cf51b2c
GM
2870 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2871 on startup.
2872
28732006-08-11 Romain Francoise <romain@orebokech.com>
2874
2875 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2876
28772006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2878
2879 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2880
28812006-08-10 Richard Stallman <rms@gnu.org>
2882
2883 * text.texi (Format Faces): Substantial rewrites to deal
2884 with face merging. Empty regions don't count. Clarify
2885 face property inheritance.
2886
28872006-08-08 Romain Francoise <romain@orebokech.com>
2888
2889 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2890 <arjuropo@cc.jyu.fi>.
2891
8cf51b2c
GM
28922006-08-04 Eli Zaretskii <eliz@gnu.org>
2893
2894 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2895 apply to all frames.
2896
8cf51b2c
GM
28972006-08-01 Richard Stallman <rms@gnu.org>
2898
2899 * help.texi (Name Help): Add index entries for describe-variable.
2900
29012006-08-01 Nick Roberts <nickrob@snap.net.nz>
2902
2903 * building.texi (GDB Graphical Interface): Shorten node names.
2904 (GDB-UI Layout): Use GDB-related.
2905 (Other GDB-UI Buffers): Simplify English.
2906
29072006-07-31 Richard Stallman <rms@gnu.org>
2908
2909 * search.texi (Query Replace): Add xref for Dired's Q command.
2910
8cf51b2c
GM
29112006-07-31 Nick Roberts <nickrob@snap.net.nz>
2912
2913 * building.texi (GDB commands in Fringe): Rename to...
2914 (Source Buffers): ..this and move forward. Describe hollow arrow and
2915 new option gdb-find-source-frame.
2916
29172006-07-29 Richard Stallman <rms@gnu.org>
2918
2919 * dired.texi (Operating on Files): Simplify previous change
2920 and fix Texinfo usage.
2921
29222006-07-29 Eli Zaretskii <eliz@gnu.org>
2923
2924 * dired.texi (Operating on Files): Add cross-references. State the
2925 Unix commands that do similar things.
2926
29272006-07-28 Richard Stallman <rms@gnu.org>
2928
2929 * mark.texi (Transient Mark): Clarify that region never disappears
2930 when Transient Mark mode is off, and not when it is on.
2931
29322006-07-27 Richard Stallman <rms@gnu.org>
2933
2934 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2935
29362006-07-24 Richard Stallman <rms@gnu.org>
2937
2938 * xresources.texi (GTK styles): Fix texinfo usage.
2939
8cf51b2c
GM
2940 * commands.texi (User Input): Explain why we teach keyboard cmds.
2941
2942 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2943 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2944 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2945 * doclicense.texi, display.texi, dired.texi, basic.texi:
2946 * anti.texi, ack.texi: Move periods and commas inside quotes.
2947
29482006-07-22 Eli Zaretskii <eliz@gnu.org>
2949
2950 * cmdargs.texi (General Variables): Document EMAIL.
2951
29522006-07-21 Eli Zaretskii <eliz@gnu.org>
2953
2954 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2955 doesn't have effect on MS-Windows.
2956
8cf51b2c
GM
29572006-07-17 Richard Stallman <rms@gnu.org>
2958
2959 * building.texi (Grep Searching): Explain about chaining grep commands.
2960
8cf51b2c
GM
29612006-07-10 Nick Roberts <nickrob@snap.net.nz>
2962
49823426 2963 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2964
29652006-07-09 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2968 is invoked for multiple files.
2969
29702006-07-08 Eli Zaretskii <eliz@gnu.org>
2971
2972 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2973 on-line manual for the rest of this node.
2974 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2975 unconditionally.
2976 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2977 Improve wording.
2978 (Windows Printing): Improve wording.
2979 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2980 rest of this node.
2981
8cf51b2c
GM
29822006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2983
49823426
GM
2984 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2985 with eval-buffer.
8cf51b2c
GM
2986
29872006-07-05 Nick Roberts <nickrob@snap.net.nz>
2988
2989 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2990 of character translation.
2991
29922006-07-04 Nick Roberts <nickrob@snap.net.nz>
2993
2994 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2995
29962006-07-03 Karl Berry <karl@gnu.org>
2997
2998 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2999 not-too-underfull hboxes in the TeX output.
3000 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
3001 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
3002 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
3003 * sending.texi, text.texi: Fix overfull/underfull boxes.
3004
30052006-07-03 Romain Francoise <romain@orebokech.com>
3006
3007 * m-x.texi (M-x): Fix.
3008
30092006-07-03 Richard Stallman <rms@gnu.org>
3010
8cf51b2c
GM
3011 * search.texi (Other Repeating Search): filename -> file name.
3012
3013 * misc.texi (Narrowing): Minor cleanups.
3014
3015 * files.texi (Visiting): filename -> file name.
3016
3017 * emacs.texi (Top): Update subnode menus.
3018
3019 * mule.texi (Coding Systems): Move char translation stuff here.
3020 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
3021 (Recognize Coding): Substantial local rewrites.
3022 (International): Update menu.
3023
3024 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
3025 (Scrolling): Substantial local rewrites.
3026 (Display): Update menu and intro.
3027
3028 * dired.texi: filename -> file name.
3029
3030 * custom.texi (Safe File Variables): Texinfo usage fix.
3031
f0131492 30322006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3033
3034 * help.texi, m-x.texi: Lots of cleanups.
3035
8cf51b2c
GM
30362006-06-30 Eli Zaretskii <eliz@gnu.org>
3037
3038 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
3039 (Windows Processes, Windows Misc): Shorten the printed version by
3040 selectively conditioning less important portions by @ifnottex.
3041
8cf51b2c
GM
30422006-06-27 Richard Stallman <rms@gnu.org>
3043
3044 * mini.texi (Minibuffer File): Minor cleanup.
3045
30462006-06-25 Nick Roberts <nickrob@snap.net.nz>
3047
3048 * frames.texi (XTerm Mouse): Rename to...
3049 (Text-Only Mouse): ...this. Mention t-mouse-mode.
3050
3051 * emacs.texi (Top): Use new node name.
3052
30532006-06-24 Eli Zaretskii <eliz@gnu.org>
3054
3055 * emacs.texi (Top): Update the detailed menu according to changes in
3056 msdog.texi.
3057
3058 * msdog.texi (Windows Keyboard): New section.
3059 (Windows Mouse): New section.
3060 (Windows System Menu): Remove section (text merged with "Windows
3061 Keyboard").
3062 (Windows Misc): New section.
3063
3064 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
3065
3066 * msdog.texi (ls in Lisp): New section.
3067
3068 * files.texi (Visiting): Document case-insensitive wildcard matching
3069 under find-file-wildcards.
3070
8cf51b2c
GM
30712006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3072
3073 * macos.texi (Mac Input): Add description of mac-function-modifier.
3074 Now Unicode keyboard layouts work.
3075
8cf51b2c
GM
30762006-06-10 Richard Stallman <rms@gnu.org>
3077
3078 * mule.texi (Recognize Coding): Clarify previous change.
3079
30802006-06-09 Kenichi Handa <handa@m17n.org>
3081
3082 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
3083 notation.
3084
30852006-06-07 Kevin Ryde <user42@zip.com.au>
3086
3087 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
3088 manual for @ifnottex, but in emacs-extra for @iftex.
3089
3090 * cmdargs.texi (General Variables): Fix smtpmail xref.
3091
30922006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3093
8cf51b2c 3094 * programs.texi (Comment Commands):
8cf51b2c 3095 * custom.texi (Specifying File Variables):
49823426 3096 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
3097
30982006-06-07 Nick Roberts <nickrob@snap.net.nz>
3099
3100 * building.texi (Watch Expressions): Move node to end.
3101 (GDB Graphical Interface): Move description of clicks in fringe...
3102 (GDB commands in the Fringe): ...to here. New node.
3103
8cf51b2c
GM
31042006-06-05 Romain Francoise <romain@orebokech.com>
3105
49823426 3106 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
3107
31082006-06-05 Nick Roberts <nickrob@snap.net.nz>
3109
3110 * building.texi (GDB Graphical Interface): Update bindings.
3111 (Commands of GUD): Add gud-print. Remove gud-run.
3112 Restate availability more generally.
3113
f0131492 31142006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3115
3116 * mini.texi: Lots of cleanups.
3117
31182006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3119
3120 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3121 and Mouse-2.
3122
c8763fb6 31232006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3124
3125 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3126
8cf51b2c
GM
31272006-05-31 Richard Stallman <rms@gnu.org>
3128
3129 * basic.texi (Moving Point): Fix previous change.
3130
c8763fb6 31312006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3132
3133 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3134
f0131492 31352006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3136
3137 * basic.texi: Many simplifications and improvements in wording.
3138
8cf51b2c
GM
31392006-05-26 Nick Roberts <nickrob@snap.net.nz>
3140
3141 * anti.texi (Antinews): Create a node for gdb-ui.
3142
8cf51b2c
GM
31432006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3144
3145 * frames.texi (Menu Bars, Tool Bars): Add index entries.
3146
31472006-05-20 Richard Stallman <rms@gnu.org>
3148
3149 * dired.texi (Dired Navigation): dired-goto-file is now j.
3150
8cf51b2c
GM
31512006-05-20 Eli Zaretskii <eliz@gnu.org>
3152
3153 * mule.texi (Coding Systems): Mention the undecided-* coding systems
3154 and their aliases.
3155
3156 * msdog.texi (Windows Printing): Mention non-support of plain text
3157 printing with some el-cheapo printers, and suggest a workaround.
3158
31592006-05-20 Kevin Ryde <user42@zip.com.au>
3160
3161 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3162 remove the bit saying you must set it.
3163
31642006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3165
3166 * trouble.texi (Checklist):
3167 * text.texi (Text, Auto Fill, Text Mode):
3168 * search.texi (Nonincremental Search):
3169 * rmail.texi (Rmail Labels):
3170 * mule.texi (Input Methods, Multibyte Conversion):
3171 * misc.texi (Gnus, Where to Look, PostScript):
3172 * maintaining.texi (Create Tags Table):
3173 * indent.texi (Indentation Commands):
3174 * fixit.texi (Spelling):
3175 * emacs.texi (Copying):
3176 * custom.texi (Init File): ifinfo -> ifnottex.
3177
8cf51b2c
GM
31782006-05-17 Richard Stallman <rms@gnu.org>
3179
3180 * files.texi (Diff Mode): Mention C-x `.
3181
31822006-05-08 Richard Stallman <rms@gnu.org>
3183
3184 * custom.texi (Disabling): Textual cleanups.
3185
8cf51b2c
GM
31862006-05-12 Glenn Morris <rgm@gnu.org>
3187
3188 * calendar.texi (Displaying the Diary, Format of Diary File):
3189 Refer to diary-view-entries, diary-list-entries,
3190 diary-show-all-entries rather than obsolete aliases.
3191
31922006-05-12 Eli Zaretskii <eliz@gnu.org>
3193
3194 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3195 (Displaying the Diary, Special Diary Entries, Importing Diary):
3196 * building.texi (Compilation Shell):
3197 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3198 emacs-xtra with @inforef's.
3199
3200 * files.texi (Visiting): Fix wording.
3201
3202 * mule.texi (Coding Systems, Text Coding): More indexing.
3203 Mention that C-x RET f can set eol conversion.
3204
c8763fb6 32052006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3206
3207 * xresmini.texi (GTK resources): Insert GTK description.
3208
3209 * xresources.texi (GTK resources): metafont should be menufont.
3210
8cf51b2c
GM
32112006-05-06 Michael Albinus <michael.albinus@gmx.de>
3212
49823426 3213 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
3214 method, user name and host name is active only in partial
3215 completion mode.
3216
8cf51b2c
GM
32172006-05-06 Eli Zaretskii <eliz@gnu.org>
3218
3219 * makefile.w32-in (emacs.dvi):
3220 * Makefile.in (emacs.dvi): Add xresmini.texi.
3221
3222 * xresmini.texi (Table of Resources): Remove xref to non-existent
3223 node "LessTif Resources".
3224
3225 * msdog.texi (Microsoft Windows):
3226 * calendar.texi (Calendar/Diary, Displaying the Diary)
3227 (Special Diary Entries, Importing Diary, Holidays):
3228 * programs.texi (Program Modes):
3229 * text.texi (Text):
3230 * buffers.texi (Several Buffers):
3231 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3232
32332006-05-06 Eli Zaretskii <eliz@gnu.org>
3234
3235 The following changes merge the emacs-xtra manual into the main
3236 manual, but only for on-line version of the manual.
3237
3238 * vc2-xtra.texi (Version Backups, Local Version Control)
3239 (Making Snapshots, Change Logs and VC, Version Headers)
3240 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3241 on-line manual.
3242
3243 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3244 for on-line manual.
3245
3246 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3247 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3248 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3249 for on-line manual.
3250
3251 * fortran-xtra.texi (Fortran, Fortran Autofill)
3252 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3253 for on-line manual.
3254
3255 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3256 Conditional xref's for on-line manual.
3257
3258 * emerge-xtra.texi (Emerge, Overview of Emerge)
3259 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3260 manual.
3261
3262 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3263 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3264 (EMACSSOURCES): Use EMACS_XTRA.
3265 (../info/emacs-xtra): Remove.
3266 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3267
3268 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3269 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3270 (EMACSSOURCES): Use EMACS_XTRA.
3271 ($(infodir)/emacs-xtra): Remove.
3272 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3273
3274 * trouble.texi (Quitting):
3275 * text.texi (Text):
3276 * programs.texi (Program Modes):
3277 * msdog.texi (Microsoft Windows):
3278 * frames.texi (Frames):
3279 * files.texi (Backup, Version Control, VC Concepts)
3280 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3281 (Registering, VC Status, VC Undo, Multi-User Branching)
3282 (Comparing Files):
3283 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3284 (Displaying the Diary, Special Diary Entries, Importing Diary):
3285 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3286 conditional xref's, depending on @iftex/@ifnottex.
3287
3288 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3289 "MS-DOS". @include msdog-xtra.texi.
3290
3291 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3292 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3293
3294 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3295 for vc-xtra.texi subsections.
3296 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3297 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3298
3299 * sending.texi (Sending Mail): A @node line without explicit Prev,
3300 Next, and Up links.
3301
3302 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3303 Next, and Up links.
3304
3305 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3306 and its sections. @include picture-xtra.texi.
3307
3308 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3309 "Emerge".
3310 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3311
3312 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3313 exact duplicate of its name-sake in calendar.texi.
3314
3315 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3316 "Advanced Calendar/Diary Usage".
3317 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3318
3319 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3320 dired-xtra.texi.
3321 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3322
3323 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3324 (Files) [ifnottex]: Add menu entry for Autorevert.
3325
3326 * emacs-xtra.texi (Introduction): Reword to make consistent with
3327 printed version only.
3328 <Top level>: Remove the body of all chapters and move them to the
3329 new *-xtra.texi files. Use @raisesections and @lowersections to
3330 convert sections to chapters etc.
3331
3332 * msdog-xtra.texi:
3333 * fortran-xtra.texi:
3334 * vc-xtra.texi:
3335 * vc1-xtra.texi:
3336 * vc2-xtra.texi:
3337 * emerge-xtra.texi:
3338 * cal-xtra.texi:
3339 * dired-xtra.texi:
3340 * arevert-xtra.texi: New files, with text from respective chapters
3341 of emacs-xtra.texi. Convert each @chapter into @section, @section
3342 into @subsection, etc.
3343
3344 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3345 updated.
3346
3347 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3348 Windows". All references updated.
3349
33502006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3351
3352 * macos.texi (Mac Input): Mention input from Character Palette.
3353 (Mac Font Specs): Fix typo.
3354
33552006-05-05 Richard Stallman <rms@gnu.org>
3356
3357 * files.texi (Diff Mode): Minor cleanup.
3358
33592006-05-05 Karl Berry <karl@gnu.org>
3360
8cf51b2c
GM
3361 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3362 errors from the current release of makeinfo (4.8).
3363 * help.texi (Library Keywords): Change widest word in multitable
3364 template from `emulations' to `convenience'. (Not sure if this is
3365 related to the font change.)
3366
33672006-05-05 Eli Zaretskii <eliz@gnu.org>
3368
3369 * files.texi (File Names): Add a footnote about limited support of
3370 ~USER on MS-Windows.
3371
3372 * cmdargs.texi (Initial Options): Add a footnote about limited
3373 support of ~USER on MS-Windows.
3374
33752006-05-03 Richard Stallman <rms@gnu.org>
3376
3377 * files.texi (Diff Mode): Node moved here.
3378 (Comparing Files): Delete what duplicates new node.
3379 (Files): Put Diff Mode in menu.
3380
3381 * misc.texi (Diff Mode): Moved to files.texi.
3382
3383 * emacs.texi (Top): Update menu for Diff Mode.
3384
3385 * trouble.texi (Emergency Escape): Simplify.
3386
3387 * emacs.texi (Top): Minor clarification.
3388
33892006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3390
3391 * commands.texi, entering.texi, screen.texi: Many simplifications.
3392
33932006-05-03 Richard Stallman <rms@gnu.org>
3394
3395 * commands.texi (Text Characters): Delete paragraph about unibyte
3396 non-ASCII printing chars.
3397
3398 * killing.texi (Killing): Say "graphical displays".
3399 * display.texi: Say "graphical displays".
3400
3401 * cmdargs.texi (Misc X): Say "graphical displays".
3402
34032006-05-01 Richard Stallman <rms@gnu.org>
3404
3405 * emacs.texi (Top): Add Diff Mode to menu.
3406
34072006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3408
3409 * misc.texi (Diff Mode): New node.
3410
34112006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3412
3413 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3414 (Mac Environment Variables): Shorten example line.
3415 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3416
34172006-05-01 Nick Roberts <nickrob@snap.net.nz>
3418
3419 * building.texi (GUD Customization): Describe cases %d and %c.
3420 Update description for %e.
3421
34222006-04-30 Glenn Morris <rgm@gnu.org>
3423
3424 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3425
34262006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * custom.texi (Examining): Update C-h v output example.
3429
34302006-04-29 Kim F. Storm <storm@cua.dk>
3431
3432 * building.texi (Grep Searching): Add lgrep and rgrep.
3433
8cf51b2c
GM
34342006-04-23 Richard Stallman <rms@gnu.org>
3435
3436 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3437
3438 * xresmini.texi: New file.
3439
3440 * xresources.texi (Face Resources): Split table into font resources
3441 and the rest. Combine similar attributes for brevity.
3442
8cf51b2c
GM
34432006-04-21 Eli Zaretskii <eliz@gnu.org>
3444
3445 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3446 backslashes and case-insensitivity in file names (moved to the
3447 main manual).
3448 (MS-DOS Printing): Move most of the text to the main manual.
3449
3450 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3451 New nodes.
3452 (Windows Processes, Windows System Menu): Add index entries and
3453 fix wording.
3454
8cf51b2c
GM
34552006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3456
3457 * misc.texi (Shell Ring): Add notes on saved input when
3458 navigating off the end of the history list.
3459
34602006-04-18 Chong Yidong <cyd@mit.edu>
3461
3462 * misc.texi (Shell Options): Correct default value of
3463 comint-scroll-show-maximum-output.
3464
8cf51b2c
GM
34652006-04-18 Nick Roberts <nickrob@snap.net.nz>
3466
3467 * building.texi (Watch Expressions): Update.
3468
8cf51b2c
GM
34692006-04-12 Richard Stallman <rms@gnu.org>
3470
3471 * search.texi: Clean up previous change.
3472
34732006-04-12 Eli Zaretskii <eliz@gnu.org>
3474
3475 * search.texi (Regexp Backslash, Regexp Replace): Add index
3476 entries for ``back reference'' and mention the term itself in the
3477 text.
3478
34792006-04-11 Richard Stallman <rms@gnu.org>
3480
3481 * custom.texi (Safe File Variables):
3482 Document enable-local-variables = :safe.
3483
34842006-04-11 Karl Berry <karl@gnu.org>
3485
3486 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3487 (Remote Repositories, Version Backups, Local Version Control)
3488 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3489 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3490 (Renaming VC Work Files and Master Files)
3491 (Inserting Version Control Headers, Customizing VC, General Options)
3492 (Options for RCS and SCCS, Options specific for CVS): Move all
3493 these nodes to emacs-xtra.texi, for brevity.
3494 * cmdargs.texi, files.texi: Change cross-references.
3495
8cf51b2c
GM
34962006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3497
3498 * files.texi (Old Versions): Update description of vc-annotate's
3499 use of color to indicate date ranges.
3500
8cf51b2c
GM
35012006-04-09 Kevin Ryde <user42@zip.com.au>
3502
8cf51b2c
GM
3503 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3504 put info and printed manual names the right way around.
3505
35062006-04-09 Karl Berry <karl@gnu.org>
3507
3508 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3509 emacs-xtra.texi, leaving only MS Windows information.
3510 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3511 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3512 node names.
3513
3514 * emacs.texi: Move @summarycontents and @contents to the beginning
3515 of the file.
3516
8cf51b2c
GM
35172006-04-08 Kevin Ryde <user42@zip.com.au>
3518
3519 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3520
35212006-04-07 Richard Stallman <rms@gnu.org>
3522
3523 * programs.texi (Comments, Comment Commands, Options for Comments)
3524 (Multi-Line Comments): "Align", not "indent".
3525 (Basic Indent): C-j deletes trailing whitespace before the newline.
3526
35272006-04-06 Richard Stallman <rms@gnu.org>
3528
8cf51b2c
GM
3529 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3530
35312006-04-06 Eli Zaretskii <eliz@gnu.org>
3532
3533 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3534
8cf51b2c
GM
35352006-04-05 Richard Stallman <rms@gnu.org>
3536
3537 * emacs.texi (Top): Update subnode menu.
3538
3539 * trouble.texi (Unasked-for Search): Node deleted.
3540 (Lossage): Delete from menu.
3541
35422006-04-04 Richard Stallman <rms@gnu.org>
3543
3544 * trouble.texi: Various cleanups.
3545 (Checklist): Don't bother saying how to snail a bug report.
3546 (Emergency Escape): Much rewriting.
3547 (After a Crash): Rename the core dump immediately.
3548 (Total Frustration): Call it a psychotherapist.
3549 (Bug Criteria): Avoid "illegal instruction".
3550 (Sending Patches): We always put the contributor's name in.
3551
3552 * misc.texi (Thumbnails): Minor correction.
3553
8cf51b2c
GM
35542006-04-03 Richard Stallman <rms@gnu.org>
3555
3556 * misc.texi (Thumbnails): Minor cleanup.
3557
35582006-04-02 Karl Berry <karl@gnu.org>
3559
3560 * sending.texi (Mail Sending): pxref to Top needs five args.
3561
3562 * texinfo.tex: Update to current version (2006-03-21.13).
3563
8cf51b2c
GM
35642006-03-31 Richard Stallman <rms@gnu.org>
3565
3566 * emacs.texi (Top): Update subnode menu.
3567
3568 * help.texi (Help Mode): Cleanup.
3569
3570 * dired.texi: Many cleanups.
3571 (Dired Deletion): Describe dired-recursive-deletes.
3572 (Operating on Files): dired-create-directory moved.
3573 (Misc Dired Features): Move to here.
3574 (Tumme): Node moved to misc.texi.
3575
3576 * custom.texi: Many cleanups.
3577 (Minor Modes): Don't mention ISO Accents Mode.
3578 (Examining): Update C-h v output example.
3579 (Hooks): Add index and xref for add-hook.
3580 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3581 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3582
3583 * misc.texi: Many cleanups.
3584 (beginning): Add to summary of topics.
3585 (Shell): Put eshell xref at the end. Remove eshell from table.
3586 (Thumbnails): New node.
3587
8cf51b2c
GM
35882006-03-28 Eli Zaretskii <eliz@gnu.org>
3589
3590 * files.texi (File Name Cache): Make it clear that the cache is
3591 not persistent.
3592
8cf51b2c
GM
35932006-03-25 Karl Berry <karl@gnu.org>
3594
49823426
GM
3595 * emacs-xtra.texi, emacs.texi, gnu.texi:
3596 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3597 (2) do not indent copyright year list (or anything else).
3598
8cf51b2c
GM
35992006-03-21 Juanma Barranquero <lekktu@gmail.com>
3600
3601 * files.texi (VC Dired Mode): Remove misplaced brackets.
3602
36032006-03-21 Andre Spiegel <spiegel@gnu.org>
3604
3605 * files.texi: Various updates and clarifications in the VC chapter.
3606
36072006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3608
3609 * help.texi (Help Mode): Document "C-c C-c".
3610
8cf51b2c
GM
36112006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3612
3613 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3614 menu in the standalone Info reader.
3615
36162006-03-15 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3619 moved here from Emacs manual.
3620
3621 * programs.texi (Fortran): Section moved to emacs-xtra.
3622 (Program Modes): Xref to Fortran in emacs-xtra.
3623
3624 * maintaining.texi (Emerge): Move to emacs-xtra.
3625 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3626
3627 * picture.texi: File deleted.
3628 * Makefile.in:
3629 * makefile.w32-in: Remove picture.texi.
3630
3631 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3632 * abbrevs.texi (Abbrevs):
3633 * sending.texi (Sending Mail): Picture node removed.
3634
3635 * emacs.texi (Top): Update node listings.
3636
8cf51b2c
GM
36372006-03-12 Richard Stallman <rms@gnu.org>
3638
3639 * calendar.texi: Various cleanups.
3640
8cf51b2c
GM
36412006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3642
3643 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3644 syntax.
3645
8cf51b2c
GM
36462006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3647
3648 * search.texi (Regexps): More accurately describe which characters
3649 are special in which situations. Recommend _not_ to quote `]' or
3650 `-' when they are not special.
3651
8cf51b2c
GM
36522006-02-28 Andre Spiegel <spiegel@gnu.org>
3653
3654 * files.texi (Old Versions): Clarify operation of C-x v =.
3655
8cf51b2c
GM
36562006-02-21 Nick Roberts <nickrob@snap.net.nz>
3657
3658 * building.texi (Watch Expressions): Update and describe
3659 gdb-speedbar-auto-raise.
3660
36612006-02-19 Richard M. Stallman <rms@gnu.org>
3662
3663 * emacs.texi: Use @smallbook.
3664 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3665 Update subnode menu.
3666
3667 * building.texi (Lisp Interaction): Minor addition.
3668
36692006-02-18 Nick Roberts <nickrob@snap.net.nz>
3670
3671 * building.texi (Watch Expressions): Update and be more precise.
3672
c8763fb6 36732006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3674
3675 * maintaining.texi (Create Tags Table): Explain why the
3676 exception when etags writes to files under the /dev tree.
3677
36782006-02-14 Richard M. Stallman <rms@gnu.org>
3679
3680 * custom.texi (Safe File Variables): Lots of clarification.
3681 Renamed from Unsafe File Variables.
3682
36832006-02-14 Chong Yidong <cyd@stupidchicken.com>
3684
3685 * custom.texi (Unsafe File Variables): File variable confirmation
3686 assumed denied in batch mode.
3687
36882006-02-14 Richard M. Stallman <rms@gnu.org>
3689
3690 * building.texi (GDB User Interface Layout): Don't say `inferior'
3691 for program being debugged.
3692
36932006-02-15 Nick Roberts <nickrob@snap.net.nz>
3694
3695 * building.texi (GDB Graphical Interface):
3696 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3697
36982006-02-13 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * custom.texi (Specifying File Variables, Unsafe File Variables):
3701 New nodes, split from File Variables. Document new file local
3702 variable behavior.
3703
37042006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3705
3706 * display.texi (Standard Faces):
8cf51b2c
GM
3707 * files.texi (Visiting):
3708 * frames.texi (Clipboard):
3709 * glossary.texi (Glossary) <Clipboard>:
3710 * xresources.texi (X Resources): Mention Mac OS port.
3711
8cf51b2c
GM
37122006-02-12 Richard M. Stallman <rms@gnu.org>
3713
3714 * building.texi (Building): Clarify topic in intro.
3715
3716 * maintaining.texi (Maintaining): Change title; clarify topic.
3717 Delete duplicate index entries.
3718
3719 * building.texi (Other GDB User Interface Buffers): Clarifications.
3720
3721 * text.texi (Cell Commands): Clarifications.
3722
3723 * programs.texi (Defuns): Delete duplicate explanation of
3724 left-margin paren convention.
3725 (Hungry Delete): Minor cleanup.
3726
37272006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3728
3729 * dired.texi (Tumme): More tumme documentation.
3730
37312006-02-11 Alan Mackenzie <acm@muc.de>
3732
3733 * programs.texi ("Hungry Delete"): Correct the appellation of the
3734 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3735
37362006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3737
3738 * dired.texi (Tumme): Fix small bug.
3739
37402006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3741
3742 * macos.texi (Mac International): Rename "fontset-mac" to
3743 "fontset-standard".
3744
8cf51b2c
GM
37452006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3746
3747 * dired.texi (Tumme): Basic documentation for Tumme added.
3748
8cf51b2c
GM
37492006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3750
3751 * mule.texi (International):
3752 * programs.texi (Basic Indent): Fix typos.
3753
8cf51b2c
GM
3754 * custom.texi (Minor Modes):
3755 * display.texi (Text Display):
3756 * commands.texi (Text Characters): Update xrefs.
3757
37582006-02-07 Richard M. Stallman <rms@gnu.org>
3759
3760 * emacs.texi (Top): Update subnode menu.
3761 Update info on old Emacs papers.
3762 (Intro): "Graphical display", not window system.
3763
3764 * xresources.texi (GTK styles): Minor clarifications.
3765
3766 * trouble.texi: "Graphical display", not window system.
3767 (Stuck Recursive): Minor clarification.
3768
3769 * text.texi: Minor clarifications.
3770 (Sentences): Explain why two-space convention is better.
3771 Explain sentence-end-without-period here.
3772 (Fill Commands): Not here.
3773 (Refill): Node moved down.
3774 (Filling): Update menu.
3775 (Table Creation, Cell Justification, Column Commands): Clarify.
3776
3777 * sending.texi: Minor clarifications.
3778
3779 * search.texi (Regexp Backslash): Clarification.
3780
3781 * rmail.texi: Minor cleanups.
3782 (Rmail): Delete digression about `rmail-mode'.
3783 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3784 (Rmail Files): Mention C-u M-x rmail.
3785 (Rmail Reply): Mention References.
3786 (Rmail Display): Mention rmail-nonignored-headers.
3787
3788 * programs.texi: Minor cleanups.
3789 (Comment Commands): Mention momentary Transient Mark mode.
3790 (Matching): Be more specific about customizing show-paren-mode.
3791 (Info Lookup): Don't list the modes that support C-h S.
3792 Just say what it does in an unsupported mode.
3793 (Man Page): Delete excessive info on customizing woman.
3794 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3795
3796 * abbrevs.texi: Minor clarifications.
3797 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3798 not "dynamic abbrevs" as if they were a kind of abbrev.
3799
3800 * picture.texi (Picture): Minor cleanup.
3801
3802 * mule.texi (Communication Coding): Say "other applications".
3803 (Fontsets): Not specific to X. Add xref to X Resources.
3804 (Unibyte Mode): Rename from Single-Byte Character Support.
3805 "Graphical display", not window system.
3806 (International): Update menu.
3807
3808 * maintaining.texi (Format of ChangeLog):
3809 New node, split out from ChangeLog.
3810 (ChangeLog): Clarifications in the remaining text.
3811 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3812 (Find Tag): Add @w.
3813 (Tags Search): Explain tag table order here. Simplify grep ref.
3814 (List Tags): tags-tag-face is a variable, not a face.
3815 (Emerge): Cleanups.
3816
3817 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3818 (Keyboard Macros): Avoid "the user".
3819
3820 * killing.texi: "Graphical display", not window system.
3821
3822 * help.texi (Help Echo): "Graphical display", not window system.
3823
3824 * glossary.texi: Say "you", not "the user". Say "graphical display".
3825
3826 * frames.texi: Minor cleanups. "Graphical display", not window system.
3827
3828 * files.texi (Visiting): Make drag-and-drop not X-specific.
3829
3830 * custom.texi: Minor cleanups. "Graphical display", not window system.
3831
3832 * cmdargs.texi: Minor cleanups.
3833
3834 * building.texi (Compilation): Move and split kill-compilation para.
3835 Add para about multiple compilers.
3836 (Compilation Mode): Commands also available in grep mode and others.
3837 Mention C-u C-x ` more tutorially. Clarify C-x `.
3838 (Compilation Shell): Clarify. Put Bash example first.
3839 (Grep Searching): Minor cleanups; add @w.
3840 (Debuggers): Minor cleanups.
3841 (Starting GUD): Make GDB xgraphical mode issue clearer.
3842 (Debugger Operation): Lots of clarifications including
3843 GDB tooltip side-effect issue.
3844 (Commands of GUD): Clarify.
3845 (GUD Customization): Add bashdb-mode-hook.
3846 (GDB Graphical Interface): Rewrite for clarity.
3847 (GDB User Interface Layout): Rewrite for clarity.
3848 (Stack Buffer, Watch Expressions): Likewise.
3849 (Other GDB User Interface Buffers): Cleanups.
3850 (Lisp Libraries, External Lisp): Cleanup.
3851
3852 * basic.texi (Position Info): "Graphical displays", rather than
3853 window systems.
3854
3855 * anti.texi: Minor cleanup.
3856
8cf51b2c
GM
38572006-02-03 Eli Zaretskii <eliz@gnu.org>
3858
3859 * custom.texi (Init File, Find Init): Add cross-references to
3860 where $HOME is described.
3861
38622006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3863
3864 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3865 is not inside the @table.
3866
3867 * emacs.texi (Top): Correct node name.
3868
3869 * files.texi (File Names): Fix @xref.
3870 (Reverting): Fix typo.
3871
3872 * mule.texi (International): Correct node name.
3873
3874 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3875
38762006-02-01 Richard M. Stallman <rms@gnu.org>
3877
3878 * emacs.texi (Top): Update subnode menu.
3879
3880 * mule.texi: Minor clarifications.
3881 Reduce the specific references to X Windows.
3882 Refer to "graphical" terminals, rather than window systems.
3883 (Text Coding): Rename from Specify Coding.
3884 (Communication Coding, File Name Coding, Terminal Coding):
3885 New nodes split out from Text Coding.
3886
3887 * kmacro.texi: Minor clarifications.
3888 (Keyboard Macro Ring): Comment out some excessive commands.
3889 (Basic Keyboard Macro): Split up the table, putting part in each node.
3890
3891 * major.texi: Minor clarifications.
3892
3893 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3894
3895 * windows.texi: Minor clarifications.
3896 (Change Window): Don't describe mode-line mouse cmds here.
3897 Add xref to Mode Line Mouse.
3898
3899 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3900
3901 * macos.texi (Mac International): Fix xref.
3902
3903 * indent.texi: Minor clarifications.
3904
3905 * frames.texi: Minor clarifications.
3906 Reduce the specific references to X Windows.
3907 Refer to "graphical" terminals, rather than window systems.
3908 (Frame Parameters): Don't mention commands like
3909 set-foreground-color. Just say to customize a face.
3910 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3911
3912 * files.texi: Minor clarifications.
3913 (Numbered Backups): New node, split out from Backup Names.
3914
3915 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3916
3917 * cmdargs.texi (General Variables): Fix xref.
3918
3919 * buffers.texi: Minor clarifications.
3920
8cf51b2c
GM
39212006-01-31 Richard M. Stallman <rms@gnu.org>
3922
3923 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3924 Nodes moved to top.
3925
3926 * display.texi: Minor clarifications.
3927 (Display): Rearrange menu.
3928 (Standard Faces): Mention query-replace face.
3929 (Faces): Simplify.
3930 (Font Lock): Simplify face customization info.
3931 (Highlight Changes): Node merged into Highlight Interactively.
3932 (Highlight Interactively): Much rewriting and cleanup.
3933 (Optional Mode Line): Narrowed line number not good for goto-line.
3934 Simplify face customization advice.
3935 (Text Display): Mention use of escape-glyph face.
3936 Move ctl-arrow and tab-width here.
3937 (Display Custom): Move no-redraw-on-reenter to end of node.
3938
3939 * search.texi: Minor clarifications.
3940 (Isearch Scroll): Simplify.
3941 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3942
3943 * regs.texi (Registers): Mention bookmarks here.
3944
3945 * mark.texi: Minor clarifications.
3946 (Selective Undo): Node deleted.
3947
3948 * m-x.texi: Minor clarifications.
3949
3950 * killing.texi: Minor clarifications.
3951 Refer to "graphical" terminals, rather than window systems.
3952
3953 * help.texi: Clarifications.
3954 (Help): Don't describe C-h F and C-h K here.
3955 (Key Help): Describe C-h K here.
3956 (Name Help): Mention Emacs Lisp Intro.
3957 Describe C-h F here.
3958 (Misc Help): Mention C-h F and C-h K only briefly.
3959
3960 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3961 Selective undo text merged in.
3962 (Spelling): Mention Aspell along with Ispell.
3963
3964 * emacs.texi (Top): Update subnode menus.
3965
3966 * basic.texi (Basic Undo): Rename from Undo. Most of text
3967 moved to new Undo node.
3968
8cf51b2c
GM
39692006-01-29 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * basic.texi (Continuation Lines, Inserting Text):
3972 Mention longlines mode.
3973
39742006-01-29 Richard M. Stallman <rms@gnu.org>
3975
10d1d0af 3976 * screen.texi: Minor cleanups.
8cf51b2c
GM
3977 (Screen): Clean up the intro paragraphs.
3978 (Mode Line): Lots of rewriting. Handle frame-name better.
3979 eol-mnemonic-... vars moved out.
3980
3981 * emacs.texi (Top): Change menu item for MS-DOS node.
3982 Update subnode menu.
3983
3984 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3985 chapter relates to Windows. Title changed.
3986
3987 * mini.texi: Minor cleanups.
3988
3989 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3990 (Mark): Put it in the menu.
3991
3992 * entering.texi: Minor cleanups.
3993
3994 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3995 (Intro): Refer to "graphical" terminals, rather than X.
3996
3997 * display.texi (Display Custom): Add xref to Variables.
3998 (Optional Mode Line): eol-mnemonic-... vars moved here.
3999
4000 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
4001 rather than X.
4002
8cf51b2c
GM
4003 * basic.texi: Minor cleanups.
4004 (Undo): selective-undo moved.
4005
8cf51b2c
GM
40062006-01-25 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * anti.texi (Antinews): Various corrections and additions.
4009
40102006-01-23 Juri Linkov <juri@jurta.org>
4011
4012 * custom.texi (Easy Customization, Customization Groups)
4013 (Browsing Custom): Mention links along with buttons.
4014
8cf51b2c
GM
40152006-01-21 Eli Zaretskii <eliz@gnu.org>
4016
8cf51b2c
GM
4017 * text.texi (TeX Print): Use @key for TAB.
4018
8cf51b2c
GM
4019 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
4020
8cf51b2c
GM
40212006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
4022
4023 * files.texi (File Aliases): Don't claim that usually separate
4024 buffers are created for two file names that name the same data.
4025 Mention additional situations where different names mean the same
4026 file on disk.
4027
40282006-01-19 Richard M. Stallman <rms@gnu.org>
4029
4030 * killing.texi (Deletion): Upcase @key argument.
4031
4032 * custom.texi (Custom Themes): Minor cleanup.
4033
4034 * programs.texi (Hungry Delete): Upcase @key argument.
4035
8cf51b2c
GM
40362006-01-16 Juri Linkov <juri@jurta.org>
4037
4038 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
4039 Move `mode-line-highlight' before `mode-line-buffer-id'.
4040
8cf51b2c
GM
40412006-01-14 Richard M. Stallman <rms@gnu.org>
4042
4043 * basic.texi (Inserting Text): Minor cleanup.
4044
8cf51b2c
GM
40452006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4046
4047 * custom.texi (Changing a Variable, Face Customization):
4048 Update for changes in Custom menus.
4049
8cf51b2c
GM
40502006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4051
4052 * macos.texi (Mac International): Undo last change.
4053
8cf51b2c
GM
40542006-01-02 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * custom.texi (Custom Themes): Describe the new
4057 customize-create-theme interface.
4058
40592005-12-30 Juri Linkov <juri@jurta.org>
4060
4061 * basic.texi (Position Info): Update example.
4062
c8763fb6 40632005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4064
4065 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
4066
40672005-12-24 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * custom.texi (Custom Themes): `load-theme' always loads.
4070
40712005-12-23 Juri Linkov <juri@jurta.org>
4072
4073 * display.texi (Highlight Interactively): Use double space to
4074 separate sentences. Replace C-p with M-p, and C-n with M-n.
4075
40762005-12-22 Richard M. Stallman <rms@gnu.org>
4077
4078 * custom.texi (Easy Customization and subnodes):
4079 Replace "active field" with "button".
4080 Use "user option" only for variables.
4081 Use "setting" for variable-or-face.
4082
40832005-12-22 Luc Teirlinck <teirllm@auburn.edu>
4084
4085 * buffers.texi (Select Buffer): Change order in table to make
4086 "Similar" refer to the correct item.
4087 (Indirect Buffers): Minor rewording.
4088
8cf51b2c
GM
40892005-12-20 Juri Linkov <juri@jurta.org>
4090
4091 * files.texi (VC Status): Put P and N near p and n.
4092
8cf51b2c
GM
40932005-12-19 Richard M. Stallman <rms@gnu.org>
4094
4095 * programs.texi (Electric C): Delete the info about newline control.
4096 (Other C Commands): Minor cleanup.
4097 (Left Margin Paren): Minor cleanup.
4098
40992005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4100
4101 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
4102 (Customization Groups): Delete text moved to "Browsing Custom".
4103 (Browsing Custom): New node.
4104 (Specific Customization): Clarify which commands only work for
4105 loaded options.
4106
41072005-12-18 Bill Wohler <wohler@newt.com>
4108
4109 * frames.texi (Tool Bars): Shorten text of previous change.
4110
41112005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4112
4113 * files.texi (VC Status): Document log-view mode.
4114
41152005-12-18 Bill Wohler <wohler@newt.com>
4116
4117 * frames.texi (Tool Bars): Mention that you can turn off tool bars
4118 permanently via the customize interface.
4119
8cf51b2c
GM
41202005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
4121
4122 * killing.texi (Killing by Lines): Document `kill-whole-line'
4123 function.
4124
c8763fb6 41252005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
4126
4127 * buffers.texi (Select Buffer): Change `prev-buffer' to
4128 `previous-buffer'. Indicate that these functions use a frame
4129 local buffer list.
4130
8cf51b2c
GM
41312005-12-12 Richard M. Stallman <rms@gnu.org>
4132
4133 * custom.texi (Easy Customization): Change menu comment.
4134 (Prefix Keymaps): Fix spelling of Control-X-prefix.
4135
4136 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
4137 (Help): Among the Apropos commands, describe only C-h a here.
4138
41392005-12-11 Richard M. Stallman <rms@gnu.org>
4140
4141 * programs.texi (Options for Comments): Comment-end starts with space.
4142
4143 * glossary.texi (Glossary): Minor cleanup.
4144
4145 * files.texi (Old Versions): Use @table.
4146
8cf51b2c
GM
41472005-12-10 David Koppelman <koppel@ece.lsu.edu>
4148
4149 * display.texi (Highlight Interactively): Include
4150 global-hi-lock-mode. Add miscellaneous details and elaborations.
4151
41522005-12-09 Richard M. Stallman <rms@gnu.org>
4153
4154 * display.texi (Font Lock): Delete the Global FL menu item.
4155
41562005-12-09 Luc Teirlinck <teirllm@auburn.edu>
4157
4158 * custom.texi (Minibuffer Maps): Mention the maps for file name
4159 completion.
4160
41612005-12-09 Kim F. Storm <storm@cua.dk>
4162
4163 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 4164 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
4165 cursor to next corner in rectangle; clarify insert around rectangle.
4166
8cf51b2c
GM
41672005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4168
4169 * custom.texi (Customization): Use xref to elisp manual for
4170 non-TeX output.
4171 (Minor Modes): Update.
4172 (Customization Groups, Changing a Variable, Face Customization):
4173 Update for new appearance of Custom buffers.
4174 (Changing a Variable): `custom-buffer-done-function' has been
4175 replaced by `custom-buffer-done-kill'.
4176 (Specific Customization): In the `customize-group' buffer, a
4177 subgroup's contents are not "hidden". They are not included at
4178 all. They have no [Show] button.
4179 (Mouse Buttons): Add pxref to description of mouse event lists in
4180 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4181 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4182 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4183
41842005-12-08 Richard M. Stallman <rms@gnu.org>
4185
4186 * mini.texi (Completion Commands, Completion):
4187 In file name input, SPC does not do completion.
4188
8cf51b2c
GM
41892005-12-08 Nick Roberts <nickrob@snap.net.nz>
4190
4191 * building.texi (GDB Graphical Interface): Explain screen size
4192 setting.
4193 (Other GDB User Interface Buffers): Describe features specific to
4194 GDB 6.4.
4195
8cf51b2c
GM
41962005-12-01 Nick Roberts <nickrob@snap.net.nz>
4197
4198 * building.texi (GDB User Interface Layout): Describe how to
4199 kill associated buffers.
4200 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4201 (Watch Expressions): Be more precise.
4202 (Other GDB User Interface Buffers): Describe how to change a
4203 register value.
4204
8cf51b2c
GM
42052005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4206
4207 * macos.texi (Mac Input): Remove description of
4208 mac-command-key-is-meta. Add descriptions of
4209 mac-control-modifier, mac-command-modifier, and
4210 mac-option-modifier.
4211 (Mac International): Fix description of conversion of clipboard data.
4212 (Mac Font Specs): Add example of font customization by face attributes.
4213
42142005-11-22 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * building.texi (Watch Expressions): Expand description.
4217 (Other GDB User Interface Buffers): Describe local map for
4218 gud-watch.
4219
42202005-11-21 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * display.texi (Font Lock): Font lock is enabled by default now.
4223
42242005-11-20 Juri Linkov <juri@jurta.org>
4225
4226 * basic.texi (Position Info): Update examples of the output.
4227 Remove the fact that examples are produced in the TeXinfo buffer,
4228 because in the Info reader users will get a different output from
4229 `C-x ='.
4230
4231 * building.texi (Compilation Mode): Remove paragraph duplicated
4232 from the node `Compilation'. Add `compilation-skip-threshold'.
4233
4234 * display.texi (Font Lock): Suggest more user-friendly method of
4235 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4236
42372005-11-18 Richard M. Stallman <rms@gnu.org>
4238
4239 * files.texi (Registering): Mention @@ in mode line.
4240
4241 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4242
42432005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4244
4245 * files.texi (Renaming and VC): Some back-ends don't
4246 handle renaming.
4247
8cf51b2c
GM
42482005-11-17 Juri Linkov <juri@jurta.org>
4249
4250 * emacs.texi (Top):
4251 * display.texi (Highlight Interactively): Put this font-lock based
4252 mode near Font Lock node.
4253
42542005-11-16 Chong Yidong <cyd@stupidchicken.com>
4255
4256 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4257 icons.
4258
42592005-11-12 Kim F. Storm <storm@cua.dk>
4260
4261 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4262 (Help Summary): Add C-h d and C-h e.
4263 (Apropos): Clarify that all apropos commands may search for either
4264 list of words or a regexp. Add C-h d for apropos-documentation.
4265 Describe apropos-documentation-sort-by-scores user option.
4266
8cf51b2c
GM
42672005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * killing.texi (CUA Bindings): Add @section.
4270
42712005-11-10 Kim F. Storm <storm@cua.dk>
4272
4273 * emacs.texi (Top): Add CUA Bindings entry to menu.
4274
4275 * killing.texi (CUA Bindings): New node. Moved here from
4276 misc.texi and extended with info on rectangle commands and
4277 rectangle highlighting, interface to registers, and the global
4278 mark feature.
4279
4280 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4281
4282 * regs.texi: Prev link points to CUA Bindings node.
4283
42842005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4285
4286 * help.texi (Help Echo): By default, help echos are only shown on
4287 mouse-over, not on point-over.
4288
c8763fb6 42892005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
4290
4291 * misc.texi (Shell Mode): Describe how to activate password echoing.
4292
8cf51b2c
GM
42932005-11-04 Romain Francoise <romain@orebokech.com>
4294
4295 * mark.texi (Mark Ring): Fix typo.
4296
42972005-11-03 Richard M. Stallman <rms@gnu.org>
4298
4299 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4300
43012005-11-01 Bill Wohler <wohler@newt.com>
4302
4303 * help.texi (Help Mode): Fix typo.
4304
43052005-11-01 Nick Roberts <nickrob@snap.net.nz>
4306
4307 * building.texi (Other GDB User Interface Buffers): Describe
4308 the command gdb-use-inferior-io-buffer.
4309
43102005-10-31 Romain Francoise <romain@orebokech.com>
4311
4312 * files.texi (Compressed Files): Fix typo.
4313
4314 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4315
4316 * windows.texi (Force Same Window): Likewise.
4317
43182005-10-30 Bill Wohler <wohler@newt.com>
4319
4320 * help.texi (Help Mode): URLs viewed with browse-url.
4321
43222005-10-31 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * building.texi (GDB Graphical Interface): Don't reference
4325 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4326 must stay in same frame.
4327
43282005-10-29 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4331
4332 * anti.texi (Antinews): Likewise.
4333
8cf51b2c
GM
43342005-10-28 Bill Wohler <wohler@newt.com>
4335
4336 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4337
43382005-10-28 Richard M. Stallman <rms@gnu.org>
4339
4340 * files.texi (Visiting): Explain how to enter ? in a file name.
4341
4342 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4343
8cf51b2c
GM
43442005-10-25 Nick Roberts <nickrob@snap.net.nz>
4345
4346 * building.texi (GDB Graphical Interface): Describe
4347 gdb-mouse-until.
4348
43492005-10-23 Richard M. Stallman <rms@gnu.org>
4350
4351 * custom.texi (Init File): Recommend when to use site-start.el.
4352
8cf51b2c
GM
43532005-10-21 Juri Linkov <juri@jurta.org>
4354
4355 * custom.texi (Examining): Mention accessing the old variable
4356 value via M-n in set-variable.
4357
8cf51b2c
GM
43582005-10-18 Romain Francoise <romain@orebokech.com>
4359
4360 * files.texi (Version Systems): Capitalize GNU.
4361
8cf51b2c
GM
43622005-10-18 Nick Roberts <nickrob@snap.net.nz>
4363
4364 * building.texi (Compilation Mode): Remove redundant paragraph.
4365 (Watch Expressions): Remove paragraph to reflect code change.
4366
8cf51b2c
GM
43672005-10-16 Richard M. Stallman <rms@gnu.org>
4368
4369 * building.texi (Compilation Mode, Compilation): Clarified.
4370
43712005-10-15 Richard M. Stallman <rms@gnu.org>
4372
4373 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4374
8cf51b2c
GM
43752005-10-13 Kenichi Handa <handa@m17n.org>
4376
4377 * basic.texi (Position Info): Fix previous change.
4378
c8763fb6 43792005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4380
4381 * cmdargs.texi (Icons X): Fix typo.
4382
43832005-10-12 Kenichi Handa <handa@m17n.org>
4384
4385 * basic.texi (Position Info): Describe the case that Emacs shows
4386 "part of display ...".
4387
c8763fb6 43882005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4389
4390 * cmdargs.texi (Icons X): -nb => -nbi.
4391
43922005-10-10 Chong Yidong <cyd@stupidchicken.com>
4393
4394 * frames.texi (Speedbar): A couple more clarifications.
4395
43962005-10-11 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * building.texi (GDB User Interface Layout): Improve diagram.
4399 (Watch Expressions): Explain how to make speedbar global.
4400 (Other GDB User Interface Buffers): Make references more precise.
4401
8cf51b2c
GM
44022005-10-09 Richard M. Stallman <rms@gnu.org>
4403
4404 * frames.texi (Speedbar): Clarify the text.
4405
44062005-10-09 Chong Yidong <cyd@stupidchicken.com>
4407
4408 * frames.texi (Speedbar): Add information on keybindings,
4409 dismissing the speedbar, and buffer display mode. Link to
4410 speedbar manual.
4411
c8763fb6 44122005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4413
4414 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4415 added -nb, --no-bitmap-icon.
4416
8cf51b2c
GM
44172005-10-07 Nick Roberts <nickrob@snap.net.nz>
4418
4419 * building.texi (GDB Graphical Interface): Add variables and
4420 functions to indices. Be more precise.
4421
c8763fb6 44222005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4423
4424 * frames.texi (Drag and Drop): Remove the x- from
4425 x-dnd-open-file-other-window and xdnd-protocol-alist.
4426
44272005-09-30 Romain Francoise <romain@orebokech.com>
4428
4429 * mini.texi (Minibuffer): The default value now appears before the
4430 colon in minibuffer prompts.
4431
8cf51b2c
GM
44322005-09-25 Richard M. Stallman <rms@gnu.org>
4433
4434 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4435
8cf51b2c
GM
44362005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4437
4438 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4439
8cf51b2c
GM
44402005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4441
4442 * emacs.texi (Top): Update submenus from macos.texi.
4443
4444 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4445 (Mac OS): Update feature support status.
4446 (Mac Input): List supported input scripts. Remove description
4447 about `mac-keyboard-text-encoding'. Mention mouse button
4448 emulation and related variables.
4449 (Mac International): Mention Central European and Cyrillic
4450 support. Now `keyboard-coding-system' is dynamically changed.
4451 Add description about coding system for selection. Add
4452 description about language environment.
4453 (Mac Environment Variables): Mention
4454 `~/.MacOSX/environment.plist'. Give example of command line
4455 arguments. Add Preferences support.
4456 (Mac Directories): Explicitly state that this node is for Mac OS
4457 Classic only.
4458 (Mac Font Specs): Mention specification for scalable fonts. List
4459 supported charsets. Add preferred way of creating fontsets. Add
4460 description about `mac-allow-anti-aliasing'.
4461 (Mac Functions): Add descriptions about `mac-set-file-creator',
4462 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4463 and `mac-get-preference'.
4464
8cf51b2c
GM
44652005-09-16 Romain Francoise <romain@orebokech.com>
4466
4467 Update all files to specify GFDL version 1.2.
4468
4469 * doclicense.texi (GNU Free Documentation License): Update to
4470 version 1.2.
4471
44722005-09-15 Richard M. Stallman <rms@gnu.org>
4473
4474 * buffers.texi (List Buffers): Fix xref.
4475
4476 * rmail.texi (Rmail Basics): Fix xref.
4477
4478 * emacs.texi (Top): Update subnode menus.
4479
4480 * files.texi (Saving Commands): New node, broken out of Saving.
4481 (Customize Save): New node, broken out of Saving.
4482 Clarify effect of write-region-inhibit-fsync.
4483 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4484
8cf51b2c
GM
44852005-09-14 Romain Francoise <romain@orebokech.com>
4486
4487 * files.texi (Saving): Mention write-region-inhibit-fsync.
4488
44892005-09-05 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * custom.texi (Custom Themes): New node.
4492
44932005-09-03 Richard M. Stallman <rms@gnu.org>
4494
49823426
GM
4495 * search.texi (Search Case): Mention vars that control
4496 case-fold-search for various operations.
8cf51b2c
GM
4497
44982005-08-22 Juri Linkov <juri@jurta.org>
4499
4500 * display.texi (Standard Faces): Merge the text from
4501 `(elisp)Standard Faces' into this node.
4502
45032005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4504
4505 * emacs.texi (Top): Delete menu item for deleted node
4506 Keyboard Translations.
4507
45082005-08-18 Richard M. Stallman <rms@gnu.org>
4509
8cf51b2c
GM
4510 * trouble.texi (Unasked-for Search):
4511 Delete xref to Keyboard Translations.
4512
4513 * glossary.texi (Glossary): Delete xref.
4514
8cf51b2c
GM
4515 * custom.texi (Minor Modes): Say that the list here is not complete.
4516 (Keyboard Translations): Node deleted.
4517 (Disabling): Delete xref to it.
4518 (Customization Groups): Fix Custom buffer example.
4519 (Hooks): Mention remove-hooks.
4520
45212005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4522
4523 * building.texi (GDB Graphical Interface): Improve filling of menu
4524 item.
4525
45262005-08-18 Nick Roberts <nickrob@snap.net.nz>
4527
4528 * building.texi (GDB Graphical Interface): Use better node names.
4529
45302005-08-14 Richard M. Stallman <rms@gnu.org>
4531
4532 * text.texi (Sentences): Fix xref.
4533
45342005-08-14 Juri Linkov <juri@jurta.org>
4535
4536 * building.texi (Compilation, Grep Searching): Move grep command
4537 headings from `Compilation' to `Grep Searching'.
4538
4539 * dired.texi (Dired and Find):
4540 * maintaining.texi (Tags Search): Replace grep xref to
4541 `Compilation' node with `Grep Searching'.
4542
4543 * files.texi (Comparing Files): Replace xref to `Compilation' with
4544 `Compilation Mode'.
4545
45462005-08-13 Alan Mackenzie <acm@muc.de>
4547
4548 * search.texi (Non-ASCII Isearch): Correct a typo.
4549 (Replacement Commands): Mention query-replace key binding.
4550
45512005-08-11 Richard M. Stallman <rms@gnu.org>
4552
4553 * programs.texi (Options for Comments): Fix xref.
4554
4555 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4556 out of Regexps.
4557
8cf51b2c
GM
45582005-08-09 Juri Linkov <juri@jurta.org>
4559
4560 * building.texi (Compilation): Use `itemx' instead of `item'.
4561 (Grep Searching): Simplify phrase.
4562
4563 * display.texi (Standard Faces): Describe vertical-border on
4564 window systems.
4565
4566 * windows.texi (Split Window): Simplify phrase and mention
4567 vertical-border face.
4568
45692005-08-09 Richard M. Stallman <rms@gnu.org>
4570
4571 * files.texi (Comparing Files): Clarify compare-windows.
4572
4573 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4574
8cf51b2c
GM
45752005-08-06 Eli Zaretskii <eliz@gnu.org>
4576
4577 * mule.texi (Coding Systems): Rephrase the paragraph about
4578 codepages: no need for "M-x codepage-setup" anymore, except on
4579 MS-DOS.
4580
4581 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4582 the MS-DOS port only.
4583
45842005-07-30 Eli Zaretskii <eliz@gnu.org>
4585
4586 * makefile.w32-in (info): Don't run multi-install-info.bat.
4587 ($(infodir)/dir): New target, produced by running
4588 multi-install-info.bat.
4589
8cf51b2c
GM
45902005-07-22 Eli Zaretskii <eliz@gnu.org>
4591
4592 * files.texi (Quoted File Names): Add index entry.
4593
8cf51b2c
GM
45942005-07-19 Juri Linkov <juri@jurta.org>
4595
4596 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4597
45982005-07-18 Juri Linkov <juri@jurta.org>
4599
8cf51b2c
GM
4600 * custom.texi (Easy Customization):
4601 * files.texi (Old Versions):
4602 * frames.texi (Wheeled Mice):
4603 * mule.texi (Specify Coding):
8cf51b2c
GM
4604 * text.texi (Cell Justification):
4605 * trouble.texi (After a Crash):
8cf51b2c
GM
4606 * xresources.texi (GTK styles):
4607 Delete duplicate duplicate words.
4608
46092005-07-17 Richard M. Stallman <rms@gnu.org>
4610
4611 * frames.texi (Creating Frames): Fix foreground color example.
4612
4613 * custom.texi (Init Examples): Clean up text about conditionals.
4614
46152005-07-16 Richard M. Stallman <rms@gnu.org>
4616
4617 * mini.texi (Completion Commands): Fix command name for ?.
4618
8cf51b2c
GM
46192005-07-16 Eli Zaretskii <eliz@gnu.org>
4620
4621 * display.texi (Standard Faces): Explain that customization of
4622 `menu' face has no effect on w32 and with GTK. Add
4623 cross-references.
4624
4625 * cmdargs.texi (General Variables): Clarify the default location
4626 of $HOME on w32 systems.
4627
46282005-07-15 Jason Rumney <jasonr@gnu.org>
4629
4630 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4631 changed.
4632
46332005-07-08 Kenichi Handa <handa@m17n.org>
4634
4635 * mule.texi (Recognize Coding): Recommend
4636 revert-buffer-with-coding-system instead of revert-buffer.
4637
46382005-07-07 Richard M. Stallman <rms@gnu.org>
4639
4640 * anti.texi (Antinews): Mention mode-line-inverse-video.
4641
4642 * files.texi (Saving): Minor correction about C-x C-w.
4643
4644 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4645
46462005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4647
4648 * search.texi (Isearch Scroll): Add example of using the
4649 `isearch-scroll' property.
4650 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4651 `Display Custom' node.
4652 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4653 and de-emphasize it.
4654 (Other Repeating Search): `occur' currently can not correctly
4655 handle multiline matches. Correct, clarify and update description
4656 of `flush-lines' and `keep-lines'.
4657
4658 * display.texi (Display Custom): Add anchor for `baud-rate'.
4659
46602005-07-07 Richard M. Stallman <rms@gnu.org>
4661
4662 * gnu.texi: Update where to get GNU status; add refs for how to help.
4663 Add footnotes 6 and 7.
4664
46652005-07-04 Lute Kamstra <lute@gnu.org>
4666
4667 Update FSF's address in GPL notices.
4668
8cf51b2c 4669 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4670 * trouble.texi (Checklist): Update FSF's address.
4671
8cf51b2c
GM
46722005-06-24 Richard M. Stallman <rms@gnu.org>
4673
4674 * display.texi (Text Display): Change index entries.
4675
46762005-06-24 Eli Zaretskii <eliz@gnu.org>
4677
4678 * makefile.w32-in (MAKEINFO): Use --force.
4679 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4680 Makefile.in.
8cf51b2c
GM
4681
46822005-06-23 Richard M. Stallman <rms@gnu.org>
4683
4684 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4685 nobreak-char-display.
4686
4687 * emacs.texi (Top): Update detailed node listing.
4688
4689 * display.texi (Text Display): Renamed show-nonbreak-escape
4690 to nobreak-char-display and no-break-space to nobreak-space.
4691 (Standard Faces): Split up the list of standard faces
4692 and put it in a separate node. Add nobreak-space and
4693 escape-glyph.
4694
8cf51b2c
GM
46952005-06-23 Lute Kamstra <lute@gnu.org>
4696
4697 * mule.texi (Select Input Method): Fix typo.
4698
46992005-06-23 Kenichi Handa <handa@m17n.org>
4700
4701 * mule.texi (International): List all supported scripts. Adjust
4702 text for that leim is now included in the normal Emacs
4703 distribution.
4704 (Language Environments): List all language environments.
4705 Intlfonts contains fonts for most supported scripts, not all..
4706 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4707 input a specific character.
8cf51b2c
GM
4708 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4709
47102005-06-23 Juanma Barranquero <lekktu@gmail.com>
4711
49823426 4712 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4713
47142005-06-22 Miles Bader <miles@gnu.org>
4715
4716 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4717
47182005-06-20 Miles Bader <miles@gnu.org>
4719
4720 * display.texi (Faces): Add `vertical-divider'.
4721
47222005-06-17 Richard M. Stallman <rms@gnu.org>
4723
4724 * text.texi (Adaptive Fill): Minor clarification.
4725
8cf51b2c
GM
47262005-06-10 Lute Kamstra <lute@gnu.org>
4727
4728 * emacs.texi (Top): Correct version number.
4729 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4730 refer to the current version of Emacs.
4731
47322005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4733
4734 * files.texi (Log Buffer): Document when there can be more than
4735 one file to be committed.
4736
47372005-06-08 Juri Linkov <juri@jurta.org>
4738
4739 * display.texi (Faces): Add `shadow' face.
4740
47412005-06-07 Masatake YAMATO <jet@gyve.org>
4742
4743 * display.texi (Faces): Write about mode-line-highlight.
4744
47452005-06-06 Richard M. Stallman <rms@gnu.org>
4746
4747 * misc.texi (Printing Package): Explain how to initialize
4748 printing package.
4749
4750 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4751
47522005-06-05 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * emacs.texi: Rename Hardcopy to Printing.
4755 Make PostScript and PostScript Variables subnodes of it.
4756
4757 * misc.texi (Printing): Rename node from Hardcopy.
4758 Mention menu bar options.
4759 Move PostScript and PostScript Variables to submenu.
4760 (Printing package): New node.
4761
4762 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4763
4764 * dired.texi (Operating on Files): Likewise.
4765
4766 * calendar.texi (Displaying the Diary): Likewise.
4767
4768 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4769
4770 * glossary.texi (Glossary): Likewise.
4771
4772 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4773 effect.
4774
47752005-06-04 Richard M. Stallman <rms@gnu.org>
4776
4777 * trouble.texi (After a Crash): Polish previous change.
4778
8cf51b2c
GM
47792005-05-30 Noah Friedman <friedman@splode.com>
4780
4781 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4782 recovery mechanism.
4783
8cf51b2c
GM
47842005-05-28 Nick Roberts <nickrob@snap.net.nz>
4785
4786 * building.texi (Other Buffers): SPC toggles display of
4787 floating point registers.
4788
8cf51b2c
GM
47892005-05-27 Nick Roberts <nickrob@snap.net.nz>
4790
4791 * files.texi (Log Buffer): Merge in description of Log Edit
4792 mode from pcl-cvs.texi.
4793
47942005-05-26 Richard M. Stallman <rms@gnu.org>
4795
4796 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4797
8cf51b2c
GM
47982005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4799
4800 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4801 not enabled by default.
4802 When not on a word, `ispell-word' by default checks the word
4803 before point.
4804
48052005-05-24 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * building.texi (Debugger Operation): Simplify last sentence.
4808
48092005-05-23 Lute Kamstra <lute@gnu.org>
4810
4811 * emacs.texi: Update FSF's address throughout.
4812 (Preface): Use @cite.
4813 (Distrib): Add cross reference to the node "Copying". Mention the
4814 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4815 printed manuals.
4816 (Intro): Use @xref for the Emacs Lisp Intro.
4817
8cf51b2c
GM
48182005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4821
4822 * basic.texi (Moving Point): Mention default for `goto-line'.
4823
4824 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4825 of a variable's docstring.
4826
48272005-05-18 Lute Kamstra <lute@gnu.org>
4828
4829 * maintaining.texi (Overview of Emerge): Add cross reference.
4830 Remove duplication.
4831
4832 * emacs.texi (Top): Update to the current structure of the manual.
4833 * misc.texi (Emacs Server): Add menu description.
4834 * files.texi (Saving): Fix menu.
4835 * custom.texi (Customization): Fix menu.
4836 * mule.texi (International): Fix menu.
4837 * kmacro.texi (Keyboard Macros): Fix menu.
4838
48392005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4840
4841 * display.texi: Various minor changes.
4842 (Faces): Delete text that is repeated in the next section.
4843
48442005-05-16 Nick Roberts <nickrob@snap.net.nz>
4845
4846 * building.texi (Debugger Operation): Mention GUD tooltips are
4847 disabled with GDB in text command mode.
4848
8cf51b2c
GM
48492005-05-16 Nick Roberts <nickrob@snap.net.nz>
4850
4851 * building.texi: Replace toolbar with "tool bar" for consistency.
4852 (Compilation Mode): Describe compilation-context-lines
4853 and use of arrow in compilation buffer.
4854 (Debugger Operation): Replace help text with variable's value.
4855
4856 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4857 consistency.
4858
48592005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4860
4861 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4862 Add xref.
4863
8cf51b2c
GM
48642005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4865
4866 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4867 (Position Info): Delete discussion of `goto-line'. It is already
4868 described in `Moving point'.
4869
4870 * mini.texi (Completion Commands): Correct reference.
4871 (Completion Options): Fix typo.
4872
4873 * killing.texi (Deletion): Complete description of `C-x C-o'.
4874
8cf51b2c
GM
48752005-05-10 Richard M. Stallman <rms@gnu.org>
4876
4877 * building.texi (Compilation): Clarify recompile's directory choice.
4878
4879 * frames.texi (Tooltips): Cleanups.
4880
4881 * basic.texi (Arguments): Fix punctuation.
4882
48832005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4884
4885 * screen.texi (Menu Bar): The up and down (not left and right)
4886 arrow keys move through a keyboard menu.
4887
48882005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4889
4890 * basic.texi: Various typo and grammar fixes.
4891 (Moving Point): C-a now runs move-beginning-of-line.
4892
48932005-05-08 Nick Roberts <nickrob@snap.net.nz>
4894
4895 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4896
4897 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4898 as different animals.
4899
49002005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4901
4902 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4903 Correct index entry.
4904
49052005-05-07 Nick Roberts <nickrob@snap.net.nz>
4906
4907 * building.texi (Debugger Operation): Update to reflect changes
4908 in GUD tooltips.
4909
49102005-04-30 Richard M. Stallman <rms@gnu.org>
4911
4912 * files.texi (Compressed Files): Auto Compression normally enabled.
4913
4914 * building.texi (Debugger Operation): Clarify previous change.
4915
8cf51b2c
GM
49162005-04-28 Nick Roberts <nickrob@snap.net.nz>
4917
4918 * building.texi (Debugger Operation): Add description for
4919 GUD tooltips when program is not running.
4920
49212005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4922
4923 * misc.texi (Shell): Add `Shell Prompts' to menu.
4924 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4925 description. Delete remarks moved to new node.
4926 (Shell Prompts): New node.
4927 (History References): Replace remarks moved to `Shell Prompts'
4928 with xref to that node.
4929 (Remote Host): Clarify how to specify the terminal type when
4930 logging in to a different machine.
4931
49322005-04-26 Richard M. Stallman <rms@gnu.org>
4933
4934 * emacs.texi (Top): Update submenus from files.texi.
4935
4936 * files.texi (Filesets): Clarify previous change.
4937
4938 * dired.texi (Misc Dired Features): Clarify previous change.
4939
49402005-04-25 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4943
4944 * dired.texi (Misc Dired Features): Document
4945 dired-compare-directories.
4946
4947 * files.texi (Filesets): New node.
4948 (File Conveniences): Document Image mode.
4949
4950 * text.texi (TeX Print): Document tex-compile.
4951
49522005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4953
4954 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4955 Delete redundant reference to tooltip Custom group. It is
4956 referred too again in the next paragraph.
4957
49582005-04-24 Richard M. Stallman <rms@gnu.org>
4959
4960 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4961
8cf51b2c
GM
49622005-04-19 Kim F. Storm <storm@cua.dk>
4963
4964 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4965
49662005-04-18 Lars Hansen <larsh@math.ku.dk>
4967
4968 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4969 turns off desktop-save-mode.
4970
49712005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4972
4973 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4974 by default in terminals compatible with xterm. Mention that
4975 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4976 node.
4977
8cf51b2c
GM
49782005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4979
4980 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4981
c8763fb6 49822005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4983
4984 * xresources.texi (Table of Resources): Add cursorBlink.
4985
49862005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4987
4988 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4989 `d', `C-d' and `u'.
4990
49912005-04-11 Richard M. Stallman <rms@gnu.org>
4992
4993 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4994 (Misc X): Add -D, --basic-display.
4995
4996 * maintaining.texi (Change Log): Correct the description of
4997 the example.
4998
4999 * major.texi (Choosing Modes): Document magic-mode-alist.
5000
8cf51b2c
GM
50012005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5002
5003 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
5004 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
5005 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
5006 (Rmail Output): Clarify which statements apply to `o', `C-o' and
5007 `w', respectively.
5008 (Rmail Labels): Mention `l'.
5009 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
5010 (Rmail Summary Edit): Describe `j' and RET.
5011
c8763fb6 50122005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5013
5014 * xresources.texi (Lucid Resources): Add fontSet resource.
5015
8cf51b2c
GM
50162005-04-09 Luc Teirlinck <teirllm@auburn.edu>
5017
5018 * display.texi (Useless Whitespace): `indicate-unused-lines' is
5019 now called `indicate-empty-lines'.
5020
50212005-04-06 Kim F. Storm <storm@cua.dk>
5022
5023 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
5024
50252005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5026
5027 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
5028 deleted.
5029 (Marks vs Flags): Add some convenient key bindings.
5030 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
5031 (Misc Dired Features): Correct and expand description of `w' command.
5032
5033 * frames.texi (XTerm Mouse): Delete apparently false info.
5034 The GNU/Linux console currently does not appear to support
5035 `xterm-mouse-mode'.
5036
8cf51b2c
GM
50372005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5038
5039 * calendar.texi (Diary): Mention shell utility `calendar'.
5040
50412005-04-01 Richard M. Stallman <rms@gnu.org>
5042
5043 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
5044
8cf51b2c
GM
50452005-04-01 Lute Kamstra <lute@gnu.org>
5046
5047 * maintaining.texi (Change Log): add-change-log-entry uses
5048 add-log-mailing-address.
5049
50502005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5051
5052 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
5053 `VC Mode Line' and put in an xref to that node.
5054 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
5055 its description.
5056
50572005-03-31 Paul Eggert <eggert@cs.ucla.edu>
5058
5059 * calendar.texi (Calendar Systems): Say that the Persian calendar
5060 implemented here is the arithmetical one championed by Birashk.
5061
50622005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5063
5064 * programs.texi (Fortran Motion): Fix previous change.
5065
8cf51b2c
GM
50662005-03-29 Richard M. Stallman <rms@gnu.org>
5067
5068 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
5069
50702005-03-29 Chong Yidong <cyd@stupidchicken.com>
5071
5072 * text.texi (Refill): Refer to Long Lines Mode.
5073 (Longlines): New node.
5074 (Auto Fill): Don't index "word wrap" here.
5075 (Filling): Add Longlines to menu.
5076
50772005-03-29 Richard M. Stallman <rms@gnu.org>
5078
5079 * xresources.texi: Minor fixes.
5080
5081 * misc.texi (Emacs Server): Fix Texinfo usage.
5082
5083 * emacs.texi (Top): Don't use a real section heading for
5084 "Detailed Node Listing". Fake it instead.
5085
5086 * basic.texi (Position Info): Minor cleanup.
5087
5088 * mule.texi (Input Methods): Minor cleanup.
5089
50902005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5091
5092 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
5093 constructs as well.
5094 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
5095
50962005-03-29 Kenichi Handa <handa@m17n.org>
5097
5098 * mule.texi (Input Methods): Refer to the command C-u C-x =.
5099
5100 * basic.texi (Position Info): Update the description about the
5101 command C-u C-x =.
5102
51032005-03-28 Richard M. Stallman <rms@gnu.org>
5104
5105 * emacs.texi (Top): Use @section for the detailed node listing.
5106
5107 * calendar.texi: Minor fixes to previous change.
5108
5109 * programs.texi (Fortran): Small fixes to previous changes.
5110
5111 * emacs.texi (Top): Update list of subnodes of Dired.
5112 Likewise for building.texi.
5113
5114 * files.texi (File Conveniences): Delete Auto Image File mode.
5115
51162005-03-28 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * building.texi (Flymake): New node.
5119
5120 * custom.texi (Function Keys): Document kp- event types and
5121 keypad-setup package.
5122
5123 * dired.texi (Wdired): New node.
5124
5125 * files.texi (File Conveniences): Reorder entries.
5126 Explain how to turn on Auto-image-file mode.
5127 Document Thumbs mode.
5128
5129 * mule.texi (Specify Coding): Document recode-region and
5130 recode-file-name.
5131
5132 * programs.texi (Program Modes): Add Conf mode and DNS mode.
5133
51342005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5135
5136 * commands.texi (Keys): M-o is now a prefix key.
5137
51382005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5139
5140 * programs.texi: Reformat and update copyright years.
5141 (Fortran): Update section.
5142
51432005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5144
5145 * files.texi: Several small changes in addition to:
5146 (Visiting): Change xref for Dialog Boxes to ref.
5147 (Version Headers): Replace references to obsolete var
5148 `vc-header-alist' with `vc-BACKEND-header'.
5149 (Customizing VC): Update value of `vc-handled-backends'.
5150
51512005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5152
5153 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5154 move here from Emacs Lisp Reference Manual.
5155 * calendar.texi (Calendar/Diary, Diary Commands)
5156 (Special Diary Entries, Importing Diary): Change some xrefs to
5157 point to emacs-xtra rather than elisp.
5158
5159 * emacs-xtra.texi (Calendar Customizing):
5160 Move view-diary-entries-initially, view-calendar-holidays-initially,
5161 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5162 Emacs Manual.
5163 (Appt Customizing): Merge entire section into main Emacs Manual.
5164 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5165 mark-holidays-in-calendar here from emacs-xtra.
5166 (Displaying the Diary): Move view-diary-entries-initially,
5167 mark-diary-entries-in-calendar here from emacs-xtra.
5168 (Appointments): Move appt-display-mode-line,
5169 appt-display-duration, appt-disp-window-function,
5170 appt-delete-window-function here from emacs-xtra.
5171
5172 * calendar.texi: Update and reformat copyright.
5173 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5174 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5175 (Diary): Refer to `diary-file' rather than ~/diary.
5176 (Diary Commands): Rename node to "Displaying the Diary".
5177 * emacs.texi (Top): Rename "Diary Commands" section.
5178 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5179
51802005-03-26 Eli Zaretskii <eliz@gnu.org>
5181
5182 * misc.texi (Emacs Server): Fix the command for setting
5183 server-name. Add an xref to Invoking emacsclient.
5184
5185 * help.texi (Help Summary): Clarify when "C-h ." will do something
5186 nontrivial.
5187 (Apropos): Add cindex entry for apropos-sort-by-scores.
5188
5189 * display.texi (Text Display): Add index entries for how no-break
5190 characters are displayed.
5191
8cf51b2c
GM
51922005-03-26 Eli Zaretskii <eliz@gnu.org>
5193
5194 * files.texi (Visiting): Fix cross-references introduced with the
5195 last change.
5196
5197 * xresources.texi (GTK resources): Fix last change.
5198
8cf51b2c
GM
51992005-03-25 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * xresources.texi (X Resources): GTK options documented too.
5202 (Resources): Clarify meaning of program name.
5203 (Table of Resources): Add visualClass.
5204 (GTK resources): Rewrite.
5205 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5206
5207 * display.texi (Text Display): Mention non-breaking spaces.
5208
5209 * files.texi (Reverting): Document auto-revert-check-vc-info.
5210
5211 * frames.texi (Mouse Commands): Document
5212 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5213
5214 * help.texi (Help Summary): Add `C-h .'.
5215 (Apropos): Apropos accepts a list of search terms.
5216 Document apropos-sort-by-scores.
5217 (Help Echo): Document display-local-help.
5218
5219 * misc.texi (Emacs Server): Document server-name.
5220 (Invoking emacsclient): Document -s option for server names.
5221
5222 * text.texi (Outline Visibility): Introduce "current heading
5223 line" (commands can be called with point on a body line).
5224 Re-order table to follow the sequence of discussion.
5225 hide-body won't hide lines before first header line.
5226 (TeX Mode): Add DocTeX mode.
5227
8cf51b2c
GM
52282005-03-24 Richard M. Stallman <rms@gnu.org>
5229
5230 * mule.texi (Single-Byte Character Support): Delete mention
5231 of iso-acc.el and iso-transl.el.
5232
8cf51b2c
GM
52332005-03-23 Lute Kamstra <lute@gnu.org>
5234
5235 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5236
52372005-03-23 Richard M. Stallman <rms@gnu.org>
5238
8cf51b2c
GM
5239 * search.texi: Delete explicit node pointers.
5240 (Incremental Search): New menu.
5241 (Basic Isearch, Repeat Isearch, Error in Isearch)
5242 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5243 (Slow Isearch): New subnodes.
5244 (Configuring Scrolling): Node deleted.
5245 (Search Case): Doc default-case-fold-search.
5246 (Regexp Replace): Move replace-regexp doc here.
5247
5248 * rmail.texi (Movemail): Put commas inside closequotes.
5249
5250 * picture.texi (Insert in Picture): Document C-c arrow combos.
5251 (Basic Picture): Clarify erasure.
5252
5253 * display.texi (Font Lock): Put commas inside closequotes.
5254
5255 * cmdargs.texi (General Variables): Put commas inside closequotes.
5256
52572005-03-23 Nick Roberts <nickrob@snap.net.nz>
5258
5259 * building.texi (Stack Buffer): Mention reverse contrast for
5260 *selected* frame (might not be current frame).
5261
8cf51b2c
GM
52622005-03-21 Richard M. Stallman <rms@gnu.org>
5263
5264 * building.texi (Starting GUD): Add bashdb.
5265
52662005-03-20 Chong Yidong <cyd@stupidchicken.com>
5267
5268 * basic.texi (Moving Point): Add M-g M-g binding.
5269 (Undo): Document undo-only.
5270 (Position Info): Document M-g M-g and C-u M-g M-g.
5271
5272 * building.texi (Building): Put Grep Searching after Compilation
5273 Shell.
5274 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5275 Document next-error-highlight.
5276 (Grep Searching): Document grep-highlight-matches.
5277 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5278
5279 * calendar.texi (Importing Diary): Rename node from iCalendar.
5280 Document diary-from-outlook.
5281
5282 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5283 Commands.
5284 Mention effect of X drag and drop on Dired buffers.
5285
5286 * files.texi (Visiting): Document large-file-warning-threshold.
5287 Move paragraph on file-selection dialog.
5288 Mention visiting files using X drag and drop.
5289 (Reverting): Mention using Auto-Revert mode to tail files.
5290 Document auto-revert-tail-mode.
5291 (Version Systems): Minor correction.
5292 (Comparing Files): Diff-mode is no longer based on Compilation
5293 mode.
5294 Document compare-ignore-whitespace.
5295 (Misc File Ops): Explain passing a directory to rename-file.
5296 Likewise for copy-file and make-symbolic-link.
5297
5298 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5299 Document mouse-wheel-progressive speed.
5300
5301 * help.texi (Misc Help): Document numeric argument for C-h i.
5302 Correctly explain the effect of just C-u as argument.
5303
5304 * killing.texi (Deletion): Document numeric argument for
5305 just-one-space.
5306
5307 * mini.texi (Completion): Completion acts on text before point.
5308
5309 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5310 (Emulation): CUA mode replaces pc-bindings-mode,
5311 pc-selection-mode, and s-region.
5312
5313 * mule.texi (Input Methods): Leim is now built-in.
5314 (Select Input Method): Document quail-show-key.
5315 (Specify Coding): Document revert-buffer-with-coding-system.
5316
5317 * programs.texi (Fortran Motion): Document f90-next-statement,
5318 f90-previous-statement, f90-next-block, f90-previous-block,
5319 f90-end-of-block, and f90-beginning-of-block.
5320
5321 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5322
5323 * emacs.texi (Acknowledgments): Updated.
5324
5325 * anti.texi: Total rewrite.
5326
8cf51b2c
GM
53272005-03-19 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * ack.texi (Acknowledgments): Update.
5330
53312005-03-19 Eli Zaretskii <eliz@gnu.org>
5332
5333 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5334 copyright years.
5335
53362005-03-14 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * building.texi (Commands of GUD): Move paragraph on setting
5339 breakpoints with mouse to the GDB Graphical Interface node.
5340
53412005-03-07 Richard M. Stallman <rms@gnu.org>
5342
8cf51b2c
GM
5343 * misc.texi (Single Shell, Shell Options): Fix previous change.
5344
5345 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5346
53472005-03-06 Richard M. Stallman <rms@gnu.org>
5348
5349 * building.texi (Starting GUD): Don't explain text vs graphical
5350 GDB here. Just mention it and xref.
5351 Delete "just one debugger process".
5352 (Debugger Operation): Move GUD tooltip info here.
5353 (GUD Tooltips): Node deleted.
5354 (GDB Graphical Interface): Explain the two GDB modes here.
5355
8cf51b2c
GM
5356 * sending.texi (Sending Mail): Minor cleanup.
5357 (Mail Aliases): Explain quoting conventions.
5358 Update key rebinding example.
5359 (Header Editing): C-M-i is like M-TAB.
5360 (Mail Mode Misc): mail-attach-file does not do MIME.
5361
5362 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5363 that really belongs here.
5364 (Remote Mailboxes): Text moved to Rmail Inbox.
5365 (Rmail Display): Mention Mouse-1.
5366 (Movemail): Clarify two movemail versions.
5367 Clarify rmail-movemail-program.
5368
8cf51b2c
GM
5369 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5370 Document async shell commands.
5371 (Shell History): Clarify.
5372 (Shell Ring): Mention C-UP an C-DOWN.
5373 (Shell Options): Add comint-prompt-read-only.
5374 (Invoking emacsclient): Set EDITOR to run Emacs.
5375 (Sorting): No need to explain what region is.
5376 (Saving Emacs Sessions): Fix typo.
5377 (Recursive Edit): Fix punctuation.
5378 (Emulation): Don't mention "PC bindings" which are standard.
5379 (Hyperlinking): Explain Mouse-1 convention here.
5380 (Find Func): Node deleted.
5381
8cf51b2c
GM
5382 * help.texi (Name Help): Xref to Hyperlinking.
5383
5384 * glossary.texi (Glossary):
5385 Rename "Balance Parentheses" to "Balancing...".
5386 Add "Byte Compilation". Correct "Copyleft".
5387 New xref in "Customization".
5388 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5389 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5390 Rename "Registers" to "Register".
5391 Replace "Selecting" with "Selected Frame",
5392 "Selected Window", and "Selecting a Buffer".
5393
5394 * files.texi (Types of Log File): Explain how projects'
5395 methods can vary.
5396
8cf51b2c
GM
5397 * display.texi (Faces): Delete "Emacs 21".
5398
5399 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5400 * fixit.texi (Spelling): C-M-i like M-TAB.
5401 * mini.texi (Completion Options): C-M-i like M-TAB.
5402 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5403 * text.texi (Text Mode): C-M-i like M-TAB.
5404
5405 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5406
5407 * calendar.texi (Specified Dates): Mention `g w'.
5408 (Appointments): appt-activate toggles with no arg.
5409
8cf51b2c
GM
54102005-03-05 Juri Linkov <juri@jurta.org>
5411
5412 * cmdargs.texi (Emacs Invocation): Add cindex
5413 "invocation (command line arguments)"
5414 (Misc X): Add -nbc, --no-blinking-cursor.
5415
54162005-03-04 Ulf Jasper <ulf.jasper@web.de>
5417
5418 * calendar.texi (iCalendar): No need to require it now.
5419
8cf51b2c
GM
54202005-03-03 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * trouble.texi (Contributing): Mention Savannah. Direct users to
5423 emacs-devel.
5424
54252005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5426
5427 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5428 window.
5429
8cf51b2c
GM
54302005-02-27 Richard M. Stallman <rms@gnu.org>
5431
5432 * building.texi (Compilation): Update mode line status info.
5433
54342005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5435
5436 * calendar.texi (General Calendar): Document binding of
5437 scroll-other-window-down.
5438 (Mayan Calendar): Fix earliest date.
5439 (Time Intervals): Document timeclock-change.
5440 Fix timeclock-ask-before-exiting documentation.
5441
54422005-02-26 Kim F. Storm <storm@cua.dk>
5443
5444 * frames.texi (Mouse References):
5445 Add mouse-1-click-in-non-selected-windows.
5446
54472005-02-25 Richard M. Stallman <rms@gnu.org>
5448
5449 * screen.texi (Screen): Explain better about cursors and mode lines;
5450 don't presuppose text terminals.
5451 (Point): Don't assume just one cursor.
5452 Clarify explanation of cursors.
5453 (Echo Area, Menu Bar): Cleanups.
5454
5455 * mini.texi (Minibuffer): Prompts are highlighted.
5456 (Minibuffer Edit): Newline = C-j only on text terminals.
5457 Clarify resize-mini-windows values.
5458 Mention M-PAGEUP and M-PAGEDOWN.
5459 (Completion Commands): Mouse-1 like Mouse-2.
5460 (Minibuffer History): Explain history commands better.
5461 (Repetition): Add xref to Incremental Search.
5462
5463 * mark.texi (Setting Mark): Clarify info about displaying mark.
5464 Clarify explanation of C-@ and C-SPC.
5465 (Transient Mark): Mention Delete Selection mode.
5466 (Marking Objects): Clean up text about extending the region.
5467
5468 * m-x.texi (M-x): One C-g doesn't always go to top level.
5469 No delay before suggest-key-bindings output.
5470
5471 * fixit.texi (Fixit): Mention C-/ for undo.
5472 (Spelling): Mention ESC TAB like M-TAB.
5473 Replacement words with r and R are rechecked.
5474 Say where C-g leaves point. Mention ? as input.
5475
54762005-02-23 Lute Kamstra <lute@gnu.org>
5477
5478 * cmdargs.texi (Initial Options): Add cross reference.
5479
8cf51b2c
GM
54802005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5481
5482 * emacs.texi (Top): Update menu for splitting of node in
5483 msdog.texi.
5484 * frames.texi (Frames): Update xref for splitting of node in
5485 msdog.texi.
5486 * trouble.texi (Quitting): Ditto.
5487
54882005-02-16 Richard M. Stallman <rms@gnu.org>
5489
5490 * windows.texi (Split Window): Simplify line truncation info
5491 and xref to Display Custom.
5492
5493 * trouble.texi (Quitting): Emergency escape only for text terminal.
5494 (Screen Garbled): C-l for ungarbling is only for text terminal.
5495
5496 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5497
5498 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5499
5500 * programs.texi (Program Modes): Mention Python mode.
5501 (Moving by Defuns): Repeating C-M-h extends region.
5502 (Basic Indent): Clarify.
5503 (Custom C Indent): Clarify.
5504 (Expressions): Repeating C-M-@ extends region.
5505 (Info Lookup): Clarify for C-h S.
5506 (Symbol Completion): ESC TAB alternative for M-TAB.
5507 (Electric C): Clarify.
5508
5509 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5510
5511 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5512 MS-DOS Input node.
5513 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5514 (MS-DOS and MULE): Clarify.
5515 (MS-DOS Processes, Windows Processes): Fix typos.
5516
5517 * major.texi (Choosing Modes): Clarify.
5518
5519 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5520 (Keyboard Macro Step-Edit): Clarify.
5521
5522 * indent.texi (Indentation): Clarifications.
5523
5524 * help.texi (Help): Correct error about C-h in query-replace.
5525 Clarify apropos vs C-h a. Fix how to search in FAQ.
5526 (Key Help): Describe C-h w here.
5527 (Name Help): Minor cleanup. C-h w moved to Key Help.
5528 Clarify the "object" joke.
5529 (Apropos): Clarify. Mouse-1 like Mouse-2.
5530 (Help Mode): Mouse-1 like Mouse-2.
5531
5532 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5533
5534 * display.texi (Display): Reorder menu.
5535 (Faces): Cleanup.
5536 (Font Lock): Cleanup. Mention Options menu.
5537 Delete obsolete text.
5538 (Scrolling): For C-l, don't presume text terminal.
5539 (Horizontal Scrolling): Simplify intro.
5540 (Follow Mode): Clarify.
5541 (Cursor Display): Moved before Display Custom.
5542 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5543 Doc default-tab-width. Doc line truncation more thoroughly.
5544
5545 * dired.texi (Dired Enter): C-x C-f can run Dired.
5546 (Dired Visiting): Comment out `a' command.
5547 Mouse-1 is like Mouse-2.
5548 (Shell Commands in Dired): ? can be used more than once.
5549
5550 * basic.texi (Continuation Lines): Simplify description of truncation,
5551 and refer to Display Custom for the rest of it.
5552
8cf51b2c
GM
55532005-02-06 Lute Kamstra <lute@gnu.org>
5554
5555 * basic.texi (Undo): Fix typo.
5556
5557 * cmdargs.texi (Emacs Invocation): Fix typo.
5558
5559 * custom.texi (Init Examples): Fix typo.
5560
5561 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5562
55632005-02-06 Richard M. Stallman <rms@gnu.org>
5564
5565 * regs.texi (Registers): Registers can hold numbers, too.
5566
5567 * killing.texi (Other Kill Commands): Cleanup.
5568 Delete redundant explanation of kill in read-only buffer.
5569 (Yanking): Mention term "copying".
5570 (Accumulating Text): Fix typo.
5571
5572 * entering.texi (Entering Emacs): Update rationale at start.
5573 (Exiting): Treat iconifying on a par with suspension.
5574
5575 * custom.texi (Minor Modes): Fix typo.
5576 (Easy Customization): Fix menu style.
5577 (Variables): Add xref.
5578 (Examining): Setting for future sessions works through .emacs.
5579 (Keymaps): "Text terminals", not "Many".
5580 (Init Rebinding): Explain \C-. Show example of \M-.
5581 Fix minor wording errors.
5582 (Function Keys): Explain vector syntax just once.
5583 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5584 (Init File): Mention .emacs.d directory.
5585 (Init Examples): Add xref.
5586 (Find Init): Mention .emacs.d directory.
5587
5588 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5589 (Action Arguments): Explain which kinds of -l args are found how.
5590 (Initial Options): --batch does not inhibit site-start.
5591 Add xrefs.
5592 (Command Example): Use --batch, not -batch.
5593
5594 * basic.texi (Inserting Text): Cleanup wording.
5595 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5596 C-n is not error at end of buffer.
5597 (Undo): Doc C-/ like C-_. Add xrefs.
5598 (Arguments): META key may be labeled ALT.
5599 Peculiar arg meanings are explained in doc strings.
5600
5601 * abbrevs.texi (Expanding Abbrevs): Clarify.
5602
56032005-02-05 Eli Zaretskii <eliz@gnu.org>
5604
5605 * frames.texi (Frame Parameters): Add an xref to the description
5606 of list-colors-display. Add a pointer to the X docs about colors.
5607
5608 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5609 Improve docs of list-colors-display.
8cf51b2c
GM
5610
56112005-02-03 Lute Kamstra <lute@gnu.org>
5612
5613 * frames.texi (Frames, Drag and Drop): Fix typos.
5614
56152005-02-03 Richard M. Stallman <rms@gnu.org>
5616
5617 * windows.texi (Basic Window): Mention color-change in mode line.
5618 (Change Window): Explain dragging vertical boundaries.
5619
5620 * text.texi (Sentences): Clarify.
5621 (Paragraphs): Explain M-a and blank lines.
5622 (Outline Mode): Clarify text and menu.
5623 (Hard and Soft Newlines): Mention use-hard-newlines.
5624
5625 * frames.texi (Frames): Delete unnecessary mention of Windows.
5626 (Mouse Commands): Likewise. Mention xterm mouse support.
5627 (Clipboard): Clarify.
5628 (Mouse References): Mention use of Mouse-1 for following links.
5629 (Menu Mouse Clicks): Clarify.
5630 (Mode Line Mouse): Clarify.
5631 (Drag and Drop): Rewrite.
5632
5633 * fixit.texi (Spelling): Fix typo.
5634
5635 * files.texi (File Names): Clarify.
5636 (Visiting): Update conditions for use of file dialog. Clarify.
5637 (Saving): Doc d as answer in save-some-buffers.
5638 (Remote Files): Clean up the text.
5639
5640 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5641
5642 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5643 (List Buffers): Clarify.
5644 (Several Buffers): Doc T command.
5645 (Buffer Convenience): Clarify menu.
5646
5647 * basic.texi (Undo): Clarify last change.
5648
56492005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5650
5651 * fixit.texi (Spelling): Fix typo.
5652
56532005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * basic.texi (Undo): Update description of `undo-outer-limit'.
5656
56572005-02-01 Nick Roberts <nickrob@snap.net.nz>
5658
5659 * building.texi: Update documentation relating to GDB Graphical
5660 Interface.
5661
56622005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * custom.texi (Easy Customization): Adapt menu to node name change.
5665
56662005-01-30 Richard M. Stallman <rms@gnu.org>
5667
5668 * custom.texi (Easy Customization): Defn of "User Option" now
5669 includes faces. Don't say just "option" when talking about variables.
5670 Do say just "options" to mean "anything customizable".
5671 (Specific Customization): Describe `customize-variable',
5672 not `customize-option'.
5673
5674 * glossary.texi (Glossary) <Faces>: Add xref.
5675 <User Option>: Change definition--include faces. Change xref.
5676
5677 * picture.texi (Picture): Mention artist.el.
5678
5679 * sending.texi, screen.texi, programs.texi, misc.texi:
5680 * mini.texi, major.texi, maintaining.texi, macos.texi:
5681 * help.texi, frames.texi, files.texi:
5682 Don't say just "option" when talking about variables.
5683
5684 * display.texi, mule.texi: Don't say just "option" when talking
5685 about variables. Other minor cleanups.
5686
8cf51b2c
GM
56872005-01-26 Lute Kamstra <lute@gnu.org>
5688
5689 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5690 File'. Mention the `-Q' option at the `--no-site-file' option.
5691
8cf51b2c
GM
56922005-01-22 David Kastrup <dak@gnu.org>
5693
5694 * building.texi (Grep Searching): Mention alias `find-grep' for
5695 `grep-find'.
5696
56972005-01-20 Richard M. Stallman <rms@gnu.org>
5698
5699 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5700
8cf51b2c
GM
57012005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5702
5703 * rmail.texi (Movemail): Explain differences
5704 between standard and mailutils versions of movemail.
5705 Describe command line and configuration options introduced
5706 with the latter.
5707 Explain the notion of mailbox URL, provide examples and
5708 cross-references to mailutils documentation.
5709 Describe various methods of specifying mailbox names,
5710 user names and user passwords for rmail.
5711 (Remote Mailboxes): New section. Describe
5712 how movemail handles remote mailboxes. Describe configuration
5713 options used to control its behavior.
5714 (Other Mailbox Formats): Explain handling of various mailbox
5715 formats.
5716
57172005-01-13 Richard M. Stallman <rms@gnu.org>
5718
5719 * commands.texi (Commands): Clarification.
5720
57212005-01-11 Richard M. Stallman <rms@gnu.org>
5722
5723 * programs.texi (Multi-line Indent): Fix previous change.
5724 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5725
8cf51b2c
GM
57262005-01-08 Richard M. Stallman <rms@gnu.org>
5727
5728 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5729 lazy-highlight.
5730
5731 * search.texi (Query Replace): Mention faces query-replace
5732 and lazy-highlight.
5733 (Incremental Search): Update isearch highlighting info.
5734
8cf51b2c
GM
57352005-01-04 Richard M. Stallman <rms@gnu.org>
5736
5737 * custom.texi (Saving Customizations): Minor improvement.
5738
8cf51b2c
GM
57392005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5740
5741 * custom.texi (Saving Customizations): Emacs no longer loads
5742 `custom-file' after .emacs. No longer mention customizing through
5743 Custom.
5744
8cf51b2c
GM
57452005-01-01 Andreas Schwab <schwab@suse.de>
5746
5747 * killing.texi (Graphical Kill): Move up under node Killing,
5748 change @section to @subsection.
5749
57502005-01-01 Richard M. Stallman <rms@gnu.org>
5751
5752 * custom.texi (Face Customization): Mention hex color specs.
5753
5754 * emacs.texi (Top): Update Killing submenu.
5755
5756 * killing.texi (Killing): Reorganize section.
5757 No more TeX-only text; put the node command at start of chapter.
5758 But the first section heading is used only in TeX.
5759 Rewrite the text to read better in this mode.
5760 (Graphical Kill): New subnode gets some of the text that
5761 used to be in the first section.
5762
57632004-12-31 Richard M. Stallman <rms@gnu.org>
5764
5765 * dired.texi (Shell Commands in Dired): Delete the ? example.
5766
5767 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5768
5769 * files.texi (Saving): Describe new require-final-newline features
5770 and mode-require-final-newline.
5771
8cf51b2c
GM
57722004-12-29 Richard M. Stallman <rms@gnu.org>
5773
5774 * custom.texi (File Variables): Clarify previous change.
5775
c8763fb6 57762004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5777
5778 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5779 out now.
5780
57812004-12-27 Richard M. Stallman <rms@gnu.org>
5782
5783 * Makefile.in (MAKEINFO): Specify --force.
5784
5785 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5786 (Undo): Doc undo-outer-limit.
5787
8cf51b2c
GM
57882004-12-15 Juri Linkov <juri@jurta.org>
5789
5790 * mark.texi (Transient Mark, Mark Ring): M-< and other
5791 movement commands don't set mark in Transient Mark mode
5792 if mark is active.
5793
8cf51b2c
GM
57942004-12-12 Juri Linkov <juri@jurta.org>
5795
5796 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5797 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5798
5799 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5800 (Misc Dired Commands): Add @r{(Dired)} to w.
5801
58022004-12-12 Juri Linkov <juri@jurta.org>
5803
5804 * mark.texi (Marking Objects): Marking commands also extend the
5805 region when mark is active in Transient Mark mode.
5806
8cf51b2c
GM
58072004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5808
5809 * custom.texi (Saving Customizations): Emacs only loads the custom
5810 file automatically after the init file in version 22.1 or later.
5811 Adapt text and examples to this fact.
5812
8cf51b2c
GM
58132004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5814
5815 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5816 be set through Custom. Otherwise, it has no effect.
5817
8cf51b2c
GM
58182004-12-05 Richard M. Stallman <rms@gnu.org>
5819
5820 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5821 * entering.texi: Rename Command Line to Emacs Invocation.
5822
10d1d0af 5823 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5824
5825 * custom.texi (Easy Customization): Move up to section level,
5826 before Variables. Avoid using the term "variable"; say "option".
5827 New initial explanation.
5828 (Variables): In initial explanation, connect "variable" to the
5829 already-explained "user option".
5830
5831 * emacs.texi (Top): Fix ref to Command Line.
5832 Move reference to Easy Customization.
5833
5834 * xresources.texi (X Resources): Fix From link.
5835
5836 * doclicense.texi (GNU Free Documentation License): Fix To link.
5837
5838 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5839
5840 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5841
58422004-12-03 Richard M. Stallman <rms@gnu.org>
5843
5844 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5845
58462004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5847
5848 * kmacro.texi: Several small changes in addition to the following.
5849 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5850 defining a keyboard macro.
5851 Mention `kmacro-ring-max'.
5852 (Keyboard Macro Counter): Clarify description of
5853 `kmacro-insert-counter', `kmacro-set-counter',
5854 `kmacro-add-counter' and `kmacro-set-format'.
5855
58562004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5857
5858 * custom.texi (File Variables): Add `unibyte' and make it more
5859 clear that `unibyte' and `coding' are special. Suggested by Simon
5860 Krahnke <overlord@gmx.li>.
5861
5862 * mule.texi (Enabling Multibyte): Refer to File Variables.
5863 Suggested by Simon Krahnke <overlord@gmx.li>.
5864
c8763fb6 58652004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5866
5867 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5868 x-use-old-gtk-file-dialog.
5869
8cf51b2c
GM
58702004-11-20 Richard M. Stallman <rms@gnu.org>
5871
5872 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5873
58742004-11-09 Lars Brinkhoff <lars@nocrew.org>
5875
5876 * building.texi (Lisp Eval): Delete hyphen in section name.
5877
58782004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5879
5880 * files.texi (Old Versions):
5881 No longer document annotation as "CVS only".
5882
58832004-11-10 Andre Spiegel <spiegel@gnu.org>
5884
5885 * files.texi (Version Control): Rewrite the introduction about
5886 version systems, mentioning the new ones that we support. Thanks
5887 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5888 suggestions.
5889
c8763fb6 58902004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5891
49823426 5892 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5893
c8763fb6 58942004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5895
5896 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5897
58982004-10-23 Eli Zaretskii <eliz@gnu.org>
5899
5900 * text.texi (Text Based Tables, Table Definition)
5901 (Table Creation, Table Recognition, Cell Commands)
5902 (Cell Justification, Row Commands, Column Commands)
5903 (Fixed Width Mode, Table Conversion, Measuring Tables)
5904 (Table Misc): New nodes, documenting the Table Mode.
5905
8cf51b2c
GM
59062004-10-19 Jason Rumney <jasonr@gnu.org>
5907
5908 * makefile.w32-in (info): Change order of arguments to makeinfo.
5909
59102004-10-19 Ulf Jasper <ulf.jasper@web.de>
5911
5912 * calendar.texi (iCalendar): Update for package changes.
5913
8cf51b2c
GM
59142004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * files.texi (Misc File Ops): View mode is a minor mode.
5917
8cf51b2c
GM
59182004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5919
5920 * calendar.texi (iCalendar): Style changes.
5921
59222004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5923
5924 * search.texi (Regexps): The regexp described in the example is no
5925 longer stored in the variable `sentence-end'.
5926
8cf51b2c
GM
59272004-10-06 Nick Roberts <nickrob@snap.net.nz>
5928
5929 * building.texi (Starting GUD): Note that multiple debugging
5930 sessions requires `gdb --fullname'.
5931
59322004-10-05 Ulf Jasper <ulf.jasper@web.de>
5933
5934 * calendar.texi (iCalendar): New section for a new package.
5935
8cf51b2c
GM
59362004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5937
5938 * text.texi: Various small changes in addition to the following.
5939 (Text): Replace xref for autotype with inforef.
5940 (Sentences): Explain nil value for `sentence-end'.
5941 (Paragraphs): Update default values for `paragraph-start' and
5942 `paragraph-separate'.
5943 (Text Mode): Correct description of Text mode's effect on the
5944 syntax table.
5945 (Outline Visibility): `hide-other' does not hide top level headings.
5946 `selective-display-ellipses' no longer has an effect on Outline mode.
5947 (TeX Misc): Add missing @cindex.
5948 Replace xref for RefTeX with inforef.
5949 (Requesting Formatted Text): The variable
5950 `enriched-fill-after-visiting' no longer exists.
5951 (Editing Format Info): Update names of menu items and commands.
5952 (Format Faces): Mention special effect of specifying the default face.
5953 Describe inheritance of text properties.
5954 Correct description of `fixed' face.
5955 (Format Indentation): Correct description of effect of setting
5956 margins. Mention `set-left-margin' and `set-right-margin'.
5957 (Format Justification): Update names of menu items.
5958 `set-justification-full' is now bound to `M-j b'.
5959 Mention that `default-justification' is a per buffer variable.
5960 (Format Properties): Update name of menu item.
5961 (Forcing Enriched Mode): `format-decode-buffer' automatically
5962 turns on Enriched mode if the buffer is in text/enriched format.
5963
59642004-10-05 Emilio C. Lopes <eclig@gmx.net>
5965
5966 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5967
59682004-09-28 Kim F. Storm <storm@cua.dk>
5969
5970 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5971 Align with new functionality.
5972
8cf51b2c
GM
59732004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * display.texi (Display Custom): Remove stray `@end defvar'.
5976
59772004-09-23 Kim F. Storm <storm@cua.dk>
5978
5979 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5980 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5981
8cf51b2c
GM
59822004-09-20 Richard M. Stallman <rms@gnu.org>
5983
5984 * custom.texi (Hooks): Explain using setq to clear out a hook.
5985 (File Variables): Explain multiline string constants.
5986 (Non-ASCII Rebinding): Explain when you need to update
5987 non-ASCII char codes in .emacs.
5988
5989 * building.texi (Compilation): Explain how to make a silent
5990 subprocess that won't be terminated. Explain compilation-environment.
5991
59922004-09-13 Kim F. Storm <storm@cua.dk>
5993
5994 * mini.texi (Repetition): Rename isearch-resume-enabled to
5995 isearch-resume-in-command-history and change default to disabled.
5996
8cf51b2c
GM
59972004-09-09 Kim F. Storm <storm@cua.dk>
5998
5999 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
6000 with new `kmacro-name-last-macro'.
6001
8cf51b2c
GM
60022004-09-08 Juri Linkov <juri@jurta.org>
6003
6004 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
6005
8cf51b2c
GM
60062004-09-03 Juri Linkov <juri@jurta.org>
6007
6008 * search.texi (Incremental Search): Update wording for M-%.
6009
60102004-09-02 Luc Teirlinck <teirllm@auburn.edu>
6011
6012 * killing.texi (Killing): Correct description of kill commands in
6013 read-only buffer.
6014
60152004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
6016
6017 * building.texi (Compilation Mode): Add a paragraph about rules
6018 for finding the compilation buffer for `next-error'.
6019
6020 * search.texi (Other Repeating Search): Mention that Occur mode
6021 supports the next-error functionality.
6022
60232004-09-02 Juri Linkov <juri@jurta.org>
6024
6025 * search.texi (Regexp Replace): Add missing backslash to \footnote.
6026
60272004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6028
6029 * kmacro.texi (Basic Keyboard Macro):
6030 `apply-macro-to-region-lines' now operates on all lines that begin
6031 in the region, rather than on all complete lines in the region.
6032
c8763fb6 60332004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6034
6035 * frames.texi (Drag and drop): Add documentation about
6036 x-dnd-test-function and x-dnd-known-types.
6037
60382004-08-30 Luc Teirlinck <teirllm@auburn.edu>
6039
6040 * indent.texi: Various minor changes in addition to:
6041 (Indentation Commands): Correct description of `indent-relative'.
6042 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
6043 mode. The *Tab Stops* buffer uses Overwrite Mode.
6044 (Just Spaces): `tabify' converts sequences of at least two spaces
6045 to tabs.
6046
8cf51b2c
GM
60472004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6048
6049 * frames.texi (Secondary Selection): Setting the secondary
6050 selection with M-Drag-Mouse-1 does not alter the kill ring,
6051 setting it with M-Mouse-1 and M-Mouse-3 does.
6052 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
6053 toolkit scroll bars.
6054 (Scroll Bars): Ditto.
6055
6056 * windows.texi (Basic Window): When using a window system, the value
6057 of point in a non-selected window is indicated by a hollow box.
6058 (Split Window): Side by side windows are separated by a scroll bar,
6059 if scroll bars are used.
6060 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
6061 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
6062 (Window Convenience): Update bindings for `winner-undo' and
6063 `winner-redo'.
6064
6065 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 6066 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
6067 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
6068 of "Using Emacs as a Server".
6069 * building.texi (Building): Interchange nodes (for correct numbering).
6070 * programs.texi (Programs): Interchange nodes (for correct numbering).
6071 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
6072 Info to the node structure.
6073 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
6074 Rearrange order of nodes and sections such that both "GNU GENERAL
6075 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
6076 end, as appropriate for appendices.
6077 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
6078 Use `@unnumberedsec'.
6079 * trouble.texi: Adapt sectioning in Info to the node structure.
6080 Adapt node pointers to change in emacs.texi.
6081 * cmdargs.texi, doclicense.texi: Adapt node pointers.
6082
8cf51b2c
GM
60832004-08-25 Kenichi Handa <handa@m17n.org>
6084
6085 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
6086 description for unibyte mode.
6087
60882004-08-23 Luc Teirlinck <teirllm@auburn.edu>
6089
6090 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
6091
6092 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
6093 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
6094 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
6095 in @pxref.
6096
60972004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6098
6099 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
6100 Change section names.
6101
8cf51b2c
GM
61022004-08-21 Luc Teirlinck <teirllm@auburn.edu>
6103
6104 * kmacro.texi (Keyboard Macro Ring): Rename section.
6105 Emacs treats the head of the macro ring as the `last keyboard macro'.
6106 (Keyboard Macro Counter): Minor change.
6107 (Save Keyboard Macro): Some clarifications.
6108 (Edit Keyboard Macro): Rename section.
6109
6110 * buffers.texi (Buffers): Maximum buffer size is now 256M on
6111 32-bit machines.
6112 (Several Buffers): Clarify which buffer is selected if `2' is
6113 pressed in the Buffer Menu.
6114 Auto Revert mode can be used to update the Buffer Menu
6115 automatically.
6116
61172004-08-21 Eli Zaretskii <eliz@gnu.org>
6118
6119 * help.texi (Misc Help): Add an index entry for finding an Info
6120 manual by its file name.
6121
61222004-08-20 Luc Teirlinck <teirllm@auburn.edu>
6123
6124 * files.texi (Backup Deletion): Correct description of
6125 `delete-old-versions'.
6126 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6127 (Auto Save Files): Recommend `auto-save-mode' to reenable
6128 auto-saving, rather than the abbreviation `auto-save'.
6129
61302004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6131
6132 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6133 for "killing" and "yanking" in main menu.
6134
61352004-08-16 Richard M. Stallman <rms@gnu.org>
6136
6137 * killing.texi (Yanking, Killing): Minor cleanups.
6138
6139 * mark.texi (Momentary Mark): Minor cleanups.
6140
61412004-08-15 Kenichi Handa <handa@etl.go.jp>
6142
6143 * custom.texi (Non-ASCII Rebinding):
6144 C-q always inserts the right code to pass to global-set-key.
6145
8cf51b2c
GM
61462004-08-13 Luc Teirlinck <teirllm@auburn.edu>
6147
6148 * regs.texi (RegNumbers): Mention `C-x r i' binding for
6149 `insert-register', instead of `C-x r g' binding, for consistency.
6150
61512004-08-12 Luc Teirlinck <teirllm@auburn.edu>
6152
6153 * fixit.texi (Spelling): Fix typo.
6154
61552004-08-11 Luc Teirlinck <teirllm@auburn.edu>
6156
6157 * help.texi (Help): Fix Texinfo usage.
6158
8cf51b2c
GM
61592004-07-24 Richard M. Stallman <rms@gnu.org>
6160
6161 * text.texi (Paragraphs): Update how paragraphs are separated
6162 and the default for paragraph-separate.
6163
6164 * search.texi (Regexp Replace): Further update text for new
6165 replacement operators.
6166
8cf51b2c
GM
61672004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6168
6169 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6170 `R' switch.
6171
6172 * dired.texi (Dired Updating): `k' only deletes inserted
6173 subdirectories from the Dired buffer if a prefix argument was given.
6174
6175 * search.texi (Regexps): Delete redundant definition of `symbol' in
6176 description of `\_>'. It already occurs in the description of `\_<'.
6177
8cf51b2c
GM
61782004-07-01 Juri Linkov <juri@jurta.org>
6179
6180 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6181 (Regexp Search): Add M-r.
6182
61832004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6184
6185 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6186
61872004-06-29 Jesper Harder <harder@ifa.au.dk>
6188
49823426 6189 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
6190
61912004-06-25 Richard M. Stallman <rms@gnu.org>
6192
6193 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6194
61952004-06-25 David Kastrup <dak@gnu.org>
6196
6197 * search.texi (Regexp Replace): Some typo corrections and
6198 rearrangement.
6199
62002004-06-24 David Kastrup <dak@gnu.org>
6201
6202 * search.texi (Unconditional Replace): Use replace-string instead
6203 of query-replace in example.
6204 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6205 sequences.
6206 (Query Replace): Correct explanation of `^' which does not use
6207 the mark stack.
6208
62092004-06-21 Nick Roberts <nickrob@gnu.org>
6210
6211 * misc.texi (Shell History Copying): Document comint-insert-input.
6212 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6213
8cf51b2c
GM
62142004-06-20 Jesper Harder <harder@ifa.au.dk>
6215
6216 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6217 * custom.texi (Customization): Do.
6218 * anti.texi (Antinews): Do.
6219 * abbrevs.texi (Defining Abbrevs): Do.
6220
6221 * programs.texi (Info Lookup): Fix keybinding for
6222 info-lookup-symbol.
6223
62242004-06-16 Juanma Barranquero <lektu@terra.es>
6225
6226 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6227 Add emacs-xtra.
6228 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6229 (clean): Add emacs-xtra and flymake. Remove redundancies.
6230
62312004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6232
6233 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6234 Add emacs-xtra.
6235 * emacs-xtra.texi: New file.
6236
62372004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6238
6239 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6240 (Dired and Find): Mention differences with ordinary Dired buffers.
6241
8cf51b2c
GM
62422004-06-13 Richard M. Stallman <rms@gnu.org>
6243
6244 * custom.texi (Init Syntax): Explain about vars that do special
6245 things when set with setq or with Custom.
6246 (Init Examples): Add line-number-mode example.
6247
8cf51b2c
GM
62482004-06-12 Juri Linkov <juri@jurta.org>
6249
6250 * dired.texi (Operating on Files): Add dired-do-touch.
6251
8cf51b2c
GM
62522004-06-10 Juri Linkov <juri@jurta.org>
6253
6254 * building.texi (Lisp Eval): Add C-M-x on defface.
6255
62562004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6257
6258 * files.texi (Reverting): Auto-Revert mode and
6259 Global Auto-Revert mode no longer revert remote files.
6260
8cf51b2c
GM
62612004-05-29 Richard M. Stallman <rms@gnu.org>
6262
6263 * custom.texi (Init File): Two dashes start --no-site-file.
6264
8cf51b2c
GM
62652004-05-29 Alan Mackenzie <acm@muc.de>
6266
6267 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 6268 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
6269 (AWK, Pike): Document as "C-like modes".
6270 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6271 (M-x man): Supersedes M-x manual-entry.
6272 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6273
6274 ("Comments in C"): Delete node; the info is in CC Mode manual.
6275 (c-comment-only-line-offset): Remove description.
6276
6277 (C-c ., C-c C-c): Describe new C Mode bindings.
6278
6279 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6280 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6281 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6282 Amend definitions.
6283
6284 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6285 Describe functions.
6286
6287 (c-comment-start-regexp, c-hanging-comment-ender-p)
6288 (c-hanging-comment-starter-p): Remove obsolete definitions.
6289
6290 * emacs.texi: Remove the menu entry "Comments in C".
6291
8cf51b2c
GM
62922004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6295 `M-x locate'.
6296
62972004-05-16 Karl Berry <karl@gnu.org>
6298
6299 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6300 makeinfo --html fails.
6301 * help.texi (Help Summary) [@ifnottex]: Likewise.
6302
63032004-05-13 Nick Roberts <nickrob@gnu.org>
6304
6305 * building.texi (GDB Graphical Interface): Update and describe
6306 layout first.
6307
8cf51b2c
GM
63082004-05-04 Jason Rumney <jasonr@gnu.org>
6309
6310 * makefile.w32-in: Revert last change.
6311
63122004-05-03 Jason Rumney <jasonr@gnu.org>
6313
6314 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6315
8cf51b2c
GM
63162004-04-23 Juanma Barranquero <lektu@terra.es>
6317
6318 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6319
63202004-04-18 Juri Linkov <juri@jurta.org>
6321
6322 * fixit.texi (Spelling): Remove file extension from ispell xref.
6323
63242004-04-15 Kim F. Storm <storm@cua.dk>
6325
6326 * cmdargs.texi (Initial Options): Add -Q.
6327
63282004-04-05 Kim F. Storm <storm@cua.dk>
6329
6330 * custom.texi (File Variables): Add safe-local-eval-forms.
6331
8cf51b2c
GM
63322004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6333
6334 * files.texi (Reverting): Correct description of revert-buffer's
6335 handling of point.
6336
63372004-03-22 Juri Linkov <juri@jurta.org>
6338
6339 * emacs.texi (Top): Add `Misc X'.
6340
49823426 6341 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6342
6343 * glossary.texi: Improve references.
6344
6345 * help.texi: Sync keywords with finder.el.
6346
6347 * mini.texi (Completion): Add description for menu items.
6348
6349 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6350
6351 * sending.texi (Mail Methods): Fix xref to Message manual.
6352
8cf51b2c
GM
63532004-03-12 Richard M. Stallman <rms@gnu.org>
6354
8cf51b2c
GM
6355 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6356
8cf51b2c
GM
63572004-03-04 Richard M. Stallman <rms@gnu.org>
6358
6359 * search.texi (Regexps): Explain that ^ and $ have their
6360 special meanings only in certain contexts.
6361
6362 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6363
6364 * mule.texi (Specify Coding): Doc C-x RET F.
6365
6366 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6367 for multiple compile and grep buffers.
6368 (Indirect Buffers): Don't recommand clone-indirect-buffer
6369 for multiple compile and grep buffers.
6370
8cf51b2c
GM
63712004-02-29 Juanma Barranquero <lektu@terra.es>
6372
6373 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6374 Use $(DEL) instead of rm, and ignore exit code.
6375
8cf51b2c
GM
63762004-02-23 Nick Roberts <nick@nick.uklinux.net>
6377
6378 * building.texi (Watch Expressions): Update.
6379
63802004-02-21 Juri Linkov <juri@jurta.org>
6381
6382 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6383 --directory, --help, --version. Move text about command-line-args
6384 to Command Arguments.
6385 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6386 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6387 (Window Size X): Join -g and --geometry. Add @cindex.
6388 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6389 (Title X): Remove alias -title.
6390 (Misc X): New node.
6391
c8763fb6 63922004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6393
6394 * frames.texi (Drag and drop): Add Motif to list of supported
6395 protocols.
6396
c8763fb6 63972004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6398
6399 * frames.texi (Drag and drop): New section.
6400
64012004-01-24 Richard M. Stallman <rms@gnu.org>
6402
6403 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6404 Include it only @ifnotinfo. Patch the preceding and following
6405 node headers to point to each other.
6406
64072004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6408
6409 * calendar.texi (Appointments): Update section.
6410
64112003-12-29 Kevin Ryde <user42@zip.com.au>
6412
8cf51b2c
GM
6413 * programs.texi (C Modes): Fix the xref.
6414
64152003-12-23 Nick Roberts <nick@nick.uklinux.net>
6416
6417 * building.texi (Watch Expressions): Update.
6418 (Commands of GUD): Include use of toolbar + breakpoints set from
6419 fringe/margin.
6420
64212003-12-03 Andre Spiegel <spiegel@gnu.org>
6422
6423 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6424 <acm@muc.de>.
6425
c8763fb6 64262003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6427
6428 * frames.texi (Dialog Boxes): Add use-file-dialog.
6429
8cf51b2c
GM
64302003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6431
6432 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6433 in CC Mode.
6434
8cf51b2c
GM
64352003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6436
6437 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6438 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6439 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6440 * man/frames.texi, man/glossary.texi, man/killing.texi:
6441 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6442 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6443 * man/sending.texi, man/text.texi, man/trouble.texi:
6444 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6445
64462003-11-01 Alan Mackenzie <acm@muc.de>
6447
6448 * search.texi (Scrolling During Incremental Search): Document a
6449 new scrolling facility in isearch mode.
6450
8cf51b2c
GM
64512003-10-22 Miles Bader <miles@gnu.org>
6452
6453 * Makefile.in (info): Move before $(top_srcdir)/info.
6454
64552003-10-22 Nick Roberts <nick@nick.uklinux.net>
6456
6457 * building.texi (Watch Expressions): Update section on data display
6458 to reflect code changes (GDB Graphical Interface).
6459
8cf51b2c
GM
64602003-10-13 Richard M. Stallman <rms@gnu.org>
6461
6462 * xresources.texi (GTK resources): Clean up previous change.
6463
c8763fb6 64642003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6465
6466 * xresources.texi (GTK resources): Add a note that some themes
6467 disallow customizations. Add scroll theme example.
6468
8cf51b2c
GM
64692003-09-30 Richard M. Stallman <rms@gnu.org>
6470
8cf51b2c
GM
6471 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6472
6473 * misc.texi (Saving Emacs Sessions): Shorten the section,
6474 collapsing back into one node.
6475
64762003-09-30 Lars Hansen <larsh@math.ku.dk>
6477
6478 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6479
ce058493 64802003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6481
6482 * xresources.texi (GTK names in Emacs): Correct typo.
6483
8cf51b2c
GM
64842003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6485
6486 * cmdargs.texi (Font X): Mention new default font. More
6487 fully describe long font names, wildcard patterns and the
6488 problems involved. (Result of discussion on emacs-devel.)
6489
64902003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6491
6492 * emacs.texi (Acknowledgements): Correct typo.
6493
64942003-09-22 Richard M. Stallman <rms@gnu.org>
6495
6496 * dired.texi (Misc Dired Commands): New node.
6497 (Dired Navigation): Add dired-goto-file.
6498
6499 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6500
6501 * emacs.texi (Acknowledgements): New node, split from Distribution.
6502
6503 * cmdargs.texi (Action Arguments): -f reads interactive args.
6504
8cf51b2c
GM
65052003-09-08 Lute Kamstra <lute@gnu.org>
6506
6507 * screen.texi (Mode Line): Say that POS comes before LINE.
6508 Mention `size-indication-mode'.
6509 * display.texi (Optional Mode Line): Document
6510 `size-indication-mode'.
6511 * basic.texi (Position Info): Mention `size-indication-mode'.
6512
65132003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6514
6515 * xresources.texi (Resources): Refer to `editres' man page.
6516 (Lucid Resources): Update defaults. Expand description of
6517 `shadowThickness'.
6518
65192003-09-04 Miles Bader <miles@gnu.org>
6520
6521 * Makefile.in (top_srcdir): New variable.
6522 ($(top_srcdir)/info): New rule.
6523 (info): Depend on it.
6524
65252003-09-03 Peter Runestig <peter@runestig.com>
6526
6527 * makefile.w32-in: New file.
6528
65292003-08-29 Richard M. Stallman <rms@gnu.org>
6530
6531 * misc.texi (Saving Emacs Sessions): Correct previous change.
6532
8cf51b2c
GM
65332003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6534
8cf51b2c
GM
6535 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6536 (Intro): Include kmacro.texi after fixit.texi instead of after
6537 custom.texi. (As suggested by Kim Storm.)
6538
65392003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6540
6541 * fixit.texi (Fixit): Update `Next' pointer.
6542 * files.texi (Files): Update `Previous' pointer.
6543 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6544 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6545 (Suggested by Kim Storm.)
6546 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6547
65482003-08-18 Kim F. Storm <storm@cua.dk>
6549
6550 * kmacro.texi: New file describing enhanced keyboard macro
6551 functionality. Replaces old description in custom.texi.
6552
6553 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6554 (Keyboard Macros): Move to new kmacro.texi file.
6555
6556 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6557
8cf51b2c
GM
65582003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6559
6560 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6561
65622003-08-17 Alex Schroeder <alex@gnu.org>
6563
6564 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6565 required.
6566
8cf51b2c
GM
65672003-08-05 Richard M. Stallman <rms@gnu.org>
6568
6569 * programs.texi (Lisp Indent): Don't describe
6570 lisp-indent-function property here. Use xref to Lisp Manual.
6571
8cf51b2c
GM
65722003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6573
fffa137c 6574 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6575 abbreviations.
6576
65772003-07-24 Markus Rost <rost@math.ohio-state.edu>
6578
6579 * buffers.texi (List Buffers): Fix previous change.
6580
8cf51b2c
GM
65812003-07-13 Markus Rost <rost@math.ohio-state.edu>
6582
6583 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6584 List*.
6585
65862003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6587
8cf51b2c
GM
6588 * display.texi (Font Lock): Fix typo.
6589
65902003-07-07 Richard M. Stallman <rms@gnu.org>
6591
6592 * display.texi (Font Lock): Add xref for format info on
6593 font-lock-remove-keywords.
6594
6595 * building.texi (Compilation): Document what happens with asynch
6596 children of compiler process.
6597
6598 * help.texi (Library Keywords): Use @multitable.
6599
8cf51b2c
GM
66002003-06-04 Richard M. Stallman <rms@gnu.org>
6601
6602 * programs.texi (Expressions): Delete C-M-DEL.
6603
6604 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6605 comint-move-point-for-output renamed from
6606 comint-scroll-to-bottom-on-output.
6607
6608 * custom.texi (Init Rebinding): Replace previous change with xref.
6609 (Non-ASCII Rebinding): Explain that issue more briefly here.
6610
66112003-05-28 Richard M. Stallman <rms@gnu.org>
6612
6613 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6614
66152003-05-28 Nick Roberts <nick@nick.uklinux.net>
6616
6617 * building.texi (GDB Graphical Interface): New node.
6618 (Rewritten somewhat by RMS.)
6619
c8763fb6 66202003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6621
6622 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6623 non-English letters. Explain how to set coding systems correctly
6624 and how to include the right coding cookie in the file.
6625
c8763fb6 66262003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6627
6628 * indent.texi (Indentation): Explain the concepts.
6629 (Just Spaces): Explain why preventing tabs for indentation might
6630 be useful.
6631
8cf51b2c
GM
66322003-04-16 Richard M. Stallman <rms@gnu.org>
6633
6634 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6635
8cf51b2c
GM
66362003-02-22 Alex Schroeder <alex@emacswiki.org>
6637
6638 * cmdargs.texi (General Variables): Document SMTPSERVER.
6639
8cf51b2c
GM
6640 * sending.texi: Remove SMTP node.
6641 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6642 library.
6643
8cf51b2c
GM
66442003-02-22 Alex Schroeder <alex@emacswiki.org>
6645
6646 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6647
66482003-02-22 Simon Josefsson <jas@extundo.com>
6649
6650 * sending.texi (Mail Methods): Add node about SMTP.
6651
c8763fb6 66522003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6653
6654 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6655
8cf51b2c
GM
66562003-02-01 Kevin Ryde <user42@zip.com.au>
6657
6658 * glossary.texi (Glossary): Correction to cl cross reference.
6659
66602003-01-20 Richard M. Stallman <rms@gnu.org>
6661
6662 * killing.texi (Rectangles): Document C-x c r.
6663
c8763fb6 66642003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6665
6666 * xresources.texi (GTK resources): New node.
6667 (GTK widget names): New node.
6668 (GTK names in Emacs): New node.
6669 (GTK styles): New node.
6670
c8763fb6 66712003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6672
6673 * maintaining.texi (Create Tags Table): Add reference to the new
6674 `etags --help --lang=LANG' option.
6675
8cf51b2c
GM
66762002-10-02 Karl Berry <karl@gnu.org>
6677
49823426 6678 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6679 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6680 where needed for the sake of the HTML output.
8cf51b2c
GM
6681
66822001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6683
6684 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6685 source files.
6686
66872001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6688
6689 * Makefile.in (emacsman): New target.
6690
8cf51b2c
GM
66912001-10-20 Gerd Moellmann <gerd@gnu.org>
6692
6693 * (Version 21.1 released.)
6694
66952001-10-05 Gerd Moellmann <gerd@gnu.org>
6696
6697 * Branch for 21.1.
6698
8cf51b2c
GM
66992001-03-05 Gerd Moellmann <gerd@gnu.org>
6700
6701 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6702
8cf51b2c
GM
67032000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6704
6705 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6706
8cf51b2c
GM
67071999-07-12 Richard Stallman <rms@gnu.org>
6708
6709 * Version 20.4 released.
6710
67111998-12-04 Markus Rost <rost@delysid.gnu.org>
6712
6713 * Makefile.in (INFO_TARGETS): Delete customize.info.
6714 (DVI_TARGETS): Delete customize.dvi.
6715 (../info/customize, customize.dvi): Targets deleted.
6716
67171998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6718
6719 * Version 20.3 released.
6720
67211998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6722
6723 * Makefile.in (EMACSSOURCES): Add mule.texi.
6724 Add msdog.texi, ack.texi. Remove gnu1.texi.
6725
67261998-04-06 Andreas Schwab <schwab@gnu.org>
6727
6728 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6729 it in dvi targets.
8cf51b2c
GM
6730
67311997-09-23 Paul Eggert <eggert@twinsun.com>
6732
6733 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6734 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6735 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6736
67371997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6738
6739 * Version 20.2 released.
6740
67411997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6742
6743 * Version 20.1 released.
6744
67451997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6746
6747 * Makefile (../info/customize, customize.dvi): New targets.
6748 (INFO_TARGETS): Add ../info/customize.
6749 (DVI_TARGETS): Add customize.dvi.
6750
8cf51b2c
GM
67511996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6752
6753 * Version 19.33 released.
6754
67551996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6756
6757 * Version 19.32 released.
6758
8cf51b2c
GM
67591996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6760
6761 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6762
67631996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6764
6765 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6766 Specify -I option.
6767 (All dvi targets): Set the TEXINPUTS variable.
6768
67691996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6770
6771 * Version 19.31 released.
6772
8cf51b2c
GM
67731995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6774
6775 * Version 19.30 released.
6776
8cf51b2c
GM
67771995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6778
6779 * Makefile.in (maintainer-clean): Rename from realclean.
6780
67811994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6782
6783 * Makefile.in: New file.
6784 * Makefile: File deleted.
6785
67861994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6787
6788 * Makefile (TEXINDEX_OBJS): Variable deleted.
6789 (texindex, texindex.o, getopt.o): Rules deleted.
6790 All deps on texindex deleted.
6791 (distclean): Don't delete texindex.
6792 (mostlyclean): Don't delete *.o.
6793 * texindex.c, getopt.c: Files deleted.
6794
67951994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6796
6797 * Version 19.26 released.
6798
67991994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6800
6801 * Makefile (EMACSSOURCES): Exclude undo.texi.
6802
68031994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6804
6805 * Version 19.25 released.
6806
68071994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6808
6809 * Version 19.24 released.
6810
68111994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6812
6813 * Version 19.23 released.
6814
68151994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6816
6817 * Makefile: Delete spurious tab.
6818
68191994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6820
6821 * Makefile (.SUFFIXES): New rule.
6822
8cf51b2c
GM
68231993-12-04 Richard Stallman (rms@srarc2)
6824
6825 * getopt.c: New file.
6826 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6827 (getopt.o): New rule.
6828 (dvi): Don't depend on texindex.
49823426 6829 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6830
68311993-12-03 Richard Stallman (rms@srarc2)
6832
49823426
GM
6833 * Makefile (TEXI2DVI): New variable.
6834 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6835 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6836
68371993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6838
6839 * Version 19.22 released.
6840
68411993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6842
6843 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6844
68451993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6846
6847 * Version 19.21 released.
6848
8cf51b2c
GM
68491993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6850
6851 * Makefile (realclean): Don't delete the Info files.
6852
f0131492 68531993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6854
8cf51b2c
GM
6855 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6856 4' where appropriate.
6857
f0131492 68581993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6859
49823426 6860 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6861
6862 * texindex.c: Include "../src/config.h" if building in emacs.
6863
6864 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6865 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6866 Add target to build texindex.c, defining `emacs'.
6867
8cf51b2c
GM
68681993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6869
6870 * Version 19.19 released.
6871
8cf51b2c
GM
68721993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6873
6874 * Version 19.18 released.
6875
68761993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6877
6878 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6879
68801993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6881
6882 * Version 19.17 released.
6883
68841993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6885
6886 * split-man: Fix typos in last change.
6887
68881993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6889
6890 * Version 19.16 released.
6891
68921993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6893
6894 * version 19.15 released.
6895
68961993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6897
6898 * Makefile (distclean): It's rm, not rf.
6899
69001993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6901
6902 * Version 19.14 released.
6903
69041993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6905
6906 * Makefile: New file.
6907
69081993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6909
6910 * Version 19.13 released.
6911
69121993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6913
6914 * Version 19.9 released.
6915
69161993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6917
6918 * Version 19.8 released.
6919
69201993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6921
6922 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6923
6924 * trouble.texi: It's `enable-flow-control-on', not
6925 `evade-flow-control-on'.
6926
69271993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6928
6929 * display.texi: Document standard-display-european.
6930
69311993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6932
6933 * Version 19.7 released.
6934
6935 * emacs.texi: Add a sentence to the top menu mentioning the
6936 specific version of Emacs this manual applies to.
6937
69381993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6939
6940 * basic.texi: Document next-line-add-lines variable used to
6941 implement down-arrow.
6942
6943 * killing.texi: Document kill-whole-line.
6944
69451993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6946
6947 * text.texi: Update unix TeX ordering information.
6948
69491993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6950
6951 * news.texi: Mention fill-rectangle in keybinding list.
6952
6953 * killing.texi: Document fill-rectangle.
6954
69551993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6956
6957 * vc.texi: Bring the docs up to date with VC 5.2.
6958
69591992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6960
6961 * emacs.tex: Mention blackbox and gomoku under Amusements.
6962 Assembler mode is now mentioned and appropriately indexed
6963 under Programming Modes.
6964
69651991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6966
6967 * emacs.tex: Update TeX ordering information.
6968
8cf51b2c
GM
69691990-06-26 David Lawrence (tale@geech)
6970
6971 * emacs.tex: Note that completion-ignored-extensions is not used
6972 to filter out names when all completions are displayed in
6973 *Completions*.
6974
69751990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6976
6977 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6978
69791990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6980
6981 * emacs.tex: Add @findex grep.
6982
8cf51b2c
GM
69831988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6984
6985 * emacs.tex: Correct two typos. No other changes before
6986 Version 19 will be made.
6987
8cf51b2c
GM
69881988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6989
6990 * emacs.tex: Update information for obtaining TeX distribution from the
6991 University of Washington.
6992
6993;; Local Variables:
c8763fb6 6994;; coding: utf-8
8cf51b2c
GM
6995;; fill-column: 79
6996;; add-log-time-zone-rule: t
6997;; End:
6998
6999 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 7000 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
7001
7002 This file is part of GNU Emacs.
7003
352c8b4a 7004 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 7005 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7006 the Free Software Foundation, either version 3 of the License, or
7007 (at your option) any later version.
8cf51b2c
GM
7008
7009 GNU Emacs is distributed in the hope that it will be useful,
7010 but WITHOUT ANY WARRANTY; without even the implied warranty of
7011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7012 GNU General Public License for more details.
7013
7014 You should have received a copy of the GNU General Public License
352c8b4a 7015 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
7016
7017;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd