Add 2010 to copyright years.
[bpt/emacs.git] / doc / emacs / ChangeLog
1 2010-01-12 Glenn Morris <rgm@gnu.org>
2
3 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
4 emacs-pretest-bug for bug reports for development versions.
5
6 2010-01-11 Glenn Morris <rgm@gnu.org>
7
8 * display.texi (Highlight Interactively): `t' does not mean highlight
9 all patterns. (Bug#5335)
10
11 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
12
13 * misc.texi (Shell): Document async-shell-command.
14
15 * building.texi (Grep Searching): Document zrgrep.
16
17 * mini.texi (Completion Options): Mention `initals' completion style.
18
19 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
20
21 * building.texi: Import GDB Graphical Interface description from
22 EMACS_23_1_RC.
23
24 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
25
26 * emacs.texi (Top): Update node listing.
27
28 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
29
30 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
31
32 * cmdargs.texi (Initial Options):
33 * xresources.texi (Resources): Document inhibit-x-resources.
34
35 * custom.texi (Specifying File Variables): Note that minor modes are
36 enabled unconditionally.
37
38 * display.texi (Scrolling): Briefly document the old recenter command,
39 and document recenter-positions.
40
41 * files.texi (Visiting):
42 * buffers.texi (Buffers): Max buffer size is now 512 MB.
43
44 * frames.texi (Cut/Paste Other App): Document
45 save-interprogram-paste-before-kill.
46
47 * killing.texi (Kill Options): New node.
48
49 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
50
51 * misc.texi (Shell Options): ansi-color is now default.
52
53 2009-12-05 Glenn Morris <rgm@gnu.org>
54
55 * emacs.texi (Top): Update menu for cal-xtra node changes.
56 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
57 or mode line. Don't mention invisible text or the details of
58 diary-print-entries here, only in cal-xtra.
59 (Format of Diary File): Mention that the "date on first line" format
60 only really affects the simple display.
61 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
62 (Diary Customizing): Holidays may be in the buffer or mode line.
63 Move diary-print-entries to the "Diary Display" section.
64 (Diary Display): New section, split out from "Fancy Diary Display".
65 Explain the limitations of simple display, and how to print it.
66
67 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
68
69 * cal-xtra.texi (Diary Display): Mention View mode.
70
71 2009-11-29 Juri Linkov <juri@jurta.org>
72
73 * display.texi (Highlight Interactively): Actually a list of
74 default faces is pre-loaded into a list of default values
75 instead of the history.
76
77 2009-11-20 Glenn Morris <rgm@gnu.org>
78
79 * ack.texi (Acknowledgments):
80 * emacs.texi (Acknowledgments): Add htmlfontify.
81
82 2009-11-14 Glenn Morris <rgm@gnu.org>
83
84 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
85
86 * ack.texi (Acknowledgments):
87 * emacs.texi (Acknowledgments): Update for recent Org changes.
88
89 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
90
91 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
92 `charset' property, which is irrelevant to the user manual (Bug#3526).
93
94 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
95
96 * trouble.texi (DEL Does Not Delete): Fix typo.
97
98 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
99
100 * files.texi (Misc File Ops): Mention copy-directory.
101
102 2009-10-04 Eli Zaretskii <eliz@gnu.org>
103
104 * mule.texi (Unibyte Mode): Emphasize that
105 unibyte-display-via-language-environment affects only the display.
106
107 * display.texi (Horizontal Scrolling): Document cursor behavior under
108 horizontal scrolling when point moves off the screen (Bug#4564).
109 Improve wording.
110
111 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
112
113 * files.texi (Directories): delete-directory prompts for recursive
114 deletion.
115
116 2009-09-30 Glenn Morris <rgm@gnu.org>
117
118 * ack.texi (Acknowledgments):
119 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
120
121 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
122
123 * dired.texi (Dired Navigation): Use @code instead of @var for
124 dired-isearch-filenames, so that it's not capitalized.
125
126 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
127
128 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
129
130 * entering.texi (Exiting): C-z is now bound to suspend-frame.
131
132 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
133 (Key Bindings): Reference Init Rebinding in introductory text. Shift
134 some of the introduction to Keymaps node.
135 (Keymaps): Simplify.
136 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
137 (Minibuffer Maps): Remove mention of Mocklisp.
138 (Init Rebinding): Move mode-local rebinding example here from Local
139 Keymaps.
140 (Modifier Keys): Clarify.
141 (Rebinding): Add cindex for "binding keys".
142
143 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
144
145 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
146
147 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
148
149 * building.texi (Threads Buffer, Multithreaded Debugging):
150 Re-organise these two sections.
151
152 2009-08-29 Eli Zaretskii <eliz@gnu.org>
153
154 * cmdargs.texi (Initial Options): Fix last change.
155
156 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * mule.texi (Enabling Multibyte):
159 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
160 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
161
162 2009-08-20 Glenn Morris <rgm@gnu.org>
163
164 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
165
166 2009-08-19 Glenn Morris <rgm@gnu.org>
167
168 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
169
170 2009-08-18 Glenn Morris <rgm@gnu.org>
171
172 * ack.texi (Acknowledgments):
173 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
174
175 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
176
177 2009-08-09 Glenn Morris <rgm@gnu.org>
178
179 * ack.texi (Acknowledgments):
180 * emacs.texi (Acknowledgments): Add gdb-mi entry.
181
182 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
183
184 * emacs.texi (Top): Add new menu items for GDB-UI.
185
186 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
187 section. Threads buffer is in separate section now.
188
189 2009-08-08 Glenn Morris <rgm@gnu.org>
190
191 * ack.texi (Acknowledgments):
192 * emacs.texi (Acknowledgments):
193 Update for js2-mode and org changes.
194
195 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
196
197 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
198 files.
199
200 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
201
202 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
203
204 2009-07-23 Glenn Morris <rgm@gnu.org>
205
206 * programs.texi (Matching): Update blink-matching-paren-distance.
207
208 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
209
210 * frames.texi (Cut/Paste Other App): For select-active-regions,
211 selection is now updated on moving point.
212
213 2009-07-21 Richard Stallman <rms@gnu.org>
214
215 * glossary.texi (GNU, Daemon): Update information.
216
217 2009-07-19 Juri Linkov <juri@jurta.org>
218
219 * custom.texi (Specifying File Variables, Safe File Variables):
220 "variables/value pairs" -> "variable/value pairs".
221
222 2009-07-15 Glenn Morris <rgm@gnu.org>
223
224 * misc.texi (Gnus): Remove widow.
225
226 2009-07-11 Glenn Morris <rgm@gnu.org>
227
228 * Makefile.in (TEXI2PDF): New.
229 (emacs.pdf, emacs-xtra.pdf): New targets.
230
231 * arevert-xtra.texi (Autorevert): Add menu descriptions.
232
233 * display.texi (Horizontal Scrolling): Re-word to remove widow.
234
235 * emacs.texi (Top): Info can be read from other places than Emacs.
236 Don't print the copying notice twice in the printed version.
237 Update the menu and detailmenu.
238 (Preface): The meaning of "on-line" has changed.
239 Correct name for "Common Problems" chapter.
240 (Distrib): Update FSF shop URL.
241 (Intro): Showing two files at once is not so exciting.
242
243 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
244 (Mac / GNUstep Basics): Minor grammar changes.
245 (Mac / GNUstep Events): Fix typo.
246 (GNUstep Support): CANNOT_DUMP no longer applies.
247
248 * misc.texi (Document View): Fix typos.
249
250 * dired.texi (Dired):
251 * help.texi (Help):
252 * macos.texi (Mac OS / GNUstep):
253 * maintaining.texi (Version Control, Introduction to VC):
254 End menu descriptions with a period.
255
256 2009-07-09 Eli Zaretskii <eliz@gnu.org>
257
258 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
259 so categorical in saying that the option is only useful on NTFS.
260
261 2009-07-09 Glenn Morris <rgm@gnu.org>
262
263 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
264 (ENVADD): Add texinfodir to TEXINPUTS.
265
266 * emacs.texi (Top): Fix cross-reference.
267
268 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
269
270 * vc1-xtra.texi (Revision Tags): Fix typo.
271
272 2009-07-03 Glenn Morris <rgm@gnu.org>
273
274 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
275 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
276 (Merge Commands): `.' does not seem to work in A or B buffer.
277 `l' can recreate the 3-window display.
278
279 * glossary.texi (Glossary): Minor phrasing changes throughout.
280 Add more internal cross-references.
281 <Autoloading>: You can't really autoload a variable.
282 <C-M->: Move details here from `M-C-' item.
283 <Continuation Line>: Refer to `Truncation.'
284 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
285 <Home Directory, Unix>: New entries.
286 <Deletion of Files>: Mention recycle bins.
287 <Directory>: Mention ``folders.''
288 <Error>: Don't mention ``type-ahead.''
289 <Fringe>: Refer to the manual node.
290 <Minor Mode>: Can be global or local.
291 <Spell Checking>: There are other checkers besides Ispell.
292
293 2009-07-02 Glenn Morris <rgm@gnu.org>
294
295 * anti.texi (Antinews): Minor changes in phrasing.
296
297 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
298 some underfull lines in dvi output.
299
300 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
301
302 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
303
304 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
305
306 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
307
308 * xresources.texi (Table of Resources): Mention maximized for
309 fullscreen.
310
311 * cmdargs.texi (Window Size X): -mm/--maximized is new.
312
313 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
314
315 * anti.texi (Antinews): Correct the list of removed platforms.
316
317 2009-06-28 Glenn Morris <rgm@gnu.org>
318
319 * arevert-xtra.texi: Minor language tweaks.
320
321 * dired-xtra.texi: Minor revisions.
322
323 2009-06-23 Miles Bader <miles@gnu.org>
324
325 * display.texi (Scrolling): Document `recenter-redisplay'
326 (Temporary Face Changes): Document `text-scale-set'.
327
328 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
329
330 * Branch for 23.1.
331
332 2009-06-17 Kenichi Handa <handa@m17n.org>
333
334 * mule.texi (Charsets): Update the description for the new charset.
335 (list-character-sets): New findex.
336 (Language Environments): Add @anchor{Describe Language Environment}.
337
338 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
339
340 * basic.texi (Moving Point): Fix tag.
341
342 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
343
344 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
345 use camel-case for PageUp and PageDown.
346
347 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
348 camel-case for PageUp and PageDown.
349
350 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
351
352 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
353 (Isearch Scroll): Decapitalize <next> and <prior>.
354
355 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
356
357 * fixit.texi (Spelling): Set default dictionary.
358 Improve descriptions (Bug#2554)
359
360 2009-06-08 David Reitter <david.reitter@gmail.com>
361
362 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
363 since saving colors and faces set this way is not implemented.
364 (Environment variables): Remove mention of mac-fix-env, which is
365 scheduled to be removed.
366
367 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
368
369 * custom.texi (Init Examples): Add example of changing load-path.
370
371 * building.texi (Lisp Libraries): Add example of changing
372 load-path (Bug#3446).
373
374 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
375
376 * mark.texi (Mark): Further clarifications.
377 (Setting Mark): Emphasize that C-SPC activates the mark.
378
379 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
380
381 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
382 Mark mode.
383 (Using Region, Persistent Mark): Use "active mark" instead of "active
384 region".
385
386 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
387
388 * mule.texi (Select Input Method): Fix typo.
389
390 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
391
392 * anti.texi (Antinews): Document completion changes. Some additional
393 copyedits and rearrangement of entries.
394
395 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
396
397 * misc.texi (Interactive Shell, Saving Emacs Sessions)
398 (Shell History Copying, Terminal emulator): Copyedits.
399
400 * xresources.texi (Resources): Simplify descriptions. Shorten
401 description of editres, which is not very useful these days.
402 (Table of Resources): Document fontBackend resource.
403
404 * trouble.texi (Quitting): Add other undo bindings to table.
405 (DEL Does Not Delete): Note that the erasure key is usually labelled
406 "Backspace". Remove discussion of obscure Xmodmap issue.
407
408 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
409
410 * files.texi (Visiting): Copyedits.
411
412 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
413
414 * basic.texi (Inserting Text): Document ucs-insert.
415
416 * mule.texi (International Chars): Define "multibyte". Note that
417 internal representation is unicode-based. Simplify definition of raw
418 bytes. Mention ucs-insert.
419 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
420 (Language Environments): Add language environments new to Emacs 23.
421 (Multibyte Conversion): Node deleted.
422 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
423 mention obsolete emacs-mule coding system.
424 (Output Coding): Copyedits.
425
426 * emacs.texi (Top): Update node listing.
427
428 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
429
430 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
431
432 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * building.texi (Lisp Libraries): `load-library' does offer completion.
435
436 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
437
438 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
439 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
440
441 2009-04-25 Eli Zaretskii <eliz@gnu.org>
442
443 * maintaining.texi (Tags): Clarify text. (Bug#3101)
444
445 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
446
447 * entering.texi (Entering Emacs): Document initial-buffer-choice.
448
449 * building.texi (Lisp Interaction): Document initial-scratch-message.
450
451 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
452
453 * msdog.texi (Windows Fonts): Fix typos.
454
455 * files.texi (Save Commands): Fix pxref.
456
457 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
458
459 * files.texi (Save Commands): Mention diff-buffer-with-file.
460 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
461 Henoch (Bug#3036).
462
463 2009-03-15 Glenn Morris <rgm@gnu.org>
464
465 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
466 the former is not always used.
467 (Mail Headers): Use active voice. Add "Mail-reply-to".
468 Change case of "Id". Avoid repeated "appropriate".
469 (Mail Aliases): Fix previous change - use an example with a ".", so it
470 does actually get quoted when expanded.
471 (Mail Sending): Mailclient is the default on some systems.
472 (Citing Mail): Mention mail-indentation-spaces.
473 (Mail Mode Misc): Add an @dfn for "mail signature".
474
475 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
476
477 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
478 (Completion Options): Document read-file-name-completion-ignore-case,
479 read-buffer-completion-ignore-case, and completion-styles. Remove
480 description of partial-completion-mode.
481
482 2009-03-14 Glenn Morris <rgm@gnu.org>
483
484 * sending.texi (Mail Format): Fix typo. Add index entry for
485 mail-header-separator.
486 (Mail Headers): Put info about initialization and changing in one place
487 at the start. Update FCC section for mbox Rmail. Clarify From
488 section, mention mail-setup-with-from. Clarify Reply-to section.
489 Add Mail-followup-to and mail-mailing-lists. Clarify References
490 section.
491 (Mail Aliases): Update example, make less contentious.
492 Update for name change of mail-interactive-insert-alias.
493 (Mail Mode): Remove mention of `%' as a word separator.
494 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
495 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
496 commands. Clarify FCC handling. In mail-complete, add reference to
497 Mail Aliases section, and mention mail-complete-function.
498 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
499 (Mail Mode Misc): Clarify the mail-signature function. Add basic
500 signature netiquette. Explain how the mail hooks work when continuing
501 a composition.
502 (Mail Amusements): Internationalize the spook section a bit.
503 Remove the spook mail-setup-hook example, since it doesn't work well.
504 Mention fortune-file.
505 (Mail Methods): Mention read-mail-command.
506
507 2009-03-14 David Reitter <david.reitter@gmail.com>
508
509 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
510 and NS resources following recent changes.
511
512 2009-03-10 Jason Rumney <jasonr@gnu.org>
513
514 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
515 w32-use-visible-system-caret doc to indicate that it should get set
516 automatically.
517 (Windows Fonts): Add doc for the uniscribe backend.
518
519 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
520
521 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
522 vc-dir. (Bug#2598)
523
524 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
525
526 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
527
528 2009-03-05 Glenn Morris <rgm@gnu.org>
529
530 * rmail.texi (Rmail Basics): Add reference to sorting.
531 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
532 Minor re-wordings.
533 (Rmail Motion): Mention rmail-next-same-subject.
534 (Rmail Deletion): Expunging is not the only way to change the numbers.
535 (Rmail Labels): Labels can also be used in sorting.
536 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
537 (Rmail Display): Mention rmail-mime.
538
539 2009-03-04 Glenn Morris <rgm@gnu.org>
540
541 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
542 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
543 summary. Mention sorts cannot be undone.
544 (Rmail Display): Give an example of how to use goto-address-mode.
545 (Rmail Editing): It's keybindings that are redefined, not commands.
546 Fix some typos.
547 (Movemail): Some minor rewording.
548 (Remote Mailboxes): Emacs movemail supports pop by default.
549 Fix some minor grammatical issues. The "two alternative ways" to
550 specify a POP mailbox are really just one. Remove all reference to the
551 variables rmail-pop-password and rmail-pop-password-required, obsolete
552 since Emacs 22.1. Clarify the four password steps. Emacs movemail
553 can support Kerberos.
554
555 2009-03-03 Glenn Morris <rgm@gnu.org>
556
557 * rmail.texi (Rmail Deletion): Revert previous change, which was
558 describing the Rmail summary versions.
559 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
560 Minor re-wording for rmail-resend.
561 (Rmail Make Summary): Summaries apply to buffers rather than files.
562 <rmail-summary-by-topic>: Headers includes the subject.
563 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
564 details, including prefix arguments.
565 Mention rmail-summary-by-senders on C-M-f.
566 Not counting lines might be faster.
567 (Rmail Summary Edit): More details on the delete commands.
568 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
569 Name the commands bound to the various keys. Mention prefix argument
570 for searching.
571 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
572 Simplify rmail-highlighted-headers description. Update face name.
573
574 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
575
576 * mark.texi (Marking Objects): Fix typo.
577
578 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
579
580 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
581 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
582
583 2009-03-01 Glenn Morris <rgm@gnu.org>
584
585 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
586 (Rmail Motion): - M-s searches from the end of messages.
587 (Rmail Deletion): Minor clarification. Fix numeric argument
588 description.
589 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
590 newmail and RMAILOSE files need not be in home-directory.
591 (Rmail Files): Mention I/O menus are unselectable if no files match.
592 Mention `MAIL' env-var.
593
594 2009-02-24 Jason Rumney <jasonr@gnu.org>
595
596 * mule.texi (Fontsets): Mention fontset-default, font specs and
597 fallback fontsets.
598 (Defining Fontsets): Mention ns and w32 variants of
599 standard-fontset-spec. Update description of startup fontset to match
600 Emacs 23 behavior.
601 (Modifying Fontsets): New section. (Bug#656)
602 (International): Link to Modifying Fontsets.
603
604 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
605
606 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
607 Mention ns-extended-platform-support-mode.
608
609 2009-02-22 Karl Berry <karl@gnu.org>
610
611 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
612
613 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
614
615 * basic.texi (Moving Point, Position Info):
616 * files.texi (Visiting):
617 * mini.texi (Completion Options):
618 * text.texi (HTML Mode): Remove duplicate words.
619
620 2009-02-20 Glenn Morris <rgm@gnu.org>
621
622 * rmail.texi: Minor updates for mbox rather than Babyl.
623
624 2009-02-17 Karl Berry <karl@gnu.org>
625
626 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
627
628 2009-02-17 Richard M Stallman <rms@gnu.org>
629
630 * anti.texi (Antinews): Mention Babyl format.
631
632 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
633
634 * rmail.texi: Update for mbox format.
635 Various small fixes, as well as the following.
636 (Out of Rmail): Node deleted.
637 (Rmail): Update menu.
638 (Rmail Files): Comment out set-rmail-inbox-list.
639 Document rmail-inbox-list instead.
640 (Rmail Output): Substantial changes since C-o is now
641 rmail-output-as-seen and o is rmail-output.
642 (Rmail Attributes): Delete `stored', add `retried'.
643 (Rmail Display): Editing headers works in all cases.
644
645 2009-02-17 Glenn Morris <rgm@gnu.org>
646
647 * basic.texi (Position Info): M-x count-lines-region is not always on
648 M-=. (Bug#2269)
649
650 2009-02-09 Glenn Morris <rgm@gnu.org>
651
652 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
653 defaults.
654
655 2009-02-07 Eli Zaretskii <eliz@gnu.org>
656
657 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
658 documentation of possible problems with redecoding.
659
660 2009-02-03 Glenn Morris <rgm@gnu.org>
661
662 * rmail.texi (Out of Rmail): Mention b2m.pl.
663
664 2009-01-31 Glenn Morris <rgm@gnu.org>
665
666 * rmail.texi (Out of Rmail): Correct b2m location.
667
668 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
669
670 * fixit.texi (Undo): Update undo limit values.
671
672 2009-01-27 Glenn Morris <rgm@gnu.org>
673
674 * emacs.texi (Top): Fix Antinews menu entry.
675
676 2009-01-25 Karl Berry <karl@gnu.org>
677
678 * text.texi (Foldout): Use @itemize @w{} to make an itemize
679 item with no marker, instead of the syntactically incorrect
680 @itemize @asis.
681
682 2009-01-25 Juri Linkov <juri@jurta.org>
683
684 * building.texi (Grep Searching): Fix index entry for lgrep.
685
686 2009-01-24 Eli Zaretskii <eliz@gnu.org>
687
688 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
689
690 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
691
692 * macos.texi (Preferences Panel): Update description of font setting to
693 reflect that prior frame selection is no longer needed.
694
695 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
696
697 * building.texi (Debuggers): Revert some of 2008-10-31 change to
698 raise GUD subsections.
699
700 2009-01-15 Glenn Morris <rgm@gnu.org>
701
702 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
703
704 2009-01-10 Glenn Morris <rgm@gnu.org>
705
706 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
707
708 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
709
710 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
711 logical lines.
712
713 2008-12-29 Juri Linkov <juri@jurta.org>
714
715 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
716
717 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
718
719 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
720
721 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
722 goto-address-mode instead of goto-address.
723
724 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
725 mode.
726
727 * emacs.texi (Top): Update node listing.
728
729 2008-12-26 Eli Zaretskii <eliz@gnu.org>
730
731 * custom.texi (Directory Variables): Explain what is a "project".
732 Add indexing. Improve wording. Add a footnote about using
733 _dir-locals.el on MS-DOS.
734
735 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * files.texi (Misc File Ops): Mention chmod as an alias for
738 set-file-modes.
739
740 2008-12-24 Martin Rudalics <rudalics@gmx.at>
741
742 * help.texi (Help): Fix typos and reword.
743 (Help Summary): Add entries for C-h n and C-h r, reorder
744 entries, and do some minor fixes.
745 (Name Help): Say that C-h F works for commands only.
746 (Misc Help): Say that view-lossage displays 300 keystrokes.
747
748 2008-12-20 Glenn Morris <rgm@gnu.org>
749
750 * ack.texi (Acknowledgments): General update based on AUTHORS,
751 including removal of some stuff no longer distributed.
752
753 2008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
754
755 * fixit.texi: Mention hunspell
756
757 2008-12-19 Glenn Morris <rgm@gnu.org>
758
759 * ack.texi (Acknowledgments): Small grammar fix.
760 Consolidate explanatory text at start.
761
762 * display.texi (Text Display):
763 * indent.texi (Indentation): Use @acronym with ASCII.
764
765 2008-12-18 Glenn Morris <rgm@gnu.org>
766
767 * ack.texi: Various small updates and fixes.
768
769 2008-12-18 Juri Linkov <juri@jurta.org>
770
771 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
772 as a key binding to start a forward nonincremental word search.
773 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
774 a backward nonincremental word search. Add index for `M-s w'
775 `isearch-forward-word'.
776 (Regexp Search): Add a short summary of regexp key commands like
777 in the node "Basic Isearch".
778 (Other Repeating Search): Fix typo.
779
780 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
781
782 * misc.texi (PostScript Variables): Fix doc.
783
784 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
785
786 * programs.texi (Program Modes): Mention Ruby mode.
787
788 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
789
790 * misc.texi (emacsclient Options): Describe what an empty string
791 argument does for --alternate-editor.
792
793 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
794
795 * cmdargs.texi (Font X): Distinguish between client-side and
796 server-side fonts. List valid Fontconfig properties. Add reference to
797 Fontconfig manual. List valid GTK font properties. Explain use of
798 fc-list.
799
800 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
801
802 * cmdargs.texi (Font X): Move discussion of quoting to top.
803
804 2008-12-06 Glenn Morris <rgm@gnu.org>
805
806 * maintaining.texi (Old Revisions): Improve previous change.
807
808 2008-12-05 Richard M Stallman <rms@gnu.org>
809
810 * anti.texi (Antinews): Minor fixes.
811
812 2008-12-03 Glenn Morris <rgm@gnu.org>
813
814 * maintaining.texi (Old Revisions): Fix diff-switches description.
815
816 2008-12-01 Martin Rudalics <rudalics@gmx.at>
817
818 * emacs.texi (Top): Fix typo.
819
820 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
821
822 * misc.texi (Document View): Explain dependence on gs at the top.
823 Copyedits.
824
825 * emacs.texi (Top): Add DocView nodes to detailed node listing.
826
827 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
828 (Comment Commands): Discuss region-active behavior of M-; first.
829
830 2008-11-29 Martin Rudalics <rudalics@gmx.at>
831
832 * display.texi (Line Truncation): Add reference to Continuation
833 Lines.
834
835 * windows.texi (Pop Up Window): Mention split-height-threshold
836 and split-width-threshold.
837 (Split Window): Add reference to Continuation Lines.
838
839 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
840
841 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
842 (GNUstep Support): New node.
843 * anti.texi:
844 * emacs.texi:
845 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
846
847 2008-11-28 Richard M Stallman <rms@gnu.org>
848
849 * misc.texi (Dissociated Press): Minor cleanups.
850
851 * dired.texi (Image-Dired): Avoid passive.
852
853 2008-11-28 Eli Zaretskii <eliz@gnu.org>
854
855 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
856 representation.
857
858 2008-11-26 Richard M. Stallman <rms@gnu.org>
859
860 * files.texi (Visiting): Rewrite paragraph for clarity.
861
862 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
863
864 2008-11-25 Alan Mackenzie <acm@muc.de>
865
866 * programs.texi (Moving by Parens): Clarify that parens inside strings
867 and comments are ignored, and that the commands assume the starting
868 point isn't in a string or comment.
869
870 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
871
872 * macos.texi: Add Prev/Next/Top pointers to all nodes.
873 (Mac Basics): Merge in Grabbing Environment Variables from earlier
874 version.
875 (Mac Customization): Rewrite Preferences Panel section and merge in to
876 this node, add Open files by dragging to an Emacs window.
877
878 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
879
880 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
881
882 * files.texi (Misc File Ops): Document set-file-modes.
883
884 * windows.texi (Split Window): Document integer values of
885 truncate-partial-width-windows.
886
887 * text.texi (Text): Simplify description of markup languages.
888 (TeX Mode): Simplify introduction. Mention BibTeX mode.
889 (TeX Editing): Note that `""' inserts one `"' character.
890 (HTML Mode): Note in the introduction that XML mode is an alias for
891 SGML mode. Mention nXML mode.
892
893 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
894
895 * building.texi (Watch Expressions): Fix typo.
896
897 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
898
899 * files.texi (Visiting): Document new behavior of
900 confirm-nonexistent-file-or-buffer.
901
902 * buffers.texi (Select Buffer): Document
903 confirm-nonexistent-file-or-buffer.
904
905 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
906 edit-picture.
907
908 * text.texi (Text): Simplify introduction. Discard mention of `M-x
909 edit-picture', since that is just an alias for picture-mode.
910 (Sentences): Note that repeated M-@ extends the region.
911 (Pages): Make terminology more consistent. Link to Regexps node.
912 (Longlines): Discuss relationship with Visual Line mode.
913 (Text Mode): Remove extraneous discussion of other modes, since they
914 were already introduced in the parent node.
915
916 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
917
918 * anti.texi (Antinews): Rewrite.
919
920 * entering.texi (Exiting): Mention "minimize" terminology.
921
922 * frames.texi (Frame Commands): Mention "minimize" terminology.
923
924 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
925 formats.
926 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
927 (Misc X): Don't document useless -hb option.
928
929 2008-11-22 Juri Linkov <juri@jurta.org>
930
931 * dired.texi (Dired Navigation): Change normal file name search option
932 from `non-nil' to `t'. Add `dwim' option.
933
934 2008-11-22 Juri Linkov <juri@jurta.org>
935
936 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
937 ".dir-locals.el". Rename `define-project-bindings' to
938 `dir-locals-set-class-variables'. Rename `set-directory-project' to
939 `dir-locals-set-directory-class'.
940
941 2008-11-22 Lute Kamstra <lute@gnu.org>
942
943 * buffers.texi (Select Buffer): Index goto-line.
944 * basic.texi (Moving Point): Mention the use of a numeric prefix
945 argument with goto-line and refer to Select Buffer for the use of a
946 plain prefix argument.
947
948 2008-11-19 Glenn Morris <rgm@gnu.org>
949
950 * doclicense.texi: Update to FDL 1.3.
951 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
952
953 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
954
955 * custom.texi (Minor Modes): Define mode commands and mode variables
956 more precisely. Recommend using mode commands instead of setting
957 variables directly. Put minor modes in a list, and add more modes.
958 (Easy Customization): Use "init file" instead of .emacs.
959 (Customization Groups): Update to new Custom buffer appearance.
960 (Saving Customizations): Copyedits. Update example.
961 (Variables): Give example of variable type-sensitivity.
962 (Examining): Update example.
963 (Hooks): Copyedits.
964 (Specifying File Variables): Use C comments instead of an artificial
965 Lisp for the example.
966 (Keymaps): Move internals discussion to Prefix Keymaps.
967 (Rebinding): Remove redundant paragraph (stated in Key Binding).
968 (Init Rebinding): Document kbd macro.
969 (Init File): Link to Find Init.
970
971 * mark.texi (Using Region): Document Delete Selection Mode more
972 thoroughly.
973
974 * frames.texi (Mouse Commands): Move most of the description of Delete
975 Selection Mode to Using Region, and link to it.
976 (Clipboard): Note that paste is bound to clipboard-yank.
977
978 * building.texi (Compilation): Document first-error value of
979 compilation-scroll-output.
980 (Compilation Mode): Note that compilation-auto-jump-to-first-error
981 works as soon as an error is available. Suggested by Juri Linkov.
982
983 * mini.texi (Passwords): New node.
984
985 * files.texi (Remote Files): Link to Passwords node.
986
987 * emacs.texi (Top): Update node listings.
988
989 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
990
991 * ack.texi (Acknowledgments): Some updating of credits.
992
993 * emacs.texi (Acknowledgments): Add a couple more names.
994
995 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
996
997 * files.texi (Directories): Describe delete-directory in text.
998 (Misc File Ops): Document use of trash.
999
1000 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * macos.texi (Mac Customization): Fix typos.
1003
1004 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
1007 replacing previous contents. Numerous copyedits to adapt ns-emacs to
1008 the conventions of the main Emacs manual.
1009
1010 * emacs.texi (Top): Update node listings.
1011
1012 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
1015 command-line-args is processed during startup.
1016 (Action Arguments): Correctly describe how file arguments interact with
1017 the startup screen. Link to Lisp Interaction for scratch buffer.
1018 (Initial Options): Link to Command Example for -batch option.
1019 (Environment): Document initial-environment.
1020
1021 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
1022 can't be changed in the site-start file.
1023
1024 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * dired.texi (Dired): Mention C-x C-d too.
1027 (Dired Enter): Document M-n in the Dired minibuffer.
1028 (Dired Navigation): Explain dired-goto-file more clearly. Document
1029 dired-isearch-filenames.
1030 (Dired Deletion): Remove unnecessary "expunged" terminology.
1031 (Flagging Many Files): & is now rebound to `% &'.
1032 (Shell Commands in Dired): Document dired-do-async-shell-command.
1033 Clarify how multi-file arguments are passed.
1034 (Misc Dired Features): Document dired-do-isearch.
1035
1036 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
1039
1040 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1041
1042 * search.texi (Other Repeating Search): Remove obsolete findex entries.
1043
1044 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * programs.texi (Program Modes): Link to Program Indent node.
1047 (Left Margin Paren): Explain consequences of changing
1048 open-paren-in-column-0-is-defun-start more concisely.
1049 (Which Function, Program Indent, Info Lookup): Minor edits.
1050 (Basic Indent): If region is active, TAB indents the region.
1051 (Multi-line Indent): If region is active, TAB indents the region. Note
1052 that indent-region is useful when Transient Mark mode is off.
1053 (Matching): The delimiter at the cursor is highlighted---the character
1054 changes color.
1055 (Symbol Completion): Link to Completion node.
1056
1057 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
1058 a strictly text-only system.
1059
1060 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
1061 batch mode.
1062
1063 2008-11-01 Richard M. Stallman <rms@gnu.org>
1064
1065 * misc.texi (Document View): Major rewrite.
1066
1067 * maintaining.texi (Types of Log File): Change logs are older than
1068 version control.
1069 (VCS Concepts): Simplify and rearrange.
1070 (Version Control Systems): Make it clear that Linux is only the kernel.
1071 (VC Mode Line): Shorten reference to menu item.
1072 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
1073 (VC Directory Mode): Minor cleanup.
1074 Unchanged files are hidden, not omitted.
1075 (VC Directory Commands): Shorten and simplify.
1076 (Change Log Commands): New node, split from Change Logs.
1077 (VC Directory Buffer): New node, split from VC Directory Mode.
1078
1079 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * misc.texi (Document View): Renamed from Document Files, moved here
1082 from files.texi.
1083
1084 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
1085 moved as well.
1086 (Document Files): Moved to misc.texi.
1087
1088 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
1089 vc-update-change-log.
1090 (Version Control): Move here from files.texi.
1091 (Format of ChangeLog): Make it a subnode of Change Log.
1092
1093 * emacs.texi (Top): Update node listing.
1094
1095 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
1096
1097 * files.texi (Files): Add a section about document
1098 files (doc-view-mode).
1099
1100 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * building.texi (Compilation Mode): Document
1103 compilation-auto-jump-to-first-error.
1104 (Debuggers): Lower GUD subsections to subsubsections.
1105 (Starting GUD): Add cindex.
1106 (Lisp Interaction): Note that scratch is no longer the initial buffer.
1107
1108 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * indent.texi (Indentation): Link to Program Indent.
1111
1112 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
1113 now uses emacsclient's terminal.
1114
1115 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * mark.texi (Using Region): Document use-empty-active-region.
1118
1119 * emacs.texi (Top): Update node listings.
1120
1121 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
1122 mention obsolete emacs.bash script.
1123 (Invoking emacsclient): Rewrite, moving optional arguments to
1124 emacsclient Options.
1125 (emacsclient Options): New node. Document server-use-tcp and
1126 server-host.
1127
1128 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * indent.texi (Indentation): Replace list with paragraphed text,
1131 putting description of syntax-driven indentation first. Document new
1132 effect of active regions on tab.
1133 (Tab Stops): Note that editable tab stops affect indentation commands.
1134
1135 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1136
1137 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1138
1139 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * custom.texi (Function Keys): Note that modified keypad keys are not
1142 translated.
1143
1144 * basic.texi (Arguments): Explain how to insert multiple digits.
1145
1146 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
1147
1148 * files.texi (Remote Files): Precise selection of default method.
1149 Rewrite paragraph about disabling remote file names.
1150
1151 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * search.texi (Special Isearch): Document M-TAB is isearch.
1154
1155 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1156 command.
1157
1158 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1159
1160 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
1161
1162 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1163 section.
1164
1165 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1168 to files.texi. Move contents of vc2-xtra.texi here.
1169
1170 * vc2-xtra.texi: File removed.
1171
1172 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1173 Directory Commands from the submenu. Don't include deleted file
1174 vc2-xtra.texi.
1175
1176 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1177 (Version Control): Add VC Directory Mode and VC Directory Commands to
1178 the submenu.
1179 (Why Version Control?): Use table format.
1180 (Version Control Systems): Note that Meta-CVS support is gone.
1181 (VCS Concepts): Note precisely when VC started supporting filesets.
1182 Remove bogus xref to CVS Options node.
1183 (Types of Log File): Copyedits.
1184 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1185 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1186 The Right Thing.
1187 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1188 (Log Buffer): Reorganize node, putting C-c C-c description first.
1189 (Old Revisions): Use CVS for example, not RCS.
1190 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1191 Commands from the submenu, putting them under Version Control.
1192 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1193 need to include it in the manual unconditionally, since it is now
1194 crucial to using distributed version control systems.
1195 (Comparing Files): Note that diff uses the minibuffer, and that the
1196 output is shown using Diff mode.
1197 (Diff Mode): Explain what "patch" and "hunk" mean. Document
1198 diff-update-on-the-fly, diff-refine-hunk, and
1199 diff-show-trailing-whitespaces.
1200 (File Archives): Add rar support.
1201
1202 * major.texi (Choosing Modes): Make mode selection sequence more
1203 obvious by describing the steps in order of priority. Note that
1204 magic-mode-alist is nil by default. Document
1205 magic-fallback-mode-alist.
1206
1207 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * frames.texi (Mouse References): Copyedits.
1210
1211 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1212
1213 * ack.texi (Acknowledgments): Add myself as doc-view author.
1214
1215 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1216
1217 * frames.texi (Dialog Boxes): Add @cindex entries.
1218
1219 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1222 (Text-Only Mouse): Copyedit.
1223
1224 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * frames.texi: Use @key throughout for mouse clicks.
1227 (Cut/Paste Other App): Document yank-pop-change-selection.
1228 (Secondary Selection): Fix modified mouse click syntax.
1229 (Clipboard): Describe Cut, Copy and Paste commands.
1230 (Mouse References): Not all references are in read-only buffers.
1231 Copyedits.
1232 (Creating Frames): Add xref to Init File.
1233 (Frame Commands): Add xref to Exiting.
1234 (Scroll Bars): Document GTK vs toolkit behavior.
1235
1236 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * files.texi (Version Control): Copyedits. Add Bazaar.
1239 (Version Control Systems): List different VCS's using an itemized list.
1240 Add Bazaar.
1241 (VCS Concepts): Copyedits. Tweak description of file merging.
1242
1243 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1244 (Cut/Paste Other App): Document select-active-regions and
1245 x-select-enable-primary.
1246
1247 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * mark.texi (Shift Selection): Correct case in node name.
1250
1251 * emacs.texi (Top): Update node order in Mark chapter.
1252
1253 2008-10-12 Eli Zaretskii <eliz@gnu.org>
1254
1255 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1256
1257 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1258 elsewhere in the manual instead of describing yet again the intricacies
1259 of $HOME on MS-Windows and MS-DOS.
1260
1261 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * mini.texi (Minibuffer File): Add xref to File Names.
1264 (Minibuffer File): Add discussion of `~' in file names. Add
1265 insert-default-directory index reference.
1266
1267 * files.texi (File Names): Reorganize description.
1268 (Visiting): Add xref to Mode Line. Copyedits.
1269 (Save Commands): Mention prefix behavior of C-x C-s.
1270 (Numbered Backups): Node deleted.
1271 (Backup Names): Contents of Numbered Backups moved here. State default
1272 of version-control variable.
1273 (Reverting): Copyedits.
1274 (Version Control): Add additional version control systems.
1275
1276 * emacs.texi (Top): Delete Numbered Backups node.
1277
1278 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1279 Backup Names.
1280 (Initial Options): Document renamed variable inhibit-startup-screen.
1281
1282 2008-10-11 Romain Francoise <romain@orebokech.com>
1283
1284 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1285
1286 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1289 (Select Buffer): Mention use of minibuffer history. Describe default
1290 value of default-major-mode. Mention that C-x 4 b selects the other
1291 window.
1292 (List Buffers): Document CRM indicators in the order they appear.
1293 (Kill Buffer): Document new command kill-matching buffers.
1294 (Several Buffers): Move explanation of the relationship between buffer
1295 list and buffer menu to the top.
1296 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1297
1298 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * entering.texi (Exiting): Document change of C-x C-c to
1301 save-buffers-kill-terminal. Document kill-emacs.
1302
1303 2008-09-30 Eli Zaretskii <eliz@gnu.org>
1304
1305 * mule.texi (Coding Systems): Don't mention codepage-setup.
1306
1307 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1308 cpNNN coding systems anymore.
1309 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1310 for unibyte mode. Don't mention line-drawing characters. Don't
1311 mention dos-unsupported-char-glyph.
1312
1313 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * search.texi (Search): Shorten introduction.
1316 (Basic Isearch): Add command table. Discuss reverse isearch and
1317 isearch highlighting.
1318 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1319 ring to cindex.
1320 (Special Isearch): Move input methods discussion here.
1321 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1322 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1323 Repeat Isearch.
1324 (Isearch Minibuffer): New node.
1325 (Word Search): Document new word search commands.
1326 (Regexp Example): Simplify example using sentence-end-base variable.
1327 (Replace): Reword introduction.
1328 (Unconditional Replace): Remove unnecessary example.
1329 (Other Repeating Search): Document new `M-s o' binding.
1330
1331 * emacs.texi (Top): Update node listings.
1332
1333 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * emacs.texi (Top): Remove Kill Errors from menu.
1336
1337 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1340 interface for defining macros. Simplify examples. Note that C-g quits
1341 macro definitions.
1342 (Keyboard Macro Counter): Document using F3 to insert counter. Give
1343 usage example.
1344 (Keyboard Macro Query): Organize query responses in a table.
1345
1346 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1347 to Erasing node.
1348 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1349 rationale to a footnote.
1350 (Kill Errors): Remove node, due to redundancy with Erasing.
1351 (Spelling): Move discussion of flyspell to end. Note new behavior of
1352 M-$ in active region. Remove non-ispell-specific keybindings from
1353 table.
1354
1355 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1356
1357 * cmdargs.texi (Initial Options): Document --daemon.
1358
1359 2008-09-20 Glenn Morris <rgm@gnu.org>
1360
1361 * files.texi (Numbered Backups): Mention that some modes set
1362 version-control.
1363
1364 2008-09-20 Jim Blandy <jimb@red-bean.com>
1365
1366 * files.texi (Numbered Backups): Reference File Variables, as well.
1367 Remove discussion of Rmail's implementation.
1368
1369 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
1370
1371 * misc.texi (Recursive Edit): Note that top-level exits active
1372 minibuffers.
1373
1374 * trouble.texi (Quitting): Likewise.
1375
1376 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * emacs.texi (Top): Add Temporary Face Changes xref.
1379
1380 * display.texi (Display): Move Temporary Face Changes node to just
1381 after Standard Faces.
1382 (Scrolling): Document recenter-top-bottom instead of recenter.
1383 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1384 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1385 (Display Custom): Copyedits.
1386 (Optional Mode Line): Document display-battery-mode.
1387
1388 2008-08-27 Romain Francoise <romain@orebokech.com>
1389
1390 * custom.texi (Directory Variables): Minor fix.
1391
1392 2008-08-27 Glenn Morris <rgm@gnu.org>
1393
1394 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1395 descriptions.
1396 (Calendar Customizing): Tweak layout description.
1397 Move calendar-today-marker and calendar-today face to the other
1398 markers. Condense calendar-star-date and calendar-mark-today
1399 description.
1400 (Holiday Customizing): Add oriental and solar holidays.
1401 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1402 Fix holiday-float description. Use zerop in examples. Be less verbose.
1403 (Date Display Format): Change ISO format. Be less verbose.
1404 (Diary Customizing): Mention day and month abbrev arrays.
1405 Mention the date-form variables by name. Update European example.
1406 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1407 Condense examples. Mention diary-entry-symbols by name.
1408 Condense table for insertion commands.
1409 (Fancy Diary Display): Mention diary-include-string and
1410 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1411 Ethiopic, Persian date functions. Condense descriptions.
1412
1413 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1414 (Adding to Diary): Adapt for changed node name.
1415
1416 2008-08-26 Glenn Morris <rgm@gnu.org>
1417
1418 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1419 node "Hebrew/Islamic Entries".
1420
1421 * calendar.texi (Specified Dates): Fix names of iso functions.
1422 (General Calendar): There may not be another window.
1423 (Writing Calendar Files, Holidays): Tweak intro.
1424 (Holidays): Mention Baha'i and Chinese holidays.
1425 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1426 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1427 (To Other Calendar): Add calendar-print-other-dates.
1428 Refer to "graphic display" rather than "X.
1429 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1430 (Displaying the Diary): Fix whitespace after reference.
1431 Fix `diary-number-of-entries' reference.
1432 (Date Formats): Explicitly mention that day names can be abbreviated.
1433 (Adding to Diary): Add some references to other sections.
1434 (Special Diary Entries): Fix reference.
1435 (Appointments): Simplify appt-message-warning-time entry.
1436 Clarify where times must be.
1437 (Importing Diary): Comment out icalendar paragraph that does not apply.
1438 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1439
1440 2008-08-23 Glenn Morris <rgm@gnu.org>
1441
1442 * fortran-xtra.texi (Fortran): Change description of free form and
1443 fixed form a bit. Mention hideshow and imenu.
1444 (Fortran Motion): Mention fortran-end-of-subprogram,
1445 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1446 (Fortran Indent): Minor re-word.
1447 (ForIndent Commands): Mention fortran-fill-paragraph and
1448 fortran-fill-statement.
1449 (ForIndent Cont): Mention fortran-tab-mode-string.
1450 (Fortran Comments): Mention fortran-comment-line-start-skip.
1451 (Fortran Columns): Mention font-locking.
1452 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1453
1454 2008-08-23 Johan Bockgard <bojohan@muon>
1455
1456 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1457
1458 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
1459
1460 * mini.texi (Minibuffer): Simplify introduction.
1461 (Minibuffer File): Document tilde in minibuffer filenames.
1462 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1463 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1464 (Completion Example): Update example to current command list.
1465 (Completion Options): Document `lazy' value of completion-auto-help.
1466 Update contents of completion-ignored-extensions.
1467 (Minibuffer History): Describe "future history" list. State default
1468 value of history-delete-duplicates.
1469
1470 2008-08-21 Glenn Morris <rgm@gnu.org>
1471
1472 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
1473 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
1474
1475 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * regs.texi (Registers): Clarify valid register names.
1478 (RegPos): Note that buffer is saved and restored too.
1479 (RegText): Note that mark is reactivated/deactivated.
1480 (RegConfig): Xref to Windows node.
1481
1482 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * basic.texi (Inserting Text): Provide command name for C-q.
1485
1486 * killing.texi (Killing): Copyedit. Define read-only text.
1487 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1488 (Killing by Lines): Copyedit.
1489 (Other Kill Commands): Move M-w description here.
1490 (Yanking): Move M-w to Other Kill Commands.
1491 (Kill Ring): Also mention saving text in registers. Link to Text
1492 Properties in elisp manual.
1493 (Accumulating Text): Copyedit.
1494 (CUA Bindings): Shift selection is now the default.
1495
1496 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1497
1498 * maintaining.texi (Change Log): Mention next-error is available.
1499
1500 2008-08-10 Glenn Morris <rgm@gnu.org>
1501
1502 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1503 and intermonth text.
1504 (Holiday Customizing): Add holiday-chinese.
1505
1506 2008-08-08 Eli Zaretskii <eliz@gnu.org>
1507
1508 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1509
1510 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1511
1512 * files.texi (Log Buffer): Describe C-c C-d.
1513 (Diff Mode): Describe C-x 4 A.
1514
1515 2008-08-06 Eli Zaretskii <eliz@gnu.org>
1516
1517 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1518
1519 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1520
1521 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1522 describe the new bindings to show the changeset diff, toggle annotation
1523 visibility, show revisions.
1524 (VC Status): Describe key bindings for modifying the change comments,
1525 displaying changeset diffs and annotations.
1526
1527 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1528
1529 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
1530
1531 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1532
1533 2008-08-02 Eli Zaretskii <eliz@gnu.org>
1534
1535 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1536 and wording.
1537
1538 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1539
1540 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
1541 marking/unmarking. Add descriptions for the multiple file search
1542 commands. Improve some old info.
1543
1544 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * display.texi (Visual Line Mode): New node.
1547
1548 * basic.texi (Inserting Text): Move DEL to deletion node.
1549 (Moving Point): Add additional alternative key bindings. Describe
1550 line-move-visual.
1551 (Erasing): Describe DEL.
1552 (Basic Undo, Blank Lines, Arguments): Copyedit.
1553 (Continuation Lines): Mention Visual Line mode.
1554 (Position Info): Move extended discussion to mule.texi.
1555
1556 * mule.texi (International Chars): Describe C-x =.
1557
1558 * emacs.texi (Top): Add Visual Line Mode node.
1559
1560 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1561
1562 * emacs.texi: Remove VMS support.
1563
1564 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1565
1566 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1567 the vc-dir command name.
1568
1569 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1570
1571 * xresources.texi: Remove mentions of Mac Carbon.
1572
1573 2008-07-19 Andreas Schwab <schwab@suse.de>
1574
1575 * ns-emacs.texi: Move to ../misc.
1576
1577 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * entering.texi (Exiting): Don't describe text-only terminals as the
1580 default. Describe the new startup screen.
1581 (Exiting): Describe how to kill Emacs first. Change description of
1582 iconification to handle modern window systems.
1583
1584 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1585
1586 * ns-emacs.texi: New file, documents features of Emacs port under
1587 NeXTstep windowing.
1588
1589 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * entering.texi (Entering Emacs): Update prev node.
1592
1593 * glossary.texi (Glossary): Remove xref to Text Characters.
1594
1595 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1596 directly, rather than in the context of ASCII. Move description of
1597 special properties of modifier key to new Modifier Keys node.
1598 (Keys): Copyedit.
1599 (Text Characters): Delete node. Multibyte is the default nowadays, and
1600 the node contents are obsolete.
1601
1602 * custom.texi (Modifier Keys): New node.
1603
1604 * emacs.texi (Top): Update node list.
1605
1606 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1609 saying that Emacs provides menus and mouse support (which is par for
1610 the course).
1611
1612 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1613 early on.
1614 (Point): Copyedit. Relegate historical trivia to a footnote.
1615 (Mode Line): Explain mode-line format more consistently.
1616 (Menu Bar): Copyedit.
1617
1618 2008-06-27 Glenn Morris <rgm@gnu.org>
1619
1620 * cal-xtra.texi (Sexp Diary Entries):
1621 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1622
1623 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * mark.texi (Shift selection): New node.
1626 (Mark): Copyedits.
1627 (Persistent Mark): Move to the end of the chapter.
1628
1629 2008-06-20 Eli Zaretskii <eliz@gnu.org>
1630
1631 * makefile.w32-in (distclean): Remove makefile.
1632
1633 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1634
1635 * building.texi (Starting GUD): Add an entry for gud-gdb.
1636 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1637 command mode.
1638
1639 2008-06-17 Glenn Morris <rgm@gnu.org>
1640
1641 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1642
1643 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1644
1645 * building.texi (Starting GUD): Expand on remote debugging.
1646 (Other GDB-UI Buffers): Mention new keyboard bindings.
1647
1648 2008-06-15 Glenn Morris <rgm@gnu.org>
1649
1650 * gnu.texi: Use a verbatim license for this invariant section,
1651 as per etc/GNU.
1652
1653 2008-06-13 Daniel Engeler <engeler@gmail.com>
1654
1655 * emacs.texi, misc.texi: Add documentation about serial port access.
1656
1657 2008-06-13 Glenn Morris <rgm@gnu.org>
1658
1659 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1660 maintain.info.
1661
1662 2008-06-05 Miles Bader <miles@gnu.org>
1663
1664 * display.texi (Temporary Face Changes): Update to reflect function
1665 renamings in face-remap.el.
1666
1667 2008-06-04 Miles Bader <miles@gnu.org>
1668
1669 * display.texi (Temporary Face Changes): Add
1670 `adjust-buffer-face-height'. Rewrite description of
1671 `increase-buffer-face-height' and `decrease-default-face-height' now
1672 that they aren't bound by default.
1673
1674 2008-06-03 Miles Bader <miles@gnu.org>
1675
1676 * display.texi (Temporary Face Changes): New node.
1677
1678 2008-05-31 Eli Zaretskii <eliz@gnu.org>
1679
1680 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1681
1682 2008-05-31 Glenn Morris <rgm@gnu.org>
1683
1684 * cal-xtra.texi (Fancy Diary Display): Simplify.
1685
1686 2008-05-30 Glenn Morris <rgm@gnu.org>
1687
1688 * cal-xtra.texi (Fancy Diary Display): Update for
1689 diary-display-function replacing diary-display-hook.
1690
1691 2008-05-29 Drew Adams <drew.adams@oracle.com>
1692
1693 * msdog.texi (Windows Keyboard): Add descriptions of
1694 w32-register-hot-key and w32-unregister-hot-key.
1695
1696 2008-05-21 Tom Tromey <tromey@redhat.com>
1697
1698 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1699 Variables node.
1700
1701 2008-05-19 Tom Tromey <tromey@redhat.com>
1702
1703 * custom.texi (Variables): Add Directory Variables to menu.
1704 (Directory Variables): New node.
1705
1706 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1707
1708 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
1709
1710 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1711
1712 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
1713 Revision Tags and rewritten. Section now uses modern terminology,
1714 (tags rather than snapshots) and describes post-SCCS systems more
1715 accurately.
1716
1717 2008-05-10 Eli Zaretskii <eliz@gnu.org>
1718
1719 * msdog.texi (Windows Files): Update documentation of
1720 w32-get-true-file-attributes.
1721
1722 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1723
1724 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1725 directory mode.
1726
1727 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * killing.texi (Appending Kills): Remove a strangely off-topic index
1730 entry "television".
1731
1732 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1733
1734 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
1735
1736 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1737
1738 * emacs/buffers.texi, emacs/files.texi (Version-control):
1739 vc-toggle-read-only is no longer a good idea...
1740
1741 2008-04-29 Glenn Morris <rgm@gnu.org>
1742
1743 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1744
1745 2008-04-22 Juri Linkov <juri@jurta.org>
1746
1747 * dired.texi (Subdirectories in Dired): Describe using `^'
1748 to return to the parent directory.
1749
1750 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
1751
1752 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1753 recent changes.
1754
1755 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1758 (Other GDB-UI Buffers): Update for recent thread related changes.
1759
1760 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1761
1762 * maintaining.texi (Maintaining):
1763 * emacs.texi (Top): Typo.
1764
1765 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1768 arg in `font-lock-add-keywords'.
1769
1770 2008-04-08 Glenn Morris <rgm@gnu.org>
1771
1772 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1773 Also add Baha'i calendar references where appropriate.
1774
1775 2008-04-05 Glenn Morris <rgm@gnu.org>
1776
1777 * custom.texi (Init File): Byte-compiling .emacs is bad.
1778
1779 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1782
1783 2008-03-29 Glenn Morris <rgm@gnu.org>
1784
1785 * calendar.texi: Update for `calendar-date-style' replacing
1786 `european-calendar'.
1787
1788 2008-03-28 Jason Rumney <jasonr@gnu.org>
1789
1790 * display.texi (Display Custom): Mention overlay-margin in text.
1791
1792 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
1793
1794 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1795 tutorial' comments.
1796
1797 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * mark.texi (Mark): Rearrange nodes.
1800 (Persistent Mark): Rename from Transient Mark.
1801 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1802 Describe Transient Mark mode as the default.
1803
1804 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1805 the default behavior with Transient Mark mode off.
1806 (Position Info): Fix typo.
1807
1808 * display.texi (Standard Faces): Reference the Mark node.
1809 Remove discussion of the region face, which is discussed there.
1810
1811 * emacs.texi (Top): Update node listings.
1812
1813 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1814 as the default.
1815
1816 * fixit.texi (Undo): Standardize choice of undo key sequence.
1817 (Undo, Spelling): Describe Transient Mark mode as the default.
1818
1819 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1820 default.
1821
1822 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1823
1824 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1825 mode is the default, and note that the mark is not activated when set.
1826
1827 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1828 Describe Transient Mark mode as the default.
1829
1830 * search.texi (Basic Isearch): Reference the Mark Ring node.
1831 (Replace, Unconditional Replace, Other Repeating Search):
1832 Describe Transient Mark mode as the default.
1833
1834 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1835 Transient Mark mode as the default.
1836 (Paragraphs): Describe how M-h behaves when region is active.
1837
1838 * trouble.texi (Quitting): Clarify effects of C-g.
1839
1840 2008-03-13 Glenn Morris <rgm@gnu.org>
1841
1842 * emacs.texi (EMACSVER): Set to 23.0.60.
1843
1844 2008-03-05 Glenn Morris <rgm@gnu.org>
1845
1846 * dired.texi (Hiding Subdirectories): Fix previous change.
1847
1848 2008-03-05 Drew Adams <drew.adams@oracle.com>
1849
1850 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
1851
1852 2008-02-28 Kim F. Storm <storm@cua.dk>
1853
1854 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1855 Move describe-distribution to C-h C-o.
1856 Move view-emacs-problems to C-h C-p.
1857 Add view-emacs-debugging on C-h C-d.
1858 Add view-external-packages on C-h C-e.
1859 Add view-order-manuals on C-h C-m.
1860
1861 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
1862
1863 * msdog-xtra.texi (MS-DOS): Docstring fix.
1864
1865 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1866
1867 * msdog.texi (Windows Fonts): Use a @table for describing font
1868 properties.
1869
1870 2008-02-07 Jason Rumney <jasonr@gnu.org>
1871
1872 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1873 value has changed.
1874 (Windows HOME): Clarify what is meant by "if that fails as well".
1875 (Windows Fonts): New section.
1876
1877 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1878
1879 * basic.texi (Basic Undo): Remove duplicate "you can".
1880
1881 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1882
1883 * maintaining.texi (Tags): Fix last change.
1884
1885 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
1886
1887 * tramp.texi: Use new FSF's Back-Cover Text.
1888
1889 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
1890
1891 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1892
1893 2008-01-26 Richard Stallman <rms@gnu.org>
1894
1895 * maintaining.texi (Tags): Delete redundant index entry.
1896
1897 2008-01-26 Eli Zaretskii <eliz@gnu.org>
1898
1899 * programs.texi (Imenu): Move "@cindex tags" from here...
1900 * maintaining.texi (Tags): ...to here.
1901
1902 2008-01-23 Kevin Ryde <user42@zip.com.au>
1903
1904 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1905 click count.
1906
1907 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * entering.texi (Exiting): Fix typo.
1910 Reported by D. E. Evans <sinuhe@gnu.org>.
1911
1912 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1913
1914 * glossary.texi (Glossary): Fix typo.
1915
1916 2007-12-27 Richard Stallman <rms@gnu.org>
1917
1918 * text.texi (Formatted Text): Improve menu tag.
1919 (Editing Format Info): In Info, add duplicate menu of nodes
1920 about the submenus.
1921 (Format Faces): Say where Faces menu is found. Mention Other.
1922 (Format Colors): Say where these submenus are found.
1923 (Format Indentation, Format Justification): Likewise.
1924 (Format Properties): Likewise.
1925
1926 2007-12-22 Richard Stallman <rms@gnu.org>
1927
1928 * search.texi (Query Replace): Make exp of query-replace more
1929 self-contained, and clarify.
1930
1931 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1932
1933 2007-12-15 Richard Stallman <rms@gnu.org>
1934
1935 * files.texi (Auto Save): Clarify definition of auto-saving.
1936
1937 2007-11-26 Richard Stallman <rms@gnu.org>
1938
1939 * help.texi (Help Echo): Cleanups.
1940
1941 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1942
1943 * files.texi (Why Version Control?): Fix typo.
1944 (VCS Concepts): Fix typos; small tense fix.
1945 (Selecting a Fileset): Fix typos; small rewording.
1946 (Log Buffer): Likewise.
1947 (Old Revisions): Likewise.
1948
1949 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1950
1951 * mule.texi (Communication Coding): Fix wording of last change.
1952
1953 2007-11-16 Werner Lemberg <wl@gnu.org>
1954
1955 * custom.texi (Specifying File Variables):
1956 * major.texi (Choosing Modes): Mention '\" in man pages.
1957
1958 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1959
1960 * mule.texi (Communication Coding): Document x-select-request-type.
1961
1962 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1963
1964 2007-11-15 Francesco Potortì <pot@gnu.org>
1965
1966 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
1967 --output=file.
1968
1969 2007-11-13 Martin Rudalics <rudalics@gmx.at>
1970
1971 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1972 (Help Echo): Avoid mentioning the term "region" here and
1973 consistently use the term "active text".
1974
1975 2007-11-11 Glenn Morris <rgm@gnu.org>
1976
1977 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1978
1979 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1980
1981 * search.texi (Query Replace): Mention
1982 `query-replace-show-replacement'.
1983
1984 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1985
1986 * building.texi (Watch Expressions): Remove obscure sentence.
1987
1988 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1989
1990 * mule.texi (Select Input Method): Describe how to activate an input
1991 method in the text mode.
1992
1993 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1996
1997 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1998
1999 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
2000
2001 2007-10-30 Glenn Morris <rgm@gnu.org>
2002
2003 * misc.texi (Directory Tracking): Explain a bit more about
2004 dirtrack-mode.
2005
2006 2007-10-25 Glenn Morris <rgm@gnu.org>
2007
2008 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
2009
2010 2007-10-24 Richard Stallman <rms@gnu.org>
2011
2012 * misc.texi (Interactive Shell): Cleanup last change.
2013
2014 2007-10-22 Juri Linkov <juri@jurta.org>
2015
2016 * mini.texi (Minibuffer History): Add text about a list of minibuffer
2017 default values.
2018
2019 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2020
2021 * files.texi: Disambiguate two slightly different uses of the term
2022 'filesets'.
2023
2024 2007-10-18 Martin Rudalics <rudalics@gmx.at>
2025
2026 * trouble.texi (Quitting): Fix typo.
2027
2028 2007-10-18 Glenn Morris <rgm@gnu.org>
2029
2030 * frames.texi (Mode Line Mouse): Mention minor mode names.
2031
2032 2007-10-17 Juri Linkov <juri@jurta.org>
2033
2034 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
2035 fill-paragraph operates on the active region in Transient Mark mode.
2036 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
2037 with fill-paragraph.
2038
2039 * basic.texi (Arguments): Replace fill-paragraph-or-region with
2040 fill-paragraph.
2041
2042 * fixit.texi (Spelling): ispell-word operates on the active region
2043 in Transient Mark mode.
2044
2045 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
2046
2047 * building.texi (Source Buffers):
2048 * custom.texi (Init Non-ASCII):
2049 * glossary.texi (Glossary): Use "key binding" consistently.
2050
2051 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * calendar.texi (Diary): Fix directive.
2054
2055 2007-10-16 Richard Stallman <rms@gnu.org>
2056
2057 * calendar.texi (Diary): Clarify text about diary file example.
2058
2059 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
2060
2061 * files.texi: Capitalize node names according to convention.
2062
2063 2007-10-13 Glenn Morris <rgm@gnu.org>
2064
2065 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
2066
2067 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2068
2069 * emacs.texi:
2070 * files.texi (Version Systems): Minor fixes to version-control material
2071 suggested by RMS and Robert J. Chassell.
2072
2073 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2074
2075 * files.texi (Version Systems):
2076 * vc-xtra.texi:
2077 * vc1-xtra.texi:
2078 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2079 operations. Change of terminology from `version' to `revision'.
2080 Revise text for adequate description of VCSes with monotonic IDs.
2081 * emacs.texi: Change of terminology from `version' to `revision'.
2082
2083 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
2084
2085 * files.texi (Version Systems): Describe newer VCses.
2086 Reorder the descriptions to be chronological.
2087
2088 2007-10-09 Richard Stallman <rms@gnu.org>
2089
2090 * display.texi (Cursor Display): Correct how cursor appears
2091 in nonselected windows.
2092
2093 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
2094
2095 * building.texi (GDB Graphical Interface): Remove references to gdba
2096 and mention gud-gdb.
2097
2098 2007-08-31 Eli Zaretskii <eliz@gnu.org>
2099
2100 * rmail.texi (Rmail Sorting): Improve indexing.
2101
2102 2007-10-06 Juri Linkov <juri@jurta.org>
2103
2104 * text.texi (Fill Commands): Document fill-paragraph-or-region.
2105 (Fill Prefix, Format Indentation): Replace fill-paragraph with
2106 fill-paragraph-or-region.
2107
2108 * basic.texi (Arguments): Replace fill-paragraph with
2109 fill-paragraph-or-region.
2110
2111 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2112
2113 * files.texi: Update the section on version control for 2007
2114 conditions. None of these changes are new-VC-specific; that
2115 will come later.
2116
2117 2007-09-15 Glenn Morris <rgm@gnu.org>
2118
2119 * calendar.texi (Holidays): Change all instances of `holiday-list' back
2120 to `list-holidays'.
2121
2122 2007-09-14 Glenn Morris <rgm@gnu.org>
2123
2124 * calendar.texi: Update all instances of mark-calendar-holidays,
2125 list-calendar-holidays, list-holidays with the new names.
2126
2127 2007-09-06 Glenn Morris <rgm@gnu.org>
2128
2129 Move manual sources from man/ to subdirectories of doc/.
2130 Split into the Emacs manual in emacs/, and other manuals in misc/.
2131 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2132 manual.
2133 (infodir): New variable.
2134 (info): Use $infodir.
2135 (emacsman): Delete target, not needed any more.
2136 Move all targets that are not the Emacs manual to misc/Makefile.in.
2137 (mostlyclean): Remove `gnustmp'.
2138 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2139 manual.
2140 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
2141 (emacsman): Delete target, not needed any more.
2142 (clean): Remove all info files but Emacs manual.
2143 Move all targets that are not the Emacs manual to misc/Makefile.in.
2144 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2145
2146 * Makefile.in (INFOSOURCES): Delete.
2147 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2148 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2149 *.vrs *.toc here...
2150 (maintainer-clean): ...from here.
2151
2152 2007-09-05 Glenn Morris <rgm@gnu.org>
2153
2154 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2155
2156 2007-08-29 Glenn Morris <rgm@gnu.org>
2157
2158 * emacs.texi (EMACSVER): Increase to 23.0.50.
2159
2160 2007-08-27 Richard Stallman <rms@gnu.org>
2161
2162 * emacs.texi (Top): Clarify menu item for Glossary.
2163
2164 * display.texi (Faces): Change secn title.
2165 Clarify not all fonts come from Font Lock.
2166
2167 2007-08-17 Eli Zaretskii <eliz@gnu.org>
2168
2169 * basic.texi (Position Info): Add index entry for face at point.
2170 Mention that character faces are also displayed by "C-u C-x =".
2171
2172 2007-08-08 Glenn Morris <rgm@gnu.org>
2173
2174 * glossary.texi (Glossary): Deprecate `iff'.
2175
2176 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * files.texi (File Conveniences): Document point motion keys in Image
2179 mode.
2180
2181 2007-07-27 Glenn Morris <rgm@gnu.org>
2182
2183 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2184 in-line.
2185
2186 * gpl.texi: New file with text of GPL.
2187 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2188
2189 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2190
2191 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2192
2193 * dired.texi (Wdired): Mention C-x C-q key binding.
2194
2195 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
2196
2197 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2198
2199 2007-07-25 Glenn Morris <rgm@gnu.org>
2200
2201 * emacs.texi (Copying): Replace license with GPLv3.
2202
2203 * Relicense all FSF files to GPLv3 or later.
2204
2205 2007-07-24 Glenn Morris <rgm@gnu.org>
2206
2207 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2208 for some calendars.
2209
2210 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2213 default-directory for the current buffer is on a remote machine.
2214
2215 2007-07-21 Eli Zaretskii <eliz@gnu.org>
2216
2217 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2218 default value.
2219
2220 2007-07-21 Richard Stallman <rms@gnu.org>
2221
2222 * files.texi (Why Version Control?): Improve previous change.
2223
2224 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2225
2226 * files.texi (Why Version Control?): New node.
2227
2228 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
2229
2230 * building.texi (Starting GUD): Add xref to this anchor.
2231
2232 2007-06-24 Karl Berry <karl@gnu.org>
2233
2234 * emacs.texi: New Back-Cover Text.
2235
2236 2007-06-07 Alan Mackenzie <acm@muc.de>
2237
2238 * display.texi (Optional Mode Line): Document the new form of
2239 line+column numbers, "(561,2)".
2240
2241 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * maintaining.texi (Create Tags Table): Fix typos.
2244
2245 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2246
2247 * Version 22.1 released.
2248
2249 2007-05-07 Karl Berry <karl@gnu.org>
2250
2251 * emacs.texi (EMACSVER): Back to 22.
2252
2253 2007-05-06 Richard Stallman <rms@gnu.org>
2254
2255 * maintaining.texi (Create Tags Table): Clean up previous change.
2256
2257 2007-05-05 Francesco Potortì <pot@gnu.org>
2258
2259 * maintaining.texi (Create Tags Table): Add text about the dangers of
2260 making symbolic links to tags files.
2261
2262 2007-05-04 Karl Berry <karl@gnu.org>
2263
2264 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2265
2266 2007-05-03 Karl Berry <karl@gnu.org>
2267
2268 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2269
2270 * .cvsignore (*.pdf): New entry.
2271
2272 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2273 for printing.
2274
2275 2007-05-01 Richard Stallman <rms@gnu.org>
2276
2277 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2278
2279 2007-04-28 Glenn Morris <rgm@gnu.org>
2280
2281 * ack.texi (Acknowledgments):
2282 * anti.texi (Antinews):
2283 * programs.texi (Program Modes): Restore mention of python.el pending
2284 consideration of legal status.
2285
2286 2007-04-28 Richard Stallman <rms@gnu.org>
2287
2288 * files.texi (File Names): Fixes to ~ description on MS systems.
2289
2290 2007-04-26 Glenn Morris <rgm@gnu.org>
2291
2292 * emacs.texi (EMACSVER): Increase to 22.1.50.
2293
2294 2007-04-25 Karl Berry <karl@gnu.org>
2295
2296 * emacs.texi: Improve line breaks on copyright page,
2297 similar layout to lispref, 8.5x11 by default.
2298
2299 * dired.texi (Image-Dired): Improve line break, fix typo.
2300
2301 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * programs.texi (Program Modes):
2304 * anti.texi (Antinews):
2305 * ack.texi (Acknowledgments): python.el removed.
2306
2307 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * display.texi (Highlight Interactively): Correct description of
2310 hi-lock-file-patterns-policy.
2311
2312 * files.texi (File Archives): Mention self-extracting executables.
2313
2314 2007-04-23 Eli Zaretskii <eliz@gnu.org>
2315
2316 * search.texi (Unconditional Replace, Query Replace): Add xref to
2317 "Replacement and Case".
2318
2319 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * dired.texi (Image-Dired): Move from Thumbnails node.
2322 * misc.texi (Thumbnails): Node deleted.
2323 * emacs.texi (Top): Update node listing.
2324
2325 * files.texi (File Conveniences):
2326 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
2327
2328 2007-04-21 Richard Stallman <rms@gnu.org>
2329
2330 * display.texi (Highlight Interactively): Correct previous change.
2331 Clarify doc of hi-lock-find-patterns, and move new features into it.
2332
2333 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2334
2335 * display.texi (Highlight Interactively): Document
2336 hi-lock-file-patterns-policy.
2337
2338 2007-04-20 Martin Rudalics <rudalics@gmx.at>
2339
2340 * display.texi (Scrolling): Fix typo.
2341
2342 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * doclicense.texi: Remove node heading, so that it can be included by
2345 other files.
2346
2347 * emacs.texi: Insert node heading for GFDL.
2348
2349 2007-04-14 Eli Zaretskii <eliz@gnu.org>
2350
2351 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2352 "command line".
2353
2354 * display.texi (Faces): Refer to "Creating Frames" for face
2355 and other frame customizations in .emacs.
2356
2357 * frames.texi (Creating Frames): Mention that face customizations can
2358 be put in .emacs. Add index entries.
2359
2360 2007-04-12 Richard Stallman <rms@gnu.org>
2361
2362 * glossary.texi (Glossary): Explain `iff'.
2363
2364 2007-04-11 Karl Berry <karl@gnu.org>
2365
2366 * gnu.texi (Top),
2367 * macos.texi (Mac Font Specs),
2368 * anti.texi (Antinews),
2369 * xresources.texi (Resources),
2370 * misc.texi (Emulation),
2371 * calendar.texi (Daylight Saving),
2372 * dired.texi (Dired and Find),
2373 * rmail.texi (Remote Mailboxes),
2374 * sending.texi (Mail Headers),
2375 * programs.texi (Which Function),
2376 * files.texi (Recover),
2377 * buffers.texi (Uniquify),
2378 * frames.texi (Wheeled Mice),
2379 * killing.texi (Rectangles): Wording to improve breaks in
2380 8.5x11 format.
2381 * mule.texi (Language Environments): \hbadness=10000 since there's
2382 no way to reword.
2383 * emacs.texi (smallbook): New @set to more easily switch between
2384 smallbook and 8.5x11.
2385
2386 2007-04-11 Richard Stallman <rms@gnu.org>
2387
2388 * files.texi (File Conveniences): Add xref to Tumme.
2389 Delete text about Thumbnail mode.
2390
2391 2007-04-09 Alan Mackenzie <acm@muc.de>
2392
2393 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2394 new name. Insert concept index entries.
2395
2396 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * display.texi (Standard Faces): Document prefix arg for
2399 list-faces-display.
2400
2401 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2402
2403 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2406
2407 * files.texi (Misc File Ops): Rewrite description of
2408 insert-file-literally.
2409
2410 2007-03-31 Eli Zaretskii <eliz@gnu.org>
2411
2412 * misc.texi (Printing): Postscript -> PostScript.
2413
2414 * ack.texi (Acknowledgments): Postscript -> PostScript.
2415
2416 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2417
2418 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2419 below.
2420
2421 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2424 Init Non-ASCII.
2425 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2426 (Init Non-ASCII): New node.
2427
2428 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2429
2430 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2431
2432 2007-03-12 Glenn Morris <rgm@gnu.org>
2433
2434 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2435 "Daylight Savings".
2436
2437 * calendar.texi: Replace "daylight savings" with "daylight
2438 saving" in text throughout.
2439
2440 2007-03-04 Richard Stallman <rms@gnu.org>
2441
2442 * custom.texi (Safe File Variables): Minor correction.
2443
2444 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2445
2446 * rmail.texi (Movemail): Add internal ref.
2447 Don't indent the intro for the PROTO table.
2448 Format PROTO table items with @code.
2449
2450 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * building.texi: Remove references to bashdb.
2453
2454 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * mule.texi (Language Environments): Update list of supported language
2457 environments.
2458
2459 2007-02-14 Kim F. Storm <storm@cua.dk>
2460
2461 * building.texi (Grep Searching): Fix lgrep doc.
2462
2463 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
2464
2465 * back.texi: Remove unused file.
2466
2467 2007-02-05 Francesco Potortì <pot@gnu.org>
2468
2469 * maintaining.texi (Tag Syntax): Now --members is the default for
2470 etags, not for ctags yet.
2471
2472 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2473
2474 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2475 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2476 expects. Add comments to prevent people from inadvertently modifying
2477 the key parts needed by `texinfo-multiple-files-update'.
2478
2479 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * frames.texi (Secondary Selection): Window clicked does not matter
2482 when mouse-yank-at-point is non-nil.
2483
2484 2007-01-16 Glenn Morris <rgm@gnu.org>
2485
2486 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2487 system abbrev.
2488
2489 2007-01-11 Richard Stallman <rms@gnu.org>
2490
2491 * msdog.texi (Windows Keyboard): Another small cleanup.
2492
2493 2007-01-10 Richard Stallman <rms@gnu.org>
2494
2495 * msdog.texi (Windows Keyboard): Yet another try to make
2496 everyone happy with that passage.
2497
2498 2007-01-05 Richard Stallman <rms@gnu.org>
2499
2500 * anti.texi (Antinews): Mention M-x shell scrolling.
2501
2502 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * building.texi (Watch Expressions): Describe gdb-max-children.
2505
2506 2007-01-04 Richard Stallman <rms@gnu.org>
2507
2508 * msdog.texi (Windows Keyboard): Clarify previous change.
2509
2510 2007-01-02 Richard Stallman <rms@gnu.org>
2511
2512 * custom.texi (Changing a Variable): Minor clarification.
2513 (Specific Customization): customize-customized => customize-unsaved.
2514
2515 * entering.texi (Entering Emacs): Clean up text about restarting
2516 Emacs for each file.
2517
2518 * misc.texi (Shell Options): Minor cleanup.
2519
2520 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2521 with Emacs, not vice versa.
2522
2523 * programs.texi (Symbol Completion): Recommend customizing
2524 window manager.
2525
2526 * xresources.texi (Resources): Minor fix.
2527
2528 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
2529
2530 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2531
2532 2007-01-01 Richard Stallman <rms@gnu.org>
2533
2534 * commands.texi (User Input): Document keys stolen by window mangers.
2535
2536 2006-12-31 Richard Stallman <rms@gnu.org>
2537
2538 * custom.texi (Specific Customization): Document customize-option
2539 instead of customize-variable.
2540
2541 2006-12-31 Kim F. Storm <storm@cua.dk>
2542
2543 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2544
2545 2006-12-30 Kim F. Storm <storm@cua.dk>
2546
2547 * killing.texi (CUA Bindings): Fix typo.
2548
2549 * xresources.texi (Table of Resources): Mention grow-only value for
2550 auto-resize-tool-bars.
2551
2552 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2553
2554 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2555 and how to get them back.
2556
2557 2006-12-26 Richard Stallman <rms@gnu.org>
2558
2559 * calendar.texi (Holidays): Holiday listing is based on current
2560 practice, but DST is not.
2561
2562 2006-12-25 Richard Stallman <rms@gnu.org>
2563
2564 * emacs.texi (Top): Update subnode menus.
2565
2566 * mark.texi (Transient Mark): Fix xref.
2567
2568 * killing.texi (Graphical Kill): Node deleted.
2569 (Killing): Add xref to Cut and Paste.
2570 (CUA Bindings): Update xref.
2571
2572 * frames.texi (Cut and Paste): New section to hold other nodes.
2573 (Mouse Commands): Node demoted.
2574 (Cut/Paste Other App): Split out from Mouse Commands.
2575 (Word and Line Mouse): Likewise.
2576 (Secondary Selection, Clipboard): Nodes demoted.
2577
2578 2006-12-24 Kevin Ryde <user42@zip.com.au>
2579
2580 * calendar.texi (Holidays): US daylight saving begins second Sunday
2581 in March for 2007 onwards.
2582 (Daylight Savings): Show new US default daylight saving rules, 2nd
2583 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2584
2585 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * calendar.texi (Scroll Calendar): < and > are switched.
2588
2589 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2590
2591 * killing.texi (Deletion): Describe M-\ prefix argument.
2592
2593 2006-12-23 Richard Stallman <rms@gnu.org>
2594
2595 * search.texi (Regexp Search): Explain why forward and reverse regexp
2596 search are not mirror images.
2597
2598 2006-12-19 Kim F. Storm <storm@cua.dk>
2599
2600 * major.texi (Choosing Modes): Describe match-function elements for
2601 magic-mode-alist.
2602
2603 2006-12-18 Eli Zaretskii <eliz@gnu.org>
2604
2605 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2606 peculiarities.
2607
2608 2006-12-18 Richard Stallman <rms@gnu.org>
2609
2610 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2611
2612 2006-12-17 Alan Mackenzie <acm@muc.de>
2613
2614 * programs.texi (Left Margin Paren): Remove the bit which says
2615 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2616 Discuss some of the issues of setting this option to nil.
2617
2618 2006-12-17 Glenn Morris <rgm@gnu.org>
2619
2620 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2621
2622 2006-12-16 Eli Zaretskii <eliz@gnu.org>
2623
2624 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2625 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2626 NTFS volumes.
2627 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2628 volumes.
2629
2630 2006-12-15 Eli Zaretskii <eliz@gnu.org>
2631
2632 * text.texi (HTML Mode): Fix "C-c TAB".
2633
2634 2006-12-09 Richard Stallman <rms@gnu.org>
2635
2636 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2637
2638 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2639
2640 * files.texi (Misc File Ops): Document insert-file-literally.
2641
2642 2006-12-08 Eli Zaretskii <eliz@gnu.org>
2643
2644 * cmdargs.texi (Colors): Note that --color is intended for overriding
2645 the terminal defaults, not for normal invocation.
2646
2647 * misc.texi (Emacs Server): Improve wording. Don't mention the
2648 ``server program''. Add a cross-reference to "Init File" node.
2649 (Invoking emacsclient): Add index entries. Document both short and
2650 long versions of command-line options. Document the -f option.
2651
2652 2006-12-06 Richard Stallman <rms@gnu.org>
2653
2654 * text.texi (Outline Format): Say to set outline-regexp
2655 and outline-level with major modes and file local variables.
2656
2657 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2658
2659 * anti.texi (Antinews): Mention the alternative to
2660 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2661
2662 * misc.texi (Interactive Shell): Ditto.
2663
2664 2006-12-04 Eli Zaretskii <eliz@gnu.org>
2665
2666 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2667
2668 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2669
2670 2006-12-01 Eli Zaretskii <eliz@gnu.org>
2671
2672 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2673 colon in the mode line.
2674
2675 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2676
2677 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2678
2679 * building.texi (Watch Expressions): Mention SPC for expanding/
2680 contracting watch expressions.
2681
2682 2006-11-26 Kim F. Storm <storm@cua.dk>
2683
2684 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2685
2686 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * building.texi (Debugger Operation): Define text command mode.
2689 Clarify how tooltips work.
2690 (GDB Graphical Interface): Explain how to run in text command mode
2691 more clearly.
2692
2693 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2696
2697 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
2698
2699 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2700
2701 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2704 and EMACS is deprecated.
2705
2706 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
2707
2708 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2709
2710 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
2711
2712 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2713
2714 * emacs.texi: Include xresources.texi both for info and dvi.
2715
2716 * xresources.texi: Merge text from xresmini.texi.
2717
2718 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2719
2720 * glossary.texi: Fix typos.
2721
2722 2006-11-06 Richard Stallman <rms@gnu.org>
2723
2724 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2725
2726 * ack.texi (Acknowledgments): Fix name spelling.
2727
2728 2006-11-01 Juri Linkov <juri@jurta.org>
2729
2730 * search.texi (Word Search): Document incremental word search.
2731
2732 2006-10-28 Glenn Morris <rgm@gnu.org>
2733
2734 * ack.texi (Acknowledgments): Add cal-html author.
2735
2736 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2737 Calendar"). Describe new package cal-html.
2738 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2739 Calendar Files."
2740
2741 2006-10-23 Richard Stallman <rms@gnu.org>
2742
2743 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2744 Abbrev mode is enabled.
2745
2746 2006-10-16 Richard Stallman <rms@gnu.org>
2747
2748 * emacs.texi: Update ISBN.
2749
2750 2006-10-11 Kim F. Storm <storm@cua.dk>
2751
2752 * emacs.texi (Acknowledgments): Use @dotless{i}.
2753
2754 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2755
2756 * building.texi (Breakpoints Buffer): Mention catchpoints.
2757
2758 2006-10-08 Kim F. Storm <storm@cua.dk>
2759
2760 * ack.texi (Acknowledgments): Update.
2761
2762 * emacs.texi (Acknowledgments): Fix bad @/ form.
2763
2764 2006-10-05 Kim F. Storm <storm@cua.dk>
2765
2766 * emacs.texi (Acknowledgments): Add more contributors.
2767
2768 2006-10-03 Richard Stallman <rms@gnu.org>
2769
2770 * emacs.texi (Acknowledgments): Update version and edition.
2771
2772 2006-10-01 Karl Berry <karl@gnu.org>
2773
2774 * custom.texi (Customization Groups): Page break to keep example buffer
2775 on one page.
2776
2777 2006-09-30 Karl Berry <karl@gnu.org>
2778
2779 * programs.texi (Basic Indent): @need to improve page break.
2780 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2781
2782 2006-09-29 Glenn Morris <rgm@gnu.org>
2783
2784 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2785
2786 2006-09-29 Karl Berry <karl@gnu.org>
2787
2788 * windows.texi (Basic Window): Remove forced @break, no longer
2789 desirable.
2790 * frames.texi (Frame Commands),
2791 * mark.texi (Marking Objects): Reword to avoid bad page break.
2792 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2793
2794 2006-09-19 Richard Stallman <rms@gnu.org>
2795
2796 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2797 stick to present tense.
2798
2799 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
2800
2801 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2802 to x-gtk-use-old-file-dialog.
2803 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2804
2805 2006-09-15 Jay Belanger <belanger@truman.edu>
2806
2807 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
2808 Change "Library Public License" to "Lesser Public License"
2809 throughout. Use "yyyy" to represent year.
2810
2811 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2812
2813 * files.texi (Visiting): Add index entry "open file".
2814
2815 2006-09-11 Richard Stallman <rms@gnu.org>
2816
2817 * building.texi (Compilation Mode): Clarification.
2818 (Grep Searching): Add xref to Compilation Mode.
2819
2820 2006-09-08 Richard Stallman <rms@gnu.org>
2821
2822 * search.texi (Search): Ref multi-file search commands here.
2823 (Other Repeating Search): Not here.
2824
2825 2006-08-28 Richard Stallman <rms@gnu.org>
2826
2827 * windows.texi (Split Window): Update xref.
2828
2829 * basic.texi (Continuation Lines): Update xref.
2830
2831 * indent.texi (Tab Stops): Update xref.
2832
2833 * emacs.texi (Top): Update subnode menu.
2834
2835 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2836 split out of Display Custom.
2837
2838 2006-08-25 Kim F. Storm <storm@cua.dk>
2839
2840 * display.texi (Display Custom): Add variables overline-margin
2841 and x-underline-at-descent-line.
2842
2843 2006-08-25 Richard Stallman <rms@gnu.org>
2844
2845 * entering.texi (Exiting): Rewrite to give graphical displays
2846 priority over text terminals.
2847
2848 * search.texi (Incremental Search): Move index entries.
2849
2850 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * custom.texi (Init File): Reference Find Init to avoid "home
2853 directory" confusion.
2854
2855 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2856
2857 * building.texi (Other GDB-UI Buffers): Describe how to edit
2858 a value in the locals buffer.
2859
2860 2006-08-21 Richard Stallman <rms@gnu.org>
2861
2862 * search.texi (Basic Isearch): Add `isearch' index entry.
2863
2864 2006-08-16 Richard Stallman <rms@gnu.org>
2865
2866 * misc.texi (Saving Emacs Sessions): Clean up wording.
2867
2868 * mark.texi (Marking Objects): Mention term "select all".
2869
2870 * emacs.texi (Top): Update subnode menu.
2871
2872 * help.texi (Help Mode): Move node up in file.
2873
2874 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2875
2876 * building.texi (Stack Buffer): Explain fringe arrow.
2877
2878 2006-08-12 Eli Zaretskii <eliz@gnu.org>
2879
2880 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2881 on startup.
2882
2883 2006-08-11 Romain Francoise <romain@orebokech.com>
2884
2885 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2886
2887 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2888
2889 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2890
2891 2006-08-10 Richard Stallman <rms@gnu.org>
2892
2893 * text.texi (Format Faces): Substantial rewrites to deal
2894 with face merging. Empty regions don't count. Clarify
2895 face property inheritance.
2896
2897 2006-08-08 Romain Francoise <romain@orebokech.com>
2898
2899 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2900 <arjuropo@cc.jyu.fi>.
2901
2902 2006-08-04 Eli Zaretskii <eliz@gnu.org>
2903
2904 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2905 apply to all frames.
2906
2907 2006-08-01 Richard Stallman <rms@gnu.org>
2908
2909 * help.texi (Name Help): Add index entries for describe-variable.
2910
2911 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
2912
2913 * building.texi (GDB Graphical Interface): Shorten node names.
2914 (GDB-UI Layout): Use GDB-related.
2915 (Other GDB-UI Buffers): Simplify English.
2916
2917 2006-07-31 Richard Stallman <rms@gnu.org>
2918
2919 * search.texi (Query Replace): Add xref for Dired's Q command.
2920
2921 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * building.texi (GDB commands in Fringe): Rename to...
2924 (Source Buffers): ..this and move forward. Describe hollow arrow and
2925 new option gdb-find-source-frame.
2926
2927 2006-07-29 Richard Stallman <rms@gnu.org>
2928
2929 * dired.texi (Operating on Files): Simplify previous change
2930 and fix Texinfo usage.
2931
2932 2006-07-29 Eli Zaretskii <eliz@gnu.org>
2933
2934 * dired.texi (Operating on Files): Add cross-references. State the
2935 Unix commands that do similar things.
2936
2937 2006-07-28 Richard Stallman <rms@gnu.org>
2938
2939 * mark.texi (Transient Mark): Clarify that region never disappears
2940 when Transient Mark mode is off, and not when it is on.
2941
2942 2006-07-27 Richard Stallman <rms@gnu.org>
2943
2944 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2945
2946 2006-07-24 Richard Stallman <rms@gnu.org>
2947
2948 * xresources.texi (GTK styles): Fix texinfo usage.
2949
2950 * commands.texi (User Input): Explain why we teach keyboard cmds.
2951
2952 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2953 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2954 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2955 * doclicense.texi, display.texi, dired.texi, basic.texi:
2956 * anti.texi, ack.texi: Move periods and commas inside quotes.
2957
2958 2006-07-22 Eli Zaretskii <eliz@gnu.org>
2959
2960 * cmdargs.texi (General Variables): Document EMAIL.
2961
2962 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2963
2964 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2965 doesn't have effect on MS-Windows.
2966
2967 2006-07-17 Richard Stallman <rms@gnu.org>
2968
2969 * building.texi (Grep Searching): Explain about chaining grep commands.
2970
2971 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
2972
2973 * killing.texi, mini.texi: Fix typos.
2974
2975 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2978 is invoked for multiple files.
2979
2980 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2981
2982 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2983 on-line manual for the rest of this node.
2984 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2985 unconditionally.
2986 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2987 Improve wording.
2988 (Windows Printing): Improve wording.
2989 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2990 rest of this node.
2991
2992 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2993
2994 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2995 with eval-buffer.
2996
2997 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
2998
2999 * mule.texi (Coding Systems, Specify Coding): Link descriptions
3000 of character translation.
3001
3002 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
3005
3006 2006-07-03 Karl Berry <karl@gnu.org>
3007
3008 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
3009 not-too-underfull hboxes in the TeX output.
3010 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
3011 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
3012 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
3013 * sending.texi, text.texi: Fix overfull/underfull boxes.
3014
3015 2006-07-03 Romain Francoise <romain@orebokech.com>
3016
3017 * m-x.texi (M-x): Fix.
3018
3019 2006-07-03 Richard Stallman <rms@gnu.org>
3020
3021 * search.texi (Other Repeating Search): filename -> file name.
3022
3023 * misc.texi (Narrowing): Minor cleanups.
3024
3025 * files.texi (Visiting): filename -> file name.
3026
3027 * emacs.texi (Top): Update subnode menus.
3028
3029 * mule.texi (Coding Systems): Move char translation stuff here.
3030 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
3031 (Recognize Coding): Substantial local rewrites.
3032 (International): Update menu.
3033
3034 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
3035 (Scrolling): Substantial local rewrites.
3036 (Display): Update menu and intro.
3037
3038 * dired.texi: filename -> file name.
3039
3040 * custom.texi (Safe File Variables): Texinfo usage fix.
3041
3042 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
3043
3044 * help.texi, m-x.texi: Lots of cleanups.
3045
3046 2006-06-30 Eli Zaretskii <eliz@gnu.org>
3047
3048 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
3049 (Windows Processes, Windows Misc): Shorten the printed version by
3050 selectively conditioning less important portions by @ifnottex.
3051
3052 2006-06-27 Richard Stallman <rms@gnu.org>
3053
3054 * mini.texi (Minibuffer File): Minor cleanup.
3055
3056 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
3057
3058 * frames.texi (XTerm Mouse): Rename to...
3059 (Text-Only Mouse): ...this. Mention t-mouse-mode.
3060
3061 * emacs.texi (Top): Use new node name.
3062
3063 2006-06-24 Eli Zaretskii <eliz@gnu.org>
3064
3065 * emacs.texi (Top): Update the detailed menu according to changes in
3066 msdog.texi.
3067
3068 * msdog.texi (Windows Keyboard): New section.
3069 (Windows Mouse): New section.
3070 (Windows System Menu): Remove section (text merged with "Windows
3071 Keyboard").
3072 (Windows Misc): New section.
3073
3074 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
3075
3076 * msdog.texi (ls in Lisp): New section.
3077
3078 * files.texi (Visiting): Document case-insensitive wildcard matching
3079 under find-file-wildcards.
3080
3081 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3082
3083 * macos.texi (Mac Input): Add description of mac-function-modifier.
3084 Now Unicode keyboard layouts work.
3085
3086 2006-06-10 Richard Stallman <rms@gnu.org>
3087
3088 * mule.texi (Recognize Coding): Clarify previous change.
3089
3090 2006-06-09 Kenichi Handa <handa@m17n.org>
3091
3092 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
3093 notation.
3094
3095 2006-06-07 Kevin Ryde <user42@zip.com.au>
3096
3097 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
3098 manual for @ifnottex, but in emacs-extra for @iftex.
3099
3100 * cmdargs.texi (General Variables): Fix smtpmail xref.
3101
3102 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * programs.texi (Comment Commands):
3105 * custom.texi (Specifying File Variables):
3106 Use ;; instead of ;;; to better follow coding conventions.
3107
3108 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
3109
3110 * building.texi (Watch Expressions): Move node to end.
3111 (GDB Graphical Interface): Move description of clicks in fringe...
3112 (GDB commands in the Fringe): ...to here. New node.
3113
3114 2006-06-05 Romain Francoise <romain@orebokech.com>
3115
3116 * xresmini.texi (GTK resources): Fix various typos.
3117
3118 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
3119
3120 * building.texi (GDB Graphical Interface): Update bindings.
3121 (Commands of GUD): Add gud-print. Remove gud-run.
3122 Restate availability more generally.
3123
3124 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
3125
3126 * mini.texi: Lots of cleanups.
3127
3128 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3129
3130 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3131 and Mouse-2.
3132
3133 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
3134
3135 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3136
3137 2006-05-31 Richard Stallman <rms@gnu.org>
3138
3139 * basic.texi (Moving Point): Fix previous change.
3140
3141 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
3142
3143 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3144
3145 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
3146
3147 * basic.texi: Many simplifications and improvements in wording.
3148
3149 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
3150
3151 * anti.texi (Antinews): Create a node for gdb-ui.
3152
3153 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3154
3155 * frames.texi (Menu Bars, Tool Bars): Add index entries.
3156
3157 2006-05-20 Richard Stallman <rms@gnu.org>
3158
3159 * dired.texi (Dired Navigation): dired-goto-file is now j.
3160
3161 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3162
3163 * mule.texi (Coding Systems): Mention the undecided-* coding systems
3164 and their aliases.
3165
3166 * msdog.texi (Windows Printing): Mention non-support of plain text
3167 printing with some el-cheapo printers, and suggest a workaround.
3168
3169 2006-05-20 Kevin Ryde <user42@zip.com.au>
3170
3171 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3172 remove the bit saying you must set it.
3173
3174 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3175
3176 * trouble.texi (Checklist):
3177 * text.texi (Text, Auto Fill, Text Mode):
3178 * search.texi (Nonincremental Search):
3179 * rmail.texi (Rmail Labels):
3180 * mule.texi (Input Methods, Multibyte Conversion):
3181 * misc.texi (Gnus, Where to Look, PostScript):
3182 * maintaining.texi (Create Tags Table):
3183 * indent.texi (Indentation Commands):
3184 * fixit.texi (Spelling):
3185 * emacs.texi (Copying):
3186 * custom.texi (Init File): ifinfo -> ifnottex.
3187
3188 2006-05-17 Richard Stallman <rms@gnu.org>
3189
3190 * files.texi (Diff Mode): Mention C-x `.
3191
3192 2006-05-08 Richard Stallman <rms@gnu.org>
3193
3194 * custom.texi (Disabling): Textual cleanups.
3195
3196 2006-05-12 Glenn Morris <rgm@gnu.org>
3197
3198 * calendar.texi (Displaying the Diary, Format of Diary File):
3199 Refer to diary-view-entries, diary-list-entries,
3200 diary-show-all-entries rather than obsolete aliases.
3201
3202 2006-05-12 Eli Zaretskii <eliz@gnu.org>
3203
3204 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3205 (Displaying the Diary, Special Diary Entries, Importing Diary):
3206 * building.texi (Compilation Shell):
3207 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3208 emacs-xtra with @inforef's.
3209
3210 * files.texi (Visiting): Fix wording.
3211
3212 * mule.texi (Coding Systems, Text Coding): More indexing.
3213 Mention that C-x RET f can set eol conversion.
3214
3215 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
3216
3217 * xresmini.texi (GTK resources): Insert GTK description.
3218
3219 * xresources.texi (GTK resources): metafont should be menufont.
3220
3221 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * mini.texi (Completion Options): Completion of remote files'
3224 method, user name and host name is active only in partial
3225 completion mode.
3226
3227 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3228
3229 * makefile.w32-in (emacs.dvi):
3230 * Makefile.in (emacs.dvi): Add xresmini.texi.
3231
3232 * xresmini.texi (Table of Resources): Remove xref to non-existent
3233 node "LessTif Resources".
3234
3235 * msdog.texi (Microsoft Windows):
3236 * calendar.texi (Calendar/Diary, Displaying the Diary)
3237 (Special Diary Entries, Importing Diary, Holidays):
3238 * programs.texi (Program Modes):
3239 * text.texi (Text):
3240 * buffers.texi (Several Buffers):
3241 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3242
3243 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3244
3245 The following changes merge the emacs-xtra manual into the main
3246 manual, but only for on-line version of the manual.
3247
3248 * vc2-xtra.texi (Version Backups, Local Version Control)
3249 (Making Snapshots, Change Logs and VC, Version Headers)
3250 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3251 on-line manual.
3252
3253 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3254 for on-line manual.
3255
3256 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3257 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3258 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3259 for on-line manual.
3260
3261 * fortran-xtra.texi (Fortran, Fortran Autofill)
3262 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3263 for on-line manual.
3264
3265 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3266 Conditional xref's for on-line manual.
3267
3268 * emerge-xtra.texi (Emerge, Overview of Emerge)
3269 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3270 manual.
3271
3272 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3273 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3274 (EMACSSOURCES): Use EMACS_XTRA.
3275 (../info/emacs-xtra): Remove.
3276 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3277
3278 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3279 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3280 (EMACSSOURCES): Use EMACS_XTRA.
3281 ($(infodir)/emacs-xtra): Remove.
3282 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3283
3284 * trouble.texi (Quitting):
3285 * text.texi (Text):
3286 * programs.texi (Program Modes):
3287 * msdog.texi (Microsoft Windows):
3288 * frames.texi (Frames):
3289 * files.texi (Backup, Version Control, VC Concepts)
3290 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3291 (Registering, VC Status, VC Undo, Multi-User Branching)
3292 (Comparing Files):
3293 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3294 (Displaying the Diary, Special Diary Entries, Importing Diary):
3295 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3296 conditional xref's, depending on @iftex/@ifnottex.
3297
3298 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3299 "MS-DOS". @include msdog-xtra.texi.
3300
3301 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3302 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3303
3304 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3305 for vc-xtra.texi subsections.
3306 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3307 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3308
3309 * sending.texi (Sending Mail): A @node line without explicit Prev,
3310 Next, and Up links.
3311
3312 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3313 Next, and Up links.
3314
3315 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3316 and its sections. @include picture-xtra.texi.
3317
3318 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3319 "Emerge".
3320 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3321
3322 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3323 exact duplicate of its name-sake in calendar.texi.
3324
3325 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3326 "Advanced Calendar/Diary Usage".
3327 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3328
3329 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3330 dired-xtra.texi.
3331 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3332
3333 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3334 (Files) [ifnottex]: Add menu entry for Autorevert.
3335
3336 * emacs-xtra.texi (Introduction): Reword to make consistent with
3337 printed version only.
3338 <Top level>: Remove the body of all chapters and move them to the
3339 new *-xtra.texi files. Use @raisesections and @lowersections to
3340 convert sections to chapters etc.
3341
3342 * msdog-xtra.texi:
3343 * fortran-xtra.texi:
3344 * vc-xtra.texi:
3345 * vc1-xtra.texi:
3346 * vc2-xtra.texi:
3347 * emerge-xtra.texi:
3348 * cal-xtra.texi:
3349 * dired-xtra.texi:
3350 * arevert-xtra.texi: New files, with text from respective chapters
3351 of emacs-xtra.texi. Convert each @chapter into @section, @section
3352 into @subsection, etc.
3353
3354 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3355 updated.
3356
3357 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3358 Windows". All references updated.
3359
3360 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3361
3362 * macos.texi (Mac Input): Mention input from Character Palette.
3363 (Mac Font Specs): Fix typo.
3364
3365 2006-05-05 Richard Stallman <rms@gnu.org>
3366
3367 * files.texi (Diff Mode): Minor cleanup.
3368
3369 2006-05-05 Karl Berry <karl@gnu.org>
3370
3371 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3372 errors from the current release of makeinfo (4.8).
3373 * help.texi (Library Keywords): Change widest word in multitable
3374 template from `emulations' to `convenience'. (Not sure if this is
3375 related to the font change.)
3376
3377 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3378
3379 * files.texi (File Names): Add a footnote about limited support of
3380 ~USER on MS-Windows.
3381
3382 * cmdargs.texi (Initial Options): Add a footnote about limited
3383 support of ~USER on MS-Windows.
3384
3385 2006-05-03 Richard Stallman <rms@gnu.org>
3386
3387 * files.texi (Diff Mode): Node moved here.
3388 (Comparing Files): Delete what duplicates new node.
3389 (Files): Put Diff Mode in menu.
3390
3391 * misc.texi (Diff Mode): Moved to files.texi.
3392
3393 * emacs.texi (Top): Update menu for Diff Mode.
3394
3395 * trouble.texi (Emergency Escape): Simplify.
3396
3397 * emacs.texi (Top): Minor clarification.
3398
3399 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3400
3401 * commands.texi, entering.texi, screen.texi: Many simplifications.
3402
3403 2006-05-03 Richard Stallman <rms@gnu.org>
3404
3405 * commands.texi (Text Characters): Delete paragraph about unibyte
3406 non-ASCII printing chars.
3407
3408 * killing.texi (Killing): Say "graphical displays".
3409 * display.texi: Say "graphical displays".
3410
3411 * cmdargs.texi (Misc X): Say "graphical displays".
3412
3413 2006-05-01 Richard Stallman <rms@gnu.org>
3414
3415 * emacs.texi (Top): Add Diff Mode to menu.
3416
3417 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3418
3419 * misc.texi (Diff Mode): New node.
3420
3421 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3422
3423 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3424 (Mac Environment Variables): Shorten example line.
3425 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3426
3427 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3428
3429 * building.texi (GUD Customization): Describe cases %d and %c.
3430 Update description for %e.
3431
3432 2006-04-30 Glenn Morris <rgm@gnu.org>
3433
3434 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3435
3436 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3437
3438 * custom.texi (Examining): Update C-h v output example.
3439
3440 2006-04-29 Kim F. Storm <storm@cua.dk>
3441
3442 * building.texi (Grep Searching): Add lgrep and rgrep.
3443
3444 2006-04-23 Richard Stallman <rms@gnu.org>
3445
3446 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3447
3448 * xresmini.texi: New file.
3449
3450 * xresources.texi (Face Resources): Split table into font resources
3451 and the rest. Combine similar attributes for brevity.
3452
3453 2006-04-21 Eli Zaretskii <eliz@gnu.org>
3454
3455 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3456 backslashes and case-insensitivity in file names (moved to the
3457 main manual).
3458 (MS-DOS Printing): Move most of the text to the main manual.
3459
3460 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3461 New nodes.
3462 (Windows Processes, Windows System Menu): Add index entries and
3463 fix wording.
3464
3465 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3466
3467 * misc.texi (Shell Ring): Add notes on saved input when
3468 navigating off the end of the history list.
3469
3470 2006-04-18 Chong Yidong <cyd@mit.edu>
3471
3472 * misc.texi (Shell Options): Correct default value of
3473 comint-scroll-show-maximum-output.
3474
3475 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3476
3477 * building.texi (Watch Expressions): Update.
3478
3479 2006-04-12 Richard Stallman <rms@gnu.org>
3480
3481 * search.texi: Clean up previous change.
3482
3483 2006-04-12 Eli Zaretskii <eliz@gnu.org>
3484
3485 * search.texi (Regexp Backslash, Regexp Replace): Add index
3486 entries for ``back reference'' and mention the term itself in the
3487 text.
3488
3489 2006-04-11 Richard Stallman <rms@gnu.org>
3490
3491 * custom.texi (Safe File Variables):
3492 Document enable-local-variables = :safe.
3493
3494 2006-04-11 Karl Berry <karl@gnu.org>
3495
3496 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3497 (Remote Repositories, Version Backups, Local Version Control)
3498 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3499 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3500 (Renaming VC Work Files and Master Files)
3501 (Inserting Version Control Headers, Customizing VC, General Options)
3502 (Options for RCS and SCCS, Options specific for CVS): Move all
3503 these nodes to emacs-xtra.texi, for brevity.
3504 * cmdargs.texi, files.texi: Change cross-references.
3505
3506 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3507
3508 * files.texi (Old Versions): Update description of vc-annotate's
3509 use of color to indicate date ranges.
3510
3511 2006-04-09 Kevin Ryde <user42@zip.com.au>
3512
3513 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3514 put info and printed manual names the right way around.
3515
3516 2006-04-09 Karl Berry <karl@gnu.org>
3517
3518 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3519 emacs-xtra.texi, leaving only MS Windows information.
3520 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3521 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3522 node names.
3523
3524 * emacs.texi: Move @summarycontents and @contents to the beginning
3525 of the file.
3526
3527 2006-04-08 Kevin Ryde <user42@zip.com.au>
3528
3529 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3530
3531 2006-04-07 Richard Stallman <rms@gnu.org>
3532
3533 * programs.texi (Comments, Comment Commands, Options for Comments)
3534 (Multi-Line Comments): "Align", not "indent".
3535 (Basic Indent): C-j deletes trailing whitespace before the newline.
3536
3537 2006-04-06 Richard Stallman <rms@gnu.org>
3538
3539 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3540
3541 2006-04-06 Eli Zaretskii <eliz@gnu.org>
3542
3543 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3544
3545 2006-04-05 Richard Stallman <rms@gnu.org>
3546
3547 * emacs.texi (Top): Update subnode menu.
3548
3549 * trouble.texi (Unasked-for Search): Node deleted.
3550 (Lossage): Delete from menu.
3551
3552 2006-04-04 Richard Stallman <rms@gnu.org>
3553
3554 * trouble.texi: Various cleanups.
3555 (Checklist): Don't bother saying how to snail a bug report.
3556 (Emergency Escape): Much rewriting.
3557 (After a Crash): Rename the core dump immediately.
3558 (Total Frustration): Call it a psychotherapist.
3559 (Bug Criteria): Avoid "illegal instruction".
3560 (Sending Patches): We always put the contributor's name in.
3561
3562 * misc.texi (Thumbnails): Minor correction.
3563
3564 2006-04-03 Richard Stallman <rms@gnu.org>
3565
3566 * misc.texi (Thumbnails): Minor cleanup.
3567
3568 2006-04-02 Karl Berry <karl@gnu.org>
3569
3570 * sending.texi (Mail Sending): pxref to Top needs five args.
3571
3572 * texinfo.tex: Update to current version (2006-03-21.13).
3573
3574 2006-03-31 Richard Stallman <rms@gnu.org>
3575
3576 * emacs.texi (Top): Update subnode menu.
3577
3578 * help.texi (Help Mode): Cleanup.
3579
3580 * dired.texi: Many cleanups.
3581 (Dired Deletion): Describe dired-recursive-deletes.
3582 (Operating on Files): dired-create-directory moved.
3583 (Misc Dired Features): Move to here.
3584 (Tumme): Node moved to misc.texi.
3585
3586 * custom.texi: Many cleanups.
3587 (Minor Modes): Don't mention ISO Accents Mode.
3588 (Examining): Update C-h v output example.
3589 (Hooks): Add index and xref for add-hook.
3590 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3591 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3592
3593 * misc.texi: Many cleanups.
3594 (beginning): Add to summary of topics.
3595 (Shell): Put eshell xref at the end. Remove eshell from table.
3596 (Thumbnails): New node.
3597
3598 2006-03-28 Eli Zaretskii <eliz@gnu.org>
3599
3600 * files.texi (File Name Cache): Make it clear that the cache is
3601 not persistent.
3602
3603 2006-03-25 Karl Berry <karl@gnu.org>
3604
3605 * emacs-xtra.texi, emacs.texi, gnu.texi:
3606 (1) use @copyright{} instead of (C) in typeset text;
3607 (2) do not indent copyright year list (or anything else).
3608
3609 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
3610
3611 * files.texi (VC Dired Mode): Remove misplaced brackets.
3612
3613 2006-03-21 Andre Spiegel <spiegel@gnu.org>
3614
3615 * files.texi: Various updates and clarifications in the VC chapter.
3616
3617 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3618
3619 * help.texi (Help Mode): Document "C-c C-c".
3620
3621 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3622
3623 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3624 menu in the standalone Info reader.
3625
3626 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3629 moved here from Emacs manual.
3630
3631 * programs.texi (Fortran): Section moved to emacs-xtra.
3632 (Program Modes): Xref to Fortran in emacs-xtra.
3633
3634 * maintaining.texi (Emerge): Move to emacs-xtra.
3635 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3636
3637 * picture.texi: File deleted.
3638 * Makefile.in:
3639 * makefile.w32-in: Remove picture.texi.
3640
3641 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3642 * abbrevs.texi (Abbrevs):
3643 * sending.texi (Sending Mail): Picture node removed.
3644
3645 * emacs.texi (Top): Update node listings.
3646
3647 2006-03-12 Richard Stallman <rms@gnu.org>
3648
3649 * calendar.texi: Various cleanups.
3650
3651 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3652
3653 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3654 syntax.
3655
3656 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3657
3658 * search.texi (Regexps): More accurately describe which characters
3659 are special in which situations. Recommend _not_ to quote `]' or
3660 `-' when they are not special.
3661
3662 2006-02-28 Andre Spiegel <spiegel@gnu.org>
3663
3664 * files.texi (Old Versions): Clarify operation of C-x v =.
3665
3666 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
3667
3668 * building.texi (Watch Expressions): Update and describe
3669 gdb-speedbar-auto-raise.
3670
3671 2006-02-19 Richard M. Stallman <rms@gnu.org>
3672
3673 * emacs.texi: Use @smallbook.
3674 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3675 Update subnode menu.
3676
3677 * building.texi (Lisp Interaction): Minor addition.
3678
3679 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3680
3681 * building.texi (Watch Expressions): Update and be more precise.
3682
3683 2006-02-15 Francesco Potortì <pot@gnu.org>
3684
3685 * maintaining.texi (Create Tags Table): Explain why the
3686 exception when etags writes to files under the /dev tree.
3687
3688 2006-02-14 Richard M. Stallman <rms@gnu.org>
3689
3690 * custom.texi (Safe File Variables): Lots of clarification.
3691 Renamed from Unsafe File Variables.
3692
3693 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3694
3695 * custom.texi (Unsafe File Variables): File variable confirmation
3696 assumed denied in batch mode.
3697
3698 2006-02-14 Richard M. Stallman <rms@gnu.org>
3699
3700 * building.texi (GDB User Interface Layout): Don't say `inferior'
3701 for program being debugged.
3702
3703 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
3704
3705 * building.texi (GDB Graphical Interface):
3706 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3707
3708 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * custom.texi (Specifying File Variables, Unsafe File Variables):
3711 New nodes, split from File Variables. Document new file local
3712 variable behavior.
3713
3714 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3715
3716 * display.texi (Standard Faces):
3717 * files.texi (Visiting):
3718 * frames.texi (Clipboard):
3719 * glossary.texi (Glossary) <Clipboard>:
3720 * xresources.texi (X Resources): Mention Mac OS port.
3721
3722 2006-02-12 Richard M. Stallman <rms@gnu.org>
3723
3724 * building.texi (Building): Clarify topic in intro.
3725
3726 * maintaining.texi (Maintaining): Change title; clarify topic.
3727 Delete duplicate index entries.
3728
3729 * building.texi (Other GDB User Interface Buffers): Clarifications.
3730
3731 * text.texi (Cell Commands): Clarifications.
3732
3733 * programs.texi (Defuns): Delete duplicate explanation of
3734 left-margin paren convention.
3735 (Hungry Delete): Minor cleanup.
3736
3737 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3738
3739 * dired.texi (Tumme): More tumme documentation.
3740
3741 2006-02-11 Alan Mackenzie <acm@muc.de>
3742
3743 * programs.texi ("Hungry Delete"): Correct the appellation of the
3744 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3745
3746 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3747
3748 * dired.texi (Tumme): Fix small bug.
3749
3750 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3751
3752 * macos.texi (Mac International): Rename "fontset-mac" to
3753 "fontset-standard".
3754
3755 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3756
3757 * dired.texi (Tumme): Basic documentation for Tumme added.
3758
3759 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * mule.texi (International):
3762 * programs.texi (Basic Indent): Fix typos.
3763
3764 * custom.texi (Minor Modes):
3765 * display.texi (Text Display):
3766 * commands.texi (Text Characters): Update xrefs.
3767
3768 2006-02-07 Richard M. Stallman <rms@gnu.org>
3769
3770 * emacs.texi (Top): Update subnode menu.
3771 Update info on old Emacs papers.
3772 (Intro): "Graphical display", not window system.
3773
3774 * xresources.texi (GTK styles): Minor clarifications.
3775
3776 * trouble.texi: "Graphical display", not window system.
3777 (Stuck Recursive): Minor clarification.
3778
3779 * text.texi: Minor clarifications.
3780 (Sentences): Explain why two-space convention is better.
3781 Explain sentence-end-without-period here.
3782 (Fill Commands): Not here.
3783 (Refill): Node moved down.
3784 (Filling): Update menu.
3785 (Table Creation, Cell Justification, Column Commands): Clarify.
3786
3787 * sending.texi: Minor clarifications.
3788
3789 * search.texi (Regexp Backslash): Clarification.
3790
3791 * rmail.texi: Minor cleanups.
3792 (Rmail): Delete digression about `rmail-mode'.
3793 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3794 (Rmail Files): Mention C-u M-x rmail.
3795 (Rmail Reply): Mention References.
3796 (Rmail Display): Mention rmail-nonignored-headers.
3797
3798 * programs.texi: Minor cleanups.
3799 (Comment Commands): Mention momentary Transient Mark mode.
3800 (Matching): Be more specific about customizing show-paren-mode.
3801 (Info Lookup): Don't list the modes that support C-h S.
3802 Just say what it does in an unsupported mode.
3803 (Man Page): Delete excessive info on customizing woman.
3804 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3805
3806 * abbrevs.texi: Minor clarifications.
3807 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3808 not "dynamic abbrevs" as if they were a kind of abbrev.
3809
3810 * picture.texi (Picture): Minor cleanup.
3811
3812 * mule.texi (Communication Coding): Say "other applications".
3813 (Fontsets): Not specific to X. Add xref to X Resources.
3814 (Unibyte Mode): Rename from Single-Byte Character Support.
3815 "Graphical display", not window system.
3816 (International): Update menu.
3817
3818 * maintaining.texi (Format of ChangeLog):
3819 New node, split out from ChangeLog.
3820 (ChangeLog): Clarifications in the remaining text.
3821 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3822 (Find Tag): Add @w.
3823 (Tags Search): Explain tag table order here. Simplify grep ref.
3824 (List Tags): tags-tag-face is a variable, not a face.
3825 (Emerge): Cleanups.
3826
3827 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3828 (Keyboard Macros): Avoid "the user".
3829
3830 * killing.texi: "Graphical display", not window system.
3831
3832 * help.texi (Help Echo): "Graphical display", not window system.
3833
3834 * glossary.texi: Say "you", not "the user". Say "graphical display".
3835
3836 * frames.texi: Minor cleanups. "Graphical display", not window system.
3837
3838 * files.texi (Visiting): Make drag-and-drop not X-specific.
3839
3840 * custom.texi: Minor cleanups. "Graphical display", not window system.
3841
3842 * cmdargs.texi: Minor cleanups.
3843
3844 * building.texi (Compilation): Move and split kill-compilation para.
3845 Add para about multiple compilers.
3846 (Compilation Mode): Commands also available in grep mode and others.
3847 Mention C-u C-x ` more tutorially. Clarify C-x `.
3848 (Compilation Shell): Clarify. Put Bash example first.
3849 (Grep Searching): Minor cleanups; add @w.
3850 (Debuggers): Minor cleanups.
3851 (Starting GUD): Make GDB xgraphical mode issue clearer.
3852 (Debugger Operation): Lots of clarifications including
3853 GDB tooltip side-effect issue.
3854 (Commands of GUD): Clarify.
3855 (GUD Customization): Add bashdb-mode-hook.
3856 (GDB Graphical Interface): Rewrite for clarity.
3857 (GDB User Interface Layout): Rewrite for clarity.
3858 (Stack Buffer, Watch Expressions): Likewise.
3859 (Other GDB User Interface Buffers): Cleanups.
3860 (Lisp Libraries, External Lisp): Cleanup.
3861
3862 * basic.texi (Position Info): "Graphical displays", rather than
3863 window systems.
3864
3865 * anti.texi: Minor cleanup.
3866
3867 2006-02-03 Eli Zaretskii <eliz@gnu.org>
3868
3869 * custom.texi (Init File, Find Init): Add cross-references to
3870 where $HOME is described.
3871
3872 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3873
3874 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3875 is not inside the @table.
3876
3877 * emacs.texi (Top): Correct node name.
3878
3879 * files.texi (File Names): Fix @xref.
3880 (Reverting): Fix typo.
3881
3882 * mule.texi (International): Correct node name.
3883
3884 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3885
3886 2006-02-01 Richard M. Stallman <rms@gnu.org>
3887
3888 * emacs.texi (Top): Update subnode menu.
3889
3890 * mule.texi: Minor clarifications.
3891 Reduce the specific references to X Windows.
3892 Refer to "graphical" terminals, rather than window systems.
3893 (Text Coding): Rename from Specify Coding.
3894 (Communication Coding, File Name Coding, Terminal Coding):
3895 New nodes split out from Text Coding.
3896
3897 * kmacro.texi: Minor clarifications.
3898 (Keyboard Macro Ring): Comment out some excessive commands.
3899 (Basic Keyboard Macro): Split up the table, putting part in each node.
3900
3901 * major.texi: Minor clarifications.
3902
3903 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3904
3905 * windows.texi: Minor clarifications.
3906 (Change Window): Don't describe mode-line mouse cmds here.
3907 Add xref to Mode Line Mouse.
3908
3909 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3910
3911 * macos.texi (Mac International): Fix xref.
3912
3913 * indent.texi: Minor clarifications.
3914
3915 * frames.texi: Minor clarifications.
3916 Reduce the specific references to X Windows.
3917 Refer to "graphical" terminals, rather than window systems.
3918 (Frame Parameters): Don't mention commands like
3919 set-foreground-color. Just say to customize a face.
3920 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3921
3922 * files.texi: Minor clarifications.
3923 (Numbered Backups): New node, split out from Backup Names.
3924
3925 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3926
3927 * cmdargs.texi (General Variables): Fix xref.
3928
3929 * buffers.texi: Minor clarifications.
3930
3931 2006-01-31 Richard M. Stallman <rms@gnu.org>
3932
3933 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3934 Nodes moved to top.
3935
3936 * display.texi: Minor clarifications.
3937 (Display): Rearrange menu.
3938 (Standard Faces): Mention query-replace face.
3939 (Faces): Simplify.
3940 (Font Lock): Simplify face customization info.
3941 (Highlight Changes): Node merged into Highlight Interactively.
3942 (Highlight Interactively): Much rewriting and cleanup.
3943 (Optional Mode Line): Narrowed line number not good for goto-line.
3944 Simplify face customization advice.
3945 (Text Display): Mention use of escape-glyph face.
3946 Move ctl-arrow and tab-width here.
3947 (Display Custom): Move no-redraw-on-reenter to end of node.
3948
3949 * search.texi: Minor clarifications.
3950 (Isearch Scroll): Simplify.
3951 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3952
3953 * regs.texi (Registers): Mention bookmarks here.
3954
3955 * mark.texi: Minor clarifications.
3956 (Selective Undo): Node deleted.
3957
3958 * m-x.texi: Minor clarifications.
3959
3960 * killing.texi: Minor clarifications.
3961 Refer to "graphical" terminals, rather than window systems.
3962
3963 * help.texi: Clarifications.
3964 (Help): Don't describe C-h F and C-h K here.
3965 (Key Help): Describe C-h K here.
3966 (Name Help): Mention Emacs Lisp Intro.
3967 Describe C-h F here.
3968 (Misc Help): Mention C-h F and C-h K only briefly.
3969
3970 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3971 Selective undo text merged in.
3972 (Spelling): Mention Aspell along with Ispell.
3973
3974 * emacs.texi (Top): Update subnode menus.
3975
3976 * basic.texi (Basic Undo): Rename from Undo. Most of text
3977 moved to new Undo node.
3978
3979 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * basic.texi (Continuation Lines, Inserting Text):
3982 Mention longlines mode.
3983
3984 2006-01-29 Richard M. Stallman <rms@gnu.org>
3985
3986 * screen.texi: Minor cleanups.
3987 (Screen): Clean up the intro paragraphs.
3988 (Mode Line): Lots of rewriting. Handle frame-name better.
3989 eol-mnemonic-... vars moved out.
3990
3991 * emacs.texi (Top): Change menu item for MS-DOS node.
3992 Update subnode menu.
3993
3994 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3995 chapter relates to Windows. Title changed.
3996
3997 * mini.texi: Minor cleanups.
3998
3999 * mark.texi (Selective Undo): New node, text moved from basic.texi.
4000 (Mark): Put it in the menu.
4001
4002 * entering.texi: Minor cleanups.
4003
4004 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
4005 (Intro): Refer to "graphical" terminals, rather than X.
4006
4007 * display.texi (Display Custom): Add xref to Variables.
4008 (Optional Mode Line): eol-mnemonic-... vars moved here.
4009
4010 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
4011 rather than X.
4012
4013 * basic.texi: Minor cleanups.
4014 (Undo): selective-undo moved.
4015
4016 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
4017
4018 * anti.texi (Antinews): Various corrections and additions.
4019
4020 2006-01-23 Juri Linkov <juri@jurta.org>
4021
4022 * custom.texi (Easy Customization, Customization Groups)
4023 (Browsing Custom): Mention links along with buttons.
4024
4025 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4026
4027 * text.texi (TeX Print): Use @key for TAB.
4028
4029 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
4030
4031 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
4032
4033 * files.texi (File Aliases): Don't claim that usually separate
4034 buffers are created for two file names that name the same data.
4035 Mention additional situations where different names mean the same
4036 file on disk.
4037
4038 2006-01-19 Richard M. Stallman <rms@gnu.org>
4039
4040 * killing.texi (Deletion): Upcase @key argument.
4041
4042 * custom.texi (Custom Themes): Minor cleanup.
4043
4044 * programs.texi (Hungry Delete): Upcase @key argument.
4045
4046 2006-01-16 Juri Linkov <juri@jurta.org>
4047
4048 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
4049 Move `mode-line-highlight' before `mode-line-buffer-id'.
4050
4051 2006-01-14 Richard M. Stallman <rms@gnu.org>
4052
4053 * basic.texi (Inserting Text): Minor cleanup.
4054
4055 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4056
4057 * custom.texi (Changing a Variable, Face Customization):
4058 Update for changes in Custom menus.
4059
4060 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4061
4062 * macos.texi (Mac International): Undo last change.
4063
4064 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * custom.texi (Custom Themes): Describe the new
4067 customize-create-theme interface.
4068
4069 2005-12-30 Juri Linkov <juri@jurta.org>
4070
4071 * basic.texi (Position Info): Update example.
4072
4073 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
4074
4075 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
4076
4077 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * custom.texi (Custom Themes): `load-theme' always loads.
4080
4081 2005-12-23 Juri Linkov <juri@jurta.org>
4082
4083 * display.texi (Highlight Interactively): Use double space to
4084 separate sentences. Replace C-p with M-p, and C-n with M-n.
4085
4086 2005-12-22 Richard M. Stallman <rms@gnu.org>
4087
4088 * custom.texi (Easy Customization and subnodes):
4089 Replace "active field" with "button".
4090 Use "user option" only for variables.
4091 Use "setting" for variable-or-face.
4092
4093 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
4094
4095 * buffers.texi (Select Buffer): Change order in table to make
4096 "Similar" refer to the correct item.
4097 (Indirect Buffers): Minor rewording.
4098
4099 2005-12-20 Juri Linkov <juri@jurta.org>
4100
4101 * files.texi (VC Status): Put P and N near p and n.
4102
4103 2005-12-19 Richard M. Stallman <rms@gnu.org>
4104
4105 * programs.texi (Electric C): Delete the info about newline control.
4106 (Other C Commands): Minor cleanup.
4107 (Left Margin Paren): Minor cleanup.
4108
4109 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4110
4111 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
4112 (Customization Groups): Delete text moved to "Browsing Custom".
4113 (Browsing Custom): New node.
4114 (Specific Customization): Clarify which commands only work for
4115 loaded options.
4116
4117 2005-12-18 Bill Wohler <wohler@newt.com>
4118
4119 * frames.texi (Tool Bars): Shorten text of previous change.
4120
4121 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4122
4123 * files.texi (VC Status): Document log-view mode.
4124
4125 2005-12-18 Bill Wohler <wohler@newt.com>
4126
4127 * frames.texi (Tool Bars): Mention that you can turn off tool bars
4128 permanently via the customize interface.
4129
4130 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
4131
4132 * killing.texi (Killing by Lines): Document `kill-whole-line'
4133 function.
4134
4135 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
4136
4137 * buffers.texi (Select Buffer): Change `prev-buffer' to
4138 `previous-buffer'. Indicate that these functions use a frame
4139 local buffer list.
4140
4141 2005-12-12 Richard M. Stallman <rms@gnu.org>
4142
4143 * custom.texi (Easy Customization): Change menu comment.
4144 (Prefix Keymaps): Fix spelling of Control-X-prefix.
4145
4146 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
4147 (Help): Among the Apropos commands, describe only C-h a here.
4148
4149 2005-12-11 Richard M. Stallman <rms@gnu.org>
4150
4151 * programs.texi (Options for Comments): Comment-end starts with space.
4152
4153 * glossary.texi (Glossary): Minor cleanup.
4154
4155 * files.texi (Old Versions): Use @table.
4156
4157 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4158
4159 * display.texi (Highlight Interactively): Include
4160 global-hi-lock-mode. Add miscellaneous details and elaborations.
4161
4162 2005-12-09 Richard M. Stallman <rms@gnu.org>
4163
4164 * display.texi (Font Lock): Delete the Global FL menu item.
4165
4166 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
4167
4168 * custom.texi (Minibuffer Maps): Mention the maps for file name
4169 completion.
4170
4171 2005-12-09 Kim F. Storm <storm@cua.dk>
4172
4173 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
4174 prefix keys even when mark is active. Describe that RET moves
4175 cursor to next corner in rectangle; clarify insert around rectangle.
4176
4177 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4178
4179 * custom.texi (Customization): Use xref to elisp manual for
4180 non-TeX output.
4181 (Minor Modes): Update.
4182 (Customization Groups, Changing a Variable, Face Customization):
4183 Update for new appearance of Custom buffers.
4184 (Changing a Variable): `custom-buffer-done-function' has been
4185 replaced by `custom-buffer-done-kill'.
4186 (Specific Customization): In the `customize-group' buffer, a
4187 subgroup's contents are not "hidden". They are not included at
4188 all. They have no [Show] button.
4189 (Mouse Buttons): Add pxref to description of mouse event lists in
4190 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4191 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4192 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4193
4194 2005-12-08 Richard M. Stallman <rms@gnu.org>
4195
4196 * mini.texi (Completion Commands, Completion):
4197 In file name input, SPC does not do completion.
4198
4199 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4200
4201 * building.texi (GDB Graphical Interface): Explain screen size
4202 setting.
4203 (Other GDB User Interface Buffers): Describe features specific to
4204 GDB 6.4.
4205
4206 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
4207
4208 * building.texi (GDB User Interface Layout): Describe how to
4209 kill associated buffers.
4210 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4211 (Watch Expressions): Be more precise.
4212 (Other GDB User Interface Buffers): Describe how to change a
4213 register value.
4214
4215 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4216
4217 * macos.texi (Mac Input): Remove description of
4218 mac-command-key-is-meta. Add descriptions of
4219 mac-control-modifier, mac-command-modifier, and
4220 mac-option-modifier.
4221 (Mac International): Fix description of conversion of clipboard data.
4222 (Mac Font Specs): Add example of font customization by face attributes.
4223
4224 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
4225
4226 * building.texi (Watch Expressions): Expand description.
4227 (Other GDB User Interface Buffers): Describe local map for
4228 gud-watch.
4229
4230 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * display.texi (Font Lock): Font lock is enabled by default now.
4233
4234 2005-11-20 Juri Linkov <juri@jurta.org>
4235
4236 * basic.texi (Position Info): Update examples of the output.
4237 Remove the fact that examples are produced in the TeXinfo buffer,
4238 because in the Info reader users will get a different output from
4239 `C-x ='.
4240
4241 * building.texi (Compilation Mode): Remove paragraph duplicated
4242 from the node `Compilation'. Add `compilation-skip-threshold'.
4243
4244 * display.texi (Font Lock): Suggest more user-friendly method of
4245 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4246
4247 2005-11-18 Richard M. Stallman <rms@gnu.org>
4248
4249 * files.texi (Registering): Mention @@ in mode line.
4250
4251 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4252
4253 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4254
4255 * files.texi (Renaming and VC): Some back-ends don't
4256 handle renaming.
4257
4258 2005-11-17 Juri Linkov <juri@jurta.org>
4259
4260 * emacs.texi (Top):
4261 * display.texi (Highlight Interactively): Put this font-lock based
4262 mode near Font Lock node.
4263
4264 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4267 icons.
4268
4269 2005-11-12 Kim F. Storm <storm@cua.dk>
4270
4271 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4272 (Help Summary): Add C-h d and C-h e.
4273 (Apropos): Clarify that all apropos commands may search for either
4274 list of words or a regexp. Add C-h d for apropos-documentation.
4275 Describe apropos-documentation-sort-by-scores user option.
4276
4277 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4278
4279 * killing.texi (CUA Bindings): Add @section.
4280
4281 2005-11-10 Kim F. Storm <storm@cua.dk>
4282
4283 * emacs.texi (Top): Add CUA Bindings entry to menu.
4284
4285 * killing.texi (CUA Bindings): New node. Moved here from
4286 misc.texi and extended with info on rectangle commands and
4287 rectangle highlighting, interface to registers, and the global
4288 mark feature.
4289
4290 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4291
4292 * regs.texi: Prev link points to CUA Bindings node.
4293
4294 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4295
4296 * help.texi (Help Echo): By default, help echos are only shown on
4297 mouse-over, not on point-over.
4298
4299 2005-11-04 Jérôme Marant <jerome@marant.org>
4300
4301 * misc.texi (Shell Mode): Describe how to activate password echoing.
4302
4303 2005-11-04 Romain Francoise <romain@orebokech.com>
4304
4305 * mark.texi (Mark Ring): Fix typo.
4306
4307 2005-11-03 Richard M. Stallman <rms@gnu.org>
4308
4309 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4310
4311 2005-11-01 Bill Wohler <wohler@newt.com>
4312
4313 * help.texi (Help Mode): Fix typo.
4314
4315 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
4316
4317 * building.texi (Other GDB User Interface Buffers): Describe
4318 the command gdb-use-inferior-io-buffer.
4319
4320 2005-10-31 Romain Francoise <romain@orebokech.com>
4321
4322 * files.texi (Compressed Files): Fix typo.
4323
4324 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4325
4326 * windows.texi (Force Same Window): Likewise.
4327
4328 2005-10-30 Bill Wohler <wohler@newt.com>
4329
4330 * help.texi (Help Mode): URLs viewed with browse-url.
4331
4332 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4333
4334 * building.texi (GDB Graphical Interface): Don't reference
4335 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4336 must stay in same frame.
4337
4338 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4341
4342 * anti.texi (Antinews): Likewise.
4343
4344 2005-10-28 Bill Wohler <wohler@newt.com>
4345
4346 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4347
4348 2005-10-28 Richard M. Stallman <rms@gnu.org>
4349
4350 * files.texi (Visiting): Explain how to enter ? in a file name.
4351
4352 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4353
4354 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
4355
4356 * building.texi (GDB Graphical Interface): Describe
4357 gdb-mouse-until.
4358
4359 2005-10-23 Richard M. Stallman <rms@gnu.org>
4360
4361 * custom.texi (Init File): Recommend when to use site-start.el.
4362
4363 2005-10-21 Juri Linkov <juri@jurta.org>
4364
4365 * custom.texi (Examining): Mention accessing the old variable
4366 value via M-n in set-variable.
4367
4368 2005-10-18 Romain Francoise <romain@orebokech.com>
4369
4370 * files.texi (Version Systems): Capitalize GNU.
4371
4372 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4373
4374 * building.texi (Compilation Mode): Remove redundant paragraph.
4375 (Watch Expressions): Remove paragraph to reflect code change.
4376
4377 2005-10-16 Richard M. Stallman <rms@gnu.org>
4378
4379 * building.texi (Compilation Mode, Compilation): Clarified.
4380
4381 2005-10-15 Richard M. Stallman <rms@gnu.org>
4382
4383 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4384
4385 2005-10-13 Kenichi Handa <handa@m17n.org>
4386
4387 * basic.texi (Position Info): Fix previous change.
4388
4389 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
4390
4391 * cmdargs.texi (Icons X): Fix typo.
4392
4393 2005-10-12 Kenichi Handa <handa@m17n.org>
4394
4395 * basic.texi (Position Info): Describe the case that Emacs shows
4396 "part of display ...".
4397
4398 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
4399
4400 * cmdargs.texi (Icons X): -nb => -nbi.
4401
4402 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * frames.texi (Speedbar): A couple more clarifications.
4405
4406 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4407
4408 * building.texi (GDB User Interface Layout): Improve diagram.
4409 (Watch Expressions): Explain how to make speedbar global.
4410 (Other GDB User Interface Buffers): Make references more precise.
4411
4412 2005-10-09 Richard M. Stallman <rms@gnu.org>
4413
4414 * frames.texi (Speedbar): Clarify the text.
4415
4416 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * frames.texi (Speedbar): Add information on keybindings,
4419 dismissing the speedbar, and buffer display mode. Link to
4420 speedbar manual.
4421
4422 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
4423
4424 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4425 added -nb, --no-bitmap-icon.
4426
4427 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * building.texi (GDB Graphical Interface): Add variables and
4430 functions to indices. Be more precise.
4431
4432 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
4433
4434 * frames.texi (Drag and Drop): Remove the x- from
4435 x-dnd-open-file-other-window and xdnd-protocol-alist.
4436
4437 2005-09-30 Romain Francoise <romain@orebokech.com>
4438
4439 * mini.texi (Minibuffer): The default value now appears before the
4440 colon in minibuffer prompts.
4441
4442 2005-09-25 Richard M. Stallman <rms@gnu.org>
4443
4444 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4445
4446 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4447
4448 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4449
4450 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4451
4452 * emacs.texi (Top): Update submenus from macos.texi.
4453
4454 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4455 (Mac OS): Update feature support status.
4456 (Mac Input): List supported input scripts. Remove description
4457 about `mac-keyboard-text-encoding'. Mention mouse button
4458 emulation and related variables.
4459 (Mac International): Mention Central European and Cyrillic
4460 support. Now `keyboard-coding-system' is dynamically changed.
4461 Add description about coding system for selection. Add
4462 description about language environment.
4463 (Mac Environment Variables): Mention
4464 `~/.MacOSX/environment.plist'. Give example of command line
4465 arguments. Add Preferences support.
4466 (Mac Directories): Explicitly state that this node is for Mac OS
4467 Classic only.
4468 (Mac Font Specs): Mention specification for scalable fonts. List
4469 supported charsets. Add preferred way of creating fontsets. Add
4470 description about `mac-allow-anti-aliasing'.
4471 (Mac Functions): Add descriptions about `mac-set-file-creator',
4472 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4473 and `mac-get-preference'.
4474
4475 2005-09-16 Romain Francoise <romain@orebokech.com>
4476
4477 Update all files to specify GFDL version 1.2.
4478
4479 * doclicense.texi (GNU Free Documentation License): Update to
4480 version 1.2.
4481
4482 2005-09-15 Richard M. Stallman <rms@gnu.org>
4483
4484 * buffers.texi (List Buffers): Fix xref.
4485
4486 * rmail.texi (Rmail Basics): Fix xref.
4487
4488 * emacs.texi (Top): Update subnode menus.
4489
4490 * files.texi (Saving Commands): New node, broken out of Saving.
4491 (Customize Save): New node, broken out of Saving.
4492 Clarify effect of write-region-inhibit-fsync.
4493 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4494
4495 2005-09-14 Romain Francoise <romain@orebokech.com>
4496
4497 * files.texi (Saving): Mention write-region-inhibit-fsync.
4498
4499 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * custom.texi (Custom Themes): New node.
4502
4503 2005-09-03 Richard M. Stallman <rms@gnu.org>
4504
4505 * search.texi (Search Case): Mention vars that control
4506 case-fold-search for various operations.
4507
4508 2005-08-22 Juri Linkov <juri@jurta.org>
4509
4510 * display.texi (Standard Faces): Merge the text from
4511 `(elisp)Standard Faces' into this node.
4512
4513 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4514
4515 * emacs.texi (Top): Delete menu item for deleted node
4516 Keyboard Translations.
4517
4518 2005-08-18 Richard M. Stallman <rms@gnu.org>
4519
4520 * trouble.texi (Unasked-for Search):
4521 Delete xref to Keyboard Translations.
4522
4523 * glossary.texi (Glossary): Delete xref.
4524
4525 * custom.texi (Minor Modes): Say that the list here is not complete.
4526 (Keyboard Translations): Node deleted.
4527 (Disabling): Delete xref to it.
4528 (Customization Groups): Fix Custom buffer example.
4529 (Hooks): Mention remove-hooks.
4530
4531 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4532
4533 * building.texi (GDB Graphical Interface): Improve filling of menu
4534 item.
4535
4536 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
4537
4538 * building.texi (GDB Graphical Interface): Use better node names.
4539
4540 2005-08-14 Richard M. Stallman <rms@gnu.org>
4541
4542 * text.texi (Sentences): Fix xref.
4543
4544 2005-08-14 Juri Linkov <juri@jurta.org>
4545
4546 * building.texi (Compilation, Grep Searching): Move grep command
4547 headings from `Compilation' to `Grep Searching'.
4548
4549 * dired.texi (Dired and Find):
4550 * maintaining.texi (Tags Search): Replace grep xref to
4551 `Compilation' node with `Grep Searching'.
4552
4553 * files.texi (Comparing Files): Replace xref to `Compilation' with
4554 `Compilation Mode'.
4555
4556 2005-08-13 Alan Mackenzie <acm@muc.de>
4557
4558 * search.texi (Non-ASCII Isearch): Correct a typo.
4559 (Replacement Commands): Mention query-replace key binding.
4560
4561 2005-08-11 Richard M. Stallman <rms@gnu.org>
4562
4563 * programs.texi (Options for Comments): Fix xref.
4564
4565 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4566 out of Regexps.
4567
4568 2005-08-09 Juri Linkov <juri@jurta.org>
4569
4570 * building.texi (Compilation): Use `itemx' instead of `item'.
4571 (Grep Searching): Simplify phrase.
4572
4573 * display.texi (Standard Faces): Describe vertical-border on
4574 window systems.
4575
4576 * windows.texi (Split Window): Simplify phrase and mention
4577 vertical-border face.
4578
4579 2005-08-09 Richard M. Stallman <rms@gnu.org>
4580
4581 * files.texi (Comparing Files): Clarify compare-windows.
4582
4583 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4584
4585 2005-08-06 Eli Zaretskii <eliz@gnu.org>
4586
4587 * mule.texi (Coding Systems): Rephrase the paragraph about
4588 codepages: no need for "M-x codepage-setup" anymore, except on
4589 MS-DOS.
4590
4591 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4592 the MS-DOS port only.
4593
4594 2005-07-30 Eli Zaretskii <eliz@gnu.org>
4595
4596 * makefile.w32-in (info): Don't run multi-install-info.bat.
4597 ($(infodir)/dir): New target, produced by running
4598 multi-install-info.bat.
4599
4600 2005-07-22 Eli Zaretskii <eliz@gnu.org>
4601
4602 * files.texi (Quoted File Names): Add index entry.
4603
4604 2005-07-19 Juri Linkov <juri@jurta.org>
4605
4606 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4607
4608 2005-07-18 Juri Linkov <juri@jurta.org>
4609
4610 * custom.texi (Easy Customization):
4611 * files.texi (Old Versions):
4612 * frames.texi (Wheeled Mice):
4613 * mule.texi (Specify Coding):
4614 * text.texi (Cell Justification):
4615 * trouble.texi (After a Crash):
4616 * xresources.texi (GTK styles):
4617 Delete duplicate duplicate words.
4618
4619 2005-07-17 Richard M. Stallman <rms@gnu.org>
4620
4621 * frames.texi (Creating Frames): Fix foreground color example.
4622
4623 * custom.texi (Init Examples): Clean up text about conditionals.
4624
4625 2005-07-16 Richard M. Stallman <rms@gnu.org>
4626
4627 * mini.texi (Completion Commands): Fix command name for ?.
4628
4629 2005-07-16 Eli Zaretskii <eliz@gnu.org>
4630
4631 * display.texi (Standard Faces): Explain that customization of
4632 `menu' face has no effect on w32 and with GTK. Add
4633 cross-references.
4634
4635 * cmdargs.texi (General Variables): Clarify the default location
4636 of $HOME on w32 systems.
4637
4638 2005-07-15 Jason Rumney <jasonr@gnu.org>
4639
4640 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4641 changed.
4642
4643 2005-07-08 Kenichi Handa <handa@m17n.org>
4644
4645 * mule.texi (Recognize Coding): Recommend
4646 revert-buffer-with-coding-system instead of revert-buffer.
4647
4648 2005-07-07 Richard M. Stallman <rms@gnu.org>
4649
4650 * anti.texi (Antinews): Mention mode-line-inverse-video.
4651
4652 * files.texi (Saving): Minor correction about C-x C-w.
4653
4654 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4655
4656 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4657
4658 * search.texi (Isearch Scroll): Add example of using the
4659 `isearch-scroll' property.
4660 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4661 `Display Custom' node.
4662 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4663 and de-emphasize it.
4664 (Other Repeating Search): `occur' currently can not correctly
4665 handle multiline matches. Correct, clarify and update description
4666 of `flush-lines' and `keep-lines'.
4667
4668 * display.texi (Display Custom): Add anchor for `baud-rate'.
4669
4670 2005-07-07 Richard M. Stallman <rms@gnu.org>
4671
4672 * gnu.texi: Update where to get GNU status; add refs for how to help.
4673 Add footnotes 6 and 7.
4674
4675 2005-07-04 Lute Kamstra <lute@gnu.org>
4676
4677 Update FSF's address in GPL notices.
4678
4679 * doclicense.texi (GNU Free Documentation License):
4680 * trouble.texi (Checklist): Update FSF's address.
4681
4682 2005-06-24 Richard M. Stallman <rms@gnu.org>
4683
4684 * display.texi (Text Display): Change index entries.
4685
4686 2005-06-24 Eli Zaretskii <eliz@gnu.org>
4687
4688 * makefile.w32-in (MAKEINFO): Use --force.
4689 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4690 Makefile.in.
4691
4692 2005-06-23 Richard M. Stallman <rms@gnu.org>
4693
4694 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4695 nobreak-char-display.
4696
4697 * emacs.texi (Top): Update detailed node listing.
4698
4699 * display.texi (Text Display): Renamed show-nonbreak-escape
4700 to nobreak-char-display and no-break-space to nobreak-space.
4701 (Standard Faces): Split up the list of standard faces
4702 and put it in a separate node. Add nobreak-space and
4703 escape-glyph.
4704
4705 2005-06-23 Lute Kamstra <lute@gnu.org>
4706
4707 * mule.texi (Select Input Method): Fix typo.
4708
4709 2005-06-23 Kenichi Handa <handa@m17n.org>
4710
4711 * mule.texi (International): List all supported scripts. Adjust
4712 text for that leim is now included in the normal Emacs
4713 distribution.
4714 (Language Environments): List all language environments.
4715 Intlfonts contains fonts for most supported scripts, not all..
4716 (Select Input Method): Refer to C-u C-x = to see how to type to
4717 input a specific character.
4718 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4719
4720 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * building.texi (Grep Searching): Texinfo usage fix.
4723
4724 2005-06-22 Miles Bader <miles@gnu.org>
4725
4726 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4727
4728 2005-06-20 Miles Bader <miles@gnu.org>
4729
4730 * display.texi (Faces): Add `vertical-divider'.
4731
4732 2005-06-17 Richard M. Stallman <rms@gnu.org>
4733
4734 * text.texi (Adaptive Fill): Minor clarification.
4735
4736 2005-06-10 Lute Kamstra <lute@gnu.org>
4737
4738 * emacs.texi (Top): Correct version number.
4739 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4740 refer to the current version of Emacs.
4741
4742 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4743
4744 * files.texi (Log Buffer): Document when there can be more than
4745 one file to be committed.
4746
4747 2005-06-08 Juri Linkov <juri@jurta.org>
4748
4749 * display.texi (Faces): Add `shadow' face.
4750
4751 2005-06-07 Masatake YAMATO <jet@gyve.org>
4752
4753 * display.texi (Faces): Write about mode-line-highlight.
4754
4755 2005-06-06 Richard M. Stallman <rms@gnu.org>
4756
4757 * misc.texi (Printing Package): Explain how to initialize
4758 printing package.
4759
4760 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4761
4762 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * emacs.texi: Rename Hardcopy to Printing.
4765 Make PostScript and PostScript Variables subnodes of it.
4766
4767 * misc.texi (Printing): Rename node from Hardcopy.
4768 Mention menu bar options.
4769 Move PostScript and PostScript Variables to submenu.
4770 (Printing package): New node.
4771
4772 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4773
4774 * dired.texi (Operating on Files): Likewise.
4775
4776 * calendar.texi (Displaying the Diary): Likewise.
4777
4778 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4779
4780 * glossary.texi (Glossary): Likewise.
4781
4782 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4783 effect.
4784
4785 2005-06-04 Richard M. Stallman <rms@gnu.org>
4786
4787 * trouble.texi (After a Crash): Polish previous change.
4788
4789 2005-05-30 Noah Friedman <friedman@splode.com>
4790
4791 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4792 recovery mechanism.
4793
4794 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4795
4796 * building.texi (Other Buffers): SPC toggles display of
4797 floating point registers.
4798
4799 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4800
4801 * files.texi (Log Buffer): Merge in description of Log Edit
4802 mode from pcl-cvs.texi.
4803
4804 2005-05-26 Richard M. Stallman <rms@gnu.org>
4805
4806 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4807
4808 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4809
4810 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4811 not enabled by default.
4812 When not on a word, `ispell-word' by default checks the word
4813 before point.
4814
4815 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4816
4817 * building.texi (Debugger Operation): Simplify last sentence.
4818
4819 2005-05-23 Lute Kamstra <lute@gnu.org>
4820
4821 * emacs.texi: Update FSF's address throughout.
4822 (Preface): Use @cite.
4823 (Distrib): Add cross reference to the node "Copying". Mention the
4824 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4825 printed manuals.
4826 (Intro): Use @xref for the Emacs Lisp Intro.
4827
4828 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4829
4830 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4831
4832 * basic.texi (Moving Point): Mention default for `goto-line'.
4833
4834 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4835 of a variable's docstring.
4836
4837 2005-05-18 Lute Kamstra <lute@gnu.org>
4838
4839 * maintaining.texi (Overview of Emerge): Add cross reference.
4840 Remove duplication.
4841
4842 * emacs.texi (Top): Update to the current structure of the manual.
4843 * misc.texi (Emacs Server): Add menu description.
4844 * files.texi (Saving): Fix menu.
4845 * custom.texi (Customization): Fix menu.
4846 * mule.texi (International): Fix menu.
4847 * kmacro.texi (Keyboard Macros): Fix menu.
4848
4849 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * display.texi: Various minor changes.
4852 (Faces): Delete text that is repeated in the next section.
4853
4854 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4855
4856 * building.texi (Debugger Operation): Mention GUD tooltips are
4857 disabled with GDB in text command mode.
4858
4859 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4860
4861 * building.texi: Replace toolbar with "tool bar" for consistency.
4862 (Compilation Mode): Describe compilation-context-lines
4863 and use of arrow in compilation buffer.
4864 (Debugger Operation): Replace help text with variable's value.
4865
4866 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4867 consistency.
4868
4869 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4870
4871 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4872 Add xref.
4873
4874 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4875
4876 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4877 (Position Info): Delete discussion of `goto-line'. It is already
4878 described in `Moving point'.
4879
4880 * mini.texi (Completion Commands): Correct reference.
4881 (Completion Options): Fix typo.
4882
4883 * killing.texi (Deletion): Complete description of `C-x C-o'.
4884
4885 2005-05-10 Richard M. Stallman <rms@gnu.org>
4886
4887 * building.texi (Compilation): Clarify recompile's directory choice.
4888
4889 * frames.texi (Tooltips): Cleanups.
4890
4891 * basic.texi (Arguments): Fix punctuation.
4892
4893 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4894
4895 * screen.texi (Menu Bar): The up and down (not left and right)
4896 arrow keys move through a keyboard menu.
4897
4898 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4899
4900 * basic.texi: Various typo and grammar fixes.
4901 (Moving Point): C-a now runs move-beginning-of-line.
4902
4903 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
4904
4905 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4906
4907 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4908 as different animals.
4909
4910 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4913 Correct index entry.
4914
4915 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4916
4917 * building.texi (Debugger Operation): Update to reflect changes
4918 in GUD tooltips.
4919
4920 2005-04-30 Richard M. Stallman <rms@gnu.org>
4921
4922 * files.texi (Compressed Files): Auto Compression normally enabled.
4923
4924 * building.texi (Debugger Operation): Clarify previous change.
4925
4926 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4927
4928 * building.texi (Debugger Operation): Add description for
4929 GUD tooltips when program is not running.
4930
4931 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * misc.texi (Shell): Add `Shell Prompts' to menu.
4934 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4935 description. Delete remarks moved to new node.
4936 (Shell Prompts): New node.
4937 (History References): Replace remarks moved to `Shell Prompts'
4938 with xref to that node.
4939 (Remote Host): Clarify how to specify the terminal type when
4940 logging in to a different machine.
4941
4942 2005-04-26 Richard M. Stallman <rms@gnu.org>
4943
4944 * emacs.texi (Top): Update submenus from files.texi.
4945
4946 * files.texi (Filesets): Clarify previous change.
4947
4948 * dired.texi (Misc Dired Features): Clarify previous change.
4949
4950 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4953
4954 * dired.texi (Misc Dired Features): Document
4955 dired-compare-directories.
4956
4957 * files.texi (Filesets): New node.
4958 (File Conveniences): Document Image mode.
4959
4960 * text.texi (TeX Print): Document tex-compile.
4961
4962 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4963
4964 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4965 Delete redundant reference to tooltip Custom group. It is
4966 referred too again in the next paragraph.
4967
4968 2005-04-24 Richard M. Stallman <rms@gnu.org>
4969
4970 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4971
4972 2005-04-19 Kim F. Storm <storm@cua.dk>
4973
4974 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4975
4976 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4977
4978 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4979 turns off desktop-save-mode.
4980
4981 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4984 by default in terminals compatible with xterm. Mention that
4985 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4986 node.
4987
4988 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4989
4990 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4991
4992 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
4993
4994 * xresources.texi (Table of Resources): Add cursorBlink.
4995
4996 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4997
4998 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4999 `d', `C-d' and `u'.
5000
5001 2005-04-11 Richard M. Stallman <rms@gnu.org>
5002
5003 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
5004 (Misc X): Add -D, --basic-display.
5005
5006 * maintaining.texi (Change Log): Correct the description of
5007 the example.
5008
5009 * major.texi (Choosing Modes): Document magic-mode-alist.
5010
5011 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5012
5013 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
5014 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
5015 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
5016 (Rmail Output): Clarify which statements apply to `o', `C-o' and
5017 `w', respectively.
5018 (Rmail Labels): Mention `l'.
5019 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
5020 (Rmail Summary Edit): Describe `j' and RET.
5021
5022 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
5023
5024 * xresources.texi (Lucid Resources): Add fontSet resource.
5025
5026 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
5027
5028 * display.texi (Useless Whitespace): `indicate-unused-lines' is
5029 now called `indicate-empty-lines'.
5030
5031 2005-04-06 Kim F. Storm <storm@cua.dk>
5032
5033 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
5034
5035 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5036
5037 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
5038 deleted.
5039 (Marks vs Flags): Add some convenient key bindings.
5040 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
5041 (Misc Dired Features): Correct and expand description of `w' command.
5042
5043 * frames.texi (XTerm Mouse): Delete apparently false info.
5044 The GNU/Linux console currently does not appear to support
5045 `xterm-mouse-mode'.
5046
5047 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5048
5049 * calendar.texi (Diary): Mention shell utility `calendar'.
5050
5051 2005-04-01 Richard M. Stallman <rms@gnu.org>
5052
5053 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
5054
5055 2005-04-01 Lute Kamstra <lute@gnu.org>
5056
5057 * maintaining.texi (Change Log): add-change-log-entry uses
5058 add-log-mailing-address.
5059
5060 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5061
5062 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
5063 `VC Mode Line' and put in an xref to that node.
5064 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
5065 its description.
5066
5067 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
5068
5069 * calendar.texi (Calendar Systems): Say that the Persian calendar
5070 implemented here is the arithmetical one championed by Birashk.
5071
5072 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5073
5074 * programs.texi (Fortran Motion): Fix previous change.
5075
5076 2005-03-29 Richard M. Stallman <rms@gnu.org>
5077
5078 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
5079
5080 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * text.texi (Refill): Refer to Long Lines Mode.
5083 (Longlines): New node.
5084 (Auto Fill): Don't index "word wrap" here.
5085 (Filling): Add Longlines to menu.
5086
5087 2005-03-29 Richard M. Stallman <rms@gnu.org>
5088
5089 * xresources.texi: Minor fixes.
5090
5091 * misc.texi (Emacs Server): Fix Texinfo usage.
5092
5093 * emacs.texi (Top): Don't use a real section heading for
5094 "Detailed Node Listing". Fake it instead.
5095
5096 * basic.texi (Position Info): Minor cleanup.
5097
5098 * mule.texi (Input Methods): Minor cleanup.
5099
5100 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5101
5102 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
5103 constructs as well.
5104 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
5105
5106 2005-03-29 Kenichi Handa <handa@m17n.org>
5107
5108 * mule.texi (Input Methods): Refer to the command C-u C-x =.
5109
5110 * basic.texi (Position Info): Update the description about the
5111 command C-u C-x =.
5112
5113 2005-03-28 Richard M. Stallman <rms@gnu.org>
5114
5115 * emacs.texi (Top): Use @section for the detailed node listing.
5116
5117 * calendar.texi: Minor fixes to previous change.
5118
5119 * programs.texi (Fortran): Small fixes to previous changes.
5120
5121 * emacs.texi (Top): Update list of subnodes of Dired.
5122 Likewise for building.texi.
5123
5124 * files.texi (File Conveniences): Delete Auto Image File mode.
5125
5126 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * building.texi (Flymake): New node.
5129
5130 * custom.texi (Function Keys): Document kp- event types and
5131 keypad-setup package.
5132
5133 * dired.texi (Wdired): New node.
5134
5135 * files.texi (File Conveniences): Reorder entries.
5136 Explain how to turn on Auto-image-file mode.
5137 Document Thumbs mode.
5138
5139 * mule.texi (Specify Coding): Document recode-region and
5140 recode-file-name.
5141
5142 * programs.texi (Program Modes): Add Conf mode and DNS mode.
5143
5144 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5145
5146 * commands.texi (Keys): M-o is now a prefix key.
5147
5148 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5149
5150 * programs.texi: Reformat and update copyright years.
5151 (Fortran): Update section.
5152
5153 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5154
5155 * files.texi: Several small changes in addition to:
5156 (Visiting): Change xref for Dialog Boxes to ref.
5157 (Version Headers): Replace references to obsolete var
5158 `vc-header-alist' with `vc-BACKEND-header'.
5159 (Customizing VC): Update value of `vc-handled-backends'.
5160
5161 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5162
5163 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5164 move here from Emacs Lisp Reference Manual.
5165 * calendar.texi (Calendar/Diary, Diary Commands)
5166 (Special Diary Entries, Importing Diary): Change some xrefs to
5167 point to emacs-xtra rather than elisp.
5168
5169 * emacs-xtra.texi (Calendar Customizing):
5170 Move view-diary-entries-initially, view-calendar-holidays-initially,
5171 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5172 Emacs Manual.
5173 (Appt Customizing): Merge entire section into main Emacs Manual.
5174 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5175 mark-holidays-in-calendar here from emacs-xtra.
5176 (Displaying the Diary): Move view-diary-entries-initially,
5177 mark-diary-entries-in-calendar here from emacs-xtra.
5178 (Appointments): Move appt-display-mode-line,
5179 appt-display-duration, appt-disp-window-function,
5180 appt-delete-window-function here from emacs-xtra.
5181
5182 * calendar.texi: Update and reformat copyright.
5183 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5184 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5185 (Diary): Refer to `diary-file' rather than ~/diary.
5186 (Diary Commands): Rename node to "Displaying the Diary".
5187 * emacs.texi (Top): Rename "Diary Commands" section.
5188 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5189
5190 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5191
5192 * misc.texi (Emacs Server): Fix the command for setting
5193 server-name. Add an xref to Invoking emacsclient.
5194
5195 * help.texi (Help Summary): Clarify when "C-h ." will do something
5196 nontrivial.
5197 (Apropos): Add cindex entry for apropos-sort-by-scores.
5198
5199 * display.texi (Text Display): Add index entries for how no-break
5200 characters are displayed.
5201
5202 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5203
5204 * files.texi (Visiting): Fix cross-references introduced with the
5205 last change.
5206
5207 * xresources.texi (GTK resources): Fix last change.
5208
5209 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * xresources.texi (X Resources): GTK options documented too.
5212 (Resources): Clarify meaning of program name.
5213 (Table of Resources): Add visualClass.
5214 (GTK resources): Rewrite.
5215 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5216
5217 * display.texi (Text Display): Mention non-breaking spaces.
5218
5219 * files.texi (Reverting): Document auto-revert-check-vc-info.
5220
5221 * frames.texi (Mouse Commands): Document
5222 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5223
5224 * help.texi (Help Summary): Add `C-h .'.
5225 (Apropos): Apropos accepts a list of search terms.
5226 Document apropos-sort-by-scores.
5227 (Help Echo): Document display-local-help.
5228
5229 * misc.texi (Emacs Server): Document server-name.
5230 (Invoking emacsclient): Document -s option for server names.
5231
5232 * text.texi (Outline Visibility): Introduce "current heading
5233 line" (commands can be called with point on a body line).
5234 Re-order table to follow the sequence of discussion.
5235 hide-body won't hide lines before first header line.
5236 (TeX Mode): Add DocTeX mode.
5237
5238 2005-03-24 Richard M. Stallman <rms@gnu.org>
5239
5240 * mule.texi (Single-Byte Character Support): Delete mention
5241 of iso-acc.el and iso-transl.el.
5242
5243 2005-03-23 Lute Kamstra <lute@gnu.org>
5244
5245 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5246
5247 2005-03-23 Richard M. Stallman <rms@gnu.org>
5248
5249 * search.texi: Delete explicit node pointers.
5250 (Incremental Search): New menu.
5251 (Basic Isearch, Repeat Isearch, Error in Isearch)
5252 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5253 (Slow Isearch): New subnodes.
5254 (Configuring Scrolling): Node deleted.
5255 (Search Case): Doc default-case-fold-search.
5256 (Regexp Replace): Move replace-regexp doc here.
5257
5258 * rmail.texi (Movemail): Put commas inside closequotes.
5259
5260 * picture.texi (Insert in Picture): Document C-c arrow combos.
5261 (Basic Picture): Clarify erasure.
5262
5263 * display.texi (Font Lock): Put commas inside closequotes.
5264
5265 * cmdargs.texi (General Variables): Put commas inside closequotes.
5266
5267 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
5268
5269 * building.texi (Stack Buffer): Mention reverse contrast for
5270 *selected* frame (might not be current frame).
5271
5272 2005-03-21 Richard M. Stallman <rms@gnu.org>
5273
5274 * building.texi (Starting GUD): Add bashdb.
5275
5276 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * basic.texi (Moving Point): Add M-g M-g binding.
5279 (Undo): Document undo-only.
5280 (Position Info): Document M-g M-g and C-u M-g M-g.
5281
5282 * building.texi (Building): Put Grep Searching after Compilation
5283 Shell.
5284 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5285 Document next-error-highlight.
5286 (Grep Searching): Document grep-highlight-matches.
5287 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5288
5289 * calendar.texi (Importing Diary): Rename node from iCalendar.
5290 Document diary-from-outlook.
5291
5292 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5293 Commands.
5294 Mention effect of X drag and drop on Dired buffers.
5295
5296 * files.texi (Visiting): Document large-file-warning-threshold.
5297 Move paragraph on file-selection dialog.
5298 Mention visiting files using X drag and drop.
5299 (Reverting): Mention using Auto-Revert mode to tail files.
5300 Document auto-revert-tail-mode.
5301 (Version Systems): Minor correction.
5302 (Comparing Files): Diff-mode is no longer based on Compilation
5303 mode.
5304 Document compare-ignore-whitespace.
5305 (Misc File Ops): Explain passing a directory to rename-file.
5306 Likewise for copy-file and make-symbolic-link.
5307
5308 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5309 Document mouse-wheel-progressive speed.
5310
5311 * help.texi (Misc Help): Document numeric argument for C-h i.
5312 Correctly explain the effect of just C-u as argument.
5313
5314 * killing.texi (Deletion): Document numeric argument for
5315 just-one-space.
5316
5317 * mini.texi (Completion): Completion acts on text before point.
5318
5319 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5320 (Emulation): CUA mode replaces pc-bindings-mode,
5321 pc-selection-mode, and s-region.
5322
5323 * mule.texi (Input Methods): Leim is now built-in.
5324 (Select Input Method): Document quail-show-key.
5325 (Specify Coding): Document revert-buffer-with-coding-system.
5326
5327 * programs.texi (Fortran Motion): Document f90-next-statement,
5328 f90-previous-statement, f90-next-block, f90-previous-block,
5329 f90-end-of-block, and f90-beginning-of-block.
5330
5331 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5332
5333 * emacs.texi (Acknowledgments): Updated.
5334
5335 * anti.texi: Total rewrite.
5336
5337 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * ack.texi (Acknowledgments): Update.
5340
5341 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5342
5343 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5344 copyright years.
5345
5346 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
5347
5348 * building.texi (Commands of GUD): Move paragraph on setting
5349 breakpoints with mouse to the GDB Graphical Interface node.
5350
5351 2005-03-07 Richard M. Stallman <rms@gnu.org>
5352
5353 * misc.texi (Single Shell, Shell Options): Fix previous change.
5354
5355 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5356
5357 2005-03-06 Richard M. Stallman <rms@gnu.org>
5358
5359 * building.texi (Starting GUD): Don't explain text vs graphical
5360 GDB here. Just mention it and xref.
5361 Delete "just one debugger process".
5362 (Debugger Operation): Move GUD tooltip info here.
5363 (GUD Tooltips): Node deleted.
5364 (GDB Graphical Interface): Explain the two GDB modes here.
5365
5366 * sending.texi (Sending Mail): Minor cleanup.
5367 (Mail Aliases): Explain quoting conventions.
5368 Update key rebinding example.
5369 (Header Editing): C-M-i is like M-TAB.
5370 (Mail Mode Misc): mail-attach-file does not do MIME.
5371
5372 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5373 that really belongs here.
5374 (Remote Mailboxes): Text moved to Rmail Inbox.
5375 (Rmail Display): Mention Mouse-1.
5376 (Movemail): Clarify two movemail versions.
5377 Clarify rmail-movemail-program.
5378
5379 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5380 Document async shell commands.
5381 (Shell History): Clarify.
5382 (Shell Ring): Mention C-UP an C-DOWN.
5383 (Shell Options): Add comint-prompt-read-only.
5384 (Invoking emacsclient): Set EDITOR to run Emacs.
5385 (Sorting): No need to explain what region is.
5386 (Saving Emacs Sessions): Fix typo.
5387 (Recursive Edit): Fix punctuation.
5388 (Emulation): Don't mention "PC bindings" which are standard.
5389 (Hyperlinking): Explain Mouse-1 convention here.
5390 (Find Func): Node deleted.
5391
5392 * help.texi (Name Help): Xref to Hyperlinking.
5393
5394 * glossary.texi (Glossary):
5395 Rename "Balance Parentheses" to "Balancing...".
5396 Add "Byte Compilation". Correct "Copyleft".
5397 New xref in "Customization".
5398 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5399 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5400 Rename "Registers" to "Register".
5401 Replace "Selecting" with "Selected Frame",
5402 "Selected Window", and "Selecting a Buffer".
5403
5404 * files.texi (Types of Log File): Explain how projects'
5405 methods can vary.
5406
5407 * display.texi (Faces): Delete "Emacs 21".
5408
5409 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5410 * fixit.texi (Spelling): C-M-i like M-TAB.
5411 * mini.texi (Completion Options): C-M-i like M-TAB.
5412 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5413 * text.texi (Text Mode): C-M-i like M-TAB.
5414
5415 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5416
5417 * calendar.texi (Specified Dates): Mention `g w'.
5418 (Appointments): appt-activate toggles with no arg.
5419
5420 2005-03-05 Juri Linkov <juri@jurta.org>
5421
5422 * cmdargs.texi (Emacs Invocation): Add cindex
5423 "invocation (command line arguments)"
5424 (Misc X): Add -nbc, --no-blinking-cursor.
5425
5426 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5427
5428 * calendar.texi (iCalendar): No need to require it now.
5429
5430 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
5431
5432 * trouble.texi (Contributing): Mention Savannah. Direct users to
5433 emacs-devel.
5434
5435 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5436
5437 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5438 window.
5439
5440 2005-02-27 Richard M. Stallman <rms@gnu.org>
5441
5442 * building.texi (Compilation): Update mode line status info.
5443
5444 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5445
5446 * calendar.texi (General Calendar): Document binding of
5447 scroll-other-window-down.
5448 (Mayan Calendar): Fix earliest date.
5449 (Time Intervals): Document timeclock-change.
5450 Fix timeclock-ask-before-exiting documentation.
5451
5452 2005-02-26 Kim F. Storm <storm@cua.dk>
5453
5454 * frames.texi (Mouse References):
5455 Add mouse-1-click-in-non-selected-windows.
5456
5457 2005-02-25 Richard M. Stallman <rms@gnu.org>
5458
5459 * screen.texi (Screen): Explain better about cursors and mode lines;
5460 don't presuppose text terminals.
5461 (Point): Don't assume just one cursor.
5462 Clarify explanation of cursors.
5463 (Echo Area, Menu Bar): Cleanups.
5464
5465 * mini.texi (Minibuffer): Prompts are highlighted.
5466 (Minibuffer Edit): Newline = C-j only on text terminals.
5467 Clarify resize-mini-windows values.
5468 Mention M-PAGEUP and M-PAGEDOWN.
5469 (Completion Commands): Mouse-1 like Mouse-2.
5470 (Minibuffer History): Explain history commands better.
5471 (Repetition): Add xref to Incremental Search.
5472
5473 * mark.texi (Setting Mark): Clarify info about displaying mark.
5474 Clarify explanation of C-@ and C-SPC.
5475 (Transient Mark): Mention Delete Selection mode.
5476 (Marking Objects): Clean up text about extending the region.
5477
5478 * m-x.texi (M-x): One C-g doesn't always go to top level.
5479 No delay before suggest-key-bindings output.
5480
5481 * fixit.texi (Fixit): Mention C-/ for undo.
5482 (Spelling): Mention ESC TAB like M-TAB.
5483 Replacement words with r and R are rechecked.
5484 Say where C-g leaves point. Mention ? as input.
5485
5486 2005-02-23 Lute Kamstra <lute@gnu.org>
5487
5488 * cmdargs.texi (Initial Options): Add cross reference.
5489
5490 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5491
5492 * emacs.texi (Top): Update menu for splitting of node in
5493 msdog.texi.
5494 * frames.texi (Frames): Update xref for splitting of node in
5495 msdog.texi.
5496 * trouble.texi (Quitting): Ditto.
5497
5498 2005-02-16 Richard M. Stallman <rms@gnu.org>
5499
5500 * windows.texi (Split Window): Simplify line truncation info
5501 and xref to Display Custom.
5502
5503 * trouble.texi (Quitting): Emergency escape only for text terminal.
5504 (Screen Garbled): C-l for ungarbling is only for text terminal.
5505
5506 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5507
5508 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5509
5510 * programs.texi (Program Modes): Mention Python mode.
5511 (Moving by Defuns): Repeating C-M-h extends region.
5512 (Basic Indent): Clarify.
5513 (Custom C Indent): Clarify.
5514 (Expressions): Repeating C-M-@ extends region.
5515 (Info Lookup): Clarify for C-h S.
5516 (Symbol Completion): ESC TAB alternative for M-TAB.
5517 (Electric C): Clarify.
5518
5519 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5520
5521 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5522 MS-DOS Input node.
5523 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5524 (MS-DOS and MULE): Clarify.
5525 (MS-DOS Processes, Windows Processes): Fix typos.
5526
5527 * major.texi (Choosing Modes): Clarify.
5528
5529 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5530 (Keyboard Macro Step-Edit): Clarify.
5531
5532 * indent.texi (Indentation): Clarifications.
5533
5534 * help.texi (Help): Correct error about C-h in query-replace.
5535 Clarify apropos vs C-h a. Fix how to search in FAQ.
5536 (Key Help): Describe C-h w here.
5537 (Name Help): Minor cleanup. C-h w moved to Key Help.
5538 Clarify the "object" joke.
5539 (Apropos): Clarify. Mouse-1 like Mouse-2.
5540 (Help Mode): Mouse-1 like Mouse-2.
5541
5542 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5543
5544 * display.texi (Display): Reorder menu.
5545 (Faces): Cleanup.
5546 (Font Lock): Cleanup. Mention Options menu.
5547 Delete obsolete text.
5548 (Scrolling): For C-l, don't presume text terminal.
5549 (Horizontal Scrolling): Simplify intro.
5550 (Follow Mode): Clarify.
5551 (Cursor Display): Moved before Display Custom.
5552 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5553 Doc default-tab-width. Doc line truncation more thoroughly.
5554
5555 * dired.texi (Dired Enter): C-x C-f can run Dired.
5556 (Dired Visiting): Comment out `a' command.
5557 Mouse-1 is like Mouse-2.
5558 (Shell Commands in Dired): ? can be used more than once.
5559
5560 * basic.texi (Continuation Lines): Simplify description of truncation,
5561 and refer to Display Custom for the rest of it.
5562
5563 2005-02-06 Lute Kamstra <lute@gnu.org>
5564
5565 * basic.texi (Undo): Fix typo.
5566
5567 * cmdargs.texi (Emacs Invocation): Fix typo.
5568
5569 * custom.texi (Init Examples): Fix typo.
5570
5571 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5572
5573 2005-02-06 Richard M. Stallman <rms@gnu.org>
5574
5575 * regs.texi (Registers): Registers can hold numbers, too.
5576
5577 * killing.texi (Other Kill Commands): Cleanup.
5578 Delete redundant explanation of kill in read-only buffer.
5579 (Yanking): Mention term "copying".
5580 (Accumulating Text): Fix typo.
5581
5582 * entering.texi (Entering Emacs): Update rationale at start.
5583 (Exiting): Treat iconifying on a par with suspension.
5584
5585 * custom.texi (Minor Modes): Fix typo.
5586 (Easy Customization): Fix menu style.
5587 (Variables): Add xref.
5588 (Examining): Setting for future sessions works through .emacs.
5589 (Keymaps): "Text terminals", not "Many".
5590 (Init Rebinding): Explain \C-. Show example of \M-.
5591 Fix minor wording errors.
5592 (Function Keys): Explain vector syntax just once.
5593 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5594 (Init File): Mention .emacs.d directory.
5595 (Init Examples): Add xref.
5596 (Find Init): Mention .emacs.d directory.
5597
5598 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5599 (Action Arguments): Explain which kinds of -l args are found how.
5600 (Initial Options): --batch does not inhibit site-start.
5601 Add xrefs.
5602 (Command Example): Use --batch, not -batch.
5603
5604 * basic.texi (Inserting Text): Cleanup wording.
5605 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5606 C-n is not error at end of buffer.
5607 (Undo): Doc C-/ like C-_. Add xrefs.
5608 (Arguments): META key may be labeled ALT.
5609 Peculiar arg meanings are explained in doc strings.
5610
5611 * abbrevs.texi (Expanding Abbrevs): Clarify.
5612
5613 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5614
5615 * frames.texi (Frame Parameters): Add an xref to the description
5616 of list-colors-display. Add a pointer to the X docs about colors.
5617
5618 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
5619 Improve docs of list-colors-display.
5620
5621 2005-02-03 Lute Kamstra <lute@gnu.org>
5622
5623 * frames.texi (Frames, Drag and Drop): Fix typos.
5624
5625 2005-02-03 Richard M. Stallman <rms@gnu.org>
5626
5627 * windows.texi (Basic Window): Mention color-change in mode line.
5628 (Change Window): Explain dragging vertical boundaries.
5629
5630 * text.texi (Sentences): Clarify.
5631 (Paragraphs): Explain M-a and blank lines.
5632 (Outline Mode): Clarify text and menu.
5633 (Hard and Soft Newlines): Mention use-hard-newlines.
5634
5635 * frames.texi (Frames): Delete unnecessary mention of Windows.
5636 (Mouse Commands): Likewise. Mention xterm mouse support.
5637 (Clipboard): Clarify.
5638 (Mouse References): Mention use of Mouse-1 for following links.
5639 (Menu Mouse Clicks): Clarify.
5640 (Mode Line Mouse): Clarify.
5641 (Drag and Drop): Rewrite.
5642
5643 * fixit.texi (Spelling): Fix typo.
5644
5645 * files.texi (File Names): Clarify.
5646 (Visiting): Update conditions for use of file dialog. Clarify.
5647 (Saving): Doc d as answer in save-some-buffers.
5648 (Remote Files): Clean up the text.
5649
5650 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5651
5652 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5653 (List Buffers): Clarify.
5654 (Several Buffers): Doc T command.
5655 (Buffer Convenience): Clarify menu.
5656
5657 * basic.texi (Undo): Clarify last change.
5658
5659 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5660
5661 * fixit.texi (Spelling): Fix typo.
5662
5663 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5664
5665 * basic.texi (Undo): Update description of `undo-outer-limit'.
5666
5667 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
5668
5669 * building.texi: Update documentation relating to GDB Graphical
5670 Interface.
5671
5672 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5673
5674 * custom.texi (Easy Customization): Adapt menu to node name change.
5675
5676 2005-01-30 Richard M. Stallman <rms@gnu.org>
5677
5678 * custom.texi (Easy Customization): Defn of "User Option" now
5679 includes faces. Don't say just "option" when talking about variables.
5680 Do say just "options" to mean "anything customizable".
5681 (Specific Customization): Describe `customize-variable',
5682 not `customize-option'.
5683
5684 * glossary.texi (Glossary) <Faces>: Add xref.
5685 <User Option>: Change definition--include faces. Change xref.
5686
5687 * picture.texi (Picture): Mention artist.el.
5688
5689 * sending.texi, screen.texi, programs.texi, misc.texi:
5690 * mini.texi, major.texi, maintaining.texi, macos.texi:
5691 * help.texi, frames.texi, files.texi:
5692 Don't say just "option" when talking about variables.
5693
5694 * display.texi, mule.texi: Don't say just "option" when talking
5695 about variables. Other minor cleanups.
5696
5697 2005-01-26 Lute Kamstra <lute@gnu.org>
5698
5699 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5700 File'. Mention the `-Q' option at the `--no-site-file' option.
5701
5702 2005-01-22 David Kastrup <dak@gnu.org>
5703
5704 * building.texi (Grep Searching): Mention alias `find-grep' for
5705 `grep-find'.
5706
5707 2005-01-20 Richard M. Stallman <rms@gnu.org>
5708
5709 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5710
5711 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5712
5713 * rmail.texi (Movemail): Explain differences
5714 between standard and mailutils versions of movemail.
5715 Describe command line and configuration options introduced
5716 with the latter.
5717 Explain the notion of mailbox URL, provide examples and
5718 cross-references to mailutils documentation.
5719 Describe various methods of specifying mailbox names,
5720 user names and user passwords for rmail.
5721 (Remote Mailboxes): New section. Describe
5722 how movemail handles remote mailboxes. Describe configuration
5723 options used to control its behavior.
5724 (Other Mailbox Formats): Explain handling of various mailbox
5725 formats.
5726
5727 2005-01-13 Richard M. Stallman <rms@gnu.org>
5728
5729 * commands.texi (Commands): Clarification.
5730
5731 2005-01-11 Richard M. Stallman <rms@gnu.org>
5732
5733 * programs.texi (Multi-line Indent): Fix previous change.
5734 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5735
5736 2005-01-08 Richard M. Stallman <rms@gnu.org>
5737
5738 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5739 lazy-highlight.
5740
5741 * search.texi (Query Replace): Mention faces query-replace
5742 and lazy-highlight.
5743 (Incremental Search): Update isearch highlighting info.
5744
5745 2005-01-04 Richard M. Stallman <rms@gnu.org>
5746
5747 * custom.texi (Saving Customizations): Minor improvement.
5748
5749 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5750
5751 * custom.texi (Saving Customizations): Emacs no longer loads
5752 `custom-file' after .emacs. No longer mention customizing through
5753 Custom.
5754
5755 2005-01-01 Andreas Schwab <schwab@suse.de>
5756
5757 * killing.texi (Graphical Kill): Move up under node Killing,
5758 change @section to @subsection.
5759
5760 2005-01-01 Richard M. Stallman <rms@gnu.org>
5761
5762 * custom.texi (Face Customization): Mention hex color specs.
5763
5764 * emacs.texi (Top): Update Killing submenu.
5765
5766 * killing.texi (Killing): Reorganize section.
5767 No more TeX-only text; put the node command at start of chapter.
5768 But the first section heading is used only in TeX.
5769 Rewrite the text to read better in this mode.
5770 (Graphical Kill): New subnode gets some of the text that
5771 used to be in the first section.
5772
5773 2004-12-31 Richard M. Stallman <rms@gnu.org>
5774
5775 * dired.texi (Shell Commands in Dired): Delete the ? example.
5776
5777 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5778
5779 * files.texi (Saving): Describe new require-final-newline features
5780 and mode-require-final-newline.
5781
5782 2004-12-29 Richard M. Stallman <rms@gnu.org>
5783
5784 * custom.texi (File Variables): Clarify previous change.
5785
5786 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
5787
5788 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5789 out now.
5790
5791 2004-12-27 Richard M. Stallman <rms@gnu.org>
5792
5793 * Makefile.in (MAKEINFO): Specify --force.
5794
5795 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5796 (Undo): Doc undo-outer-limit.
5797
5798 2004-12-15 Juri Linkov <juri@jurta.org>
5799
5800 * mark.texi (Transient Mark, Mark Ring): M-< and other
5801 movement commands don't set mark in Transient Mark mode
5802 if mark is active.
5803
5804 2004-12-12 Juri Linkov <juri@jurta.org>
5805
5806 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5807 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5808
5809 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5810 (Misc Dired Commands): Add @r{(Dired)} to w.
5811
5812 2004-12-12 Juri Linkov <juri@jurta.org>
5813
5814 * mark.texi (Marking Objects): Marking commands also extend the
5815 region when mark is active in Transient Mark mode.
5816
5817 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5818
5819 * custom.texi (Saving Customizations): Emacs only loads the custom
5820 file automatically after the init file in version 22.1 or later.
5821 Adapt text and examples to this fact.
5822
5823 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5824
5825 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5826 be set through Custom. Otherwise, it has no effect.
5827
5828 2004-12-05 Richard M. Stallman <rms@gnu.org>
5829
5830 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5831 * entering.texi: Rename Command Line to Emacs Invocation.
5832
5833 * misc.texi (Term Mode): Correctly describe C-c.
5834
5835 * custom.texi (Easy Customization): Move up to section level,
5836 before Variables. Avoid using the term "variable"; say "option".
5837 New initial explanation.
5838 (Variables): In initial explanation, connect "variable" to the
5839 already-explained "user option".
5840
5841 * emacs.texi (Top): Fix ref to Command Line.
5842 Move reference to Easy Customization.
5843
5844 * xresources.texi (X Resources): Fix From link.
5845
5846 * doclicense.texi (GNU Free Documentation License): Fix To link.
5847
5848 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5849
5850 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5851
5852 2004-12-03 Richard M. Stallman <rms@gnu.org>
5853
5854 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5855
5856 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5857
5858 * kmacro.texi: Several small changes in addition to the following.
5859 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5860 defining a keyboard macro.
5861 Mention `kmacro-ring-max'.
5862 (Keyboard Macro Counter): Clarify description of
5863 `kmacro-insert-counter', `kmacro-set-counter',
5864 `kmacro-add-counter' and `kmacro-set-format'.
5865
5866 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5867
5868 * custom.texi (File Variables): Add `unibyte' and make it more
5869 clear that `unibyte' and `coding' are special. Suggested by Simon
5870 Krahnke <overlord@gmx.li>.
5871
5872 * mule.texi (Enabling Multibyte): Refer to File Variables.
5873 Suggested by Simon Krahnke <overlord@gmx.li>.
5874
5875 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
5876
5877 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5878 x-use-old-gtk-file-dialog.
5879
5880 2004-11-20 Richard M. Stallman <rms@gnu.org>
5881
5882 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5883
5884 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
5885
5886 * building.texi (Lisp Eval): Delete hyphen in section name.
5887
5888 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5889
5890 * files.texi (Old Versions):
5891 No longer document annotation as "CVS only".
5892
5893 2004-11-10 Andre Spiegel <spiegel@gnu.org>
5894
5895 * files.texi (Version Control): Rewrite the introduction about
5896 version systems, mentioning the new ones that we support. Thanks
5897 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5898 suggestions.
5899
5900 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
5901
5902 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
5903
5904 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5905
5906 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5907
5908 2004-10-23 Eli Zaretskii <eliz@gnu.org>
5909
5910 * text.texi (Text Based Tables, Table Definition)
5911 (Table Creation, Table Recognition, Cell Commands)
5912 (Cell Justification, Row Commands, Column Commands)
5913 (Fixed Width Mode, Table Conversion, Measuring Tables)
5914 (Table Misc): New nodes, documenting the Table Mode.
5915
5916 2004-10-19 Jason Rumney <jasonr@gnu.org>
5917
5918 * makefile.w32-in (info): Change order of arguments to makeinfo.
5919
5920 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5921
5922 * calendar.texi (iCalendar): Update for package changes.
5923
5924 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5925
5926 * files.texi (Misc File Ops): View mode is a minor mode.
5927
5928 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5929
5930 * calendar.texi (iCalendar): Style changes.
5931
5932 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * search.texi (Regexps): The regexp described in the example is no
5935 longer stored in the variable `sentence-end'.
5936
5937 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5938
5939 * building.texi (Starting GUD): Note that multiple debugging
5940 sessions requires `gdb --fullname'.
5941
5942 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5943
5944 * calendar.texi (iCalendar): New section for a new package.
5945
5946 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * text.texi: Various small changes in addition to the following.
5949 (Text): Replace xref for autotype with inforef.
5950 (Sentences): Explain nil value for `sentence-end'.
5951 (Paragraphs): Update default values for `paragraph-start' and
5952 `paragraph-separate'.
5953 (Text Mode): Correct description of Text mode's effect on the
5954 syntax table.
5955 (Outline Visibility): `hide-other' does not hide top level headings.
5956 `selective-display-ellipses' no longer has an effect on Outline mode.
5957 (TeX Misc): Add missing @cindex.
5958 Replace xref for RefTeX with inforef.
5959 (Requesting Formatted Text): The variable
5960 `enriched-fill-after-visiting' no longer exists.
5961 (Editing Format Info): Update names of menu items and commands.
5962 (Format Faces): Mention special effect of specifying the default face.
5963 Describe inheritance of text properties.
5964 Correct description of `fixed' face.
5965 (Format Indentation): Correct description of effect of setting
5966 margins. Mention `set-left-margin' and `set-right-margin'.
5967 (Format Justification): Update names of menu items.
5968 `set-justification-full' is now bound to `M-j b'.
5969 Mention that `default-justification' is a per buffer variable.
5970 (Format Properties): Update name of menu item.
5971 (Forcing Enriched Mode): `format-decode-buffer' automatically
5972 turns on Enriched mode if the buffer is in text/enriched format.
5973
5974 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
5975
5976 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5977
5978 2004-09-28 Kim F. Storm <storm@cua.dk>
5979
5980 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5981 Align with new functionality.
5982
5983 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * display.texi (Display Custom): Remove stray `@end defvar'.
5986
5987 2004-09-23 Kim F. Storm <storm@cua.dk>
5988
5989 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5990 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5991
5992 2004-09-20 Richard M. Stallman <rms@gnu.org>
5993
5994 * custom.texi (Hooks): Explain using setq to clear out a hook.
5995 (File Variables): Explain multiline string constants.
5996 (Non-ASCII Rebinding): Explain when you need to update
5997 non-ASCII char codes in .emacs.
5998
5999 * building.texi (Compilation): Explain how to make a silent
6000 subprocess that won't be terminated. Explain compilation-environment.
6001
6002 2004-09-13 Kim F. Storm <storm@cua.dk>
6003
6004 * mini.texi (Repetition): Rename isearch-resume-enabled to
6005 isearch-resume-in-command-history and change default to disabled.
6006
6007 2004-09-09 Kim F. Storm <storm@cua.dk>
6008
6009 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
6010 with new `kmacro-name-last-macro'.
6011
6012 2004-09-08 Juri Linkov <juri@jurta.org>
6013
6014 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
6015
6016 2004-09-03 Juri Linkov <juri@jurta.org>
6017
6018 * search.texi (Incremental Search): Update wording for M-%.
6019
6020 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * killing.texi (Killing): Correct description of kill commands in
6023 read-only buffer.
6024
6025 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
6026
6027 * building.texi (Compilation Mode): Add a paragraph about rules
6028 for finding the compilation buffer for `next-error'.
6029
6030 * search.texi (Other Repeating Search): Mention that Occur mode
6031 supports the next-error functionality.
6032
6033 2004-09-02 Juri Linkov <juri@jurta.org>
6034
6035 * search.texi (Regexp Replace): Add missing backslash to \footnote.
6036
6037 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * kmacro.texi (Basic Keyboard Macro):
6040 `apply-macro-to-region-lines' now operates on all lines that begin
6041 in the region, rather than on all complete lines in the region.
6042
6043 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
6044
6045 * frames.texi (Drag and drop): Add documentation about
6046 x-dnd-test-function and x-dnd-known-types.
6047
6048 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * indent.texi: Various minor changes in addition to:
6051 (Indentation Commands): Correct description of `indent-relative'.
6052 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
6053 mode. The *Tab Stops* buffer uses Overwrite Mode.
6054 (Just Spaces): `tabify' converts sequences of at least two spaces
6055 to tabs.
6056
6057 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6058
6059 * frames.texi (Secondary Selection): Setting the secondary
6060 selection with M-Drag-Mouse-1 does not alter the kill ring,
6061 setting it with M-Mouse-1 and M-Mouse-3 does.
6062 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
6063 toolkit scroll bars.
6064 (Scroll Bars): Ditto.
6065
6066 * windows.texi (Basic Window): When using a window system, the value
6067 of point in a non-selected window is indicated by a hollow box.
6068 (Split Window): Side by side windows are separated by a scroll bar,
6069 if scroll bars are used.
6070 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
6071 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
6072 (Window Convenience): Update bindings for `winner-undo' and
6073 `winner-redo'.
6074
6075 * ack.texi (Acknowledgments): Use `@unnumbered'.
6076 * misc.texi: Adapt sectioning in Info to the node structure.
6077 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
6078 of "Using Emacs as a Server".
6079 * building.texi (Building): Interchange nodes (for correct numbering).
6080 * programs.texi (Programs): Interchange nodes (for correct numbering).
6081 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
6082 Info to the node structure.
6083 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
6084 Rearrange order of nodes and sections such that both "GNU GENERAL
6085 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
6086 end, as appropriate for appendices.
6087 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
6088 Use `@unnumberedsec'.
6089 * trouble.texi: Adapt sectioning in Info to the node structure.
6090 Adapt node pointers to change in emacs.texi.
6091 * cmdargs.texi, doclicense.texi: Adapt node pointers.
6092
6093 2004-08-25 Kenichi Handa <handa@m17n.org>
6094
6095 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
6096 description for unibyte mode.
6097
6098 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
6101
6102 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
6103 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
6104 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
6105 in @pxref.
6106
6107 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6108
6109 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
6110 Change section names.
6111
6112 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
6113
6114 * kmacro.texi (Keyboard Macro Ring): Rename section.
6115 Emacs treats the head of the macro ring as the `last keyboard macro'.
6116 (Keyboard Macro Counter): Minor change.
6117 (Save Keyboard Macro): Some clarifications.
6118 (Edit Keyboard Macro): Rename section.
6119
6120 * buffers.texi (Buffers): Maximum buffer size is now 256M on
6121 32-bit machines.
6122 (Several Buffers): Clarify which buffer is selected if `2' is
6123 pressed in the Buffer Menu.
6124 Auto Revert mode can be used to update the Buffer Menu
6125 automatically.
6126
6127 2004-08-21 Eli Zaretskii <eliz@gnu.org>
6128
6129 * help.texi (Misc Help): Add an index entry for finding an Info
6130 manual by its file name.
6131
6132 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
6133
6134 * files.texi (Backup Deletion): Correct description of
6135 `delete-old-versions'.
6136 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6137 (Auto Save Files): Recommend `auto-save-mode' to reenable
6138 auto-saving, rather than the abbreviation `auto-save'.
6139
6140 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6143 for "killing" and "yanking" in main menu.
6144
6145 2004-08-16 Richard M. Stallman <rms@gnu.org>
6146
6147 * killing.texi (Yanking, Killing): Minor cleanups.
6148
6149 * mark.texi (Momentary Mark): Minor cleanups.
6150
6151 2004-08-15 Kenichi Handa <handa@etl.go.jp>
6152
6153 * custom.texi (Non-ASCII Rebinding):
6154 C-q always inserts the right code to pass to global-set-key.
6155
6156 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
6157
6158 * regs.texi (RegNumbers): Mention `C-x r i' binding for
6159 `insert-register', instead of `C-x r g' binding, for consistency.
6160
6161 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
6162
6163 * fixit.texi (Spelling): Fix typo.
6164
6165 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
6166
6167 * help.texi (Help): Fix Texinfo usage.
6168
6169 2004-07-24 Richard M. Stallman <rms@gnu.org>
6170
6171 * text.texi (Paragraphs): Update how paragraphs are separated
6172 and the default for paragraph-separate.
6173
6174 * search.texi (Regexp Replace): Further update text for new
6175 replacement operators.
6176
6177 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6178
6179 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6180 `R' switch.
6181
6182 * dired.texi (Dired Updating): `k' only deletes inserted
6183 subdirectories from the Dired buffer if a prefix argument was given.
6184
6185 * search.texi (Regexps): Delete redundant definition of `symbol' in
6186 description of `\_>'. It already occurs in the description of `\_<'.
6187
6188 2004-07-01 Juri Linkov <juri@jurta.org>
6189
6190 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6191 (Regexp Search): Add M-r.
6192
6193 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6196
6197 2004-06-29 Jesper Harder <harder@ifa.au.dk>
6198
6199 * search.texi, calendar.texi: Markup fixes.
6200
6201 2004-06-25 Richard M. Stallman <rms@gnu.org>
6202
6203 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6204
6205 2004-06-25 David Kastrup <dak@gnu.org>
6206
6207 * search.texi (Regexp Replace): Some typo corrections and
6208 rearrangement.
6209
6210 2004-06-24 David Kastrup <dak@gnu.org>
6211
6212 * search.texi (Unconditional Replace): Use replace-string instead
6213 of query-replace in example.
6214 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6215 sequences.
6216 (Query Replace): Correct explanation of `^' which does not use
6217 the mark stack.
6218
6219 2004-06-21 Nick Roberts <nickrob@gnu.org>
6220
6221 * misc.texi (Shell History Copying): Document comint-insert-input.
6222 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6223
6224 2004-06-20 Jesper Harder <harder@ifa.au.dk>
6225
6226 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6227 * custom.texi (Customization): Do.
6228 * anti.texi (Antinews): Do.
6229 * abbrevs.texi (Defining Abbrevs): Do.
6230
6231 * programs.texi (Info Lookup): Fix keybinding for
6232 info-lookup-symbol.
6233
6234 2004-06-16 Juanma Barranquero <lektu@terra.es>
6235
6236 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6237 Add emacs-xtra.
6238 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6239 (clean): Add emacs-xtra and flymake. Remove redundancies.
6240
6241 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6244 Add emacs-xtra.
6245 * emacs-xtra.texi: New file.
6246
6247 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6248
6249 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6250 (Dired and Find): Mention differences with ordinary Dired buffers.
6251
6252 2004-06-13 Richard M. Stallman <rms@gnu.org>
6253
6254 * custom.texi (Init Syntax): Explain about vars that do special
6255 things when set with setq or with Custom.
6256 (Init Examples): Add line-number-mode example.
6257
6258 2004-06-12 Juri Linkov <juri@jurta.org>
6259
6260 * dired.texi (Operating on Files): Add dired-do-touch.
6261
6262 2004-06-10 Juri Linkov <juri@jurta.org>
6263
6264 * building.texi (Lisp Eval): Add C-M-x on defface.
6265
6266 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6267
6268 * files.texi (Reverting): Auto-Revert mode and
6269 Global Auto-Revert mode no longer revert remote files.
6270
6271 2004-05-29 Richard M. Stallman <rms@gnu.org>
6272
6273 * custom.texi (Init File): Two dashes start --no-site-file.
6274
6275 2004-05-29 Alan Mackenzie <acm@muc.de>
6276
6277 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
6278 ("AWK"): Is consistently thus spelled throughout.
6279 (AWK, Pike): Document as "C-like modes".
6280 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6281 (M-x man): Supersedes M-x manual-entry.
6282 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6283
6284 ("Comments in C"): Delete node; the info is in CC Mode manual.
6285 (c-comment-only-line-offset): Remove description.
6286
6287 (C-c ., C-c C-c): Describe new C Mode bindings.
6288
6289 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6290 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6291 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6292 Amend definitions.
6293
6294 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6295 Describe functions.
6296
6297 (c-comment-start-regexp, c-hanging-comment-ender-p)
6298 (c-hanging-comment-starter-p): Remove obsolete definitions.
6299
6300 * emacs.texi: Remove the menu entry "Comments in C".
6301
6302 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6303
6304 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6305 `M-x locate'.
6306
6307 2004-05-16 Karl Berry <karl@gnu.org>
6308
6309 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6310 makeinfo --html fails.
6311 * help.texi (Help Summary) [@ifnottex]: Likewise.
6312
6313 2004-05-13 Nick Roberts <nickrob@gnu.org>
6314
6315 * building.texi (GDB Graphical Interface): Update and describe
6316 layout first.
6317
6318 2004-05-04 Jason Rumney <jasonr@gnu.org>
6319
6320 * makefile.w32-in: Revert last change.
6321
6322 2004-05-03 Jason Rumney <jasonr@gnu.org>
6323
6324 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6325
6326 2004-04-23 Juanma Barranquero <lektu@terra.es>
6327
6328 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6329
6330 2004-04-18 Juri Linkov <juri@jurta.org>
6331
6332 * fixit.texi (Spelling): Remove file extension from ispell xref.
6333
6334 2004-04-15 Kim F. Storm <storm@cua.dk>
6335
6336 * cmdargs.texi (Initial Options): Add -Q.
6337
6338 2004-04-05 Kim F. Storm <storm@cua.dk>
6339
6340 * custom.texi (File Variables): Add safe-local-eval-forms.
6341
6342 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * files.texi (Reverting): Correct description of revert-buffer's
6345 handling of point.
6346
6347 2004-03-22 Juri Linkov <juri@jurta.org>
6348
6349 * emacs.texi (Top): Add `Misc X'.
6350
6351 * trouble.texi: Fix help key bindings.
6352
6353 * glossary.texi: Improve references.
6354
6355 * help.texi: Sync keywords with finder.el.
6356
6357 * mini.texi (Completion): Add description for menu items.
6358
6359 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6360
6361 * sending.texi (Mail Methods): Fix xref to Message manual.
6362
6363 2004-03-12 Richard M. Stallman <rms@gnu.org>
6364
6365 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6366
6367 2004-03-04 Richard M. Stallman <rms@gnu.org>
6368
6369 * search.texi (Regexps): Explain that ^ and $ have their
6370 special meanings only in certain contexts.
6371
6372 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6373
6374 * mule.texi (Specify Coding): Doc C-x RET F.
6375
6376 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6377 for multiple compile and grep buffers.
6378 (Indirect Buffers): Don't recommand clone-indirect-buffer
6379 for multiple compile and grep buffers.
6380
6381 2004-02-29 Juanma Barranquero <lektu@terra.es>
6382
6383 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6384 Use $(DEL) instead of rm, and ignore exit code.
6385
6386 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6387
6388 * building.texi (Watch Expressions): Update.
6389
6390 2004-02-21 Juri Linkov <juri@jurta.org>
6391
6392 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6393 --directory, --help, --version. Move text about command-line-args
6394 to Command Arguments.
6395 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6396 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6397 (Window Size X): Join -g and --geometry. Add @cindex.
6398 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6399 (Title X): Remove alias -title.
6400 (Misc X): New node.
6401
6402 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
6403
6404 * frames.texi (Drag and drop): Add Motif to list of supported
6405 protocols.
6406
6407 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
6408
6409 * frames.texi (Drag and drop): New section.
6410
6411 2004-01-24 Richard M. Stallman <rms@gnu.org>
6412
6413 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6414 Include it only @ifnotinfo. Patch the preceding and following
6415 node headers to point to each other.
6416
6417 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6418
6419 * calendar.texi (Appointments): Update section.
6420
6421 2003-12-29 Kevin Ryde <user42@zip.com.au>
6422
6423 * programs.texi (C Modes): Fix the xref.
6424
6425 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6426
6427 * building.texi (Watch Expressions): Update.
6428 (Commands of GUD): Include use of toolbar + breakpoints set from
6429 fringe/margin.
6430
6431 2003-12-03 Andre Spiegel <spiegel@gnu.org>
6432
6433 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6434 <acm@muc.de>.
6435
6436 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
6437
6438 * frames.texi (Dialog Boxes): Add use-file-dialog.
6439
6440 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6441
6442 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6443 in CC Mode.
6444
6445 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6446
6447 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6448 * man/commands.texi, man/custom.texi, man/display.texi:
6449 * man/emacs.texi, man/files.texi:
6450 * man/frames.texi, man/glossary.texi, man/killing.texi:
6451 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6452 * man/mule.texi, man/rmail.texi, man/search.texi:
6453 * man/sending.texi, man/text.texi, man/trouble.texi:
6454 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
6455
6456 2003-11-01 Alan Mackenzie <acm@muc.de>
6457
6458 * search.texi (Scrolling During Incremental Search): Document a
6459 new scrolling facility in isearch mode.
6460
6461 2003-10-22 Miles Bader <miles@gnu.org>
6462
6463 * Makefile.in (info): Move before $(top_srcdir)/info.
6464
6465 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
6466
6467 * building.texi (Watch Expressions): Update section on data display
6468 to reflect code changes (GDB Graphical Interface).
6469
6470 2003-10-13 Richard M. Stallman <rms@gnu.org>
6471
6472 * xresources.texi (GTK resources): Clean up previous change.
6473
6474 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
6475
6476 * xresources.texi (GTK resources): Add a note that some themes
6477 disallow customizations. Add scroll theme example.
6478
6479 2003-09-30 Richard M. Stallman <rms@gnu.org>
6480
6481 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6482
6483 * misc.texi (Saving Emacs Sessions): Shorten the section,
6484 collapsing back into one node.
6485
6486 2003-09-30 Lars Hansen <larsh@math.ku.dk>
6487
6488 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6489
6490 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
6491
6492 * xresources.texi (GTK names in Emacs): Correct typo.
6493
6494 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6495
6496 * cmdargs.texi (Font X): Mention new default font. More
6497 fully describe long font names, wildcard patterns and the
6498 problems involved. (Result of discussion on emacs-devel.)
6499
6500 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6501
6502 * emacs.texi (Acknowledgements): Correct typo.
6503
6504 2003-09-22 Richard M. Stallman <rms@gnu.org>
6505
6506 * dired.texi (Misc Dired Commands): New node.
6507 (Dired Navigation): Add dired-goto-file.
6508
6509 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6510
6511 * emacs.texi (Acknowledgements): New node, split from Distribution.
6512
6513 * cmdargs.texi (Action Arguments): -f reads interactive args.
6514
6515 2003-09-08 Lute Kamstra <lute@gnu.org>
6516
6517 * screen.texi (Mode Line): Say that POS comes before LINE.
6518 Mention `size-indication-mode'.
6519 * display.texi (Optional Mode Line): Document
6520 `size-indication-mode'.
6521 * basic.texi (Position Info): Mention `size-indication-mode'.
6522
6523 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6524
6525 * xresources.texi (Resources): Refer to `editres' man page.
6526 (Lucid Resources): Update defaults. Expand description of
6527 `shadowThickness'.
6528
6529 2003-09-04 Miles Bader <miles@gnu.org>
6530
6531 * Makefile.in (top_srcdir): New variable.
6532 ($(top_srcdir)/info): New rule.
6533 (info): Depend on it.
6534
6535 2003-09-03 Peter Runestig <peter@runestig.com>
6536
6537 * makefile.w32-in: New file.
6538
6539 2003-08-29 Richard M. Stallman <rms@gnu.org>
6540
6541 * misc.texi (Saving Emacs Sessions): Correct previous change.
6542
6543 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6544
6545 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6546 (Intro): Include kmacro.texi after fixit.texi instead of after
6547 custom.texi. (As suggested by Kim Storm.)
6548
6549 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6550
6551 * fixit.texi (Fixit): Update `Next' pointer.
6552 * files.texi (Files): Update `Previous' pointer.
6553 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6554 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6555 (Suggested by Kim Storm.)
6556 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6557
6558 2003-08-18 Kim F. Storm <storm@cua.dk>
6559
6560 * kmacro.texi: New file describing enhanced keyboard macro
6561 functionality. Replaces old description in custom.texi.
6562
6563 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6564 (Keyboard Macros): Move to new kmacro.texi file.
6565
6566 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6567
6568 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6569
6570 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6571
6572 2003-08-17 Alex Schroeder <alex@gnu.org>
6573
6574 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6575 required.
6576
6577 2003-08-05 Richard M. Stallman <rms@gnu.org>
6578
6579 * programs.texi (Lisp Indent): Don't describe
6580 lisp-indent-function property here. Use xref to Lisp Manual.
6581
6582 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6583
6584 * calendar.texi (Date Formats): Document changed behavior of
6585 abbreviations.
6586
6587 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
6588
6589 * buffers.texi (List Buffers): Fix previous change.
6590
6591 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
6592
6593 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6594 List*.
6595
6596 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6597
6598 * display.texi (Font Lock): Fix typo.
6599
6600 2003-07-07 Richard M. Stallman <rms@gnu.org>
6601
6602 * display.texi (Font Lock): Add xref for format info on
6603 font-lock-remove-keywords.
6604
6605 * building.texi (Compilation): Document what happens with asynch
6606 children of compiler process.
6607
6608 * help.texi (Library Keywords): Use @multitable.
6609
6610 2003-06-04 Richard M. Stallman <rms@gnu.org>
6611
6612 * programs.texi (Expressions): Delete C-M-DEL.
6613
6614 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6615 comint-move-point-for-output renamed from
6616 comint-scroll-to-bottom-on-output.
6617
6618 * custom.texi (Init Rebinding): Replace previous change with xref.
6619 (Non-ASCII Rebinding): Explain that issue more briefly here.
6620
6621 2003-05-28 Richard M. Stallman <rms@gnu.org>
6622
6623 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6624
6625 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
6626
6627 * building.texi (GDB Graphical Interface): New node.
6628 (Rewritten somewhat by RMS.)
6629
6630 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
6631
6632 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6633 non-English letters. Explain how to set coding systems correctly
6634 and how to include the right coding cookie in the file.
6635
6636 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
6637
6638 * indent.texi (Indentation): Explain the concepts.
6639 (Just Spaces): Explain why preventing tabs for indentation might
6640 be useful.
6641
6642 2003-04-16 Richard M. Stallman <rms@gnu.org>
6643
6644 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6645
6646 2003-02-22 Alex Schroeder <alex@emacswiki.org>
6647
6648 * cmdargs.texi (General Variables): Document SMTPSERVER.
6649
6650 * sending.texi: Remove SMTP node.
6651 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6652 library.
6653
6654 2003-02-22 Alex Schroeder <alex@emacswiki.org>
6655
6656 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6657
6658 2003-02-22 Simon Josefsson <jas@extundo.com>
6659
6660 * sending.texi (Mail Methods): Add node about SMTP.
6661
6662 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
6663
6664 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6665
6666 2003-02-01 Kevin Ryde <user42@zip.com.au>
6667
6668 * glossary.texi (Glossary): Correction to cl cross reference.
6669
6670 2003-01-20 Richard M. Stallman <rms@gnu.org>
6671
6672 * killing.texi (Rectangles): Document C-x c r.
6673
6674 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6675
6676 * xresources.texi (GTK resources): New node.
6677 (GTK widget names): New node.
6678 (GTK names in Emacs): New node.
6679 (GTK styles): New node.
6680
6681 2003-01-09 Francesco Potortì <pot@gnu.org>
6682
6683 * maintaining.texi (Create Tags Table): Add reference to the new
6684 `etags --help --lang=LANG' option.
6685
6686 2002-10-02 Karl Berry <karl@gnu.org>
6687
6688 * emacs.texi: Per rms, update all manuals to use @copying instead of
6689 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
6690 where needed for the sake of the HTML output.
6691
6692 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6693
6694 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6695 source files.
6696
6697 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6698
6699 * Makefile.in (emacsman): New target.
6700
6701 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6702
6703 * (Version 21.1 released.)
6704
6705 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6706
6707 * Branch for 21.1.
6708
6709 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6710
6711 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6712
6713 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6714
6715 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6716
6717 1999-07-12 Richard Stallman <rms@gnu.org>
6718
6719 * Version 20.4 released.
6720
6721 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6722
6723 * Makefile.in (INFO_TARGETS): Delete customize.info.
6724 (DVI_TARGETS): Delete customize.dvi.
6725 (../info/customize, customize.dvi): Targets deleted.
6726
6727 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6728
6729 * Version 20.3 released.
6730
6731 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6732
6733 * Makefile.in (EMACSSOURCES): Add mule.texi.
6734 Add msdog.texi, ack.texi. Remove gnu1.texi.
6735
6736 1998-04-06 Andreas Schwab <schwab@gnu.org>
6737
6738 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6739 it in dvi targets.
6740
6741 1997-09-23 Paul Eggert <eggert@twinsun.com>
6742
6743 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6744 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6745 (../info/customize): Rename from ../info/custom.
6746
6747 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6748
6749 * Version 20.2 released.
6750
6751 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6752
6753 * Version 20.1 released.
6754
6755 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6756
6757 * Makefile (../info/customize, customize.dvi): New targets.
6758 (INFO_TARGETS): Add ../info/customize.
6759 (DVI_TARGETS): Add customize.dvi.
6760
6761 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6762
6763 * Version 19.33 released.
6764
6765 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6766
6767 * Version 19.32 released.
6768
6769 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6770
6771 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6772
6773 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6774
6775 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6776 Specify -I option.
6777 (All dvi targets): Set the TEXINPUTS variable.
6778
6779 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6780
6781 * Version 19.31 released.
6782
6783 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6784
6785 * Version 19.30 released.
6786
6787 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6788
6789 * Makefile.in (maintainer-clean): Rename from realclean.
6790
6791 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6792
6793 * Makefile.in: New file.
6794 * Makefile: File deleted.
6795
6796 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6797
6798 * Makefile (TEXINDEX_OBJS): Variable deleted.
6799 (texindex, texindex.o, getopt.o): Rules deleted.
6800 All deps on texindex deleted.
6801 (distclean): Don't delete texindex.
6802 (mostlyclean): Don't delete *.o.
6803 * texindex.c, getopt.c: Files deleted.
6804
6805 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6806
6807 * Version 19.26 released.
6808
6809 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6810
6811 * Makefile (EMACSSOURCES): Exclude undo.texi.
6812
6813 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6814
6815 * Version 19.25 released.
6816
6817 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6818
6819 * Version 19.24 released.
6820
6821 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6822
6823 * Version 19.23 released.
6824
6825 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6826
6827 * Makefile: Delete spurious tab.
6828
6829 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6830
6831 * Makefile (.SUFFIXES): New rule.
6832
6833 1993-12-04 Richard Stallman (rms@srarc2)
6834
6835 * getopt.c: New file.
6836 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6837 (getopt.o): New rule.
6838 (dvi): Don't depend on texindex.
6839 (emacs.dvi): Depend on texindex.
6840
6841 1993-12-03 Richard Stallman (rms@srarc2)
6842
6843 * Makefile (TEXI2DVI): New variable.
6844 (emacs.dvi): Add explicit command.
6845 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6846
6847 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6848
6849 * Version 19.22 released.
6850
6851 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6852
6853 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6854
6855 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6856
6857 * Version 19.21 released.
6858
6859 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6860
6861 * Makefile (realclean): Don't delete the Info files.
6862
6863 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
6864
6865 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6866 4' where appropriate.
6867
6868 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
6869
6870 * Makefile: Fix targets for texindex.
6871
6872 * texindex.c: Include "../src/config.h" if building in emacs.
6873
6874 * Makefile: Change all files to FILENAME.texi, force all targets
6875 to be FILENAME, not FILENAME.info.
6876 Add target to build texindex.c, defining `emacs'.
6877
6878 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6879
6880 * Version 19.19 released.
6881
6882 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6883
6884 * Version 19.18 released.
6885
6886 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6887
6888 * Makefile: Fix source file names of the separate manuals.
6889
6890 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6891
6892 * Version 19.17 released.
6893
6894 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6895
6896 * split-man: Fix typos in last change.
6897
6898 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6899
6900 * Version 19.16 released.
6901
6902 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6903
6904 * version 19.15 released.
6905
6906 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6907
6908 * Makefile (distclean): It's rm, not rf.
6909
6910 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6911
6912 * Version 19.14 released.
6913
6914 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6915
6916 * Makefile: New file.
6917
6918 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6919
6920 * Version 19.13 released.
6921
6922 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6923
6924 * Version 19.9 released.
6925
6926 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6927
6928 * Version 19.8 released.
6929
6930 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6931
6932 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6933
6934 * trouble.texi: It's `enable-flow-control-on', not
6935 `evade-flow-control-on'.
6936
6937 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6938
6939 * display.texi: Document standard-display-european.
6940
6941 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6942
6943 * Version 19.7 released.
6944
6945 * emacs.texi: Add a sentence to the top menu mentioning the
6946 specific version of Emacs this manual applies to.
6947
6948 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6949
6950 * basic.texi: Document next-line-add-lines variable used to
6951 implement down-arrow.
6952
6953 * killing.texi: Document kill-whole-line.
6954
6955 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6956
6957 * text.texi: Update unix TeX ordering information.
6958
6959 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6960
6961 * news.texi: Mention fill-rectangle in keybinding list.
6962
6963 * killing.texi: Document fill-rectangle.
6964
6965 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6966
6967 * vc.texi: Bring the docs up to date with VC 5.2.
6968
6969 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6970
6971 * emacs.tex: Mention blackbox and gomoku under Amusements.
6972 Assembler mode is now mentioned and appropriately indexed
6973 under Programming Modes.
6974
6975 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6976
6977 * emacs.tex: Update TeX ordering information.
6978
6979 1990-06-26 David Lawrence (tale@geech)
6980
6981 * emacs.tex: Note that completion-ignored-extensions is not used
6982 to filter out names when all completions are displayed in
6983 *Completions*.
6984
6985 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6986
6987 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6988
6989 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6990
6991 * emacs.tex: Add @findex grep.
6992
6993 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6994
6995 * emacs.tex: Correct two typos. No other changes before
6996 Version 19 will be made.
6997
6998 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6999
7000 * emacs.tex: Update information for obtaining TeX distribution from the
7001 University of Washington.
7002
7003 ;; Local Variables:
7004 ;; coding: utf-8
7005 ;; fill-column: 79
7006 ;; add-log-time-zone-rule: t
7007 ;; End:
7008
7009 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
7010 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
7011
7012 This file is part of GNU Emacs.
7013
7014 GNU Emacs is free software: you can redistribute it and/or modify
7015 it under the terms of the GNU General Public License as published by
7016 the Free Software Foundation, either version 3 of the License, or
7017 (at your option) any later version.
7018
7019 GNU Emacs is distributed in the hope that it will be useful,
7020 but WITHOUT ANY WARRANTY; without even the implied warranty of
7021 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7022 GNU General Public License for more details.
7023
7024 You should have received a copy of the GNU General Public License
7025 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7026
7027 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd