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