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