* doc/emacs/custom.texi (Custom Themes): Fix typo.
[bpt/emacs.git] / doc / emacs / ChangeLog
1 2013-01-16 Glenn Morris <rgm@gnu.org>
2
3 * custom.texi (Custom Themes): Fix typo.
4
5 2013-01-05 Glenn Morris <rgm@gnu.org>
6
7 * text.texi (HTML Mode): Remove deleted nxml C-RET binding.
8
9 2012-12-21 Glenn Morris <rgm@gnu.org>
10
11 * emacs-xtra.texi (copying): The FSF does not sell copies of this.
12 Simply include doclicense.
13
14 2012-12-21 Chong Yidong <cyd@gnu.org>
15
16 * frames.texi (Mouse Commands): Fix description of the effect of
17 mouse dragging (Bug#13049).
18
19 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
20
21 * killing.texi (Deletion): Doc fix (Bug#12748).
22
23 2012-12-03 Juanma Barranquero <lekktu@gmail.com>
24
25 * vc1-xtra.texi (General VC Options): Remove obsolete reference
26 to `vc-path'.
27
28 2012-12-02 Chong Yidong <cyd@gnu.org>
29
30 * custom.texi (Init Rebinding): kbd is now a function (Bug#13052).
31
32 2012-11-18 Dani Moncayo <dmoncayo@gmail.com>
33
34 * display.texi (Auto Scrolling): Fix some inaccuracies, plus
35 clarifications (Bug#12865).
36 (Horizontal Scrolling): Clarifications.
37
38 2012-11-17 Dani Moncayo <dmoncayo@gmail.com>
39
40 * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746).
41
42 2012-11-12 Chong Yidong <cyd@gnu.org>
43
44 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
45 actually named gdb-stopped-functions.
46
47 2012-11-12 Glenn Morris <rgm@gnu.org>
48
49 * misc.texi (Single Shell): Mention async-shell-command-buffer.
50
51 2012-11-10 Glenn Morris <rgm@gnu.org>
52
53 * misc.texi (Terminal emulator): Rename `term-face' to `term'.
54
55 2012-11-09 Glenn Morris <rgm@gnu.org>
56
57 * emacs.texi (Acknowledgments): Add profiler author.
58 * ack.texi (Acknowledgments): Add some recent contributions.
59
60 2012-11-08 Chong Yidong <cyd@gnu.org>
61
62 * files.texi (Diff Mode): Doc fixes for
63 diff-delete-trailing-whitespace (Bug#12831).
64
65 * trouble.texi (Crashing): Copyedits.
66
67 2012-11-08 Glenn Morris <rgm@gnu.org>
68
69 * files.texi (Diff Mode): Trailing whitespace updates.
70
71 2012-11-07 Chong Yidong <cyd@gnu.org>
72
73 * misc.texi (Terminal emulator): Document Term mode faces.
74
75 * mini.texi (Basic Minibuffer): New node. Document
76 minibuffer-electric-default-mode.
77
78 * display.texi (Visual Line Mode): Fix index entry.
79
80 * buffers.texi (Several Buffers): List Buffer Menu command anmes,
81 and index the keybindings. Document tabulated-list-sort.
82 (Kill Buffer): Capitalize Buffer Menu.
83
84 * trouble.texi (Memory Full): Capitalize Buffer Menu.
85
86 2012-11-05 Eli Zaretskii <eliz@gnu.org>
87
88 * display.texi (Auto Scrolling): Clarify that scroll-step is
89 ignored when scroll-conservatively is set to a non-zero value.
90 (Bug#12801)
91
92 2012-11-05 Chong Yidong <cyd@gnu.org>
93
94 * dired.texi (Dired Updating): Doc fix (Bug#11744).
95
96 2012-10-30 Michael Albinus <michael.albinus@gmx.de>
97
98 * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
99
100 2012-10-29 Chong Yidong <cyd@gnu.org>
101
102 * dired.texi (Shell Commands in Dired): Document changes to the
103 dired-do-async-shell-command.
104
105 2012-10-28 Glenn Morris <rgm@gnu.org>
106
107 * ack.texi (Acknowledgments): Mention gv.el.
108
109 2012-10-27 Bastien Guerry <bzg@gnu.org>
110
111 * screen.texi (Menu Bar): Fix typo.
112
113 2012-10-27 Chong Yidong <cyd@gnu.org>
114
115 * frames.texi (Mouse Avoidance): Mention new variable
116 mouse-avoidance-banish-position.
117
118 * programs.texi (Which Function): Which Function mode now works in
119 all major modes by default.
120
121 * mule.texi (Recognize Coding): Remove an unreferenced vindex.
122
123 * files.texi (Misc File Ops): Symbolic links on Windows only work
124 on Vista and later.
125
126 * building.texi (Compilation): Document compilation-always-kill.
127
128 * search.texi (Symbol Search): New node.
129
130 * package.texi (Package Menu): Document the "new" status.
131
132 * windows.texi (Window Choice): Don't refer to the obsolete
133 special-display feature.
134
135 2012-10-24 Chong Yidong <cyd@gnu.org>
136
137 * mule.texi (Text Coding): set-buffer-file-coding-system can now
138 be invoked from the mode line.
139
140 * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
141 changes to the mark and unmark commands.
142 (Comparison in Dired): Document chages to dired-diff. Remove M-=,
143 which is no longer bound to dired-backup-diff.
144
145 2012-10-23 Bastien Guerry <bzg@gnu.org>
146
147 * text.texi (Org Authoring): Use a comma after @ref to avoid the
148 insertion of a period in the Info output.
149
150 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * custom.texi (Hooks): Clarify that -hooks is deprecated.
153
154 2012-10-23 Chong Yidong <cyd@gnu.org>
155
156 * kmacro.texi (Edit Keyboard Macro): Fix typo.
157
158 2012-10-18 Dani Moncayo <dmoncayo@gmail.com>
159
160 * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
161
162 2012-10-17 Glenn Morris <rgm@gnu.org>
163
164 * mini.texi (Repetition): Further copyedit.
165
166 2012-10-17 Dani Moncayo <dmoncayo@gmail.com>
167
168 * mini.texi (Repetition): Copyedit.
169
170 2012-10-16 Juri Linkov <juri@jurta.org>
171
172 * search.texi (Query Replace): Document multi-buffer replacement
173 keys. (Bug#12655)
174
175 * maintaining.texi (Tags Search): Change link "Replace" to
176 "Query Replace".
177
178 2012-10-13 Chong Yidong <cyd@gnu.org>
179
180 * files.texi (File Conveniences): ImageMagick enabled by default.
181
182 2012-10-10 Dani Moncayo <dmoncayo@gmail.com>
183
184 * basic.texi (Arguments): Fix typos.
185
186 2012-10-08 Glenn Morris <rgm@gnu.org>
187
188 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
189
190 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
191
192 2012-10-06 Glenn Morris <rgm@gnu.org>
193
194 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
195 Mention cal-tex-cursor-week2-summary.
196
197 2012-10-06 Chong Yidong <cyd@gnu.org>
198
199 * mini.texi (Passwords): Fix typo.
200
201 2012-10-02 Glenn Morris <rgm@gnu.org>
202
203 * maintaining.texi (VC Directory Commands):
204 Remove duplicate `q' entry. (Bug#12553)
205
206 2012-09-30 Chong Yidong <cyd@gnu.org>
207
208 * killing.texi (Rectangles): Document copy-rectangle-as-kill.
209
210 * search.texi (Special Isearch): Document the lax space search
211 feature and M-s SPC.
212 (Regexp Search): Move main search-whitespace-regexp description to
213 Special Isearch.
214 (Replace): Document replace-lax-whitespace.
215
216 * basic.texi (Position Info): Document C-u M-=.
217 (Moving Point): Document move-to-column.
218
219 * display.texi (Useless Whitespace): Add delete-trailing-lines.
220
221 * misc.texi (emacsclient Options): Document the effect of
222 initial-buffer-choice on client frames. Document server-auth-dir.
223 Do not document server-host, which is bad security practice.
224
225 * building.texi (Lisp Libraries): Docstring lookups can trigger
226 autoloading. Document help-enable-auto-load.
227
228 * mini.texi (Yes or No Prompts): New node.
229
230 * ack.texi (Acknowledgments): Remove obsolete packages.
231
232 2012-09-27 Glenn Morris <rgm@gnu.org>
233
234 * cal-xtra.texi (Advanced Calendar/Diary Usage):
235 Rename the section to be more general.
236 * emacs.texi: Update menu.
237
238 2012-09-23 Chong Yidong <cyd@gnu.org>
239
240 * buffers.texi (Misc Buffer): Replace toggle-read-only with
241 read-only-mode.
242
243 * files.texi (Visiting): Likewise.
244
245 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
246
247 * trouble.texi (Crashing): Document ulimit -c.
248
249 2012-09-21 Paul Eggert <eggert@cs.ucla.edu>
250
251 * trouble.texi (Crashing): Document addr2line.
252
253 2012-09-19 Chong Yidong <cyd@gnu.org>
254
255 * killing.texi (Yanking): Minor clarification (Bug#12469).
256
257 2012-09-17 Chong Yidong <cyd@gnu.org>
258
259 * building.texi (GDB User Interface Layout): Remove reference to
260 removed variable gdb-use-separate-io-buffer (Bug#12454).
261
262 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
263
264 * regs.texi (Text Registers): `C-x r +' can now be used instead of
265 M-x append-to-register. New option `register-separator'.
266 (Number Registers): Mention that `C-x r +' is polymorphic.
267
268 2012-09-07 Chong Yidong <cyd@gnu.org>
269
270 * windows.texi (Window Choice): Don't mention obsolete
271 display-buffer-reuse-frames.
272
273 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
274
275 Give more-useful info on a fatal error (Bug#12328).
276 * trouble.texi (Crashing): New section, documenting this.
277
278 2012-08-24 Michael Albinus <michael.albinus@gmx.de>
279
280 * cmdargs.texi (General Variables):
281 Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
282 connections to the D-Bus session bus. (Bug#12112)
283
284 2012-08-14 Eli Zaretskii <eliz@gnu.org>
285
286 * building.texi (Debugger Operation): Correct and improve
287 documentation of the GUD Tooltip mode.
288
289 2012-07-31 Chong Yidong <cyd@gnu.org>
290
291 * emacs.texi: Fix ISBN (Bug#12080).
292
293 2012-08-05 Chong Yidong <cyd@gnu.org>
294
295 * display.texi (Faces): Document frame-background-mode (Bug#7774).
296
297 * custom.texi (Face Customization): Move discussion of face
298 inheritance here, from Faces section.
299
300 2012-07-28 Eli Zaretskii <eliz@gnu.org>
301
302 * frames.texi (Mouse Commands): Fix the description of mouse-2.
303 (Bug#11958)
304
305 2012-07-19 Chong Yidong <cyd@gnu.org>
306
307 * emacs.texi: Update ISBN.
308
309 2012-07-17 Chong Yidong <cyd@gnu.org>
310
311 * basic.texi (Inserting Text): Replace ucs-insert with
312 insert-char. Provide more details of input.
313
314 * mule.texi (International Chars, Input Methods): Likewise.
315
316 2012-07-13 Chong Yidong <cyd@gnu.org>
317
318 * custom.texi (Examining): Update C-h v message.
319
320 * buffers.texi (Misc Buffer): Document view-read-only.
321
322 2012-07-07 Chong Yidong <cyd@gnu.org>
323
324 * custom.texi (Init File): Index site-lisp (Bug#11435).
325
326 2012-07-06 Chong Yidong <cyd@gnu.org>
327
328 * emacs.texi: Re-order top-level menu to correspond to logical
329 order, to avoid makeinfo warnings.
330
331 * ack.texi (Acknowledgments): Note new python.el.
332
333 2012-06-29 Chong Yidong <cyd@gnu.org>
334
335 * maintaining.texi (Basic VC Editing, VC Pull, Merging):
336 * basic.texi (Erasing, Basic Undo): Fix markup.
337
338 2012-06-29 Glenn Morris <rgm@gnu.org>
339
340 * fixit.texi (Undo): Grammar fixes. (Bug#11779)
341
342 2012-06-29 Michael Witten <mfwitten@gmail.com> (tiny change)
343
344 * fixit.texi (Undo): Fix typo. (Bug#11775)
345
346 2012-06-27 Glenn Morris <rgm@gnu.org>
347
348 * ack.texi (Acknowledgments): Tiny update.
349
350 2012-06-21 Glenn Morris <rgm@gnu.org>
351
352 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
353
354 2012-06-17 Chong Yidong <cyd@gnu.org>
355
356 * emacs.texi: Remove urlcolor setting. Update ISBN and edition number.
357
358 * anti.texi:
359 * building.texi:
360 * cmdargs.texi:
361 * custom.texi:
362 * display.texi:
363 * files.texi:
364 * frames.texi:
365 * glossary.texi:
366 * misc.texi:
367 * mule.texi:
368 * programs.texi:
369 * sending.texi:
370 * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
371
372 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
373
374 * custom.texi (Directory Variables): Mention enable-remote-dir-locals.
375
376 2012-05-28 Glenn Morris <rgm@gnu.org>
377
378 * ack.texi, building.texi, calendar.texi, custom.texi:
379 * maintaining.texi, text.texi: Use @LaTeX rather than La@TeX.
380
381 2012-05-27 Glenn Morris <rgm@gnu.org>
382
383 * emacs.texi: Simplify following removal of node pointers.
384
385 * ack.texi, anti.texi, basic.texi, buffers.texi, building.texi:
386 * cmdargs.texi, commands.texi, display.texi, emacs.texi:
387 * entering.texi, files.texi, fixit.texi, frames.texi, glossary.texi:
388 * gnu.texi, help.texi, indent.texi, killing.texi, kmacro.texi:
389 * m-x.texi, macos.texi, maintaining.texi, mark.texi, mini.texi:
390 * misc.texi, modes.texi, msdog.texi, mule.texi, programs.texi:
391 * regs.texi, screen.texi, search.texi, text.texi, trouble.texi:
392 * windows.texi, xresources.texi: Nuke hand-written node pointers.
393
394 2012-05-22 Glenn Morris <rgm@gnu.org>
395
396 * emacs.texi (Acknowledgments): Add another contributor.
397
398 2012-05-12 Glenn Morris <rgm@gnu.org>
399
400 * Makefile.in (MKDIR_P): New, set by configure.
401 (mkinfodir): Use $MKDIR_P.
402
403 2012-05-10 Glenn Morris <rgm@gnu.org>
404
405 * mule.texi (Disabling Multibyte): Replace the obsolete "unibyte: t"
406 with "coding: raw-text".
407
408 * files.texi (Interlocking): Mention create-lockfiles option.
409
410 2012-05-09 Chong Yidong <cyd@gnu.org>
411
412 * frames.texi (Mouse References, Mouse Commands): Fix index
413 entries (Bug#11362).
414
415 2012-05-05 Glenn Morris <rgm@gnu.org>
416
417 * custom.texi (Customization Groups, Custom Themes, Examining):
418 Improve page breaks.
419
420 * rmail.texi (Rmail Display): Use example rather than smallexample.
421
422 * calendar.texi: Convert inforefs to refs.
423
424 * dired.texi (Dired Enter): Improve page break.
425
426 * abbrevs.texi (Abbrev Concepts): Copyedits.
427
428 * maintaining.texi (Registering, Tag Syntax):
429 Tweak line and page breaks.
430
431 * programs.texi (Programs, Electric C): Copyedits.
432 (Program Modes): Add xref to Fortran.
433 (Left Margin Paren): Remove what was (oddly enough) the only use
434 of defvar in the entire Emacs manual.
435 (Hungry Delete): Remove footnote about ancient Emacs version.
436 (Other C Commands): Use example rather than smallexample.
437
438 * text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode)
439 (Nroff Mode, Enriched Indentation, Table Rows and Columns):
440 Tweak line and page breaks.
441
442 * modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks.
443 (Major Modes): Use example rather than smallexample.
444
445 * mule.texi (Output Coding): Reword to improve page-breaks.
446
447 * frames.texi (Fonts): Tweak line and page breaks.
448 Use example rather than smallexample. Change cross-reference.
449 (Text-Only Mouse): Fix xref.
450
451 * buffers.texi (Buffers, Kill Buffer, Several Buffers)
452 (Indirect Buffers): Tweak line- and page-breaks.
453
454 * fixit.texi (Fixit, Undo): Reword to improve page-breaks.
455
456 2012-05-04 Glenn Morris <rgm@gnu.org>
457
458 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
459 (info, infoclean): Use $INFO_EXT.
460 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
461 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
462 (INFO_TARGETS): Use $INFO_EXT.
463 ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o.
464
465 2012-05-02 Glenn Morris <rgm@gnu.org>
466
467 * emacs.texi (@copying): Only print EDITION in the TeX version.
468
469 * search.texi (Regexp Search): Just say "Emacs".
470
471 * display.texi (Auto Scrolling):
472 Reword to avoid repetition and improve page break.
473
474 * xresources.texi (Resources):
475 * mule.texi (Language Environments):
476 * misc.texi (Amusements):
477 * maintaining.texi (VC Change Log):
478 * frames.texi (Fonts):
479 * custom.texi (Specifying File Variables, Minibuffer Maps):
480 * cmdargs.texi (Initial Options):
481 * building.texi (Flymake):
482 Reword to remove/reduce some overly long/short lines.
483
484 2012-04-27 Glenn Morris <rgm@gnu.org>
485
486 * emacs.texi: Some fixes for detailed menu.
487
488 * emacs.texi: Add "et al." to authors.
489
490 * ack.texi, basic.texi, buffers.texi, building.texi:
491 * calendar.texi, cmdargs.texi, commands.texi, custom.texi:
492 * dired.texi, display.texi, emerge-xtra.texi, files.texi:
493 * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi:
494 * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi:
495 * search.texi, trouble.texi, windows.texi:
496 Use Texinfo recommended convention for quotes+punctuation.
497
498 2012-04-27 Eli Zaretskii <eliz@gnu.org>
499
500 * mule.texi (Bidirectional Editing): Improve indexing.
501 Minor wording tweaks.
502
503 2012-04-15 Chong Yidong <cyd@gnu.org>
504
505 * misc.texi (emacsclient Options): More clarifications.
506
507 2012-04-15 Glenn Morris <rgm@gnu.org>
508
509 * msdog.texi (Windows Printing): It doesn't set printer-name.
510
511 * mule.texi (Language Environments): Move font info to "Fontsets".
512 (Fontsets): Move intlfonts etc here from "Language Environments".
513 Copyedits.
514 (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
515 (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
516
517 2012-04-15 Chong Yidong <cyd@gnu.org>
518
519 * glossary.texi (Glossary): Standardize on "text terminal"
520 terminology. All callers changed.
521
522 * misc.texi (emacsclient Options): Document "client frame" concept
523 and its effect on C-x C-c more carefully.
524
525 2012-04-15 Glenn Morris <rgm@gnu.org>
526
527 * frames.texi (Scroll Bars):
528 * glossary.texi (Glossary): Use consistent case for "X Window System".
529
530 * mule.texi (Select Input Method, Coding Systems):
531 State command names in kbd tables.
532 (Recognize Coding): Add cross-ref.
533 (Output Coding): Don't mention message mode in particular.
534 (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
535 Copyedits.
536
537 2012-04-14 Glenn Morris <rgm@gnu.org>
538
539 * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
540 Copyedits.
541 (Coding Systems): Mac OS X apparently uses newlines for EOL.
542 (Recognize Coding): Remove old auto-coding-regexp-alist example.
543 auto-coding-functions does not override coding: tags.
544 Remove rmail-decode-mime-charset; it no longer has any effect.
545
546 2012-04-14 Chong Yidong <cyd@gnu.org>
547
548 * custom.texi (Creating Custom Themes): Add reference to Custom
549 Themes node in Lisp manual.
550
551 2012-04-14 Glenn Morris <rgm@gnu.org>
552
553 * mule.texi (International): Copyedits.
554 (International Chars): Update C-x = example output.
555 (Disabling Multibyte): Rename from "Enabling Multibyte".
556 Clarify what "unibyte: t" does, and mode-line description.
557 (Unibyte Mode): Update for "Disabling Multibyte" node name change.
558 Use Texinfo recommended convention for quotes+punctuation.
559 (Language Environments): Copyedits.
560 (Input Methods): Copyedits. Use "^" for the postfix example,
561 because it is less confusing inside Info's `quotes'.
562
563 * custom.texi (Specifying File Variables): Fix "unibyte" description.
564 Update for "Disabling Multibyte" node name change.
565 * emacs.texi: Update for "Disabling Multibyte" node name change.
566
567 * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi:
568 * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi:
569 * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi:
570 * misc.texi, package.texi, programs.texi, screen.texi, search.texi:
571 * sending.texi, text.texi, trouble.texi:
572 Use @file for buffers, per the Texinfo manual.
573
574 * entering.texi (Entering Emacs):
575 Do not mention initial-buffer-choice = t.
576
577 * misc.texi (Gnus Startup): Use @env for environment variables.
578
579 * Makefile.in: Replace non-portable use of $< in ordinary rules.
580
581 2012-04-12 Glenn Morris <rgm@gnu.org>
582
583 * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el.
584
585 2012-04-07 Glenn Morris <rgm@gnu.org>
586
587 * emacsver.texi (EMACSVER): Bump version to 24.1.50.
588
589 2012-04-05 Glenn Morris <rgm@gnu.org>
590
591 * glossary.texi (Glossary): Use anchors for internal cross-references.
592
593 2012-04-04 Glenn Morris <rgm@gnu.org>
594
595 * glossary.texi (Glossary): Copyedits.
596 Use Texinfo-recommended convention for quotes and punctuation.
597 Comment out a few specialized (Rmail) items.
598 New items: Bidirectional Text, Client, Directory Local Variable,
599 File Local Variable, Package, Server, Theme, Trash Can.
600
601 2012-04-03 Chong Yidong <cyd@gnu.org>
602
603 * sending.texi (Mail Misc): Fix an index entry.
604
605 2012-04-02 Eli Zaretskii <eliz@gnu.org>
606
607 * msdog.texi (Windows Startup): Add description of emacsclient
608 operation under -c and -t on MS-Windows.
609
610 * misc.texi (emacsclient Options): Add cross-reference to "Windows
611 Startup". (Bug#11091)
612
613 2012-04-02 Dani Moncayo <dmoncayo@gmail.com>
614
615 * custom.texi (Changing a Variable): Fix example.
616
617 2012-04-01 Eli Zaretskii <eliz@gnu.org>
618
619 * misc.texi (emacsclient Options): More clarifications about -t
620 and -c on MS-Windows. (Bug#11091)
621
622 2012-03-31 Eli Zaretskii <eliz@gnu.org>
623
624 * misc.texi (emacsclient Options): Document peculiarities of new
625 frame creation on MS-Windows under -c or -t options. (Bug#11091)
626
627 2012-03-30 Chong Yidong <cyd@gnu.org>
628
629 * files.texi (File Conveniences): Clarify Imagemagick discussion.
630
631 2012-03-22 Glenn Morris <rgm@gnu.org>
632
633 * dired.texi (Operating on Files): Fix dired-recursive-copies default.
634
635 2012-03-17 Chong Yidong <cyd@gnu.org>
636
637 * package.texi (Package Installation): Document use of
638 package-initialize in init file.
639
640 2012-03-16 Glenn Morris <rgm@gnu.org>
641
642 * help.texi (Language Help):
643 * mule.texi (International Chars):
644 etc/HELLO is for character demonstration.
645
646 2012-03-15 Dani Moncayo <dmoncayo@gmail.com>
647
648 * dired.texi (Shell Commands in Dired): Fix typo.
649
650 2012-03-04 Chong Yidong <cyd@gnu.org>
651
652 * killing.texi (Clipboard): Document clipboard manager.
653
654 2012-02-29 Glenn Morris <rgm@gnu.org>
655
656 * ack.texi (Acknowledgments): Use @Tex{} in more places.
657
658 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
659
660 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
661
662 2012-02-28 Glenn Morris <rgm@gnu.org>
663
664 * custom.texi, display.texi, emacs.texi, files.texi:
665 * msdog-xtra.texi, msdog.texi, vc-xtra.texi:
666 Standardize possessive apostrophe usage.
667
668 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
669
670 * macos.texi (Mac / GNUstep Customization): Remove text about
671 ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
672
673 2012-02-25 Dani Moncayo <dmoncayo@gmail.com>
674
675 * buffers.texi (Select Buffer): Mention that saving in a new file
676 name can switch to a different major mode.
677
678 2012-02-23 Glenn Morris <rgm@gnu.org>
679
680 * mini.texi (Minibuffer File, Completion Options, Repetition):
681 Copyedits.
682 (Completion Example): Other M-x au* commands may be defined.
683 (Completion Styles): Mention emacs21 and completion-category-overrides.
684
685 * msdog.texi (Text and Binary, ls in Lisp, Windows HOME)
686 (Windows Keyboard, Windows Mouse, Windows Processes)
687 (Windows Printing, Windows Misc): Copyedits.
688 (ls in Lisp): Update switches list.
689
690 * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref.
691 Update dos-mode* function names.
692 (MS-DOS Printing, MS-DOS and MULE): Copyedits.
693 (MS-DOS Processes): Add xref to main ls-lisp section.
694
695 * ack.texi (Acknowledgments): Mention smie.
696
697 2012-02-22 Glenn Morris <rgm@gnu.org>
698
699 * macos.texi: Copyedits. Fix @key/@kbd usage.
700 (Mac / GNUstep Basics): Don't mention the panels, since the next
701 section covers them.
702 (Mac / GNUstep Customization): Merge some panel info from previous.
703
704 2012-02-21 Glenn Morris <rgm@gnu.org>
705
706 * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge):
707 Small fixes.
708
709 * emacs-xtra.texi: Picture mode is no longer a chapter.
710
711 * picture-xtra.texi (Basic Picture): C-a does get remapped.
712
713 * ack.texi (Acknowledgments): Small changes, including resorting,
714 and removal of things no longer distributed.
715
716 2012-02-20 Glenn Morris <rgm@gnu.org>
717
718 * emacs.texi (Top, Preface): Small rephrasings.
719 (menu, detailmenu): Update entries, and reformat some descriptions.
720 * building.texi, display.texi, emacs-xtra.texi, files.texi:
721 * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi:
722 Reformat some menu descriptions.
723
724 * ack.texi (Acknowledgments): More updates.
725
726 * emacs.texi (Acknowledgments): Add several names from ack.texi,
727 and from Author: headers.
728 (Distrib): Small updates.
729
730 2012-02-18 Glenn Morris <rgm@gnu.org>
731
732 * ack.texi (Acknowledgments): Add xref to Org manual.
733
734 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
735 of '*mail*', since Message does not call it that.
736 (Rmail Reply): Rename rmail-dont-reply-to-names.
737 \\`info- no longer handled specially.
738 Update for rmail-enable-mime-composing.
739 Don't mention 'm' for replies.
740 Don't mention rmail-mail-new-frame and cancelling, since it does
741 not work for Message at the moment.
742
743 * cal-xtra.texi: Copyedits.
744
745 * emacs-xtra.texi: Set encoding to ISO-8859-1.
746
747 2012-02-17 Glenn Morris <rgm@gnu.org>
748
749 * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
750
751 * ack.texi (Acknowledgments): Mention Gnulib.
752
753 * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
754
755 * calendar.texi: Misc small changes, including updating the dates
756 of examples.
757
758 2012-02-16 Glenn Morris <rgm@gnu.org>
759
760 * calendar.texi: Misc small changes.
761
762 * vc1-xtra.texi (VC Delete/Rename, CVS Options):
763 * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
764
765 * dired-xtra.texi (Subdir Switches): Small fixes.
766
767 * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
768
769 2012-02-15 Glenn Morris <rgm@gnu.org>
770
771 * sending.texi (Mail Sending): smtpmail-auth-credentials was removed.
772
773 2012-02-12 Glenn Morris <rgm@gnu.org>
774
775 * ack.texi (Acknowledgments):
776 * emacs.texi (Acknowledgments): Updates for new files in 24.1.
777
778 2012-02-10 Glenn Morris <rgm@gnu.org>
779
780 * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.
781
782 * programs.texi (Misc for Programs): Mention electric-layout-mode.
783
784 2012-02-09 Glenn Morris <rgm@gnu.org>
785
786 * buffers.texi (Misc Buffer): M-x info does not seem to require a
787 buffer switch after M-x rename-uniquely.
788
789 * trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
790
791 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com>
792
793 * text.texi (Org Mode): Fix typo.
794
795 2012-02-08 Glenn Morris <rgm@gnu.org>
796
797 * ack.texi (Acknowledgments): Update emacs-lock info.
798
799 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
800
801 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
802
803 2012-02-07 Glenn Morris <rgm@gnu.org>
804
805 * files.texi (File Conveniences): Mention ImageMagick images.
806
807 2012-02-05 Glenn Morris <rgm@gnu.org>
808
809 * trouble.texi (Checklist): Mention debug-on-event.
810
811 * maintaining.texi (Maintaining): Add cross-ref to ERT.
812
813 2012-02-04 Glenn Morris <rgm@gnu.org>
814
815 * macos.texi (Customization options specific to Mac OS / GNUstep):
816 New subsection.
817
818 * display.texi (Colors): Mention list-colors-sort.
819
820 * files.texi (File Conveniences): Mention image animation.
821
822 2012-01-31 Chong Yidong <cyd@gnu.org>
823
824 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
825 scroll bars (Bug#10666).
826
827 2012-01-28 Chong Yidong <cyd@gnu.org>
828
829 * files.texi (Filesets): Fix typos.
830
831 * display.texi (Faces): Add xref to Colors node.
832
833 2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
834
835 * buffers.texi (Select Buffer): Clarify explanation of switching
836 to new buffers. Fix description of next-buffer and
837 previous-buffer (Bug#10334).
838 (Misc Buffer): Add xref to View Mode.
839
840 * text.texi (Fill Commands): Fix description of
841 sentence-end-double-space.
842
843 2012-01-23 Chong Yidong <cyd@gnu.org>
844
845 * anti.texi (Antinews): Add Emacs 23 antinews.
846
847 2012-01-16 Volker Sobek <reklov@live.com> (tiny change)
848
849 * programs.texi (Comment Commands): Typo (bug#10514).
850
851 2012-01-15 Chong Yidong <cyd@gnu.org>
852
853 * xresources.texi (X Resources): Describe GTK+ case first.
854 (Resources): Don't use borderWidth as an example, since it doesn't
855 work with GTK+.
856 (Table of Resources): Clarify role of several resources, including
857 the Emacs 24 behavior of cursorBlink etc.
858 (Face Resources): Node deleted. Recommend using Customize
859 instead. Add paragraph to `Table of Resources' node summarizing
860 how to use X resources for changing faces.
861 (Lucid Resources): Rewrite, omitting description of font names,
862 referring to the Fonts node instead.
863 (LessTif Resources): Copyedits.
864 (GTK resources): Rewrite, describing the difference between gtk2
865 and gtk3.
866 (GTK Resource Basics): New node.
867 (GTK Widget Names, GTK Names in Emacs): Rewrite.
868 (GTK styles): Just refer to Fonts node for GTK font format.
869
870 * display.texi (Faces): Document the cursor face.
871
872 2012-01-14 Chong Yidong <cyd@gnu.org>
873
874 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
875 (General Variables): Add xref to Lisp Libraries.
876 (Initial Options): Copyedits.
877 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
878 (Environment): Clarify what getenv does.
879 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
880 light backgrounds on xterms.
881 (Misc Variables): TEMP and TMP are not Windows-specific.
882 (Display X): Copyedits.
883 (Colors X): -bd does nothing for GTK.
884 (Icons X): Gnome 3 doesn't use taskbars.
885
886 * misc.texi (Shell): Document exec-path here.
887
888 * rmail.texi (Movemail): Add xref for exec-path.
889
890 2012-01-13 Glenn Morris <rgm@gnu.org>
891
892 * dired.texi (Dired and Find): Clarify find-ls-options.
893
894 2012-01-09 Chong Yidong <cyd@gnu.org>
895
896 * custom.texi (Custom Themes): Switch custom-safe-themes to use
897 SHA-256.
898
899 2012-01-07 Chong Yidong <cyd@gnu.org>
900
901 * display.texi (Useless Whitespace): Add Whitespace mode.
902
903 * custom.texi (Hooks): Discuss how to disable minor modes.
904
905 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
906 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
907
908 * trouble.texi (Lossage): Refer to Bugs node for problems.
909 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
910 (Screen Garbled): Don't refer to terminal "manufacturers".
911 (Total Frustration): Node deleted. Eliza is documented in
912 Amusements now.
913 (Known Problems): More info about using the bug tracker.
914 Mention debbugs package.
915 (Bug Criteria): Copyedits.
916 (Understanding Bug Reporting): Mention emacs -Q.
917
918 2012-01-06 Chong Yidong <cyd@gnu.org>
919
920 * custom.texi (Specifying File Variables): The mode: keyword
921 doesn't have to be first anymore. Add example of specifying minor
922 modes.
923 (Directory Variables): Simplify example. Mention application to
924 non-file buffers.
925 (Disabling): Use "initialization file" terminology.
926 (Init Examples): Fix hook example.
927
928 2012-01-06 Eli Zaretskii <eliz@gnu.org>
929
930 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
931 (Bug#10422)
932 Move the stuff about resources to xresources.texi.
933
934 * xresources.texi (Resources): Move information about setting X
935 resources in the Registry from cmdargs.texi. Make the index entry
936 be similar to the one in cmdargs.texi.
937
938 2012-01-05 Chong Yidong <cyd@gnu.org>
939
940 * custom.texi (Customization Groups): Update example.
941 (Browsing Custom): Document the new search field.
942 (Changing a Variable): Update example for Emacs 24 changes.
943 Document Custom-set and Custom-save commands.
944 (Face Customization): Document Emacs 24 changes. De-document
945 modify-face.
946 (Specific Customization): Mention customize-variable.
947 (Custom Themes): Add customize-themes, custom-theme-load-path,
948 custom-theme-directory, and describe-theme.
949 (Creating Custom Themes): New node.
950 (Examining): Mention M-:.
951
952 * package.texi (Packages): Fix typo.
953
954 2012-01-03 Chong Yidong <cyd@gnu.org>
955
956 * misc.texi (Single Shell): Don't document Lisp usage of
957 shell-command. Tidy up discussion of synchronicity. Add index
958 entries for async-shell-command.
959 (Interactive Shell): Note that M-x shell uses shell-file-name.
960 Note change in behavior in Emacs 24.
961 (Shell Mode): Shell mode now uses completion-at-point.
962 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
963 default method for recognizing prompts nowadays.
964 (Shell Ring): Add xref to Minibuffer History.
965 (Directory Tracking): Explain Dirtrack mode in more detail.
966 (Term Mode): Fix index entries.
967 (Paging in Term): Merge into Term Mode.
968 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
969 (Printing): Fix xref. State default of lpr-switches.
970 (PostScript): Remove obsolete sentence. Omit description of
971 non-interactive behaviors.
972 (Hyperlinking): Improve description.
973 (Browse-URL): Using compose-mail for mailto URLs is the default.
974 Document browse-url-mailto-function.
975 (Goto Address mode): Add index entries. Add xref to Browse-URL.
976 (FFAP): FFAP is not a minor mode.
977 (Amusements): M-x lm was renamed to M-x landmark.
978 Document nato-region.
979
980 2012-01-01 Chong Yidong <cyd@gnu.org>
981
982 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
983 (Gnus Startup): Note that the system might not be set up for news.
984 Describe group levels more clearly.
985 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
986 Summary of Gnus.
987 (Document View): Copyedits. Move zoom commads to DocView
988 Navigation node.
989 (DocView Navigation, DocView Searching, DocView Slicing)
990 (DocView Conversion): Nodes renamed from Navigation, etc.
991
992 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
993
994 2011-12-31 Eli Zaretskii <eliz@gnu.org>
995
996 * basic.texi (Moving Point): Fix the description of C-n and C-p.
997 (Bug#10380)
998
999 2011-12-30 Chong Yidong <cyd@gnu.org>
1000
1001 * sending.texi (Sending Mail): Document initial mail buffer name,
1002 and changed multiple mail buffer behavior.
1003 (Mail Format): Put the example at the top of the section.
1004 (Mail Headers): Move discussion of "From" to the top.
1005 (Mail Sending): Document sendmail-query-once.
1006 (Citing Mail): Make it less Rmail-specific.
1007
1008 2011-12-29 Chong Yidong <cyd@gnu.org>
1009
1010 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
1011 example. Add index entries.
1012 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
1013
1014 2011-12-26 Chong Yidong <cyd@gnu.org>
1015
1016 * dired.texi (Dired Enter, Misc Dired Features):
1017 Document dired-use-ls-dired changes. Mention quit-window.
1018 (Dired Navigation): Add index entries.
1019 (Dired Visiting): Fix View Mode xref.
1020 (Marks vs Flags): Prefer C-/ binding for undo.
1021 (Subdirectories in Dired): Add xrefs.
1022 (Misc Dired Features): Document some Emacs 24 changes. Add index
1023 entries.
1024
1025 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
1026 variable, since it is explained in Minor Modes node.
1027 (Defining Abbrevs): Copyedits.
1028 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
1029 C-/ binding for undo.
1030 (Dabbrev Customization): Add xrefs for case-fold-search and
1031 case-replace.
1032
1033 * dired-xtra.texi (Subdir Switches): Add xref.
1034
1035 * maintaining.texi (VC Directory Commands): Mention quit-window.
1036
1037 2011-12-25 Chong Yidong <cyd@gnu.org>
1038
1039 * maintaining.texi (Tags): Mention Semantic.
1040 (Create Tags Table, Etags Regexps): Copyedits.
1041 (Find Tag): Mention minibuffer completion.
1042 (List Tags): Mention completion-at-point. Completion is actually
1043 available in M-x list-tags.
1044
1045 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
1046 Document vc-delete-file.
1047
1048 * files.texi (Misc File Ops): Mention vc-delete-file.
1049
1050 * programs.texi (Symbol Completion): Mention completion-at-point
1051 explicitly.
1052
1053 2011-12-22 Chong Yidong <cyd@gnu.org>
1054
1055 * maintaining.texi (Change Log Commands): Don't specially mention
1056 vc-update-change-log which is CVS-only.
1057
1058 * vc1-xtra.texi (Version Headers): Note that these are for
1059 Subversion, CVS, etc. only.
1060 (General VC Options): De-document vc-keep-workfiles.
1061 Fix RCS-isms.
1062
1063 2011-12-22 Eli Zaretskii <eliz@gnu.org>
1064
1065 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
1066 should be @end iftex".
1067
1068 2011-12-21 Chong Yidong <cyd@gnu.org>
1069
1070 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
1071 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
1072 (VC Pull): Mention vc-log-incoming.
1073 (Log Buffer): Add CVS/RCS only disclaimer.
1074
1075 * vc1-xtra.texi (Remote Repositories): Update introduction.
1076 (Local Version Control): Node deleted (obsolete with DVCSes).
1077 (Remote Repositories, Version Backups): Node deleted.
1078 Move documentation of vc-cvs-stay-local to CVS Options.
1079 (CVS Options): Reduce verbosity of description of obscure CVS
1080 locking feature.
1081 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
1082 Tags node.
1083 (Revision Tags): Move under Miscellaneous VC subsection.
1084 (Change Logs and VC): Note that this is wrong for DVCSs.
1085 De-document log entry manipulating features.
1086 (Renaming and VC): Describe how it works on modern VCSes.
1087
1088 * files.texi (Misc File Ops): Mention vc-rename-file.
1089
1090 * programs.texi (Custom C Indent): Add index entries.
1091
1092 2011-12-20 Alan Mackenzie <acm@muc.de>
1093
1094 * programs.texi (Motion in C): Update the description of C-M-a and
1095 C-M-e, they now DTRT in enclosing scopes.
1096 (Custom C Indent): Add @dfn{guessing} of the indentation style.
1097
1098 2011-12-20 Chong Yidong <cyd@gnu.org>
1099
1100 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
1101 (Old Revisions): Use it.
1102 (VCS Repositories): Add "distributed" terminology.
1103 (Log Buffer): Remove duplicate description
1104 about changesets. Fix "current VC fileset" ambiguity.
1105 (Multi-User Branching): Node deleted.
1106 (Branches, Switching Branches): Discuss decentralized version
1107 control systems.
1108 (VC Pull): New node.
1109 (Merging): Document merging on decentralized systems.
1110 (Creating Branches): Note that this is specific to CVS and related
1111 systems.
1112
1113 2011-12-19 Chong Yidong <cyd@gnu.org>
1114
1115 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
1116 (VC Mode Line): Add index entry for "version control status".
1117 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
1118 Document vc-revert-show-diff. De-document vc-rollback.
1119 (VC Directory Mode): Rewrite introduction. Move prefix arg
1120 documentation here from VC Directory Buffer node.
1121 (VC Directory Buffer): Use a decentralized VCS example.
1122 (VC Directory Commands): Use a table. Remove material duplicated
1123 in previous nodes on multi-file VC filsets.
1124
1125 2011-12-17 Chong Yidong <cyd@gnu.org>
1126
1127 * maintaining.texi (VCS Concepts): Make "revision" terminology
1128 less CVS-specific.
1129 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
1130 Registering node.
1131 (Secondary VC Commands): Delete. Promote subnodes.
1132 (Log Buffer): Add command name for C-c C-c. Fix the name of the
1133 log buffer. Add index entries.
1134 (VCS Changesets, Types of Log File, VC With A Merging VCS):
1135 Use "commit" terminology.
1136 (Old Revisions): Move it to just before VC Change Log. "Tag" here
1137 doesn't refer to tags tables. Note other possible forms of the
1138 revision ID. C-x v = does not save.
1139 (Registering): Note similarity to C-x v v action. Fix description
1140 of how backends are chosen. De-document vc-default-init-revision.
1141 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
1142 in root log buffers.
1143
1144 2011-12-16 Chong Yidong <cyd@gnu.org>
1145
1146 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
1147 (Basic VC Editing): Remove redundant descriptions.
1148 (VC With A Merging VCS): Make description more general instead of
1149 CVS-specific.
1150 (VC With A Locking VCS): Use VC fileset terminology.
1151
1152 2011-12-12 Chong Yidong <cyd@gnu.org>
1153
1154 * building.texi (Executing Lisp): Fix xref for C-M-x.
1155 (Lisp Libraries): Add xref to node explaining `load' in Lisp
1156 manual. Note that load-path is not customizable.
1157 (Lisp Eval): Note that listed commands are available globally.
1158 Explain the meaning of "defun" in the C-M-x context.
1159 (Lisp Interaction): Copyedits.
1160 (External Lisp): Fix name of inferior Lisp buffer.
1161 Mention Scheme.
1162 (Compilation): Define "inferior process".
1163
1164 2011-12-10 Eli Zaretskii <eliz@gnu.org>
1165
1166 * msdog.texi (Windows Fonts): Document how to force GDI font
1167 backend on MS-Windows.
1168
1169 2011-12-10 Chong Yidong <cyd@gnu.org>
1170
1171 * building.texi (Compilation): Say what the -k flag to make does.
1172 Move subprocess discussion to Compilation Shell.
1173 (Compilation Mode): Add xref for grep, occur, and mouse
1174 references. Define "locus".
1175 (Grep Searching): Use @command.
1176 (Debuggers, Commands of GUD, GDB Graphical Interface):
1177 Clarify intro.
1178 (Starting GUD): Clarify how arguments are specified.
1179 (Debugger Operation): Index entry for "GUD interaction buffer",
1180 and move basic description here from Commands of GUD node.
1181 (GDB User Interface Layout): Copyedits.
1182 (Source Buffers): Remove gdb-find-source-frame, which is not in
1183 gdb-mi.el.
1184 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
1185 toggle-gdb-all-registers, which are not in gdb-mi.el.
1186 Don't re-document GUD interaction buffers.
1187
1188 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
1189 (Semantic): Add cindex entries for Semantic.
1190
1191 2011-12-06 Chong Yidong <cyd@gnu.org>
1192
1193 * programs.texi (Man Page): Clarify how to use Man-switches.
1194 Don't bother documenting Man-fontify-manpage-flag.
1195 (Lisp Doc): Add xref to Name Help node.
1196 (Hideshow): Add cindex. Mention role of ellipses, and default
1197 value of hs-isearch-open. Don't bother documenting
1198 hs-special-modes-alist.
1199 (Symbol Completion): Add kindex for C-M-i. Don't recommend
1200 changing the window manager binding of M-TAB.
1201
1202 2011-12-05 Chong Yidong <cyd@gnu.org>
1203
1204 * programs.texi (Comment Commands): Fix description of for M-; on
1205 blank lines. Move documentation of comment-region here.
1206 (Multi-Line Comments): Clarify the role of comment-multi-line.
1207 Refer to Comment Commands for comment-region doc.
1208 (Options for Comments): Refer to Multi-Line Comments for
1209 comment-multi-line doc, instead of duplicating it. Fix default
1210 values of comment-padding and comment-start-skip.
1211
1212 2011-12-04 Chong Yidong <cyd@gnu.org>
1213
1214 * programs.texi (Program Modes): Mention modes that are not
1215 included with Emacs. Fix references to other manuals for tex.
1216 Add index entry for backward-delete-char-untabify.
1217 Mention prog-mode-hook.
1218 (Which Function): Use "global minor mode" terminology.
1219 (Basic Indent, Multi-line Indent): Refer to previous descriptions
1220 in Indentation chapter to avoid duplication.
1221 (Expressions): Copyedit.
1222 (Matching): Document Electric Pair mode.
1223
1224 * ack.texi (Acknowledgments):
1225 * rmail.texi (Movemail, Other Mailbox Formats):
1226 * frames.texi (Frames): Don't capitalize "Unix".
1227
1228 2011-12-04 Chong Yidong <cyd@gnu.org>
1229
1230 * text.texi (Nroff Mode): Mention what nroff is.
1231 (Text Based Tables, Table Recognition): Don't say "Table mode"
1232 since it's not a major or minor mode.
1233 (Text Based Tables): Reduce the size of the example.
1234 (Table Definition): Clarify definitions.
1235 (Table Creation): Add key table.
1236 (Cell Commands): Use kbd for commands.
1237 (Table Rows and Columns): Combine nodes Row Commands and Column
1238 Commands.
1239 (Fixed Width Mode): Node deleted; contents moved to parent.
1240 (Table Conversion): Shorten example.
1241 (Measuring Tables): Merge into Table Misc.
1242
1243 2011-12-03 Chong Yidong <cyd@gnu.org>
1244
1245 * text.texi (TeX Mode): Mention AUCTeX package.
1246 (TeX Editing): Add xref to documentation for Occur.
1247 (LaTeX Editing): Add xref to Completion node.
1248 (TeX Print): Fix description of tex-directory.
1249 (Enriched Text): Rename from Formatted Text. Make this node and
1250 its subnodes less verbose, since text/enriched files are
1251 practically unused.
1252 (Enriched Mode): Rename from Requesting Formatted Text.
1253 (Format Colors): Node deleted.
1254 (Enriched Faces): Rename from Format Faces. Describe commands
1255 for applying colors too.
1256 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
1257
1258 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
1259
1260 * display.texi (Colors): New node.
1261
1262 * cmdargs.texi (Colors X):
1263 * xresources.texi (GTK styles):
1264 * custom.texi (Face Customization): Reference it.
1265
1266 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
1267 Link to Fill Commands for Justification entry.
1268
1269 2011-12-03 Eli Zaretskii <eliz@gnu.org>
1270
1271 * display.texi (Auto Scrolling): More accurate description of what
1272 scroll-*-aggressively does, including the effect of non-zero
1273 margin. Fix "i.e." markup.
1274
1275 2011-12-02 Chong Yidong <cyd@gnu.org>
1276
1277 * text.texi (Pages): Mention how formfeed chars are displayed.
1278 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
1279 Describe adaptive filling more precisely.
1280 (Fill Commands): Note that filling removes excess whitespace.
1281 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
1282 now bound to indent-for-tab-command in Text mode.
1283 (Outline Mode): Copyedits.
1284 (Outline Visibility): Note that Reveal mode is a buffer-local
1285 minor mode.
1286
1287 * modes.texi (Major Modes): Move note about checking major-mode in
1288 a hook function here, from Text mode.
1289
1290 2011-11-28 Chong Yidong <cyd@gnu.org>
1291
1292 * text.texi (Words): Add xref to Position Info.
1293 (Paragraphs): Add xref to Regexps.
1294
1295 * indent.texi (Indentation): Rewrite introduction. Move table to
1296 Indentation Commands node.
1297 (Indentation Commands): Add index entries to table. Copyedits.
1298 (Tab Stops, Just Spaces): Copyedits.
1299 (Indent Convenience): New node. Document electric-indent-mode.
1300
1301 * programs.texi (Basic Indent):
1302 * windows.texi (Pop Up Window): Fix kindex entry.
1303
1304 2011-11-28 Chong Yidong <cyd@gnu.org>
1305
1306 * modes.texi (Major Modes): Move major-mode variable doc here from
1307 Choosing Modes. Document describe-mode. Document prog-mode-hook
1308 and text-mode-hook. Add example of using hooks.
1309 (Minor Modes): Document behavior of mode command calls from Lisp.
1310 Note that setting the mode variable using Customize will DTRT.
1311 (Choosing Modes): Add example of setting a minor mode using a
1312 local variable.
1313
1314 2011-11-27 Chong Yidong <cyd@gnu.org>
1315
1316 * frames.texi (Creating Frames): Move frame parameter example to
1317 Frame Parameters node.
1318 (Frame Commands): C-x 5 o does not warp the mouse by default.
1319 (Fonts): Add more GTK-style properties; also, they should be
1320 capitalized.
1321 (Special Buffer Frames): Node deleted; special-display is on the
1322 way out.
1323 (Frame Parameters): Example moved here from Creating Frames.
1324 Clarify that default-frame-alist affects the initial frame too.
1325 Delete auto-raise-mode and auto-lower-mode.
1326 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
1327 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
1328
1329 * windows.texi (Window Choice): Add xref to Lisp manual for
1330 special-display-*.
1331
1332 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1333
1334 * display.texi (Text Display): Update the description,
1335 cross-references, and indexing related to display of control
1336 characters and raw bytes.
1337
1338 2011-11-25 Chong Yidong <cyd@gnu.org>
1339
1340 * frames.texi (Frames): Rewrite introduction.
1341 (Mouse Commands): Default for mouse-drag-copy-region is now t.
1342 Mouse-3 does not copy to kill ring by default. DEL does not
1343 behave specially for mouse commands any more.
1344 (Mouse References): Document mouse-1-click-follows-link more
1345 thoroughly.
1346 (Menu Mouse Clicks): Move footnote to the main text and add xref
1347 to Init Rebinding node.
1348 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
1349
1350 * files.texi (Visiting): `C-x 5 f' works on ttys too.
1351
1352 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1353
1354 * display.texi (Font Lock): Fix typo.
1355
1356 2011-11-24 Glenn Morris <rgm@gnu.org>
1357
1358 * rmail.texi (Rmail Output):
1359 Mention rmail-automatic-folder-directives. (Bug#9657)
1360
1361 2011-11-21 Chong Yidong <cyd@gnu.org>
1362
1363 * mark.texi (Global Mark Ring): Fix description of global mark
1364 ring (Bug#10032).
1365
1366 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * msdog.texi (Windows Fonts): Fix typo.
1369
1370 2011-11-17 Glenn Morris <rgm@gnu.org>
1371
1372 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
1373
1374 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * killing.texi (Rectangles):
1377 * misc.texi (Document View):
1378 * modes.texi (Choosing Modes):
1379 * msdog.texi (Windows Fonts):
1380 * regs.texi (Rectangle Registers):
1381 * search.texi (Isearch Yank): Fix typos.
1382
1383 2011-11-06 Chong Yidong <cyd@gnu.org>
1384
1385 * windows.texi (Basic Window): Add xref to Cursor Display.
1386 (Split Window): Document negative arg for splitting commands.
1387 (Other Window): Document mouse-1 in text area of window.
1388 (Change Window): Don't mention window attributes, since they
1389 aren't defined. C-x 1 can't be used with minibuffer windows.
1390 Windows are no longer auto-deleted.
1391 (Window Choice): Add xref to Choosing Window in Lisp manual.
1392 (Window Convenience): Note that windmove disables shift-selection.
1393 Move M-x compare-windows here from Other Window node.
1394
1395 * custom.texi (Mouse Buttons):
1396 * search.texi (Isearch Scroll):
1397 * windows.texi (Split Window): Use new names split-window-below
1398 and split-window-right.
1399
1400 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * emacs.texi (Top): Fix typo.
1403
1404 2011-10-25 Glenn Morris <rgm@gnu.org>
1405
1406 * abbrevs.texi (Saving Abbrevs):
1407 quietly-read-abbrev-file is not a command. (Bug#9866)
1408
1409 2011-10-24 Chong Yidong <cyd@gnu.org>
1410
1411 * display.texi (Scrolling): Document scroll-up-line and
1412 scroll-down-line. Document scroll-command property.
1413 (Recentering): New node, split off from Scrolling.
1414
1415 2011-10-23 Chong Yidong <cyd@gnu.org>
1416
1417 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
1418 (Tool Bars): Copyedits.
1419
1420 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
1421
1422 2011-10-22 Chong Yidong <cyd@gnu.org>
1423
1424 * windows.texi (Displaying Buffers): Fix broken lispref link.
1425
1426 2011-10-22 Chong Yidong <cyd@gnu.org>
1427
1428 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
1429 Move confirm-nonexistent-file-or-buffer discussion here.
1430
1431 * files.texi (File Names, Visiting): Move detailed discussion of
1432 minibuffer confirmation to Minibuffer Exit.
1433
1434 * buffers.texi (Buffers): Tweak mention of mail buffer name.
1435 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
1436
1437 2011-10-21 Chong Yidong <cyd@gnu.org>
1438
1439 * files.texi (File Names, Visiting, Interlocking): Copyedits.
1440 (Backup Copying): backup-by-copying-when-mismatch is now t.
1441 (Customize Save): Fix description of require-final-newline.
1442 (Reverting): Note that revert-buffer can't be undone. Mention VC.
1443 (Auto Save Control): Clarify.
1444 (File Archives): Add 7z.
1445 (Remote Files): ange-ftp-make-backup-files defaults to nil.
1446
1447 * arevert-xtra.texi (Autorevert): Copyedits.
1448
1449 2011-10-20 Chong Yidong <cyd@gnu.org>
1450
1451 * custom.texi (Hooks, Init Examples):
1452 * display.texi (Font Lock):
1453 * fixit.texi (Spelling):
1454 * rmail.texi (Rmail Display): Minor mode function with no arg now
1455 enables it.
1456
1457 * fixit.texi (Spelling): Fix description of inline completion.
1458
1459 2011-10-19 Chong Yidong <cyd@gnu.org>
1460
1461 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
1462 entries.
1463 (Isearch Yank): Document isearch-yank-pop.
1464 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
1465 (Other Repeating Search): Document Occur Edit mode.
1466
1467 2011-10-18 Chong Yidong <cyd@gnu.org>
1468
1469 * display.texi (Fringes): Move overflow-newline-into-fringe here,
1470 from Line Truncation node.
1471 (Standard Faces): Note that only the background of the cursor face
1472 has an effect.
1473 (Cursor Display): Fix descriptions of cursor face
1474 and bar cursor blinking.
1475 (Text Display): Document nobreak-char-display more clearly.
1476 (Line Truncation): Add xref to Split Window node.
1477 (Display Custom): Don't bother documenting baud-rate or
1478 no-redraw-on-reenter.
1479
1480 * search.texi (Slow Isearch): Node removed.
1481
1482 2011-10-18 Glenn Morris <rgm@gnu.org>
1483
1484 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
1485
1486 2011-10-18 Chong Yidong <cyd@gnu.org>
1487
1488 * display.texi (Faces): Simplify discussion. Move documentation
1489 of list-faces-display here, from Standard Faces node.
1490 Note special role of `default' background.
1491 (Standard Faces): Note special role of `default' background.
1492 Note that region face may be taken fom GTK. Add xref to Text Display.
1493 (Text Scale): Rename from "Temporary Face Changes".
1494 Callers changed. Don't bother documenting variable-pitch-mode.
1495 (Font Lock): Copyedits. Remove font-lock-maximum-size.
1496 (Useless Whitespace): Simplify description of
1497 delete-trailing-whitespace. Note active region case.
1498 (Text Display): Fix description of escape-glyph face assignment.
1499 Remove unibye mode discussion. Update some parts for Unicode.
1500 Move glyphless chars documentation to Lisp manual.
1501
1502 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
1503
1504 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * display.texi (Scrolling): Tweak explanation of scroll direction.
1507 (View Mode): Add index entries.
1508
1509 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
1510
1511 * regs.texi (Text Registers): C-x r i does not activate the mark.
1512 (Bookmarks): Document new default bookmark location.
1513
1514 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * killing.texi (Deletion): Add xref to Using Region.
1517 Document delete-forward-char.
1518 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
1519 description here. Recommend C-u C-SPC for jumping to mark.
1520 (Kill Ring): Move kill ring variable documentation here.
1521 (Primary Selection): Copyedits.
1522 (Rectangles): Document new command rectangle-number-lines.
1523 (CUA Bindings): Note that this disables the mark-even-if-inactive
1524 behavior for C-x and C-c.
1525
1526 * mark.texi (Mark): Mention "active region" terminology.
1527 (Using Region): Document delete-active-region.
1528
1529 2011-10-12 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * mark.texi (Mark): Clarify description of disabled Transient Mark
1532 mode (Bug#9689).
1533 (Setting Mark): Document prefix arg for C-x C-x. Document primary
1534 selection changes. Mention that commands like C-y set the mark.
1535 (Marking Objects): Add xref to Words node. Note that mark-word
1536 and mark-sexp also have the "extend region" behavior.
1537 (Using Region): Mention M-$ in the table.
1538 Document mark-even-if-inactive here instead of in Mark Ring.
1539 (Mark Ring): Move mark-even-if-inactive to Using Region.
1540 Take note of the "Mark Set" behavior.
1541 (Disabled Transient Mark): Rename from "Persistent Mark"
1542 (Bug#9688). Callers changed.
1543
1544 * programs.texi (Expressions):
1545 * text.texi (Words): Defer to Marking Objects for mark-word doc.
1546
1547 2011-10-09 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
1550 option" terminology.
1551 (Key Help): Add command names. Define "documentation string".
1552 (Name Help): Remove an over-long joke.
1553 (Apropos): Document prefix args. Remove duplicated descriptions.
1554 (Help Mode): Add C-c C-b to table. Update TAB binding.
1555 (Package Keywords): Rename from "Library by Keyword".
1556 Describe new package menu interface.
1557 (Help Files, Help Echo): Tweak description.
1558
1559 * mini.texi (Completion Options): Add completion-cycle-threshold.
1560 (Minibuffer History): Document numeric args to history commands.
1561
1562 2011-10-08 Eli Zaretskii <eliz@gnu.org>
1563
1564 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
1565
1566 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * basic.texi (Position Info): Omit page commands.
1569 Document count-words-region and count-words.
1570
1571 * text.texi (Pages): Move what-page documentation here.
1572
1573 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
1576 Remote Files node instead of linking directly to the Tramp manual.
1577 (Minibuffer Edit): Add xref to Blank Lines.
1578 (Completion): Add xref to Symbol Completion. Remove redundant
1579 example, which is repeated in the next node.
1580 (Completion Commands): Minor clarifications.
1581 (Completion Styles): New node, split from Completion Commands.
1582 Document substring and initials styles.
1583 (Strict Completion): Remove information duplicated in other nodes.
1584 (Completion Options): Consolidate case difference discussion here.
1585
1586 * help.texi (Help Mode): Fix kindex entries.
1587
1588 * files.texi (File Names): Add index entries.
1589
1590 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * basic.texi (Inserting Text): Add xref to Completion.
1593 Add ucs-insert example, and document prefix argument.
1594 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
1595 to left/right. Tweak left-char and right-char descriptions.
1596 M-left and M-right are now bound to left-word/right-word.
1597 (Erasing): Document delete-forward-char.
1598
1599 * screen.texi (Screen, Menu Bar): Copyedits.
1600 (Point): Remove duplicate paragraph on cursors, also in Screen.
1601 (Mode Line): Trailing dashes no longer shown on X displays.
1602
1603 * frames.texi (Non-Window Terminals): Index just "text-only
1604 terminal", which is used throughout the manual now.
1605
1606 * entering.texi (Entering Emacs): Define "startup screen".
1607 Document window-splitting behavior with command-line inputs.
1608 (Exiting): Remove obsolete paragraph about shells without suspend
1609 functionality.
1610
1611 * commands.texi (User Input): Define "input event" more clearly.
1612 (Keys): Add xref to Echo Area.
1613 (Commands): Clarify relation between commands and functions.
1614
1615 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * misc.texi (emacsclient Options): Document how emacsclient runs
1618 the Emacs daemon (Bug#9674).
1619
1620 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * basic.texi (Moving Point):
1623 * custom.texi (Mouse Buttons):
1624 * rmail.texi (Rmail Scrolling):
1625 * search.texi (Isearch Scroll):
1626 * display.texi (Scrolling): Replace scroll-up/down with
1627 scroll-up/down-command. Fix scroll-preserve-screen-position
1628 description. Document scroll-error-top-bottom.
1629
1630 2011-09-30 Glenn Morris <rgm@gnu.org>
1631
1632 * commands.texi (Keys): Whitespace fix. (Bug#9635)
1633
1634 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * windows.texi (Pop Up Window): Defer discussion of window
1637 splitting to the Window Choice node. Add index entries.
1638 (Force Same Window): Node deleted.
1639 (Displaying Buffers, Window Choice): New nodes.
1640
1641 * buffers.texi (Select Buffer): Clarify description of
1642 buffer-switching commands. Add xref to Window Display node.
1643 Don't repeat confirm-nonexistent-file-or-buffer description from
1644 Visiting node. Remove even-window-heights.
1645
1646 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
1647
1648 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * cmdargs.texi (Icons X): Fix description of Emacs icon.
1651
1652 * xresources.texi (Table of Resources): Fix documentation of
1653 bitmapIcon.
1654
1655 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * package.texi (Package Menu): Add package-menu-mark-upgrades.
1658
1659 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
1660
1661 * frames.texi (Frame Commands): Note that delete-other-frames only
1662 deletes frames on current terminal.
1663
1664 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1665
1666 * sending.texi (Mail Misc): Document mail-add-attachment.
1667
1668 2011-09-04 Eli Zaretskii <eliz@gnu.org>
1669
1670 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
1671
1672 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
1675
1676 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * files.texi (File Archives):
1679 * cal-xtra.texi (Diary Display):
1680 * help.texi (Help Mode): Add xref to View Mode.
1681
1682 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * display.texi (View Mode): New node. Move view-file here from
1685 Misc File Ops. Move view-buffer here from Misc Buffer.
1686
1687 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
1688
1689 * files.texi (Misc File Ops): Document new
1690 delete-by-moving-to-trash behavior. Remove view-file.
1691
1692 * dired.texi (Dired Deletion): Shorten description of Trash.
1693
1694 * misc.texi (emacsclient Options): Document server-port.
1695
1696 2011-08-27 Eli Zaretskii <eliz@gnu.org>
1697
1698 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
1699 even on MS-Windows. Fix a typo.
1700
1701 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * package.texi: New file, documenting the package manager.
1704
1705 * emacs.texi: Include it.
1706
1707 * help.texi (Help Summary): Add describe-package.
1708
1709 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * misc.texi (Printing): Convert subnodes into subsections.
1712
1713 * text.texi (Two-Column): Move into Text chapter.
1714
1715 * picture-xtra.texi (Picture Mode): Group with Editing Binary
1716 Files section. Convert from chapter into section.
1717
1718 * display.texi (Narrowing): Move into display chapter.
1719
1720 * sending.texi (Sending Mail):
1721 * rmail.texi (Rmail):
1722 * misc.texi (Gnus, Document View):
1723 * dired.texi (Dired):
1724 * emacs.texi: Group the mail, rmail, and gnus chapters together.
1725
1726 2011-08-07 Juri Linkov <juri@jurta.org>
1727
1728 * dired.texi (Operating on Files): Rewrite according to the fact
1729 that `dired-do-chmod' doesn't use the `chmod' program anymore.
1730
1731 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
1732
1733 * mini.texi (Minibuffer File): Insert a reference to Tramp for
1734 remote file name completion. (Bug#9197)
1735
1736 2011-07-28 Eli Zaretskii <eliz@gnu.org>
1737
1738 * mule.texi (Bidirectional Editing): Document the fact that
1739 bidi-display-reordering is t by default.
1740
1741 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1742
1743 * help.texi (Misc Help): Mention `describe-prefix-bindings'
1744 explicitly (bug#8904).
1745
1746 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
1748 * trouble.texi (Checklist): Use an `M-x' example instead of an
1749 Emacs Lisp form to switch on the dribble file (bug#8056).
1750
1751 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1752
1753 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
1754
1755 2011-07-13 Glenn Morris <rgm@gnu.org>
1756
1757 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
1758
1759 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
1761 * mark.texi (Mark Ring): Clarify how many locations are saved
1762 (bug#5770).
1763 (Global Mark Ring): Ditto.
1764
1765 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1766
1767 * text.texi (Table Recognition): Use "at point" instead of "under
1768 point" (bug#4345).
1769
1770 * display.texi (Cursor Display): Mention `cursor-type'.
1771
1772 * screen.texi (Point): Clarify that it's only if you use a block
1773 cursor that it appears to be on a character (bug#4345).
1774
1775 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * misc.texi (Amusements): Move dissociated press here, from its
1778 own section.
1779
1780 * emacs.texi (Top): Update node listing.
1781
1782 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
1784 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
1785 clarity (bug#3523).
1786
1787 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * cmdargs.texi (Initial Options): Document --no-site-lisp.
1790 (Misc X): Document --parent-id.
1791
1792 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1793 defaults to nil.
1794
1795 * misc.texi (emacsclient Options): Document --parent-id.
1796
1797 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1798
1799 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1800
1801 * emacs.texi: Use "..." instead of ``...'' in the menus
1802 (bug#3503).
1803
1804 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * killing.texi (Primary Selection): Document `only' setting for
1807 select-active-regions.
1808
1809 * mark.texi (Setting Mark): Reference Shift Selection node.
1810
1811 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1812
1813 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814
1815 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1816 motion keys" (bug#3503).
1817
1818 * emacs.texi: Change all the register node names from "RegPos"
1819 (etc.) to "Positional Registers" (etc.) (bug#3314).
1820
1821 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1824 (Other Kill Commands, Kill Options): Copyedits.
1825 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1826 (Yanking): Move yank-excluded properties discussion here.
1827 (Cut and Paste): Move from frames.texi. Update subnodes to
1828 describe x-select-enable-clipboard case.
1829
1830 * frames.texi: Move Cut and Paste node and subnodes into
1831 killing.texi, except Mouse Commands and Word and Line Mouse.
1832
1833 2011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1834
1835 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1836
1837 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1838
1839 * screen.texi (Mode Line): Clarify that coding systems are
1840 characters, not letters (bug#1749).
1841
1842 * cmdargs.texi (Environment): Mention removing variables
1843 (bug#1615). Text suggested by Kevin Rodgers.
1844
1845 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1848
1849 * modes.texi: Rename from major.texi.
1850 (Modes): New node. Make Major Modes and Minor Modes subsections
1851 of this. All callers changed.
1852
1853 * custom.texi (Minor Modes): Move to modes.texi.
1854
1855 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * custom.texi (Syntax): Node deleted.
1858
1859 * help.texi (Help Summary):
1860 * major.texi (Major Modes):
1861 * programs.texi (Parentheses):
1862 * search.texi (Regexp Backslash, Regexp Backslash)
1863 (Regexp Backslash):
1864 * text.texi (Words): Callers changed.
1865
1866 * text.texi (Refill, Longlines): Delete nodes.
1867
1868 * ack.texi (Acknowledgments): Longlines removed from manual.
1869
1870 * emacs.texi (Top): Update node listing.
1871
1872 2011-07-09 Glenn Morris <rgm@gnu.org>
1873
1874 * fortran-xtra.texi (Fortran): Update handled extensions.
1875
1876 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1877
1878 * display.texi (Scrolling): `C-v' (etc) are now bound to
1879 `scroll-*-command' (bug#8349).
1880
1881 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1882
1883 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
1884 doesn't actually delete any files (bug#7125).
1885
1886 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1887 argument for `C-c C-k' (bug#7391).
1888
1889 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1890 you're currently using (bug#8489).
1891
1892 2011-07-01 Eli Zaretskii <eliz@gnu.org>
1893
1894 * mule.texi (Coding Systems): Move index entries from the previous
1895 change into their proper places.
1896
1897 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1898
1899 * help.texi (Help Files): Document view-external-packages (bug#8902).
1900
1901 * mule.texi (Coding Systems): Put a few more of the coding systems
1902 into the index (bug#8900).
1903
1904 2011-06-26 Glenn Morris <rgm@gnu.org>
1905
1906 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1907
1908 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1909
1910 * misc.texi (emacsclient Options): Mention --frame-parameters.
1911
1912 2011-06-09 Glenn Morris <rgm@gnu.org>
1913
1914 * custom.texi (Specifying File Variables):
1915 Recommend explicit arguments for minor modes.
1916
1917 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1918
1919 Document wide integers better.
1920 * buffers.texi (Buffers):
1921 * files.texi (Visiting): Document maxima for 64-bit machines,
1922 and mention virtual memory limits.
1923
1924 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1927
1928 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1929 prog mode (Bug#8240).
1930
1931 2011-05-27 Glenn Morris <rgm@gnu.org>
1932
1933 * custom.texi (Specifying File Variables):
1934 Major modes no longer need come first.
1935
1936 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1939 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1940
1941 2011-05-18 Glenn Morris <rgm@gnu.org>
1942
1943 * ack.texi (Acknowledgments): Remove fakemail.c.
1944
1945 2011-05-17 Chong Yidong <cyd@stupidchicken.com>
1946
1947 Fixes for fitting text into 7x9 printed manual.
1948 * building.texi (Flymake, Breakpoints Buffer):
1949 * calendar.texi (Appointments):
1950 * cmdargs.texi (General Variables, Display X):
1951 * custom.texi (Saving Customizations, Face Customization)
1952 (Directory Variables, Minibuffer Maps, Init Rebinding):
1953 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1954 * fixit.texi (Spelling):
1955 * frames.texi (Creating Frames, Fonts):
1956 * help.texi (Help Files):
1957 * mini.texi (Minibuffer File):
1958 * misc.texi (emacsclient Options, Emulation):
1959 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1960 * mule.texi (International Chars, Language Environments)
1961 (Select Input Method, Modifying Fontsets, Charsets):
1962 * programs.texi (Custom C Indent):
1963 * rmail.texi (Rmail Labels):
1964 * text.texi (Table Conversion):
1965 * trouble.texi (Known Problems, Known Problems):
1966 * windows.texi (Change Window):
1967 * xresources.texi (GTK resources): Reflow text and re-indent code
1968 examples to avoid TeX overflows and underflows on 7x9 paper.
1969
1970 * emacs.texi: Fix the (commented out) smallbook command.
1971
1972 * macos.texi (Mac / GNUstep Events):
1973 * xresources.texi (Lucid Resources): Remove extraneous examples.
1974
1975 2011-05-10 Glenn Morris <rgm@gnu.org>
1976
1977 * custom.texi (Specifying File Variables):
1978 Deprecate using mode: for minor modes.
1979
1980 2011-05-07 Glenn Morris <rgm@gnu.org>
1981
1982 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1983
1984 2011-05-06 Glenn Morris <rgm@gnu.org>
1985
1986 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1987
1988 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1989
1990 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1991
1992 * misc.texi (Emacs Server): Document `server-eval-at'.
1993
1994 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * maintaining.texi (List Tags): Document next-file.
1997 Suggested by Uday S Reddy.
1998
1999 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * mini.texi (Minibuffer Edit):
2002 * screen.texi (Mode Line): Fix typo.
2003
2004 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2005
2006 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
2007
2008 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
2011
2012 2011-03-30 Eli Zaretskii <eliz@gnu.org>
2013
2014 * display.texi (Auto Scrolling): Document the limit of 100 lines
2015 for never-recentering scrolling with `scroll-conservatively'.
2016 (Bug#6671)
2017
2018 2011-03-12 Eli Zaretskii <eliz@gnu.org>
2019
2020 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
2021 HOME on Windows and where it looks for init files. (Bug#8221)
2022
2023 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2024
2025 * search.texi (Regexp Example):
2026 * mule.texi (International Chars):
2027 * building.texi (External Lisp): Don't use characters outside
2028 ISO-8859-1.
2029
2030 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2031
2032 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
2033 Use Texinfo @-commands for non Latin-1 characters.
2034
2035 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2036
2037 * custom.texi (Init File): Add index entries for ".emacs".
2038 (Bug#8210)
2039
2040 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2041
2042 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
2043 for Gtk+ 3.
2044
2045 2011-03-08 Glenn Morris <rgm@gnu.org>
2046
2047 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2048 * emacs.texi (Acknowledgments):
2049 * ack.texi (Acknowledgments): Names to UTF-8.
2050 * emacs.texi: Set documentencoding.
2051
2052 * display.texi (Optional Mode Line): Don't mention exactly where
2053 display-time appears. (Bug#8193)
2054
2055 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * Version 23.3 released.
2058
2059 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
2062
2063 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2064
2065 * misc.texi (emacsclient Options): Add q/quiet.
2066
2067 2011-03-02 Glenn Morris <rgm@gnu.org>
2068
2069 * mule.texi (Communication Coding) <x-select-request-type>:
2070 Remove duplicate (essentially) paragraph. (Bug#8148)
2071
2072 2011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
2073
2074 * maintaining.texi (Format of ChangeLog): Add reference to
2075 add-log-full-name.
2076 (Change Log Commands): Add documentation for combining multiple
2077 symbols in one change.
2078
2079 2011-03-01 Glenn Morris <rgm@gnu.org>
2080
2081 * custom.texi (Directory Variables):
2082 Give an example of excluding subdirectories.
2083
2084 2011-02-28 Eli Zaretskii <eliz@gnu.org>
2085
2086 * search.texi (Regexp Search): Move index entries about regexps to the
2087 "Regexps" node. Add index entries for regexp search. (Bug#8096)
2088
2089 2011-02-19 Glenn Morris <rgm@gnu.org>
2090
2091 * dired.texi (Dired): Dired-X version number was dropped.
2092
2093 2011-02-14 Jan Djärv <jan.h.d@swipnet.se>
2094
2095 * xresources.texi (X Resources): Remove *faceName and replace it with
2096 *font for Lucid.
2097
2098 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * rmail.texi (Rmail Display): Document Rmail MIME support more
2101 accurately.
2102
2103 * maintaining.texi (VC Change Log): Document vc-log-incoming and
2104 vc-log-outgoing.
2105 (Merging): Document vc-find-conflicted-file.
2106
2107 2011-02-05 Glenn Morris <rgm@gnu.org>
2108
2109 * custom.texi (Variables): Fix typo.
2110
2111 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * search.texi (Regexps): Copyedits. Mention character classes
2114 (Bug#7809).
2115
2116 * files.texi (File Aliases): Restore explanatory text from Eli
2117 Zaretskii, accidentally removed in 2011-01-08 commit.
2118
2119 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2120
2121 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2122 (MAKEINFO_OPTS): New variable.
2123 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2124 (emacs.html): New target.
2125 (clean): Remove emacs.html.
2126
2127 2011-01-23 Werner Lemberg <wl@gnu.org>
2128
2129 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2130 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2131 (ENVADD): Updated.
2132
2133 2011-01-18 Glenn Morris <rgm@gnu.org>
2134
2135 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
2136
2137 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
2138
2139 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * building.texi (Compilation): Improve instructions for running two
2142 compilations (Bug#7573).
2143
2144 * files.texi (Backup Names): Document the new location of the
2145 last-resort backup file.
2146
2147 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
2148 manual. Explain why directory-abbrev-alist elements should be anchored
2149 (Bug#7777).
2150
2151 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2152
2153 * msdog.texi (Windows Startup): Correct inaccurate description of
2154 differences between emacsclient.exe and emacsclientw.exe.
2155
2156 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
2159
2160 2011-01-02 Kenichi Handa <handa@m17n.org>
2161
2162 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2163
2164 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2165
2166 * frames.texi (Cut and Paste): Modify the section's name and text:
2167 don't mix "cut/paste" with "kill/yank".
2168 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
2169 (Bug#7702)
2170
2171 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
2172
2173 2011-01-02 Glenn Morris <rgm@gnu.org>
2174
2175 * maintaining.texi: Move inclusion of emerge after EDE, so that it
2176 matches its position in the menu. (Bug#7674)
2177
2178 2011-01-02 Glenn Morris <rgm@gnu.org>
2179
2180 * trouble.texi (Checklist): Mention not replying via news either.
2181
2182 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2183
2184 * misc.texi (Document View): Update DocView section with newly
2185 supported document formats.
2186
2187 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * killing.texi: Resection the Info version to conform to the
2190 printed manual, to avoid making sections on Accumulating Text, CUA
2191 and Rectangles into full chapters.
2192
2193 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2194
2195 * custom.texi (Init Syntax): Add index entries for "character syntax".
2196 (Bug#7576)
2197
2198 2010-12-13 Karel Klíč <kklic@redhat.com>
2199
2200 * text.texi (HTML Mode): Small fixes. (Bug#7607)
2201
2202 2010-12-13 Glenn Morris <rgm@gnu.org>
2203
2204 * trouble.texi (Checklist): Fix typo in newsgroup name.
2205
2206 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2207
2208 * search.texi (Word Search): Note that the lazy highlight always
2209 matches to whole words (Bug#7470).
2210
2211 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2212
2213 * display.texi (Optional Mode Line): Make the description of
2214 load-average more accurate.
2215
2216 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
2217 registry, with a cross-reference.
2218 (Windows Startup): New node. Move the stuff about the current
2219 directory from "Windows HOME".
2220
2221 2010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2222
2223 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
2224 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
2225
2226 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * maintaining.texi (Version Control Systems): Fix repeated sentence.
2229 Suggested by Štěpán Němec.
2230
2231 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * maintaining.texi (Version Control): Say "commit", not "check in".
2234 (Version Control Systems): Simplify descriptions.
2235 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
2236 VCS Concepts.
2237 (VC Mode Line): Update example.
2238 (Old Revisions): Document revert-buffer for vc-diff.
2239 (Log Buffer): Promote to a subsection. Document header lines.
2240
2241 * macos.texi (Mac / GNUstep Basics):
2242 Document ns-right-alternate-modifier.
2243
2244 * emacs.texi (Top): Update node listing.
2245
2246 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2247
2248 * rmail.texi (Rmail Coding): Characters with no fonts are not
2249 necessarily displayed as empty boxes.
2250
2251 * mule.texi (Language Environments, Fontsets): Characters with no
2252 fonts are not necessarily displayed as empty boxes.
2253
2254 * display.texi (Text Display): Document display of glyphless
2255 characters.
2256
2257 2010-11-13 Glenn Morris <rgm@gnu.org>
2258
2259 * basic.texi (Position Info): Add M-x count-words-region.
2260
2261 2010-11-11 Glenn Morris <rgm@gnu.org>
2262
2263 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
2264
2265 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2266
2267 * msdog.texi (Windows HOME): Add information regarding startup
2268 directory when invoking Emacs from a desktop shortcut. (bug#7300)
2269
2270 2010-10-11 Glenn Morris <rgm@gnu.org>
2271
2272 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2273
2274 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2275 (DVIPS): New variable.
2276 (.PHONY): Add html, ps.
2277 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
2278 (clean): Delete html, ps files.
2279
2280 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2281
2282 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
2283
2284 2010-10-09 Glenn Morris <rgm@gnu.org>
2285
2286 * Makefile.in (VPATH): Remove.
2287 (infodir): Make it absolute.
2288 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
2289
2290 * Makefile.in (dist): Anchor regexps.
2291
2292 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
2293 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
2294 (emacs-xtra.pdf): Use $<.
2295
2296 * Makefile.in (infoclean): Remove harmless, long-standing error.
2297
2298 * Makefile.in ($(infodir)): Delete rule.
2299 (mkinfodir): New.
2300 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
2301
2302 * Makefile.in (distclean): Do not delete emacsver.texi.
2303 (dist): Remove reference to emacsver.texi.in.
2304 * emacsver.texi: New file, replacing emacsver.texi.in.
2305
2306 2010-10-09 Glenn Morris <rgm@gnu.org>
2307
2308 * emacsver.texi.in: New file.
2309 * emacs.texi: Set EMACSVER by including emacsver.texi.
2310 * Makefile.in (distclean): Delete emacsver.texi.
2311 (dist): Copy emacsver.texi.
2312 (EMACSSOURCES): Add emacsver.texi.
2313
2314 * ack.texi (Acknowledgments): No more b2m.c.
2315
2316 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2317 (emacs): Remove rule.
2318 (dist): No need to deal with the emacs rule any more.
2319
2320 2010-10-07 Glenn Morris <rgm@gnu.org>
2321
2322 * Makefile.in (version): New, set by configure.
2323 (clean): Delete dist tar file.
2324 (dist): Use version in tar name.
2325
2326 2010-10-06 Glenn Morris <rgm@gnu.org>
2327
2328 * Makefile.in (EMACS_XTRA): Add the main source file.
2329 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
2330 (mostlyclean): No core files, reorder other files.
2331 (clean): Delete specific dvi and pdf files.
2332 (infoclean, dist): New rules.
2333 (maintainer-clean): Use infoclean.
2334 ($(infodir)): Add parallel build workaround.
2335
2336 2010-10-04 Glenn Morris <rgm@gnu.org>
2337
2338 * Makefile.in (SHELL): Set it.
2339 (INFO_TARGETS, DVI_TARGETS): Remove variables.
2340 (info, dvi): Replace above variables with their expansions.
2341 (info): Move mkdir from here...
2342 ($(infodir)/emacs): ... to here (for parallel builds).
2343 (pdf): New target.
2344 ($(infodir)/emacs): Pass -o option to makeinfo.
2345 (.PHONY): Declare clean rules.
2346 (maintainer-clean): Delete dvi and pdf files.
2347 Guard against cd failures. Use a more restrictive delete.
2348
2349 2010-10-02 Glenn Morris <rgm@gnu.org>
2350
2351 * misc.texi (Shell Mode): Remove reference to old function name.
2352
2353 2010-09-30 Eli Zaretskii <eliz@gnu.org>
2354
2355 * maintaining.texi (VC Mode Line): Mention all the possible VC status
2356 indicator characters.
2357
2358 2010-09-29 Glenn Morris <rgm@gnu.org>
2359
2360 * Makefile.in (top_srcdir): Remove unused variable.
2361
2362 2010-09-14 Glenn Morris <rgm@gnu.org>
2363
2364 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
2365 the last hook item.
2366
2367 * calendar.texi (Appointments): Also updated when a diary include file
2368 is saved.
2369
2370 2010-09-14 Glenn Morris <rgm@gnu.org>
2371
2372 * trouble.texi (Bugs): Update the section intro.
2373 (Known Problems): New section.
2374 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
2375 (Sending Patches): Bug fixes are best as responses to existing bugs.
2376 * emacs.texi (Known Problems): Add menu entry for new section.
2377
2378 2010-09-09 Glenn Morris <rgm@gnu.org>
2379
2380 * xresources.texi: Untabify.
2381
2382 2010-09-06 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
2385
2386 2010-09-06 Glenn Morris <rgm@gnu.org>
2387
2388 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
2389
2390 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2391
2392 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
2393
2394 2010-08-21 Glenn Morris <rgm@gnu.org>
2395
2396 * misc.texi (Amusements): Mention bubbles and animate.
2397
2398 2010-07-31 Eli Zaretskii <eliz@gnu.org>
2399
2400 * files.texi (Visiting): Add more index entries for
2401 large-file-warning-threshold.
2402
2403 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2404
2405 * frames.texi (Tool Bars): Add doc for tool-bar-position.
2406
2407 2010-06-23 Glenn Morris <rgm@gnu.org>
2408
2409 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
2410 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
2411 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
2412 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
2413 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
2414 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
2415 Untabify Texinfo files.
2416
2417 2010-06-10 Glenn Morris <rgm@gnu.org>
2418
2419 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
2420
2421 * basic.texi (Inserting Text): Fix typo.
2422
2423 2010-06-10 Glenn Morris <rgm@gnu.org>
2424
2425 * ack.texi (Acknowledgments):
2426 * emacs.texi (Acknowledgments): Update for notifications.el.
2427
2428 2010-05-31 Daiki Ueno <ueno@unixuser.org>
2429
2430 * dired.texi (Operating on Files): Mention encryption commands
2431 (Bug#6315).
2432
2433 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2434
2435 * basic.texi (Moving Point): Update due to renaming of commands bound
2436 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
2437
2438 2010-05-18 Eli Zaretskii <eliz@gnu.org>
2439
2440 * display.texi (Fringes): Document reversal of fringe arrows for R2L
2441 paragraphs.
2442 (Line Truncation): Fix wording for bidi display.
2443
2444 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
2445 keys.
2446
2447 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2448
2449 * building.texi (GDB Graphical Interface): Remove misleading comparison
2450 to an IDE (Bug#6128).
2451
2452 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2453
2454 * programs.texi (Man Page):
2455 * misc.texi (Invoking emacsclient):
2456 * mini.texi (Repetition):
2457 * mark.texi (Setting Mark): Fix typos.
2458
2459 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * misc.texi (Printing): Document htmlfontify-buffer.
2462
2463 2010-05-08 Glenn Morris <rgm@gnu.org>
2464
2465 * calendar.texi (Displaying the Diary, Format of Diary File):
2466 Fix external cross-references for TeX format output.
2467
2468 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * Version 23.2 released.
2471
2472 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2473
2474 * cmdargs.texi (Initial Options): Mention --chdir.
2475
2476 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * frames.texi (Tool Bars): Add tool-bar-style.
2479
2480 2010-04-21 Glenn Morris <rgm@gnu.org>
2481
2482 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
2483
2484 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * programs.texi (Semantic): New node.
2487
2488 * maintaining.texi (EDE): New node.
2489
2490 * emacs.texi: Update node listing.
2491
2492 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
2493
2494 2010-04-18 Glenn Morris <rgm@gnu.org>
2495
2496 * emacs.texi (Acknowledgments): Remove duplicate.
2497
2498 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2499
2500 2010-04-18 Glenn Morris <rgm@gnu.org>
2501
2502 * dired.texi (Misc Dired Features): Mention VC diff and log.
2503 * maintaining.texi (Old Revisions, VC Change Log):
2504 Mention that diff and log work in Dired buffers.
2505
2506 * help.texi (Help Summary): Mention M-x info-finder.
2507
2508 * ack.texi (Acknowledgments): Add mpc.el.
2509
2510 * custom.texi (Specifying File Variables, Directory Variables):
2511 Document new commands for manipulating local variable lists.
2512
2513 2010-04-18 Glenn Morris <rgm@gnu.org>
2514
2515 * trouble.texi (Contributing): Add cindex entry.
2516 Mention etc/CONTRIBUTE.
2517
2518 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
2521 query-replace (Bug#5774).
2522
2523 2010-04-16 Glenn Morris <rgm@gnu.org>
2524
2525 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
2526
2527 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2528
2529 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
2530
2531 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
2532
2533 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
2534
2535 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2536
2537 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
2538 cross-reference to "Inserting Text".
2539
2540 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
2541 Mention completion provided by `ucs-insert'.
2542
2543 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * sending.texi (Sending Mail): Note variables that may need
2546 customizing.
2547 (Mail Sending): Expand discussion of send-mail-function.
2548
2549 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2550
2551 Document Message mode as the default mail mode.
2552
2553 * sending.texi (Sending Mail): Copyedits.
2554 (Mail Format, Mail Headers): Document mail-from-style changes.
2555 (Mail Commands): Rename from Mail mode. Document Message mode.
2556 (Mail Misc): Rename from Mail mode Misc.
2557 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
2558 command names and update keybindings.
2559 (Header Editing): Document message-tab. De-document
2560 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
2561 favor of mail-default-headers. Ad index entries for user-full-name and
2562 user-mail-address.
2563 (Citing Mail): Update changes in Message mode behavior.
2564 Document mail-yank-prefix.
2565 (Mail Signature): New node, moved from Mail Misc.
2566 (Mail Aliases): Mail abbrevs are the default with Message mode.
2567 (Mail Methods): Note that Message mode is now the default.
2568
2569 * rmail.texi (Rmail Reply):
2570 * text.texi (Text Mode):
2571 * major.texi (Major Modes):
2572 * mule.texi (Output Coding): Refer to Message mode.
2573
2574 * custom.texi (Init Examples): Add xref to Mail Header.
2575
2576 * emacs.texi (Top): Fix xrefs.
2577
2578 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
2581 repository if there is none.
2582 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
2583 vc-print-root-log.
2584 (Old Revisions): Copyedits. Document vc-root-diff.
2585
2586 * programs.texi (Program Modes): Mention Javascript mode.
2587
2588 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
2589 * emacs.texi: Update node description.
2590
2591 * misc.texi (Navigation): Document doc-view-continuous.
2592 (Shell Ring): Document new M-r binding. M-s is no longer bound.
2593
2594 2010-03-30 Juri Linkov <juri@jurta.org>
2595
2596 * search.texi (Other Repeating Search): Remove line that `occur'
2597 can not handle multiline matches.
2598
2599 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2600
2601 * mule.texi (International): Mention support of bidirectional editing.
2602 (Bidirectional Editing): New section.
2603
2604 2010-03-28 Nick Roberts <nickrob@snap.net.nz>
2605
2606 * emacs.texi (Top): Update node names to those in building.texi.
2607
2608 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2609
2610 doc/emacs/building.texi: Describe restored GDB/MI functionality
2611 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2612 doc/emacs/emacs.texi: Update node names for building.texi.
2613
2614 2010-03-24 Glenn Morris <rgm@gnu.org>
2615
2616 * ack.texi (Acknowledgments):
2617 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
2618
2619 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
2620
2621 * xresources.texi (Table of Resources): Clarify toolBar number
2622 for Gtk+.
2623
2624 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
2625
2626 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
2629
2630 * search.texi (Other Repeating Search): Document multi-isearch-buffers
2631 and multi-isearch-buffers-regexp.
2632
2633 * indent.texi (Indentation): Clarify description of
2634 indent-for-tab-command. Document tab-always-indent.
2635
2636 2010-03-20 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * cmdargs.texi (Font X): Move most content to Fonts.
2639
2640 * frames.texi (Fonts): New node. Document font-use-system-font.
2641
2642 * emacs.texi (Top):
2643 * xresources.texi (Table of Resources):
2644 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
2645
2646 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * Branch for 23.2.
2649
2650 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * custom.texi (Init Examples): Add xref to Locals.
2653
2654 * major.texi (Choosing Modes): Mention usage of setq-default for
2655 setting the default value of major-mode (Bug#5688).
2656
2657 2010-03-02 Chong Yidong <cyd@stupidchicken.com>
2658
2659 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
2660
2661 * display.texi (Display Custom): Document make-pointer-invisible and
2662 underline-minimum-offset. Remove inverse-video.
2663
2664 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * frames.texi (Frame Commands): Note that the last ordinary frame can
2667 be deleted in daemon mode (Bug#5616).
2668
2669 2010-02-18 Glenn Morris <rgm@gnu.org>
2670
2671 * trouble.texi (Contributing): Repository is no longer CVS.
2672
2673 2010-02-08 Glenn Morris <rgm@gnu.org>
2674
2675 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
2676
2677 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * display.texi (Useless Whitespace, Text Display):
2680 * custom.texi (Init Examples): Avoid obsolete special default variables
2681 like default-major-mode.
2682
2683 2010-01-24 Mark A. Hershberger <mah@everybody.org>
2684
2685 * programs.texi (Other C Commands): Replace reference to obsolete
2686 c-subword-mode.
2687
2688 2010-01-21 Glenn Morris <rgm@gnu.org>
2689
2690 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
2691
2692 2010-01-12 Glenn Morris <rgm@gnu.org>
2693
2694 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
2695 emacs-pretest-bug for bug reports for development versions.
2696
2697 2010-01-11 Glenn Morris <rgm@gnu.org>
2698
2699 * display.texi (Highlight Interactively): `t' does not mean highlight
2700 all patterns. (Bug#5335)
2701
2702 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * misc.texi (Shell): Document async-shell-command.
2705
2706 * building.texi (Grep Searching): Document zrgrep.
2707
2708 * mini.texi (Completion Options): Mention `initials' completion style.
2709
2710 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2711
2712 * building.texi: Import GDB Graphical Interface description from
2713 EMACS_23_1_RC.
2714
2715 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * emacs.texi (Top): Update node listing.
2718
2719 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
2720
2721 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
2722
2723 * cmdargs.texi (Initial Options):
2724 * xresources.texi (Resources): Document inhibit-x-resources.
2725
2726 * custom.texi (Specifying File Variables): Note that minor modes are
2727 enabled unconditionally.
2728
2729 * display.texi (Scrolling): Briefly document the old recenter command,
2730 and document recenter-positions.
2731
2732 * files.texi (Visiting):
2733 * buffers.texi (Buffers): Max buffer size is now 512 MB.
2734
2735 * frames.texi (Cut/Paste Other App):
2736 Document save-interprogram-paste-before-kill.
2737
2738 * killing.texi (Kill Options): New node.
2739
2740 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * misc.texi (Shell Options): ansi-color is now default.
2743
2744 2009-12-05 Glenn Morris <rgm@gnu.org>
2745
2746 * emacs.texi (Top): Update menu for cal-xtra node changes.
2747 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
2748 or mode line. Don't mention invisible text or the details of
2749 diary-print-entries here, only in cal-xtra.
2750 (Format of Diary File): Mention that the "date on first line" format
2751 only really affects the simple display.
2752 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
2753 (Diary Customizing): Holidays may be in the buffer or mode line.
2754 Move diary-print-entries to the "Diary Display" section.
2755 (Diary Display): New section, split out from "Fancy Diary Display".
2756 Explain the limitations of simple display, and how to print it.
2757
2758 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
2759
2760 * cal-xtra.texi (Diary Display): Mention View mode.
2761
2762 2009-11-29 Juri Linkov <juri@jurta.org>
2763
2764 * display.texi (Highlight Interactively): Actually a list of
2765 default faces is pre-loaded into a list of default values
2766 instead of the history.
2767
2768 2009-11-20 Glenn Morris <rgm@gnu.org>
2769
2770 * ack.texi (Acknowledgments):
2771 * emacs.texi (Acknowledgments): Add htmlfontify.
2772
2773 2009-11-14 Glenn Morris <rgm@gnu.org>
2774
2775 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
2776
2777 * ack.texi (Acknowledgments):
2778 * emacs.texi (Acknowledgments): Update for recent Org changes.
2779
2780 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2783 `charset' property, which is irrelevant to the user manual (Bug#3526).
2784
2785 2009-10-14 Juanma Barranquero <lekktu@gmail.com>
2786
2787 * trouble.texi (DEL Does Not Delete): Fix typo.
2788
2789 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * files.texi (Misc File Ops): Mention copy-directory.
2792
2793 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2794
2795 * mule.texi (Unibyte Mode): Emphasize that
2796 unibyte-display-via-language-environment affects only the display.
2797
2798 * display.texi (Horizontal Scrolling): Document cursor behavior under
2799 horizontal scrolling when point moves off the screen (Bug#4564).
2800 Improve wording.
2801
2802 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * files.texi (Directories): delete-directory prompts for recursive
2805 deletion.
2806
2807 2009-09-30 Glenn Morris <rgm@gnu.org>
2808
2809 * ack.texi (Acknowledgments):
2810 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2811
2812 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2813
2814 * dired.texi (Dired Navigation): Use @code instead of @var for
2815 dired-isearch-filenames, so that it's not capitalized.
2816
2817 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2820
2821 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2822
2823 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
2824 (Key Bindings): Reference Init Rebinding in introductory text.
2825 Shift some of the introduction to Keymaps node.
2826 (Keymaps): Simplify.
2827 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2828 (Minibuffer Maps): Remove mention of Mocklisp.
2829 (Init Rebinding): Move mode-local rebinding example here from Local
2830 Keymaps.
2831 (Modifier Keys): Clarify.
2832 (Rebinding): Add cindex for "binding keys".
2833
2834 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2837
2838 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * building.texi (Threads Buffer, Multithreaded Debugging):
2841 Reorganize these two sections.
2842
2843 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2844
2845 * cmdargs.texi (Initial Options): Fix last change.
2846
2847 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * mule.texi (Enabling Multibyte):
2850 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2851 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2852
2853 2009-08-20 Glenn Morris <rgm@gnu.org>
2854
2855 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2856
2857 2009-08-19 Glenn Morris <rgm@gnu.org>
2858
2859 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2860
2861 2009-08-18 Glenn Morris <rgm@gnu.org>
2862
2863 * ack.texi (Acknowledgments):
2864 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2865
2866 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
2867
2868 2009-08-09 Glenn Morris <rgm@gnu.org>
2869
2870 * ack.texi (Acknowledgments):
2871 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2872
2873 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2874
2875 * emacs.texi (Top): Add new menu items for GDB-UI.
2876
2877 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
2878 section. Threads buffer is in separate section now.
2879
2880 2009-08-08 Glenn Morris <rgm@gnu.org>
2881
2882 * ack.texi (Acknowledgments):
2883 * emacs.texi (Acknowledgments):
2884 Update for js2-mode and org changes.
2885
2886 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2889 files.
2890
2891 2009-07-28 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2894
2895 2009-07-23 Glenn Morris <rgm@gnu.org>
2896
2897 * programs.texi (Matching): Update blink-matching-paren-distance.
2898
2899 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2900
2901 * frames.texi (Cut/Paste Other App): For select-active-regions,
2902 selection is now updated on moving point.
2903
2904 2009-07-21 Richard Stallman <rms@gnu.org>
2905
2906 * glossary.texi (GNU, Daemon): Update information.
2907
2908 2009-07-19 Juri Linkov <juri@jurta.org>
2909
2910 * custom.texi (Specifying File Variables, Safe File Variables):
2911 "variables/value pairs" -> "variable/value pairs".
2912
2913 2009-07-15 Glenn Morris <rgm@gnu.org>
2914
2915 * misc.texi (Gnus): Remove widow.
2916
2917 2009-07-11 Glenn Morris <rgm@gnu.org>
2918
2919 * Makefile.in (TEXI2PDF): New.
2920 (emacs.pdf, emacs-xtra.pdf): New targets.
2921
2922 * arevert-xtra.texi (Autorevert): Add menu descriptions.
2923
2924 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2925
2926 * emacs.texi (Top): Info can be read from other places than Emacs.
2927 Don't print the copying notice twice in the printed version.
2928 Update the menu and detailmenu.
2929 (Preface): The meaning of "on-line" has changed.
2930 Correct name for "Common Problems" chapter.
2931 (Distrib): Update FSF shop URL.
2932 (Intro): Showing two files at once is not so exciting.
2933
2934 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2935 (Mac / GNUstep Basics): Minor grammar changes.
2936 (Mac / GNUstep Events): Fix typo.
2937 (GNUstep Support): CANNOT_DUMP no longer applies.
2938
2939 * misc.texi (Document View): Fix typos.
2940
2941 * dired.texi (Dired):
2942 * help.texi (Help):
2943 * macos.texi (Mac OS / GNUstep):
2944 * maintaining.texi (Version Control, Introduction to VC):
2945 End menu descriptions with a period.
2946
2947 2009-07-09 Eli Zaretskii <eliz@gnu.org>
2948
2949 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2950 so categorical in saying that the option is only useful on NTFS.
2951
2952 2009-07-09 Glenn Morris <rgm@gnu.org>
2953
2954 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2955 (ENVADD): Add texinfodir to TEXINPUTS.
2956
2957 * emacs.texi (Top): Fix cross-reference.
2958
2959 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2960
2961 * vc1-xtra.texi (Revision Tags): Fix typo.
2962
2963 2009-07-03 Glenn Morris <rgm@gnu.org>
2964
2965 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2966 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2967 (Merge Commands): `.' does not seem to work in A or B buffer.
2968 `l' can recreate the 3-window display.
2969
2970 * glossary.texi (Glossary): Minor phrasing changes throughout.
2971 Add more internal cross-references.
2972 <Autoloading>: You can't really autoload a variable.
2973 <C-M->: Move details here from `M-C-' item.
2974 <Continuation Line>: Refer to `Truncation.'
2975 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2976 <Home Directory, Unix>: New entries.
2977 <Deletion of Files>: Mention recycle bins.
2978 <Directory>: Mention ``folders.''
2979 <Error>: Don't mention ``type-ahead.''
2980 <Fringe>: Refer to the manual node.
2981 <Minor Mode>: Can be global or local.
2982 <Spell Checking>: There are other checkers besides Ispell.
2983
2984 2009-07-02 Glenn Morris <rgm@gnu.org>
2985
2986 * anti.texi (Antinews): Minor changes in phrasing.
2987
2988 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2989 some underfull lines in dvi output.
2990
2991 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2992
2993 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2994
2995 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2996
2997 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2998
2999 * xresources.texi (Table of Resources): Mention maximized for
3000 fullscreen.
3001
3002 * cmdargs.texi (Window Size X): -mm/--maximized is new.
3003
3004 2009-07-01 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * anti.texi (Antinews): Correct the list of removed platforms.
3007
3008 2009-06-28 Glenn Morris <rgm@gnu.org>
3009
3010 * arevert-xtra.texi: Minor language tweaks.
3011
3012 * dired-xtra.texi: Minor revisions.
3013
3014 2009-06-23 Miles Bader <miles@gnu.org>
3015
3016 * display.texi (Scrolling): Document `recenter-redisplay'.
3017 (Temporary Face Changes): Document `text-scale-set'.
3018
3019 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * Branch for 23.1.
3022
3023 2009-06-17 Kenichi Handa <handa@m17n.org>
3024
3025 * mule.texi (Charsets): Update the description for the new charset.
3026 (list-character-sets): New findex.
3027 (Language Environments): Add @anchor{Describe Language Environment}.
3028
3029 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * basic.texi (Moving Point): Fix tag.
3032
3033 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
3034
3035 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
3036 use camel-case for PageUp and PageDown.
3037
3038 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
3039 camel-case for PageUp and PageDown.
3040
3041 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
3042
3043 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
3044 (Isearch Scroll): Decapitalize <next> and <prior>.
3045
3046 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
3047
3048 * fixit.texi (Spelling): Set default dictionary.
3049 Improve descriptions (Bug#2554)
3050
3051 2009-06-08 David Reitter <david.reitter@gmail.com>
3052
3053 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
3054 since saving colors and faces set this way is not implemented.
3055 (Environment variables): Remove mention of mac-fix-env, which is
3056 scheduled to be removed.
3057
3058 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * custom.texi (Init Examples): Add example of changing load-path.
3061
3062 * building.texi (Lisp Libraries): Add example of changing
3063 load-path (Bug#3446).
3064
3065 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * mark.texi (Mark): Further clarifications.
3068 (Setting Mark): Emphasize that C-SPC activates the mark.
3069
3070 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
3073 Mark mode.
3074 (Using Region, Persistent Mark): Use "active mark" instead of "active
3075 region".
3076
3077 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3078
3079 * mule.texi (Select Input Method): Fix typo.
3080
3081 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * anti.texi (Antinews): Document completion changes. Some additional
3084 copyedits and rearrangement of entries.
3085
3086 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * misc.texi (Interactive Shell, Saving Emacs Sessions)
3089 (Shell History Copying, Terminal emulator): Copyedits.
3090
3091 * xresources.texi (Resources): Simplify descriptions.
3092 Shorten description of editres, which is not very useful these days.
3093 (Table of Resources): Document fontBackend resource.
3094
3095 * trouble.texi (Quitting): Add other undo bindings to table.
3096 (DEL Does Not Delete): Note that the erasure key is usually labeled
3097 "Backspace". Remove discussion of obscure Xmodmap issue.
3098
3099 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * files.texi (Visiting): Copyedits.
3102
3103 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * basic.texi (Inserting Text): Document ucs-insert.
3106
3107 * mule.texi (International Chars): Define "multibyte". Note that
3108 internal representation is unicode-based. Simplify definition of raw
3109 bytes. Mention ucs-insert.
3110 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
3111 (Language Environments): Add language environments new to Emacs 23.
3112 (Multibyte Conversion): Node deleted.
3113 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
3114 Don't mention obsolete emacs-mule coding system.
3115 (Output Coding): Copyedits.
3116
3117 * emacs.texi (Top): Update node listing.
3118
3119 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3120
3121 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
3122
3123 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * building.texi (Lisp Libraries): `load-library' does offer completion.
3126
3127 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
3130 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
3131
3132 2009-04-25 Eli Zaretskii <eliz@gnu.org>
3133
3134 * maintaining.texi (Tags): Clarify text. (Bug#3101)
3135
3136 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * entering.texi (Entering Emacs): Document initial-buffer-choice.
3139
3140 * building.texi (Lisp Interaction): Document initial-scratch-message.
3141
3142 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * msdog.texi (Windows Fonts): Fix typos.
3145
3146 * files.texi (Save Commands): Fix pxref.
3147
3148 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * files.texi (Save Commands): Mention diff-buffer-with-file.
3151 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
3152 Henoch (Bug#3036).
3153
3154 2009-03-15 Glenn Morris <rgm@gnu.org>
3155
3156 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
3157 the former is not always used.
3158 (Mail Headers): Use active voice. Add "Mail-reply-to".
3159 Change case of "Id". Avoid repeated "appropriate".
3160 (Mail Aliases): Fix previous change - use an example with a ".", so it
3161 does actually get quoted when expanded.
3162 (Mail Sending): Mailclient is the default on some systems.
3163 (Citing Mail): Mention mail-indentation-spaces.
3164 (Mail Mode Misc): Add an @dfn for "mail signature".
3165
3166 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
3169 (Completion Options): Document read-file-name-completion-ignore-case,
3170 read-buffer-completion-ignore-case, and completion-styles.
3171 Remove description of partial-completion-mode.
3172
3173 2009-03-14 Glenn Morris <rgm@gnu.org>
3174
3175 * sending.texi (Mail Format): Fix typo. Add index entry for
3176 mail-header-separator.
3177 (Mail Headers): Put info about initialization and changing in one place
3178 at the start. Update FCC section for mbox Rmail. Clarify From
3179 section, mention mail-setup-with-from. Clarify Reply-to section.
3180 Add Mail-followup-to and mail-mailing-lists. Clarify References
3181 section.
3182 (Mail Aliases): Update example, make less contentious.
3183 Update for name change of mail-interactive-insert-alias.
3184 (Mail Mode): Remove mention of `%' as a word separator.
3185 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
3186 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
3187 commands. Clarify FCC handling. In mail-complete, add reference to
3188 Mail Aliases section, and mention mail-complete-function.
3189 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
3190 (Mail Mode Misc): Clarify the mail-signature function. Add basic
3191 signature netiquette. Explain how the mail hooks work when continuing
3192 a composition.
3193 (Mail Amusements): Internationalize the spook section a bit.
3194 Remove the spook mail-setup-hook example, since it doesn't work well.
3195 Mention fortune-file.
3196 (Mail Methods): Mention read-mail-command.
3197
3198 2009-03-14 David Reitter <david.reitter@gmail.com>
3199
3200 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
3201 and NS resources following recent changes.
3202
3203 2009-03-10 Jason Rumney <jasonr@gnu.org>
3204
3205 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
3206 w32-use-visible-system-caret doc to indicate that it should get set
3207 automatically.
3208 (Windows Fonts): Add doc for the uniscribe backend.
3209
3210 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
3211
3212 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
3213 vc-dir. (Bug#2598)
3214
3215 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
3216
3217 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
3218
3219 2009-03-05 Glenn Morris <rgm@gnu.org>
3220
3221 * rmail.texi (Rmail Basics): Add reference to sorting.
3222 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
3223 Minor re-wordings.
3224 (Rmail Motion): Mention rmail-next-same-subject.
3225 (Rmail Deletion): Expunging is not the only way to change the numbers.
3226 (Rmail Labels): Labels can also be used in sorting.
3227 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
3228 (Rmail Display): Mention rmail-mime.
3229
3230 2009-03-04 Glenn Morris <rgm@gnu.org>
3231
3232 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
3233 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
3234 summary. Mention sorts cannot be undone.
3235 (Rmail Display): Give an example of how to use goto-address-mode.
3236 (Rmail Editing): It's keybindings that are redefined, not commands.
3237 Fix some typos.
3238 (Movemail): Some minor rewording.
3239 (Remote Mailboxes): Emacs movemail supports pop by default.
3240 Fix some minor grammatical issues. The "two alternative ways" to
3241 specify a POP mailbox are really just one. Remove all reference to the
3242 variables rmail-pop-password and rmail-pop-password-required, obsolete
3243 since Emacs 22.1. Clarify the four password steps. Emacs movemail
3244 can support Kerberos.
3245
3246 2009-03-03 Glenn Morris <rgm@gnu.org>
3247
3248 * rmail.texi (Rmail Deletion): Revert previous change, which was
3249 describing the Rmail summary versions.
3250 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
3251 Minor re-wording for rmail-resend.
3252 (Rmail Make Summary): Summaries apply to buffers rather than files.
3253 <rmail-summary-by-topic>: Headers includes the subject.
3254 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
3255 details, including prefix arguments.
3256 Mention rmail-summary-by-senders on C-M-f.
3257 Not counting lines might be faster.
3258 (Rmail Summary Edit): More details on the delete commands.
3259 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
3260 Name the commands bound to the various keys. Mention prefix argument
3261 for searching.
3262 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
3263 Simplify rmail-highlighted-headers description. Update face name.
3264
3265 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * mark.texi (Marking Objects): Fix typo.
3268
3269 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
3272 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
3273
3274 2009-03-01 Glenn Morris <rgm@gnu.org>
3275
3276 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
3277 (Rmail Motion): - M-s searches from the end of messages.
3278 (Rmail Deletion): Minor clarification. Fix numeric argument
3279 description.
3280 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
3281 newmail and RMAILOSE files need not be in home-directory.
3282 (Rmail Files): Mention I/O menus are unselectable if no files match.
3283 Mention `MAIL' env-var.
3284
3285 2009-02-24 Jason Rumney <jasonr@gnu.org>
3286
3287 * mule.texi (Fontsets): Mention fontset-default, font specs and
3288 fallback fontsets.
3289 (Defining Fontsets): Mention ns and w32 variants of
3290 standard-fontset-spec. Update description of startup fontset to match
3291 Emacs 23 behavior.
3292 (Modifying Fontsets): New section. (Bug#656)
3293 (International): Link to Modifying Fontsets.
3294
3295 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3296
3297 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
3298 Mention ns-extended-platform-support-mode.
3299
3300 2009-02-22 Karl Berry <karl@gnu.org>
3301
3302 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
3303
3304 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * basic.texi (Moving Point, Position Info):
3307 * files.texi (Visiting):
3308 * mini.texi (Completion Options):
3309 * text.texi (HTML Mode): Remove duplicate words.
3310
3311 2009-02-20 Glenn Morris <rgm@gnu.org>
3312
3313 * rmail.texi: Minor updates for mbox rather than Babyl.
3314
3315 2009-02-17 Karl Berry <karl@gnu.org>
3316
3317 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
3318
3319 2009-02-17 Richard M Stallman <rms@gnu.org>
3320
3321 * anti.texi (Antinews): Mention Babyl format.
3322
3323 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
3324
3325 * rmail.texi: Update for mbox format.
3326 Various small fixes, as well as the following.
3327 (Out of Rmail): Node deleted.
3328 (Rmail): Update menu.
3329 (Rmail Files): Comment out set-rmail-inbox-list.
3330 Document rmail-inbox-list instead.
3331 (Rmail Output): Substantial changes since C-o is now
3332 rmail-output-as-seen and o is rmail-output.
3333 (Rmail Attributes): Delete `stored', add `retried'.
3334 (Rmail Display): Editing headers works in all cases.
3335
3336 2009-02-17 Glenn Morris <rgm@gnu.org>
3337
3338 * basic.texi (Position Info): M-x count-lines-region is not always on
3339 M-=. (Bug#2269)
3340
3341 2009-02-09 Glenn Morris <rgm@gnu.org>
3342
3343 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
3344 defaults.
3345
3346 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3347
3348 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
3349 documentation of possible problems with redecoding.
3350
3351 2009-02-03 Glenn Morris <rgm@gnu.org>
3352
3353 * rmail.texi (Out of Rmail): Mention b2m.pl.
3354
3355 2009-01-31 Glenn Morris <rgm@gnu.org>
3356
3357 * rmail.texi (Out of Rmail): Correct b2m location.
3358
3359 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * fixit.texi (Undo): Update undo limit values.
3362
3363 2009-01-27 Glenn Morris <rgm@gnu.org>
3364
3365 * emacs.texi (Top): Fix Antinews menu entry.
3366
3367 2009-01-25 Karl Berry <karl@gnu.org>
3368
3369 * text.texi (Foldout): Use @itemize @w{} to make an itemize
3370 item with no marker, instead of the syntactically incorrect
3371 @itemize @asis.
3372
3373 2009-01-25 Juri Linkov <juri@jurta.org>
3374
3375 * building.texi (Grep Searching): Fix index entry for lgrep.
3376
3377 2009-01-24 Eli Zaretskii <eliz@gnu.org>
3378
3379 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
3380
3381 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3382
3383 * macos.texi (Preferences Panel): Update description of font setting to
3384 reflect that prior frame selection is no longer needed.
3385
3386 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
3387
3388 * building.texi (Debuggers): Revert some of 2008-10-31 change to
3389 raise GUD subsections.
3390
3391 2009-01-15 Glenn Morris <rgm@gnu.org>
3392
3393 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
3394
3395 2009-01-10 Glenn Morris <rgm@gnu.org>
3396
3397 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
3398
3399 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
3400
3401 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
3402 logical lines.
3403
3404 2008-12-29 Juri Linkov <juri@jurta.org>
3405
3406 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
3407
3408 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
3409
3410 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
3413 goto-address-mode instead of goto-address.
3414
3415 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
3416 mode.
3417
3418 * emacs.texi (Top): Update node listing.
3419
3420 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3421
3422 * custom.texi (Directory Variables): Explain what is a "project".
3423 Add indexing. Improve wording. Add a footnote about using
3424 _dir-locals.el on MS-DOS.
3425
3426 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * files.texi (Misc File Ops): Mention chmod as an alias for
3429 set-file-modes.
3430
3431 2008-12-24 Martin Rudalics <rudalics@gmx.at>
3432
3433 * help.texi (Help): Fix typos and reword.
3434 (Help Summary): Add entries for C-h n and C-h r, reorder
3435 entries, and do some minor fixes.
3436 (Name Help): Say that C-h F works for commands only.
3437 (Misc Help): Say that view-lossage displays 300 keystrokes.
3438
3439 2008-12-20 Glenn Morris <rgm@gnu.org>
3440
3441 * ack.texi (Acknowledgments): General update based on AUTHORS,
3442 including removal of some stuff no longer distributed.
3443
3444 2008-12-19 Agustín Martín <agustin.martin@hispalinux.es>
3445
3446 * fixit.texi: Mention hunspell.
3447
3448 2008-12-19 Glenn Morris <rgm@gnu.org>
3449
3450 * ack.texi (Acknowledgments): Small grammar fix.
3451 Consolidate explanatory text at start.
3452
3453 * display.texi (Text Display):
3454 * indent.texi (Indentation): Use @acronym with ASCII.
3455
3456 2008-12-18 Glenn Morris <rgm@gnu.org>
3457
3458 * ack.texi: Various small updates and fixes.
3459
3460 2008-12-18 Juri Linkov <juri@jurta.org>
3461
3462 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
3463 as a key binding to start a forward nonincremental word search.
3464 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
3465 a backward nonincremental word search. Add index for `M-s w'
3466 `isearch-forward-word'.
3467 (Regexp Search): Add a short summary of regexp key commands like
3468 in the node "Basic Isearch".
3469 (Other Repeating Search): Fix typo.
3470
3471 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3472
3473 * misc.texi (PostScript Variables): Fix doc.
3474
3475 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * programs.texi (Program Modes): Mention Ruby mode.
3478
3479 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3480
3481 * misc.texi (emacsclient Options): Describe what an empty string
3482 argument does for --alternate-editor.
3483
3484 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
3485
3486 * cmdargs.texi (Font X): Distinguish between client-side and
3487 server-side fonts. List valid Fontconfig properties. Add reference to
3488 Fontconfig manual. List valid GTK font properties. Explain use of
3489 fc-list.
3490
3491 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * cmdargs.texi (Font X): Move discussion of quoting to top.
3494
3495 2008-12-06 Glenn Morris <rgm@gnu.org>
3496
3497 * maintaining.texi (Old Revisions): Improve previous change.
3498
3499 2008-12-05 Richard M Stallman <rms@gnu.org>
3500
3501 * anti.texi (Antinews): Minor fixes.
3502
3503 2008-12-03 Glenn Morris <rgm@gnu.org>
3504
3505 * maintaining.texi (Old Revisions): Fix diff-switches description.
3506
3507 2008-12-01 Martin Rudalics <rudalics@gmx.at>
3508
3509 * emacs.texi (Top): Fix typo.
3510
3511 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * misc.texi (Document View): Explain dependence on gs at the top.
3514 Copyedits.
3515
3516 * emacs.texi (Top): Add DocView nodes to detailed node listing.
3517
3518 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
3519 (Comment Commands): Discuss region-active behavior of M-; first.
3520
3521 2008-11-29 Martin Rudalics <rudalics@gmx.at>
3522
3523 * display.texi (Line Truncation): Add reference to Continuation
3524 Lines.
3525
3526 * windows.texi (Pop Up Window): Mention split-height-threshold
3527 and split-width-threshold.
3528 (Split Window): Add reference to Continuation Lines.
3529
3530 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
3531
3532 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
3533 (GNUstep Support): New node.
3534 * anti.texi:
3535 * emacs.texi:
3536 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
3537
3538 2008-11-28 Richard M Stallman <rms@gnu.org>
3539
3540 * misc.texi (Dissociated Press): Minor cleanups.
3541
3542 * dired.texi (Image-Dired): Avoid passive.
3543
3544 2008-11-28 Eli Zaretskii <eliz@gnu.org>
3545
3546 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
3547 representation.
3548
3549 2008-11-26 Richard M. Stallman <rms@gnu.org>
3550
3551 * files.texi (Visiting): Rewrite paragraph for clarity.
3552
3553 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
3554
3555 2008-11-25 Alan Mackenzie <acm@muc.de>
3556
3557 * programs.texi (Moving by Parens): Clarify that parens inside strings
3558 and comments are ignored, and that the commands assume the starting
3559 point isn't in a string or comment.
3560
3561 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3562
3563 * macos.texi: Add Prev/Next/Top pointers to all nodes.
3564 (Mac Basics): Merge in Grabbing Environment Variables from earlier
3565 version.
3566 (Mac Customization): Rewrite Preferences Panel section and merge in to
3567 this node, add Open files by dragging to an Emacs window.
3568
3569 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
3570
3571 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * files.texi (Misc File Ops): Document set-file-modes.
3574
3575 * windows.texi (Split Window): Document integer values of
3576 truncate-partial-width-windows.
3577
3578 * text.texi (Text): Simplify description of markup languages.
3579 (TeX Mode): Simplify introduction. Mention BibTeX mode.
3580 (TeX Editing): Note that `""' inserts one `"' character.
3581 (HTML Mode): Note in the introduction that XML mode is an alias for
3582 SGML mode. Mention nXML mode.
3583
3584 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * building.texi (Watch Expressions): Fix typo.
3587
3588 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * files.texi (Visiting): Document new behavior of
3591 confirm-nonexistent-file-or-buffer.
3592
3593 * buffers.texi (Select Buffer):
3594 Document confirm-nonexistent-file-or-buffer.
3595
3596 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
3597 edit-picture.
3598
3599 * text.texi (Text): Simplify introduction. Discard mention of `M-x
3600 edit-picture', since that is just an alias for picture-mode.
3601 (Sentences): Note that repeated M-@ extends the region.
3602 (Pages): Make terminology more consistent. Link to Regexps node.
3603 (Longlines): Discuss relationship with Visual Line mode.
3604 (Text Mode): Remove extraneous discussion of other modes, since they
3605 were already introduced in the parent node.
3606
3607 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * anti.texi (Antinews): Rewrite.
3610
3611 * entering.texi (Exiting): Mention "minimize" terminology.
3612
3613 * frames.texi (Frame Commands): Mention "minimize" terminology.
3614
3615 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
3616 formats.
3617 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
3618 (Misc X): Don't document useless -hb option.
3619
3620 2008-11-22 Juri Linkov <juri@jurta.org>
3621
3622 * dired.texi (Dired Navigation): Change normal file name search option
3623 from `non-nil' to `t'. Add `dwim' option.
3624
3625 2008-11-22 Juri Linkov <juri@jurta.org>
3626
3627 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
3628 ".dir-locals.el". Rename `define-project-bindings' to
3629 `dir-locals-set-class-variables'. Rename `set-directory-project' to
3630 `dir-locals-set-directory-class'.
3631
3632 2008-11-22 Lute Kamstra <lute@gnu.org>
3633
3634 * buffers.texi (Select Buffer): Index goto-line.
3635 * basic.texi (Moving Point): Mention the use of a numeric prefix
3636 argument with goto-line and refer to Select Buffer for the use of a
3637 plain prefix argument.
3638
3639 2008-11-19 Glenn Morris <rgm@gnu.org>
3640
3641 * doclicense.texi: Update to FDL 1.3.
3642 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
3643
3644 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * custom.texi (Minor Modes): Define mode commands and mode variables
3647 more precisely. Recommend using mode commands instead of setting
3648 variables directly. Put minor modes in a list, and add more modes.
3649 (Easy Customization): Use "init file" instead of .emacs.
3650 (Customization Groups): Update to new Custom buffer appearance.
3651 (Saving Customizations): Copyedits. Update example.
3652 (Variables): Give example of variable type-sensitivity.
3653 (Examining): Update example.
3654 (Hooks): Copyedits.
3655 (Specifying File Variables): Use C comments instead of an artificial
3656 Lisp for the example.
3657 (Keymaps): Move internals discussion to Prefix Keymaps.
3658 (Rebinding): Remove redundant paragraph (stated in Key Binding).
3659 (Init Rebinding): Document kbd macro.
3660 (Init File): Link to Find Init.
3661
3662 * mark.texi (Using Region): Document Delete Selection Mode more
3663 thoroughly.
3664
3665 * frames.texi (Mouse Commands): Move most of the description of Delete
3666 Selection Mode to Using Region, and link to it.
3667 (Clipboard): Note that paste is bound to clipboard-yank.
3668
3669 * building.texi (Compilation): Document first-error value of
3670 compilation-scroll-output.
3671 (Compilation Mode): Note that compilation-auto-jump-to-first-error
3672 works as soon as an error is available. Suggested by Juri Linkov.
3673
3674 * mini.texi (Passwords): New node.
3675
3676 * files.texi (Remote Files): Link to Passwords node.
3677
3678 * emacs.texi (Top): Update node listings.
3679
3680 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * ack.texi (Acknowledgments): Some updating of credits.
3683
3684 * emacs.texi (Acknowledgments): Add a couple more names.
3685
3686 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
3687
3688 * files.texi (Directories): Describe delete-directory in text.
3689 (Misc File Ops): Document use of trash.
3690
3691 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * macos.texi (Mac Customization): Fix typos.
3694
3695 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
3698 replacing previous contents. Numerous copyedits to adapt ns-emacs to
3699 the conventions of the main Emacs manual.
3700
3701 * emacs.texi (Top): Update node listings.
3702
3703 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
3704
3705 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
3706 command-line-args is processed during startup.
3707 (Action Arguments): Correctly describe how file arguments interact with
3708 the startup screen. Link to Lisp Interaction for scratch buffer.
3709 (Initial Options): Link to Command Example for -batch option.
3710 (Environment): Document initial-environment.
3711
3712 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
3713 can't be changed in the site-start file.
3714
3715 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * dired.texi (Dired): Mention C-x C-d too.
3718 (Dired Enter): Document M-n in the Dired minibuffer.
3719 (Dired Navigation): Explain dired-goto-file more clearly.
3720 Document dired-isearch-filenames.
3721 (Dired Deletion): Remove unnecessary "expunged" terminology.
3722 (Flagging Many Files): & is now rebound to `% &'.
3723 (Shell Commands in Dired): Document dired-do-async-shell-command.
3724 Clarify how multi-file arguments are passed.
3725 (Misc Dired Features): Document dired-do-isearch.
3726
3727 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
3730
3731 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * search.texi (Other Repeating Search): Remove obsolete findex entries.
3734
3735 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * programs.texi (Program Modes): Link to Program Indent node.
3738 (Left Margin Paren): Explain consequences of changing
3739 open-paren-in-column-0-is-defun-start more concisely.
3740 (Which Function, Program Indent, Info Lookup): Minor edits.
3741 (Basic Indent): If region is active, TAB indents the region.
3742 (Multi-line Indent): If region is active, TAB indents the region.
3743 Note that indent-region is useful when Transient Mark mode is off.
3744 (Matching): The delimiter at the cursor is highlighted---the character
3745 changes color.
3746 (Symbol Completion): Link to Completion node.
3747
3748 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
3749 a strictly text-only system.
3750
3751 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
3752 batch mode.
3753
3754 2008-11-01 Richard M. Stallman <rms@gnu.org>
3755
3756 * misc.texi (Document View): Major rewrite.
3757
3758 * maintaining.texi (Types of Log File): Change logs are older than
3759 version control.
3760 (VCS Concepts): Simplify and rearrange.
3761 (Version Control Systems): Make it clear that Linux is only the kernel.
3762 (VC Mode Line): Shorten reference to menu item.
3763 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
3764 (VC Directory Mode): Minor cleanup.
3765 Unchanged files are hidden, not omitted.
3766 (VC Directory Commands): Shorten and simplify.
3767 (Change Log Commands): New node, split from Change Logs.
3768 (VC Directory Buffer): New node, split from VC Directory Mode.
3769
3770 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * misc.texi (Document View): Rename from Document Files, moved here
3773 from files.texi.
3774
3775 * files.texi (Version Control): Move to maintaining.texi.
3776 Subnodes moved as well.
3777 (Document Files): Move to misc.texi.
3778
3779 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
3780 vc-update-change-log.
3781 (Version Control): Move here from files.texi.
3782 (Format of ChangeLog): Make it a subnode of Change Log.
3783
3784 * emacs.texi (Top): Update node listing.
3785
3786 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
3787
3788 * files.texi (Files): Add a section about document
3789 files (doc-view-mode).
3790
3791 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * building.texi (Compilation Mode):
3794 Document compilation-auto-jump-to-first-error.
3795 (Debuggers): Lower GUD subsections to subsubsections.
3796 (Starting GUD): Add cindex.
3797 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3798
3799 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * indent.texi (Indentation): Link to Program Indent.
3802
3803 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3804 now uses emacsclient's terminal.
3805
3806 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * mark.texi (Using Region): Document use-empty-active-region.
3809
3810 * emacs.texi (Top): Update node listings.
3811
3812 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3813 Don't mention obsolete emacs.bash script.
3814 (Invoking emacsclient): Rewrite, moving optional arguments to
3815 emacsclient Options.
3816 (emacsclient Options): New node. Document server-use-tcp and
3817 server-host.
3818
3819 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * indent.texi (Indentation): Replace list with paragraphed text,
3822 putting description of syntax-driven indentation first. Document new
3823 effect of active regions on tab.
3824 (Tab Stops): Note that editable tab stops affect indentation commands.
3825
3826 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3829
3830 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * custom.texi (Function Keys): Note that modified keypad keys are not
3833 translated.
3834
3835 * basic.texi (Arguments): Explain how to insert multiple digits.
3836
3837 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
3838
3839 * files.texi (Remote Files): Precise selection of default method.
3840 Rewrite paragraph about disabling remote file names.
3841
3842 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * search.texi (Special Isearch): Document M-TAB is isearch.
3845
3846 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3847 command.
3848
3849 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3850
3851 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3852
3853 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
3854 section.
3855
3856 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3859 to files.texi. Move contents of vc2-xtra.texi here.
3860
3861 * vc2-xtra.texi: File removed.
3862
3863 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3864 Directory Commands from the submenu. Don't include deleted file
3865 vc2-xtra.texi.
3866
3867 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3868 (Version Control): Add VC Directory Mode and VC Directory Commands to
3869 the submenu.
3870 (Why Version Control?): Use table format.
3871 (Version Control Systems): Note that Meta-CVS support is gone.
3872 (VCS Concepts): Note precisely when VC started supporting filesets.
3873 Remove bogus xref to CVS Options node.
3874 (Types of Log File): Copyedits.
3875 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3876 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3877 The Right Thing.
3878 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3879 (Log Buffer): Reorganize node, putting C-c C-c description first.
3880 (Old Revisions): Use CVS for example, not RCS.
3881 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3882 Commands from the submenu, putting them under Version Control.
3883 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3884 need to include it in the manual unconditionally, since it is now
3885 crucial to using distributed version control systems.
3886 (Comparing Files): Note that diff uses the minibuffer, and that the
3887 output is shown using Diff mode.
3888 (Diff Mode): Explain what "patch" and "hunk" mean.
3889 Document diff-update-on-the-fly, diff-refine-hunk, and
3890 diff-show-trailing-whitespaces.
3891 (File Archives): Add rar support.
3892
3893 * major.texi (Choosing Modes): Make mode selection sequence more
3894 obvious by describing the steps in order of priority. Note that
3895 magic-mode-alist is nil by default.
3896 Document magic-fallback-mode-alist.
3897
3898 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * frames.texi (Mouse References): Copyedits.
3901
3902 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3903
3904 * ack.texi (Acknowledgments): Add myself as doc-view author.
3905
3906 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3907
3908 * frames.texi (Dialog Boxes): Add @cindex entries.
3909
3910 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3913 (Text-Only Mouse): Copyedit.
3914
3915 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * frames.texi: Use @key throughout for mouse clicks.
3918 (Cut/Paste Other App): Document yank-pop-change-selection.
3919 (Secondary Selection): Fix modified mouse click syntax.
3920 (Clipboard): Describe Cut, Copy and Paste commands.
3921 (Mouse References): Not all references are in read-only buffers.
3922 Copyedits.
3923 (Creating Frames): Add xref to Init File.
3924 (Frame Commands): Add xref to Exiting.
3925 (Scroll Bars): Document GTK vs toolkit behavior.
3926
3927 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * files.texi (Version Control): Copyedits. Add Bazaar.
3930 (Version Control Systems): List different VCS's using an itemized list.
3931 Add Bazaar.
3932 (VCS Concepts): Copyedits. Tweak description of file merging.
3933
3934 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3935 (Cut/Paste Other App): Document select-active-regions and
3936 x-select-enable-primary.
3937
3938 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * mark.texi (Shift Selection): Correct case in node name.
3941
3942 * emacs.texi (Top): Update node order in Mark chapter.
3943
3944 2008-10-12 Eli Zaretskii <eliz@gnu.org>
3945
3946 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3947
3948 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3949 elsewhere in the manual instead of describing yet again the intricacies
3950 of $HOME on MS-Windows and MS-DOS.
3951
3952 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * mini.texi (Minibuffer File): Add xref to File Names.
3955 (Minibuffer File): Add discussion of `~' in file names.
3956 Add insert-default-directory index reference.
3957
3958 * files.texi (File Names): Reorganize description.
3959 (Visiting): Add xref to Mode Line. Copyedits.
3960 (Save Commands): Mention prefix behavior of C-x C-s.
3961 (Numbered Backups): Node deleted.
3962 (Backup Names): Contents of Numbered Backups moved here. State default
3963 of version-control variable.
3964 (Reverting): Copyedits.
3965 (Version Control): Add additional version control systems.
3966
3967 * emacs.texi (Top): Delete Numbered Backups node.
3968
3969 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3970 Backup Names.
3971 (Initial Options): Document renamed variable inhibit-startup-screen.
3972
3973 2008-10-11 Romain Francoise <romain@orebokech.com>
3974
3975 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3976
3977 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3980 (Select Buffer): Mention use of minibuffer history. Describe default
3981 value of default-major-mode. Mention that C-x 4 b selects the other
3982 window.
3983 (List Buffers): Document CRM indicators in the order they appear.
3984 (Kill Buffer): Document new command kill-matching buffers.
3985 (Several Buffers): Move explanation of the relationship between buffer
3986 list and buffer menu to the top.
3987 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3988
3989 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * entering.texi (Exiting): Document change of C-x C-c to
3992 save-buffers-kill-terminal. Document kill-emacs.
3993
3994 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3995
3996 * mule.texi (Coding Systems): Don't mention codepage-setup.
3997
3998 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3999 cpNNN coding systems anymore.
4000 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
4001 for unibyte mode. Don't mention line-drawing characters.
4002 Don't mention dos-unsupported-char-glyph.
4003
4004 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * search.texi (Search): Shorten introduction.
4007 (Basic Isearch): Add command table. Discuss reverse isearch and
4008 isearch highlighting.
4009 (Repeat Isearch): Move lazy highlighting discussion here. Add search
4010 ring to cindex.
4011 (Special Isearch): Move input methods discussion here.
4012 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
4013 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
4014 Repeat Isearch.
4015 (Isearch Minibuffer): New node.
4016 (Word Search): Document new word search commands.
4017 (Regexp Example): Simplify example using sentence-end-base variable.
4018 (Replace): Reword introduction.
4019 (Unconditional Replace): Remove unnecessary example.
4020 (Other Repeating Search): Document new `M-s o' binding.
4021
4022 * emacs.texi (Top): Update node listings.
4023
4024 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
4025
4026 * emacs.texi (Top): Remove Kill Errors from menu.
4027
4028 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
4031 interface for defining macros. Simplify examples. Note that C-g quits
4032 macro definitions.
4033 (Keyboard Macro Counter): Document using F3 to insert counter.
4034 Give usage example.
4035 (Keyboard Macro Query): Organize query responses in a table.
4036
4037 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
4038 Link to Erasing node.
4039 (Undo): Reorganize paragraphs for logical flow. Move keybinding
4040 rationale to a footnote.
4041 (Kill Errors): Remove node, due to redundancy with Erasing.
4042 (Spelling): Move discussion of flyspell to end. Note new behavior of
4043 M-$ in active region. Remove non-ispell-specific keybindings from
4044 table.
4045
4046 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4047
4048 * cmdargs.texi (Initial Options): Document --daemon.
4049
4050 2008-09-20 Glenn Morris <rgm@gnu.org>
4051
4052 * files.texi (Numbered Backups): Mention that some modes set
4053 version-control.
4054
4055 2008-09-20 Jim Blandy <jimb@red-bean.com>
4056
4057 * files.texi (Numbered Backups): Reference File Variables, as well.
4058 Remove discussion of Rmail's implementation.
4059
4060 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * misc.texi (Recursive Edit): Note that top-level exits active
4063 minibuffers.
4064
4065 * trouble.texi (Quitting): Likewise.
4066
4067 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * emacs.texi (Top): Add Temporary Face Changes xref.
4070
4071 * display.texi (Display): Move Temporary Face Changes node to just
4072 after Standard Faces.
4073 (Scrolling): Document recenter-top-bottom instead of recenter.
4074 (Horizontal Scrolling): Move auto hscroll discussion to the top.
4075 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
4076 (Display Custom): Copyedits.
4077 (Optional Mode Line): Document display-battery-mode.
4078
4079 2008-08-27 Romain Francoise <romain@orebokech.com>
4080
4081 * custom.texi (Directory Variables): Minor fix.
4082
4083 2008-08-27 Glenn Morris <rgm@gnu.org>
4084
4085 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
4086 descriptions.
4087 (Calendar Customizing): Tweak layout description.
4088 Move calendar-today-marker and calendar-today face to the other
4089 markers. Condense calendar-star-date and calendar-mark-today
4090 description.
4091 (Holiday Customizing): Add oriental and solar holidays.
4092 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
4093 Fix holiday-float description. Use zerop in examples. Be less verbose.
4094 (Date Display Format): Change ISO format. Be less verbose.
4095 (Diary Customizing): Mention day and month abbrev arrays.
4096 Mention the date-form variables by name. Update European example.
4097 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
4098 Condense examples. Mention diary-entry-symbols by name.
4099 Condense table for insertion commands.
4100 (Fancy Diary Display): Mention diary-include-string and
4101 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
4102 Ethiopic, Persian date functions. Condense descriptions.
4103
4104 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
4105 (Adding to Diary): Adapt for changed node name.
4106
4107 2008-08-26 Glenn Morris <rgm@gnu.org>
4108
4109 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4110 node "Hebrew/Islamic Entries".
4111
4112 * calendar.texi (Specified Dates): Fix names of iso functions.
4113 (General Calendar): There may not be another window.
4114 (Writing Calendar Files, Holidays): Tweak intro.
4115 (Holidays): Mention Baha'i and Chinese holidays.
4116 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
4117 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
4118 (To Other Calendar): Add calendar-print-other-dates.
4119 Refer to "graphic display" rather than "X.
4120 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
4121 (Displaying the Diary): Fix whitespace after reference.
4122 Fix `diary-number-of-entries' reference.
4123 (Date Formats): Explicitly mention that day names can be abbreviated.
4124 (Adding to Diary): Add some references to other sections.
4125 (Special Diary Entries): Fix reference.
4126 (Appointments): Simplify appt-message-warning-time entry.
4127 Clarify where times must be.
4128 (Importing Diary): Comment out icalendar paragraph that does not apply.
4129 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
4130
4131 2008-08-23 Glenn Morris <rgm@gnu.org>
4132
4133 * fortran-xtra.texi (Fortran): Change description of free form and
4134 fixed form a bit. Mention hideshow and imenu.
4135 (Fortran Motion): Mention fortran-end-of-subprogram,
4136 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
4137 (Fortran Indent): Minor re-word.
4138 (ForIndent Commands): Mention fortran-fill-paragraph and
4139 fortran-fill-statement.
4140 (ForIndent Cont): Mention fortran-tab-mode-string.
4141 (Fortran Comments): Mention fortran-comment-line-start-skip.
4142 (Fortran Columns): Mention font-locking.
4143 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
4144
4145 2008-08-23 Johan Bockgård <bojohan@muon>
4146
4147 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
4148
4149 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * mini.texi (Minibuffer): Simplify introduction.
4152 (Minibuffer File): Document tilde in minibuffer filenames.
4153 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
4154 to enter tabs, spaces, and question marks. Describe behavior of C-a.
4155 (Completion Example): Update example to current command list.
4156 (Completion Options): Document `lazy' value of completion-auto-help.
4157 Update contents of completion-ignored-extensions.
4158 (Minibuffer History): Describe "future history" list. State default
4159 value of history-delete-duplicates.
4160
4161 2008-08-21 Glenn Morris <rgm@gnu.org>
4162
4163 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
4164 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
4165
4166 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * regs.texi (Registers): Clarify valid register names.
4169 (RegPos): Note that buffer is saved and restored too.
4170 (RegText): Note that mark is reactivated/deactivated.
4171 (RegConfig): Xref to Windows node.
4172
4173 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * basic.texi (Inserting Text): Provide command name for C-q.
4176
4177 * killing.texi (Killing): Copyedit. Define read-only text.
4178 (Deletion): DEL and C-d were already explained in Erasing; xref there.
4179 (Killing by Lines): Copyedit.
4180 (Other Kill Commands): Move M-w description here.
4181 (Yanking): Move M-w to Other Kill Commands.
4182 (Kill Ring): Also mention saving text in registers. Link to Text
4183 Properties in elisp manual.
4184 (Accumulating Text): Copyedit.
4185 (CUA Bindings): Shift selection is now the default.
4186
4187 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4188
4189 * maintaining.texi (Change Log): Mention next-error is available.
4190
4191 2008-08-10 Glenn Morris <rgm@gnu.org>
4192
4193 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
4194 and intermonth text.
4195 (Holiday Customizing): Add holiday-chinese.
4196
4197 2008-08-08 Eli Zaretskii <eliz@gnu.org>
4198
4199 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
4200
4201 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4202
4203 * files.texi (Log Buffer): Describe C-c C-d.
4204 (Diff Mode): Describe C-x 4 A.
4205
4206 2008-08-06 Eli Zaretskii <eliz@gnu.org>
4207
4208 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4209
4210 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * files.texi (Old Revisions): Update the keys used by vc-annotate and
4213 describe the new bindings to show the changeset diff, toggle annotation
4214 visibility, show revisions.
4215 (VC Status): Describe key bindings for modifying the change comments,
4216 displaying changeset diffs and annotations.
4217
4218 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
4219
4220 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
4221
4222 * vc1-xtra.texi (VC Directory Mode): Fix typo.
4223
4224 2008-08-02 Eli Zaretskii <eliz@gnu.org>
4225
4226 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
4227 and wording.
4228
4229 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
4232 marking/unmarking. Add descriptions for the multiple file search
4233 commands. Improve some old info.
4234
4235 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * display.texi (Visual Line Mode): New node.
4238
4239 * basic.texi (Inserting Text): Move DEL to deletion node.
4240 (Moving Point): Add additional alternative key bindings.
4241 Describe line-move-visual.
4242 (Erasing): Describe DEL.
4243 (Basic Undo, Blank Lines, Arguments): Copyedit.
4244 (Continuation Lines): Mention Visual Line mode.
4245 (Position Info): Move extended discussion to mule.texi.
4246
4247 * mule.texi (International Chars): Describe C-x =.
4248
4249 * emacs.texi (Top): Add Visual Line Mode node.
4250
4251 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4252
4253 * emacs.texi: Remove VMS support.
4254
4255 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4258 the vc-dir command name.
4259
4260 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4261
4262 * xresources.texi: Remove mentions of Mac Carbon.
4263
4264 2008-07-19 Andreas Schwab <schwab@suse.de>
4265
4266 * ns-emacs.texi: Move to ../misc.
4267
4268 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * entering.texi (Exiting): Don't describe text-only terminals as the
4271 default. Describe the new startup screen.
4272 (Exiting): Describe how to kill Emacs first. Change description of
4273 iconification to handle modern window systems.
4274
4275 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4276
4277 * ns-emacs.texi: New file, documents features of Emacs port under
4278 NeXTstep windowing.
4279
4280 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * entering.texi (Entering Emacs): Update prev node.
4283
4284 * glossary.texi (Glossary): Remove xref to Text Characters.
4285
4286 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
4287 directly, rather than in the context of ASCII. Move description of
4288 special properties of modifier key to new Modifier Keys node.
4289 (Keys): Copyedit.
4290 (Text Characters): Delete node. Multibyte is the default nowadays, and
4291 the node contents are obsolete.
4292
4293 * custom.texi (Modifier Keys): New node.
4294
4295 * emacs.texi (Top): Update node list.
4296
4297 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
4300 saying that Emacs provides menus and mouse support (which is par for
4301 the course).
4302
4303 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
4304 early on.
4305 (Point): Copyedit. Relegate historical trivia to a footnote.
4306 (Mode Line): Explain mode-line format more consistently.
4307 (Menu Bar): Copyedit.
4308
4309 2008-06-27 Glenn Morris <rgm@gnu.org>
4310
4311 * cal-xtra.texi (Sexp Diary Entries):
4312 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
4313
4314 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * mark.texi (Shift selection): New node.
4317 (Mark): Copyedits.
4318 (Persistent Mark): Move to the end of the chapter.
4319
4320 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4321
4322 * makefile.w32-in (distclean): Remove makefile.
4323
4324 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * building.texi (Starting GUD): Add an entry for gud-gdb.
4327 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
4328 command mode.
4329
4330 2008-06-17 Glenn Morris <rgm@gnu.org>
4331
4332 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
4333
4334 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
4335
4336 * building.texi (Starting GUD): Expand on remote debugging.
4337 (Other GDB-UI Buffers): Mention new keyboard bindings.
4338
4339 2008-06-15 Glenn Morris <rgm@gnu.org>
4340
4341 * gnu.texi: Use a verbatim license for this invariant section,
4342 as per etc/GNU.
4343
4344 2008-06-13 Daniel Engeler <engeler@gmail.com>
4345
4346 * emacs.texi, misc.texi: Add documentation about serial port access.
4347
4348 2008-06-13 Glenn Morris <rgm@gnu.org>
4349
4350 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
4351 maintain.info.
4352
4353 2008-06-05 Miles Bader <miles@gnu.org>
4354
4355 * display.texi (Temporary Face Changes): Update to reflect function
4356 renamings in face-remap.el.
4357
4358 2008-06-04 Miles Bader <miles@gnu.org>
4359
4360 * display.texi (Temporary Face Changes):
4361 Add `adjust-buffer-face-height'. Rewrite description of
4362 `increase-buffer-face-height' and `decrease-default-face-height' now
4363 that they aren't bound by default.
4364
4365 2008-06-03 Miles Bader <miles@gnu.org>
4366
4367 * display.texi (Temporary Face Changes): New node.
4368
4369 2008-05-31 Eli Zaretskii <eliz@gnu.org>
4370
4371 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
4372
4373 2008-05-31 Glenn Morris <rgm@gnu.org>
4374
4375 * cal-xtra.texi (Fancy Diary Display): Simplify.
4376
4377 2008-05-30 Glenn Morris <rgm@gnu.org>
4378
4379 * cal-xtra.texi (Fancy Diary Display): Update for
4380 diary-display-function replacing diary-display-hook.
4381
4382 2008-05-29 Drew Adams <drew.adams@oracle.com>
4383
4384 * msdog.texi (Windows Keyboard): Add descriptions of
4385 w32-register-hot-key and w32-unregister-hot-key.
4386
4387 2008-05-21 Tom Tromey <tromey@redhat.com>
4388
4389 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
4390 Variables node.
4391
4392 2008-05-19 Tom Tromey <tromey@redhat.com>
4393
4394 * custom.texi (Variables): Add Directory Variables to menu.
4395 (Directory Variables): New node.
4396
4397 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4398
4399 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
4400
4401 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4402
4403 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
4404 Revision Tags and rewritten. Section now uses modern terminology,
4405 (tags rather than snapshots) and describes post-SCCS systems more
4406 accurately.
4407
4408 2008-05-10 Eli Zaretskii <eliz@gnu.org>
4409
4410 * msdog.texi (Windows Files): Update documentation of
4411 w32-get-true-file-attributes.
4412
4413 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4414
4415 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
4416 directory mode.
4417
4418 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * killing.texi (Appending Kills): Remove a strangely off-topic index
4421 entry "television".
4422
4423 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4424
4425 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
4426
4427 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4428
4429 * emacs/buffers.texi, emacs/files.texi (Version-control):
4430 vc-toggle-read-only is no longer a good idea...
4431
4432 2008-04-29 Glenn Morris <rgm@gnu.org>
4433
4434 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
4435
4436 2008-04-22 Juri Linkov <juri@jurta.org>
4437
4438 * dired.texi (Subdirectories in Dired): Describe using `^'
4439 to return to the parent directory.
4440
4441 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4442
4443 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
4444 recent changes.
4445
4446 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * building.texi (GDB-UI Layout, Breakpoints Buffer)
4449 (Other GDB-UI Buffers): Update for recent thread related changes.
4450
4451 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
4452
4453 * maintaining.texi (Maintaining):
4454 * emacs.texi (Top): Typo.
4455
4456 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
4459 arg in `font-lock-add-keywords'.
4460
4461 2008-04-08 Glenn Morris <rgm@gnu.org>
4462
4463 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
4464 Also add Baha'i calendar references where appropriate.
4465
4466 2008-04-05 Glenn Morris <rgm@gnu.org>
4467
4468 * custom.texi (Init File): Byte-compiling .emacs is bad.
4469
4470 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
4473
4474 2008-03-29 Glenn Morris <rgm@gnu.org>
4475
4476 * calendar.texi: Update for `calendar-date-style' replacing
4477 `european-calendar'.
4478
4479 2008-03-28 Jason Rumney <jasonr@gnu.org>
4480
4481 * display.texi (Display Custom): Mention overlay-margin in text.
4482
4483 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
4484
4485 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
4486 tutorial' comments.
4487
4488 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * mark.texi (Mark): Rearrange nodes.
4491 (Persistent Mark): Rename from Transient Mark.
4492 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
4493 Describe Transient Mark mode as the default.
4494
4495 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
4496 the default behavior with Transient Mark mode off.
4497 (Position Info): Fix typo.
4498
4499 * display.texi (Standard Faces): Reference the Mark node.
4500 Remove discussion of the region face, which is discussed there.
4501
4502 * emacs.texi (Top): Update node listings.
4503
4504 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
4505 as the default.
4506
4507 * fixit.texi (Undo): Standardize choice of undo key sequence.
4508 (Undo, Spelling): Describe Transient Mark mode as the default.
4509
4510 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
4511 default.
4512
4513 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
4514
4515 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
4516 mode is the default, and note that the mark is not activated when set.
4517
4518 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
4519 Describe Transient Mark mode as the default.
4520
4521 * search.texi (Basic Isearch): Reference the Mark Ring node.
4522 (Replace, Unconditional Replace, Other Repeating Search):
4523 Describe Transient Mark mode as the default.
4524
4525 * text.texi (Words, Pages, Fill Commands, HTML Mode):
4526 Describe Transient Mark mode as the default.
4527 (Paragraphs): Describe how M-h behaves when region is active.
4528
4529 * trouble.texi (Quitting): Clarify effects of C-g.
4530
4531 2008-03-13 Glenn Morris <rgm@gnu.org>
4532
4533 * emacs.texi (EMACSVER): Set to 23.0.60.
4534
4535 2008-03-05 Glenn Morris <rgm@gnu.org>
4536
4537 * dired.texi (Hiding Subdirectories): Fix previous change.
4538
4539 2008-03-05 Drew Adams <drew.adams@oracle.com>
4540
4541 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
4542
4543 2008-02-28 Kim F. Storm <storm@cua.dk>
4544
4545 * help.texi (Help Files): Move describe-gnu-project to C-h g.
4546 Move describe-distribution to C-h C-o.
4547 Move view-emacs-problems to C-h C-p.
4548 Add view-emacs-debugging on C-h C-d.
4549 Add view-external-packages on C-h C-e.
4550 Add view-order-manuals on C-h C-m.
4551
4552 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
4553
4554 * msdog-xtra.texi (MS-DOS): Docstring fix.
4555
4556 2008-02-09 Eli Zaretskii <eliz@gnu.org>
4557
4558 * msdog.texi (Windows Fonts): Use a @table for describing font
4559 properties.
4560
4561 2008-02-07 Jason Rumney <jasonr@gnu.org>
4562
4563 * msdog.texi (Windows Files): w32-get-true-file-attributes default
4564 value has changed.
4565 (Windows HOME): Clarify what is meant by "if that fails as well".
4566 (Windows Fonts): New section.
4567
4568 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
4569
4570 * basic.texi (Basic Undo): Remove duplicate "you can".
4571
4572 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4573
4574 * maintaining.texi (Tags): Fix last change.
4575
4576 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
4577
4578 * tramp.texi: Use new FSF's Back-Cover Text.
4579
4580 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
4581
4582 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
4583
4584 2008-01-26 Richard Stallman <rms@gnu.org>
4585
4586 * maintaining.texi (Tags): Delete redundant index entry.
4587
4588 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4589
4590 * programs.texi (Imenu): Move "@cindex tags" from here...
4591 * maintaining.texi (Tags): ...to here.
4592
4593 2008-01-23 Kevin Ryde <user42@zip.com.au>
4594
4595 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
4596 click count.
4597
4598 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * entering.texi (Exiting): Fix typo.
4601 Reported by D. E. Evans <sinuhe@gnu.org>.
4602
4603 2007-12-31 Martin Rudalics <rudalics@gmx.at>
4604
4605 * glossary.texi (Glossary): Fix typo.
4606
4607 2007-12-27 Richard Stallman <rms@gnu.org>
4608
4609 * text.texi (Formatted Text): Improve menu tag.
4610 (Editing Format Info): In Info, add duplicate menu of nodes
4611 about the submenus.
4612 (Format Faces): Say where Faces menu is found. Mention Other.
4613 (Format Colors): Say where these submenus are found.
4614 (Format Indentation, Format Justification): Likewise.
4615 (Format Properties): Likewise.
4616
4617 2007-12-22 Richard Stallman <rms@gnu.org>
4618
4619 * search.texi (Query Replace): Make exp of query-replace more
4620 self-contained, and clarify.
4621
4622 * cc-mode.texi (Getting Started): Change @ref to @pxref.
4623
4624 2007-12-15 Richard Stallman <rms@gnu.org>
4625
4626 * files.texi (Auto Save): Clarify definition of auto-saving.
4627
4628 2007-11-26 Richard Stallman <rms@gnu.org>
4629
4630 * help.texi (Help Echo): Cleanups.
4631
4632 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4633
4634 * files.texi (Why Version Control?): Fix typo.
4635 (VCS Concepts): Fix typos; small tense fix.
4636 (Selecting a Fileset): Fix typos; small rewording.
4637 (Log Buffer): Likewise.
4638 (Old Revisions): Likewise.
4639
4640 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4641
4642 * mule.texi (Communication Coding): Fix wording of last change.
4643
4644 2007-11-16 Werner Lemberg <wl@gnu.org>
4645
4646 * custom.texi (Specifying File Variables):
4647 * major.texi (Choosing Modes): Mention '\" in man pages.
4648
4649 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
4650
4651 * mule.texi (Communication Coding): Document x-select-request-type.
4652
4653 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
4654
4655 2007-11-15 Francesco Potortì <pot@gnu.org>
4656
4657 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
4658 --output=file.
4659
4660 2007-11-13 Martin Rudalics <rudalics@gmx.at>
4661
4662 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
4663 (Help Echo): Avoid mentioning the term "region" here and
4664 consistently use the term "active text".
4665
4666 2007-11-11 Glenn Morris <rgm@gnu.org>
4667
4668 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
4669
4670 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4671
4672 * search.texi (Query Replace):
4673 Mention `query-replace-show-replacement'.
4674
4675 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * building.texi (Watch Expressions): Remove obscure sentence.
4678
4679 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
4680
4681 * mule.texi (Select Input Method): Describe how to activate an input
4682 method in the text mode.
4683
4684 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4685
4686 * cmdargs.texi (Misc Variables): Remove Sun windows info.
4687
4688 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
4689
4690 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
4691
4692 2007-10-30 Glenn Morris <rgm@gnu.org>
4693
4694 * misc.texi (Directory Tracking): Explain a bit more about
4695 dirtrack-mode.
4696
4697 2007-10-25 Glenn Morris <rgm@gnu.org>
4698
4699 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
4700
4701 2007-10-24 Richard Stallman <rms@gnu.org>
4702
4703 * misc.texi (Interactive Shell): Cleanup last change.
4704
4705 2007-10-22 Juri Linkov <juri@jurta.org>
4706
4707 * mini.texi (Minibuffer History): Add text about a list of minibuffer
4708 default values.
4709
4710 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4711
4712 * files.texi: Disambiguate two slightly different uses of the term
4713 'filesets'.
4714
4715 2007-10-18 Martin Rudalics <rudalics@gmx.at>
4716
4717 * trouble.texi (Quitting): Fix typo.
4718
4719 2007-10-18 Glenn Morris <rgm@gnu.org>
4720
4721 * frames.texi (Mode Line Mouse): Mention minor mode names.
4722
4723 2007-10-17 Juri Linkov <juri@jurta.org>
4724
4725 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
4726 fill-paragraph operates on the active region in Transient Mark mode.
4727 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
4728 with fill-paragraph.
4729
4730 * basic.texi (Arguments): Replace fill-paragraph-or-region with
4731 fill-paragraph.
4732
4733 * fixit.texi (Spelling): ispell-word operates on the active region
4734 in Transient Mark mode.
4735
4736 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
4737
4738 * building.texi (Source Buffers):
4739 * custom.texi (Init Non-ASCII):
4740 * glossary.texi (Glossary): Use "key binding" consistently.
4741
4742 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * calendar.texi (Diary): Fix directive.
4745
4746 2007-10-16 Richard Stallman <rms@gnu.org>
4747
4748 * calendar.texi (Diary): Clarify text about diary file example.
4749
4750 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
4751
4752 * files.texi: Capitalize node names according to convention.
4753
4754 2007-10-13 Glenn Morris <rgm@gnu.org>
4755
4756 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
4757
4758 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
4759
4760 * emacs.texi:
4761 * files.texi (Version Systems): Minor fixes to version-control material
4762 suggested by RMS and Robert J. Chassell.
4763
4764 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4765
4766 * files.texi (Version Systems):
4767 * vc-xtra.texi:
4768 * vc1-xtra.texi:
4769 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
4770 operations. Change of terminology from `version' to `revision'.
4771 Revise text for adequate description of VCSes with monotonic IDs.
4772 * emacs.texi: Change of terminology from `version' to `revision'.
4773
4774 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
4775
4776 * files.texi (Version Systems): Describe newer VCses.
4777 Reorder the descriptions to be chronological.
4778
4779 2007-10-09 Richard Stallman <rms@gnu.org>
4780
4781 * display.texi (Cursor Display): Correct how cursor appears
4782 in nonselected windows.
4783
4784 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
4785
4786 * building.texi (GDB Graphical Interface): Remove references to gdba
4787 and mention gud-gdb.
4788
4789 2007-08-31 Eli Zaretskii <eliz@gnu.org>
4790
4791 * rmail.texi (Rmail Sorting): Improve indexing.
4792
4793 2007-10-06 Juri Linkov <juri@jurta.org>
4794
4795 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4796 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4797 fill-paragraph-or-region.
4798
4799 * basic.texi (Arguments): Replace fill-paragraph with
4800 fill-paragraph-or-region.
4801
4802 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4803
4804 * files.texi: Update the section on version control for 2007
4805 conditions. None of these changes are new-VC-specific; that
4806 will come later.
4807
4808 2007-09-15 Glenn Morris <rgm@gnu.org>
4809
4810 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4811 to `list-holidays'.
4812
4813 2007-09-14 Glenn Morris <rgm@gnu.org>
4814
4815 * calendar.texi: Update all instances of mark-calendar-holidays,
4816 list-calendar-holidays, list-holidays with the new names.
4817
4818 2007-09-06 Glenn Morris <rgm@gnu.org>
4819
4820 Move manual sources from man/ to subdirectories of doc/.
4821 Split into the Emacs manual in emacs/, and other manuals in misc/.
4822 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4823 manual.
4824 (infodir): New variable.
4825 (info): Use $infodir.
4826 (emacsman): Delete target, not needed any more.
4827 Move all targets that are not the Emacs manual to misc/Makefile.in.
4828 (mostlyclean): Remove `gnustmp'.
4829 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4830 manual.
4831 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
4832 (emacsman): Delete target, not needed any more.
4833 (clean): Remove all info files but Emacs manual.
4834 Move all targets that are not the Emacs manual to misc/Makefile.in.
4835 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4836
4837 * Makefile.in (INFOSOURCES): Delete.
4838 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4839 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4840 *.vrs *.toc here...
4841 (maintainer-clean): ...from here.
4842
4843 2007-09-05 Glenn Morris <rgm@gnu.org>
4844
4845 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4846
4847 2007-08-29 Glenn Morris <rgm@gnu.org>
4848
4849 * emacs.texi (EMACSVER): Increase to 23.0.50.
4850
4851 2007-08-27 Richard Stallman <rms@gnu.org>
4852
4853 * emacs.texi (Top): Clarify menu item for Glossary.
4854
4855 * display.texi (Faces): Change secn title.
4856 Clarify not all fonts come from Font Lock.
4857
4858 2007-08-17 Eli Zaretskii <eliz@gnu.org>
4859
4860 * basic.texi (Position Info): Add index entry for face at point.
4861 Mention that character faces are also displayed by "C-u C-x =".
4862
4863 2007-08-08 Glenn Morris <rgm@gnu.org>
4864
4865 * glossary.texi (Glossary): Deprecate `iff'.
4866
4867 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * files.texi (File Conveniences): Document point motion keys in Image
4870 mode.
4871
4872 2007-07-27 Glenn Morris <rgm@gnu.org>
4873
4874 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4875 in-line.
4876
4877 * gpl.texi: New file with text of GPL.
4878 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4879
4880 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4881
4882 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4883
4884 * dired.texi (Wdired): Mention C-x C-q key binding.
4885
4886 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4889
4890 2007-07-25 Glenn Morris <rgm@gnu.org>
4891
4892 * emacs.texi (Copying): Replace license with GPLv3.
4893
4894 * Relicense all FSF files to GPLv3 or later.
4895
4896 2007-07-24 Glenn Morris <rgm@gnu.org>
4897
4898 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4899 for some calendars.
4900
4901 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
4902
4903 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4904 default-directory for the current buffer is on a remote machine.
4905
4906 2007-07-21 Eli Zaretskii <eliz@gnu.org>
4907
4908 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4909 default value.
4910
4911 2007-07-21 Richard Stallman <rms@gnu.org>
4912
4913 * files.texi (Why Version Control?): Improve previous change.
4914
4915 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4916
4917 * files.texi (Why Version Control?): New node.
4918
4919 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4920
4921 * building.texi (Starting GUD): Add xref to this anchor.
4922
4923 2007-06-24 Karl Berry <karl@gnu.org>
4924
4925 * emacs.texi: New Back-Cover Text.
4926
4927 2007-06-07 Alan Mackenzie <acm@muc.de>
4928
4929 * display.texi (Optional Mode Line): Document the new form of
4930 line+column numbers, "(561,2)".
4931
4932 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4933
4934 * maintaining.texi (Create Tags Table): Fix typos.
4935
4936 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * Version 22.1 released.
4939
4940 2007-05-07 Karl Berry <karl@gnu.org>
4941
4942 * emacs.texi (EMACSVER): Back to 22.
4943
4944 2007-05-06 Richard Stallman <rms@gnu.org>
4945
4946 * maintaining.texi (Create Tags Table): Clean up previous change.
4947
4948 2007-05-05 Francesco Potortì <pot@gnu.org>
4949
4950 * maintaining.texi (Create Tags Table): Add text about the dangers of
4951 making symbolic links to tags files.
4952
4953 2007-05-04 Karl Berry <karl@gnu.org>
4954
4955 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4956
4957 2007-05-03 Karl Berry <karl@gnu.org>
4958
4959 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4960
4961 * .cvsignore (*.pdf): New entry.
4962
4963 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4964 for printing.
4965
4966 2007-05-01 Richard Stallman <rms@gnu.org>
4967
4968 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4969
4970 2007-04-28 Glenn Morris <rgm@gnu.org>
4971
4972 * ack.texi (Acknowledgments):
4973 * anti.texi (Antinews):
4974 * programs.texi (Program Modes): Restore mention of python.el pending
4975 consideration of legal status.
4976
4977 2007-04-28 Richard Stallman <rms@gnu.org>
4978
4979 * files.texi (File Names): Fixes to ~ description on MS systems.
4980
4981 2007-04-26 Glenn Morris <rgm@gnu.org>
4982
4983 * emacs.texi (EMACSVER): Increase to 22.1.50.
4984
4985 2007-04-25 Karl Berry <karl@gnu.org>
4986
4987 * emacs.texi: Improve line breaks on copyright page,
4988 similar layout to lispref, 8.5x11 by default.
4989
4990 * dired.texi (Image-Dired): Improve line break, fix typo.
4991
4992 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * programs.texi (Program Modes):
4995 * anti.texi (Antinews):
4996 * ack.texi (Acknowledgments): python.el removed.
4997
4998 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * display.texi (Highlight Interactively): Correct description of
5001 hi-lock-file-patterns-policy.
5002
5003 * files.texi (File Archives): Mention self-extracting executables.
5004
5005 2007-04-23 Eli Zaretskii <eliz@gnu.org>
5006
5007 * search.texi (Unconditional Replace, Query Replace): Add xref to
5008 "Replacement and Case".
5009
5010 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * dired.texi (Image-Dired): Move from Thumbnails node.
5013 * misc.texi (Thumbnails): Node deleted.
5014 * emacs.texi (Top): Update node listing.
5015
5016 * files.texi (File Conveniences):
5017 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
5018
5019 2007-04-21 Richard Stallman <rms@gnu.org>
5020
5021 * display.texi (Highlight Interactively): Correct previous change.
5022 Clarify doc of hi-lock-find-patterns, and move new features into it.
5023
5024 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
5025
5026 * display.texi (Highlight Interactively):
5027 Document hi-lock-file-patterns-policy.
5028
5029 2007-04-20 Martin Rudalics <rudalics@gmx.at>
5030
5031 * display.texi (Scrolling): Fix typo.
5032
5033 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * doclicense.texi: Remove node heading, so that it can be included by
5036 other files.
5037
5038 * emacs.texi: Insert node heading for GFDL.
5039
5040 2007-04-14 Eli Zaretskii <eliz@gnu.org>
5041
5042 * cmdargs.texi (Colors): Qualify "color of window" index entry by
5043 "command line".
5044
5045 * display.texi (Faces): Refer to "Creating Frames" for face
5046 and other frame customizations in .emacs.
5047
5048 * frames.texi (Creating Frames): Mention that face customizations can
5049 be put in .emacs. Add index entries.
5050
5051 2007-04-12 Richard Stallman <rms@gnu.org>
5052
5053 * glossary.texi (Glossary): Explain `iff'.
5054
5055 2007-04-11 Karl Berry <karl@gnu.org>
5056
5057 * gnu.texi (Top),
5058 * macos.texi (Mac Font Specs),
5059 * anti.texi (Antinews),
5060 * xresources.texi (Resources),
5061 * misc.texi (Emulation),
5062 * calendar.texi (Daylight Saving),
5063 * dired.texi (Dired and Find),
5064 * rmail.texi (Remote Mailboxes),
5065 * sending.texi (Mail Headers),
5066 * programs.texi (Which Function),
5067 * files.texi (Recover),
5068 * buffers.texi (Uniquify),
5069 * frames.texi (Wheeled Mice),
5070 * killing.texi (Rectangles): Wording to improve breaks in
5071 8.5x11 format.
5072 * mule.texi (Language Environments): \hbadness=10000 since there's
5073 no way to reword.
5074 * emacs.texi (smallbook): New @set to more easily switch between
5075 smallbook and 8.5x11.
5076
5077 2007-04-11 Richard Stallman <rms@gnu.org>
5078
5079 * files.texi (File Conveniences): Add xref to Tumme.
5080 Delete text about Thumbnail mode.
5081
5082 2007-04-09 Alan Mackenzie <acm@muc.de>
5083
5084 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
5085 new name. Insert concept index entries.
5086
5087 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * display.texi (Standard Faces): Document prefix arg for
5090 list-faces-display.
5091
5092 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
5093
5094 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
5097
5098 * files.texi (Misc File Ops): Rewrite description of
5099 insert-file-literally.
5100
5101 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5102
5103 * misc.texi (Printing): Postscript -> PostScript.
5104
5105 * ack.texi (Acknowledgments): Postscript -> PostScript.
5106
5107 * custom.texi (Init File, Init Non-ASCII): Fix last change.
5108
5109 * emacs.texi (Top): Fix the menu due to the change in custom.texi
5110 below.
5111
5112 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
5113
5114 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
5115 Init Non-ASCII.
5116 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
5117 (Init Non-ASCII): New node.
5118
5119 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5120
5121 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
5122
5123 2007-03-12 Glenn Morris <rgm@gnu.org>
5124
5125 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
5126 "Daylight Savings".
5127
5128 * calendar.texi: Replace "daylight savings" with "daylight
5129 saving" in text throughout.
5130
5131 2007-03-04 Richard Stallman <rms@gnu.org>
5132
5133 * custom.texi (Safe File Variables): Minor correction.
5134
5135 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
5136
5137 * rmail.texi (Movemail): Add internal ref.
5138 Don't indent the intro for the PROTO table.
5139 Format PROTO table items with @code.
5140
5141 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5142
5143 * building.texi: Remove references to bashdb.
5144
5145 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * mule.texi (Language Environments): Update list of supported language
5148 environments.
5149
5150 2007-02-14 Kim F. Storm <storm@cua.dk>
5151
5152 * building.texi (Grep Searching): Fix lgrep doc.
5153
5154 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
5155
5156 * back.texi: Remove unused file.
5157
5158 2007-02-05 Francesco Potortì <pot@gnu.org>
5159
5160 * maintaining.texi (Tag Syntax): Now --members is the default for
5161 etags, not for ctags yet.
5162
5163 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5164
5165 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
5166 headers compliant with Texinfo guidelines and with what texnfo-upd.el
5167 expects. Add comments to prevent people from inadvertently modifying
5168 the key parts needed by `texinfo-multiple-files-update'.
5169
5170 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * frames.texi (Secondary Selection): Window clicked does not matter
5173 when mouse-yank-at-point is non-nil.
5174
5175 2007-01-16 Glenn Morris <rgm@gnu.org>
5176
5177 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
5178 system abbrev.
5179
5180 2007-01-11 Richard Stallman <rms@gnu.org>
5181
5182 * msdog.texi (Windows Keyboard): Another small cleanup.
5183
5184 2007-01-10 Richard Stallman <rms@gnu.org>
5185
5186 * msdog.texi (Windows Keyboard): Yet another try to make
5187 everyone happy with that passage.
5188
5189 2007-01-05 Richard Stallman <rms@gnu.org>
5190
5191 * anti.texi (Antinews): Mention M-x shell scrolling.
5192
5193 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5194
5195 * building.texi (Watch Expressions): Describe gdb-max-children.
5196
5197 2007-01-04 Richard Stallman <rms@gnu.org>
5198
5199 * msdog.texi (Windows Keyboard): Clarify previous change.
5200
5201 2007-01-02 Richard Stallman <rms@gnu.org>
5202
5203 * custom.texi (Changing a Variable): Minor clarification.
5204 (Specific Customization): customize-customized => customize-unsaved.
5205
5206 * entering.texi (Entering Emacs): Clean up text about restarting
5207 Emacs for each file.
5208
5209 * misc.texi (Shell Options): Minor cleanup.
5210
5211 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
5212 with Emacs, not vice versa.
5213
5214 * programs.texi (Symbol Completion): Recommend customizing
5215 window manager.
5216
5217 * xresources.texi (Resources): Minor fix.
5218
5219 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
5220
5221 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
5222
5223 2007-01-01 Richard Stallman <rms@gnu.org>
5224
5225 * commands.texi (User Input): Document keys stolen by window mangers.
5226
5227 2006-12-31 Richard Stallman <rms@gnu.org>
5228
5229 * custom.texi (Specific Customization): Document customize-option
5230 instead of customize-variable.
5231
5232 2006-12-31 Kim F. Storm <storm@cua.dk>
5233
5234 * major.texi (Choosing Modes): Document auto-mode-case-fold.
5235
5236 2006-12-30 Kim F. Storm <storm@cua.dk>
5237
5238 * killing.texi (CUA Bindings): Fix typo.
5239
5240 * xresources.texi (Table of Resources): Mention grow-only value for
5241 auto-resize-tool-bars.
5242
5243 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5244
5245 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
5246 and how to get them back.
5247
5248 2006-12-26 Richard Stallman <rms@gnu.org>
5249
5250 * calendar.texi (Holidays): Holiday listing is based on current
5251 practice, but DST is not.
5252
5253 2006-12-25 Richard Stallman <rms@gnu.org>
5254
5255 * emacs.texi (Top): Update subnode menus.
5256
5257 * mark.texi (Transient Mark): Fix xref.
5258
5259 * killing.texi (Graphical Kill): Node deleted.
5260 (Killing): Add xref to Cut and Paste.
5261 (CUA Bindings): Update xref.
5262
5263 * frames.texi (Cut and Paste): New section to hold other nodes.
5264 (Mouse Commands): Node demoted.
5265 (Cut/Paste Other App): Split out from Mouse Commands.
5266 (Word and Line Mouse): Likewise.
5267 (Secondary Selection, Clipboard): Nodes demoted.
5268
5269 2006-12-24 Kevin Ryde <user42@zip.com.au>
5270
5271 * calendar.texi (Holidays): US daylight saving begins second Sunday
5272 in March for 2007 onwards.
5273 (Daylight Savings): Show new US default daylight saving rules, 2nd
5274 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
5275
5276 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * calendar.texi (Scroll Calendar): < and > are switched.
5279
5280 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
5281
5282 * killing.texi (Deletion): Describe M-\ prefix argument.
5283
5284 2006-12-23 Richard Stallman <rms@gnu.org>
5285
5286 * search.texi (Regexp Search): Explain why forward and reverse regexp
5287 search are not mirror images.
5288
5289 2006-12-19 Kim F. Storm <storm@cua.dk>
5290
5291 * major.texi (Choosing Modes): Describe match-function elements for
5292 magic-mode-alist.
5293
5294 2006-12-18 Eli Zaretskii <eliz@gnu.org>
5295
5296 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
5297 peculiarities.
5298
5299 2006-12-18 Richard Stallman <rms@gnu.org>
5300
5301 * abbrevs.texi (Editing Abbrevs): Fix previous change.
5302
5303 2006-12-17 Alan Mackenzie <acm@muc.de>
5304
5305 * programs.texi (Left Margin Paren): Remove the bit which says
5306 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
5307 Discuss some of the issues of setting this option to nil.
5308
5309 2006-12-17 Glenn Morris <rgm@gnu.org>
5310
5311 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
5312
5313 2006-12-16 Eli Zaretskii <eliz@gnu.org>
5314
5315 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
5316 (Windows Files): `w32-get-true-file-attributes' is only relevant for
5317 NTFS volumes.
5318 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
5319 volumes.
5320
5321 2006-12-15 Eli Zaretskii <eliz@gnu.org>
5322
5323 * text.texi (HTML Mode): Fix "C-c TAB".
5324
5325 2006-12-09 Richard Stallman <rms@gnu.org>
5326
5327 * misc.texi (Invoking emacsclient): Simplify TCP file text.
5328
5329 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
5330
5331 * files.texi (Misc File Ops): Document insert-file-literally.
5332
5333 2006-12-08 Eli Zaretskii <eliz@gnu.org>
5334
5335 * cmdargs.texi (Colors): Note that --color is intended for overriding
5336 the terminal defaults, not for normal invocation.
5337
5338 * misc.texi (Emacs Server): Improve wording. Don't mention the
5339 ``server program''. Add a cross-reference to "Init File" node.
5340 (Invoking emacsclient): Add index entries. Document both short and
5341 long versions of command-line options. Document the -f option.
5342
5343 2006-12-06 Richard Stallman <rms@gnu.org>
5344
5345 * text.texi (Outline Format): Say to set outline-regexp
5346 and outline-level with major modes and file local variables.
5347
5348 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
5349
5350 * anti.texi (Antinews): Mention the alternative to
5351 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5352
5353 * misc.texi (Interactive Shell): Ditto.
5354
5355 2006-12-04 Eli Zaretskii <eliz@gnu.org>
5356
5357 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5358
5359 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
5360
5361 2006-12-01 Eli Zaretskii <eliz@gnu.org>
5362
5363 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
5364 colon in the mode line.
5365
5366 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
5367
5368 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5369
5370 * building.texi (Watch Expressions): Mention SPC for expanding/
5371 contracting watch expressions.
5372
5373 2006-11-26 Kim F. Storm <storm@cua.dk>
5374
5375 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
5376
5377 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5378
5379 * building.texi (Debugger Operation): Define text command mode.
5380 Clarify how tooltips work.
5381 (GDB Graphical Interface): Explain how to run in text command mode
5382 more clearly.
5383
5384 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
5387
5388 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * anti.texi (Antinews): Mention --server-file and TCP sockets.
5391
5392 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
5395 and EMACS is deprecated.
5396
5397 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
5400
5401 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
5402
5403 * Makefile.in (emacs.dvi): Remove xresmini.texi.
5404
5405 * emacs.texi: Include xresources.texi both for info and dvi.
5406
5407 * xresources.texi: Merge text from xresmini.texi.
5408
5409 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
5410
5411 * glossary.texi: Fix typos.
5412
5413 2006-11-06 Richard Stallman <rms@gnu.org>
5414
5415 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
5416
5417 * ack.texi (Acknowledgments): Fix name spelling.
5418
5419 2006-11-01 Juri Linkov <juri@jurta.org>
5420
5421 * search.texi (Word Search): Document incremental word search.
5422
5423 2006-10-28 Glenn Morris <rgm@gnu.org>
5424
5425 * ack.texi (Acknowledgments): Add cal-html author.
5426
5427 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
5428 Calendar"). Describe new package cal-html.
5429 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
5430 Calendar Files."
5431
5432 2006-10-23 Richard Stallman <rms@gnu.org>
5433
5434 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
5435 Abbrev mode is enabled.
5436
5437 2006-10-16 Richard Stallman <rms@gnu.org>
5438
5439 * emacs.texi: Update ISBN.
5440
5441 2006-10-11 Kim F. Storm <storm@cua.dk>
5442
5443 * emacs.texi (Acknowledgments): Use @dotless{i}.
5444
5445 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5446
5447 * building.texi (Breakpoints Buffer): Mention catchpoints.
5448
5449 2006-10-08 Kim F. Storm <storm@cua.dk>
5450
5451 * ack.texi (Acknowledgments): Update.
5452
5453 * emacs.texi (Acknowledgments): Fix bad @/ form.
5454
5455 2006-10-05 Kim F. Storm <storm@cua.dk>
5456
5457 * emacs.texi (Acknowledgments): Add more contributors.
5458
5459 2006-10-03 Richard Stallman <rms@gnu.org>
5460
5461 * emacs.texi (Acknowledgments): Update version and edition.
5462
5463 2006-10-01 Karl Berry <karl@gnu.org>
5464
5465 * custom.texi (Customization Groups): Page break to keep example buffer
5466 on one page.
5467
5468 2006-09-30 Karl Berry <karl@gnu.org>
5469
5470 * programs.texi (Basic Indent): @need to improve page break.
5471 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
5472
5473 2006-09-29 Glenn Morris <rgm@gnu.org>
5474
5475 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
5476
5477 2006-09-29 Karl Berry <karl@gnu.org>
5478
5479 * windows.texi (Basic Window): Remove forced @break, no longer
5480 desirable.
5481 * frames.texi (Frame Commands),
5482 * mark.texi (Marking Objects): Reword to avoid bad page break.
5483 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
5484
5485 2006-09-19 Richard Stallman <rms@gnu.org>
5486
5487 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
5488 stick to present tense.
5489
5490 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
5491
5492 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
5493 to x-gtk-use-old-file-dialog.
5494 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
5495
5496 2006-09-15 Jay Belanger <belanger@truman.edu>
5497
5498 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
5499 Change "Library Public License" to "Lesser Public License"
5500 throughout. Use "yyyy" to represent year.
5501
5502 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5503
5504 * files.texi (Visiting): Add index entry "open file".
5505
5506 2006-09-11 Richard Stallman <rms@gnu.org>
5507
5508 * building.texi (Compilation Mode): Clarification.
5509 (Grep Searching): Add xref to Compilation Mode.
5510
5511 2006-09-08 Richard Stallman <rms@gnu.org>
5512
5513 * search.texi (Search): Ref multi-file search commands here.
5514 (Other Repeating Search): Not here.
5515
5516 2006-08-28 Richard Stallman <rms@gnu.org>
5517
5518 * windows.texi (Split Window): Update xref.
5519
5520 * basic.texi (Continuation Lines): Update xref.
5521
5522 * indent.texi (Tab Stops): Update xref.
5523
5524 * emacs.texi (Top): Update subnode menu.
5525
5526 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
5527 split out of Display Custom.
5528
5529 2006-08-25 Kim F. Storm <storm@cua.dk>
5530
5531 * display.texi (Display Custom): Add variables overline-margin
5532 and x-underline-at-descent-line.
5533
5534 2006-08-25 Richard Stallman <rms@gnu.org>
5535
5536 * entering.texi (Exiting): Rewrite to give graphical displays
5537 priority over text terminals.
5538
5539 * search.texi (Incremental Search): Move index entries.
5540
5541 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
5542
5543 * custom.texi (Init File): Reference Find Init to avoid "home
5544 directory" confusion.
5545
5546 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
5547
5548 * building.texi (Other GDB-UI Buffers): Describe how to edit
5549 a value in the locals buffer.
5550
5551 2006-08-21 Richard Stallman <rms@gnu.org>
5552
5553 * search.texi (Basic Isearch): Add `isearch' index entry.
5554
5555 2006-08-16 Richard Stallman <rms@gnu.org>
5556
5557 * misc.texi (Saving Emacs Sessions): Clean up wording.
5558
5559 * mark.texi (Marking Objects): Mention term "select all".
5560
5561 * emacs.texi (Top): Update subnode menu.
5562
5563 * help.texi (Help Mode): Move node up in file.
5564
5565 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
5566
5567 * building.texi (Stack Buffer): Explain fringe arrow.
5568
5569 2006-08-12 Eli Zaretskii <eliz@gnu.org>
5570
5571 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
5572 on startup.
5573
5574 2006-08-11 Romain Francoise <romain@orebokech.com>
5575
5576 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
5577
5578 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
5579
5580 * mule.texi (Recognize Coding, Text Coding): Fix typos.
5581
5582 2006-08-10 Richard Stallman <rms@gnu.org>
5583
5584 * text.texi (Format Faces): Substantial rewrites to deal
5585 with face merging. Empty regions don't count.
5586 Clarify face property inheritance.
5587
5588 2006-08-08 Romain Francoise <romain@orebokech.com>
5589
5590 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
5591 <arjuropo@cc.jyu.fi>.
5592
5593 2006-08-04 Eli Zaretskii <eliz@gnu.org>
5594
5595 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
5596 apply to all frames.
5597
5598 2006-08-01 Richard Stallman <rms@gnu.org>
5599
5600 * help.texi (Name Help): Add index entries for describe-variable.
5601
5602 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5603
5604 * building.texi (GDB Graphical Interface): Shorten node names.
5605 (GDB-UI Layout): Use GDB-related.
5606 (Other GDB-UI Buffers): Simplify English.
5607
5608 2006-07-31 Richard Stallman <rms@gnu.org>
5609
5610 * search.texi (Query Replace): Add xref for Dired's Q command.
5611
5612 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5613
5614 * building.texi (GDB commands in Fringe): Rename to...
5615 (Source Buffers): ..this and move forward. Describe hollow arrow and
5616 new option gdb-find-source-frame.
5617
5618 2006-07-29 Richard Stallman <rms@gnu.org>
5619
5620 * dired.texi (Operating on Files): Simplify previous change
5621 and fix Texinfo usage.
5622
5623 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5624
5625 * dired.texi (Operating on Files): Add cross-references. State the
5626 Unix commands that do similar things.
5627
5628 2006-07-28 Richard Stallman <rms@gnu.org>
5629
5630 * mark.texi (Transient Mark): Clarify that region never disappears
5631 when Transient Mark mode is off, and not when it is on.
5632
5633 2006-07-27 Richard Stallman <rms@gnu.org>
5634
5635 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
5636
5637 2006-07-24 Richard Stallman <rms@gnu.org>
5638
5639 * xresources.texi (GTK styles): Fix texinfo usage.
5640
5641 * commands.texi (User Input): Explain why we teach keyboard cmds.
5642
5643 * xresources.texi, xresmini.texi, search.texi, programs.texi:
5644 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
5645 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
5646 * doclicense.texi, display.texi, dired.texi, basic.texi:
5647 * anti.texi, ack.texi: Move periods and commas inside quotes.
5648
5649 2006-07-22 Eli Zaretskii <eliz@gnu.org>
5650
5651 * cmdargs.texi (General Variables): Document EMAIL.
5652
5653 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5654
5655 * frames.texi (Frame Commands): Mention that focus-follows-mouse
5656 doesn't have effect on MS-Windows.
5657
5658 2006-07-17 Richard Stallman <rms@gnu.org>
5659
5660 * building.texi (Grep Searching): Explain about chaining grep commands.
5661
5662 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
5663
5664 * killing.texi, mini.texi: Fix typos.
5665
5666 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
5669 is invoked for multiple files.
5670
5671 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5672
5673 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
5674 on-line manual for the rest of this node.
5675 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
5676 unconditionally.
5677 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
5678 Improve wording.
5679 (Windows Printing): Improve wording.
5680 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
5681 rest of this node.
5682
5683 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5684
5685 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
5686 with eval-buffer.
5687
5688 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
5689
5690 * mule.texi (Coding Systems, Specify Coding): Link descriptions
5691 of character translation.
5692
5693 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5694
5695 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
5696
5697 2006-07-03 Karl Berry <karl@gnu.org>
5698
5699 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
5700 not-too-underfull hboxes in the TeX output.
5701 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
5702 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
5703 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
5704 * sending.texi, text.texi: Fix overfull/underfull boxes.
5705
5706 2006-07-03 Romain Francoise <romain@orebokech.com>
5707
5708 * m-x.texi (M-x): Fix.
5709
5710 2006-07-03 Richard Stallman <rms@gnu.org>
5711
5712 * search.texi (Other Repeating Search): filename -> file name.
5713
5714 * misc.texi (Narrowing): Minor cleanups.
5715
5716 * files.texi (Visiting): filename -> file name.
5717
5718 * emacs.texi (Top): Update subnode menus.
5719
5720 * mule.texi (Coding Systems): Move char translation stuff here.
5721 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
5722 (Recognize Coding): Substantial local rewrites.
5723 (International): Update menu.
5724
5725 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
5726 (Scrolling): Substantial local rewrites.
5727 (Display): Update menu and intro.
5728
5729 * dired.texi: filename -> file name.
5730
5731 * custom.texi (Safe File Variables): Texinfo usage fix.
5732
5733 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
5734
5735 * help.texi, m-x.texi: Lots of cleanups.
5736
5737 2006-06-30 Eli Zaretskii <eliz@gnu.org>
5738
5739 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
5740 (Windows Processes, Windows Misc): Shorten the printed version by
5741 selectively conditioning less important portions by @ifnottex.
5742
5743 2006-06-27 Richard Stallman <rms@gnu.org>
5744
5745 * mini.texi (Minibuffer File): Minor cleanup.
5746
5747 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
5748
5749 * frames.texi (XTerm Mouse): Rename to...
5750 (Text-Only Mouse): ...this. Mention t-mouse-mode.
5751
5752 * emacs.texi (Top): Use new node name.
5753
5754 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5755
5756 * emacs.texi (Top): Update the detailed menu according to changes in
5757 msdog.texi.
5758
5759 * msdog.texi (Windows Keyboard): New section.
5760 (Windows Mouse): New section.
5761 (Windows System Menu): Remove section (text merged with "Windows
5762 Keyboard").
5763 (Windows Misc): New section.
5764
5765 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
5766
5767 * msdog.texi (ls in Lisp): New section.
5768
5769 * files.texi (Visiting): Document case-insensitive wildcard matching
5770 under find-file-wildcards.
5771
5772 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5773
5774 * macos.texi (Mac Input): Add description of mac-function-modifier.
5775 Now Unicode keyboard layouts work.
5776
5777 2006-06-10 Richard Stallman <rms@gnu.org>
5778
5779 * mule.texi (Recognize Coding): Clarify previous change.
5780
5781 2006-06-09 Kenichi Handa <handa@m17n.org>
5782
5783 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
5784 notation.
5785
5786 2006-06-07 Kevin Ryde <user42@zip.com.au>
5787
5788 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
5789 manual for @ifnottex, but in emacs-extra for @iftex.
5790
5791 * cmdargs.texi (General Variables): Fix smtpmail xref.
5792
5793 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * programs.texi (Comment Commands):
5796 * custom.texi (Specifying File Variables):
5797 Use ;; instead of ;;; to better follow coding conventions.
5798
5799 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
5800
5801 * building.texi (Watch Expressions): Move node to end.
5802 (GDB Graphical Interface): Move description of clicks in fringe...
5803 (GDB commands in the Fringe): ...to here. New node.
5804
5805 2006-06-05 Romain Francoise <romain@orebokech.com>
5806
5807 * xresmini.texi (GTK resources): Fix various typos.
5808
5809 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5810
5811 * building.texi (GDB Graphical Interface): Update bindings.
5812 (Commands of GUD): Add gud-print. Remove gud-run.
5813 Restate availability more generally.
5814
5815 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
5816
5817 * mini.texi: Lots of cleanups.
5818
5819 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5822 and Mouse-2.
5823
5824 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
5825
5826 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5827
5828 2006-05-31 Richard Stallman <rms@gnu.org>
5829
5830 * basic.texi (Moving Point): Fix previous change.
5831
5832 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
5833
5834 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5835
5836 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
5837
5838 * basic.texi: Many simplifications and improvements in wording.
5839
5840 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
5841
5842 * anti.texi (Antinews): Create a node for gdb-ui.
5843
5844 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5845
5846 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5847
5848 2006-05-20 Richard Stallman <rms@gnu.org>
5849
5850 * dired.texi (Dired Navigation): dired-goto-file is now j.
5851
5852 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5853
5854 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5855 and their aliases.
5856
5857 * msdog.texi (Windows Printing): Mention non-support of plain text
5858 printing with some el-cheapo printers, and suggest a workaround.
5859
5860 2006-05-20 Kevin Ryde <user42@zip.com.au>
5861
5862 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5863 remove the bit saying you must set it.
5864
5865 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5866
5867 * trouble.texi (Checklist):
5868 * text.texi (Text, Auto Fill, Text Mode):
5869 * search.texi (Nonincremental Search):
5870 * rmail.texi (Rmail Labels):
5871 * mule.texi (Input Methods, Multibyte Conversion):
5872 * misc.texi (Gnus, Where to Look, PostScript):
5873 * maintaining.texi (Create Tags Table):
5874 * indent.texi (Indentation Commands):
5875 * fixit.texi (Spelling):
5876 * emacs.texi (Copying):
5877 * custom.texi (Init File): ifinfo -> ifnottex.
5878
5879 2006-05-17 Richard Stallman <rms@gnu.org>
5880
5881 * files.texi (Diff Mode): Mention C-x `.
5882
5883 2006-05-08 Richard Stallman <rms@gnu.org>
5884
5885 * custom.texi (Disabling): Textual cleanups.
5886
5887 2006-05-12 Glenn Morris <rgm@gnu.org>
5888
5889 * calendar.texi (Displaying the Diary, Format of Diary File):
5890 Refer to diary-view-entries, diary-list-entries,
5891 diary-show-all-entries rather than obsolete aliases.
5892
5893 2006-05-12 Eli Zaretskii <eliz@gnu.org>
5894
5895 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5896 (Displaying the Diary, Special Diary Entries, Importing Diary):
5897 * building.texi (Compilation Shell):
5898 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5899 emacs-xtra with @inforef's.
5900
5901 * files.texi (Visiting): Fix wording.
5902
5903 * mule.texi (Coding Systems, Text Coding): More indexing.
5904 Mention that C-x RET f can set eol conversion.
5905
5906 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
5907
5908 * xresmini.texi (GTK resources): Insert GTK description.
5909
5910 * xresources.texi (GTK resources): metafont should be menufont.
5911
5912 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
5913
5914 * mini.texi (Completion Options): Completion of remote files'
5915 method, user name and host name is active only in partial
5916 completion mode.
5917
5918 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5919
5920 * makefile.w32-in (emacs.dvi):
5921 * Makefile.in (emacs.dvi): Add xresmini.texi.
5922
5923 * xresmini.texi (Table of Resources): Remove xref to non-existent
5924 node "LessTif Resources".
5925
5926 * msdog.texi (Microsoft Windows):
5927 * calendar.texi (Calendar/Diary, Displaying the Diary)
5928 (Special Diary Entries, Importing Diary, Holidays):
5929 * programs.texi (Program Modes):
5930 * text.texi (Text):
5931 * buffers.texi (Several Buffers):
5932 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5933
5934 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5935
5936 The following changes merge the emacs-xtra manual into the main
5937 manual, but only for on-line version of the manual.
5938
5939 * vc2-xtra.texi (Version Backups, Local Version Control)
5940 (Making Snapshots, Change Logs and VC, Version Headers)
5941 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5942 on-line manual.
5943
5944 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5945 for on-line manual.
5946
5947 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5948 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5949 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5950 for on-line manual.
5951
5952 * fortran-xtra.texi (Fortran, Fortran Autofill)
5953 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5954 for on-line manual.
5955
5956 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5957 Conditional xref's for on-line manual.
5958
5959 * emerge-xtra.texi (Emerge, Overview of Emerge)
5960 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5961 manual.
5962
5963 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5964 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5965 (EMACSSOURCES): Use EMACS_XTRA.
5966 (../info/emacs-xtra): Remove.
5967 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5968
5969 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5970 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5971 (EMACSSOURCES): Use EMACS_XTRA.
5972 ($(infodir)/emacs-xtra): Remove.
5973 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5974
5975 * trouble.texi (Quitting):
5976 * text.texi (Text):
5977 * programs.texi (Program Modes):
5978 * msdog.texi (Microsoft Windows):
5979 * frames.texi (Frames):
5980 * files.texi (Backup, Version Control, VC Concepts)
5981 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5982 (Registering, VC Status, VC Undo, Multi-User Branching)
5983 (Comparing Files):
5984 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5985 (Displaying the Diary, Special Diary Entries, Importing Diary):
5986 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5987 conditional xref's, depending on @iftex/@ifnottex.
5988
5989 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5990 "MS-DOS". @include msdog-xtra.texi.
5991
5992 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5993 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5994
5995 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5996 for vc-xtra.texi subsections.
5997 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5998 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5999
6000 * sending.texi (Sending Mail): A @node line without explicit Prev,
6001 Next, and Up links.
6002
6003 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
6004 Next, and Up links.
6005
6006 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
6007 and its sections. @include picture-xtra.texi.
6008
6009 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
6010 "Emerge".
6011 (List Tags) [ifnottex]: @include emerge-xtra.texi.
6012
6013 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
6014 exact duplicate of its name-sake in calendar.texi.
6015
6016 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
6017 "Advanced Calendar/Diary Usage".
6018 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
6019
6020 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
6021 dired-xtra.texi.
6022 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
6023
6024 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
6025 (Files) [ifnottex]: Add menu entry for Autorevert.
6026
6027 * emacs-xtra.texi (Introduction): Reword to make consistent with
6028 printed version only.
6029 <Top level>: Remove the body of all chapters and move them to the
6030 new *-xtra.texi files. Use @raisesections and @lowersections to
6031 convert sections to chapters etc.
6032
6033 * msdog-xtra.texi:
6034 * fortran-xtra.texi:
6035 * vc-xtra.texi:
6036 * vc1-xtra.texi:
6037 * vc2-xtra.texi:
6038 * emerge-xtra.texi:
6039 * cal-xtra.texi:
6040 * dired-xtra.texi:
6041 * arevert-xtra.texi: New files, with text from respective chapters
6042 of emacs-xtra.texi. Convert each @chapter into @section, @section
6043 into @subsection, etc.
6044
6045 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
6046 updated.
6047
6048 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
6049 Windows". All references updated.
6050
6051 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6052
6053 * macos.texi (Mac Input): Mention input from Character Palette.
6054 (Mac Font Specs): Fix typo.
6055
6056 2006-05-05 Richard Stallman <rms@gnu.org>
6057
6058 * files.texi (Diff Mode): Minor cleanup.
6059
6060 2006-05-05 Karl Berry <karl@gnu.org>
6061
6062 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
6063 errors from the current release of makeinfo (4.8).
6064 * help.texi (Library Keywords): Change widest word in multitable
6065 template from `emulations' to `convenience'. (Not sure if this is
6066 related to the font change.)
6067
6068 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6069
6070 * files.texi (File Names): Add a footnote about limited support of
6071 ~USER on MS-Windows.
6072
6073 * cmdargs.texi (Initial Options): Add a footnote about limited
6074 support of ~USER on MS-Windows.
6075
6076 2006-05-03 Richard Stallman <rms@gnu.org>
6077
6078 * files.texi (Diff Mode): Node moved here.
6079 (Comparing Files): Delete what duplicates new node.
6080 (Files): Put Diff Mode in menu.
6081
6082 * misc.texi (Diff Mode): Move to files.texi.
6083
6084 * emacs.texi (Top): Update menu for Diff Mode.
6085
6086 * trouble.texi (Emergency Escape): Simplify.
6087
6088 * emacs.texi (Top): Minor clarification.
6089
6090 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6091
6092 * commands.texi, entering.texi, screen.texi: Many simplifications.
6093
6094 2006-05-03 Richard Stallman <rms@gnu.org>
6095
6096 * commands.texi (Text Characters): Delete paragraph about unibyte
6097 non-ASCII printing chars.
6098
6099 * killing.texi (Killing): Say "graphical displays".
6100 * display.texi: Say "graphical displays".
6101
6102 * cmdargs.texi (Misc X): Say "graphical displays".
6103
6104 2006-05-01 Richard Stallman <rms@gnu.org>
6105
6106 * emacs.texi (Top): Add Diff Mode to menu.
6107
6108 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6109
6110 * misc.texi (Diff Mode): New node.
6111
6112 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6113
6114 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
6115 (Mac Environment Variables): Shorten example line.
6116 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
6117
6118 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
6119
6120 * building.texi (GUD Customization): Describe cases %d and %c.
6121 Update description for %e.
6122
6123 2006-04-30 Glenn Morris <rgm@gnu.org>
6124
6125 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
6126
6127 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6128
6129 * custom.texi (Examining): Update C-h v output example.
6130
6131 2006-04-29 Kim F. Storm <storm@cua.dk>
6132
6133 * building.texi (Grep Searching): Add lgrep and rgrep.
6134
6135 2006-04-23 Richard Stallman <rms@gnu.org>
6136
6137 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
6138
6139 * xresmini.texi: New file.
6140
6141 * xresources.texi (Face Resources): Split table into font resources
6142 and the rest. Combine similar attributes for brevity.
6143
6144 2006-04-21 Eli Zaretskii <eliz@gnu.org>
6145
6146 * emacs-xtra.texi (MS-DOS File Names): Remove section about
6147 backslashes and case-insensitivity in file names (moved to the
6148 main manual).
6149 (MS-DOS Printing): Move most of the text to the main manual.
6150
6151 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
6152 New nodes.
6153 (Windows Processes, Windows System Menu): Add index entries and
6154 fix wording.
6155
6156 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6157
6158 * misc.texi (Shell Ring): Add notes on saved input when
6159 navigating off the end of the history list.
6160
6161 2006-04-18 Chong Yidong <cyd@mit.edu>
6162
6163 * misc.texi (Shell Options): Correct default value of
6164 comint-scroll-show-maximum-output.
6165
6166 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6167
6168 * building.texi (Watch Expressions): Update.
6169
6170 2006-04-12 Richard Stallman <rms@gnu.org>
6171
6172 * search.texi: Clean up previous change.
6173
6174 2006-04-12 Eli Zaretskii <eliz@gnu.org>
6175
6176 * search.texi (Regexp Backslash, Regexp Replace): Add index
6177 entries for ``back reference'' and mention the term itself in the
6178 text.
6179
6180 2006-04-11 Richard Stallman <rms@gnu.org>
6181
6182 * custom.texi (Safe File Variables):
6183 Document enable-local-variables = :safe.
6184
6185 2006-04-11 Karl Berry <karl@gnu.org>
6186
6187 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
6188 (Remote Repositories, Version Backups, Local Version Control)
6189 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
6190 (Miscellaneous Commands and Features of VC, Change Logs and VC)
6191 (Renaming VC Work Files and Master Files)
6192 (Inserting Version Control Headers, Customizing VC, General Options)
6193 (Options for RCS and SCCS, Options specific for CVS): Move all
6194 these nodes to emacs-xtra.texi, for brevity.
6195 * cmdargs.texi, files.texi: Change cross-references.
6196
6197 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6198
6199 * files.texi (Old Versions): Update description of vc-annotate's
6200 use of color to indicate date ranges.
6201
6202 2006-04-09 Kevin Ryde <user42@zip.com.au>
6203
6204 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
6205 put info and printed manual names the right way around.
6206
6207 2006-04-09 Karl Berry <karl@gnu.org>
6208
6209 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
6210 emacs-xtra.texi, leaving only MS Windows information.
6211 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
6212 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
6213 node names.
6214
6215 * emacs.texi: Move @summarycontents and @contents to the beginning
6216 of the file.
6217
6218 2006-04-08 Kevin Ryde <user42@zip.com.au>
6219
6220 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
6221
6222 2006-04-07 Richard Stallman <rms@gnu.org>
6223
6224 * programs.texi (Comments, Comment Commands, Options for Comments)
6225 (Multi-Line Comments): "Align", not "indent".
6226 (Basic Indent): C-j deletes trailing whitespace before the newline.
6227
6228 2006-04-06 Richard Stallman <rms@gnu.org>
6229
6230 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
6231
6232 2006-04-06 Eli Zaretskii <eliz@gnu.org>
6233
6234 * killing.texi (Rectangles): Add index entry for marking a rectangle.
6235
6236 2006-04-05 Richard Stallman <rms@gnu.org>
6237
6238 * emacs.texi (Top): Update subnode menu.
6239
6240 * trouble.texi (Unasked-for Search): Node deleted.
6241 (Lossage): Delete from menu.
6242
6243 2006-04-04 Richard Stallman <rms@gnu.org>
6244
6245 * trouble.texi: Various cleanups.
6246 (Checklist): Don't bother saying how to snail a bug report.
6247 (Emergency Escape): Much rewriting.
6248 (After a Crash): Rename the core dump immediately.
6249 (Total Frustration): Call it a psychotherapist.
6250 (Bug Criteria): Avoid "illegal instruction".
6251 (Sending Patches): We always put the contributor's name in.
6252
6253 * misc.texi (Thumbnails): Minor correction.
6254
6255 2006-04-03 Richard Stallman <rms@gnu.org>
6256
6257 * misc.texi (Thumbnails): Minor cleanup.
6258
6259 2006-04-02 Karl Berry <karl@gnu.org>
6260
6261 * sending.texi (Mail Sending): pxref to Top needs five args.
6262
6263 * texinfo.tex: Update to current version (2006-03-21.13).
6264
6265 2006-03-31 Richard Stallman <rms@gnu.org>
6266
6267 * emacs.texi (Top): Update subnode menu.
6268
6269 * help.texi (Help Mode): Cleanup.
6270
6271 * dired.texi: Many cleanups.
6272 (Dired Deletion): Describe dired-recursive-deletes.
6273 (Operating on Files): dired-create-directory moved.
6274 (Misc Dired Features): Move to here.
6275 (Tumme): Node moved to misc.texi.
6276
6277 * custom.texi: Many cleanups.
6278 (Minor Modes): Don't mention ISO Accents Mode.
6279 (Examining): Update C-h v output example.
6280 (Hooks): Add index and xref for add-hook.
6281 (Locals): Delete list of vars that are always per-buffer. Rearrange.
6282 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
6283
6284 * misc.texi: Many cleanups.
6285 (beginning): Add to summary of topics.
6286 (Shell): Put eshell xref at the end. Remove eshell from table.
6287 (Thumbnails): New node.
6288
6289 2006-03-28 Eli Zaretskii <eliz@gnu.org>
6290
6291 * files.texi (File Name Cache): Make it clear that the cache is
6292 not persistent.
6293
6294 2006-03-25 Karl Berry <karl@gnu.org>
6295
6296 * emacs-xtra.texi, emacs.texi, gnu.texi:
6297 (1) use @copyright{} instead of (C) in typeset text;
6298 (2) do not indent copyright year list (or anything else).
6299
6300 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
6301
6302 * files.texi (VC Dired Mode): Remove misplaced brackets.
6303
6304 2006-03-21 Andre Spiegel <spiegel@gnu.org>
6305
6306 * files.texi: Various updates and clarifications in the VC chapter.
6307
6308 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6309
6310 * help.texi (Help Mode): Document "C-c C-c".
6311
6312 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
6313
6314 * emacs-xtra.texi (Top): Avoid ugly continuation line in
6315 menu in the standalone Info reader.
6316
6317 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
6320 moved here from Emacs manual.
6321
6322 * programs.texi (Fortran): Section moved to emacs-xtra.
6323 (Program Modes): Xref to Fortran in emacs-xtra.
6324
6325 * maintaining.texi (Emerge): Move to emacs-xtra.
6326 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
6327
6328 * picture.texi: File deleted.
6329 * Makefile.in:
6330 * makefile.w32-in: Remove picture.texi.
6331
6332 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
6333 * abbrevs.texi (Abbrevs):
6334 * sending.texi (Sending Mail): Picture node removed.
6335
6336 * emacs.texi (Top): Update node listings.
6337
6338 2006-03-12 Richard Stallman <rms@gnu.org>
6339
6340 * calendar.texi: Various cleanups.
6341
6342 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
6345 syntax.
6346
6347 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6348
6349 * search.texi (Regexps): More accurately describe which characters
6350 are special in which situations. Recommend _not_ to quote `]' or
6351 `-' when they are not special.
6352
6353 2006-02-28 Andre Spiegel <spiegel@gnu.org>
6354
6355 * files.texi (Old Versions): Clarify operation of C-x v =.
6356
6357 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * building.texi (Watch Expressions): Update and describe
6360 gdb-speedbar-auto-raise.
6361
6362 2006-02-19 Richard M. Stallman <rms@gnu.org>
6363
6364 * emacs.texi: Use @smallbook.
6365 (Top): Update ref to Emacs paper, delete ref to Cookbook.
6366 Update subnode menu.
6367
6368 * building.texi (Lisp Interaction): Minor addition.
6369
6370 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * building.texi (Watch Expressions): Update and be more precise.
6373
6374 2006-02-15 Francesco Potortì <pot@gnu.org>
6375
6376 * maintaining.texi (Create Tags Table): Explain why the
6377 exception when etags writes to files under the /dev tree.
6378
6379 2006-02-14 Richard M. Stallman <rms@gnu.org>
6380
6381 * custom.texi (Safe File Variables): Lots of clarification.
6382 Renamed from Unsafe File Variables.
6383
6384 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * custom.texi (Unsafe File Variables): File variable confirmation
6387 assumed denied in batch mode.
6388
6389 2006-02-14 Richard M. Stallman <rms@gnu.org>
6390
6391 * building.texi (GDB User Interface Layout): Don't say `inferior'
6392 for program being debugged.
6393
6394 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6395
6396 * building.texi (GDB Graphical Interface):
6397 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
6398
6399 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6400
6401 * custom.texi (Specifying File Variables, Unsafe File Variables):
6402 New nodes, split from File Variables. Document new file local
6403 variable behavior.
6404
6405 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6406
6407 * display.texi (Standard Faces):
6408 * files.texi (Visiting):
6409 * frames.texi (Clipboard):
6410 * glossary.texi (Glossary) <Clipboard>:
6411 * xresources.texi (X Resources): Mention Mac OS port.
6412
6413 2006-02-12 Richard M. Stallman <rms@gnu.org>
6414
6415 * building.texi (Building): Clarify topic in intro.
6416
6417 * maintaining.texi (Maintaining): Change title; clarify topic.
6418 Delete duplicate index entries.
6419
6420 * building.texi (Other GDB User Interface Buffers): Clarifications.
6421
6422 * text.texi (Cell Commands): Clarifications.
6423
6424 * programs.texi (Defuns): Delete duplicate explanation of
6425 left-margin paren convention.
6426 (Hungry Delete): Minor cleanup.
6427
6428 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6429
6430 * dired.texi (Tumme): More tumme documentation.
6431
6432 2006-02-11 Alan Mackenzie <acm@muc.de>
6433
6434 * programs.texi ("Hungry Delete"): Correct the appellation of the
6435 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
6436
6437 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
6438
6439 * dired.texi (Tumme): Fix small bug.
6440
6441 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6442
6443 * macos.texi (Mac International): Rename "fontset-mac" to
6444 "fontset-standard".
6445
6446 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
6447
6448 * dired.texi (Tumme): Basic documentation for Tumme added.
6449
6450 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6451
6452 * mule.texi (International):
6453 * programs.texi (Basic Indent): Fix typos.
6454
6455 * custom.texi (Minor Modes):
6456 * display.texi (Text Display):
6457 * commands.texi (Text Characters): Update xrefs.
6458
6459 2006-02-07 Richard M. Stallman <rms@gnu.org>
6460
6461 * emacs.texi (Top): Update subnode menu.
6462 Update info on old Emacs papers.
6463 (Intro): "Graphical display", not window system.
6464
6465 * xresources.texi (GTK styles): Minor clarifications.
6466
6467 * trouble.texi: "Graphical display", not window system.
6468 (Stuck Recursive): Minor clarification.
6469
6470 * text.texi: Minor clarifications.
6471 (Sentences): Explain why two-space convention is better.
6472 Explain sentence-end-without-period here.
6473 (Fill Commands): Not here.
6474 (Refill): Node moved down.
6475 (Filling): Update menu.
6476 (Table Creation, Cell Justification, Column Commands): Clarify.
6477
6478 * sending.texi: Minor clarifications.
6479
6480 * search.texi (Regexp Backslash): Clarification.
6481
6482 * rmail.texi: Minor cleanups.
6483 (Rmail): Delete digression about `rmail-mode'.
6484 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
6485 (Rmail Files): Mention C-u M-x rmail.
6486 (Rmail Reply): Mention References.
6487 (Rmail Display): Mention rmail-nonignored-headers.
6488
6489 * programs.texi: Minor cleanups.
6490 (Comment Commands): Mention momentary Transient Mark mode.
6491 (Matching): Be more specific about customizing show-paren-mode.
6492 (Info Lookup): Don't list the modes that support C-h S.
6493 Just say what it does in an unsupported mode.
6494 (Man Page): Delete excessive info on customizing woman.
6495 (Motion in C): Don't mention c-for/backward-into-nomenclature.
6496
6497 * abbrevs.texi: Minor clarifications.
6498 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
6499 not "dynamic abbrevs" as if they were a kind of abbrev.
6500
6501 * picture.texi (Picture): Minor cleanup.
6502
6503 * mule.texi (Communication Coding): Say "other applications".
6504 (Fontsets): Not specific to X. Add xref to X Resources.
6505 (Unibyte Mode): Rename from Single-Byte Character Support.
6506 "Graphical display", not window system.
6507 (International): Update menu.
6508
6509 * maintaining.texi (Format of ChangeLog):
6510 New node, split out from ChangeLog.
6511 (ChangeLog): Clarifications in the remaining text.
6512 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
6513 (Find Tag): Add @w.
6514 (Tags Search): Explain tag table order here. Simplify grep ref.
6515 (List Tags): tags-tag-face is a variable, not a face.
6516 (Emerge): Cleanups.
6517
6518 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
6519 (Keyboard Macros): Avoid "the user".
6520
6521 * killing.texi: "Graphical display", not window system.
6522
6523 * help.texi (Help Echo): "Graphical display", not window system.
6524
6525 * glossary.texi: Say "you", not "the user". Say "graphical display".
6526
6527 * frames.texi: Minor cleanups. "Graphical display", not window system.
6528
6529 * files.texi (Visiting): Make drag-and-drop not X-specific.
6530
6531 * custom.texi: Minor cleanups. "Graphical display", not window system.
6532
6533 * cmdargs.texi: Minor cleanups.
6534
6535 * building.texi (Compilation): Move and split kill-compilation para.
6536 Add para about multiple compilers.
6537 (Compilation Mode): Commands also available in grep mode and others.
6538 Mention C-u C-x ` more tutorially. Clarify C-x `.
6539 (Compilation Shell): Clarify. Put Bash example first.
6540 (Grep Searching): Minor cleanups; add @w.
6541 (Debuggers): Minor cleanups.
6542 (Starting GUD): Make GDB xgraphical mode issue clearer.
6543 (Debugger Operation): Lots of clarifications including
6544 GDB tooltip side-effect issue.
6545 (Commands of GUD): Clarify.
6546 (GUD Customization): Add bashdb-mode-hook.
6547 (GDB Graphical Interface): Rewrite for clarity.
6548 (GDB User Interface Layout): Rewrite for clarity.
6549 (Stack Buffer, Watch Expressions): Likewise.
6550 (Other GDB User Interface Buffers): Cleanups.
6551 (Lisp Libraries, External Lisp): Cleanup.
6552
6553 * basic.texi (Position Info): "Graphical displays", rather than
6554 window systems.
6555
6556 * anti.texi: Minor cleanup.
6557
6558 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6559
6560 * custom.texi (Init File, Find Init): Add cross-references to
6561 where $HOME is described.
6562
6563 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
6566 is not inside the @table.
6567
6568 * emacs.texi (Top): Correct node name.
6569
6570 * files.texi (File Names): Fix @xref.
6571 (Reverting): Fix typo.
6572
6573 * mule.texi (International): Correct node name.
6574
6575 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
6576
6577 2006-02-01 Richard M. Stallman <rms@gnu.org>
6578
6579 * emacs.texi (Top): Update subnode menu.
6580
6581 * mule.texi: Minor clarifications.
6582 Reduce the specific references to X Windows.
6583 Refer to "graphical" terminals, rather than window systems.
6584 (Text Coding): Rename from Specify Coding.
6585 (Communication Coding, File Name Coding, Terminal Coding):
6586 New nodes split out from Text Coding.
6587
6588 * kmacro.texi: Minor clarifications.
6589 (Keyboard Macro Ring): Comment out some excessive commands.
6590 (Basic Keyboard Macro): Split up the table, putting part in each node.
6591
6592 * major.texi: Minor clarifications.
6593
6594 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
6595
6596 * windows.texi: Minor clarifications.
6597 (Change Window): Don't describe mode-line mouse cmds here.
6598 Add xref to Mode Line Mouse.
6599
6600 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
6601
6602 * macos.texi (Mac International): Fix xref.
6603
6604 * indent.texi: Minor clarifications.
6605
6606 * frames.texi: Minor clarifications.
6607 Reduce the specific references to X Windows.
6608 Refer to "graphical" terminals, rather than window systems.
6609 (Frame Parameters): Don't mention commands like
6610 set-foreground-color. Just say to customize a face.
6611 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
6612
6613 * files.texi: Minor clarifications.
6614 (Numbered Backups): New node, split out from Backup Names.
6615
6616 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
6617
6618 * cmdargs.texi (General Variables): Fix xref.
6619
6620 * buffers.texi: Minor clarifications.
6621
6622 2006-01-31 Richard M. Stallman <rms@gnu.org>
6623
6624 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
6625 Nodes moved to top.
6626
6627 * display.texi: Minor clarifications.
6628 (Display): Rearrange menu.
6629 (Standard Faces): Mention query-replace face.
6630 (Faces): Simplify.
6631 (Font Lock): Simplify face customization info.
6632 (Highlight Changes): Node merged into Highlight Interactively.
6633 (Highlight Interactively): Much rewriting and cleanup.
6634 (Optional Mode Line): Narrowed line number not good for goto-line.
6635 Simplify face customization advice.
6636 (Text Display): Mention use of escape-glyph face.
6637 Move ctl-arrow and tab-width here.
6638 (Display Custom): Move no-redraw-on-reenter to end of node.
6639
6640 * search.texi: Minor clarifications.
6641 (Isearch Scroll): Simplify.
6642 (Other Repeating Search): Document multi-occur-in-matching-buffers.
6643
6644 * regs.texi (Registers): Mention bookmarks here.
6645
6646 * mark.texi: Minor clarifications.
6647 (Selective Undo): Node deleted.
6648
6649 * m-x.texi: Minor clarifications.
6650
6651 * killing.texi: Minor clarifications.
6652 Refer to "graphical" terminals, rather than window systems.
6653
6654 * help.texi: Clarifications.
6655 (Help): Don't describe C-h F and C-h K here.
6656 (Key Help): Describe C-h K here.
6657 (Name Help): Mention Emacs Lisp Intro.
6658 Describe C-h F here.
6659 (Misc Help): Mention C-h F and C-h K only briefly.
6660
6661 * fixit.texi (Undo): New node, mostly copied from basic.texi.
6662 Selective undo text merged in.
6663 (Spelling): Mention Aspell along with Ispell.
6664
6665 * emacs.texi (Top): Update subnode menus.
6666
6667 * basic.texi (Basic Undo): Rename from Undo. Most of text
6668 moved to new Undo node.
6669
6670 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
6671
6672 * basic.texi (Continuation Lines, Inserting Text):
6673 Mention longlines mode.
6674
6675 2006-01-29 Richard M. Stallman <rms@gnu.org>
6676
6677 * screen.texi: Minor cleanups.
6678 (Screen): Clean up the intro paragraphs.
6679 (Mode Line): Lots of rewriting. Handle frame-name better.
6680 eol-mnemonic-... vars moved out.
6681
6682 * emacs.texi (Top): Change menu item for MS-DOS node.
6683 Update subnode menu.
6684
6685 * msdog.texi (MS-DOS): Rewrite intro to explain how this
6686 chapter relates to Windows. Title changed.
6687
6688 * mini.texi: Minor cleanups.
6689
6690 * mark.texi (Selective Undo): New node, text moved from basic.texi.
6691 (Mark): Put it in the menu.
6692
6693 * entering.texi: Minor cleanups.
6694
6695 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
6696 (Intro): Refer to "graphical" terminals, rather than X.
6697
6698 * display.texi (Display Custom): Add xref to Variables.
6699 (Optional Mode Line): eol-mnemonic-... vars moved here.
6700
6701 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
6702 rather than X.
6703
6704 * basic.texi: Minor cleanups.
6705 (Undo): selective-undo moved.
6706
6707 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
6708
6709 * anti.texi (Antinews): Various corrections and additions.
6710
6711 2006-01-23 Juri Linkov <juri@jurta.org>
6712
6713 * custom.texi (Easy Customization, Customization Groups)
6714 (Browsing Custom): Mention links along with buttons.
6715
6716 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6717
6718 * text.texi (TeX Print): Use @key for TAB.
6719
6720 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
6721
6722 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
6723
6724 * files.texi (File Aliases): Don't claim that usually separate
6725 buffers are created for two file names that name the same data.
6726 Mention additional situations where different names mean the same
6727 file on disk.
6728
6729 2006-01-19 Richard M. Stallman <rms@gnu.org>
6730
6731 * killing.texi (Deletion): Upcase @key argument.
6732
6733 * custom.texi (Custom Themes): Minor cleanup.
6734
6735 * programs.texi (Hungry Delete): Upcase @key argument.
6736
6737 2006-01-16 Juri Linkov <juri@jurta.org>
6738
6739 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
6740 Move `mode-line-highlight' before `mode-line-buffer-id'.
6741
6742 2006-01-14 Richard M. Stallman <rms@gnu.org>
6743
6744 * basic.texi (Inserting Text): Minor cleanup.
6745
6746 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6747
6748 * custom.texi (Changing a Variable, Face Customization):
6749 Update for changes in Custom menus.
6750
6751 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6752
6753 * macos.texi (Mac International): Undo last change.
6754
6755 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * custom.texi (Custom Themes): Describe the new
6758 customize-create-theme interface.
6759
6760 2005-12-30 Juri Linkov <juri@jurta.org>
6761
6762 * basic.texi (Position Info): Update example.
6763
6764 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
6765
6766 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
6767
6768 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6769
6770 * custom.texi (Custom Themes): `load-theme' always loads.
6771
6772 2005-12-23 Juri Linkov <juri@jurta.org>
6773
6774 * display.texi (Highlight Interactively): Use double space to
6775 separate sentences. Replace C-p with M-p, and C-n with M-n.
6776
6777 2005-12-22 Richard M. Stallman <rms@gnu.org>
6778
6779 * custom.texi (Easy Customization and subnodes):
6780 Replace "active field" with "button".
6781 Use "user option" only for variables.
6782 Use "setting" for variable-or-face.
6783
6784 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
6785
6786 * buffers.texi (Select Buffer): Change order in table to make
6787 "Similar" refer to the correct item.
6788 (Indirect Buffers): Minor rewording.
6789
6790 2005-12-20 Juri Linkov <juri@jurta.org>
6791
6792 * files.texi (VC Status): Put P and N near p and n.
6793
6794 2005-12-19 Richard M. Stallman <rms@gnu.org>
6795
6796 * programs.texi (Electric C): Delete the info about newline control.
6797 (Other C Commands): Minor cleanup.
6798 (Left Margin Paren): Minor cleanup.
6799
6800 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6801
6802 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6803 (Customization Groups): Delete text moved to "Browsing Custom".
6804 (Browsing Custom): New node.
6805 (Specific Customization): Clarify which commands only work for
6806 loaded options.
6807
6808 2005-12-18 Bill Wohler <wohler@newt.com>
6809
6810 * frames.texi (Tool Bars): Shorten text of previous change.
6811
6812 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6813
6814 * files.texi (VC Status): Document log-view mode.
6815
6816 2005-12-18 Bill Wohler <wohler@newt.com>
6817
6818 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6819 permanently via the customize interface.
6820
6821 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6822
6823 * killing.texi (Killing by Lines): Document `kill-whole-line'
6824 function.
6825
6826 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
6827
6828 * buffers.texi (Select Buffer): Change `prev-buffer' to
6829 `previous-buffer'. Indicate that these functions use a frame
6830 local buffer list.
6831
6832 2005-12-12 Richard M. Stallman <rms@gnu.org>
6833
6834 * custom.texi (Easy Customization): Change menu comment.
6835 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6836
6837 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6838 (Help): Among the Apropos commands, describe only C-h a here.
6839
6840 2005-12-11 Richard M. Stallman <rms@gnu.org>
6841
6842 * programs.texi (Options for Comments): Comment-end starts with space.
6843
6844 * glossary.texi (Glossary): Minor cleanup.
6845
6846 * files.texi (Old Versions): Use @table.
6847
6848 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6849
6850 * display.texi (Highlight Interactively): Include
6851 global-hi-lock-mode. Add miscellaneous details and elaborations.
6852
6853 2005-12-09 Richard M. Stallman <rms@gnu.org>
6854
6855 * display.texi (Font Lock): Delete the Global FL menu item.
6856
6857 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6858
6859 * custom.texi (Minibuffer Maps): Mention the maps for file name
6860 completion.
6861
6862 2005-12-09 Kim F. Storm <storm@cua.dk>
6863
6864 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
6865 prefix keys even when mark is active. Describe that RET moves
6866 cursor to next corner in rectangle; clarify insert around rectangle.
6867
6868 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * custom.texi (Customization): Use xref to elisp manual for
6871 non-TeX output.
6872 (Minor Modes): Update.
6873 (Customization Groups, Changing a Variable, Face Customization):
6874 Update for new appearance of Custom buffers.
6875 (Changing a Variable): `custom-buffer-done-function' has been
6876 replaced by `custom-buffer-done-kill'.
6877 (Specific Customization): In the `customize-group' buffer, a
6878 subgroup's contents are not "hidden". They are not included at
6879 all. They have no [Show] button.
6880 (Mouse Buttons): Add pxref to description of mouse event lists in
6881 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6882 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6883 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6884
6885 2005-12-08 Richard M. Stallman <rms@gnu.org>
6886
6887 * mini.texi (Completion Commands, Completion):
6888 In file name input, SPC does not do completion.
6889
6890 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6891
6892 * building.texi (GDB Graphical Interface): Explain screen size
6893 setting.
6894 (Other GDB User Interface Buffers): Describe features specific to
6895 GDB 6.4.
6896
6897 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * building.texi (GDB User Interface Layout): Describe how to
6900 kill associated buffers.
6901 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6902 (Watch Expressions): Be more precise.
6903 (Other GDB User Interface Buffers): Describe how to change a
6904 register value.
6905
6906 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6907
6908 * macos.texi (Mac Input): Remove description of
6909 mac-command-key-is-meta. Add descriptions of
6910 mac-control-modifier, mac-command-modifier, and
6911 mac-option-modifier.
6912 (Mac International): Fix description of conversion of clipboard data.
6913 (Mac Font Specs): Add example of font customization by face attributes.
6914
6915 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6916
6917 * building.texi (Watch Expressions): Expand description.
6918 (Other GDB User Interface Buffers): Describe local map for
6919 gud-watch.
6920
6921 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
6922
6923 * display.texi (Font Lock): Font lock is enabled by default now.
6924
6925 2005-11-20 Juri Linkov <juri@jurta.org>
6926
6927 * basic.texi (Position Info): Update examples of the output.
6928 Remove the fact that examples are produced in the TeXinfo buffer,
6929 because in the Info reader users will get a different output from
6930 `C-x ='.
6931
6932 * building.texi (Compilation Mode): Remove paragraph duplicated
6933 from the node `Compilation'. Add `compilation-skip-threshold'.
6934
6935 * display.texi (Font Lock): Suggest more user-friendly method of
6936 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6937
6938 2005-11-18 Richard M. Stallman <rms@gnu.org>
6939
6940 * files.texi (Registering): Mention @@ in mode line.
6941
6942 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6943
6944 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6945
6946 * files.texi (Renaming and VC): Some back-ends don't
6947 handle renaming.
6948
6949 2005-11-17 Juri Linkov <juri@jurta.org>
6950
6951 * emacs.texi (Top):
6952 * display.texi (Highlight Interactively): Put this font-lock based
6953 mode near Font Lock node.
6954
6955 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
6956
6957 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6958 icons.
6959
6960 2005-11-12 Kim F. Storm <storm@cua.dk>
6961
6962 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6963 (Help Summary): Add C-h d and C-h e.
6964 (Apropos): Clarify that all apropos commands may search for either
6965 list of words or a regexp. Add C-h d for apropos-documentation.
6966 Describe apropos-documentation-sort-by-scores user option.
6967
6968 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * killing.texi (CUA Bindings): Add @section.
6971
6972 2005-11-10 Kim F. Storm <storm@cua.dk>
6973
6974 * emacs.texi (Top): Add CUA Bindings entry to menu.
6975
6976 * killing.texi (CUA Bindings): New node. Moved here from
6977 misc.texi and extended with info on rectangle commands and
6978 rectangle highlighting, interface to registers, and the global
6979 mark feature.
6980
6981 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6982
6983 * regs.texi: Prev link points to CUA Bindings node.
6984
6985 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6986
6987 * help.texi (Help Echo): By default, help echos are only shown on
6988 mouse-over, not on point-over.
6989
6990 2005-11-04 Jérôme Marant <jerome@marant.org>
6991
6992 * misc.texi (Shell Mode): Describe how to activate password echoing.
6993
6994 2005-11-04 Romain Francoise <romain@orebokech.com>
6995
6996 * mark.texi (Mark Ring): Fix typo.
6997
6998 2005-11-03 Richard M. Stallman <rms@gnu.org>
6999
7000 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
7001
7002 2005-11-01 Bill Wohler <wohler@newt.com>
7003
7004 * help.texi (Help Mode): Fix typo.
7005
7006 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * building.texi (Other GDB User Interface Buffers):
7009 Describe the command gdb-use-inferior-io-buffer.
7010
7011 2005-10-31 Romain Francoise <romain@orebokech.com>
7012
7013 * files.texi (Compressed Files): Fix typo.
7014
7015 * buffers.texi (Misc Buffer): Downcase `*shell*'.
7016
7017 * windows.texi (Force Same Window): Likewise.
7018
7019 2005-10-30 Bill Wohler <wohler@newt.com>
7020
7021 * help.texi (Help Mode): URLs viewed with browse-url.
7022
7023 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * building.texi (GDB Graphical Interface): Don't reference
7026 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
7027 must stay in same frame.
7028
7029 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * custom.texi (Init File): Document ~/.emacs.d/init.el.
7032
7033 * anti.texi (Antinews): Likewise.
7034
7035 2005-10-28 Bill Wohler <wohler@newt.com>
7036
7037 * help.texi (Help): Help mode now creates hyperlinks for URLs.
7038
7039 2005-10-28 Richard M. Stallman <rms@gnu.org>
7040
7041 * files.texi (Visiting): Explain how to enter ? in a file name.
7042
7043 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
7044
7045 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7046
7047 * building.texi (GDB Graphical Interface):
7048 Describe gdb-mouse-until.
7049
7050 2005-10-23 Richard M. Stallman <rms@gnu.org>
7051
7052 * custom.texi (Init File): Recommend when to use site-start.el.
7053
7054 2005-10-21 Juri Linkov <juri@jurta.org>
7055
7056 * custom.texi (Examining): Mention accessing the old variable
7057 value via M-n in set-variable.
7058
7059 2005-10-18 Romain Francoise <romain@orebokech.com>
7060
7061 * files.texi (Version Systems): Capitalize GNU.
7062
7063 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7064
7065 * building.texi (Compilation Mode): Remove redundant paragraph.
7066 (Watch Expressions): Remove paragraph to reflect code change.
7067
7068 2005-10-16 Richard M. Stallman <rms@gnu.org>
7069
7070 * building.texi (Compilation Mode, Compilation): Clarified.
7071
7072 2005-10-15 Richard M. Stallman <rms@gnu.org>
7073
7074 * misc.texi (Saving Emacs Sessions): Mention savehist library.
7075
7076 2005-10-13 Kenichi Handa <handa@m17n.org>
7077
7078 * basic.texi (Position Info): Fix previous change.
7079
7080 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
7081
7082 * cmdargs.texi (Icons X): Fix typo.
7083
7084 2005-10-12 Kenichi Handa <handa@m17n.org>
7085
7086 * basic.texi (Position Info): Describe the case that Emacs shows
7087 "part of display ...".
7088
7089 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
7090
7091 * cmdargs.texi (Icons X): -nb => -nbi.
7092
7093 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * frames.texi (Speedbar): A couple more clarifications.
7096
7097 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
7098
7099 * building.texi (GDB User Interface Layout): Improve diagram.
7100 (Watch Expressions): Explain how to make speedbar global.
7101 (Other GDB User Interface Buffers): Make references more precise.
7102
7103 2005-10-09 Richard M. Stallman <rms@gnu.org>
7104
7105 * frames.texi (Speedbar): Clarify the text.
7106
7107 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * frames.texi (Speedbar): Add information on keybindings,
7110 dismissing the speedbar, and buffer display mode. Link to
7111 speedbar manual.
7112
7113 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
7114
7115 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
7116 added -nb, --no-bitmap-icon.
7117
7118 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
7119
7120 * building.texi (GDB Graphical Interface): Add variables and
7121 functions to indices. Be more precise.
7122
7123 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
7124
7125 * frames.texi (Drag and Drop): Remove the x- from
7126 x-dnd-open-file-other-window and xdnd-protocol-alist.
7127
7128 2005-09-30 Romain Francoise <romain@orebokech.com>
7129
7130 * mini.texi (Minibuffer): The default value now appears before the
7131 colon in minibuffer prompts.
7132
7133 2005-09-25 Richard M. Stallman <rms@gnu.org>
7134
7135 * search.texi (Regexp Search): Doc search-whitespace-regexp.
7136
7137 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7138
7139 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
7140
7141 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7142
7143 * emacs.texi (Top): Update submenus from macos.texi.
7144
7145 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
7146 (Mac OS): Update feature support status.
7147 (Mac Input): List supported input scripts. Remove description
7148 about `mac-keyboard-text-encoding'. Mention mouse button
7149 emulation and related variables.
7150 (Mac International): Mention Central European and Cyrillic
7151 support. Now `keyboard-coding-system' is dynamically changed.
7152 Add description about coding system for selection.
7153 Add description about language environment.
7154 (Mac Environment Variables):
7155 Mention `~/.MacOSX/environment.plist'. Give example of command line
7156 arguments. Add Preferences support.
7157 (Mac Directories): Explicitly state that this node is for Mac OS
7158 Classic only.
7159 (Mac Font Specs): Mention specification for scalable fonts.
7160 List supported charsets. Add preferred way of creating fontsets.
7161 Add description about `mac-allow-anti-aliasing'.
7162 (Mac Functions): Add descriptions about `mac-set-file-creator',
7163 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
7164 and `mac-get-preference'.
7165
7166 2005-09-16 Romain Francoise <romain@orebokech.com>
7167
7168 Update all files to specify GFDL version 1.2.
7169
7170 * doclicense.texi (GNU Free Documentation License): Update to
7171 version 1.2.
7172
7173 2005-09-15 Richard M. Stallman <rms@gnu.org>
7174
7175 * buffers.texi (List Buffers): Fix xref.
7176
7177 * rmail.texi (Rmail Basics): Fix xref.
7178
7179 * emacs.texi (Top): Update subnode menus.
7180
7181 * files.texi (Saving Commands): New node, broken out of Saving.
7182 (Customize Save): New node, broken out of Saving.
7183 Clarify effect of write-region-inhibit-fsync.
7184 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
7185
7186 2005-09-14 Romain Francoise <romain@orebokech.com>
7187
7188 * files.texi (Saving): Mention write-region-inhibit-fsync.
7189
7190 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
7191
7192 * custom.texi (Custom Themes): New node.
7193
7194 2005-09-03 Richard M. Stallman <rms@gnu.org>
7195
7196 * search.texi (Search Case): Mention vars that control
7197 case-fold-search for various operations.
7198
7199 2005-08-22 Juri Linkov <juri@jurta.org>
7200
7201 * display.texi (Standard Faces): Merge the text from
7202 `(elisp)Standard Faces' into this node.
7203
7204 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * emacs.texi (Top): Delete menu item for deleted node
7207 Keyboard Translations.
7208
7209 2005-08-18 Richard M. Stallman <rms@gnu.org>
7210
7211 * trouble.texi (Unasked-for Search):
7212 Delete xref to Keyboard Translations.
7213
7214 * glossary.texi (Glossary): Delete xref.
7215
7216 * custom.texi (Minor Modes): Say that the list here is not complete.
7217 (Keyboard Translations): Node deleted.
7218 (Disabling): Delete xref to it.
7219 (Customization Groups): Fix Custom buffer example.
7220 (Hooks): Mention remove-hooks.
7221
7222 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * building.texi (GDB Graphical Interface): Improve filling of menu
7225 item.
7226
7227 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * building.texi (GDB Graphical Interface): Use better node names.
7230
7231 2005-08-14 Richard M. Stallman <rms@gnu.org>
7232
7233 * text.texi (Sentences): Fix xref.
7234
7235 2005-08-14 Juri Linkov <juri@jurta.org>
7236
7237 * building.texi (Compilation, Grep Searching): Move grep command
7238 headings from `Compilation' to `Grep Searching'.
7239
7240 * dired.texi (Dired and Find):
7241 * maintaining.texi (Tags Search): Replace grep xref to
7242 `Compilation' node with `Grep Searching'.
7243
7244 * files.texi (Comparing Files): Replace xref to `Compilation' with
7245 `Compilation Mode'.
7246
7247 2005-08-13 Alan Mackenzie <acm@muc.de>
7248
7249 * search.texi (Non-ASCII Isearch): Correct a typo.
7250 (Replacement Commands): Mention query-replace key binding.
7251
7252 2005-08-11 Richard M. Stallman <rms@gnu.org>
7253
7254 * programs.texi (Options for Comments): Fix xref.
7255
7256 * search.texi (Regexp Backslash, Regexp Example): New nodes split
7257 out of Regexps.
7258
7259 2005-08-09 Juri Linkov <juri@jurta.org>
7260
7261 * building.texi (Compilation): Use `itemx' instead of `item'.
7262 (Grep Searching): Simplify phrase.
7263
7264 * display.texi (Standard Faces): Describe vertical-border on
7265 window systems.
7266
7267 * windows.texi (Split Window): Simplify phrase and mention
7268 vertical-border face.
7269
7270 2005-08-09 Richard M. Stallman <rms@gnu.org>
7271
7272 * files.texi (Comparing Files): Clarify compare-windows.
7273
7274 * calendar.texi (Scroll Calendar): Document < and > in calendar.
7275
7276 2005-08-06 Eli Zaretskii <eliz@gnu.org>
7277
7278 * mule.texi (Coding Systems): Rephrase the paragraph about
7279 codepages: no need for "M-x codepage-setup" anymore, except on
7280 MS-DOS.
7281
7282 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
7283 the MS-DOS port only.
7284
7285 2005-07-30 Eli Zaretskii <eliz@gnu.org>
7286
7287 * makefile.w32-in (info): Don't run multi-install-info.bat.
7288 ($(infodir)/dir): New target, produced by running
7289 multi-install-info.bat.
7290
7291 2005-07-22 Eli Zaretskii <eliz@gnu.org>
7292
7293 * files.texi (Quoted File Names): Add index entry.
7294
7295 2005-07-19 Juri Linkov <juri@jurta.org>
7296
7297 * files.texi (Comparing Files): Mention resync for `compare-windows'.
7298
7299 2005-07-18 Juri Linkov <juri@jurta.org>
7300
7301 * custom.texi (Easy Customization):
7302 * files.texi (Old Versions):
7303 * frames.texi (Wheeled Mice):
7304 * mule.texi (Specify Coding):
7305 * text.texi (Cell Justification):
7306 * trouble.texi (After a Crash):
7307 * xresources.texi (GTK styles):
7308 Delete duplicate duplicate words.
7309
7310 2005-07-17 Richard M. Stallman <rms@gnu.org>
7311
7312 * frames.texi (Creating Frames): Fix foreground color example.
7313
7314 * custom.texi (Init Examples): Clean up text about conditionals.
7315
7316 2005-07-16 Richard M. Stallman <rms@gnu.org>
7317
7318 * mini.texi (Completion Commands): Fix command name for ?.
7319
7320 2005-07-16 Eli Zaretskii <eliz@gnu.org>
7321
7322 * display.texi (Standard Faces): Explain that customization of
7323 `menu' face has no effect on w32 and with GTK.
7324 Add cross-references.
7325
7326 * cmdargs.texi (General Variables): Clarify the default location
7327 of $HOME on w32 systems.
7328
7329 2005-07-15 Jason Rumney <jasonr@gnu.org>
7330
7331 * cmdargs.texi (General Variables): Default HOME on MS Windows has
7332 changed.
7333
7334 2005-07-08 Kenichi Handa <handa@m17n.org>
7335
7336 * mule.texi (Recognize Coding):
7337 Recommend revert-buffer-with-coding-system instead of revert-buffer.
7338
7339 2005-07-07 Richard M. Stallman <rms@gnu.org>
7340
7341 * anti.texi (Antinews): Mention mode-line-inverse-video.
7342
7343 * files.texi (Saving): Minor correction about C-x C-w.
7344
7345 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
7346
7347 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * search.texi (Isearch Scroll): Add example of using the
7350 `isearch-scroll' property.
7351 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
7352 `Display Custom' node.
7353 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
7354 and de-emphasize it.
7355 (Other Repeating Search): `occur' currently can not correctly
7356 handle multiline matches. Correct, clarify and update description
7357 of `flush-lines' and `keep-lines'.
7358
7359 * display.texi (Display Custom): Add anchor for `baud-rate'.
7360
7361 2005-07-07 Richard M. Stallman <rms@gnu.org>
7362
7363 * gnu.texi: Update where to get GNU status; add refs for how to help.
7364 Add footnotes 6 and 7.
7365
7366 2005-07-04 Lute Kamstra <lute@gnu.org>
7367
7368 Update FSF's address in GPL notices.
7369
7370 * doclicense.texi (GNU Free Documentation License):
7371 * trouble.texi (Checklist): Update FSF's address.
7372
7373 2005-06-24 Richard M. Stallman <rms@gnu.org>
7374
7375 * display.texi (Text Display): Change index entries.
7376
7377 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7378
7379 * makefile.w32-in (MAKEINFO): Use --force.
7380 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7381 Makefile.in.
7382
7383 2005-06-23 Richard M. Stallman <rms@gnu.org>
7384
7385 * anti.texi (Antinews): Rename show-nonbreak-escape to
7386 nobreak-char-display.
7387
7388 * emacs.texi (Top): Update detailed node listing.
7389
7390 * display.texi (Text Display): Rename show-nonbreak-escape
7391 to nobreak-char-display and no-break-space to nobreak-space.
7392 (Standard Faces): Split up the list of standard faces
7393 and put it in a separate node. Add nobreak-space and
7394 escape-glyph.
7395
7396 2005-06-23 Lute Kamstra <lute@gnu.org>
7397
7398 * mule.texi (Select Input Method): Fix typo.
7399
7400 2005-06-23 Kenichi Handa <handa@m17n.org>
7401
7402 * mule.texi (International): List all supported scripts.
7403 Adjust text for that leim is now included in the normal Emacs
7404 distribution.
7405 (Language Environments): List all language environments.
7406 Intlfonts contains fonts for most supported scripts, not all..
7407 (Select Input Method): Refer to C-u C-x = to see how to type to
7408 input a specific character.
7409 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
7410
7411 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * building.texi (Grep Searching): Texinfo usage fix.
7414
7415 2005-06-22 Miles Bader <miles@gnu.org>
7416
7417 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
7418
7419 2005-06-20 Miles Bader <miles@gnu.org>
7420
7421 * display.texi (Faces): Add `vertical-divider'.
7422
7423 2005-06-17 Richard M. Stallman <rms@gnu.org>
7424
7425 * text.texi (Adaptive Fill): Minor clarification.
7426
7427 2005-06-10 Lute Kamstra <lute@gnu.org>
7428
7429 * emacs.texi (Top): Correct version number.
7430 * anti.texi (Antinews): Correct version number. Use EMACSVER to
7431 refer to the current version of Emacs.
7432
7433 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
7434
7435 * files.texi (Log Buffer): Document when there can be more than
7436 one file to be committed.
7437
7438 2005-06-08 Juri Linkov <juri@jurta.org>
7439
7440 * display.texi (Faces): Add `shadow' face.
7441
7442 2005-06-07 Masatake YAMATO <jet@gyve.org>
7443
7444 * display.texi (Faces): Write about mode-line-highlight.
7445
7446 2005-06-06 Richard M. Stallman <rms@gnu.org>
7447
7448 * misc.texi (Printing Package): Explain how to initialize
7449 printing package.
7450
7451 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
7452
7453 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * emacs.texi: Rename Hardcopy to Printing.
7456 Make PostScript and PostScript Variables subnodes of it.
7457
7458 * misc.texi (Printing): Rename node from Hardcopy.
7459 Mention menu bar options.
7460 Move PostScript and PostScript Variables to submenu.
7461 (Printing package): New node.
7462
7463 * mark.texi (Using Region): Change Hardcopy xref to Printing.
7464
7465 * dired.texi (Operating on Files): Likewise.
7466
7467 * calendar.texi (Displaying the Diary): Likewise.
7468
7469 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
7470
7471 * glossary.texi (Glossary): Likewise.
7472
7473 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
7474 effect.
7475
7476 2005-06-04 Richard M. Stallman <rms@gnu.org>
7477
7478 * trouble.texi (After a Crash): Polish previous change.
7479
7480 2005-05-30 Noah Friedman <friedman@splode.com>
7481
7482 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
7483 recovery mechanism.
7484
7485 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7486
7487 * building.texi (Other Buffers): SPC toggles display of
7488 floating point registers.
7489
7490 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7491
7492 * files.texi (Log Buffer): Merge in description of Log Edit
7493 mode from pcl-cvs.texi.
7494
7495 2005-05-26 Richard M. Stallman <rms@gnu.org>
7496
7497 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
7498
7499 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7500
7501 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
7502 not enabled by default.
7503 When not on a word, `ispell-word' by default checks the word
7504 before point.
7505
7506 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7507
7508 * building.texi (Debugger Operation): Simplify last sentence.
7509
7510 2005-05-23 Lute Kamstra <lute@gnu.org>
7511
7512 * emacs.texi: Update FSF's address throughout.
7513 (Preface): Use @cite.
7514 (Distrib): Add cross reference to the node "Copying". Mention the
7515 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
7516 printed manuals.
7517 (Intro): Use @xref for the Emacs Lisp Intro.
7518
7519 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
7522
7523 * basic.texi (Moving Point): Mention default for `goto-line'.
7524
7525 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
7526 of a variable's docstring.
7527
7528 2005-05-18 Lute Kamstra <lute@gnu.org>
7529
7530 * maintaining.texi (Overview of Emerge): Add cross reference.
7531 Remove duplication.
7532
7533 * emacs.texi (Top): Update to the current structure of the manual.
7534 * misc.texi (Emacs Server): Add menu description.
7535 * files.texi (Saving): Fix menu.
7536 * custom.texi (Customization): Fix menu.
7537 * mule.texi (International): Fix menu.
7538 * kmacro.texi (Keyboard Macros): Fix menu.
7539
7540 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
7541
7542 * display.texi: Various minor changes.
7543 (Faces): Delete text that is repeated in the next section.
7544
7545 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7546
7547 * building.texi (Debugger Operation): Mention GUD tooltips are
7548 disabled with GDB in text command mode.
7549
7550 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7551
7552 * building.texi: Replace toolbar with "tool bar" for consistency.
7553 (Compilation Mode): Describe compilation-context-lines
7554 and use of arrow in compilation buffer.
7555 (Debugger Operation): Replace help text with variable's value.
7556
7557 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
7558 consistency.
7559
7560 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7561
7562 * major.texi (Choosing Modes): normal-mode processes the -*- line.
7563 Add xref.
7564
7565 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7566
7567 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
7568 (Position Info): Delete discussion of `goto-line'. It is already
7569 described in `Moving point'.
7570
7571 * mini.texi (Completion Commands): Correct reference.
7572 (Completion Options): Fix typo.
7573
7574 * killing.texi (Deletion): Complete description of `C-x C-o'.
7575
7576 2005-05-10 Richard M. Stallman <rms@gnu.org>
7577
7578 * building.texi (Compilation): Clarify recompile's directory choice.
7579
7580 * frames.texi (Tooltips): Cleanups.
7581
7582 * basic.texi (Arguments): Fix punctuation.
7583
7584 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * screen.texi (Menu Bar): The up and down (not left and right)
7587 arrow keys move through a keyboard menu.
7588
7589 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7590
7591 * basic.texi: Various typo and grammar fixes.
7592 (Moving Point): C-a now runs move-beginning-of-line.
7593
7594 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
7595
7596 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
7597
7598 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
7599 as different animals.
7600
7601 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
7602
7603 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
7604 Correct index entry.
7605
7606 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
7607
7608 * building.texi (Debugger Operation): Update to reflect changes
7609 in GUD tooltips.
7610
7611 2005-04-30 Richard M. Stallman <rms@gnu.org>
7612
7613 * files.texi (Compressed Files): Auto Compression normally enabled.
7614
7615 * building.texi (Debugger Operation): Clarify previous change.
7616
7617 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * building.texi (Debugger Operation): Add description for
7620 GUD tooltips when program is not running.
7621
7622 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7623
7624 * misc.texi (Shell): Add `Shell Prompts' to menu.
7625 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
7626 description. Delete remarks moved to new node.
7627 (Shell Prompts): New node.
7628 (History References): Replace remarks moved to `Shell Prompts'
7629 with xref to that node.
7630 (Remote Host): Clarify how to specify the terminal type when
7631 logging in to a different machine.
7632
7633 2005-04-26 Richard M. Stallman <rms@gnu.org>
7634
7635 * emacs.texi (Top): Update submenus from files.texi.
7636
7637 * files.texi (Filesets): Clarify previous change.
7638
7639 * dired.texi (Misc Dired Features): Clarify previous change.
7640
7641 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
7644
7645 * dired.texi (Misc Dired Features):
7646 Document dired-compare-directories.
7647
7648 * files.texi (Filesets): New node.
7649 (File Conveniences): Document Image mode.
7650
7651 * text.texi (TeX Print): Document tex-compile.
7652
7653 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * frames.texi (Tooltips): Tooltip mode is enabled by default.
7656 Delete redundant reference to tooltip Custom group. It is
7657 referred too again in the next paragraph.
7658
7659 2005-04-24 Richard M. Stallman <rms@gnu.org>
7660
7661 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
7662
7663 2005-04-19 Kim F. Storm <storm@cua.dk>
7664
7665 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
7666
7667 2005-04-18 Lars Hansen <larsh@math.ku.dk>
7668
7669 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
7670 turns off desktop-save-mode.
7671
7672 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7673
7674 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
7675 by default in terminals compatible with xterm. Mention that
7676 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
7677 node.
7678
7679 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
7682
7683 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
7684
7685 * xresources.texi (Table of Resources): Add cursorBlink.
7686
7687 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
7690 `d', `C-d' and `u'.
7691
7692 2005-04-11 Richard M. Stallman <rms@gnu.org>
7693
7694 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
7695 (Misc X): Add -D, --basic-display.
7696
7697 * maintaining.texi (Change Log): Correct the description of
7698 the example.
7699
7700 * major.texi (Choosing Modes): Document magic-mode-alist.
7701
7702 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
7705 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
7706 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
7707 (Rmail Output): Clarify which statements apply to `o', `C-o' and
7708 `w', respectively.
7709 (Rmail Labels): Mention `l'.
7710 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
7711 (Rmail Summary Edit): Describe `j' and RET.
7712
7713 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
7714
7715 * xresources.texi (Lucid Resources): Add fontSet resource.
7716
7717 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
7718
7719 * display.texi (Useless Whitespace): `indicate-unused-lines' is
7720 now called `indicate-empty-lines'.
7721
7722 2005-04-06 Kim F. Storm <storm@cua.dk>
7723
7724 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
7725
7726 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7727
7728 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
7729 deleted.
7730 (Marks vs Flags): Add some convenient key bindings.
7731 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
7732 (Misc Dired Features): Correct and expand description of `w' command.
7733
7734 * frames.texi (XTerm Mouse): Delete apparently false info.
7735 The GNU/Linux console currently does not appear to support
7736 `xterm-mouse-mode'.
7737
7738 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7739
7740 * calendar.texi (Diary): Mention shell utility `calendar'.
7741
7742 2005-04-01 Richard M. Stallman <rms@gnu.org>
7743
7744 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
7745
7746 2005-04-01 Lute Kamstra <lute@gnu.org>
7747
7748 * maintaining.texi (Change Log): add-change-log-entry uses
7749 add-log-mailing-address.
7750
7751 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
7754 `VC Mode Line' and put in an xref to that node.
7755 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
7756 its description.
7757
7758 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
7759
7760 * calendar.texi (Calendar Systems): Say that the Persian calendar
7761 implemented here is the arithmetical one championed by Birashk.
7762
7763 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7764
7765 * programs.texi (Fortran Motion): Fix previous change.
7766
7767 2005-03-29 Richard M. Stallman <rms@gnu.org>
7768
7769 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
7770
7771 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * text.texi (Refill): Refer to Long Lines Mode.
7774 (Longlines): New node.
7775 (Auto Fill): Don't index "word wrap" here.
7776 (Filling): Add Longlines to menu.
7777
7778 2005-03-29 Richard M. Stallman <rms@gnu.org>
7779
7780 * xresources.texi: Minor fixes.
7781
7782 * misc.texi (Emacs Server): Fix Texinfo usage.
7783
7784 * emacs.texi (Top): Don't use a real section heading for
7785 "Detailed Node Listing". Fake it instead.
7786
7787 * basic.texi (Position Info): Minor cleanup.
7788
7789 * mule.texi (Input Methods): Minor cleanup.
7790
7791 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7792
7793 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7794 constructs as well.
7795 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7796
7797 2005-03-29 Kenichi Handa <handa@m17n.org>
7798
7799 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7800
7801 * basic.texi (Position Info): Update the description about the
7802 command C-u C-x =.
7803
7804 2005-03-28 Richard M. Stallman <rms@gnu.org>
7805
7806 * emacs.texi (Top): Use @section for the detailed node listing.
7807
7808 * calendar.texi: Minor fixes to previous change.
7809
7810 * programs.texi (Fortran): Small fixes to previous changes.
7811
7812 * emacs.texi (Top): Update list of subnodes of Dired.
7813 Likewise for building.texi.
7814
7815 * files.texi (File Conveniences): Delete Auto Image File mode.
7816
7817 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * building.texi (Flymake): New node.
7820
7821 * custom.texi (Function Keys): Document kp- event types and
7822 keypad-setup package.
7823
7824 * dired.texi (Wdired): New node.
7825
7826 * files.texi (File Conveniences): Reorder entries.
7827 Explain how to turn on Auto-image-file mode.
7828 Document Thumbs mode.
7829
7830 * mule.texi (Specify Coding): Document recode-region and
7831 recode-file-name.
7832
7833 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7834
7835 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7836
7837 * commands.texi (Keys): M-o is now a prefix key.
7838
7839 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7840
7841 * programs.texi: Reformat and update copyright years.
7842 (Fortran): Update section.
7843
7844 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7845
7846 * files.texi: Several small changes in addition to:
7847 (Visiting): Change xref for Dialog Boxes to ref.
7848 (Version Headers): Replace references to obsolete var
7849 `vc-header-alist' with `vc-BACKEND-header'.
7850 (Customizing VC): Update value of `vc-handled-backends'.
7851
7852 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7853
7854 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7855 move here from Emacs Lisp Reference Manual.
7856 * calendar.texi (Calendar/Diary, Diary Commands)
7857 (Special Diary Entries, Importing Diary): Change some xrefs to
7858 point to emacs-xtra rather than elisp.
7859
7860 * emacs-xtra.texi (Calendar Customizing):
7861 Move view-diary-entries-initially, view-calendar-holidays-initially,
7862 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7863 Emacs Manual.
7864 (Appt Customizing): Merge entire section into main Emacs Manual.
7865 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7866 mark-holidays-in-calendar here from emacs-xtra.
7867 (Displaying the Diary): Move view-diary-entries-initially,
7868 mark-diary-entries-in-calendar here from emacs-xtra.
7869 (Appointments): Move appt-display-mode-line,
7870 appt-display-duration, appt-disp-window-function,
7871 appt-delete-window-function here from emacs-xtra.
7872
7873 * calendar.texi: Update and reformat copyright.
7874 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7875 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7876 (Diary): Refer to `diary-file' rather than ~/diary.
7877 (Diary Commands): Rename node to "Displaying the Diary".
7878 * emacs.texi (Top): Rename "Diary Commands" section.
7879 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7880
7881 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7882
7883 * misc.texi (Emacs Server): Fix the command for setting
7884 server-name. Add an xref to Invoking emacsclient.
7885
7886 * help.texi (Help Summary): Clarify when "C-h ." will do something
7887 nontrivial.
7888 (Apropos): Add cindex entry for apropos-sort-by-scores.
7889
7890 * display.texi (Text Display): Add index entries for how no-break
7891 characters are displayed.
7892
7893 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7894
7895 * files.texi (Visiting): Fix cross-references introduced with the
7896 last change.
7897
7898 * xresources.texi (GTK resources): Fix last change.
7899
7900 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7901
7902 * xresources.texi (X Resources): GTK options documented too.
7903 (Resources): Clarify meaning of program name.
7904 (Table of Resources): Add visualClass.
7905 (GTK resources): Rewrite.
7906 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7907
7908 * display.texi (Text Display): Mention non-breaking spaces.
7909
7910 * files.texi (Reverting): Document auto-revert-check-vc-info.
7911
7912 * frames.texi (Mouse Commands): Document
7913 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7914
7915 * help.texi (Help Summary): Add `C-h .'.
7916 (Apropos): Apropos accepts a list of search terms.
7917 Document apropos-sort-by-scores.
7918 (Help Echo): Document display-local-help.
7919
7920 * misc.texi (Emacs Server): Document server-name.
7921 (Invoking emacsclient): Document -s option for server names.
7922
7923 * text.texi (Outline Visibility): Introduce "current heading
7924 line" (commands can be called with point on a body line).
7925 Re-order table to follow the sequence of discussion.
7926 hide-body won't hide lines before first header line.
7927 (TeX Mode): Add DocTeX mode.
7928
7929 2005-03-24 Richard M. Stallman <rms@gnu.org>
7930
7931 * mule.texi (Single-Byte Character Support): Delete mention
7932 of iso-acc.el and iso-transl.el.
7933
7934 2005-03-23 Lute Kamstra <lute@gnu.org>
7935
7936 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7937
7938 2005-03-23 Richard M. Stallman <rms@gnu.org>
7939
7940 * search.texi: Delete explicit node pointers.
7941 (Incremental Search): New menu.
7942 (Basic Isearch, Repeat Isearch, Error in Isearch)
7943 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7944 (Slow Isearch): New subnodes.
7945 (Configuring Scrolling): Node deleted.
7946 (Search Case): Doc default-case-fold-search.
7947 (Regexp Replace): Move replace-regexp doc here.
7948
7949 * rmail.texi (Movemail): Put commas inside closequotes.
7950
7951 * picture.texi (Insert in Picture): Document C-c arrow combos.
7952 (Basic Picture): Clarify erasure.
7953
7954 * display.texi (Font Lock): Put commas inside closequotes.
7955
7956 * cmdargs.texi (General Variables): Put commas inside closequotes.
7957
7958 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
7959
7960 * building.texi (Stack Buffer): Mention reverse contrast for
7961 *selected* frame (might not be current frame).
7962
7963 2005-03-21 Richard M. Stallman <rms@gnu.org>
7964
7965 * building.texi (Starting GUD): Add bashdb.
7966
7967 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7968
7969 * basic.texi (Moving Point): Add M-g M-g binding.
7970 (Undo): Document undo-only.
7971 (Position Info): Document M-g M-g and C-u M-g M-g.
7972
7973 * building.texi (Building): Put Grep Searching after Compilation
7974 Shell.
7975 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7976 Document next-error-highlight.
7977 (Grep Searching): Document grep-highlight-matches.
7978 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7979
7980 * calendar.texi (Importing Diary): Rename node from iCalendar.
7981 Document diary-from-outlook.
7982
7983 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7984 Commands.
7985 Mention effect of X drag and drop on Dired buffers.
7986
7987 * files.texi (Visiting): Document large-file-warning-threshold.
7988 Move paragraph on file-selection dialog.
7989 Mention visiting files using X drag and drop.
7990 (Reverting): Mention using Auto-Revert mode to tail files.
7991 Document auto-revert-tail-mode.
7992 (Version Systems): Minor correction.
7993 (Comparing Files): Diff-mode is no longer based on Compilation
7994 mode.
7995 Document compare-ignore-whitespace.
7996 (Misc File Ops): Explain passing a directory to rename-file.
7997 Likewise for copy-file and make-symbolic-link.
7998
7999 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
8000 Document mouse-wheel-progressive speed.
8001
8002 * help.texi (Misc Help): Document numeric argument for C-h i.
8003 Correctly explain the effect of just C-u as argument.
8004
8005 * killing.texi (Deletion): Document numeric argument for
8006 just-one-space.
8007
8008 * mini.texi (Completion): Completion acts on text before point.
8009
8010 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
8011 (Emulation): CUA mode replaces pc-bindings-mode,
8012 pc-selection-mode, and s-region.
8013
8014 * mule.texi (Input Methods): Leim is now built-in.
8015 (Select Input Method): Document quail-show-key.
8016 (Specify Coding): Document revert-buffer-with-coding-system.
8017
8018 * programs.texi (Fortran Motion): Document f90-next-statement,
8019 f90-previous-statement, f90-next-block, f90-previous-block,
8020 f90-end-of-block, and f90-beginning-of-block.
8021
8022 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
8023
8024 * emacs.texi (Acknowledgments): Updated.
8025
8026 * anti.texi: Total rewrite.
8027
8028 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * ack.texi (Acknowledgments): Update.
8031
8032 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8033
8034 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
8035 Update copyright years.
8036
8037 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
8038
8039 * building.texi (Commands of GUD): Move paragraph on setting
8040 breakpoints with mouse to the GDB Graphical Interface node.
8041
8042 2005-03-07 Richard M. Stallman <rms@gnu.org>
8043
8044 * misc.texi (Single Shell, Shell Options): Fix previous change.
8045
8046 * building.texi (Debugger Operation): Update GUD tooltip enable info.
8047
8048 2005-03-06 Richard M. Stallman <rms@gnu.org>
8049
8050 * building.texi (Starting GUD): Don't explain text vs graphical
8051 GDB here. Just mention it and xref.
8052 Delete "just one debugger process".
8053 (Debugger Operation): Move GUD tooltip info here.
8054 (GUD Tooltips): Node deleted.
8055 (GDB Graphical Interface): Explain the two GDB modes here.
8056
8057 * sending.texi (Sending Mail): Minor cleanup.
8058 (Mail Aliases): Explain quoting conventions.
8059 Update key rebinding example.
8060 (Header Editing): C-M-i is like M-TAB.
8061 (Mail Mode Misc): mail-attach-file does not do MIME.
8062
8063 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
8064 that really belongs here.
8065 (Remote Mailboxes): Text moved to Rmail Inbox.
8066 (Rmail Display): Mention Mouse-1.
8067 (Movemail): Clarify two movemail versions.
8068 Clarify rmail-movemail-program.
8069
8070 * misc.texi (Single Shell): Replace uudecode example with gpg example.
8071 Document async shell commands.
8072 (Shell History): Clarify.
8073 (Shell Ring): Mention C-UP an C-DOWN.
8074 (Shell Options): Add comint-prompt-read-only.
8075 (Invoking emacsclient): Set EDITOR to run Emacs.
8076 (Sorting): No need to explain what region is.
8077 (Saving Emacs Sessions): Fix typo.
8078 (Recursive Edit): Fix punctuation.
8079 (Emulation): Don't mention "PC bindings" which are standard.
8080 (Hyperlinking): Explain Mouse-1 convention here.
8081 (Find Func): Node deleted.
8082
8083 * help.texi (Name Help): Xref to Hyperlinking.
8084
8085 * glossary.texi (Glossary):
8086 Rename "Balance Parentheses" to "Balancing...".
8087 Add "Byte Compilation". Correct "Copyleft".
8088 New xref in "Customization".
8089 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
8090 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
8091 Rename "Registers" to "Register".
8092 Replace "Selecting" with "Selected Frame",
8093 "Selected Window", and "Selecting a Buffer".
8094
8095 * files.texi (Types of Log File): Explain how projects'
8096 methods can vary.
8097
8098 * display.texi (Faces): Delete "Emacs 21".
8099
8100 * custom.texi (Changing a Variable): C-M-i like M-TAB.
8101 * fixit.texi (Spelling): C-M-i like M-TAB.
8102 * mini.texi (Completion Options): C-M-i like M-TAB.
8103 * programs.texi (Symbol Completion): C-M-i like M-TAB.
8104 * text.texi (Text Mode): C-M-i like M-TAB.
8105
8106 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
8107
8108 * calendar.texi (Specified Dates): Mention `g w'.
8109 (Appointments): appt-activate toggles with no arg.
8110
8111 2005-03-05 Juri Linkov <juri@jurta.org>
8112
8113 * cmdargs.texi (Emacs Invocation): Add cindex
8114 "invocation (command line arguments)".
8115 (Misc X): Add -nbc, --no-blinking-cursor.
8116
8117 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8118
8119 * calendar.texi (iCalendar): No need to require it now.
8120
8121 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * trouble.texi (Contributing): Mention Savannah. Direct users to
8124 emacs-devel.
8125
8126 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8127
8128 * calendar.texi (Adding to Diary): Mention redrawing of calendar
8129 window.
8130
8131 2005-02-27 Richard M. Stallman <rms@gnu.org>
8132
8133 * building.texi (Compilation): Update mode line status info.
8134
8135 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8136
8137 * calendar.texi (General Calendar): Document binding of
8138 scroll-other-window-down.
8139 (Mayan Calendar): Fix earliest date.
8140 (Time Intervals): Document timeclock-change.
8141 Fix timeclock-ask-before-exiting documentation.
8142
8143 2005-02-26 Kim F. Storm <storm@cua.dk>
8144
8145 * frames.texi (Mouse References):
8146 Add mouse-1-click-in-non-selected-windows.
8147
8148 2005-02-25 Richard M. Stallman <rms@gnu.org>
8149
8150 * screen.texi (Screen): Explain better about cursors and mode lines;
8151 don't presuppose text terminals.
8152 (Point): Don't assume just one cursor.
8153 Clarify explanation of cursors.
8154 (Echo Area, Menu Bar): Cleanups.
8155
8156 * mini.texi (Minibuffer): Prompts are highlighted.
8157 (Minibuffer Edit): Newline = C-j only on text terminals.
8158 Clarify resize-mini-windows values.
8159 Mention M-PAGEUP and M-PAGEDOWN.
8160 (Completion Commands): Mouse-1 like Mouse-2.
8161 (Minibuffer History): Explain history commands better.
8162 (Repetition): Add xref to Incremental Search.
8163
8164 * mark.texi (Setting Mark): Clarify info about displaying mark.
8165 Clarify explanation of C-@ and C-SPC.
8166 (Transient Mark): Mention Delete Selection mode.
8167 (Marking Objects): Clean up text about extending the region.
8168
8169 * m-x.texi (M-x): One C-g doesn't always go to top level.
8170 No delay before suggest-key-bindings output.
8171
8172 * fixit.texi (Fixit): Mention C-/ for undo.
8173 (Spelling): Mention ESC TAB like M-TAB.
8174 Replacement words with r and R are rechecked.
8175 Say where C-g leaves point. Mention ? as input.
8176
8177 2005-02-23 Lute Kamstra <lute@gnu.org>
8178
8179 * cmdargs.texi (Initial Options): Add cross reference.
8180
8181 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8182
8183 * emacs.texi (Top): Update menu for splitting of node in
8184 msdog.texi.
8185 * frames.texi (Frames): Update xref for splitting of node in
8186 msdog.texi.
8187 * trouble.texi (Quitting): Ditto.
8188
8189 2005-02-16 Richard M. Stallman <rms@gnu.org>
8190
8191 * windows.texi (Split Window): Simplify line truncation info
8192 and xref to Display Custom.
8193
8194 * trouble.texi (Quitting): Emergency escape only for text terminal.
8195 (Screen Garbled): C-l for ungarbling is only for text terminal.
8196
8197 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
8198
8199 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
8200
8201 * programs.texi (Program Modes): Mention Python mode.
8202 (Moving by Defuns): Repeating C-M-h extends region.
8203 (Basic Indent): Clarify.
8204 (Custom C Indent): Clarify.
8205 (Expressions): Repeating C-M-@ extends region.
8206 (Info Lookup): Clarify for C-h S.
8207 (Symbol Completion): ESC TAB alternative for M-TAB.
8208 (Electric C): Clarify.
8209
8210 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
8211
8212 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
8213 MS-DOS Input node.
8214 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
8215 (MS-DOS and MULE): Clarify.
8216 (MS-DOS Processes, Windows Processes): Fix typos.
8217
8218 * major.texi (Choosing Modes): Clarify.
8219
8220 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
8221 (Keyboard Macro Step-Edit): Clarify.
8222
8223 * indent.texi (Indentation): Clarifications.
8224
8225 * help.texi (Help): Correct error about C-h in query-replace.
8226 Clarify apropos vs C-h a. Fix how to search in FAQ.
8227 (Key Help): Describe C-h w here.
8228 (Name Help): Minor cleanup. C-h w moved to Key Help.
8229 Clarify the "object" joke.
8230 (Apropos): Clarify. Mouse-1 like Mouse-2.
8231 (Help Mode): Mouse-1 like Mouse-2.
8232
8233 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
8234
8235 * display.texi (Display): Reorder menu.
8236 (Faces): Cleanup.
8237 (Font Lock): Cleanup. Mention Options menu.
8238 Delete obsolete text.
8239 (Scrolling): For C-l, don't presume text terminal.
8240 (Horizontal Scrolling): Simplify intro.
8241 (Follow Mode): Clarify.
8242 (Cursor Display): Move before Display Custom.
8243 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
8244 Doc default-tab-width. Doc line truncation more thoroughly.
8245
8246 * dired.texi (Dired Enter): C-x C-f can run Dired.
8247 (Dired Visiting): Comment out `a' command.
8248 Mouse-1 is like Mouse-2.
8249 (Shell Commands in Dired): ? can be used more than once.
8250
8251 * basic.texi (Continuation Lines): Simplify description of truncation,
8252 and refer to Display Custom for the rest of it.
8253
8254 2005-02-06 Lute Kamstra <lute@gnu.org>
8255
8256 * basic.texi (Undo): Fix typo.
8257
8258 * cmdargs.texi (Emacs Invocation): Fix typo.
8259
8260 * custom.texi (Init Examples): Fix typo.
8261
8262 * abbrevs.texi (Expanding Abbrevs): Fix typo.
8263
8264 2005-02-06 Richard M. Stallman <rms@gnu.org>
8265
8266 * regs.texi (Registers): Registers can hold numbers, too.
8267
8268 * killing.texi (Other Kill Commands): Cleanup.
8269 Delete redundant explanation of kill in read-only buffer.
8270 (Yanking): Mention term "copying".
8271 (Accumulating Text): Fix typo.
8272
8273 * entering.texi (Entering Emacs): Update rationale at start.
8274 (Exiting): Treat iconifying on a par with suspension.
8275
8276 * custom.texi (Minor Modes): Fix typo.
8277 (Easy Customization): Fix menu style.
8278 (Variables): Add xref.
8279 (Examining): Setting for future sessions works through .emacs.
8280 (Keymaps): "Text terminals", not "Many".
8281 (Init Rebinding): Explain \C-. Show example of \M-.
8282 Fix minor wording errors.
8283 (Function Keys): Explain vector syntax just once.
8284 (Named ASCII Chars): Clarify history of TAB/C-i connection.
8285 (Init File): Mention .emacs.d directory.
8286 (Init Examples): Add xref.
8287 (Find Init): Mention .emacs.d directory.
8288
8289 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
8290 (Action Arguments): Explain which kinds of -l args are found how.
8291 (Initial Options): --batch does not inhibit site-start.
8292 Add xrefs.
8293 (Command Example): Use --batch, not -batch.
8294
8295 * basic.texi (Inserting Text): Cleanup wording.
8296 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
8297 C-n is not error at end of buffer.
8298 (Undo): Doc C-/ like C-_. Add xrefs.
8299 (Arguments): META key may be labeled ALT.
8300 Peculiar arg meanings are explained in doc strings.
8301
8302 * abbrevs.texi (Expanding Abbrevs): Clarify.
8303
8304 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8305
8306 * frames.texi (Frame Parameters): Add an xref to the description
8307 of list-colors-display. Add a pointer to the X docs about colors.
8308
8309 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
8310 Improve docs of list-colors-display.
8311
8312 2005-02-03 Lute Kamstra <lute@gnu.org>
8313
8314 * frames.texi (Frames, Drag and Drop): Fix typos.
8315
8316 2005-02-03 Richard M. Stallman <rms@gnu.org>
8317
8318 * windows.texi (Basic Window): Mention color-change in mode line.
8319 (Change Window): Explain dragging vertical boundaries.
8320
8321 * text.texi (Sentences): Clarify.
8322 (Paragraphs): Explain M-a and blank lines.
8323 (Outline Mode): Clarify text and menu.
8324 (Hard and Soft Newlines): Mention use-hard-newlines.
8325
8326 * frames.texi (Frames): Delete unnecessary mention of Windows.
8327 (Mouse Commands): Likewise. Mention xterm mouse support.
8328 (Clipboard): Clarify.
8329 (Mouse References): Mention use of Mouse-1 for following links.
8330 (Menu Mouse Clicks): Clarify.
8331 (Mode Line Mouse): Clarify.
8332 (Drag and Drop): Rewrite.
8333
8334 * fixit.texi (Spelling): Fix typo.
8335
8336 * files.texi (File Names): Clarify.
8337 (Visiting): Update conditions for use of file dialog. Clarify.
8338 (Saving): Doc d as answer in save-some-buffers.
8339 (Remote Files): Clean up the text.
8340
8341 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
8342
8343 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
8344 (List Buffers): Clarify.
8345 (Several Buffers): Doc T command.
8346 (Buffer Convenience): Clarify menu.
8347
8348 * basic.texi (Undo): Clarify last change.
8349
8350 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8351
8352 * fixit.texi (Spelling): Fix typo.
8353
8354 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
8355
8356 * basic.texi (Undo): Update description of `undo-outer-limit'.
8357
8358 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
8359
8360 * building.texi: Update documentation relating to GDB Graphical
8361 Interface.
8362
8363 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
8364
8365 * custom.texi (Easy Customization): Adapt menu to node name change.
8366
8367 2005-01-30 Richard M. Stallman <rms@gnu.org>
8368
8369 * custom.texi (Easy Customization): Defn of "User Option" now
8370 includes faces. Don't say just "option" when talking about variables.
8371 Do say just "options" to mean "anything customizable".
8372 (Specific Customization): Describe `customize-variable',
8373 not `customize-option'.
8374
8375 * glossary.texi (Glossary) <Faces>: Add xref.
8376 <User Option>: Change definition--include faces. Change xref.
8377
8378 * picture.texi (Picture): Mention artist.el.
8379
8380 * sending.texi, screen.texi, programs.texi, misc.texi:
8381 * mini.texi, major.texi, maintaining.texi, macos.texi:
8382 * help.texi, frames.texi, files.texi:
8383 Don't say just "option" when talking about variables.
8384
8385 * display.texi, mule.texi: Don't say just "option" when talking
8386 about variables. Other minor cleanups.
8387
8388 2005-01-26 Lute Kamstra <lute@gnu.org>
8389
8390 * cmdargs.texi (Initial Options): Add a cross reference to `Init
8391 File'. Mention the `-Q' option at the `--no-site-file' option.
8392
8393 2005-01-22 David Kastrup <dak@gnu.org>
8394
8395 * building.texi (Grep Searching): Mention alias `find-grep' for
8396 `grep-find'.
8397
8398 2005-01-20 Richard M. Stallman <rms@gnu.org>
8399
8400 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
8401
8402 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8403
8404 * rmail.texi (Movemail): Explain differences
8405 between standard and mailutils versions of movemail.
8406 Describe command line and configuration options introduced
8407 with the latter.
8408 Explain the notion of mailbox URL, provide examples and
8409 cross-references to mailutils documentation.
8410 Describe various methods of specifying mailbox names,
8411 user names and user passwords for rmail.
8412 (Remote Mailboxes): New section.
8413 Describe how movemail handles remote mailboxes. Describe configuration
8414 options used to control its behavior.
8415 (Other Mailbox Formats): Explain handling of various mailbox
8416 formats.
8417
8418 2005-01-13 Richard M. Stallman <rms@gnu.org>
8419
8420 * commands.texi (Commands): Clarification.
8421
8422 2005-01-11 Richard M. Stallman <rms@gnu.org>
8423
8424 * programs.texi (Multi-line Indent): Fix previous change.
8425 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
8426
8427 2005-01-08 Richard M. Stallman <rms@gnu.org>
8428
8429 * display.texi (Faces): isearch-lazy-highlight-face renamed to
8430 lazy-highlight.
8431
8432 * search.texi (Query Replace): Mention faces query-replace
8433 and lazy-highlight.
8434 (Incremental Search): Update isearch highlighting info.
8435
8436 2005-01-04 Richard M. Stallman <rms@gnu.org>
8437
8438 * custom.texi (Saving Customizations): Minor improvement.
8439
8440 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8441
8442 * custom.texi (Saving Customizations): Emacs no longer loads
8443 `custom-file' after .emacs. No longer mention customizing through
8444 Custom.
8445
8446 2005-01-01 Andreas Schwab <schwab@suse.de>
8447
8448 * killing.texi (Graphical Kill): Move up under node Killing,
8449 change @section to @subsection.
8450
8451 2005-01-01 Richard M. Stallman <rms@gnu.org>
8452
8453 * custom.texi (Face Customization): Mention hex color specs.
8454
8455 * emacs.texi (Top): Update Killing submenu.
8456
8457 * killing.texi (Killing): Reorganize section.
8458 No more TeX-only text; put the node command at start of chapter.
8459 But the first section heading is used only in TeX.
8460 Rewrite the text to read better in this mode.
8461 (Graphical Kill): New subnode gets some of the text that
8462 used to be in the first section.
8463
8464 2004-12-31 Richard M. Stallman <rms@gnu.org>
8465
8466 * dired.texi (Shell Commands in Dired): Delete the ? example.
8467
8468 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
8469
8470 * files.texi (Saving): Describe new require-final-newline features
8471 and mode-require-final-newline.
8472
8473 2004-12-29 Richard M. Stallman <rms@gnu.org>
8474
8475 * custom.texi (File Variables): Clarify previous change.
8476
8477 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8478
8479 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
8480 out now.
8481
8482 2004-12-27 Richard M. Stallman <rms@gnu.org>
8483
8484 * Makefile.in (MAKEINFO): Specify --force.
8485
8486 * basic.texi (Moving Point): C-e now runs move-end-of-line.
8487 (Undo): Doc undo-outer-limit.
8488
8489 2004-12-15 Juri Linkov <juri@jurta.org>
8490
8491 * mark.texi (Transient Mark, Mark Ring): M-< and other
8492 movement commands don't set mark in Transient Mark mode
8493 if mark is active.
8494
8495 2004-12-12 Juri Linkov <juri@jurta.org>
8496
8497 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
8498 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
8499
8500 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
8501 (Misc Dired Commands): Add @r{(Dired)} to w.
8502
8503 2004-12-12 Juri Linkov <juri@jurta.org>
8504
8505 * mark.texi (Marking Objects): Marking commands also extend the
8506 region when mark is active in Transient Mark mode.
8507
8508 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * custom.texi (Saving Customizations): Emacs only loads the custom
8511 file automatically after the init file in version 22.1 or later.
8512 Adapt text and examples to this fact.
8513
8514 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
8517 be set through Custom. Otherwise, it has no effect.
8518
8519 2004-12-05 Richard M. Stallman <rms@gnu.org>
8520
8521 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
8522 * entering.texi: Rename Command Line to Emacs Invocation.
8523
8524 * misc.texi (Term Mode): Correctly describe C-c.
8525
8526 * custom.texi (Easy Customization): Move up to section level,
8527 before Variables. Avoid using the term "variable"; say "option".
8528 New initial explanation.
8529 (Variables): In initial explanation, connect "variable" to the
8530 already-explained "user option".
8531
8532 * emacs.texi (Top): Fix ref to Command Line.
8533 Move reference to Easy Customization.
8534
8535 * xresources.texi (X Resources): Fix From link.
8536
8537 * doclicense.texi (GNU Free Documentation License): Fix To link.
8538
8539 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
8540
8541 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
8542
8543 2004-12-03 Richard M. Stallman <rms@gnu.org>
8544
8545 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
8546
8547 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8548
8549 * kmacro.texi: Several small changes in addition to the following.
8550 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
8551 defining a keyboard macro.
8552 Mention `kmacro-ring-max'.
8553 (Keyboard Macro Counter): Clarify description of
8554 `kmacro-insert-counter', `kmacro-set-counter',
8555 `kmacro-add-counter' and `kmacro-set-format'.
8556
8557 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8558
8559 * custom.texi (File Variables): Add `unibyte' and make it more
8560 clear that `unibyte' and `coding' are special. Suggested by Simon
8561 Krahnke <overlord@gmx.li>.
8562
8563 * mule.texi (Enabling Multibyte): Refer to File Variables.
8564 Suggested by Simon Krahnke <overlord@gmx.li>.
8565
8566 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8567
8568 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
8569 x-use-old-gtk-file-dialog.
8570
8571 2004-11-20 Richard M. Stallman <rms@gnu.org>
8572
8573 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
8574
8575 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
8576
8577 * building.texi (Lisp Eval): Delete hyphen in section name.
8578
8579 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8580
8581 * files.texi (Old Versions):
8582 No longer document annotation as "CVS only".
8583
8584 2004-11-10 Andre Spiegel <spiegel@gnu.org>
8585
8586 * files.texi (Version Control): Rewrite the introduction about
8587 version systems, mentioning the new ones that we support.
8588 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8589 suggestions.
8590
8591 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8592
8593 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8594
8595 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8596
8597 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
8598
8599 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8600
8601 * text.texi (Text Based Tables, Table Definition)
8602 (Table Creation, Table Recognition, Cell Commands)
8603 (Cell Justification, Row Commands, Column Commands)
8604 (Fixed Width Mode, Table Conversion, Measuring Tables)
8605 (Table Misc): New nodes, documenting the Table Mode.
8606
8607 2004-10-19 Jason Rumney <jasonr@gnu.org>
8608
8609 * makefile.w32-in (info): Change order of arguments to makeinfo.
8610
8611 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
8612
8613 * calendar.texi (iCalendar): Update for package changes.
8614
8615 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8616
8617 * files.texi (Misc File Ops): View mode is a minor mode.
8618
8619 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8620
8621 * calendar.texi (iCalendar): Style changes.
8622
8623 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
8624
8625 * search.texi (Regexps): The regexp described in the example is no
8626 longer stored in the variable `sentence-end'.
8627
8628 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * building.texi (Starting GUD): Note that multiple debugging
8631 sessions requires `gdb --fullname'.
8632
8633 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8634
8635 * calendar.texi (iCalendar): New section for a new package.
8636
8637 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
8638
8639 * text.texi: Various small changes in addition to the following.
8640 (Text): Replace xref for autotype with inforef.
8641 (Sentences): Explain nil value for `sentence-end'.
8642 (Paragraphs): Update default values for `paragraph-start' and
8643 `paragraph-separate'.
8644 (Text Mode): Correct description of Text mode's effect on the
8645 syntax table.
8646 (Outline Visibility): `hide-other' does not hide top level headings.
8647 `selective-display-ellipses' no longer has an effect on Outline mode.
8648 (TeX Misc): Add missing @cindex.
8649 Replace xref for RefTeX with inforef.
8650 (Requesting Formatted Text): The variable
8651 `enriched-fill-after-visiting' no longer exists.
8652 (Editing Format Info): Update names of menu items and commands.
8653 (Format Faces): Mention special effect of specifying the default face.
8654 Describe inheritance of text properties.
8655 Correct description of `fixed' face.
8656 (Format Indentation): Correct description of effect of setting
8657 margins. Mention `set-left-margin' and `set-right-margin'.
8658 (Format Justification): Update names of menu items.
8659 `set-justification-full' is now bound to `M-j b'.
8660 Mention that `default-justification' is a per buffer variable.
8661 (Format Properties): Update name of menu item.
8662 (Forcing Enriched Mode): `format-decode-buffer' automatically
8663 turns on Enriched mode if the buffer is in text/enriched format.
8664
8665 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
8666
8667 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
8668
8669 2004-09-28 Kim F. Storm <storm@cua.dk>
8670
8671 * display.texi (Display Custom) <indicate-buffer-boundaries>:
8672 Align with new functionality.
8673
8674 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8675
8676 * display.texi (Display Custom): Remove stray `@end defvar'.
8677
8678 2004-09-23 Kim F. Storm <storm@cua.dk>
8679
8680 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
8681 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
8682
8683 2004-09-20 Richard M. Stallman <rms@gnu.org>
8684
8685 * custom.texi (Hooks): Explain using setq to clear out a hook.
8686 (File Variables): Explain multiline string constants.
8687 (Non-ASCII Rebinding): Explain when you need to update
8688 non-ASCII char codes in .emacs.
8689
8690 * building.texi (Compilation): Explain how to make a silent
8691 subprocess that won't be terminated. Explain compilation-environment.
8692
8693 2004-09-13 Kim F. Storm <storm@cua.dk>
8694
8695 * mini.texi (Repetition): Rename isearch-resume-enabled to
8696 isearch-resume-in-command-history and change default to disabled.
8697
8698 2004-09-09 Kim F. Storm <storm@cua.dk>
8699
8700 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
8701 with new `kmacro-name-last-macro'.
8702
8703 2004-09-08 Juri Linkov <juri@jurta.org>
8704
8705 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
8706
8707 2004-09-03 Juri Linkov <juri@jurta.org>
8708
8709 * search.texi (Incremental Search): Update wording for M-%.
8710
8711 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
8712
8713 * killing.texi (Killing): Correct description of kill commands in
8714 read-only buffer.
8715
8716 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
8717
8718 * building.texi (Compilation Mode): Add a paragraph about rules
8719 for finding the compilation buffer for `next-error'.
8720
8721 * search.texi (Other Repeating Search): Mention that Occur mode
8722 supports the next-error functionality.
8723
8724 2004-09-02 Juri Linkov <juri@jurta.org>
8725
8726 * search.texi (Regexp Replace): Add missing backslash to \footnote.
8727
8728 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8729
8730 * kmacro.texi (Basic Keyboard Macro):
8731 `apply-macro-to-region-lines' now operates on all lines that begin
8732 in the region, rather than on all complete lines in the region.
8733
8734 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8735
8736 * frames.texi (Drag and drop): Add documentation about
8737 x-dnd-test-function and x-dnd-known-types.
8738
8739 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * indent.texi: Various minor changes in addition to:
8742 (Indentation Commands): Correct description of `indent-relative'.
8743 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
8744 mode. The *Tab Stops* buffer uses Overwrite Mode.
8745 (Just Spaces): `tabify' converts sequences of at least two spaces
8746 to tabs.
8747
8748 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8749
8750 * frames.texi (Secondary Selection): Setting the secondary
8751 selection with M-Drag-Mouse-1 does not alter the kill ring,
8752 setting it with M-Mouse-1 and M-Mouse-3 does.
8753 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
8754 toolkit scroll bars.
8755 (Scroll Bars): Ditto.
8756
8757 * windows.texi (Basic Window): When using a window system, the value
8758 of point in a non-selected window is indicated by a hollow box.
8759 (Split Window): Side by side windows are separated by a scroll bar,
8760 if scroll bars are used.
8761 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
8762 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
8763 (Window Convenience): Update bindings for `winner-undo' and
8764 `winner-redo'.
8765
8766 * ack.texi (Acknowledgments): Use `@unnumbered'.
8767 * misc.texi: Adapt sectioning in Info to the node structure.
8768 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
8769 of "Using Emacs as a Server".
8770 * building.texi (Building): Interchange nodes (for correct numbering).
8771 * programs.texi (Programs): Interchange nodes (for correct numbering).
8772 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
8773 Info to the node structure.
8774 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
8775 Rearrange order of nodes and sections such that both "GNU GENERAL
8776 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
8777 end, as appropriate for appendices.
8778 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
8779 Use `@unnumberedsec'.
8780 * trouble.texi: Adapt sectioning in Info to the node structure.
8781 Adapt node pointers to change in emacs.texi.
8782 * cmdargs.texi, doclicense.texi: Adapt node pointers.
8783
8784 2004-08-25 Kenichi Handa <handa@m17n.org>
8785
8786 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
8787 description for unibyte mode.
8788
8789 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
8790
8791 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
8792
8793 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8794 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8795 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8796 in @pxref.
8797
8798 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8801 Change section names.
8802
8803 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8804
8805 * kmacro.texi (Keyboard Macro Ring): Rename section.
8806 Emacs treats the head of the macro ring as the `last keyboard macro'.
8807 (Keyboard Macro Counter): Minor change.
8808 (Save Keyboard Macro): Some clarifications.
8809 (Edit Keyboard Macro): Rename section.
8810
8811 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8812 32-bit machines.
8813 (Several Buffers): Clarify which buffer is selected if `2' is
8814 pressed in the Buffer Menu.
8815 Auto Revert mode can be used to update the Buffer Menu
8816 automatically.
8817
8818 2004-08-21 Eli Zaretskii <eliz@gnu.org>
8819
8820 * help.texi (Misc Help): Add an index entry for finding an Info
8821 manual by its file name.
8822
8823 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8824
8825 * files.texi (Backup Deletion): Correct description of
8826 `delete-old-versions'.
8827 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8828 (Auto Save Files): Recommend `auto-save-mode' to reenable
8829 auto-saving, rather than the abbreviation `auto-save'.
8830
8831 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8832
8833 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8834 for "killing" and "yanking" in main menu.
8835
8836 2004-08-16 Richard M. Stallman <rms@gnu.org>
8837
8838 * killing.texi (Yanking, Killing): Minor cleanups.
8839
8840 * mark.texi (Momentary Mark): Minor cleanups.
8841
8842 2004-08-15 Kenichi Handa <handa@etl.go.jp>
8843
8844 * custom.texi (Non-ASCII Rebinding):
8845 C-q always inserts the right code to pass to global-set-key.
8846
8847 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8850 `insert-register', instead of `C-x r g' binding, for consistency.
8851
8852 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8853
8854 * fixit.texi (Spelling): Fix typo.
8855
8856 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8857
8858 * help.texi (Help): Fix Texinfo usage.
8859
8860 2004-07-24 Richard M. Stallman <rms@gnu.org>
8861
8862 * text.texi (Paragraphs): Update how paragraphs are separated
8863 and the default for paragraph-separate.
8864
8865 * search.texi (Regexp Replace): Further update text for new
8866 replacement operators.
8867
8868 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8869
8870 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8871 `R' switch.
8872
8873 * dired.texi (Dired Updating): `k' only deletes inserted
8874 subdirectories from the Dired buffer if a prefix argument was given.
8875
8876 * search.texi (Regexps): Delete redundant definition of `symbol' in
8877 description of `\_>'. It already occurs in the description of `\_<'.
8878
8879 2004-07-01 Juri Linkov <juri@jurta.org>
8880
8881 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8882 (Regexp Search): Add M-r.
8883
8884 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8887
8888 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8889
8890 * search.texi, calendar.texi: Markup fixes.
8891
8892 2004-06-25 Richard M. Stallman <rms@gnu.org>
8893
8894 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8895
8896 2004-06-25 David Kastrup <dak@gnu.org>
8897
8898 * search.texi (Regexp Replace): Some typo corrections and
8899 rearrangement.
8900
8901 2004-06-24 David Kastrup <dak@gnu.org>
8902
8903 * search.texi (Unconditional Replace): Use replace-string instead
8904 of query-replace in example.
8905 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8906 sequences.
8907 (Query Replace): Correct explanation of `^' which does not use
8908 the mark stack.
8909
8910 2004-06-21 Nick Roberts <nickrob@gnu.org>
8911
8912 * misc.texi (Shell History Copying): Document comint-insert-input.
8913 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8914
8915 2004-06-20 Jesper Harder <harder@ifa.au.dk>
8916
8917 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8918 * custom.texi (Customization): Do.
8919 * anti.texi (Antinews): Do.
8920 * abbrevs.texi (Defining Abbrevs): Do.
8921
8922 * programs.texi (Info Lookup): Fix keybinding for
8923 info-lookup-symbol.
8924
8925 2004-06-16 Juanma Barranquero <lektu@terra.es>
8926
8927 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8928 Add emacs-xtra.
8929 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8930 (clean): Add emacs-xtra and flymake. Remove redundancies.
8931
8932 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8935 Add emacs-xtra.
8936 * emacs-xtra.texi: New file.
8937
8938 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8939
8940 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8941 (Dired and Find): Mention differences with ordinary Dired buffers.
8942
8943 2004-06-13 Richard M. Stallman <rms@gnu.org>
8944
8945 * custom.texi (Init Syntax): Explain about vars that do special
8946 things when set with setq or with Custom.
8947 (Init Examples): Add line-number-mode example.
8948
8949 2004-06-12 Juri Linkov <juri@jurta.org>
8950
8951 * dired.texi (Operating on Files): Add dired-do-touch.
8952
8953 2004-06-10 Juri Linkov <juri@jurta.org>
8954
8955 * building.texi (Lisp Eval): Add C-M-x on defface.
8956
8957 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8958
8959 * files.texi (Reverting): Auto-Revert mode and
8960 Global Auto-Revert mode no longer revert remote files.
8961
8962 2004-05-29 Richard M. Stallman <rms@gnu.org>
8963
8964 * custom.texi (Init File): Two dashes start --no-site-file.
8965
8966 2004-05-29 Alan Mackenzie <acm@muc.de>
8967
8968 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
8969 ("AWK"): Is consistently thus spelled throughout.
8970 (AWK, Pike): Document as "C-like modes".
8971 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8972 (M-x man): Supersedes M-x manual-entry.
8973 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8974
8975 ("Comments in C"): Delete node; the info is in CC Mode manual.
8976 (c-comment-only-line-offset): Remove description.
8977
8978 (C-c ., C-c C-c): Describe new C Mode bindings.
8979
8980 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8981 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8982 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8983 Amend definitions.
8984
8985 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8986 Describe functions.
8987
8988 (c-comment-start-regexp, c-hanging-comment-ender-p)
8989 (c-hanging-comment-starter-p): Remove obsolete definitions.
8990
8991 * emacs.texi: Remove the menu entry "Comments in C".
8992
8993 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8994
8995 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8996 `M-x locate'.
8997
8998 2004-05-16 Karl Berry <karl@gnu.org>
8999
9000 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
9001 makeinfo --html fails.
9002 * help.texi (Help Summary) [@ifnottex]: Likewise.
9003
9004 2004-05-13 Nick Roberts <nickrob@gnu.org>
9005
9006 * building.texi (GDB Graphical Interface): Update and describe
9007 layout first.
9008
9009 2004-05-04 Jason Rumney <jasonr@gnu.org>
9010
9011 * makefile.w32-in: Revert last change.
9012
9013 2004-05-03 Jason Rumney <jasonr@gnu.org>
9014
9015 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
9016
9017 2004-04-23 Juanma Barranquero <lektu@terra.es>
9018
9019 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9020
9021 2004-04-18 Juri Linkov <juri@jurta.org>
9022
9023 * fixit.texi (Spelling): Remove file extension from ispell xref.
9024
9025 2004-04-15 Kim F. Storm <storm@cua.dk>
9026
9027 * cmdargs.texi (Initial Options): Add -Q.
9028
9029 2004-04-05 Kim F. Storm <storm@cua.dk>
9030
9031 * custom.texi (File Variables): Add safe-local-eval-forms.
9032
9033 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * files.texi (Reverting): Correct description of revert-buffer's
9036 handling of point.
9037
9038 2004-03-22 Juri Linkov <juri@jurta.org>
9039
9040 * emacs.texi (Top): Add `Misc X'.
9041
9042 * trouble.texi: Fix help key bindings.
9043
9044 * glossary.texi: Improve references.
9045
9046 * help.texi: Sync keywords with finder.el.
9047
9048 * mini.texi (Completion): Add description for menu items.
9049
9050 * misc.texi (Browse-URL, FFAP): Add information about keywords.
9051
9052 * sending.texi (Mail Methods): Fix xref to Message manual.
9053
9054 2004-03-12 Richard M. Stallman <rms@gnu.org>
9055
9056 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
9057
9058 2004-03-04 Richard M. Stallman <rms@gnu.org>
9059
9060 * search.texi (Regexps): Explain that ^ and $ have their
9061 special meanings only in certain contexts.
9062
9063 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
9064
9065 * mule.texi (Specify Coding): Doc C-x RET F.
9066
9067 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
9068 for multiple compile and grep buffers.
9069 (Indirect Buffers): Don't recommand clone-indirect-buffer
9070 for multiple compile and grep buffers.
9071
9072 2004-02-29 Juanma Barranquero <lektu@terra.es>
9073
9074 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9075 Use $(DEL) instead of rm, and ignore exit code.
9076
9077 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9078
9079 * building.texi (Watch Expressions): Update.
9080
9081 2004-02-21 Juri Linkov <juri@jurta.org>
9082
9083 * cmdargs.texi (Action Arguments): Add alias --find-file.
9084 Add --directory, --help, --version. Move text about command-line-args
9085 to Command Arguments.
9086 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
9087 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
9088 (Window Size X): Join -g and --geometry. Add @cindex.
9089 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
9090 (Title X): Remove alias -title.
9091 (Misc X): New node.
9092
9093 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
9094
9095 * frames.texi (Drag and drop): Add Motif to list of supported
9096 protocols.
9097
9098 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
9099
9100 * frames.texi (Drag and drop): New section.
9101
9102 2004-01-24 Richard M. Stallman <rms@gnu.org>
9103
9104 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
9105 Include it only @ifnotinfo. Patch the preceding and following
9106 node headers to point to each other.
9107
9108 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9109
9110 * calendar.texi (Appointments): Update section.
9111
9112 2003-12-29 Kevin Ryde <user42@zip.com.au>
9113
9114 * programs.texi (C Modes): Fix the xref.
9115
9116 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9117
9118 * building.texi (Watch Expressions): Update.
9119 (Commands of GUD): Include use of toolbar + breakpoints set from
9120 fringe/margin.
9121
9122 2003-12-03 Andre Spiegel <spiegel@gnu.org>
9123
9124 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
9125 <acm@muc.de>.
9126
9127 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
9128
9129 * frames.texi (Dialog Boxes): Add use-file-dialog.
9130
9131 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9132
9133 * ack.texi: Note that Alan Mackenzie contributed the AWK support
9134 in CC Mode.
9135
9136 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9137
9138 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
9139 * man/commands.texi, man/custom.texi, man/display.texi:
9140 * man/emacs.texi, man/files.texi:
9141 * man/frames.texi, man/glossary.texi, man/killing.texi:
9142 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
9143 * man/mule.texi, man/rmail.texi, man/search.texi:
9144 * man/sending.texi, man/text.texi, man/trouble.texi:
9145 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
9146
9147 2003-11-01 Alan Mackenzie <acm@muc.de>
9148
9149 * search.texi (Scrolling During Incremental Search): Document a
9150 new scrolling facility in isearch mode.
9151
9152 2003-10-22 Miles Bader <miles@gnu.org>
9153
9154 * Makefile.in (info): Move before $(top_srcdir)/info.
9155
9156 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
9157
9158 * building.texi (Watch Expressions): Update section on data display
9159 to reflect code changes (GDB Graphical Interface).
9160
9161 2003-10-13 Richard M. Stallman <rms@gnu.org>
9162
9163 * xresources.texi (GTK resources): Clean up previous change.
9164
9165 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
9166
9167 * xresources.texi (GTK resources): Add a note that some themes
9168 disallow customizations. Add scroll theme example.
9169
9170 2003-09-30 Richard M. Stallman <rms@gnu.org>
9171
9172 * cmdargs.texi (General Variables): Remove MAILRC envvar.
9173
9174 * misc.texi (Saving Emacs Sessions): Shorten the section,
9175 collapsing back into one node.
9176
9177 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9178
9179 * misc.texi: Section "Saving Emacs Sessions" rewritten.
9180
9181 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
9182
9183 * xresources.texi (GTK names in Emacs): Correct typo.
9184
9185 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
9186
9187 * cmdargs.texi (Font X): Mention new default font.
9188 More fully describe long font names, wildcard patterns and the
9189 problems involved. (Result of discussion on emacs-devel.)
9190
9191 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
9192
9193 * emacs.texi (Acknowledgements): Correct typo.
9194
9195 2003-09-22 Richard M. Stallman <rms@gnu.org>
9196
9197 * dired.texi (Misc Dired Commands): New node.
9198 (Dired Navigation): Add dired-goto-file.
9199
9200 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
9201
9202 * emacs.texi (Acknowledgements): New node, split from Distribution.
9203
9204 * cmdargs.texi (Action Arguments): -f reads interactive args.
9205
9206 2003-09-08 Lute Kamstra <lute@gnu.org>
9207
9208 * screen.texi (Mode Line): Say that POS comes before LINE.
9209 Mention `size-indication-mode'.
9210 * display.texi (Optional Mode Line):
9211 Document `size-indication-mode'.
9212 * basic.texi (Position Info): Mention `size-indication-mode'.
9213
9214 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9215
9216 * xresources.texi (Resources): Refer to `editres' man page.
9217 (Lucid Resources): Update defaults. Expand description of
9218 `shadowThickness'.
9219
9220 2003-09-04 Miles Bader <miles@gnu.org>
9221
9222 * Makefile.in (top_srcdir): New variable.
9223 ($(top_srcdir)/info): New rule.
9224 (info): Depend on it.
9225
9226 2003-09-03 Peter Runestig <peter@runestig.com>
9227
9228 * makefile.w32-in: New file.
9229
9230 2003-08-29 Richard M. Stallman <rms@gnu.org>
9231
9232 * misc.texi (Saving Emacs Sessions): Correct previous change.
9233
9234 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9235
9236 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
9237 (Intro): Include kmacro.texi after fixit.texi instead of after
9238 custom.texi. (As suggested by Kim Storm.)
9239
9240 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9241
9242 * fixit.texi (Fixit): Update `Next' pointer.
9243 * files.texi (Files): Update `Previous' pointer.
9244 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
9245 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
9246 (Suggested by Kim Storm.)
9247 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
9248
9249 2003-08-18 Kim F. Storm <storm@cua.dk>
9250
9251 * kmacro.texi: New file describing enhanced keyboard macro
9252 functionality. Replaces old description in custom.texi.
9253
9254 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
9255 (Keyboard Macros): Move to new kmacro.texi file.
9256
9257 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
9258
9259 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9260
9261 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
9262
9263 2003-08-17 Alex Schroeder <alex@gnu.org>
9264
9265 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
9266 required.
9267
9268 2003-08-05 Richard M. Stallman <rms@gnu.org>
9269
9270 * programs.texi (Lisp Indent): Don't describe
9271 lisp-indent-function property here. Use xref to Lisp Manual.
9272
9273 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9274
9275 * calendar.texi (Date Formats): Document changed behavior of
9276 abbreviations.
9277
9278 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
9279
9280 * buffers.texi (List Buffers): Fix previous change.
9281
9282 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
9283
9284 * buffers.texi (List Buffers): Adjust to new format of *Buffer
9285 List*.
9286
9287 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9288
9289 * display.texi (Font Lock): Fix typo.
9290
9291 2003-07-07 Richard M. Stallman <rms@gnu.org>
9292
9293 * display.texi (Font Lock): Add xref for format info on
9294 font-lock-remove-keywords.
9295
9296 * building.texi (Compilation): Document what happens with asynch
9297 children of compiler process.
9298
9299 * help.texi (Library Keywords): Use @multitable.
9300
9301 2003-06-04 Richard M. Stallman <rms@gnu.org>
9302
9303 * programs.texi (Expressions): Delete C-M-DEL.
9304
9305 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
9306 comint-move-point-for-output renamed from
9307 comint-scroll-to-bottom-on-output.
9308
9309 * custom.texi (Init Rebinding): Replace previous change with xref.
9310 (Non-ASCII Rebinding): Explain that issue more briefly here.
9311
9312 2003-05-28 Richard M. Stallman <rms@gnu.org>
9313
9314 * indent.texi (Indentation): Condense, simplify, clarify prev change.
9315
9316 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
9317
9318 * building.texi (GDB Graphical Interface): New node.
9319 (Rewritten somewhat by RMS.)
9320
9321 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
9322
9323 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
9324 non-English letters. Explain how to set coding systems correctly
9325 and how to include the right coding cookie in the file.
9326
9327 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
9328
9329 * indent.texi (Indentation): Explain the concepts.
9330 (Just Spaces): Explain why preventing tabs for indentation might
9331 be useful.
9332
9333 2003-04-16 Richard M. Stallman <rms@gnu.org>
9334
9335 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
9336
9337 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9338
9339 * cmdargs.texi (General Variables): Document SMTPSERVER.
9340
9341 * sending.texi: Remove SMTP node.
9342 (Mail Sending): Describe `send-mail-function'. Link to SMTP
9343 library.
9344
9345 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9346
9347 * sending.texi (Sending via SMTP): Explain MTA/MUA.
9348
9349 2003-02-22 Simon Josefsson <jas@extundo.com>
9350
9351 * sending.texi (Mail Methods): Add node about SMTP.
9352
9353 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
9354
9355 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
9356
9357 2003-02-01 Kevin Ryde <user42@zip.com.au>
9358
9359 * glossary.texi (Glossary): Correction to cl cross reference.
9360
9361 2003-01-20 Richard M. Stallman <rms@gnu.org>
9362
9363 * killing.texi (Rectangles): Document C-x c r.
9364
9365 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
9366
9367 * xresources.texi (GTK resources): New node.
9368 (GTK widget names): New node.
9369 (GTK names in Emacs): New node.
9370 (GTK styles): New node.
9371
9372 2003-01-09 Francesco Potortì <pot@gnu.org>
9373
9374 * maintaining.texi (Create Tags Table): Add reference to the new
9375 `etags --help --lang=LANG' option.
9376
9377 2002-10-02 Karl Berry <karl@gnu.org>
9378
9379 * emacs.texi: Per rms, update all manuals to use @copying instead of
9380 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
9381 where needed for the sake of the HTML output.
9382
9383 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9384
9385 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
9386 source files.
9387
9388 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9389
9390 * Makefile.in (emacsman): New target.
9391
9392 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9393
9394 * (Version 21.1 released.)
9395
9396 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9397
9398 * Branch for 21.1.
9399
9400 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9401
9402 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9403
9404 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9405
9406 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9407
9408 1999-07-12 Richard Stallman <rms@gnu.org>
9409
9410 * Version 20.4 released.
9411
9412 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9413
9414 * Makefile.in (INFO_TARGETS): Delete customize.info.
9415 (DVI_TARGETS): Delete customize.dvi.
9416 (../info/customize, customize.dvi): Targets deleted.
9417
9418 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9419
9420 * Version 20.3 released.
9421
9422 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9423
9424 * Makefile.in (EMACSSOURCES): Add mule.texi.
9425 Add msdog.texi, ack.texi. Remove gnu1.texi.
9426
9427 1998-04-06 Andreas Schwab <schwab@gnu.org>
9428
9429 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9430 Use it in dvi targets.
9431
9432 1997-09-23 Paul Eggert <eggert@twinsun.com>
9433
9434 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9435 (INFO_TARGETS): Change ../info/custom to ../info/customize.
9436 (../info/customize): Rename from ../info/custom.
9437
9438 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9439
9440 * Version 20.2 released.
9441
9442 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9443
9444 * Version 20.1 released.
9445
9446 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9447
9448 * Makefile (../info/customize, customize.dvi): New targets.
9449 (INFO_TARGETS): Add ../info/customize.
9450 (DVI_TARGETS): Add customize.dvi.
9451
9452 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9453
9454 * Version 19.33 released.
9455
9456 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9457
9458 * Version 19.32 released.
9459
9460 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9461
9462 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9463
9464 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9465
9466 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9467 Specify -I option.
9468 (All dvi targets): Set the TEXINPUTS variable.
9469
9470 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9471
9472 * Version 19.31 released.
9473
9474 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9475
9476 * Version 19.30 released.
9477
9478 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9479
9480 * Makefile.in (maintainer-clean): Rename from realclean.
9481
9482 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9483
9484 * Makefile.in: New file.
9485 * Makefile: File deleted.
9486
9487 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9488
9489 * Makefile (TEXINDEX_OBJS): Variable deleted.
9490 (texindex, texindex.o, getopt.o): Rules deleted.
9491 All deps on texindex deleted.
9492 (distclean): Don't delete texindex.
9493 (mostlyclean): Don't delete *.o.
9494 * texindex.c, getopt.c: Files deleted.
9495
9496 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9497
9498 * Version 19.26 released.
9499
9500 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
9501
9502 * Makefile (EMACSSOURCES): Exclude undo.texi.
9503
9504 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9505
9506 * Version 19.25 released.
9507
9508 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9509
9510 * Version 19.24 released.
9511
9512 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9513
9514 * Version 19.23 released.
9515
9516 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9517
9518 * Makefile: Delete spurious tab.
9519
9520 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9521
9522 * Makefile (.SUFFIXES): New rule.
9523
9524 1993-12-04 Richard Stallman (rms@srarc2)
9525
9526 * getopt.c: New file.
9527 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9528 (getopt.o): New rule.
9529 (dvi): Don't depend on texindex.
9530 (emacs.dvi): Depend on texindex.
9531
9532 1993-12-03 Richard Stallman (rms@srarc2)
9533
9534 * Makefile (TEXI2DVI): New variable.
9535 (emacs.dvi): Add explicit command.
9536 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9537
9538 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9539
9540 * Version 19.22 released.
9541
9542 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9545
9546 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * Version 19.21 released.
9549
9550 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9551
9552 * Makefile (realclean): Don't delete the Info files.
9553
9554 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9555
9556 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
9557 4' where appropriate.
9558
9559 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
9560
9561 * Makefile: Fix targets for texindex.
9562
9563 * texindex.c: Include "../src/config.h" if building in emacs.
9564
9565 * Makefile: Change all files to FILENAME.texi, force all targets
9566 to be FILENAME, not FILENAME.info.
9567 Add target to build texindex.c, defining `emacs'.
9568
9569 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9570
9571 * Version 19.19 released.
9572
9573 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * Version 19.18 released.
9576
9577 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9578
9579 * Makefile: Fix source file names of the separate manuals.
9580
9581 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9582
9583 * Version 19.17 released.
9584
9585 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9586
9587 * split-man: Fix typos in last change.
9588
9589 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9590
9591 * Version 19.16 released.
9592
9593 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9594
9595 * version 19.15 released.
9596
9597 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9598
9599 * Makefile (distclean): It's rm, not rf.
9600
9601 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9602
9603 * Version 19.14 released.
9604
9605 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9606
9607 * Makefile: New file.
9608
9609 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9610
9611 * Version 19.13 released.
9612
9613 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9614
9615 * Version 19.9 released.
9616
9617 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9618
9619 * Version 19.8 released.
9620
9621 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9622
9623 * cmdargs.texi: Document the -i, -itype, and -iconic options.
9624
9625 * trouble.texi: It's `enable-flow-control-on', not
9626 `evade-flow-control-on'.
9627
9628 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9629
9630 * display.texi: Document standard-display-european.
9631
9632 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9633
9634 * Version 19.7 released.
9635
9636 * emacs.texi: Add a sentence to the top menu mentioning the
9637 specific version of Emacs this manual applies to.
9638
9639 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9640
9641 * basic.texi: Document next-line-add-lines variable used to
9642 implement down-arrow.
9643
9644 * killing.texi: Document kill-whole-line.
9645
9646 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9647
9648 * text.texi: Update unix TeX ordering information.
9649
9650 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9651
9652 * news.texi: Mention fill-rectangle in keybinding list.
9653
9654 * killing.texi: Document fill-rectangle.
9655
9656 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9657
9658 * vc.texi: Bring the docs up to date with VC 5.2.
9659
9660 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9661
9662 * emacs.tex: Mention blackbox and gomoku under Amusements.
9663 Assembler mode is now mentioned and appropriately indexed
9664 under Programming Modes.
9665
9666 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
9667
9668 * emacs.tex: Update TeX ordering information.
9669
9670 1990-06-26 David Lawrence (tale@geech)
9671
9672 * emacs.tex: Note that completion-ignored-extensions is not used
9673 to filter out names when all completions are displayed in
9674 *Completions*.
9675
9676 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9677
9678 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9679
9680 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
9681
9682 * emacs.tex: Add @findex grep.
9683
9684 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9685
9686 * emacs.tex: Correct two typos. No other changes before
9687 Version 19 will be made.
9688
9689 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9690
9691 * emacs.tex: Update information for obtaining TeX distribution from the
9692 University of Washington.
9693
9694 ;; Local Variables:
9695 ;; coding: utf-8
9696 ;; End:
9697
9698 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
9699
9700 This file is part of GNU Emacs.
9701
9702 GNU Emacs is free software: you can redistribute it and/or modify
9703 it under the terms of the GNU General Public License as published by
9704 the Free Software Foundation, either version 3 of the License, or
9705 (at your option) any later version.
9706
9707 GNU Emacs is distributed in the hope that it will be useful,
9708 but WITHOUT ANY WARRANTY; without even the implied warranty of
9709 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9710 GNU General Public License for more details.
9711
9712 You should have received a copy of the GNU General Public License
9713 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.