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