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