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