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