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