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