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