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