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