* lisp/mail/sendmail.el (sendmail-query-once): Tweak prompt message
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
50b063c3
CY
12011-10-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * killing.texi (Deletion): Add xref to Using Region. Document
4 delete-forward-char.
5 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
6 description here. Recommend C-u C-SPC for jumping to mark.
7 (Kill Ring): Move kill ring variable documentation here.
8 (Primary Selection): Copyedits.
9 (Rectangles): Document new command rectangle-number-lines.
10 (CUA Bindings): Note that this disables the mark-even-if-inactive
11 behavior for C-x and C-c.
12
13 * mark.texi (Mark): Mention "active region" terminology.
14 (Using Region): Document delete-active-region.
15
e1a3f5b1
CY
162011-10-12 Chong Yidong <cyd@stupidchicken.com>
17
18 * mark.texi (Mark): Clarify description of disabled Transient Mark
19 mode (Bug#9689).
20 (Setting Mark): Document prefix arg for C-x C-x. Document primary
21 selection changes. Mention that commands like C-y set the mark.
22 (Marking Objects): Add xref to Words node. Note that mark-word
23 and mark-sexp also have the "extend region" behavior.
24 (Using Region): Mention M-$ in the table. Document
25 mark-even-if-inactive here instead of in Mark Ring.
26 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
27 note of the "Mark Set" behavior.
28 (Disabled Transient Mark): Rename from "Persistent Mark"
29 (Bug#9688). Callers changed.
30
31 * programs.texi (Expressions):
32 * text.texi (Words): Defer to Marking Objects for mark-word doc.
33
3dc62b2b
CY
342011-10-09 Chong Yidong <cyd@stupidchicken.com>
35
36 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
37 option" terminology.
38 (Key Help): Add command names. Define "documentation string".
39 (Name Help): Remove an over-long joke.
40 (Apropos): Document prefix args. Remove duplicated descriptions.
41 (Help Mode): Add C-c C-b to table. Update TAB binding.
42 (Package Keywords): Rename from "Library by Keyword". Describe
43 new package menu interface.
44 (Help Files, Help Echo): Tweak description.
de09aa52
CY
45
46 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 47 (Minibuffer History): Document numeric args to history commands.
de09aa52 48
2d3fe5d7
EZ
492011-10-08 Eli Zaretskii <eliz@gnu.org>
50
51 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
52
b2b0776e
CY
532011-10-08 Chong Yidong <cyd@stupidchicken.com>
54
55 * basic.texi (Position Info): Omit page commands. Document
56 count-words-region and count-words.
57
58 * text.texi (Pages): Move what-page documentation here.
59
27a16462
CY
602011-10-08 Chong Yidong <cyd@stupidchicken.com>
61
62 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
63 Remote Files node instead of linking directly to the Tramp manual.
64 (Minibuffer Edit): Add xref to Blank Lines.
65 (Completion): Add xref to Symbol Completion. Remove redundant
66 example, which is repeated in the next node.
67 (Completion Commands): Minor clarifications.
68 (Completion Styles): New node, split from Completion Commands.
69 Document substring and initials styles.
70 (Strict Completion): Remove information duplicated in other nodes.
71 (Completion Options): Consolidate case difference discussion here.
72
73 * help.texi (Help Mode): Fix kindex entries.
74
75 * files.texi (File Names): Add index entries.
76
de0bde62
CY
772011-10-07 Chong Yidong <cyd@stupidchicken.com>
78
79 * basic.texi (Inserting Text): Add xref to Completion. Add
80 ucs-insert example, and document prefix argument.
81 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
82 to left/right. Tweak left-char and right-char descriptions.
83 M-left and M-right are now bound to left-word/right-word.
84 (Erasing): Document delete-forward-char.
85
86 * screen.texi (Screen, Menu Bar): Copyedits.
87 (Point): Remove duplicate paragraph on cursors, also in Screen.
88 (Mode Line): Trailing dashes no longer shown on X displays.
89
90 * frames.texi (Non-Window Terminals): Index just "text-only
91 terminal", which is used throughout the manual now.
92
93 * entering.texi (Entering Emacs): Define "startup screen".
94 Document window-splitting behavior with command-line inputs.
95 (Exiting): Remove obsolete paragraph about shells without suspend
96 functionality.
97
98 * commands.texi (User Input): Define "input event" more clearly.
99 (Keys): Add xref to Echo Area.
100 (Commands): Clarify relation between commands and functions.
101
453e4522
CY
1022011-10-06 Chong Yidong <cyd@stupidchicken.com>
103
104 * misc.texi (emacsclient Options): Document how emacsclient runs
105 the Emacs daemon (Bug#9674).
106
550f41cd
CY
1072011-10-01 Chong Yidong <cyd@stupidchicken.com>
108
109 * basic.texi (Moving Point):
110 * custom.texi (Mouse Buttons):
111 * rmail.texi (Rmail Scrolling):
112 * search.texi (Isearch Scroll):
113
114 * display.texi (Scrolling): Replace scroll-up/down with
115 scroll-up/down-command. Fix scroll-preserve-screen-position
116 description. Document scroll-error-top-bottom.
117
9229fe87
GM
1182011-09-30 Glenn Morris <rgm@gnu.org>
119
120 * commands.texi (Keys): Whitespace fix. (Bug#9635)
121
0a2132ba
CY
1222011-09-24 Chong Yidong <cyd@stupidchicken.com>
123
124 * windows.texi (Pop Up Window): Defer discussion of window
125 splitting to the Window Choice node. Add index entries.
126 (Force Same Window): Node deleted.
127 (Displaying Buffers, Window Choice): New nodes.
128
129 * buffers.texi (Select Buffer): Clarify description of
130 buffer-switching commands. Add xref to Window Display node.
131 Don't repeat confirm-nonexistent-file-or-buffer description from
132 Visiting node. Remove even-window-heights.
133
134 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
135
33ed493b
CY
1362011-09-18 Chong Yidong <cyd@stupidchicken.com>
137
138 * cmdargs.texi (Icons X): Fix description of Emacs icon.
139
140 * xresources.texi (Table of Resources): Fix documentation of
141 bitmapIcon.
142
92fa95ad
CY
1432011-09-15 Chong Yidong <cyd@stupidchicken.com>
144
145 * package.texi (Package Menu): Add package-menu-mark-upgrades.
146
16254627
EH
1472011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
148
149 * frames.texi (Frame Commands): Note that delete-other-frames only
150 deletes frames on current terminal.
151
c3760c17
EZ
1522011-09-10 Eli Zaretskii <eliz@gnu.org>
153
154 * sending.texi (Mail Misc): Document mail-add-attachment.
155
69b8be97
EZ
1562011-09-04 Eli Zaretskii <eliz@gnu.org>
157
158 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
159
3fd50d5c
CY
1602011-08-29 Chong Yidong <cyd@stupidchicken.com>
161
162 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
163
e2aeef63
CY
1642011-08-28 Chong Yidong <cyd@stupidchicken.com>
165
166 * files.texi (File Archives):
167 * cal-xtra.texi (Diary Display):
168 * help.texi (Help Mode): Add xref to View Mode.
169
ddb54206
CY
1702011-08-28 Chong Yidong <cyd@stupidchicken.com>
171
a6326082
CY
172 * display.texi (View Mode): New node. Move view-file here from
173 Misc File Ops. Move view-buffer here from Misc Buffer.
174
175 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
176
04e2ce72 177 * files.texi (Misc File Ops): Document new
a6326082 178 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
179
180 * dired.texi (Dired Deletion): Shorten description of Trash.
181
ddb54206
CY
182 * misc.texi (emacsclient Options): Document server-port.
183
bd206ce5
EZ
1842011-08-27 Eli Zaretskii <eliz@gnu.org>
185
186 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
187 even on MS-Windows. Fix a typo.
188
d43f5a42
CY
1892011-08-26 Chong Yidong <cyd@stupidchicken.com>
190
191 * package.texi: New file, documenting the package manager.
192
193 * emacs.texi: Include it.
194
195 * help.texi (Help Summary): Add describe-package.
196
e0b1591b
CY
1972011-08-25 Chong Yidong <cyd@stupidchicken.com>
198
856ce114
CY
199 * misc.texi (Printing): Convert subnodes into subsections.
200
f404f8bc
CY
201 * text.texi (Two-Column): Move into Text chapter.
202
203 * picture-xtra.texi (Picture Mode): Group with Editing Binary
204 Files section. Convert from chapter into section.
205
206 * display.texi (Narrowing): Move into display chapter.
207
e0b1591b
CY
208 * sending.texi (Sending Mail):
209 * rmail.texi (Rmail):
210 * misc.texi (Gnus, Document View):
211 * dired.texi (Dired):
212 * emacs.texi: Group the mail, rmail, and gnus chapters together.
213
75bfc667
JL
2142011-08-07 Juri Linkov <juri@jurta.org>
215
216 * dired.texi (Operating on Files): Rewrite according to the fact
217 that `dired-do-chmod' doesn't use the `chmod' program anymore.
218
fe676f91
MA
2192011-07-30 Michael Albinus <michael.albinus@gmx.de>
220
221 * mini.texi (Minibuffer File): Insert a reference to Tramp for
222 remote file name completion. (Bug#9197)
223
4cc60b9b
EZ
2242011-07-28 Eli Zaretskii <eliz@gnu.org>
225
226 * mule.texi (Bidirectional Editing): Document the fact that
227 bidi-display-reordering is t by default.
228
89671e16
LMI
2292011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
230
231 * help.texi (Misc Help): Mention `describe-prefix-bindings'
232 explicitly (bug#8904).
233
fb23ecc2
LMI
2342011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
235
236 * trouble.texi (Checklist): Use an `M-x' example instead of an
237 Emacs Lisp form to switch on the dribble file (bug#8056).
238
465c5fc8
LMI
2392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
240
241 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
242
90a6258b
GM
2432011-07-13 Glenn Morris <rgm@gnu.org>
244
245 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
246
c7588364
LMI
2472011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
248
249 * mark.texi (Mark Ring): Clarify how many locations are saved
250 (bug#5770).
251 (Global Mark Ring): Ditto.
252
4cb4f3ba
LMI
2532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
254
d648feab
LMI
255 * text.texi (Table Recognition): Use "at point" instead of "under
256 point" (bug#4345).
257
4cb4f3ba
LMI
258 * display.texi (Cursor Display): Mention `cursor-type'.
259
260 * screen.texi (Point): Clarify that it's only if you use a block
261 cursor that it appears to be on a character (bug#4345).
262
ecd0b990
CY
2632011-07-12 Chong Yidong <cyd@stupidchicken.com>
264
265 * misc.texi (Amusements): Move dissociated press here, from its
266 own section.
267
268 * emacs.texi (Top): Update node listing.
269
c2fd0368
LMI
2702011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
271
272 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
273 clarity (bug#3523).
274
fdeb32ec
CY
2752011-07-12 Chong Yidong <cyd@stupidchicken.com>
276
277 * cmdargs.texi (Initial Options): Document --no-site-lisp.
278 (Misc X): Document --parent-id.
279
280 * frames.texi (Frame Commands): Note that focus-follows-mouse now
281 defaults to nil.
282
283 * misc.texi (emacsclient Options): Document --parent-id.
284
285 * msdog.texi (Windows HOME): Document _emacs as obsolete.
286
f584ca38
LMI
2872011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
288
289 * emacs.texi: Use "..." instead of ``...'' in the menus
290 (bug#3503).
291
963578d3
CY
2922011-07-11 Chong Yidong <cyd@stupidchicken.com>
293
294 * killing.texi (Primary Selection): Document `only' setting for
295 select-active-regions.
296
297 * mark.texi (Setting Mark): Reference Shift Selection node.
298
299 * frames.texi (Mouse Commands): Document mouse-yank-primary.
300
a30ed87b
LMI
3012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
302
47076272
LMI
303 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
304 motion keys" (bug#3503).
305
a30ed87b
LMI
306 * emacs.texi: Change all the register node names from "RegPos"
307 (etc.) to "Positional Registers" (etc.) (bug#3314).
308
4d45a8b7
CY
3092011-07-11 Chong Yidong <cyd@stupidchicken.com>
310
311 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
312 (Other Kill Commands, Kill Options): Copyedits.
313 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
314 (Yanking): Move yank-excluded properties discussion here.
315 (Cut and Paste): Move from frames.texi. Update subnodes to
316 describe x-select-enable-clipboard case.
317
318 * frames.texi: Move Cut and Paste node and subnodes into
319 killing.texi, except Mouse Commands and Word and Line Mouse.
320
c160ddee
AM
3212011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
322
323 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
324
3329e6e3
LMI
3252011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
326
32a214fe
LMI
327 * screen.texi (Mode Line): Clarify that coding systems are
328 characters, not letters (bug#1749).
329
3329e6e3
LMI
330 * cmdargs.texi (Environment): Mention removing variables
331 (bug#1615). Text suggested by Kevin Rodgers.
332
8875da1e
CY
3332011-07-10 Chong Yidong <cyd@stupidchicken.com>
334
54806e45
CY
335 * misc.texi (Amusements): Don't mention Yow; it's crippled.
336
8875da1e
CY
337 * modes.texi: Rename from major.texi.
338 (Modes): New node. Make Major Modes and Minor Modes subsections
339 of this. All callers changed.
340
341 * custom.texi (Minor Modes): Move to modes.texi.
342
7847b2a1
CY
3432011-07-10 Chong Yidong <cyd@stupidchicken.com>
344
6cfd0fa2
CY
345 * custom.texi (Syntax): Node deleted.
346
347 * help.texi (Help Summary):
348 * major.texi (Major Modes):
349 * programs.texi (Parentheses):
350 * search.texi (Regexp Backslash, Regexp Backslash)
351 (Regexp Backslash):
352 * text.texi (Words): Callers changed.
353
7847b2a1
CY
354 * text.texi (Refill, Longlines): Delete nodes.
355
356 * ack.texi (Acknowledgments): Longlines removed from manual.
357
358 * emacs.texi (Top): Update node listing.
359
2a71c436
GM
3602011-07-09 Glenn Morris <rgm@gnu.org>
361
362 * fortran-xtra.texi (Fortran): Update handled extensions.
363
61436e9f
LMI
3642011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
365
366 * display.texi (Scrolling): `C-v' (etc) are now bound to
367 `scroll-*-command' (bug#8349).
368
6e560c71
LMI
3692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
370
48954a09 371 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
372 doesn't actually delete any files (bug#7125).
373
2904fd97
LMI
374 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
375 argument for `C-c C-k' (bug#7391).
376
6e560c71
LMI
377 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
378 you're currently using (bug#8489).
379
978ff6c5
EZ
3802011-07-01 Eli Zaretskii <eliz@gnu.org>
381
382 * mule.texi (Coding Systems): Move index entries from the previous
383 change into their proper places.
384
0d742084
LMI
3852011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
386
31976bd5
LMI
387 * help.texi (Help Files): Document view-external-packages (bug#8902).
388
0d742084
LMI
389 * mule.texi (Coding Systems): Put a few more of the coding systems
390 into the index (bug#8900).
391
9f678528
GM
3922011-06-26 Glenn Morris <rgm@gnu.org>
393
394 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
395
18a4ce5e
AR
3962011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
397
398 * misc.texi (emacsclient Options): Mention --frame-parameters.
399
f0da764a
GM
4002011-06-09 Glenn Morris <rgm@gnu.org>
401
402 * custom.texi (Specifying File Variables):
403 Recommend explicit arguments for minor modes.
404
b047e7ac
PE
4052011-06-02 Paul Eggert <eggert@cs.ucla.edu>
406
407 Document wide integers better.
408 * buffers.texi (Buffers):
001903b5
PE
409 * files.texi (Visiting): Document maxima for 64-bit machines,
410 and mention virtual memory limits.
b047e7ac 411
bf41276f
CY
4122011-05-28 Chong Yidong <cyd@stupidchicken.com>
413
414 * custom.texi (Hooks): Reorganize. Mention Prog mode.
415
416 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
417 prog mode (Bug#8240).
418
e145f188
GM
4192011-05-27 Glenn Morris <rgm@gnu.org>
420
421 * custom.texi (Specifying File Variables):
422 Major modes no longer need come first.
423
313f790e
CY
4242011-05-22 Chong Yidong <cyd@stupidchicken.com>
425
426 * mule.texi (Specify Coding, Text Coding, Communication Coding):
427 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
428
c136e5cd
GM
4292011-05-18 Glenn Morris <rgm@gnu.org>
430
431 * ack.texi (Acknowledgments): Remove fakemail.c.
432
c71a0d48 4332011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
434
435 Fixes for fitting text into 7x9 printed manual.
436 * building.texi (Flymake, Breakpoints Buffer):
437 * calendar.texi (Appointments):
438 * cmdargs.texi (General Variables, Display X):
439 * custom.texi (Saving Customizations, Face Customization)
440 (Directory Variables, Minibuffer Maps, Init Rebinding):
441 * display.texi (Font Lock, Font Lock, Useless Whitespace):
442 * fixit.texi (Spelling):
443 * frames.texi (Creating Frames, Fonts):
444 * help.texi (Help Files):
445 * mini.texi (Minibuffer File):
446 * misc.texi (emacsclient Options, Emulation):
447 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
448 * mule.texi (International Chars, Language Environments)
449 (Select Input Method, Modifying Fontsets, Charsets):
450 * programs.texi (Custom C Indent):
451 * rmail.texi (Rmail Labels):
452 * text.texi (Table Conversion):
453 * trouble.texi (Known Problems, Known Problems):
454 * windows.texi (Change Window):
455 * xresources.texi (GTK resources): Reflow text and re-indent code
456 examples to avoid TeX overflows and underflows on 7x9 paper.
457
458 * emacs.texi: Fix the (commented out) smallbook command.
459
460 * macos.texi (Mac / GNUstep Events):
461 * xresources.texi (Lucid Resources): Remove extraneous examples.
462
b8f82dc1
GM
4632011-05-10 Glenn Morris <rgm@gnu.org>
464
465 * custom.texi (Specifying File Variables):
466 Deprecate using mode: for minor modes.
467
d306b4da
GM
4682011-05-07 Glenn Morris <rgm@gnu.org>
469
470 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
471
548d0a63
GM
4722011-05-06 Glenn Morris <rgm@gnu.org>
473
5006e634
GM
474 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
475
548d0a63
GM
476 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
477
e793a940
LMI
4782011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
479
480 * misc.texi (Emacs Server): Document `server-eval-at'.
481
7031be6d
UR
4822011-04-24 Chong Yidong <cyd@stupidchicken.com>
483
484 * maintaining.texi (List Tags): Document next-file. Suggested by
485 Uday S Reddy.
486
4ffd0d6b 4872011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
488
489 * mini.texi (Minibuffer Edit):
490 * screen.texi (Mode Line): Fix typo.
491
1c6c854e
CS
4922011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
493
024ff170 494 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 495
c5c9f40f
CY
4962011-03-26 Chong Yidong <cyd@stupidchicken.com>
497
498 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
499
09725d26
EZ
5002011-03-30 Eli Zaretskii <eliz@gnu.org>
501
502 * display.texi (Auto Scrolling): Document the limit of 100 lines
503 for never-recentering scrolling with `scroll-conservatively'.
504 (Bug#6671)
505
09d9db2c 5062011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
507
508 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
509 HOME on Windows and where it looks for init files. (Bug#8221)
510
62d94509
EZ
5112011-03-10 Eli Zaretskii <eliz@gnu.org>
512
513 * search.texi (Regexp Example):
514 * mule.texi (International Chars):
515 * building.texi (External Lisp): Don't use characters outside
516 ISO-8859-1.
517
0286d9de
EZ
5182011-03-09 Eli Zaretskii <eliz@gnu.org>
519
1c6c854e
CS
520 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
521 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
522
523 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
524
114902a5 525 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
526 (Bug#8210)
527
0afb4571
J
5282011-03-08 Jan Djärv <jan.h.d@swipnet.se>
529
530 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
531 for Gtk+ 3.
532
bb3865e8
GM
5332011-03-08 Glenn Morris <rgm@gnu.org>
534
6446548e
GM
535 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
536 * emacs.texi (Acknowledgments):
537 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 538 * emacs.texi: Set documentencoding.
6446548e 539
bb3865e8
GM
540 * display.texi (Optional Mode Line): Don't mention exactly where
541 display-time appears. (Bug#8193)
542
33383987
JB
5432011-03-07 Chong Yidong <cyd@stupidchicken.com>
544
545 * Version 23.3 released.
546
892777ba
CY
5472011-03-06 Chong Yidong <cyd@stupidchicken.com>
548
549 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
550
0b973fc5
DW
5512011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
552
553 * misc.texi (emacsclient Options): Add q/quiet.
554
8ef5a2f2
GM
5552011-03-02 Glenn Morris <rgm@gnu.org>
556
557 * mule.texi (Communication Coding) <x-select-request-type>:
558 Remove duplicate (essentially) paragraph. (Bug#8148)
559
bd106056
CS
5602011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
561
562 * maintaining.texi (Format of ChangeLog): Add reference to
563 add-log-full-name.
564 (Change Log Commands): Add documentation for combining multiple
565 symbols in one change.
566
6640b281
GM
5672011-03-01 Glenn Morris <rgm@gnu.org>
568
569 * custom.texi (Directory Variables):
570 Give an example of excluding subdirectories.
571
2b0c7330 5722011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
573
574 * search.texi (Regexp Search): Move index entries about regexps to the
575 "Regexps" node. Add index entries for regexp search. (Bug#8096)
576
8c62c205
GM
5772011-02-19 Glenn Morris <rgm@gnu.org>
578
579 * dired.texi (Dired): Dired-X version number was dropped.
580
3928f2b6
JD
5812011-02-14 Jan Djärv <jan.h.d@swipnet.se>
582
583 * xresources.texi (X Resources): Remove *faceName and replace it with
584 *font for Lucid.
585
a41c8660
CY
5862011-02-05 Chong Yidong <cyd@stupidchicken.com>
587
588 * rmail.texi (Rmail Display): Document Rmail MIME support more
589 accurately.
590
591 * maintaining.texi (VC Change Log): Document vc-log-incoming and
592 vc-log-outgoing.
593 (Merging): Document vc-find-conflicted-file.
594
233ba4d9 5952011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
596
597 * custom.texi (Variables): Fix typo.
598
14beddf4 5992011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 600
65401ee3
CY
601 * search.texi (Regexps): Copyedits. Mention character classes
602 (Bug#7809).
603
19f81ecf
CY
604 * files.texi (File Aliases): Restore explanatory text from Eli
605 Zaretskii, accidentally removed in 2011-01-08 commit.
606
bf3dae7e
EZ
6072011-01-29 Eli Zaretskii <eliz@gnu.org>
608
609 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
610 (MAKEINFO_OPTS): New variable.
611 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
612 (emacs.html): New target.
613 (clean): Remove emacs.html.
614
45eb2a5d
WL
6152011-01-23 Werner Lemberg <wl@gnu.org>
616
617 * Makefile.in (MAKEINFO): Now controlled by `configure'.
618 (MAKEINFO_OPTS): New variable. Use it where appropriate.
619 (ENVADD): Updated.
620
9acfe703
GM
6212011-01-18 Glenn Morris <rgm@gnu.org>
622
623 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
624
625 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
626
362b9d48
GM
6272011-01-15 Chong Yidong <cyd@stupidchicken.com>
628
bb033b5f
CY
629 * building.texi (Compilation): Improve instructions for running two
630 compilations (Bug#7573).
631
b024d9f0
MD
632 * files.texi (Backup Names): Document the new location of the
633 last-resort backup file.
634
362b9d48
GM
635 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
636 manual. Explain why directory-abbrev-alist elements should be anchored
637 (Bug#7777).
638
6392011-01-15 Eli Zaretskii <eliz@gnu.org>
640
641 * msdog.texi (Windows Startup): Correct inaccurate description of
642 differences between emacsclient.exe and emacsclientw.exe.
643
7c420169 6442011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
645
646 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
647
7c420169 6482011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
649
650 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
651
7c420169 6522011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 653
2d34d523
EZ
654 * frames.texi (Cut and Paste): Modify the section's name and text:
655 don't mix "cut/paste" with "kill/yank".
656 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
657 (Bug#7702)
658
88ab4340
EZ
659 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
660
7c420169 6612011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
662
663 * maintaining.texi: Move inclusion of emerge after EDE, so that it
664 matches its position in the menu. (Bug#7674)
665
7c420169 6662011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
667
668 * trouble.texi (Checklist): Mention not replying via news either.
669
92bb6c52
TH
6702010-12-30 Tassilo Horn <tassilo@member.fsf.org>
671
672 * misc.texi (Document View): Update DocView section with newly
673 supported document formats.
674
b103c904
CY
6752010-12-21 Chong Yidong <cyd@stupidchicken.com>
676
677 * killing.texi: Resection the Info version to conform to the
678 printed manual, to avoid making sections on Accumulating Text, CUA
679 and Rectangles into full chapters.
680
f49d1f52 6812010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
682
683 * custom.texi (Init Syntax): Add index entries for "character syntax".
684 (Bug#7576)
685
f49d1f52 6862010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
687
688 * text.texi (HTML Mode): Small fixes. (Bug#7607)
689
f49d1f52 6902010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
691
692 * trouble.texi (Checklist): Fix typo in newsgroup name.
693
f49d1f52 6942010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
695
696 * search.texi (Word Search): Note that the lazy highlight always
697 matches to whole words (Bug#7470).
698
f49d1f52 6992010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 700
4f1948eb
EZ
701 * display.texi (Optional Mode Line): Make the description of
702 load-average more accurate.
703
b8a9e136
EZ
704 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
705 registry, with a cross-reference.
62d72a4a
EZ
706 (Windows Startup): New node. Move the stuff about the current
707 directory from "Windows HOME".
b8a9e136 708
07976ae3 7092010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
710
711 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
712 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
713
07976ae3 7142010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
715
716 * maintaining.texi (Version Control Systems): Fix repeated sentence.
717 Suggested by Štěpán Němec.
718
07976ae3 7192010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 720
1aaae3f3
CY
721 * maintaining.texi (Version Control): Say "commit", not "check in".
722 (Version Control Systems): Simplify descriptions.
723 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
724 VCS Concepts.
725 (VC Mode Line): Update example.
726 (Old Revisions): Document revert-buffer for vc-diff.
727 (Log Buffer): Promote to a subsection. Document header lines.
728
1c6c854e
CS
729 * macos.texi (Mac / GNUstep Basics):
730 Document ns-right-alternate-modifier.
ec8a6295 731
1aaae3f3
CY
732 * emacs.texi (Top): Update node listing.
733
0eb025fb
EZ
7342010-11-13 Eli Zaretskii <eliz@gnu.org>
735
736 * rmail.texi (Rmail Coding): Characters with no fonts are not
737 necessarily displayed as empty boxes.
738
739 * mule.texi (Language Environments, Fontsets): Characters with no
740 fonts are not necessarily displayed as empty boxes.
741
742 * display.texi (Text Display): Document display of glyphless
743 characters.
744
ea4f7750
GM
7452010-11-13 Glenn Morris <rgm@gnu.org>
746
747 * basic.texi (Position Info): Add M-x count-words-region.
748
90639cea
GM
7492010-11-11 Glenn Morris <rgm@gnu.org>
750
751 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
752
d607b96b 7532010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
754
755 * msdog.texi (Windows HOME): Add information regarding startup
756 directory when invoking Emacs from a desktop shortcut. (bug#7300)
757
c12e4a81
GM
7582010-10-11 Glenn Morris <rgm@gnu.org>
759
df187c62
GM
760 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
761
c12e4a81
GM
762 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
763 (DVIPS): New variable.
234db610
GM
764 (.PHONY): Add html, ps.
765 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
766 (clean): Delete html, ps files.
c12e4a81 767
6513b232
EZ
7682010-10-09 Eli Zaretskii <eliz@gnu.org>
769
770 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
771
f4f358f1
GM
7722010-10-09 Glenn Morris <rgm@gnu.org>
773
c1dc72b3
GM
774 * Makefile.in (VPATH): Remove.
775 (infodir): Make it absolute.
776 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
777
4393405b
GM
778 * Makefile.in (dist): Anchor regexps.
779
eef3ab94
GM
780 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
781 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
782 (emacs-xtra.pdf): Use $<.
783
aa9db089
GM
784 * Makefile.in (infoclean): Remove harmless, long-standing error.
785
abd40fb4
GM
786 * Makefile.in ($(infodir)): Delete rule.
787 (mkinfodir): New.
788 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
789
f4f358f1 790 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 791 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
792 * emacsver.texi: New file, replacing emacsver.texi.in.
793
ea274122
GM
7942010-10-09 Glenn Morris <rgm@gnu.org>
795
f7a31f11
GM
796 * emacsver.texi.in: New file.
797 * emacs.texi: Set EMACSVER by including emacsver.texi.
798 * Makefile.in (distclean): Delete emacsver.texi.
799 (dist): Copy emacsver.texi.
b13254e7 800 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 801
3fb78d1f
GM
802 * ack.texi (Acknowledgments): No more b2m.c.
803
ea274122
GM
804 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
805 (emacs): Remove rule.
806 (dist): No need to deal with the emacs rule any more.
807
17ca7950
GM
8082010-10-07 Glenn Morris <rgm@gnu.org>
809
810 * Makefile.in (version): New, set by configure.
811 (clean): Delete dist tar file.
812 (dist): Use version in tar name.
813
4c83f6e1
GM
8142010-10-06 Glenn Morris <rgm@gnu.org>
815
816 * Makefile.in (EMACS_XTRA): Add the main source file.
817 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
818 (mostlyclean): No core files, reorder other files.
819 (clean): Delete specific dvi and pdf files.
820 (infoclean, dist): New rules.
821 (maintainer-clean): Use infoclean.
8a944cea 822 ($(infodir)): Add parallel build workaround.
4c83f6e1 823
0264072d
GM
8242010-10-04 Glenn Morris <rgm@gnu.org>
825
826 * Makefile.in (SHELL): Set it.
827 (INFO_TARGETS, DVI_TARGETS): Remove variables.
828 (info, dvi): Replace above variables with their expansions.
829 (info): Move mkdir from here...
830 ($(infodir)/emacs): ... to here (for parallel builds).
831 (pdf): New target.
832 ($(infodir)/emacs): Pass -o option to makeinfo.
833 (.PHONY): Declare clean rules.
834 (maintainer-clean): Delete dvi and pdf files.
835 Guard against cd failures. Use a more restrictive delete.
836
3226d6ca
GM
8372010-10-02 Glenn Morris <rgm@gnu.org>
838
839 * misc.texi (Shell Mode): Remove reference to old function name.
840
cad90f3b
EZ
8412010-09-30 Eli Zaretskii <eliz@gnu.org>
842
843 * maintaining.texi (VC Mode Line): Mention all the possible VC status
844 indicator characters.
845
5f874327
GM
8462010-09-29 Glenn Morris <rgm@gnu.org>
847
848 * Makefile.in (top_srcdir): Remove unused variable.
849
0ab9cff3
GM
8502010-09-14 Glenn Morris <rgm@gnu.org>
851
67ae9766
GM
852 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
853 the last hook item.
854
0ab9cff3
GM
855 * calendar.texi (Appointments): Also updated when a diary include file
856 is saved.
857
6664fc59 8582010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
859
860 * trouble.texi (Bugs): Update the section intro.
861 (Known Problems): New section.
862 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
863 (Sending Patches): Bug fixes are best as responses to existing bugs.
864 * emacs.texi (Known Problems): Add menu entry for new section.
865
be3283d7
GM
8662010-09-09 Glenn Morris <rgm@gnu.org>
867
868 * xresources.texi: Untabify.
869
10999305 8702010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
871
872 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
873
10999305 8742010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
875
876 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
877
30641319
JD
8782010-09-02 Jan Djärv <jan.h.d@swipnet.se>
879
880 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
881
50dd7bc6
GM
8822010-08-21 Glenn Morris <rgm@gnu.org>
883
884 * misc.texi (Amusements): Mention bubbles and animate.
885
5e620eca
EZ
8862010-07-31 Eli Zaretskii <eliz@gnu.org>
887
888 * files.texi (Visiting): Add more index entries for
889 large-file-warning-threshold.
890
8b2dd508
JD
8912010-07-29 Jan Djärv <jan.h.d@swipnet.se>
892
893 * frames.texi (Tool Bars): Add doc for tool-bar-position.
894
8838673e
GM
8952010-06-23 Glenn Morris <rgm@gnu.org>
896
897 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
898 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
899 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
900 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
901 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
902 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
903 Untabify Texinfo files.
904
04d3bb6c
GM
9052010-06-10 Glenn Morris <rgm@gnu.org>
906
103dd3a8
GM
907 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
908
04d3bb6c
GM
909 * basic.texi (Inserting Text): Fix typo.
910
50b79479
GM
9112010-06-10 Glenn Morris <rgm@gnu.org>
912
913 * ack.texi (Acknowledgments):
914 * emacs.texi (Acknowledgments): Update for notifications.el.
915
86d7a550
DU
9162010-05-31 Daiki Ueno <ueno@unixuser.org>
917
918 * dired.texi (Operating on Files): Mention encryption commands
919 (Bug#6315).
920
db5dce9d
EZ
9212010-05-29 Eli Zaretskii <eliz@gnu.org>
922
923 * basic.texi (Moving Point): Update due to renaming of commands bound
924 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
925
34313041
EZ
9262010-05-18 Eli Zaretskii <eliz@gnu.org>
927
928 * display.texi (Fringes): Document reversal of fringe arrows for R2L
929 paragraphs.
930 (Line Truncation): Fix wording for bidi display.
931
1fc0ce04 932 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
933 keys.
934
0235128c 9352010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
936
937 * building.texi (GDB Graphical Interface): Remove misleading comparison
938 to an IDE (Bug#6128).
939
0235128c 9402010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
941
942 * programs.texi (Man Page):
943 * misc.texi (Invoking emacsclient):
944 * mini.texi (Repetition):
945 * mark.texi (Setting Mark): Fix typos.
946
0235128c 9472010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
948
949 * misc.texi (Printing): Document htmlfontify-buffer.
950
0235128c 9512010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
952
953 * calendar.texi (Displaying the Diary, Format of Diary File):
954 Fix external cross-references for TeX format output.
955
0235128c
SM
9562010-05-07 Chong Yidong <cyd@stupidchicken.com>
957
958 * Version 23.2 released.
959
f63d0028
JD
9602010-05-02 Jan Djärv <jan.h.d@swipnet.se>
961
962 * cmdargs.texi (Initial Options): Mention --chdir.
963
20fe03ad
JD
9642010-04-21 Jan Djärv <jan.h.d@swipnet.se>
965
966 * frames.texi (Tool Bars): Add tool-bar-style.
967
b7d65a5f
GM
9682010-04-21 Glenn Morris <rgm@gnu.org>
969
970 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
971
a42dbee1
CY
9722010-04-18 Chong Yidong <cyd@stupidchicken.com>
973
974 * programs.texi (Semantic): New node.
975
976 * maintaining.texi (EDE): New node.
977
978 * emacs.texi: Update node listing.
979
980 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
981
6e104790 9822010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 983
d52dbd3d
GM
984 * emacs.texi (Acknowledgments): Remove duplicate.
985
a77fe20c
GM
986 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
987
6e104790 9882010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 989
4ebe9902
GM
990 * dired.texi (Misc Dired Features): Mention VC diff and log.
991 * maintaining.texi (Old Revisions, VC Change Log):
992 Mention that diff and log work in Dired buffers.
993
98932641
GM
994 * help.texi (Help Summary): Mention M-x info-finder.
995
d5b22ab2 996 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 997
4d4e9522
GM
998 * custom.texi (Specifying File Variables, Directory Variables):
999 Document new commands for manipulating local variable lists.
1000
6e104790 10012010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1002
1003 * trouble.texi (Contributing): Add cindex entry.
1004 Mention etc/CONTRIBUTE.
1005
6e104790 10062010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1007
1008 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1009 query-replace (Bug#5774).
1010
a20a9df3
GM
10112010-04-16 Glenn Morris <rgm@gnu.org>
1012
1013 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1014
1ecb2d3f
JD
10152010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1016
1017 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1018
99852628
JD
10192010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1020
1021 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1022
ce79424f
EZ
10232010-03-30 Eli Zaretskii <eliz@gnu.org>
1024
1025 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1026 cross-reference to "Inserting Text".
1027
1028 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1029 Mention completion provided by `ucs-insert'.
1030
85738751 10312010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1032
1033 * sending.texi (Sending Mail): Note variables that may need
1034 customizing.
1035 (Mail Sending): Expand discussion of send-mail-function.
1036
85738751 10372010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1038
1039 Document Message mode as the default mail mode.
1040
1041 * sending.texi (Sending Mail): Copyedits.
1042 (Mail Format, Mail Headers): Document mail-from-style changes.
1043 (Mail Commands): Rename from Mail mode. Document Message mode.
1044 (Mail Misc): Rename from Mail mode Misc.
1045 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1046 command names and update keybindings.
1047 (Header Editing): Document message-tab. De-document
1048 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1049 favor of mail-default-headers. Ad index entries for user-full-name and
1050 user-mail-address.
1c6c854e
CS
1051 (Citing Mail): Update changes in Message mode behavior.
1052 Document mail-yank-prefix.
e73c2434
CY
1053 (Mail Signature): New node, moved from Mail Misc.
1054 (Mail Aliases): Mail abbrevs are the default with Message mode.
1055 (Mail Methods): Note that Message mode is now the default.
1056
1057 * rmail.texi (Rmail Reply):
1058 * text.texi (Text Mode):
1059 * major.texi (Major Modes):
1060 * mule.texi (Output Coding): Refer to Message mode.
1061
1062 * custom.texi (Init Examples): Add xref to Mail Header.
1063
1fc0ce04 1064 * emacs.texi (Top): Fix xrefs.
e73c2434 1065
85738751 10662010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1067
c0c035fa
CY
1068 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1069 repository if there is none.
1070 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1071 vc-print-root-log.
ef7b27ef 1072 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1073
71785b7a
CY
1074 * programs.texi (Program Modes): Mention Javascript mode.
1075
f67c5dd0
CY
1076 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1077 * emacs.texi: Update node description.
1078
0f72a391 1079 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1080 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1081
dc2d2590
JL
10822010-03-30 Juri Linkov <juri@jurta.org>
1083
1084 * search.texi (Other Repeating Search): Remove line that `occur'
1085 can not handle multiline matches.
1086
a7b02820
EZ
10872010-03-30 Eli Zaretskii <eliz@gnu.org>
1088
1089 * mule.texi (International): Mention support of bidirectional editing.
1090 (Bidirectional Editing): New section.
1091
22ef1944
NR
10922010-03-28 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * emacs.texi (Top): Update node names to those in building.texi.
1095
146b8b16
NR
10962010-03-27 Nick Roberts <nickrob@snap.net.nz>
1097
1098 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1099 doc/emacs/emacs.texi: Update node names for building.texi.
1100
6d98672d
GM
11012010-03-24 Glenn Morris <rgm@gnu.org>
1102
1103 * ack.texi (Acknowledgments):
1104 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1105
93318cbd
JD
11062010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1107
1108 * xresources.texi (Table of Resources): Clarify toolBar number
1109 for Gtk+.
1110
1111 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1112
15cf2f52
CY
11132010-03-21 Chong Yidong <cyd@stupidchicken.com>
1114
4102856c
CY
1115 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1116
15cf2f52
CY
1117 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1118 and multi-isearch-buffers-regexp.
1119
1120 * indent.texi (Indentation): Clarify description of
1121 indent-for-tab-command. Document tab-always-indent.
1122
d68eb23c
CY
11232010-03-20 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * cmdargs.texi (Font X): Move most content to Fonts.
1126
1127 * frames.texi (Fonts): New node. Document font-use-system-font.
1128
1129 * emacs.texi (Top):
1130 * xresources.texi (Table of Resources):
1131 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1132
288f9fc0
CY
11332010-03-10 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * Branch for 23.2.
1136
17782bec
CY
11372010-03-06 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * custom.texi (Init Examples): Add xref to Locals.
1140
1141 * major.texi (Choosing Modes): Mention usage of setq-default for
1142 setting the default value of major-mode (Bug#5688).
1143
b4a1a8b2
CY
11442010-03-02 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1147
1148 * display.texi (Display Custom): Document make-pointer-invisible and
1149 underline-minimum-offset. Remove inverse-video.
1150
a1e759cd
CY
11512010-02-21 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * frames.texi (Frame Commands): Note that the last ordinary frame can
1154 be deleted in daemon mode (Bug#5616).
1155
4f3bc373
GM
11562010-02-18 Glenn Morris <rgm@gnu.org>
1157
1158 * trouble.texi (Contributing): Repository is no longer CVS.
1159
5dbbdd33
GM
11602010-02-08 Glenn Morris <rgm@gnu.org>
1161
1162 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1163
cd61af01
SM
11642010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * display.texi (Useless Whitespace, Text Display):
1167 * custom.texi (Init Examples): Avoid obsolete special default variables
1168 like default-major-mode.
1169
b1bb0a25 11702010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1171
1172 * programs.texi (Other C Commands): Replace reference to obsolete
1173 c-subword-mode.
1174
99d0985b
GM
11752010-01-21 Glenn Morris <rgm@gnu.org>
1176
1177 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1178
893db5bc
GM
11792010-01-12 Glenn Morris <rgm@gnu.org>
1180
1181 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1182 emacs-pretest-bug for bug reports for development versions.
1183
0419b8d6
GM
11842010-01-11 Glenn Morris <rgm@gnu.org>
1185
1186 * display.texi (Highlight Interactively): `t' does not mean highlight
1187 all patterns. (Bug#5335)
1188
26e533e2
CY
11892009-12-29 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * misc.texi (Shell): Document async-shell-command.
1192
1193 * building.texi (Grep Searching): Document zrgrep.
1194
484eaeac 1195 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1196
7ee6c59b
NR
11972009-12-29 Nick Roberts <nickrob@snap.net.nz>
1198
1199 * building.texi: Import GDB Graphical Interface description from
1200 EMACS_23_1_RC.
1201
91ed7ea8
CY
12022009-12-24 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * emacs.texi (Top): Update node listing.
1205
1206 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1207
1208 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1209
1210 * cmdargs.texi (Initial Options):
1211 * xresources.texi (Resources): Document inhibit-x-resources.
1212
1213 * custom.texi (Specifying File Variables): Note that minor modes are
1214 enabled unconditionally.
1215
1216 * display.texi (Scrolling): Briefly document the old recenter command,
1217 and document recenter-positions.
1218
1219 * files.texi (Visiting):
1220 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1221
1c6c854e
CS
1222 * frames.texi (Cut/Paste Other App):
1223 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1224
1225 * killing.texi (Kill Options): New node.
1226
6ca89aaa
CY
12272009-12-05 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * misc.texi (Shell Options): ansi-color is now default.
1230
806642d4
GM
12312009-12-05 Glenn Morris <rgm@gnu.org>
1232
806642d4
GM
1233 * emacs.texi (Top): Update menu for cal-xtra node changes.
1234 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1235 or mode line. Don't mention invisible text or the details of
1236 diary-print-entries here, only in cal-xtra.
1237 (Format of Diary File): Mention that the "date on first line" format
1238 only really affects the simple display.
1239 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1240 (Diary Customizing): Holidays may be in the buffer or mode line.
1241 Move diary-print-entries to the "Diary Display" section.
1242 (Diary Display): New section, split out from "Fancy Diary Display".
1243 Explain the limitations of simple display, and how to print it.
1244
1a4f0c0a
GM
1245 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1246
e11adbd8
GM
1247 * cal-xtra.texi (Diary Display): Mention View mode.
1248
29a483ac
JL
12492009-11-29 Juri Linkov <juri@jurta.org>
1250
1251 * display.texi (Highlight Interactively): Actually a list of
1252 default faces is pre-loaded into a list of default values
1253 instead of the history.
1254
83d60c79
GM
12552009-11-20 Glenn Morris <rgm@gnu.org>
1256
1257 * ack.texi (Acknowledgments):
1258 * emacs.texi (Acknowledgments): Add htmlfontify.
1259
276bbe96
GM
12602009-11-14 Glenn Morris <rgm@gnu.org>
1261
98ad1bae
GM
1262 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1263
276bbe96
GM
1264 * ack.texi (Acknowledgments):
1265 * emacs.texi (Acknowledgments): Update for recent Org changes.
1266
18430066
CY
12672009-10-31 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1270 `charset' property, which is irrelevant to the user manual (Bug#3526).
1271
522ddc9f
JB
12722009-10-14 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * trouble.texi (DEL Does Not Delete): Fix typo.
1275
50b49ade
MA
12762009-10-05 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * files.texi (Misc File Ops): Mention copy-directory.
1279
6308321a
EZ
12802009-10-04 Eli Zaretskii <eliz@gnu.org>
1281
43b3b4d1
EZ
1282 * mule.texi (Unibyte Mode): Emphasize that
1283 unibyte-display-via-language-environment affects only the display.
1284
6308321a
EZ
1285 * display.texi (Horizontal Scrolling): Document cursor behavior under
1286 horizontal scrolling when point moves off the screen (Bug#4564).
1287 Improve wording.
1288
bd51ea7f
MA
12892009-10-01 Michael Albinus <michael.albinus@gmx.de>
1290
1291 * files.texi (Directories): delete-directory prompts for recursive
1292 deletion.
1293
55381962
GM
12942009-09-30 Glenn Morris <rgm@gnu.org>
1295
1296 * ack.texi (Acknowledgments):
1297 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1298
13989ab1
TH
12992009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1300
1301 * dired.texi (Dired Navigation): Use @code instead of @var for
1302 dired-isearch-filenames, so that it's not capitalized.
1303
8ba46c89
CY
13042009-09-19 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1307
1308 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1309
1310 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1311 (Key Bindings): Reference Init Rebinding in introductory text.
1312 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1313 (Keymaps): Simplify.
1314 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1315 (Minibuffer Maps): Remove mention of Mocklisp.
1316 (Init Rebinding): Move mode-local rebinding example here from Local
1317 Keymaps.
1318 (Modifier Keys): Clarify.
1e11b018 1319 (Rebinding): Add cindex for "binding keys".
8ba46c89 1320
6a5ca7c8
CY
13212009-09-13 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1324
0e1cba51
NR
13252009-08-31 Nick Roberts <nickrob@snap.net.nz>
1326
6a5ca7c8 1327 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1328 Re-organise these two sections.
0e1cba51 1329
76a87a4d
EZ
13302009-08-29 Eli Zaretskii <eliz@gnu.org>
1331
1332 * cmdargs.texi (Initial Options): Fix last change.
1333
82e98df4
SM
13342009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * mule.texi (Enabling Multibyte):
1337 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1338 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1339
fb89fad9
GM
13402009-08-20 Glenn Morris <rgm@gnu.org>
1341
1342 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1343
e99652b0
GM
13442009-08-19 Glenn Morris <rgm@gnu.org>
1345
1346 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1347
5cca97ad
GM
13482009-08-18 Glenn Morris <rgm@gnu.org>
1349
1350 * ack.texi (Acknowledgments):
1351 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1352
997797ae 1353 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1354
985bf85b
GM
13552009-08-09 Glenn Morris <rgm@gnu.org>
1356
1357 * ack.texi (Acknowledgments):
1358 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1359
8d6bb99e
DD
13602009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1361
1362 * emacs.texi (Top): Add new menu items for GDB-UI.
1363
1364 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1365 section. Threads buffer is in separate section now.
8d6bb99e 1366
8353da9c
GM
13672009-08-08 Glenn Morris <rgm@gnu.org>
1368
1369 * ack.texi (Acknowledgments):
1370 * emacs.texi (Acknowledgments):
1371 Update for js2-mode and org changes.
1372
f2074faf
MA
13732009-08-02 Michael Albinus <michael.albinus@gmx.de>
1374
1375 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1376 files.
1377
e8d2d3fb
CY
13782009-07-28 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1381
324a4f6a
GM
13822009-07-23 Glenn Morris <rgm@gnu.org>
1383
1384 * programs.texi (Matching): Update blink-matching-paren-distance.
1385
b6937a70
CY
13862009-07-21 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * frames.texi (Cut/Paste Other App): For select-active-regions,
1389 selection is now updated on moving point.
1390
bd8aaa36
RS
13912009-07-21 Richard Stallman <rms@gnu.org>
1392
1393 * glossary.texi (GNU, Daemon): Update information.
1394
8d9b5eba
JL
13952009-07-19 Juri Linkov <juri@jurta.org>
1396
1397 * custom.texi (Specifying File Variables, Safe File Variables):
1398 "variables/value pairs" -> "variable/value pairs".
1399
a2acc1db
GM
14002009-07-15 Glenn Morris <rgm@gnu.org>
1401
1402 * misc.texi (Gnus): Remove widow.
1403
c5ae942b
GM
14042009-07-11 Glenn Morris <rgm@gnu.org>
1405
703d26ba
GM
1406 * Makefile.in (TEXI2PDF): New.
1407 (emacs.pdf, emacs-xtra.pdf): New targets.
1408
522ddc9f 1409 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1410
1411 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1412
1413 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1414 Don't print the copying notice twice in the printed version.
1415 Update the menu and detailmenu.
1416 (Preface): The meaning of "on-line" has changed.
1417 Correct name for "Common Problems" chapter.
1418 (Distrib): Update FSF shop URL.
1419 (Intro): Showing two files at once is not so exciting.
1420
1421 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1422 (Mac / GNUstep Basics): Minor grammar changes.
1423 (Mac / GNUstep Events): Fix typo.
1424 (GNUstep Support): CANNOT_DUMP no longer applies.
1425
1426 * misc.texi (Document View): Fix typos.
1427
1428 * dired.texi (Dired):
1429 * help.texi (Help):
1430 * macos.texi (Mac OS / GNUstep):
1431 * maintaining.texi (Version Control, Introduction to VC):
1432 End menu descriptions with a period.
c5ae942b 1433
b1c8242b
EZ
14342009-07-09 Eli Zaretskii <eliz@gnu.org>
1435
1436 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1437 so categorical in saying that the option is only useful on NTFS.
1438
220d9aa6
GM
14392009-07-09 Glenn Morris <rgm@gnu.org>
1440
1441 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1442 (ENVADD): Add texinfodir to TEXINPUTS.
1443
1444 * emacs.texi (Top): Fix cross-reference.
1445
1446 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1447
1448 * vc1-xtra.texi (Revision Tags): Fix typo.
1449
d07e72d3
GM
14502009-07-03 Glenn Morris <rgm@gnu.org>
1451
1452 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1453 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1454 (Merge Commands): `.' does not seem to work in A or B buffer.
1455 `l' can recreate the 3-window display.
1456
1457 * glossary.texi (Glossary): Minor phrasing changes throughout.
1458 Add more internal cross-references.
1459 <Autoloading>: You can't really autoload a variable.
1460 <C-M->: Move details here from `M-C-' item.
1461 <Continuation Line>: Refer to `Truncation.'
1462 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1463 <Home Directory, Unix>: New entries.
1464 <Deletion of Files>: Mention recycle bins.
1465 <Directory>: Mention ``folders.''
1466 <Error>: Don't mention ``type-ahead.''
1467 <Fringe>: Refer to the manual node.
1468 <Minor Mode>: Can be global or local.
1469 <Spell Checking>: There are other checkers besides Ispell.
1470
f144038a
GM
14712009-07-02 Glenn Morris <rgm@gnu.org>
1472
1473 * anti.texi (Antinews): Minor changes in phrasing.
1474
1475 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1476 some underfull lines in dvi output.
1477
1478 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1479
1480 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1481
1482 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1483
3f1c6666
JD
14842009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1485
1486 * xresources.texi (Table of Resources): Mention maximized for
1487 fullscreen.
1488
1489 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1490
62aadce7
CY
14912009-07-01 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * anti.texi (Antinews): Correct the list of removed platforms.
1494
82ec412e
GM
14952009-06-28 Glenn Morris <rgm@gnu.org>
1496
1497 * arevert-xtra.texi: Minor language tweaks.
1498
09964e7d
GM
1499 * dired-xtra.texi: Minor revisions.
1500
666e158e
MB
15012009-06-23 Miles Bader <miles@gnu.org>
1502
c4cc8b9a 1503 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1504 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1505
70243478
CY
15062009-06-21 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * Branch for 23.1.
1509
67cbe681
KH
15102009-06-17 Kenichi Handa <handa@m17n.org>
1511
1512 * mule.texi (Charsets): Update the description for the new charset.
1513 (list-character-sets): New findex.
125dd7c5 1514 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1515
40e67246
CY
15162009-06-10 Chong Yidong <cyd@stupidchicken.com>
1517
b5700de6
CY
1518 * basic.texi (Moving Point): Fix tag.
1519
1520 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1521
1522 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1523 use camel-case for PageUp and PageDown.
1524
1525 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1526 camel-case for PageUp and PageDown.
1527
1528 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1529
40e67246 1530 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1531 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1532
522ddc9f 15332009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1534
522ddc9f
JB
1535 * fixit.texi (Spelling): Set default dictionary.
1536 Improve descriptions (Bug#2554)
6f591cf4 1537
53483c76
DR
15382009-06-08 David Reitter <david.reitter@gmail.com>
1539
1540 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1541 since saving colors and faces set this way is not implemented.
1542 (Environment variables): Remove mention of mac-fix-env, which is
1543 scheduled to be removed.
1544
1557ef4f
CY
15452009-06-04 Chong Yidong <cyd@stupidchicken.com>
1546
91056528
CY
1547 * custom.texi (Init Examples): Add example of changing load-path.
1548
1557ef4f
CY
1549 * building.texi (Lisp Libraries): Add example of changing
1550 load-path (Bug#3446).
1551
623cec4c
CY
15522009-05-28 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * mark.texi (Mark): Further clarifications.
1555 (Setting Mark): Emphasize that C-SPC activates the mark.
1556
0fcca8ee
CY
15572009-05-28 Chong Yidong <cyd@stupidchicken.com>
1558
702b10e1
CY
1559 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1560 Mark mode.
0fcca8ee
CY
1561 (Using Region, Persistent Mark): Use "active mark" instead of "active
1562 region".
1563
d3b396e4
CY
15642009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1565
1566 * mule.texi (Select Input Method): Fix typo.
1567
3f698a06
CY
15682009-05-13 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * anti.texi (Antinews): Document completion changes. Some additional
1571 copyedits and rearrangement of entries.
1572
b2a42eb7
CY
15732009-05-12 Chong Yidong <cyd@stupidchicken.com>
1574
932fd020
CY
1575 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1576 (Shell History Copying, Terminal emulator): Copyedits.
1577
1c6c854e
CS
1578 * xresources.texi (Resources): Simplify descriptions.
1579 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1580 (Table of Resources): Document fontBackend resource.
1581
b2a42eb7
CY
1582 * trouble.texi (Quitting): Add other undo bindings to table.
1583 (DEL Does Not Delete): Note that the erasure key is usually labelled
1584 "Backspace". Remove discussion of obscure Xmodmap issue.
1585
c6ea7fb8
CY
15862009-05-07 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * files.texi (Visiting): Copyedits.
1589
ad36c422
CY
15902009-05-06 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * basic.texi (Inserting Text): Document ucs-insert.
1593
1594 * mule.texi (International Chars): Define "multibyte". Note that
1595 internal representation is unicode-based. Simplify definition of raw
1596 bytes. Mention ucs-insert.
1597 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1598 (Language Environments): Add language environments new to Emacs 23.
1599 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1600 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1601 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1602 (Output Coding): Copyedits.
1603
1604 * emacs.texi (Top): Update node listing.
1605
d4ad7b96
CY
16062009-05-05 Per Starbäck <per@starback.se> (tiny change)
1607
1608 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1609
5bd66204
SM
16102009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * building.texi (Lisp Libraries): `load-library' does offer completion.
1613
bc36ad1c
CY
16142009-04-28 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1617 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1618
f1a47884
EZ
16192009-04-25 Eli Zaretskii <eliz@gnu.org>
1620
1621 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1622
be77bd45
CY
16232009-04-22 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1626
1627 * building.texi (Lisp Interaction): Document initial-scratch-message.
1628
d3b82927
JB
16292009-04-18 Juanma Barranquero <lekktu@gmail.com>
1630
ed6e7b11
JB
1631 * msdog.texi (Windows Fonts): Fix typos.
1632
d3b82927
JB
1633 * files.texi (Save Commands): Fix pxref.
1634
bc323c04
CY
16352009-04-18 Chong Yidong <cyd@stupidchicken.com>
1636
1637 * files.texi (Save Commands): Mention diff-buffer-with-file.
1638 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1639 Henoch (Bug#3036).
1640
2186d13f
GM
16412009-03-15 Glenn Morris <rgm@gnu.org>
1642
1643 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1644 the former is not always used.
1645 (Mail Headers): Use active voice. Add "Mail-reply-to".
1646 Change case of "Id". Avoid repeated "appropriate".
1647 (Mail Aliases): Fix previous change - use an example with a ".", so it
1648 does actually get quoted when expanded.
1649 (Mail Sending): Mailclient is the default on some systems.
1650 (Citing Mail): Mention mail-indentation-spaces.
1651 (Mail Mode Misc): Add an @dfn for "mail signature".
1652
71e454fc
CY
16532009-03-15 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1656 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1657 read-buffer-completion-ignore-case, and completion-styles.
1658 Remove description of partial-completion-mode.
71e454fc 1659
df1a3e06
GM
16602009-03-14 Glenn Morris <rgm@gnu.org>
1661
1662 * sending.texi (Mail Format): Fix typo. Add index entry for
1663 mail-header-separator.
1664 (Mail Headers): Put info about initialization and changing in one place
1665 at the start. Update FCC section for mbox Rmail. Clarify From
1666 section, mention mail-setup-with-from. Clarify Reply-to section.
1667 Add Mail-followup-to and mail-mailing-lists. Clarify References
1668 section.
1669 (Mail Aliases): Update example, make less contentious.
1670 Update for name change of mail-interactive-insert-alias.
1671 (Mail Mode): Remove mention of `%' as a word separator.
1672 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1673 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1674 commands. Clarify FCC handling. In mail-complete, add reference to
1675 Mail Aliases section, and mention mail-complete-function.
1676 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1677 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1678 signature netiquette. Explain how the mail hooks work when continuing
1679 a composition.
1680 (Mail Amusements): Internationalize the spook section a bit.
1681 Remove the spook mail-setup-hook example, since it doesn't work well.
1682 Mention fortune-file.
1683 (Mail Methods): Mention read-mail-command.
1684
ed6e7b11 16852009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1686
df1a3e06
GM
1687 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1688 and NS resources following recent changes.
959d68bd 1689
86dca3e8
JR
16902009-03-10 Jason Rumney <jasonr@gnu.org>
1691
1692 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1693 w32-use-visible-system-caret doc to indicate that it should get set
1694 automatically.
1695 (Windows Fonts): Add doc for the uniscribe backend.
1696
042fe98f
DN
16972009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1698
1699 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1700 vc-dir. (Bug#2598)
1701
7f8dba73
RS
17022009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1703
1704 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1705
505e70c3
GM
17062009-03-05 Glenn Morris <rgm@gnu.org>
1707
04242bdc
GM
1708 * rmail.texi (Rmail Basics): Add reference to sorting.
1709 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1710 Minor re-wordings.
1711 (Rmail Motion): Mention rmail-next-same-subject.
1712 (Rmail Deletion): Expunging is not the only way to change the numbers.
1713 (Rmail Labels): Labels can also be used in sorting.
1714 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1715 (Rmail Display): Mention rmail-mime.
1716
00cfe22c
GM
17172009-03-04 Glenn Morris <rgm@gnu.org>
1718
1719 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1720 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1721 summary. Mention sorts cannot be undone.
1722 (Rmail Display): Give an example of how to use goto-address-mode.
1723 (Rmail Editing): It's keybindings that are redefined, not commands.
1724 Fix some typos.
1725 (Movemail): Some minor rewording.
1726 (Remote Mailboxes): Emacs movemail supports pop by default.
1727 Fix some minor grammatical issues. The "two alternative ways" to
1728 specify a POP mailbox are really just one. Remove all reference to the
1729 variables rmail-pop-password and rmail-pop-password-required, obsolete
1730 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1731 can support Kerberos.
1732
3d963b67
GM
17332009-03-03 Glenn Morris <rgm@gnu.org>
1734
1735 * rmail.texi (Rmail Deletion): Revert previous change, which was
1736 describing the Rmail summary versions.
1737 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1738 Minor re-wording for rmail-resend.
1739 (Rmail Make Summary): Summaries apply to buffers rather than files.
1740 <rmail-summary-by-topic>: Headers includes the subject.
1741 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1742 details, including prefix arguments.
2340abde 1743 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1744 Not counting lines might be faster.
1745 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1746 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1747 Name the commands bound to the various keys. Mention prefix argument
1748 for searching.
3d963b67
GM
1749 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1750 Simplify rmail-highlighted-headers description. Update face name.
1751
a8ce3d17
JB
17522009-03-02 Juanma Barranquero <lekktu@gmail.com>
1753
1754 * mark.texi (Marking Objects): Fix typo.
1755
130a29b6
CY
17562009-03-01 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1759 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1760
9d5de6f8
GM
17612009-03-01 Glenn Morris <rgm@gnu.org>
1762
79fc530e 1763 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1764 (Rmail Motion): - M-s searches from the end of messages.
1765 (Rmail Deletion): Minor clarification. Fix numeric argument
1766 description.
1767 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1768 newmail and RMAILOSE files need not be in home-directory.
1769 (Rmail Files): Mention I/O menus are unselectable if no files match.
1770 Mention `MAIL' env-var.
1771
b545ff9c
JR
17722009-02-24 Jason Rumney <jasonr@gnu.org>
1773
1774 * mule.texi (Fontsets): Mention fontset-default, font specs and
1775 fallback fontsets.
1776 (Defining Fontsets): Mention ns and w32 variants of
1777 standard-fontset-spec. Update description of startup fontset to match
1778 Emacs 23 behavior.
a93be82a 1779 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1780 (International): Link to Modifying Fontsets.
b545ff9c 1781
75da0618 17822009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1783
1784 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1785 Mention ns-extended-platform-support-mode.
1786
6be93a16
KB
17872009-02-22 Karl Berry <karl@gnu.org>
1788
1789 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1790
867d4bb3
JB
17912009-02-19 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * basic.texi (Moving Point, Position Info):
1794 * files.texi (Visiting):
1795 * mini.texi (Completion Options):
1796 * text.texi (HTML Mode): Remove duplicate words.
1797
49b5c0e8
GM
17982009-02-20 Glenn Morris <rgm@gnu.org>
1799
1800 * rmail.texi: Minor updates for mbox rather than Babyl.
1801
f43a822c
KB
18022009-02-17 Karl Berry <karl@gnu.org>
1803
49b5c0e8 1804 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1805
80d634b8
RS
18062009-02-17 Richard M Stallman <rms@gnu.org>
1807
1808 * anti.texi (Antinews): Mention Babyl format.
1809
1810 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1811
1812 * rmail.texi: Update for mbox format.
1813 Various small fixes, as well as the following.
1814 (Out of Rmail): Node deleted.
1815 (Rmail): Update menu.
1816 (Rmail Files): Comment out set-rmail-inbox-list.
1817 Document rmail-inbox-list instead.
1818 (Rmail Output): Substantial changes since C-o is now
1819 rmail-output-as-seen and o is rmail-output.
1820 (Rmail Attributes): Delete `stored', add `retried'.
1821 (Rmail Display): Editing headers works in all cases.
1822
f0d129c6
GM
18232009-02-17 Glenn Morris <rgm@gnu.org>
1824
1825 * basic.texi (Position Info): M-x count-lines-region is not always on
1826 M-=. (Bug#2269)
1827
160f11d3
GM
18282009-02-09 Glenn Morris <rgm@gnu.org>
1829
1830 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1831 defaults.
1832
763e01c4
EZ
18332009-02-07 Eli Zaretskii <eliz@gnu.org>
1834
1835 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1836 documentation of possible problems with redecoding.
1837
f5e1441d
GM
18382009-02-03 Glenn Morris <rgm@gnu.org>
1839
1840 * rmail.texi (Out of Rmail): Mention b2m.pl.
1841
e1eabe41
GM
18422009-01-31 Glenn Morris <rgm@gnu.org>
1843
1844 * rmail.texi (Out of Rmail): Correct b2m location.
1845
dd05f9de
CY
18462009-01-27 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * fixit.texi (Undo): Update undo limit values.
1849
d74d846e
GM
18502009-01-27 Glenn Morris <rgm@gnu.org>
1851
1852 * emacs.texi (Top): Fix Antinews menu entry.
1853
49ffdce8
KB
18542009-01-25 Karl Berry <karl@gnu.org>
1855
1856 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1857 item with no marker, instead of the syntactically incorrect
1858 @itemize @asis.
1859
467e8d77
JL
18602009-01-25 Juri Linkov <juri@jurta.org>
1861
1862 * building.texi (Grep Searching): Fix index entry for lgrep.
1863
6c60bbdb
EZ
18642009-01-24 Eli Zaretskii <eliz@gnu.org>
1865
1866 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1867
9ce5a36f
AR
18682009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1869
1870 * macos.texi (Preferences Panel): Update description of font setting to
1871 reflect that prior frame selection is no longer needed.
1872
9aa5f2fb
NR
18732009-01-20 Nick Roberts <nickrob@snap.net.nz>
1874
1875 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1876 raise GUD subsections.
1877
3892ff9c
GM
18782009-01-15 Glenn Morris <rgm@gnu.org>
1879
1880 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1881
14731c8f
GM
18822009-01-10 Glenn Morris <rgm@gnu.org>
1883
1884 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1885
45c55e53
CY
18862009-01-04 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1889 logical lines.
1890
2e4667d1
JL
18912008-12-29 Juri Linkov <juri@jurta.org>
1892
1893 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1894
1895 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1896
2a3eac47
CY
18972008-12-28 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1900 goto-address-mode instead of goto-address.
1901
3da8da94
CY
1902 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1903 mode.
1904
2a3eac47
CY
1905 * emacs.texi (Top): Update node listing.
1906
057f6dd3
EZ
19072008-12-26 Eli Zaretskii <eliz@gnu.org>
1908
1909 * custom.texi (Directory Variables): Explain what is a "project".
1910 Add indexing. Improve wording. Add a footnote about using
1911 _dir-locals.el on MS-DOS.
1912
e6979067
DN
19132008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1914
1915 * files.texi (Misc File Ops): Mention chmod as an alias for
1916 set-file-modes.
1917
9de15963
MR
19182008-12-24 Martin Rudalics <rudalics@gmx.at>
1919
1920 * help.texi (Help): Fix typos and reword.
1921 (Help Summary): Add entries for C-h n and C-h r, reorder
1922 entries, and do some minor fixes.
1923 (Name Help): Say that C-h F works for commands only.
1924 (Misc Help): Say that view-lossage displays 300 keystrokes.
1925
236fd60d
GM
19262008-12-20 Glenn Morris <rgm@gnu.org>
1927
1928 * ack.texi (Acknowledgments): General update based on AUTHORS,
1929 including removal of some stuff no longer distributed.
1930
349b3256
AM
19312008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1932
1933 * fixit.texi: Mention hunspell
1934
e840fca5
GM
19352008-12-19 Glenn Morris <rgm@gnu.org>
1936
1937 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1938 Consolidate explanatory text at start.
e840fca5
GM
1939
1940 * display.texi (Text Display):
1941 * indent.texi (Indentation): Use @acronym with ASCII.
1942
9dfa7983
GM
19432008-12-18 Glenn Morris <rgm@gnu.org>
1944
1945 * ack.texi: Various small updates and fixes.
1946
97b3a00b
JL
19472008-12-18 Juri Linkov <juri@jurta.org>
1948
1949 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1950 as a key binding to start a forward nonincremental word search.
1951 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1952 a backward nonincremental word search. Add index for `M-s w'
1953 `isearch-forward-word'.
1954 (Regexp Search): Add a short summary of regexp key commands like
1955 in the node "Basic Isearch".
1956 (Other Repeating Search): Fix typo.
1957
19582008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1959
1960 * misc.texi (PostScript Variables): Fix doc.
1961
31ce6a07
CY
19622008-12-10 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * programs.texi (Program Modes): Mention Ruby mode.
1965
636b507b
DN
19662008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1967
1968 * misc.texi (emacsclient Options): Describe what an empty string
1969 argument does for --alternate-editor.
1970
a323fa14
CY
19712008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1972
1973 * cmdargs.texi (Font X): Distinguish between client-side and
1974 server-side fonts. List valid Fontconfig properties. Add reference to
1975 Fontconfig manual. List valid GTK font properties. Explain use of
1976 fc-list.
1977
c5ca6cd0
CY
19782008-12-09 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * cmdargs.texi (Font X): Move discussion of quoting to top.
1981
e5136377
GM
19822008-12-06 Glenn Morris <rgm@gnu.org>
1983
1984 * maintaining.texi (Old Revisions): Improve previous change.
1985
248c026b
RS
19862008-12-05 Richard M Stallman <rms@gnu.org>
1987
1988 * anti.texi (Antinews): Minor fixes.
1989
a9253a1e
GM
19902008-12-03 Glenn Morris <rgm@gnu.org>
1991
1992 * maintaining.texi (Old Revisions): Fix diff-switches description.
1993
fa687b02
MR
19942008-12-01 Martin Rudalics <rudalics@gmx.at>
1995
1996 * emacs.texi (Top): Fix typo.
1997
72e6decd
CY
19982008-11-30 Chong Yidong <cyd@stupidchicken.com>
1999
320ee034
CY
2000 * misc.texi (Document View): Explain dependence on gs at the top.
2001 Copyedits.
2002
2003 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2004
72e6decd
CY
2005 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2006 (Comment Commands): Discuss region-active behavior of M-; first.
2007
2a472ee4
MR
20082008-11-29 Martin Rudalics <rudalics@gmx.at>
2009
9c6361c9
MR
2010 * display.texi (Line Truncation): Add reference to Continuation
2011 Lines.
2012
2a472ee4
MR
2013 * windows.texi (Pop Up Window): Mention split-height-threshold
2014 and split-width-threshold.
9c6361c9 2015 (Split Window): Add reference to Continuation Lines.
2a472ee4 2016
e93bc142
AR
20172008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2018
2019 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2020 (GNUstep Support): New node.
2021 * anti.texi:
2022 * emacs.texi:
2023 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2024
43b978db
RS
20252008-11-28 Richard M Stallman <rms@gnu.org>
2026
2027 * misc.texi (Dissociated Press): Minor cleanups.
2028
2029 * dired.texi (Image-Dired): Avoid passive.
2030
e8e2bd93
EZ
20312008-11-28 Eli Zaretskii <eliz@gnu.org>
2032
2033 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2034 representation.
2035
8d2d45da
CY
20362008-11-26 Richard M. Stallman <rms@gnu.org>
2037
2038 * files.texi (Visiting): Rewrite paragraph for clarity.
2039
2040 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2041
a5f7bbcc
AM
20422008-11-25 Alan Mackenzie <acm@muc.de>
2043
2044 * programs.texi (Moving by Parens): Clarify that parens inside strings
2045 and comments are ignored, and that the commands assume the starting
2046 point isn't in a string or comment.
2047
a71703d3
AR
20482008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2049
2050 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2051 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2052 version.
2053 (Mac Customization): Rewrite Preferences Panel section and merge in to
2054 this node, add Open files by dragging to an Emacs window.
2055
2056 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2057
aa5ab79a
CY
20582008-11-26 Chong Yidong <cyd@stupidchicken.com>
2059
0cc92c19
CY
2060 * files.texi (Misc File Ops): Document set-file-modes.
2061
c366b4e4
CY
2062 * windows.texi (Split Window): Document integer values of
2063 truncate-partial-width-windows.
2064
aa5ab79a
CY
2065 * text.texi (Text): Simplify description of markup languages.
2066 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2067 (TeX Editing): Note that `""' inserts one `"' character.
2068 (HTML Mode): Note in the introduction that XML mode is an alias for
2069 SGML mode. Mention nXML mode.
2070
56221db7
CY
20712008-11-25 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * building.texi (Watch Expressions): Fix typo.
2074
90effe33
CY
20752008-11-24 Chong Yidong <cyd@stupidchicken.com>
2076
f90a5ae3
CY
2077 * files.texi (Visiting): Document new behavior of
2078 confirm-nonexistent-file-or-buffer.
2079
1c6c854e
CS
2080 * buffers.texi (Select Buffer):
2081 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2082
a18ffb4a
CY
2083 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2084 edit-picture.
2085
90effe33
CY
2086 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2087 edit-picture', since that is just an alias for picture-mode.
2088 (Sentences): Note that repeated M-@ extends the region.
2089 (Pages): Make terminology more consistent. Link to Regexps node.
2090 (Longlines): Discuss relationship with Visual Line mode.
2091 (Text Mode): Remove extraneous discussion of other modes, since they
2092 were already introduced in the parent node.
2093
e85103ec
CY
20942008-11-23 Chong Yidong <cyd@stupidchicken.com>
2095
5cb2fe30
CY
2096 * anti.texi (Antinews): Rewrite.
2097
1eb9b307 2098 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2099
2100 * frames.texi (Frame Commands): Mention "minimize" terminology.
2101
e85103ec
CY
2102 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2103 formats.
b908332f
CY
2104 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2105 (Misc X): Don't document useless -hb option.
e85103ec 2106
607f5f88
JL
21072008-11-22 Juri Linkov <juri@jurta.org>
2108
2109 * dired.texi (Dired Navigation): Change normal file name search option
2110 from `non-nil' to `t'. Add `dwim' option.
2111
e1b867a0
JL
21122008-11-22 Juri Linkov <juri@jurta.org>
2113
2114 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2115 ".dir-locals.el". Rename `define-project-bindings' to
2116 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2117 `dir-locals-set-directory-class'.
2118
dd186936
LK
21192008-11-22 Lute Kamstra <lute@gnu.org>
2120
2121 * buffers.texi (Select Buffer): Index goto-line.
2122 * basic.texi (Moving Point): Mention the use of a numeric prefix
2123 argument with goto-line and refer to Select Buffer for the use of a
2124 plain prefix argument.
2125
4b121911
GM
21262008-11-19 Glenn Morris <rgm@gnu.org>
2127
2128 * doclicense.texi: Update to FDL 1.3.
2129 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2130
27267e4c
CY
21312008-11-17 Chong Yidong <cyd@stupidchicken.com>
2132
696f351d
CY
2133 * custom.texi (Minor Modes): Define mode commands and mode variables
2134 more precisely. Recommend using mode commands instead of setting
2135 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2136 (Easy Customization): Use "init file" instead of .emacs.
2137 (Customization Groups): Update to new Custom buffer appearance.
2138 (Saving Customizations): Copyedits. Update example.
2139 (Variables): Give example of variable type-sensitivity.
2140 (Examining): Update example.
2141 (Hooks): Copyedits.
2142 (Specifying File Variables): Use C comments instead of an artificial
2143 Lisp for the example.
2144 (Keymaps): Move internals discussion to Prefix Keymaps.
2145 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2146 (Init Rebinding): Document kbd macro.
2147 (Init File): Link to Find Init.
696f351d
CY
2148
2149 * mark.texi (Using Region): Document Delete Selection Mode more
2150 thoroughly.
2151
2152 * frames.texi (Mouse Commands): Move most of the description of Delete
2153 Selection Mode to Using Region, and link to it.
1bc9c425 2154 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2155
b0570c25
CY
2156 * building.texi (Compilation): Document first-error value of
2157 compilation-scroll-output.
2158 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2159 works as soon as an error is available. Suggested by Juri Linkov.
2160
27267e4c
CY
2161 * mini.texi (Passwords): New node.
2162
2163 * files.texi (Remote Files): Link to Passwords node.
2164
2165 * emacs.texi (Top): Update node listings.
2166
122eb807
CY
21672008-11-16 Chong Yidong <cyd@stupidchicken.com>
2168
9c9855a3
CY
2169 * ack.texi (Acknowledgments): Some updating of credits.
2170
bd6fdcad
CY
2171 * emacs.texi (Acknowledgments): Add a couple more names.
2172
dd1eef46
CY
2173 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2174
122eb807 2175 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2176 (Misc File Ops): Document use of trash.
122eb807 2177
801a8da1
JB
21782008-11-16 Juanma Barranquero <lekktu@gmail.com>
2179
2180 * macos.texi (Mac Customization): Fix typos.
2181
0b4f2253
CY
21822008-11-14 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2185 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2186 the conventions of the main Emacs manual.
2187
2188 * emacs.texi (Top): Update node listings.
2189
517e2b89
CY
21902008-11-12 Chong Yidong <cyd@stupidchicken.com>
2191
07a85685
CY
2192 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2193 command-line-args is processed during startup.
2194 (Action Arguments): Correctly describe how file arguments interact with
2195 the startup screen. Link to Lisp Interaction for scratch buffer.
2196 (Initial Options): Link to Command Example for -batch option.
2197 (Environment): Document initial-environment.
2198
517e2b89
CY
2199 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2200 can't be changed in the site-start file.
2201
6337bbde
CY
22022008-11-07 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * dired.texi (Dired): Mention C-x C-d too.
2205 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2206 (Dired Navigation): Explain dired-goto-file more clearly.
2207 Document dired-isearch-filenames.
6337bbde
CY
2208 (Dired Deletion): Remove unnecessary "expunged" terminology.
2209 (Flagging Many Files): & is now rebound to `% &'.
2210 (Shell Commands in Dired): Document dired-do-async-shell-command.
2211 Clarify how multi-file arguments are passed.
2212 (Misc Dired Features): Document dired-do-isearch.
2213
9e8eeff9
CY
22142008-11-06 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2217
e071f849
CY
22182008-11-03 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2221
05482eb1
CY
22222008-11-01 Chong Yidong <cyd@stupidchicken.com>
2223
e2346dea
CY
2224 * programs.texi (Program Modes): Link to Program Indent node.
2225 (Left Margin Paren): Explain consequences of changing
2226 open-paren-in-column-0-is-defun-start more concisely.
2227 (Which Function, Program Indent, Info Lookup): Minor edits.
2228 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2229 (Multi-line Indent): If region is active, TAB indents the region.
2230 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2231 (Matching): The delimiter at the cursor is highlighted---the character
2232 changes color.
2233 (Symbol Completion): Link to Completion node.
2234
e4b6428c
CY
2235 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2236 a strictly text-only system.
2237
05482eb1
CY
2238 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2239 batch mode.
2240
a11d3737
RS
22412008-11-01 Richard M. Stallman <rms@gnu.org>
2242
5abad626
RS
2243 * misc.texi (Document View): Major rewrite.
2244
a11d3737
RS
2245 * maintaining.texi (Types of Log File): Change logs are older than
2246 version control.
2247 (VCS Concepts): Simplify and rearrange.
2248 (Version Control Systems): Make it clear that Linux is only the kernel.
2249 (VC Mode Line): Shorten reference to menu item.
2250 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2251 (VC Directory Mode): Minor cleanup.
2252 Unchanged files are hidden, not omitted.
2253 (VC Directory Commands): Shorten and simplify.
2254 (Change Log Commands): New node, split from Change Logs.
2255 (VC Directory Buffer): New node, split from VC Directory Mode.
2256
c55a4acb
CY
22572008-10-31 Chong Yidong <cyd@stupidchicken.com>
2258
1c6c854e 2259 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2260 from files.texi.
2261
1c6c854e
CS
2262 * files.texi (Version Control): Move to maintaining.texi.
2263 Subnodes moved as well.
2264 (Document Files): Move to misc.texi.
df0356f6 2265
c55a4acb
CY
2266 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2267 vc-update-change-log.
df0356f6
CY
2268 (Version Control): Move here from files.texi.
2269 (Format of ChangeLog): Make it a subnode of Change Log.
2270
2271 * emacs.texi (Top): Update node listing.
c55a4acb 2272
ef082374
TH
22732008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2274
2275 * files.texi (Files): Add a section about document
2276 files (doc-view-mode).
2277
d52582c3
CY
22782008-10-31 Chong Yidong <cyd@stupidchicken.com>
2279
1c6c854e
CS
2280 * building.texi (Compilation Mode):
2281 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2282 (Debuggers): Lower GUD subsections to subsubsections.
2283 (Starting GUD): Add cindex.
2284 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2285
4e0a0968
CY
22862008-10-30 Chong Yidong <cyd@stupidchicken.com>
2287
03625b47
CY
2288 * indent.texi (Indentation): Link to Program Indent.
2289
4e0a0968
CY
2290 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2291 now uses emacsclient's terminal.
2292
8bd3f7ef
CY
22932008-10-29 Chong Yidong <cyd@stupidchicken.com>
2294
80e5620e
CY
2295 * mark.texi (Using Region): Document use-empty-active-region.
2296
97d5c404
CY
2297 * emacs.texi (Top): Update node listings.
2298
1c6c854e
CS
2299 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2300 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2301 (Invoking emacsclient): Rewrite, moving optional arguments to
2302 emacsclient Options.
21d2bae3
CY
2303 (emacsclient Options): New node. Document server-use-tcp and
2304 server-host.
8bd3f7ef 2305
5fda2cbd
CY
23062008-10-28 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * indent.texi (Indentation): Replace list with paragraphed text,
2309 putting description of syntax-driven indentation first. Document new
2310 effect of active regions on tab.
2311 (Tab Stops): Note that editable tab stops affect indentation commands.
2312
4ff029f6
DN
23132008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2314
2315 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2316
996cd6e4
CY
23172008-10-23 Chong Yidong <cyd@stupidchicken.com>
2318
f28815e3
CY
2319 * custom.texi (Function Keys): Note that modified keypad keys are not
2320 translated.
2321
996cd6e4
CY
2322 * basic.texi (Arguments): Explain how to insert multiple digits.
2323
49545fe2
MA
23242008-10-22 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * files.texi (Remote Files): Precise selection of default method.
2327 Rewrite paragraph about disabling remote file names.
2328
edac0b53
CY
23292008-10-22 Chong Yidong <cyd@stupidchicken.com>
2330
e752c544
CY
2331 * search.texi (Special Isearch): Document M-TAB is isearch.
2332
edac0b53
CY
2333 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2334 command.
2335
2336 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2337
20a36054
TH
23382008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2339
1c6c854e 2340 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2341 section.
2342
69051ab6
CY
23432008-10-21 Chong Yidong <cyd@stupidchicken.com>
2344
c4b1a32a
CY
2345 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2346 to files.texi. Move contents of vc2-xtra.texi here.
2347
2348 * vc2-xtra.texi: File removed.
2349
2350 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2351 Directory Commands from the submenu. Don't include deleted file
2352 vc2-xtra.texi.
2353
2354 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2355 (Version Control): Add VC Directory Mode and VC Directory Commands to
2356 the submenu.
2357 (Why Version Control?): Use table format.
2358 (Version Control Systems): Note that Meta-CVS support is gone.
2359 (VCS Concepts): Note precisely when VC started supporting filesets.
2360 Remove bogus xref to CVS Options node.
2361 (Types of Log File): Copyedits.
2362 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2363 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2364 The Right Thing.
2365 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2366 (Log Buffer): Reorganize node, putting C-c C-c description first.
2367 (Old Revisions): Use CVS for example, not RCS.
2368 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2369 Commands from the submenu, putting them under Version Control.
2370 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2371 need to include it in the manual unconditionally, since it is now
2372 crucial to using distributed version control systems.
1a6e2954
CY
2373 (Comparing Files): Note that diff uses the minibuffer, and that the
2374 output is shown using Diff mode.
1c6c854e
CS
2375 (Diff Mode): Explain what "patch" and "hunk" mean.
2376 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2377 diff-show-trailing-whitespaces.
1a6e2954 2378 (File Archives): Add rar support.
c4b1a32a 2379
69051ab6
CY
2380 * major.texi (Choosing Modes): Make mode selection sequence more
2381 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2382 magic-mode-alist is nil by default.
2383 Document magic-fallback-mode-alist.
69051ab6 2384
e7421e03
CY
23852008-10-20 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * frames.texi (Mouse References): Copyedits.
2388
6b2efdc2
TH
23892008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2390
2391 * ack.texi (Acknowledgments): Add myself as doc-view author.
2392
9c5e9396
EZ
23932008-10-20 Eli Zaretskii <eliz@gnu.org>
2394
2395 * frames.texi (Dialog Boxes): Add @cindex entries.
2396
dac94f8e
CY
23972008-10-20 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2400 (Text-Only Mouse): Copyedit.
2401
25597d40
CY
24022008-10-19 Chong Yidong <cyd@stupidchicken.com>
2403
f8a447f6
CY
2404 * frames.texi: Use @key throughout for mouse clicks.
2405 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2406 (Secondary Selection): Fix modified mouse click syntax.
2407 (Clipboard): Describe Cut, Copy and Paste commands.
2408 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2409 Copyedits.
2410 (Creating Frames): Add xref to Init File.
2411 (Frame Commands): Add xref to Exiting.
2412 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2413
b0f95216
CY
24142008-10-15 Chong Yidong <cyd@stupidchicken.com>
2415
b0817f00
CY
2416 * files.texi (Version Control): Copyedits. Add Bazaar.
2417 (Version Control Systems): List different VCS's using an itemized list.
2418 Add Bazaar.
2419 (VCS Concepts): Copyedits. Tweak description of file merging.
2420
b0f95216
CY
2421 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2422 (Cut/Paste Other App): Document select-active-regions and
2423 x-select-enable-primary.
2424
69d0d701
CY
24252008-10-13 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * mark.texi (Shift Selection): Correct case in node name.
2428
2429 * emacs.texi (Top): Update node order in Mark chapter.
2430
375e8351
EZ
24312008-10-12 Eli Zaretskii <eliz@gnu.org>
2432
2433 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2434
2435 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2436 elsewhere in the manual instead of describing yet again the intricacies
2437 of $HOME on MS-Windows and MS-DOS.
2438
ab58114f
CY
24392008-10-12 Chong Yidong <cyd@stupidchicken.com>
2440
4f959513 2441 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2442 (Minibuffer File): Add discussion of `~' in file names.
2443 Add insert-default-directory index reference.
4f959513 2444
ab58114f
CY
2445 * files.texi (File Names): Reorganize description.
2446 (Visiting): Add xref to Mode Line. Copyedits.
2447 (Save Commands): Mention prefix behavior of C-x C-s.
2448 (Numbered Backups): Node deleted.
2449 (Backup Names): Contents of Numbered Backups moved here. State default
2450 of version-control variable.
2451 (Reverting): Copyedits.
2452 (Version Control): Add additional version control systems.
2453
2454 * emacs.texi (Top): Delete Numbered Backups node.
2455
2456 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2457 Backup Names.
f2884f63 2458 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2459
b0b5100a
RF
24602008-10-11 Romain Francoise <romain@orebokech.com>
2461
2462 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2463
89774b5f
CY
24642008-10-11 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2467 (Select Buffer): Mention use of minibuffer history. Describe default
2468 value of default-major-mode. Mention that C-x 4 b selects the other
2469 window.
2470 (List Buffers): Document CRM indicators in the order they appear.
2471 (Kill Buffer): Document new command kill-matching buffers.
2472 (Several Buffers): Move explanation of the relationship between buffer
2473 list and buffer menu to the top.
2474 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2475
4c72bf27
CY
24762008-10-10 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * entering.texi (Exiting): Document change of C-x C-c to
2479 save-buffers-kill-terminal. Document kill-emacs.
2480
f68eb991
EZ
24812008-09-30 Eli Zaretskii <eliz@gnu.org>
2482
2483 * mule.texi (Coding Systems): Don't mention codepage-setup.
2484
2485 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2486 cpNNN coding systems anymore.
2487 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2488 for unibyte mode. Don't mention line-drawing characters.
2489 Don't mention dos-unsupported-char-glyph.
f68eb991 2490
1a2dd44d
CY
24912008-09-25 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * search.texi (Search): Shorten introduction.
2494 (Basic Isearch): Add command table. Discuss reverse isearch and
2495 isearch highlighting.
2496 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2497 ring to cindex.
2498 (Special Isearch): Move input methods discussion here.
2499 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2500 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2501 Repeat Isearch.
2502 (Isearch Minibuffer): New node.
2503 (Word Search): Document new word search commands.
2504 (Regexp Example): Simplify example using sentence-end-base variable.
2505 (Replace): Reword introduction.
2506 (Unconditional Replace): Remove unnecessary example.
2507 (Other Repeating Search): Document new `M-s o' binding.
2508
2509 * emacs.texi (Top): Update node listings.
2510
e45da31d
JB
25112008-09-22 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * emacs.texi (Top): Remove Kill Errors from menu.
2514
841c8096
CY
25152008-09-22 Chong Yidong <cyd@stupidchicken.com>
2516
402168fa
CY
2517 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2518 interface for defining macros. Simplify examples. Note that C-g quits
2519 macro definitions.
1c6c854e
CS
2520 (Keyboard Macro Counter): Document using F3 to insert counter.
2521 Give usage example.
402168fa
CY
2522 (Keyboard Macro Query): Organize query responses in a table.
2523
1c6c854e
CS
2524 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2525 Link to Erasing node.
841c8096
CY
2526 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2527 rationale to a footnote.
2528 (Kill Errors): Remove node, due to redundancy with Erasing.
2529 (Spelling): Move discussion of flyspell to end. Note new behavior of
2530 M-$ in active region. Remove non-ispell-specific keybindings from
2531 table.
2532
eab2ee89
DN
25332008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2534
2535 * cmdargs.texi (Initial Options): Document --daemon.
2536
3d53e905
GM
25372008-09-20 Glenn Morris <rgm@gnu.org>
2538
2539 * files.texi (Numbered Backups): Mention that some modes set
2540 version-control.
2541
1c90484d
GM
25422008-09-20 Jim Blandy <jimb@red-bean.com>
2543
2544 * files.texi (Numbered Backups): Reference File Variables, as well.
2545 Remove discussion of Rmail's implementation.
2546
0fc0d844
CY
25472008-09-06 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * misc.texi (Recursive Edit): Note that top-level exits active
2550 minibuffers.
2551
2552 * trouble.texi (Quitting): Likewise.
2553
b18d283d
CY
25542008-08-31 Chong Yidong <cyd@stupidchicken.com>
2555
2556 * emacs.texi (Top): Add Temporary Face Changes xref.
2557
2558 * display.texi (Display): Move Temporary Face Changes node to just
2559 after Standard Faces.
2560 (Scrolling): Document recenter-top-bottom instead of recenter.
2561 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2562 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2563 (Display Custom): Copyedits.
2564 (Optional Mode Line): Document display-battery-mode.
2565
180135fc
RF
25662008-08-27 Romain Francoise <romain@orebokech.com>
2567
2568 * custom.texi (Directory Variables): Minor fix.
2569
d3fe3475
GM
25702008-08-27 Glenn Morris <rgm@gnu.org>
2571
2572 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2573 descriptions.
2574 (Calendar Customizing): Tweak layout description.
183080b6 2575 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2576 markers. Condense calendar-star-date and calendar-mark-today
2577 description.
2578 (Holiday Customizing): Add oriental and solar holidays.
2579 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2580 Fix holiday-float description. Use zerop in examples. Be less verbose.
2581 (Date Display Format): Change ISO format. Be less verbose.
2582 (Diary Customizing): Mention day and month abbrev arrays.
2583 Mention the date-form variables by name. Update European example.
2584 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2585 Condense examples. Mention diary-entry-symbols by name.
2586 Condense table for insertion commands.
2587 (Fancy Diary Display): Mention diary-include-string and
2588 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2589 Ethiopic, Persian date functions. Condense descriptions.
2590
2591 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2592 (Adding to Diary): Adapt for changed node name.
2593
71755807
GM
25942008-08-26 Glenn Morris <rgm@gnu.org>
2595
2596 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2597 node "Hebrew/Islamic Entries".
2598
2599 * calendar.texi (Specified Dates): Fix names of iso functions.
2600 (General Calendar): There may not be another window.
2601 (Writing Calendar Files, Holidays): Tweak intro.
2602 (Holidays): Mention Baha'i and Chinese holidays.
2603 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2604 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2605 (To Other Calendar): Add calendar-print-other-dates.
2606 Refer to "graphic display" rather than "X.
2607 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2608 (Displaying the Diary): Fix whitespace after reference.
2609 Fix `diary-number-of-entries' reference.
2610 (Date Formats): Explicitly mention that day names can be abbreviated.
2611 (Adding to Diary): Add some references to other sections.
2612 (Special Diary Entries): Fix reference.
2613 (Appointments): Simplify appt-message-warning-time entry.
2614 Clarify where times must be.
2615 (Importing Diary): Comment out icalendar paragraph that does not apply.
2616 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2617
d76ebc75
GM
26182008-08-23 Glenn Morris <rgm@gnu.org>
2619
2620 * fortran-xtra.texi (Fortran): Change description of free form and
2621 fixed form a bit. Mention hideshow and imenu.
2622 (Fortran Motion): Mention fortran-end-of-subprogram,
2623 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2624 (Fortran Indent): Minor re-word.
2625 (ForIndent Commands): Mention fortran-fill-paragraph and
2626 fortran-fill-statement.
2627 (ForIndent Cont): Mention fortran-tab-mode-string.
2628 (Fortran Comments): Mention fortran-comment-line-start-skip.
2629 (Fortran Columns): Mention font-locking.
2630 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2631
1fc0ce04 26322008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2633
2634 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2635
5c52e13c
CY
26362008-08-22 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * mini.texi (Minibuffer): Simplify introduction.
2639 (Minibuffer File): Document tilde in minibuffer filenames.
2640 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2641 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2642 (Completion Example): Update example to current command list.
2643 (Completion Options): Document `lazy' value of completion-auto-help.
2644 Update contents of completion-ignored-extensions.
2645 (Minibuffer History): Describe "future history" list. State default
2646 value of history-delete-duplicates.
2647
77a00355
GM
26482008-08-21 Glenn Morris <rgm@gnu.org>
2649
2650 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2651 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2652
39ee1d04
CY
26532008-08-17 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * regs.texi (Registers): Clarify valid register names.
2656 (RegPos): Note that buffer is saved and restored too.
2657 (RegText): Note that mark is reactivated/deactivated.
2658 (RegConfig): Xref to Windows node.
2659
b12c348f
CY
26602008-08-16 Chong Yidong <cyd@stupidchicken.com>
2661
3ae7ba79
CY
2662 * basic.texi (Inserting Text): Provide command name for C-q.
2663
b12c348f
CY
2664 * killing.texi (Killing): Copyedit. Define read-only text.
2665 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2666 (Killing by Lines): Copyedit.
2667 (Other Kill Commands): Move M-w description here.
2668 (Yanking): Move M-w to Other Kill Commands.
2669 (Kill Ring): Also mention saving text in registers. Link to Text
2670 Properties in elisp manual.
2671 (Accumulating Text): Copyedit.
2672 (CUA Bindings): Shift selection is now the default.
2673
d8ff7692
TZ
26742008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2675
2676 * maintaining.texi (Change Log): Mention next-error is available.
2677
a43a8a2e
GM
26782008-08-10 Glenn Morris <rgm@gnu.org>
2679
2680 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2681 and intermonth text.
2682 (Holiday Customizing): Add holiday-chinese.
2683
eba27308
EZ
26842008-08-08 Eli Zaretskii <eliz@gnu.org>
2685
2686 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2687
5f14a5b3
DN
26882008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2689
2690 * files.texi (Log Buffer): Describe C-c C-d.
2691 (Diff Mode): Describe C-x 4 A.
2692
49989bff
EZ
26932008-08-06 Eli Zaretskii <eliz@gnu.org>
2694
2695 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2696
5c915c02
DN
26972008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2698
2beaf97a
DN
2699 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2700 describe the new bindings to show the changeset diff, toggle annotation
2701 visibility, show revisions.
2702 (VC Status): Describe key bindings for modifying the change comments,
2703 displaying changeset diffs and annotations.
2704
5c915c02
DN
2705 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2706
71798ace
NR
27072008-08-05 Nick Roberts <nickrob@snap.net.nz>
2708
2709 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2710
b8949644
EZ
27112008-08-02 Eli Zaretskii <eliz@gnu.org>
2712
2713 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2714 and wording.
2715
819567d1
DN
27162008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2719 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2720 commands. Improve some old info.
2721
5f38310a
CY
27222008-07-31 Chong Yidong <cyd@stupidchicken.com>
2723
0dc3906b
CY
2724 * display.texi (Visual Line Mode): New node.
2725
5f38310a 2726 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2727 (Moving Point): Add additional alternative key bindings.
2728 Describe line-move-visual.
5f38310a
CY
2729 (Erasing): Describe DEL.
2730 (Basic Undo, Blank Lines, Arguments): Copyedit.
2731 (Continuation Lines): Mention Visual Line mode.
2732 (Position Info): Move extended discussion to mule.texi.
2733
2734 * mule.texi (International Chars): Describe C-x =.
2735
2736 * emacs.texi (Top): Add Visual Line Mode node.
2737
7c2fb837
DN
27382008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2739
2740 * emacs.texi: Remove VMS support.
2741
3f6b73ef
DN
27422008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2743
2744 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2745 the vc-dir command name.
2746
9e2a2647
DN
27472008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * xresources.texi: Remove mentions of Mac Carbon.
2750
568beaa2
AS
27512008-07-19 Andreas Schwab <schwab@suse.de>
2752
2753 * ns-emacs.texi: Move to ../misc.
2754
0ef94706
CY
27552008-07-15 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * entering.texi (Exiting): Don't describe text-only terminals as the
2758 default. Describe the new startup screen.
2759 (Exiting): Describe how to kill Emacs first. Change description of
2760 iconification to handle modern window systems.
2761
ba60bd44 27622008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2763
2764 * ns-emacs.texi: New file, documents features of Emacs port under
2765 NeXTstep windowing.
2766
9f30aa73
CY
27672008-07-15 Chong Yidong <cyd@stupidchicken.com>
2768
938a5d2e
CY
2769 * entering.texi (Entering Emacs): Update prev node.
2770
2771 * glossary.texi (Glossary): Remove xref to Text Characters.
2772
9f30aa73
CY
2773 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2774 directly, rather than in the context of ASCII. Move description of
2775 special properties of modifier key to new Modifier Keys node.
2776 (Keys): Copyedit.
2777 (Text Characters): Delete node. Multibyte is the default nowadays, and
2778 the node contents are obsolete.
2779
2780 * custom.texi (Modifier Keys): New node.
2781
2782 * emacs.texi (Top): Update node list.
2783
7e53d36c
CY
27842008-07-13 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2787 saying that Emacs provides menus and mouse support (which is par for
2788 the course).
2789
2790 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2791 early on.
2792 (Point): Copyedit. Relegate historical trivia to a footnote.
2793 (Mode Line): Explain mode-line format more consistently.
2794 (Menu Bar): Copyedit.
2795
1e9fa96d
GM
27962008-06-27 Glenn Morris <rgm@gnu.org>
2797
2798 * cal-xtra.texi (Sexp Diary Entries):
2799 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2800
dc9bebb8
CY
28012008-06-26 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * mark.texi (Shift selection): New node.
2804 (Mark): Copyedits.
2805 (Persistent Mark): Move to the end of the chapter.
2806
e7881076
EZ
28072008-06-20 Eli Zaretskii <eliz@gnu.org>
2808
2809 * makefile.w32-in (distclean): Remove makefile.
2810
f427400c
NR
28112008-06-17 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * building.texi (Starting GUD): Add an entry for gud-gdb.
2814 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2815 command mode.
2816
b597d348
GM
28172008-06-17 Glenn Morris <rgm@gnu.org>
2818
2819 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2820
647b7094
NR
28212008-06-17 Nick Roberts <nickrob@snap.net.nz>
2822
2823 * building.texi (Starting GUD): Expand on remote debugging.
2824 (Other GDB-UI Buffers): Mention new keyboard bindings.
2825
47a30023
GM
28262008-06-15 Glenn Morris <rgm@gnu.org>
2827
2828 * gnu.texi: Use a verbatim license for this invariant section,
2829 as per etc/GNU.
2830
37e5d54a
GM
28312008-06-13 Daniel Engeler <engeler@gmail.com>
2832
2833 * emacs.texi, misc.texi: Add documentation about serial port access.
2834
8e65d46c
GM
28352008-06-13 Glenn Morris <rgm@gnu.org>
2836
c1473b4c
MB
2837 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2838 maintain.info.
8e65d46c 2839
e40a85cd
MB
28402008-06-05 Miles Bader <miles@gnu.org>
2841
2842 * display.texi (Temporary Face Changes): Update to reflect function
2843 renamings in face-remap.el.
2844
56c73dec
MB
28452008-06-04 Miles Bader <miles@gnu.org>
2846
1c6c854e
CS
2847 * display.texi (Temporary Face Changes):
2848 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2849 `increase-buffer-face-height' and `decrease-default-face-height' now
2850 that they aren't bound by default.
2851
9d3d42fb
MB
28522008-06-03 Miles Bader <miles@gnu.org>
2853
2854 * display.texi (Temporary Face Changes): New node.
2855
2be6bfe2
EZ
28562008-05-31 Eli Zaretskii <eliz@gnu.org>
2857
2858 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2859
daf7e339
GM
28602008-05-31 Glenn Morris <rgm@gnu.org>
2861
2862 * cal-xtra.texi (Fancy Diary Display): Simplify.
2863
d21d2618
GM
28642008-05-30 Glenn Morris <rgm@gnu.org>
2865
2866 * cal-xtra.texi (Fancy Diary Display): Update for
2867 diary-display-function replacing diary-display-hook.
2868
71ce5fd0
JB
28692008-05-29 Drew Adams <drew.adams@oracle.com>
2870
2871 * msdog.texi (Windows Keyboard): Add descriptions of
2872 w32-register-hot-key and w32-unregister-hot-key.
2873
a3cdbdf8
MO
28742008-05-21 Tom Tromey <tromey@redhat.com>
2875
2876 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2877 Variables node.
2878
854a574c
MO
28792008-05-19 Tom Tromey <tromey@redhat.com>
2880
2881 * custom.texi (Variables): Add Directory Variables to menu.
2882 (Directory Variables): New node.
2883
7c2ec3f9
ER
28842008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2885
71ce5fd0 2886 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2887
370fded4
ER
28882008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2889
2890 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2891 Revision Tags and rewritten. Section now uses modern terminology,
2892 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2893 accurately.
2894
6af511e3
EZ
28952008-05-10 Eli Zaretskii <eliz@gnu.org>
2896
2897 * msdog.texi (Windows Files): Update documentation of
2898 w32-get-true-file-attributes.
2899
7a78b6e7
ER
29002008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2901
2902 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2903 directory mode.
2904
1bcfc24e
CY
29052008-05-08 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2908 entry "television".
1bcfc24e 2909
db86064f
ER
29102008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2911
ab5ec32c 2912 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2913
a31b405e
ER
29142008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2915
2916 * emacs/buffers.texi, emacs/files.texi (Version-control):
2917 vc-toggle-read-only is no longer a good idea...
2918
ff2c14fc
GM
29192008-04-29 Glenn Morris <rgm@gnu.org>
2920
2921 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2922
367c9b7c
JL
29232008-04-22 Juri Linkov <juri@jurta.org>
2924
2925 * dired.texi (Subdirectories in Dired): Describe using `^'
2926 to return to the parent directory.
2927
4ac1e9b4
NR
29282008-04-22 Nick Roberts <nickrob@snap.net.nz>
2929
2930 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2931 recent changes.
2932
b9b3bf2b
NR
29332008-04-19 Nick Roberts <nickrob@snap.net.nz>
2934
2935 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2936 (Other GDB-UI Buffers): Update for recent thread related changes.
2937
4d120d6a
SM
29382008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2939
2940 * maintaining.texi (Maintaining):
2941 * emacs.texi (Top): Typo.
2942
a152877d
SM
29432008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2944
b9b3bf2b
NR
2945 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2946 arg in `font-lock-add-keywords'.
a152877d 2947
36c0514c
GM
29482008-04-08 Glenn Morris <rgm@gnu.org>
2949
2950 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2951 Also add Baha'i calendar references where appropriate.
2952
06a97d46
GM
29532008-04-05 Glenn Morris <rgm@gnu.org>
2954
2955 * custom.texi (Init File): Byte-compiling .emacs is bad.
2956
6adc6eed
SM
29572008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2960
571388b0
GM
29612008-03-29 Glenn Morris <rgm@gnu.org>
2962
2963 * calendar.texi: Update for `calendar-date-style' replacing
2964 `european-calendar'.
2965
3ae8f876
JR
29662008-03-28 Jason Rumney <jasonr@gnu.org>
2967
2968 * display.texi (Display Custom): Mention overlay-margin in text.
2969
5bc6ddff 29702008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2971
5bc6ddff
MB
2972 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2973 tutorial' comments.
03a864d5 2974
7186a830
CY
29752008-03-28 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * mark.texi (Mark): Rearrange nodes.
2978 (Persistent Mark): Rename from Transient Mark.
2979 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2980 Describe Transient Mark mode as the default.
2981
2982 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2983 the default behavior with Transient Mark mode off.
2984 (Position Info): Fix typo.
2985
71ce5fd0
JB
2986 * display.texi (Standard Faces): Reference the Mark node.
2987 Remove discussion of the region face, which is discussed there.
7186a830
CY
2988
2989 * emacs.texi (Top): Update node listings.
2990
2991 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2992 as the default.
2993
2994 * fixit.texi (Undo): Standardize choice of undo key sequence.
2995 (Undo, Spelling): Describe Transient Mark mode as the default.
2996
2997 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2998 default.
2999
3000 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3001
3002 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3003 mode is the default, and note that the mark is not activated when set.
3004
3005 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3006 Describe Transient Mark mode as the default.
3007
3008 * search.texi (Basic Isearch): Reference the Mark Ring node.
3009 (Replace, Unconditional Replace, Other Repeating Search):
3010 Describe Transient Mark mode as the default.
3011
1c6c854e
CS
3012 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3013 Describe Transient Mark mode as the default.
7186a830
CY
3014 (Paragraphs): Describe how M-h behaves when region is active.
3015
3016 * trouble.texi (Quitting): Clarify effects of C-g.
3017
dc47d1ff
GM
30182008-03-13 Glenn Morris <rgm@gnu.org>
3019
3020 * emacs.texi (EMACSVER): Set to 23.0.60.
3021
e3e0fb39 30222008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3023
e3e0fb39
GM
3024 * dired.texi (Hiding Subdirectories): Fix previous change.
3025
30262008-03-05 Drew Adams <drew.adams@oracle.com>
3027
3028 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3029
5e14abf8
KS
30302008-02-28 Kim F. Storm <storm@cua.dk>
3031
3032 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3033 Move describe-distribution to C-h C-o.
3034 Move view-emacs-problems to C-h C-p.
3035 Add view-emacs-debugging on C-h C-d.
3036 Add view-external-packages on C-h C-e.
d0207bf3 3037 Add view-order-manuals on C-h C-m.
5e14abf8 3038
d0207bf3 30392008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3040
3041 * msdog-xtra.texi (MS-DOS): Docstring fix.
3042
87e391bb
EZ
30432008-02-09 Eli Zaretskii <eliz@gnu.org>
3044
3045 * msdog.texi (Windows Fonts): Use a @table for describing font
3046 properties.
3047
5662e503
JR
30482008-02-07 Jason Rumney <jasonr@gnu.org>
3049
3050 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3051 value has changed.
3052 (Windows HOME): Clarify what is meant by "if that fails as well".
3053 (Windows Fonts): New section.
3054
72463824
GM
30552008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3056
3057 * basic.texi (Basic Undo): Remove duplicate "you can".
3058
7ff926e0
EZ
30592008-02-02 Eli Zaretskii <eliz@gnu.org>
3060
3061 * maintaining.texi (Tags): Fix last change.
3062
6ab7aef1
MA
30632008-02-02 Michael Albinus <michael.albinus@gmx.de>
3064
093571c3 3065 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3066
ace67e7e
NR
30672008-01-31 Nick Roberts <nickrob@snap.net.nz>
3068
3069 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3070
ae068fdf
RS
30712008-01-26 Richard Stallman <rms@gnu.org>
3072
3073 * maintaining.texi (Tags): Delete redundant index entry.
3074
a56d9a08
EZ
30752008-01-26 Eli Zaretskii <eliz@gnu.org>
3076
3077 * programs.texi (Imenu): Move "@cindex tags" from here...
3078 * maintaining.texi (Tags): ...to here.
3079
e941ed90
NR
30802008-01-23 Kevin Ryde <user42@zip.com.au>
3081
3082 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3083 click count.
3084
650276d5
JB
30852008-01-21 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * entering.texi (Exiting): Fix typo.
3088 Reported by D. E. Evans <sinuhe@gnu.org>.
3089
8dc17977
MR
30902007-12-31 Martin Rudalics <rudalics@gmx.at>
3091
3092 * glossary.texi (Glossary): Fix typo.
3093
9f9695a6
RS
30942007-12-27 Richard Stallman <rms@gnu.org>
3095
3096 * text.texi (Formatted Text): Improve menu tag.
3097 (Editing Format Info): In Info, add duplicate menu of nodes
3098 about the submenus.
3099 (Format Faces): Say where Faces menu is found. Mention Other.
3100 (Format Colors): Say where these submenus are found.
3101 (Format Indentation, Format Justification): Likewise.
3102 (Format Properties): Likewise.
3103
abfd0191
RS
31042007-12-22 Richard Stallman <rms@gnu.org>
3105
3106 * search.texi (Query Replace): Make exp of query-replace more
3107 self-contained, and clarify.
8dc17977 3108
abfd0191
RS
3109 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3110
a2586785
RS
31112007-12-15 Richard Stallman <rms@gnu.org>
3112
3113 * files.texi (Auto Save): Clarify definition of auto-saving.
3114
a67cf2bb
RS
31152007-11-26 Richard Stallman <rms@gnu.org>
3116
3117 * help.texi (Help Echo): Cleanups.
3118
448b33b1
TTN
31192007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3120
3121 * files.texi (Why Version Control?): Fix typo.
3122 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3123 (Selecting a Fileset): Fix typos; small rewording.
3124 (Log Buffer): Likewise.
3125 (Old Revisions): Likewise.
448b33b1 3126
221bb7f6
EZ
31272007-11-17 Eli Zaretskii <eliz@gnu.org>
3128
3129 * mule.texi (Communication Coding): Fix wording of last change.
3130
d0207bf3 31312007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3132
630cb3b7
JB
3133 * custom.texi (Specifying File Variables):
3134 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3135
53b7759e
KH
31362007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3137
a5ab2e0c 3138 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3139
3140 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3141
c8763fb6 31422007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3143
630cb3b7 3144 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3145 --output=file.
3146
ff98e024
MR
31472007-11-13 Martin Rudalics <rudalics@gmx.at>
3148
3149 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3150 (Help Echo): Avoid mentioning the term "region" here and
3151 consistently use the term "active text".
3152
37b11c22
GM
31532007-11-11 Glenn Morris <rgm@gnu.org>
3154
3155 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3156
21d50ba1
JL
31572007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3158
1c6c854e
CS
3159 * search.texi (Query Replace):
3160 Mention `query-replace-show-replacement'.
21d50ba1 3161
c12ecb0a 31622007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3163
3164 * building.texi (Watch Expressions): Remove obscure sentence.
3165
3b4201f4
KH
31662007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3167
3168 * mule.texi (Select Input Method): Describe how to activate an input
3169 method in the text mode.
3170
07e5c0b0
DN
31712007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3172
3173 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3174
52dd7391
NR
31752007-10-30 Nick Roberts <nickrob@snap.net.nz>
3176
3177 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3178
c004e539
GM
31792007-10-30 Glenn Morris <rgm@gnu.org>
3180
3181 * misc.texi (Directory Tracking): Explain a bit more about
3182 dirtrack-mode.
3183
ca8c5b8c
GM
31842007-10-25 Glenn Morris <rgm@gnu.org>
3185
3186 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3187
b6c764ef
RS
31882007-10-24 Richard Stallman <rms@gnu.org>
3189
3190 * misc.texi (Interactive Shell): Cleanup last change.
3191
eabd84c9
JL
31922007-10-22 Juri Linkov <juri@jurta.org>
3193
3194 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3195 default values.
3196
0b43c7e2
ER
31972007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3198
ca8c5b8c 3199 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3200 'filesets'.
3201
a80859d4
MR
32022007-10-18 Martin Rudalics <rudalics@gmx.at>
3203
3204 * trouble.texi (Quitting): Fix typo.
3205
c9447ae1
GM
32062007-10-18 Glenn Morris <rgm@gnu.org>
3207
3208 * frames.texi (Mode Line Mouse): Mention minor mode names.
3209
168b980f
JL
32102007-10-17 Juri Linkov <juri@jurta.org>
3211
3212 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3213 fill-paragraph operates on the active region in Transient Mark mode.
3214 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3215 with fill-paragraph.
3216
3217 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3218 fill-paragraph.
3219
3220 * fixit.texi (Spelling): ispell-word operates on the active region
3221 in Transient Mark mode.
3222
5a331f34
JB
32232007-10-17 Aaron S. Hawley <aaronh@garden.org>
3224
3225 * building.texi (Source Buffers):
3226 * custom.texi (Init Non-ASCII):
3227 * glossary.texi (Glossary): Use "key binding" consistently.
3228
2a9f4d55
JB
32292007-10-17 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * calendar.texi (Diary): Fix directive.
3232
de13cecf
RS
32332007-10-16 Richard Stallman <rms@gnu.org>
3234
3235 * calendar.texi (Diary): Clarify text about diary file example.
3236
5f90d53e
ER
32372007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3238
3239 * files.texi: Capitalize node names according to convention.
3240
3aa491bc
GM
32412007-10-13 Glenn Morris <rgm@gnu.org>
3242
3243 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3244
8a3106d3
ER
32452007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3246
3247 * emacs.texi:
3248 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3249 suggested by RMS and Robert J. Chassell.
8a3106d3 3250
da1080a2
ER
32512007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3252
3aa491bc 3253 * files.texi (Version Systems):
0870a421
ER
3254 * vc-xtra.texi:
3255 * vc1-xtra.texi:
ac3f4c6f 3256 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3257 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3258 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3259 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3260
58ade22b
ER
32612007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3262
da1080a2 3263 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3264 Reorder the descriptions to be chronological.
3265
93870ce2
RS
32662007-10-09 Richard Stallman <rms@gnu.org>
3267
3268 * display.texi (Cursor Display): Correct how cursor appears
3269 in nonselected windows.
3270
568c7288
NR
32712007-10-04 Nick Roberts <nickrob@snap.net.nz>
3272
3273 * building.texi (GDB Graphical Interface): Remove references to gdba
3274 and mention gud-gdb.
3275
1af74d06 32762007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3277
1af74d06 3278 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3279
0d8fb755
JL
32802007-10-06 Juri Linkov <juri@jurta.org>
3281
3282 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3283 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3284 fill-paragraph-or-region.
3285
3286 * basic.texi (Arguments): Replace fill-paragraph with
3287 fill-paragraph-or-region.
3288
b981e2c6
ER
32892007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3290
3291 * files.texi: Update the section on version control for 2007
2a9f4d55 3292 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3293 will come later.
3294
5fceaf9c
GM
32952007-09-15 Glenn Morris <rgm@gnu.org>
3296
3297 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3298 to `list-holidays'.
3299
b0e44b17
GM
33002007-09-14 Glenn Morris <rgm@gnu.org>
3301
3302 * calendar.texi: Update all instances of mark-calendar-holidays,
3303 list-calendar-holidays, list-holidays with the new names.
3304
8cf51b2c
GM
33052007-09-06 Glenn Morris <rgm@gnu.org>
3306
46a367db 3307 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3308 Split into the Emacs manual in emacs/, and other manuals in misc/.
3309 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3310 manual.
3311 (infodir): New variable.
3312 (info): Use $infodir.
3313 (emacsman): Delete target, not needed any more.
3314 Move all targets that are not the Emacs manual to misc/Makefile.in.
3315 (mostlyclean): Remove `gnustmp'.
3316 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3317 manual.
92f9b43f 3318 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3319 (emacsman): Delete target, not needed any more.
3320 (clean): Remove all info files but Emacs manual.
3321 Move all targets that are not the Emacs manual to misc/Makefile.in.
3322 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3323
3324 * Makefile.in (INFOSOURCES): Delete.
3325 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3326 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3327 *.vrs *.toc here...
3328 (maintainer-clean): ...from here.
3329
33302007-09-05 Glenn Morris <rgm@gnu.org>
3331
3332 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3333
8cf51b2c
GM
33342007-08-29 Glenn Morris <rgm@gnu.org>
3335
3336 * emacs.texi (EMACSVER): Increase to 23.0.50.
3337
3420c522
RS
33382007-08-27 Richard Stallman <rms@gnu.org>
3339
3340 * emacs.texi (Top): Clarify menu item for Glossary.
3341
3342 * display.texi (Faces): Change secn title.
3343 Clarify not all fonts come from Font Lock.
3344
8cf51b2c
GM
33452007-08-17 Eli Zaretskii <eliz@gnu.org>
3346
3347 * basic.texi (Position Info): Add index entry for face at point.
3348 Mention that character faces are also displayed by "C-u C-x =".
3349
8cf51b2c
GM
33502007-08-08 Glenn Morris <rgm@gnu.org>
3351
3352 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3353
33542007-08-07 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * files.texi (File Conveniences): Document point motion keys in Image
3357 mode.
3358
8cf51b2c
GM
33592007-07-27 Glenn Morris <rgm@gnu.org>
3360
8cf51b2c
GM
3361 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3362 in-line.
3363
3364 * gpl.texi: New file with text of GPL.
3365 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3366
33672007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3368
3369 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3370
3371 * dired.texi (Wdired): Mention C-x C-q key binding.
3372
33732007-07-28 Nick Roberts <nickrob@snap.net.nz>
3374
3375 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3376
33772007-07-25 Glenn Morris <rgm@gnu.org>
3378
8cf51b2c
GM
3379 * emacs.texi (Copying): Replace license with GPLv3.
3380
3381 * Relicense all FSF files to GPLv3 or later.
3382
33832007-07-24 Glenn Morris <rgm@gnu.org>
3384
3385 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3386 for some calendars.
3387
33882007-07-23 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3391 default-directory for the current buffer is on a remote machine.
3392
8cf51b2c
GM
33932007-07-21 Eli Zaretskii <eliz@gnu.org>
3394
3395 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3396 default value.
3397
33982007-07-21 Richard Stallman <rms@gnu.org>
3399
3400 * files.texi (Why Version Control?): Improve previous change.
3401
34022007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3403
3404 * files.texi (Why Version Control?): New node.
3405
8cf51b2c
GM
34062007-07-12 Nick Roberts <nickrob@snap.net.nz>
3407
8cf51b2c
GM
3408 * building.texi (Starting GUD): Add xref to this anchor.
3409
8cf51b2c
GM
34102007-06-24 Karl Berry <karl@gnu.org>
3411
2a9f4d55 3412 * emacs.texi: New Back-Cover Text.
8cf51b2c 3413
8cf51b2c
GM
34142007-06-07 Alan Mackenzie <acm@muc.de>
3415
3416 * display.texi (Optional Mode Line): Document the new form of
3417 line+column numbers, "(561,2)".
3418
34192007-06-06 Juanma Barranquero <lekktu@gmail.com>
3420
49823426 3421 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3422
34232007-06-02 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * Version 22.1 released.
3426
8cf51b2c
GM
34272007-05-07 Karl Berry <karl@gnu.org>
3428
3429 * emacs.texi (EMACSVER): Back to 22.
3430
34312007-05-06 Richard Stallman <rms@gnu.org>
3432
3433 * maintaining.texi (Create Tags Table): Clean up previous change.
3434
c8763fb6 34352007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3436
3437 * maintaining.texi (Create Tags Table): Add text about the dangers of
3438 making symbolic links to tags files.
3439
34402007-05-04 Karl Berry <karl@gnu.org>
3441
3442 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3443
34442007-05-03 Karl Berry <karl@gnu.org>
3445
3446 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3447
3448 * .cvsignore (*.pdf): New entry.
3449
8cf51b2c
GM
3450 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3451 for printing.
3452
34532007-05-01 Richard Stallman <rms@gnu.org>
3454
3455 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3456
8cf51b2c
GM
34572007-04-28 Glenn Morris <rgm@gnu.org>
3458
3459 * ack.texi (Acknowledgments):
3460 * anti.texi (Antinews):
8cf51b2c
GM
3461 * programs.texi (Program Modes): Restore mention of python.el pending
3462 consideration of legal status.
3463
34642007-04-28 Richard Stallman <rms@gnu.org>
3465
3466 * files.texi (File Names): Fixes to ~ description on MS systems.
3467
8cf51b2c
GM
34682007-04-26 Glenn Morris <rgm@gnu.org>
3469
3470 * emacs.texi (EMACSVER): Increase to 22.1.50.
3471
34722007-04-25 Karl Berry <karl@gnu.org>
3473
3474 * emacs.texi: Improve line breaks on copyright page,
3475 similar layout to lispref, 8.5x11 by default.
3476
3477 * dired.texi (Image-Dired): Improve line break, fix typo.
3478
34792007-04-24 Chong Yidong <cyd@stupidchicken.com>
3480
3481 * programs.texi (Program Modes):
8cf51b2c
GM
3482 * anti.texi (Antinews):
3483 * ack.texi (Acknowledgments): python.el removed.
3484
8cf51b2c
GM
34852007-04-23 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * display.texi (Highlight Interactively): Correct description of
3488 hi-lock-file-patterns-policy.
3489
3490 * files.texi (File Archives): Mention self-extracting executables.
3491
34922007-04-23 Eli Zaretskii <eliz@gnu.org>
3493
3494 * search.texi (Unconditional Replace, Query Replace): Add xref to
3495 "Replacement and Case".
3496
34972007-04-22 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * dired.texi (Image-Dired): Move from Thumbnails node.
3500 * misc.texi (Thumbnails): Node deleted.
3501 * emacs.texi (Top): Update node listing.
3502
3503 * files.texi (File Conveniences):
49823426 3504 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3505
35062007-04-21 Richard Stallman <rms@gnu.org>
3507
3508 * display.texi (Highlight Interactively): Correct previous change.
3509 Clarify doc of hi-lock-find-patterns, and move new features into it.
3510
35112007-04-20 David Koppelman <koppel@ece.lsu.edu>
3512
1c6c854e
CS
3513 * display.texi (Highlight Interactively):
3514 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3515
35162007-04-20 Martin Rudalics <rudalics@gmx.at>
3517
3518 * display.texi (Scrolling): Fix typo.
3519
8cf51b2c
GM
35202007-04-15 Chong Yidong <cyd@stupidchicken.com>
3521
8cf51b2c
GM
3522 * doclicense.texi: Remove node heading, so that it can be included by
3523 other files.
3524
3525 * emacs.texi: Insert node heading for GFDL.
3526
8cf51b2c
GM
35272007-04-14 Eli Zaretskii <eliz@gnu.org>
3528
3529 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3530 "command line".
3531
3532 * display.texi (Faces): Refer to "Creating Frames" for face
3533 and other frame customizations in .emacs.
3534
3535 * frames.texi (Creating Frames): Mention that face customizations can
3536 be put in .emacs. Add index entries.
3537
35382007-04-12 Richard Stallman <rms@gnu.org>
3539
3540 * glossary.texi (Glossary): Explain `iff'.
3541
35422007-04-11 Karl Berry <karl@gnu.org>
3543
3544 * gnu.texi (Top),
3545 * macos.texi (Mac Font Specs),
3546 * anti.texi (Antinews),
3547 * xresources.texi (Resources),
3548 * misc.texi (Emulation),
3549 * calendar.texi (Daylight Saving),
3550 * dired.texi (Dired and Find),
3551 * rmail.texi (Remote Mailboxes),
3552 * sending.texi (Mail Headers),
3553 * programs.texi (Which Function),
3554 * files.texi (Recover),
3555 * buffers.texi (Uniquify),
3556 * frames.texi (Wheeled Mice),
3557 * killing.texi (Rectangles): Wording to improve breaks in
3558 8.5x11 format.
3559 * mule.texi (Language Environments): \hbadness=10000 since there's
3560 no way to reword.
3561 * emacs.texi (smallbook): New @set to more easily switch between
3562 smallbook and 8.5x11.
3563
35642007-04-11 Richard Stallman <rms@gnu.org>
3565
3566 * files.texi (File Conveniences): Add xref to Tumme.
3567 Delete text about Thumbnail mode.
3568
8cf51b2c
GM
35692007-04-09 Alan Mackenzie <acm@muc.de>
3570
3571 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3572 new name. Insert concept index entries.
3573
8cf51b2c
GM
35742007-04-08 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * display.texi (Standard Faces): Document prefix arg for
3577 list-faces-display.
3578
3579 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3580
8cf51b2c
GM
35812007-04-07 Chong Yidong <cyd@stupidchicken.com>
3582
8cf51b2c
GM
3583 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3584
3585 * files.texi (Misc File Ops): Rewrite description of
3586 insert-file-literally.
3587
8cf51b2c
GM
35882007-03-31 Eli Zaretskii <eliz@gnu.org>
3589
3590 * misc.texi (Printing): Postscript -> PostScript.
3591
8cf51b2c
GM
3592 * ack.texi (Acknowledgments): Postscript -> PostScript.
3593
3594 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3595
3596 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3597 below.
3598
35992007-03-30 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3602 Init Non-ASCII.
3603 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3604 (Init Non-ASCII): New node.
3605
36062007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3607
3608 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3609
8cf51b2c
GM
36102007-03-12 Glenn Morris <rgm@gnu.org>
3611
8cf51b2c
GM
3612 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3613 "Daylight Savings".
3614
49823426 3615 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3616 saving" in text throughout.
3617
8cf51b2c
GM
36182007-03-04 Richard Stallman <rms@gnu.org>
3619
3620 * custom.texi (Safe File Variables): Minor correction.
3621
8cf51b2c
GM
36222007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3623
3624 * rmail.texi (Movemail): Add internal ref.
3625 Don't indent the intro for the PROTO table.
3626 Format PROTO table items with @code.
3627
8cf51b2c
GM
36282007-02-26 Nick Roberts <nickrob@snap.net.nz>
3629
3630 * building.texi: Remove references to bashdb.
3631
8cf51b2c
GM
36322007-02-19 Juanma Barranquero <lekktu@gmail.com>
3633
3634 * mule.texi (Language Environments): Update list of supported language
3635 environments.
3636
8cf51b2c
GM
36372007-02-14 Kim F. Storm <storm@cua.dk>
3638
3639 * building.texi (Grep Searching): Fix lgrep doc.
3640
36412007-02-12 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * back.texi: Remove unused file.
3644
c8763fb6 36452007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3646
3647 * maintaining.texi (Tag Syntax): Now --members is the default for
3648 etags, not for ctags yet.
3649
8cf51b2c
GM
36502007-02-03 Eli Zaretskii <eliz@gnu.org>
3651
3652 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3653 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3654 expects. Add comments to prevent people from inadvertently modifying
3655 the key parts needed by `texinfo-multiple-files-update'.
3656
36572007-01-29 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * frames.texi (Secondary Selection): Window clicked does not matter
3660 when mouse-yank-at-point is non-nil.
3661
8cf51b2c
GM
36622007-01-16 Glenn Morris <rgm@gnu.org>
3663
3664 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3665 system abbrev.
3666
36672007-01-11 Richard Stallman <rms@gnu.org>
3668
3669 * msdog.texi (Windows Keyboard): Another small cleanup.
3670
36712007-01-10 Richard Stallman <rms@gnu.org>
3672
3673 * msdog.texi (Windows Keyboard): Yet another try to make
3674 everyone happy with that passage.
3675
36762007-01-05 Richard Stallman <rms@gnu.org>
3677
3678 * anti.texi (Antinews): Mention M-x shell scrolling.
3679
36802007-01-05 Nick Roberts <nickrob@snap.net.nz>
3681
3682 * building.texi (Watch Expressions): Describe gdb-max-children.
3683
8cf51b2c
GM
36842007-01-04 Richard Stallman <rms@gnu.org>
3685
8cf51b2c
GM
3686 * msdog.texi (Windows Keyboard): Clarify previous change.
3687
8cf51b2c
GM
36882007-01-02 Richard Stallman <rms@gnu.org>
3689
3690 * custom.texi (Changing a Variable): Minor clarification.
3691 (Specific Customization): customize-customized => customize-unsaved.
3692
3693 * entering.texi (Entering Emacs): Clean up text about restarting
3694 Emacs for each file.
3695
3696 * misc.texi (Shell Options): Minor cleanup.
3697
3698 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3699 with Emacs, not vice versa.
3700
3701 * programs.texi (Symbol Completion): Recommend customizing
3702 window manager.
3703
3704 * xresources.texi (Resources): Minor fix.
3705
c8763fb6 37062007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3707
3708 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3709
37102007-01-01 Richard Stallman <rms@gnu.org>
3711
3712 * commands.texi (User Input): Document keys stolen by window mangers.
3713
37142006-12-31 Richard Stallman <rms@gnu.org>
3715
3716 * custom.texi (Specific Customization): Document customize-option
3717 instead of customize-variable.
3718
37192006-12-31 Kim F. Storm <storm@cua.dk>
3720
3721 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3722
37232006-12-30 Kim F. Storm <storm@cua.dk>
3724
3725 * killing.texi (CUA Bindings): Fix typo.
3726
3727 * xresources.texi (Table of Resources): Mention grow-only value for
3728 auto-resize-tool-bars.
3729
8cf51b2c
GM
37302006-12-27 Eli Zaretskii <eliz@gnu.org>
3731
3732 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3733 and how to get them back.
3734
37352006-12-26 Richard Stallman <rms@gnu.org>
3736
3737 * calendar.texi (Holidays): Holiday listing is based on current
3738 practice, but DST is not.
3739
37402006-12-25 Richard Stallman <rms@gnu.org>
3741
3742 * emacs.texi (Top): Update subnode menus.
3743
3744 * mark.texi (Transient Mark): Fix xref.
3745
3746 * killing.texi (Graphical Kill): Node deleted.
3747 (Killing): Add xref to Cut and Paste.
3748 (CUA Bindings): Update xref.
3749
3750 * frames.texi (Cut and Paste): New section to hold other nodes.
3751 (Mouse Commands): Node demoted.
3752 (Cut/Paste Other App): Split out from Mouse Commands.
3753 (Word and Line Mouse): Likewise.
3754 (Secondary Selection, Clipboard): Nodes demoted.
3755
8cf51b2c
GM
37562006-12-24 Kevin Ryde <user42@zip.com.au>
3757
3758 * calendar.texi (Holidays): US daylight saving begins second Sunday
3759 in March for 2007 onwards.
3760 (Daylight Savings): Show new US default daylight saving rules, 2nd
3761 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3762
37632006-12-23 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * calendar.texi (Scroll Calendar): < and > are switched.
3766
37672006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3768
3769 * killing.texi (Deletion): Describe M-\ prefix argument.
3770
37712006-12-23 Richard Stallman <rms@gnu.org>
3772
3773 * search.texi (Regexp Search): Explain why forward and reverse regexp
3774 search are not mirror images.
3775
8cf51b2c
GM
37762006-12-19 Kim F. Storm <storm@cua.dk>
3777
3778 * major.texi (Choosing Modes): Describe match-function elements for
3779 magic-mode-alist.
3780
8cf51b2c
GM
37812006-12-18 Eli Zaretskii <eliz@gnu.org>
3782
3783 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3784 peculiarities.
3785
37862006-12-18 Richard Stallman <rms@gnu.org>
3787
3788 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3789
8cf51b2c
GM
37902006-12-17 Alan Mackenzie <acm@muc.de>
3791
3792 * programs.texi (Left Margin Paren): Remove the bit which says
3793 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3794 Discuss some of the issues of setting this option to nil.
3795
37962006-12-17 Glenn Morris <rgm@gnu.org>
3797
3798 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3799
38002006-12-16 Eli Zaretskii <eliz@gnu.org>
3801
3802 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3803 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3804 NTFS volumes.
3805 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3806 volumes.
3807
38082006-12-15 Eli Zaretskii <eliz@gnu.org>
3809
3810 * text.texi (HTML Mode): Fix "C-c TAB".
3811
8cf51b2c
GM
38122006-12-09 Richard Stallman <rms@gnu.org>
3813
3814 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3815
38162006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3817
3818 * files.texi (Misc File Ops): Document insert-file-literally.
3819
38202006-12-08 Eli Zaretskii <eliz@gnu.org>
3821
3822 * cmdargs.texi (Colors): Note that --color is intended for overriding
3823 the terminal defaults, not for normal invocation.
3824
3825 * misc.texi (Emacs Server): Improve wording. Don't mention the
3826 ``server program''. Add a cross-reference to "Init File" node.
3827 (Invoking emacsclient): Add index entries. Document both short and
3828 long versions of command-line options. Document the -f option.
3829
8cf51b2c
GM
38302006-12-06 Richard Stallman <rms@gnu.org>
3831
3832 * text.texi (Outline Format): Say to set outline-regexp
3833 and outline-level with major modes and file local variables.
3834
c8763fb6 38352006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3836
3837 * anti.texi (Antinews): Mention the alternative to
3838 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3839
8cf51b2c
GM
3840 * misc.texi (Interactive Shell): Ditto.
3841
38422006-12-04 Eli Zaretskii <eliz@gnu.org>
3843
3844 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3845
3846 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3847
38482006-12-01 Eli Zaretskii <eliz@gnu.org>
3849
3850 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3851 colon in the mode line.
3852
3853 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3854
38552006-11-26 Nick Roberts <nickrob@snap.net.nz>
3856
3857 * building.texi (Watch Expressions): Mention SPC for expanding/
3858 contracting watch expressions.
3859
38602006-11-26 Kim F. Storm <storm@cua.dk>
3861
3862 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3863
38642006-11-26 Nick Roberts <nickrob@snap.net.nz>
3865
3866 * building.texi (Debugger Operation): Define text command mode.
3867 Clarify how tooltips work.
3868 (GDB Graphical Interface): Explain how to run in text command mode
3869 more clearly.
3870
38712006-11-25 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3874
38752006-11-22 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3878
8cf51b2c
GM
38792006-11-18 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3882 and EMACS is deprecated.
3883
38842006-11-18 Juanma Barranquero <lekktu@gmail.com>
3885
3886 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3887
c8763fb6 38882006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3889
3890 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3891
3892 * emacs.texi: Include xresources.texi both for info and dvi.
3893
3894 * xresources.texi: Merge text from xresmini.texi.
3895
c8763fb6 38962006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3897
3898 * glossary.texi: Fix typos.
3899
8cf51b2c
GM
39002006-11-06 Richard Stallman <rms@gnu.org>
3901
3902 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3903
3904 * ack.texi (Acknowledgments): Fix name spelling.
3905
39062006-11-01 Juri Linkov <juri@jurta.org>
3907
3908 * search.texi (Word Search): Document incremental word search.
3909
39102006-10-28 Glenn Morris <rgm@gnu.org>
3911
3912 * ack.texi (Acknowledgments): Add cal-html author.
3913
3914 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3915 Calendar"). Describe new package cal-html.
3916 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3917 Calendar Files."
3918
8cf51b2c
GM
39192006-10-23 Richard Stallman <rms@gnu.org>
3920
3921 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3922 Abbrev mode is enabled.
3923
8cf51b2c
GM
39242006-10-16 Richard Stallman <rms@gnu.org>
3925
8cf51b2c
GM
3926 * emacs.texi: Update ISBN.
3927
8cf51b2c
GM
39282006-10-11 Kim F. Storm <storm@cua.dk>
3929
3930 * emacs.texi (Acknowledgments): Use @dotless{i}.
3931
39322006-10-08 Nick Roberts <nickrob@snap.net.nz>
3933
3934 * building.texi (Breakpoints Buffer): Mention catchpoints.
3935
39362006-10-08 Kim F. Storm <storm@cua.dk>
3937
3938 * ack.texi (Acknowledgments): Update.
3939
3940 * emacs.texi (Acknowledgments): Fix bad @/ form.
3941
8cf51b2c
GM
39422006-10-05 Kim F. Storm <storm@cua.dk>
3943
3944 * emacs.texi (Acknowledgments): Add more contributors.
3945
39462006-10-03 Richard Stallman <rms@gnu.org>
3947
3948 * emacs.texi (Acknowledgments): Update version and edition.
3949
8cf51b2c
GM
39502006-10-01 Karl Berry <karl@gnu.org>
3951
3952 * custom.texi (Customization Groups): Page break to keep example buffer
3953 on one page.
3954
39552006-09-30 Karl Berry <karl@gnu.org>
3956
3957 * programs.texi (Basic Indent): @need to improve page break.
3958 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3959
39602006-09-29 Glenn Morris <rgm@gnu.org>
3961
3962 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3963
39642006-09-29 Karl Berry <karl@gnu.org>
3965
3966 * windows.texi (Basic Window): Remove forced @break, no longer
3967 desirable.
3968 * frames.texi (Frame Commands),
3969 * mark.texi (Marking Objects): Reword to avoid bad page break.
3970 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3971
39722006-09-19 Richard Stallman <rms@gnu.org>
3973
3974 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3975 stick to present tense.
3976
c8763fb6 39772006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3978
3979 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3980 to x-gtk-use-old-file-dialog.
3981 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3982
39832006-09-15 Jay Belanger <belanger@truman.edu>
3984
49823426 3985 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3986 Change "Library Public License" to "Lesser Public License"
3987 throughout. Use "yyyy" to represent year.
3988
8cf51b2c
GM
39892006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3990
3991 * files.texi (Visiting): Add index entry "open file".
3992
8cf51b2c
GM
39932006-09-11 Richard Stallman <rms@gnu.org>
3994
3995 * building.texi (Compilation Mode): Clarification.
3996 (Grep Searching): Add xref to Compilation Mode.
3997
8cf51b2c
GM
39982006-09-08 Richard Stallman <rms@gnu.org>
3999
4000 * search.texi (Search): Ref multi-file search commands here.
4001 (Other Repeating Search): Not here.
4002
8cf51b2c
GM
40032006-08-28 Richard Stallman <rms@gnu.org>
4004
4005 * windows.texi (Split Window): Update xref.
4006
4007 * basic.texi (Continuation Lines): Update xref.
4008
4009 * indent.texi (Tab Stops): Update xref.
4010
4011 * emacs.texi (Top): Update subnode menu.
4012
4013 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4014 split out of Display Custom.
4015
40162006-08-25 Kim F. Storm <storm@cua.dk>
4017
4018 * display.texi (Display Custom): Add variables overline-margin
4019 and x-underline-at-descent-line.
4020
40212006-08-25 Richard Stallman <rms@gnu.org>
4022
4023 * entering.texi (Exiting): Rewrite to give graphical displays
4024 priority over text terminals.
4025
4026 * search.texi (Incremental Search): Move index entries.
4027
40282006-08-23 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * custom.texi (Init File): Reference Find Init to avoid "home
4031 directory" confusion.
4032
40332006-08-22 Nick Roberts <nickrob@snap.net.nz>
4034
4035 * building.texi (Other GDB-UI Buffers): Describe how to edit
4036 a value in the locals buffer.
4037
40382006-08-21 Richard Stallman <rms@gnu.org>
4039
4040 * search.texi (Basic Isearch): Add `isearch' index entry.
4041
40422006-08-16 Richard Stallman <rms@gnu.org>
4043
4044 * misc.texi (Saving Emacs Sessions): Clean up wording.
4045
4046 * mark.texi (Marking Objects): Mention term "select all".
4047
4048 * emacs.texi (Top): Update subnode menu.
4049
4050 * help.texi (Help Mode): Move node up in file.
4051
8cf51b2c
GM
40522006-08-15 Nick Roberts <nickrob@snap.net.nz>
4053
4054 * building.texi (Stack Buffer): Explain fringe arrow.
4055
8cf51b2c
GM
40562006-08-12 Eli Zaretskii <eliz@gnu.org>
4057
8cf51b2c
GM
4058 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4059 on startup.
4060
40612006-08-11 Romain Francoise <romain@orebokech.com>
4062
4063 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4064
40652006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4066
4067 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4068
40692006-08-10 Richard Stallman <rms@gnu.org>
4070
4071 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4072 with face merging. Empty regions don't count.
4073 Clarify face property inheritance.
8cf51b2c
GM
4074
40752006-08-08 Romain Francoise <romain@orebokech.com>
4076
4077 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4078 <arjuropo@cc.jyu.fi>.
4079
8cf51b2c
GM
40802006-08-04 Eli Zaretskii <eliz@gnu.org>
4081
4082 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4083 apply to all frames.
4084
8cf51b2c
GM
40852006-08-01 Richard Stallman <rms@gnu.org>
4086
4087 * help.texi (Name Help): Add index entries for describe-variable.
4088
40892006-08-01 Nick Roberts <nickrob@snap.net.nz>
4090
4091 * building.texi (GDB Graphical Interface): Shorten node names.
4092 (GDB-UI Layout): Use GDB-related.
4093 (Other GDB-UI Buffers): Simplify English.
4094
40952006-07-31 Richard Stallman <rms@gnu.org>
4096
4097 * search.texi (Query Replace): Add xref for Dired's Q command.
4098
8cf51b2c
GM
40992006-07-31 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * building.texi (GDB commands in Fringe): Rename to...
4102 (Source Buffers): ..this and move forward. Describe hollow arrow and
4103 new option gdb-find-source-frame.
4104
41052006-07-29 Richard Stallman <rms@gnu.org>
4106
4107 * dired.texi (Operating on Files): Simplify previous change
4108 and fix Texinfo usage.
4109
41102006-07-29 Eli Zaretskii <eliz@gnu.org>
4111
4112 * dired.texi (Operating on Files): Add cross-references. State the
4113 Unix commands that do similar things.
4114
41152006-07-28 Richard Stallman <rms@gnu.org>
4116
4117 * mark.texi (Transient Mark): Clarify that region never disappears
4118 when Transient Mark mode is off, and not when it is on.
4119
41202006-07-27 Richard Stallman <rms@gnu.org>
4121
4122 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4123
41242006-07-24 Richard Stallman <rms@gnu.org>
4125
4126 * xresources.texi (GTK styles): Fix texinfo usage.
4127
8cf51b2c
GM
4128 * commands.texi (User Input): Explain why we teach keyboard cmds.
4129
4130 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4131 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4132 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4133 * doclicense.texi, display.texi, dired.texi, basic.texi:
4134 * anti.texi, ack.texi: Move periods and commas inside quotes.
4135
41362006-07-22 Eli Zaretskii <eliz@gnu.org>
4137
4138 * cmdargs.texi (General Variables): Document EMAIL.
4139
41402006-07-21 Eli Zaretskii <eliz@gnu.org>
4141
4142 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4143 doesn't have effect on MS-Windows.
4144
8cf51b2c
GM
41452006-07-17 Richard Stallman <rms@gnu.org>
4146
4147 * building.texi (Grep Searching): Explain about chaining grep commands.
4148
8cf51b2c
GM
41492006-07-10 Nick Roberts <nickrob@snap.net.nz>
4150
49823426 4151 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4152
41532006-07-09 Chong Yidong <cyd@stupidchicken.com>
4154
4155 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4156 is invoked for multiple files.
4157
41582006-07-08 Eli Zaretskii <eliz@gnu.org>
4159
4160 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4161 on-line manual for the rest of this node.
4162 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4163 unconditionally.
4164 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4165 Improve wording.
4166 (Windows Printing): Improve wording.
4167 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4168 rest of this node.
4169
8cf51b2c
GM
41702006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4171
49823426
GM
4172 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4173 with eval-buffer.
8cf51b2c
GM
4174
41752006-07-05 Nick Roberts <nickrob@snap.net.nz>
4176
4177 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4178 of character translation.
4179
41802006-07-04 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4183
41842006-07-03 Karl Berry <karl@gnu.org>
4185
4186 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4187 not-too-underfull hboxes in the TeX output.
4188 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4189 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4190 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4191 * sending.texi, text.texi: Fix overfull/underfull boxes.
4192
41932006-07-03 Romain Francoise <romain@orebokech.com>
4194
4195 * m-x.texi (M-x): Fix.
4196
41972006-07-03 Richard Stallman <rms@gnu.org>
4198
8cf51b2c
GM
4199 * search.texi (Other Repeating Search): filename -> file name.
4200
4201 * misc.texi (Narrowing): Minor cleanups.
4202
4203 * files.texi (Visiting): filename -> file name.
4204
4205 * emacs.texi (Top): Update subnode menus.
4206
4207 * mule.texi (Coding Systems): Move char translation stuff here.
4208 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4209 (Recognize Coding): Substantial local rewrites.
4210 (International): Update menu.
4211
4212 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4213 (Scrolling): Substantial local rewrites.
4214 (Display): Update menu and intro.
4215
4216 * dired.texi: filename -> file name.
4217
4218 * custom.texi (Safe File Variables): Texinfo usage fix.
4219
f0131492 42202006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4221
4222 * help.texi, m-x.texi: Lots of cleanups.
4223
8cf51b2c
GM
42242006-06-30 Eli Zaretskii <eliz@gnu.org>
4225
4226 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4227 (Windows Processes, Windows Misc): Shorten the printed version by
4228 selectively conditioning less important portions by @ifnottex.
4229
8cf51b2c
GM
42302006-06-27 Richard Stallman <rms@gnu.org>
4231
4232 * mini.texi (Minibuffer File): Minor cleanup.
4233
42342006-06-25 Nick Roberts <nickrob@snap.net.nz>
4235
4236 * frames.texi (XTerm Mouse): Rename to...
4237 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4238
4239 * emacs.texi (Top): Use new node name.
4240
42412006-06-24 Eli Zaretskii <eliz@gnu.org>
4242
4243 * emacs.texi (Top): Update the detailed menu according to changes in
4244 msdog.texi.
4245
4246 * msdog.texi (Windows Keyboard): New section.
4247 (Windows Mouse): New section.
4248 (Windows System Menu): Remove section (text merged with "Windows
4249 Keyboard").
4250 (Windows Misc): New section.
4251
4252 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4253
4254 * msdog.texi (ls in Lisp): New section.
4255
4256 * files.texi (Visiting): Document case-insensitive wildcard matching
4257 under find-file-wildcards.
4258
8cf51b2c
GM
42592006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4260
4261 * macos.texi (Mac Input): Add description of mac-function-modifier.
4262 Now Unicode keyboard layouts work.
4263
8cf51b2c
GM
42642006-06-10 Richard Stallman <rms@gnu.org>
4265
4266 * mule.texi (Recognize Coding): Clarify previous change.
4267
42682006-06-09 Kenichi Handa <handa@m17n.org>
4269
4270 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4271 notation.
4272
42732006-06-07 Kevin Ryde <user42@zip.com.au>
4274
4275 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4276 manual for @ifnottex, but in emacs-extra for @iftex.
4277
4278 * cmdargs.texi (General Variables): Fix smtpmail xref.
4279
42802006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4281
8cf51b2c 4282 * programs.texi (Comment Commands):
8cf51b2c 4283 * custom.texi (Specifying File Variables):
49823426 4284 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4285
42862006-06-07 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * building.texi (Watch Expressions): Move node to end.
4289 (GDB Graphical Interface): Move description of clicks in fringe...
4290 (GDB commands in the Fringe): ...to here. New node.
4291
8cf51b2c
GM
42922006-06-05 Romain Francoise <romain@orebokech.com>
4293
49823426 4294 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4295
42962006-06-05 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * building.texi (GDB Graphical Interface): Update bindings.
4299 (Commands of GUD): Add gud-print. Remove gud-run.
4300 Restate availability more generally.
4301
f0131492 43022006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4303
4304 * mini.texi: Lots of cleanups.
4305
43062006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4307
4308 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4309 and Mouse-2.
4310
c8763fb6 43112006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4312
4313 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4314
8cf51b2c
GM
43152006-05-31 Richard Stallman <rms@gnu.org>
4316
4317 * basic.texi (Moving Point): Fix previous change.
4318
c8763fb6 43192006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4320
4321 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4322
f0131492 43232006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4324
4325 * basic.texi: Many simplifications and improvements in wording.
4326
8cf51b2c
GM
43272006-05-26 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * anti.texi (Antinews): Create a node for gdb-ui.
4330
8cf51b2c
GM
43312006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4332
4333 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4334
43352006-05-20 Richard Stallman <rms@gnu.org>
4336
4337 * dired.texi (Dired Navigation): dired-goto-file is now j.
4338
8cf51b2c
GM
43392006-05-20 Eli Zaretskii <eliz@gnu.org>
4340
4341 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4342 and their aliases.
4343
4344 * msdog.texi (Windows Printing): Mention non-support of plain text
4345 printing with some el-cheapo printers, and suggest a workaround.
4346
43472006-05-20 Kevin Ryde <user42@zip.com.au>
4348
4349 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4350 remove the bit saying you must set it.
4351
43522006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4353
4354 * trouble.texi (Checklist):
4355 * text.texi (Text, Auto Fill, Text Mode):
4356 * search.texi (Nonincremental Search):
4357 * rmail.texi (Rmail Labels):
4358 * mule.texi (Input Methods, Multibyte Conversion):
4359 * misc.texi (Gnus, Where to Look, PostScript):
4360 * maintaining.texi (Create Tags Table):
4361 * indent.texi (Indentation Commands):
4362 * fixit.texi (Spelling):
4363 * emacs.texi (Copying):
4364 * custom.texi (Init File): ifinfo -> ifnottex.
4365
8cf51b2c
GM
43662006-05-17 Richard Stallman <rms@gnu.org>
4367
4368 * files.texi (Diff Mode): Mention C-x `.
4369
43702006-05-08 Richard Stallman <rms@gnu.org>
4371
4372 * custom.texi (Disabling): Textual cleanups.
4373
8cf51b2c
GM
43742006-05-12 Glenn Morris <rgm@gnu.org>
4375
4376 * calendar.texi (Displaying the Diary, Format of Diary File):
4377 Refer to diary-view-entries, diary-list-entries,
4378 diary-show-all-entries rather than obsolete aliases.
4379
43802006-05-12 Eli Zaretskii <eliz@gnu.org>
4381
4382 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4383 (Displaying the Diary, Special Diary Entries, Importing Diary):
4384 * building.texi (Compilation Shell):
4385 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4386 emacs-xtra with @inforef's.
4387
4388 * files.texi (Visiting): Fix wording.
4389
4390 * mule.texi (Coding Systems, Text Coding): More indexing.
4391 Mention that C-x RET f can set eol conversion.
4392
c8763fb6 43932006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4394
4395 * xresmini.texi (GTK resources): Insert GTK description.
4396
4397 * xresources.texi (GTK resources): metafont should be menufont.
4398
8cf51b2c
GM
43992006-05-06 Michael Albinus <michael.albinus@gmx.de>
4400
49823426 4401 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4402 method, user name and host name is active only in partial
4403 completion mode.
4404
8cf51b2c
GM
44052006-05-06 Eli Zaretskii <eliz@gnu.org>
4406
4407 * makefile.w32-in (emacs.dvi):
4408 * Makefile.in (emacs.dvi): Add xresmini.texi.
4409
4410 * xresmini.texi (Table of Resources): Remove xref to non-existent
4411 node "LessTif Resources".
4412
4413 * msdog.texi (Microsoft Windows):
4414 * calendar.texi (Calendar/Diary, Displaying the Diary)
4415 (Special Diary Entries, Importing Diary, Holidays):
4416 * programs.texi (Program Modes):
4417 * text.texi (Text):
4418 * buffers.texi (Several Buffers):
4419 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4420
44212006-05-06 Eli Zaretskii <eliz@gnu.org>
4422
4423 The following changes merge the emacs-xtra manual into the main
4424 manual, but only for on-line version of the manual.
4425
4426 * vc2-xtra.texi (Version Backups, Local Version Control)
4427 (Making Snapshots, Change Logs and VC, Version Headers)
4428 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4429 on-line manual.
4430
4431 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4432 for on-line manual.
4433
4434 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4435 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4436 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4437 for on-line manual.
4438
4439 * fortran-xtra.texi (Fortran, Fortran Autofill)
4440 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4441 for on-line manual.
4442
4443 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4444 Conditional xref's for on-line manual.
4445
4446 * emerge-xtra.texi (Emerge, Overview of Emerge)
4447 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4448 manual.
4449
4450 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4451 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4452 (EMACSSOURCES): Use EMACS_XTRA.
4453 (../info/emacs-xtra): Remove.
4454 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4455
4456 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4457 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4458 (EMACSSOURCES): Use EMACS_XTRA.
4459 ($(infodir)/emacs-xtra): Remove.
4460 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4461
4462 * trouble.texi (Quitting):
4463 * text.texi (Text):
4464 * programs.texi (Program Modes):
4465 * msdog.texi (Microsoft Windows):
4466 * frames.texi (Frames):
4467 * files.texi (Backup, Version Control, VC Concepts)
4468 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4469 (Registering, VC Status, VC Undo, Multi-User Branching)
4470 (Comparing Files):
4471 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4472 (Displaying the Diary, Special Diary Entries, Importing Diary):
4473 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4474 conditional xref's, depending on @iftex/@ifnottex.
4475
4476 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4477 "MS-DOS". @include msdog-xtra.texi.
4478
4479 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4480 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4481
4482 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4483 for vc-xtra.texi subsections.
4484 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4485 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4486
4487 * sending.texi (Sending Mail): A @node line without explicit Prev,
4488 Next, and Up links.
4489
4490 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4491 Next, and Up links.
4492
4493 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4494 and its sections. @include picture-xtra.texi.
4495
4496 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4497 "Emerge".
4498 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4499
4500 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4501 exact duplicate of its name-sake in calendar.texi.
4502
4503 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4504 "Advanced Calendar/Diary Usage".
4505 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4506
4507 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4508 dired-xtra.texi.
4509 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4510
4511 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4512 (Files) [ifnottex]: Add menu entry for Autorevert.
4513
4514 * emacs-xtra.texi (Introduction): Reword to make consistent with
4515 printed version only.
4516 <Top level>: Remove the body of all chapters and move them to the
4517 new *-xtra.texi files. Use @raisesections and @lowersections to
4518 convert sections to chapters etc.
4519
4520 * msdog-xtra.texi:
4521 * fortran-xtra.texi:
4522 * vc-xtra.texi:
4523 * vc1-xtra.texi:
4524 * vc2-xtra.texi:
4525 * emerge-xtra.texi:
4526 * cal-xtra.texi:
4527 * dired-xtra.texi:
4528 * arevert-xtra.texi: New files, with text from respective chapters
4529 of emacs-xtra.texi. Convert each @chapter into @section, @section
4530 into @subsection, etc.
4531
1c6c854e 4532 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4533 updated.
4534
4535 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4536 Windows". All references updated.
4537
45382006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4539
4540 * macos.texi (Mac Input): Mention input from Character Palette.
4541 (Mac Font Specs): Fix typo.
4542
45432006-05-05 Richard Stallman <rms@gnu.org>
4544
4545 * files.texi (Diff Mode): Minor cleanup.
4546
45472006-05-05 Karl Berry <karl@gnu.org>
4548
8cf51b2c
GM
4549 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4550 errors from the current release of makeinfo (4.8).
4551 * help.texi (Library Keywords): Change widest word in multitable
4552 template from `emulations' to `convenience'. (Not sure if this is
4553 related to the font change.)
4554
45552006-05-05 Eli Zaretskii <eliz@gnu.org>
4556
4557 * files.texi (File Names): Add a footnote about limited support of
4558 ~USER on MS-Windows.
4559
4560 * cmdargs.texi (Initial Options): Add a footnote about limited
4561 support of ~USER on MS-Windows.
4562
45632006-05-03 Richard Stallman <rms@gnu.org>
4564
4565 * files.texi (Diff Mode): Node moved here.
4566 (Comparing Files): Delete what duplicates new node.
4567 (Files): Put Diff Mode in menu.
4568
1c6c854e 4569 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4570
4571 * emacs.texi (Top): Update menu for Diff Mode.
4572
4573 * trouble.texi (Emergency Escape): Simplify.
4574
4575 * emacs.texi (Top): Minor clarification.
4576
45772006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4578
4579 * commands.texi, entering.texi, screen.texi: Many simplifications.
4580
45812006-05-03 Richard Stallman <rms@gnu.org>
4582
4583 * commands.texi (Text Characters): Delete paragraph about unibyte
4584 non-ASCII printing chars.
4585
4586 * killing.texi (Killing): Say "graphical displays".
4587 * display.texi: Say "graphical displays".
4588
4589 * cmdargs.texi (Misc X): Say "graphical displays".
4590
45912006-05-01 Richard Stallman <rms@gnu.org>
4592
4593 * emacs.texi (Top): Add Diff Mode to menu.
4594
45952006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4596
4597 * misc.texi (Diff Mode): New node.
4598
45992006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4600
4601 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4602 (Mac Environment Variables): Shorten example line.
4603 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4604
46052006-05-01 Nick Roberts <nickrob@snap.net.nz>
4606
4607 * building.texi (GUD Customization): Describe cases %d and %c.
4608 Update description for %e.
4609
46102006-04-30 Glenn Morris <rgm@gnu.org>
4611
4612 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4613
46142006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4615
4616 * custom.texi (Examining): Update C-h v output example.
4617
46182006-04-29 Kim F. Storm <storm@cua.dk>
4619
4620 * building.texi (Grep Searching): Add lgrep and rgrep.
4621
8cf51b2c
GM
46222006-04-23 Richard Stallman <rms@gnu.org>
4623
4624 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4625
4626 * xresmini.texi: New file.
4627
4628 * xresources.texi (Face Resources): Split table into font resources
4629 and the rest. Combine similar attributes for brevity.
4630
8cf51b2c
GM
46312006-04-21 Eli Zaretskii <eliz@gnu.org>
4632
4633 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4634 backslashes and case-insensitivity in file names (moved to the
4635 main manual).
4636 (MS-DOS Printing): Move most of the text to the main manual.
4637
4638 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4639 New nodes.
4640 (Windows Processes, Windows System Menu): Add index entries and
4641 fix wording.
4642
8cf51b2c
GM
46432006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4644
4645 * misc.texi (Shell Ring): Add notes on saved input when
4646 navigating off the end of the history list.
4647
46482006-04-18 Chong Yidong <cyd@mit.edu>
4649
4650 * misc.texi (Shell Options): Correct default value of
4651 comint-scroll-show-maximum-output.
4652
8cf51b2c
GM
46532006-04-18 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * building.texi (Watch Expressions): Update.
4656
8cf51b2c
GM
46572006-04-12 Richard Stallman <rms@gnu.org>
4658
4659 * search.texi: Clean up previous change.
4660
46612006-04-12 Eli Zaretskii <eliz@gnu.org>
4662
4663 * search.texi (Regexp Backslash, Regexp Replace): Add index
4664 entries for ``back reference'' and mention the term itself in the
4665 text.
4666
46672006-04-11 Richard Stallman <rms@gnu.org>
4668
4669 * custom.texi (Safe File Variables):
4670 Document enable-local-variables = :safe.
4671
46722006-04-11 Karl Berry <karl@gnu.org>
4673
4674 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4675 (Remote Repositories, Version Backups, Local Version Control)
4676 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4677 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4678 (Renaming VC Work Files and Master Files)
4679 (Inserting Version Control Headers, Customizing VC, General Options)
4680 (Options for RCS and SCCS, Options specific for CVS): Move all
4681 these nodes to emacs-xtra.texi, for brevity.
4682 * cmdargs.texi, files.texi: Change cross-references.
4683
8cf51b2c
GM
46842006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4685
4686 * files.texi (Old Versions): Update description of vc-annotate's
4687 use of color to indicate date ranges.
4688
8cf51b2c
GM
46892006-04-09 Kevin Ryde <user42@zip.com.au>
4690
8cf51b2c
GM
4691 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4692 put info and printed manual names the right way around.
4693
46942006-04-09 Karl Berry <karl@gnu.org>
4695
4696 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4697 emacs-xtra.texi, leaving only MS Windows information.
4698 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4699 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4700 node names.
4701
4702 * emacs.texi: Move @summarycontents and @contents to the beginning
4703 of the file.
4704
8cf51b2c
GM
47052006-04-08 Kevin Ryde <user42@zip.com.au>
4706
4707 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4708
47092006-04-07 Richard Stallman <rms@gnu.org>
4710
4711 * programs.texi (Comments, Comment Commands, Options for Comments)
4712 (Multi-Line Comments): "Align", not "indent".
4713 (Basic Indent): C-j deletes trailing whitespace before the newline.
4714
47152006-04-06 Richard Stallman <rms@gnu.org>
4716
8cf51b2c
GM
4717 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4718
47192006-04-06 Eli Zaretskii <eliz@gnu.org>
4720
4721 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4722
8cf51b2c
GM
47232006-04-05 Richard Stallman <rms@gnu.org>
4724
4725 * emacs.texi (Top): Update subnode menu.
4726
4727 * trouble.texi (Unasked-for Search): Node deleted.
4728 (Lossage): Delete from menu.
4729
47302006-04-04 Richard Stallman <rms@gnu.org>
4731
4732 * trouble.texi: Various cleanups.
4733 (Checklist): Don't bother saying how to snail a bug report.
4734 (Emergency Escape): Much rewriting.
4735 (After a Crash): Rename the core dump immediately.
4736 (Total Frustration): Call it a psychotherapist.
4737 (Bug Criteria): Avoid "illegal instruction".
4738 (Sending Patches): We always put the contributor's name in.
4739
4740 * misc.texi (Thumbnails): Minor correction.
4741
8cf51b2c
GM
47422006-04-03 Richard Stallman <rms@gnu.org>
4743
4744 * misc.texi (Thumbnails): Minor cleanup.
4745
47462006-04-02 Karl Berry <karl@gnu.org>
4747
4748 * sending.texi (Mail Sending): pxref to Top needs five args.
4749
4750 * texinfo.tex: Update to current version (2006-03-21.13).
4751
8cf51b2c
GM
47522006-03-31 Richard Stallman <rms@gnu.org>
4753
4754 * emacs.texi (Top): Update subnode menu.
4755
4756 * help.texi (Help Mode): Cleanup.
4757
4758 * dired.texi: Many cleanups.
4759 (Dired Deletion): Describe dired-recursive-deletes.
4760 (Operating on Files): dired-create-directory moved.
4761 (Misc Dired Features): Move to here.
4762 (Tumme): Node moved to misc.texi.
4763
4764 * custom.texi: Many cleanups.
4765 (Minor Modes): Don't mention ISO Accents Mode.
4766 (Examining): Update C-h v output example.
4767 (Hooks): Add index and xref for add-hook.
4768 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4769 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4770
4771 * misc.texi: Many cleanups.
4772 (beginning): Add to summary of topics.
4773 (Shell): Put eshell xref at the end. Remove eshell from table.
4774 (Thumbnails): New node.
4775
8cf51b2c
GM
47762006-03-28 Eli Zaretskii <eliz@gnu.org>
4777
4778 * files.texi (File Name Cache): Make it clear that the cache is
4779 not persistent.
4780
8cf51b2c
GM
47812006-03-25 Karl Berry <karl@gnu.org>
4782
49823426
GM
4783 * emacs-xtra.texi, emacs.texi, gnu.texi:
4784 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4785 (2) do not indent copyright year list (or anything else).
4786
8cf51b2c
GM
47872006-03-21 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * files.texi (VC Dired Mode): Remove misplaced brackets.
4790
47912006-03-21 Andre Spiegel <spiegel@gnu.org>
4792
4793 * files.texi: Various updates and clarifications in the VC chapter.
4794
47952006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4796
4797 * help.texi (Help Mode): Document "C-c C-c".
4798
8cf51b2c
GM
47992006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4800
4801 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4802 menu in the standalone Info reader.
4803
48042006-03-15 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4807 moved here from Emacs manual.
4808
4809 * programs.texi (Fortran): Section moved to emacs-xtra.
4810 (Program Modes): Xref to Fortran in emacs-xtra.
4811
4812 * maintaining.texi (Emerge): Move to emacs-xtra.
4813 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4814
4815 * picture.texi: File deleted.
4816 * Makefile.in:
4817 * makefile.w32-in: Remove picture.texi.
4818
4819 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4820 * abbrevs.texi (Abbrevs):
4821 * sending.texi (Sending Mail): Picture node removed.
4822
4823 * emacs.texi (Top): Update node listings.
4824
8cf51b2c
GM
48252006-03-12 Richard Stallman <rms@gnu.org>
4826
4827 * calendar.texi: Various cleanups.
4828
8cf51b2c
GM
48292006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4830
4831 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4832 syntax.
4833
8cf51b2c
GM
48342006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4835
4836 * search.texi (Regexps): More accurately describe which characters
4837 are special in which situations. Recommend _not_ to quote `]' or
4838 `-' when they are not special.
4839
8cf51b2c
GM
48402006-02-28 Andre Spiegel <spiegel@gnu.org>
4841
4842 * files.texi (Old Versions): Clarify operation of C-x v =.
4843
8cf51b2c
GM
48442006-02-21 Nick Roberts <nickrob@snap.net.nz>
4845
4846 * building.texi (Watch Expressions): Update and describe
4847 gdb-speedbar-auto-raise.
4848
48492006-02-19 Richard M. Stallman <rms@gnu.org>
4850
4851 * emacs.texi: Use @smallbook.
4852 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4853 Update subnode menu.
4854
4855 * building.texi (Lisp Interaction): Minor addition.
4856
48572006-02-18 Nick Roberts <nickrob@snap.net.nz>
4858
4859 * building.texi (Watch Expressions): Update and be more precise.
4860
c8763fb6 48612006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4862
4863 * maintaining.texi (Create Tags Table): Explain why the
4864 exception when etags writes to files under the /dev tree.
4865
48662006-02-14 Richard M. Stallman <rms@gnu.org>
4867
4868 * custom.texi (Safe File Variables): Lots of clarification.
4869 Renamed from Unsafe File Variables.
4870
48712006-02-14 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * custom.texi (Unsafe File Variables): File variable confirmation
4874 assumed denied in batch mode.
4875
48762006-02-14 Richard M. Stallman <rms@gnu.org>
4877
4878 * building.texi (GDB User Interface Layout): Don't say `inferior'
4879 for program being debugged.
4880
48812006-02-15 Nick Roberts <nickrob@snap.net.nz>
4882
4883 * building.texi (GDB Graphical Interface):
4884 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4885
48862006-02-13 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * custom.texi (Specifying File Variables, Unsafe File Variables):
4889 New nodes, split from File Variables. Document new file local
4890 variable behavior.
4891
48922006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4893
4894 * display.texi (Standard Faces):
8cf51b2c
GM
4895 * files.texi (Visiting):
4896 * frames.texi (Clipboard):
4897 * glossary.texi (Glossary) <Clipboard>:
4898 * xresources.texi (X Resources): Mention Mac OS port.
4899
8cf51b2c
GM
49002006-02-12 Richard M. Stallman <rms@gnu.org>
4901
4902 * building.texi (Building): Clarify topic in intro.
4903
4904 * maintaining.texi (Maintaining): Change title; clarify topic.
4905 Delete duplicate index entries.
4906
4907 * building.texi (Other GDB User Interface Buffers): Clarifications.
4908
4909 * text.texi (Cell Commands): Clarifications.
4910
4911 * programs.texi (Defuns): Delete duplicate explanation of
4912 left-margin paren convention.
4913 (Hungry Delete): Minor cleanup.
4914
49152006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4916
4917 * dired.texi (Tumme): More tumme documentation.
4918
49192006-02-11 Alan Mackenzie <acm@muc.de>
4920
4921 * programs.texi ("Hungry Delete"): Correct the appellation of the
4922 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4923
49242006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4925
4926 * dired.texi (Tumme): Fix small bug.
4927
49282006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4929
4930 * macos.texi (Mac International): Rename "fontset-mac" to
4931 "fontset-standard".
4932
8cf51b2c
GM
49332006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4934
4935 * dired.texi (Tumme): Basic documentation for Tumme added.
4936
8cf51b2c
GM
49372006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4938
4939 * mule.texi (International):
4940 * programs.texi (Basic Indent): Fix typos.
4941
8cf51b2c
GM
4942 * custom.texi (Minor Modes):
4943 * display.texi (Text Display):
4944 * commands.texi (Text Characters): Update xrefs.
4945
49462006-02-07 Richard M. Stallman <rms@gnu.org>
4947
4948 * emacs.texi (Top): Update subnode menu.
4949 Update info on old Emacs papers.
4950 (Intro): "Graphical display", not window system.
4951
4952 * xresources.texi (GTK styles): Minor clarifications.
4953
4954 * trouble.texi: "Graphical display", not window system.
4955 (Stuck Recursive): Minor clarification.
4956
4957 * text.texi: Minor clarifications.
4958 (Sentences): Explain why two-space convention is better.
4959 Explain sentence-end-without-period here.
4960 (Fill Commands): Not here.
4961 (Refill): Node moved down.
4962 (Filling): Update menu.
4963 (Table Creation, Cell Justification, Column Commands): Clarify.
4964
4965 * sending.texi: Minor clarifications.
4966
4967 * search.texi (Regexp Backslash): Clarification.
4968
4969 * rmail.texi: Minor cleanups.
4970 (Rmail): Delete digression about `rmail-mode'.
4971 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4972 (Rmail Files): Mention C-u M-x rmail.
4973 (Rmail Reply): Mention References.
4974 (Rmail Display): Mention rmail-nonignored-headers.
4975
4976 * programs.texi: Minor cleanups.
4977 (Comment Commands): Mention momentary Transient Mark mode.
4978 (Matching): Be more specific about customizing show-paren-mode.
4979 (Info Lookup): Don't list the modes that support C-h S.
4980 Just say what it does in an unsupported mode.
4981 (Man Page): Delete excessive info on customizing woman.
4982 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4983
4984 * abbrevs.texi: Minor clarifications.
4985 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4986 not "dynamic abbrevs" as if they were a kind of abbrev.
4987
4988 * picture.texi (Picture): Minor cleanup.
4989
4990 * mule.texi (Communication Coding): Say "other applications".
4991 (Fontsets): Not specific to X. Add xref to X Resources.
4992 (Unibyte Mode): Rename from Single-Byte Character Support.
4993 "Graphical display", not window system.
4994 (International): Update menu.
4995
4996 * maintaining.texi (Format of ChangeLog):
4997 New node, split out from ChangeLog.
4998 (ChangeLog): Clarifications in the remaining text.
4999 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5000 (Find Tag): Add @w.
5001 (Tags Search): Explain tag table order here. Simplify grep ref.
5002 (List Tags): tags-tag-face is a variable, not a face.
5003 (Emerge): Cleanups.
5004
5005 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5006 (Keyboard Macros): Avoid "the user".
5007
5008 * killing.texi: "Graphical display", not window system.
5009
5010 * help.texi (Help Echo): "Graphical display", not window system.
5011
5012 * glossary.texi: Say "you", not "the user". Say "graphical display".
5013
5014 * frames.texi: Minor cleanups. "Graphical display", not window system.
5015
5016 * files.texi (Visiting): Make drag-and-drop not X-specific.
5017
5018 * custom.texi: Minor cleanups. "Graphical display", not window system.
5019
5020 * cmdargs.texi: Minor cleanups.
5021
5022 * building.texi (Compilation): Move and split kill-compilation para.
5023 Add para about multiple compilers.
5024 (Compilation Mode): Commands also available in grep mode and others.
5025 Mention C-u C-x ` more tutorially. Clarify C-x `.
5026 (Compilation Shell): Clarify. Put Bash example first.
5027 (Grep Searching): Minor cleanups; add @w.
5028 (Debuggers): Minor cleanups.
5029 (Starting GUD): Make GDB xgraphical mode issue clearer.
5030 (Debugger Operation): Lots of clarifications including
5031 GDB tooltip side-effect issue.
5032 (Commands of GUD): Clarify.
5033 (GUD Customization): Add bashdb-mode-hook.
5034 (GDB Graphical Interface): Rewrite for clarity.
5035 (GDB User Interface Layout): Rewrite for clarity.
5036 (Stack Buffer, Watch Expressions): Likewise.
5037 (Other GDB User Interface Buffers): Cleanups.
5038 (Lisp Libraries, External Lisp): Cleanup.
5039
5040 * basic.texi (Position Info): "Graphical displays", rather than
5041 window systems.
5042
5043 * anti.texi: Minor cleanup.
5044
8cf51b2c
GM
50452006-02-03 Eli Zaretskii <eliz@gnu.org>
5046
5047 * custom.texi (Init File, Find Init): Add cross-references to
5048 where $HOME is described.
5049
50502006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5051
5052 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5053 is not inside the @table.
5054
5055 * emacs.texi (Top): Correct node name.
5056
5057 * files.texi (File Names): Fix @xref.
5058 (Reverting): Fix typo.
5059
5060 * mule.texi (International): Correct node name.
5061
5062 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5063
50642006-02-01 Richard M. Stallman <rms@gnu.org>
5065
5066 * emacs.texi (Top): Update subnode menu.
5067
5068 * mule.texi: Minor clarifications.
5069 Reduce the specific references to X Windows.
5070 Refer to "graphical" terminals, rather than window systems.
5071 (Text Coding): Rename from Specify Coding.
5072 (Communication Coding, File Name Coding, Terminal Coding):
5073 New nodes split out from Text Coding.
5074
5075 * kmacro.texi: Minor clarifications.
5076 (Keyboard Macro Ring): Comment out some excessive commands.
5077 (Basic Keyboard Macro): Split up the table, putting part in each node.
5078
5079 * major.texi: Minor clarifications.
5080
5081 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5082
5083 * windows.texi: Minor clarifications.
5084 (Change Window): Don't describe mode-line mouse cmds here.
5085 Add xref to Mode Line Mouse.
5086
5087 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5088
5089 * macos.texi (Mac International): Fix xref.
5090
5091 * indent.texi: Minor clarifications.
5092
5093 * frames.texi: Minor clarifications.
5094 Reduce the specific references to X Windows.
5095 Refer to "graphical" terminals, rather than window systems.
5096 (Frame Parameters): Don't mention commands like
5097 set-foreground-color. Just say to customize a face.
5098 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5099
5100 * files.texi: Minor clarifications.
5101 (Numbered Backups): New node, split out from Backup Names.
5102
5103 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5104
5105 * cmdargs.texi (General Variables): Fix xref.
5106
5107 * buffers.texi: Minor clarifications.
5108
8cf51b2c
GM
51092006-01-31 Richard M. Stallman <rms@gnu.org>
5110
5111 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5112 Nodes moved to top.
5113
5114 * display.texi: Minor clarifications.
5115 (Display): Rearrange menu.
5116 (Standard Faces): Mention query-replace face.
5117 (Faces): Simplify.
5118 (Font Lock): Simplify face customization info.
5119 (Highlight Changes): Node merged into Highlight Interactively.
5120 (Highlight Interactively): Much rewriting and cleanup.
5121 (Optional Mode Line): Narrowed line number not good for goto-line.
5122 Simplify face customization advice.
5123 (Text Display): Mention use of escape-glyph face.
5124 Move ctl-arrow and tab-width here.
5125 (Display Custom): Move no-redraw-on-reenter to end of node.
5126
5127 * search.texi: Minor clarifications.
5128 (Isearch Scroll): Simplify.
5129 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5130
5131 * regs.texi (Registers): Mention bookmarks here.
5132
5133 * mark.texi: Minor clarifications.
5134 (Selective Undo): Node deleted.
5135
5136 * m-x.texi: Minor clarifications.
5137
5138 * killing.texi: Minor clarifications.
5139 Refer to "graphical" terminals, rather than window systems.
5140
5141 * help.texi: Clarifications.
5142 (Help): Don't describe C-h F and C-h K here.
5143 (Key Help): Describe C-h K here.
5144 (Name Help): Mention Emacs Lisp Intro.
5145 Describe C-h F here.
5146 (Misc Help): Mention C-h F and C-h K only briefly.
5147
5148 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5149 Selective undo text merged in.
5150 (Spelling): Mention Aspell along with Ispell.
5151
5152 * emacs.texi (Top): Update subnode menus.
5153
5154 * basic.texi (Basic Undo): Rename from Undo. Most of text
5155 moved to new Undo node.
5156
8cf51b2c
GM
51572006-01-29 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * basic.texi (Continuation Lines, Inserting Text):
5160 Mention longlines mode.
5161
51622006-01-29 Richard M. Stallman <rms@gnu.org>
5163
10d1d0af 5164 * screen.texi: Minor cleanups.
8cf51b2c
GM
5165 (Screen): Clean up the intro paragraphs.
5166 (Mode Line): Lots of rewriting. Handle frame-name better.
5167 eol-mnemonic-... vars moved out.
5168
5169 * emacs.texi (Top): Change menu item for MS-DOS node.
5170 Update subnode menu.
5171
5172 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5173 chapter relates to Windows. Title changed.
5174
5175 * mini.texi: Minor cleanups.
5176
5177 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5178 (Mark): Put it in the menu.
5179
5180 * entering.texi: Minor cleanups.
5181
5182 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5183 (Intro): Refer to "graphical" terminals, rather than X.
5184
5185 * display.texi (Display Custom): Add xref to Variables.
5186 (Optional Mode Line): eol-mnemonic-... vars moved here.
5187
5188 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5189 rather than X.
5190
8cf51b2c
GM
5191 * basic.texi: Minor cleanups.
5192 (Undo): selective-undo moved.
5193
8cf51b2c
GM
51942006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5195
5196 * anti.texi (Antinews): Various corrections and additions.
5197
51982006-01-23 Juri Linkov <juri@jurta.org>
5199
5200 * custom.texi (Easy Customization, Customization Groups)
5201 (Browsing Custom): Mention links along with buttons.
5202
8cf51b2c
GM
52032006-01-21 Eli Zaretskii <eliz@gnu.org>
5204
8cf51b2c
GM
5205 * text.texi (TeX Print): Use @key for TAB.
5206
8cf51b2c
GM
5207 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5208
8cf51b2c
GM
52092006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5210
5211 * files.texi (File Aliases): Don't claim that usually separate
5212 buffers are created for two file names that name the same data.
5213 Mention additional situations where different names mean the same
5214 file on disk.
5215
52162006-01-19 Richard M. Stallman <rms@gnu.org>
5217
5218 * killing.texi (Deletion): Upcase @key argument.
5219
5220 * custom.texi (Custom Themes): Minor cleanup.
5221
5222 * programs.texi (Hungry Delete): Upcase @key argument.
5223
8cf51b2c
GM
52242006-01-16 Juri Linkov <juri@jurta.org>
5225
5226 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5227 Move `mode-line-highlight' before `mode-line-buffer-id'.
5228
8cf51b2c
GM
52292006-01-14 Richard M. Stallman <rms@gnu.org>
5230
5231 * basic.texi (Inserting Text): Minor cleanup.
5232
8cf51b2c
GM
52332006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5234
5235 * custom.texi (Changing a Variable, Face Customization):
5236 Update for changes in Custom menus.
5237
8cf51b2c
GM
52382006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5239
5240 * macos.texi (Mac International): Undo last change.
5241
8cf51b2c
GM
52422006-01-02 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * custom.texi (Custom Themes): Describe the new
5245 customize-create-theme interface.
5246
52472005-12-30 Juri Linkov <juri@jurta.org>
5248
5249 * basic.texi (Position Info): Update example.
5250
c8763fb6 52512005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5252
5253 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5254
52552005-12-24 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * custom.texi (Custom Themes): `load-theme' always loads.
5258
52592005-12-23 Juri Linkov <juri@jurta.org>
5260
5261 * display.texi (Highlight Interactively): Use double space to
5262 separate sentences. Replace C-p with M-p, and C-n with M-n.
5263
52642005-12-22 Richard M. Stallman <rms@gnu.org>
5265
5266 * custom.texi (Easy Customization and subnodes):
5267 Replace "active field" with "button".
5268 Use "user option" only for variables.
5269 Use "setting" for variable-or-face.
5270
52712005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * buffers.texi (Select Buffer): Change order in table to make
5274 "Similar" refer to the correct item.
5275 (Indirect Buffers): Minor rewording.
5276
8cf51b2c
GM
52772005-12-20 Juri Linkov <juri@jurta.org>
5278
5279 * files.texi (VC Status): Put P and N near p and n.
5280
8cf51b2c
GM
52812005-12-19 Richard M. Stallman <rms@gnu.org>
5282
5283 * programs.texi (Electric C): Delete the info about newline control.
5284 (Other C Commands): Minor cleanup.
5285 (Left Margin Paren): Minor cleanup.
5286
52872005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5288
5289 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5290 (Customization Groups): Delete text moved to "Browsing Custom".
5291 (Browsing Custom): New node.
5292 (Specific Customization): Clarify which commands only work for
5293 loaded options.
5294
52952005-12-18 Bill Wohler <wohler@newt.com>
5296
5297 * frames.texi (Tool Bars): Shorten text of previous change.
5298
52992005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5300
5301 * files.texi (VC Status): Document log-view mode.
5302
53032005-12-18 Bill Wohler <wohler@newt.com>
5304
5305 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5306 permanently via the customize interface.
5307
8cf51b2c
GM
53082005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5309
5310 * killing.texi (Killing by Lines): Document `kill-whole-line'
5311 function.
5312
c8763fb6 53132005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5314
5315 * buffers.texi (Select Buffer): Change `prev-buffer' to
5316 `previous-buffer'. Indicate that these functions use a frame
5317 local buffer list.
5318
8cf51b2c
GM
53192005-12-12 Richard M. Stallman <rms@gnu.org>
5320
5321 * custom.texi (Easy Customization): Change menu comment.
5322 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5323
5324 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5325 (Help): Among the Apropos commands, describe only C-h a here.
5326
53272005-12-11 Richard M. Stallman <rms@gnu.org>
5328
5329 * programs.texi (Options for Comments): Comment-end starts with space.
5330
5331 * glossary.texi (Glossary): Minor cleanup.
5332
5333 * files.texi (Old Versions): Use @table.
5334
8cf51b2c
GM
53352005-12-10 David Koppelman <koppel@ece.lsu.edu>
5336
5337 * display.texi (Highlight Interactively): Include
5338 global-hi-lock-mode. Add miscellaneous details and elaborations.
5339
53402005-12-09 Richard M. Stallman <rms@gnu.org>
5341
5342 * display.texi (Font Lock): Delete the Global FL menu item.
5343
53442005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5345
5346 * custom.texi (Minibuffer Maps): Mention the maps for file name
5347 completion.
5348
53492005-12-09 Kim F. Storm <storm@cua.dk>
5350
5351 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5352 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5353 cursor to next corner in rectangle; clarify insert around rectangle.
5354
8cf51b2c
GM
53552005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * custom.texi (Customization): Use xref to elisp manual for
5358 non-TeX output.
5359 (Minor Modes): Update.
5360 (Customization Groups, Changing a Variable, Face Customization):
5361 Update for new appearance of Custom buffers.
5362 (Changing a Variable): `custom-buffer-done-function' has been
5363 replaced by `custom-buffer-done-kill'.
5364 (Specific Customization): In the `customize-group' buffer, a
5365 subgroup's contents are not "hidden". They are not included at
5366 all. They have no [Show] button.
5367 (Mouse Buttons): Add pxref to description of mouse event lists in
5368 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5369 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5370 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5371
53722005-12-08 Richard M. Stallman <rms@gnu.org>
5373
5374 * mini.texi (Completion Commands, Completion):
5375 In file name input, SPC does not do completion.
5376
8cf51b2c
GM
53772005-12-08 Nick Roberts <nickrob@snap.net.nz>
5378
5379 * building.texi (GDB Graphical Interface): Explain screen size
5380 setting.
5381 (Other GDB User Interface Buffers): Describe features specific to
5382 GDB 6.4.
5383
8cf51b2c
GM
53842005-12-01 Nick Roberts <nickrob@snap.net.nz>
5385
5386 * building.texi (GDB User Interface Layout): Describe how to
5387 kill associated buffers.
5388 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5389 (Watch Expressions): Be more precise.
5390 (Other GDB User Interface Buffers): Describe how to change a
5391 register value.
5392
8cf51b2c
GM
53932005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5394
5395 * macos.texi (Mac Input): Remove description of
5396 mac-command-key-is-meta. Add descriptions of
5397 mac-control-modifier, mac-command-modifier, and
5398 mac-option-modifier.
5399 (Mac International): Fix description of conversion of clipboard data.
5400 (Mac Font Specs): Add example of font customization by face attributes.
5401
54022005-11-22 Nick Roberts <nickrob@snap.net.nz>
5403
5404 * building.texi (Watch Expressions): Expand description.
5405 (Other GDB User Interface Buffers): Describe local map for
5406 gud-watch.
5407
54082005-11-21 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * display.texi (Font Lock): Font lock is enabled by default now.
5411
54122005-11-20 Juri Linkov <juri@jurta.org>
5413
5414 * basic.texi (Position Info): Update examples of the output.
5415 Remove the fact that examples are produced in the TeXinfo buffer,
5416 because in the Info reader users will get a different output from
5417 `C-x ='.
5418
5419 * building.texi (Compilation Mode): Remove paragraph duplicated
5420 from the node `Compilation'. Add `compilation-skip-threshold'.
5421
5422 * display.texi (Font Lock): Suggest more user-friendly method of
5423 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5424
54252005-11-18 Richard M. Stallman <rms@gnu.org>
5426
5427 * files.texi (Registering): Mention @@ in mode line.
5428
5429 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5430
54312005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5432
5433 * files.texi (Renaming and VC): Some back-ends don't
5434 handle renaming.
5435
8cf51b2c
GM
54362005-11-17 Juri Linkov <juri@jurta.org>
5437
5438 * emacs.texi (Top):
5439 * display.texi (Highlight Interactively): Put this font-lock based
5440 mode near Font Lock node.
5441
54422005-11-16 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5445 icons.
5446
54472005-11-12 Kim F. Storm <storm@cua.dk>
5448
5449 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5450 (Help Summary): Add C-h d and C-h e.
5451 (Apropos): Clarify that all apropos commands may search for either
5452 list of words or a regexp. Add C-h d for apropos-documentation.
5453 Describe apropos-documentation-sort-by-scores user option.
5454
8cf51b2c
GM
54552005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5456
5457 * killing.texi (CUA Bindings): Add @section.
5458
54592005-11-10 Kim F. Storm <storm@cua.dk>
5460
5461 * emacs.texi (Top): Add CUA Bindings entry to menu.
5462
5463 * killing.texi (CUA Bindings): New node. Moved here from
5464 misc.texi and extended with info on rectangle commands and
5465 rectangle highlighting, interface to registers, and the global
5466 mark feature.
5467
5468 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5469
5470 * regs.texi: Prev link points to CUA Bindings node.
5471
54722005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5473
5474 * help.texi (Help Echo): By default, help echos are only shown on
5475 mouse-over, not on point-over.
5476
c8763fb6 54772005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5478
5479 * misc.texi (Shell Mode): Describe how to activate password echoing.
5480
8cf51b2c
GM
54812005-11-04 Romain Francoise <romain@orebokech.com>
5482
5483 * mark.texi (Mark Ring): Fix typo.
5484
54852005-11-03 Richard M. Stallman <rms@gnu.org>
5486
5487 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5488
54892005-11-01 Bill Wohler <wohler@newt.com>
5490
5491 * help.texi (Help Mode): Fix typo.
5492
54932005-11-01 Nick Roberts <nickrob@snap.net.nz>
5494
1c6c854e
CS
5495 * building.texi (Other GDB User Interface Buffers):
5496 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5497
54982005-10-31 Romain Francoise <romain@orebokech.com>
5499
5500 * files.texi (Compressed Files): Fix typo.
5501
5502 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5503
5504 * windows.texi (Force Same Window): Likewise.
5505
55062005-10-30 Bill Wohler <wohler@newt.com>
5507
5508 * help.texi (Help Mode): URLs viewed with browse-url.
5509
55102005-10-31 Nick Roberts <nickrob@snap.net.nz>
5511
5512 * building.texi (GDB Graphical Interface): Don't reference
5513 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5514 must stay in same frame.
5515
55162005-10-29 Chong Yidong <cyd@stupidchicken.com>
5517
5518 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5519
5520 * anti.texi (Antinews): Likewise.
5521
8cf51b2c
GM
55222005-10-28 Bill Wohler <wohler@newt.com>
5523
5524 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5525
55262005-10-28 Richard M. Stallman <rms@gnu.org>
5527
5528 * files.texi (Visiting): Explain how to enter ? in a file name.
5529
5530 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5531
8cf51b2c
GM
55322005-10-25 Nick Roberts <nickrob@snap.net.nz>
5533
1c6c854e
CS
5534 * building.texi (GDB Graphical Interface):
5535 Describe gdb-mouse-until.
8cf51b2c
GM
5536
55372005-10-23 Richard M. Stallman <rms@gnu.org>
5538
5539 * custom.texi (Init File): Recommend when to use site-start.el.
5540
8cf51b2c
GM
55412005-10-21 Juri Linkov <juri@jurta.org>
5542
5543 * custom.texi (Examining): Mention accessing the old variable
5544 value via M-n in set-variable.
5545
8cf51b2c
GM
55462005-10-18 Romain Francoise <romain@orebokech.com>
5547
5548 * files.texi (Version Systems): Capitalize GNU.
5549
8cf51b2c
GM
55502005-10-18 Nick Roberts <nickrob@snap.net.nz>
5551
5552 * building.texi (Compilation Mode): Remove redundant paragraph.
5553 (Watch Expressions): Remove paragraph to reflect code change.
5554
8cf51b2c
GM
55552005-10-16 Richard M. Stallman <rms@gnu.org>
5556
5557 * building.texi (Compilation Mode, Compilation): Clarified.
5558
55592005-10-15 Richard M. Stallman <rms@gnu.org>
5560
5561 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5562
8cf51b2c
GM
55632005-10-13 Kenichi Handa <handa@m17n.org>
5564
5565 * basic.texi (Position Info): Fix previous change.
5566
c8763fb6 55672005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5568
5569 * cmdargs.texi (Icons X): Fix typo.
5570
55712005-10-12 Kenichi Handa <handa@m17n.org>
5572
5573 * basic.texi (Position Info): Describe the case that Emacs shows
5574 "part of display ...".
5575
c8763fb6 55762005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5577
5578 * cmdargs.texi (Icons X): -nb => -nbi.
5579
55802005-10-10 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * frames.texi (Speedbar): A couple more clarifications.
5583
55842005-10-11 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * building.texi (GDB User Interface Layout): Improve diagram.
5587 (Watch Expressions): Explain how to make speedbar global.
5588 (Other GDB User Interface Buffers): Make references more precise.
5589
8cf51b2c
GM
55902005-10-09 Richard M. Stallman <rms@gnu.org>
5591
5592 * frames.texi (Speedbar): Clarify the text.
5593
55942005-10-09 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * frames.texi (Speedbar): Add information on keybindings,
5597 dismissing the speedbar, and buffer display mode. Link to
5598 speedbar manual.
5599
c8763fb6 56002005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5601
1c6c854e 5602 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5603 added -nb, --no-bitmap-icon.
5604
8cf51b2c
GM
56052005-10-07 Nick Roberts <nickrob@snap.net.nz>
5606
5607 * building.texi (GDB Graphical Interface): Add variables and
5608 functions to indices. Be more precise.
5609
c8763fb6 56102005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5611
5612 * frames.texi (Drag and Drop): Remove the x- from
5613 x-dnd-open-file-other-window and xdnd-protocol-alist.
5614
56152005-09-30 Romain Francoise <romain@orebokech.com>
5616
5617 * mini.texi (Minibuffer): The default value now appears before the
5618 colon in minibuffer prompts.
5619
8cf51b2c
GM
56202005-09-25 Richard M. Stallman <rms@gnu.org>
5621
5622 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5623
8cf51b2c
GM
56242005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5625
5626 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5627
8cf51b2c
GM
56282005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5629
5630 * emacs.texi (Top): Update submenus from macos.texi.
5631
5632 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5633 (Mac OS): Update feature support status.
5634 (Mac Input): List supported input scripts. Remove description
5635 about `mac-keyboard-text-encoding'. Mention mouse button
5636 emulation and related variables.
5637 (Mac International): Mention Central European and Cyrillic
5638 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5639 Add description about coding system for selection.
5640 Add description about language environment.
5641 (Mac Environment Variables):
5642 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5643 arguments. Add Preferences support.
5644 (Mac Directories): Explicitly state that this node is for Mac OS
5645 Classic only.
1c6c854e
CS
5646 (Mac Font Specs): Mention specification for scalable fonts.
5647 List supported charsets. Add preferred way of creating fontsets.
5648 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5649 (Mac Functions): Add descriptions about `mac-set-file-creator',
5650 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5651 and `mac-get-preference'.
5652
8cf51b2c
GM
56532005-09-16 Romain Francoise <romain@orebokech.com>
5654
5655 Update all files to specify GFDL version 1.2.
5656
5657 * doclicense.texi (GNU Free Documentation License): Update to
5658 version 1.2.
5659
56602005-09-15 Richard M. Stallman <rms@gnu.org>
5661
5662 * buffers.texi (List Buffers): Fix xref.
5663
5664 * rmail.texi (Rmail Basics): Fix xref.
5665
5666 * emacs.texi (Top): Update subnode menus.
5667
5668 * files.texi (Saving Commands): New node, broken out of Saving.
5669 (Customize Save): New node, broken out of Saving.
5670 Clarify effect of write-region-inhibit-fsync.
5671 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5672
8cf51b2c
GM
56732005-09-14 Romain Francoise <romain@orebokech.com>
5674
5675 * files.texi (Saving): Mention write-region-inhibit-fsync.
5676
56772005-09-05 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * custom.texi (Custom Themes): New node.
5680
56812005-09-03 Richard M. Stallman <rms@gnu.org>
5682
49823426
GM
5683 * search.texi (Search Case): Mention vars that control
5684 case-fold-search for various operations.
8cf51b2c
GM
5685
56862005-08-22 Juri Linkov <juri@jurta.org>
5687
5688 * display.texi (Standard Faces): Merge the text from
5689 `(elisp)Standard Faces' into this node.
5690
56912005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5692
5693 * emacs.texi (Top): Delete menu item for deleted node
5694 Keyboard Translations.
5695
56962005-08-18 Richard M. Stallman <rms@gnu.org>
5697
8cf51b2c
GM
5698 * trouble.texi (Unasked-for Search):
5699 Delete xref to Keyboard Translations.
5700
5701 * glossary.texi (Glossary): Delete xref.
5702
8cf51b2c
GM
5703 * custom.texi (Minor Modes): Say that the list here is not complete.
5704 (Keyboard Translations): Node deleted.
5705 (Disabling): Delete xref to it.
5706 (Customization Groups): Fix Custom buffer example.
5707 (Hooks): Mention remove-hooks.
5708
57092005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5710
5711 * building.texi (GDB Graphical Interface): Improve filling of menu
5712 item.
5713
57142005-08-18 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * building.texi (GDB Graphical Interface): Use better node names.
5717
57182005-08-14 Richard M. Stallman <rms@gnu.org>
5719
5720 * text.texi (Sentences): Fix xref.
5721
57222005-08-14 Juri Linkov <juri@jurta.org>
5723
5724 * building.texi (Compilation, Grep Searching): Move grep command
5725 headings from `Compilation' to `Grep Searching'.
5726
5727 * dired.texi (Dired and Find):
5728 * maintaining.texi (Tags Search): Replace grep xref to
5729 `Compilation' node with `Grep Searching'.
5730
5731 * files.texi (Comparing Files): Replace xref to `Compilation' with
5732 `Compilation Mode'.
5733
57342005-08-13 Alan Mackenzie <acm@muc.de>
5735
5736 * search.texi (Non-ASCII Isearch): Correct a typo.
5737 (Replacement Commands): Mention query-replace key binding.
5738
57392005-08-11 Richard M. Stallman <rms@gnu.org>
5740
5741 * programs.texi (Options for Comments): Fix xref.
5742
5743 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5744 out of Regexps.
5745
8cf51b2c
GM
57462005-08-09 Juri Linkov <juri@jurta.org>
5747
5748 * building.texi (Compilation): Use `itemx' instead of `item'.
5749 (Grep Searching): Simplify phrase.
5750
5751 * display.texi (Standard Faces): Describe vertical-border on
5752 window systems.
5753
5754 * windows.texi (Split Window): Simplify phrase and mention
5755 vertical-border face.
5756
57572005-08-09 Richard M. Stallman <rms@gnu.org>
5758
5759 * files.texi (Comparing Files): Clarify compare-windows.
5760
5761 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5762
8cf51b2c
GM
57632005-08-06 Eli Zaretskii <eliz@gnu.org>
5764
5765 * mule.texi (Coding Systems): Rephrase the paragraph about
5766 codepages: no need for "M-x codepage-setup" anymore, except on
5767 MS-DOS.
5768
5769 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5770 the MS-DOS port only.
5771
57722005-07-30 Eli Zaretskii <eliz@gnu.org>
5773
5774 * makefile.w32-in (info): Don't run multi-install-info.bat.
5775 ($(infodir)/dir): New target, produced by running
5776 multi-install-info.bat.
5777
8cf51b2c
GM
57782005-07-22 Eli Zaretskii <eliz@gnu.org>
5779
5780 * files.texi (Quoted File Names): Add index entry.
5781
8cf51b2c
GM
57822005-07-19 Juri Linkov <juri@jurta.org>
5783
5784 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5785
57862005-07-18 Juri Linkov <juri@jurta.org>
5787
8cf51b2c
GM
5788 * custom.texi (Easy Customization):
5789 * files.texi (Old Versions):
5790 * frames.texi (Wheeled Mice):
5791 * mule.texi (Specify Coding):
8cf51b2c
GM
5792 * text.texi (Cell Justification):
5793 * trouble.texi (After a Crash):
8cf51b2c
GM
5794 * xresources.texi (GTK styles):
5795 Delete duplicate duplicate words.
5796
57972005-07-17 Richard M. Stallman <rms@gnu.org>
5798
5799 * frames.texi (Creating Frames): Fix foreground color example.
5800
5801 * custom.texi (Init Examples): Clean up text about conditionals.
5802
58032005-07-16 Richard M. Stallman <rms@gnu.org>
5804
5805 * mini.texi (Completion Commands): Fix command name for ?.
5806
8cf51b2c
GM
58072005-07-16 Eli Zaretskii <eliz@gnu.org>
5808
5809 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5810 `menu' face has no effect on w32 and with GTK.
5811 Add cross-references.
8cf51b2c
GM
5812
5813 * cmdargs.texi (General Variables): Clarify the default location
5814 of $HOME on w32 systems.
5815
58162005-07-15 Jason Rumney <jasonr@gnu.org>
5817
5818 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5819 changed.
5820
58212005-07-08 Kenichi Handa <handa@m17n.org>
5822
1c6c854e
CS
5823 * mule.texi (Recognize Coding):
5824 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5825
58262005-07-07 Richard M. Stallman <rms@gnu.org>
5827
5828 * anti.texi (Antinews): Mention mode-line-inverse-video.
5829
5830 * files.texi (Saving): Minor correction about C-x C-w.
5831
5832 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5833
58342005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5835
5836 * search.texi (Isearch Scroll): Add example of using the
5837 `isearch-scroll' property.
5838 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5839 `Display Custom' node.
5840 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5841 and de-emphasize it.
5842 (Other Repeating Search): `occur' currently can not correctly
5843 handle multiline matches. Correct, clarify and update description
5844 of `flush-lines' and `keep-lines'.
5845
5846 * display.texi (Display Custom): Add anchor for `baud-rate'.
5847
58482005-07-07 Richard M. Stallman <rms@gnu.org>
5849
5850 * gnu.texi: Update where to get GNU status; add refs for how to help.
5851 Add footnotes 6 and 7.
5852
58532005-07-04 Lute Kamstra <lute@gnu.org>
5854
5855 Update FSF's address in GPL notices.
5856
8cf51b2c 5857 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5858 * trouble.texi (Checklist): Update FSF's address.
5859
8cf51b2c
GM
58602005-06-24 Richard M. Stallman <rms@gnu.org>
5861
5862 * display.texi (Text Display): Change index entries.
5863
58642005-06-24 Eli Zaretskii <eliz@gnu.org>
5865
5866 * makefile.w32-in (MAKEINFO): Use --force.
5867 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5868 Makefile.in.
8cf51b2c
GM
5869
58702005-06-23 Richard M. Stallman <rms@gnu.org>
5871
1c6c854e 5872 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5873 nobreak-char-display.
5874
5875 * emacs.texi (Top): Update detailed node listing.
5876
1c6c854e 5877 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5878 to nobreak-char-display and no-break-space to nobreak-space.
5879 (Standard Faces): Split up the list of standard faces
5880 and put it in a separate node. Add nobreak-space and
5881 escape-glyph.
5882
8cf51b2c
GM
58832005-06-23 Lute Kamstra <lute@gnu.org>
5884
5885 * mule.texi (Select Input Method): Fix typo.
5886
58872005-06-23 Kenichi Handa <handa@m17n.org>
5888
1c6c854e
CS
5889 * mule.texi (International): List all supported scripts.
5890 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5891 distribution.
5892 (Language Environments): List all language environments.
5893 Intlfonts contains fonts for most supported scripts, not all..
5894 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5895 input a specific character.
8cf51b2c
GM
5896 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5897
58982005-06-23 Juanma Barranquero <lekktu@gmail.com>
5899
49823426 5900 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5901
59022005-06-22 Miles Bader <miles@gnu.org>
5903
5904 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5905
59062005-06-20 Miles Bader <miles@gnu.org>
5907
5908 * display.texi (Faces): Add `vertical-divider'.
5909
59102005-06-17 Richard M. Stallman <rms@gnu.org>
5911
5912 * text.texi (Adaptive Fill): Minor clarification.
5913
8cf51b2c
GM
59142005-06-10 Lute Kamstra <lute@gnu.org>
5915
5916 * emacs.texi (Top): Correct version number.
5917 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5918 refer to the current version of Emacs.
5919
59202005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5921
5922 * files.texi (Log Buffer): Document when there can be more than
5923 one file to be committed.
5924
59252005-06-08 Juri Linkov <juri@jurta.org>
5926
5927 * display.texi (Faces): Add `shadow' face.
5928
59292005-06-07 Masatake YAMATO <jet@gyve.org>
5930
5931 * display.texi (Faces): Write about mode-line-highlight.
5932
59332005-06-06 Richard M. Stallman <rms@gnu.org>
5934
5935 * misc.texi (Printing Package): Explain how to initialize
5936 printing package.
5937
5938 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5939
59402005-06-05 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * emacs.texi: Rename Hardcopy to Printing.
5943 Make PostScript and PostScript Variables subnodes of it.
5944
5945 * misc.texi (Printing): Rename node from Hardcopy.
5946 Mention menu bar options.
5947 Move PostScript and PostScript Variables to submenu.
5948 (Printing package): New node.
5949
5950 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5951
5952 * dired.texi (Operating on Files): Likewise.
5953
5954 * calendar.texi (Displaying the Diary): Likewise.
5955
5956 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5957
5958 * glossary.texi (Glossary): Likewise.
5959
5960 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5961 effect.
5962
59632005-06-04 Richard M. Stallman <rms@gnu.org>
5964
5965 * trouble.texi (After a Crash): Polish previous change.
5966
8cf51b2c
GM
59672005-05-30 Noah Friedman <friedman@splode.com>
5968
5969 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5970 recovery mechanism.
5971
8cf51b2c
GM
59722005-05-28 Nick Roberts <nickrob@snap.net.nz>
5973
5974 * building.texi (Other Buffers): SPC toggles display of
5975 floating point registers.
5976
8cf51b2c
GM
59772005-05-27 Nick Roberts <nickrob@snap.net.nz>
5978
5979 * files.texi (Log Buffer): Merge in description of Log Edit
5980 mode from pcl-cvs.texi.
5981
59822005-05-26 Richard M. Stallman <rms@gnu.org>
5983
5984 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5985
8cf51b2c
GM
59862005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5987
5988 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5989 not enabled by default.
5990 When not on a word, `ispell-word' by default checks the word
5991 before point.
5992
59932005-05-24 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * building.texi (Debugger Operation): Simplify last sentence.
5996
59972005-05-23 Lute Kamstra <lute@gnu.org>
5998
5999 * emacs.texi: Update FSF's address throughout.
6000 (Preface): Use @cite.
6001 (Distrib): Add cross reference to the node "Copying". Mention the
6002 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6003 printed manuals.
6004 (Intro): Use @xref for the Emacs Lisp Intro.
6005
8cf51b2c
GM
60062005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6007
6008 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6009
6010 * basic.texi (Moving Point): Mention default for `goto-line'.
6011
6012 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6013 of a variable's docstring.
6014
60152005-05-18 Lute Kamstra <lute@gnu.org>
6016
6017 * maintaining.texi (Overview of Emerge): Add cross reference.
6018 Remove duplication.
6019
6020 * emacs.texi (Top): Update to the current structure of the manual.
6021 * misc.texi (Emacs Server): Add menu description.
6022 * files.texi (Saving): Fix menu.
6023 * custom.texi (Customization): Fix menu.
6024 * mule.texi (International): Fix menu.
6025 * kmacro.texi (Keyboard Macros): Fix menu.
6026
60272005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6028
6029 * display.texi: Various minor changes.
6030 (Faces): Delete text that is repeated in the next section.
6031
60322005-05-16 Nick Roberts <nickrob@snap.net.nz>
6033
6034 * building.texi (Debugger Operation): Mention GUD tooltips are
6035 disabled with GDB in text command mode.
6036
8cf51b2c
GM
60372005-05-16 Nick Roberts <nickrob@snap.net.nz>
6038
6039 * building.texi: Replace toolbar with "tool bar" for consistency.
6040 (Compilation Mode): Describe compilation-context-lines
6041 and use of arrow in compilation buffer.
6042 (Debugger Operation): Replace help text with variable's value.
6043
6044 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6045 consistency.
6046
60472005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6048
6049 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6050 Add xref.
6051
8cf51b2c
GM
60522005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6053
6054 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6055 (Position Info): Delete discussion of `goto-line'. It is already
6056 described in `Moving point'.
6057
6058 * mini.texi (Completion Commands): Correct reference.
6059 (Completion Options): Fix typo.
6060
6061 * killing.texi (Deletion): Complete description of `C-x C-o'.
6062
8cf51b2c
GM
60632005-05-10 Richard M. Stallman <rms@gnu.org>
6064
6065 * building.texi (Compilation): Clarify recompile's directory choice.
6066
6067 * frames.texi (Tooltips): Cleanups.
6068
6069 * basic.texi (Arguments): Fix punctuation.
6070
60712005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * screen.texi (Menu Bar): The up and down (not left and right)
6074 arrow keys move through a keyboard menu.
6075
60762005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6077
6078 * basic.texi: Various typo and grammar fixes.
6079 (Moving Point): C-a now runs move-beginning-of-line.
6080
60812005-05-08 Nick Roberts <nickrob@snap.net.nz>
6082
6083 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6084
6085 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6086 as different animals.
6087
60882005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6089
6090 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6091 Correct index entry.
6092
60932005-05-07 Nick Roberts <nickrob@snap.net.nz>
6094
6095 * building.texi (Debugger Operation): Update to reflect changes
6096 in GUD tooltips.
6097
60982005-04-30 Richard M. Stallman <rms@gnu.org>
6099
6100 * files.texi (Compressed Files): Auto Compression normally enabled.
6101
6102 * building.texi (Debugger Operation): Clarify previous change.
6103
8cf51b2c
GM
61042005-04-28 Nick Roberts <nickrob@snap.net.nz>
6105
6106 * building.texi (Debugger Operation): Add description for
6107 GUD tooltips when program is not running.
6108
61092005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6110
6111 * misc.texi (Shell): Add `Shell Prompts' to menu.
6112 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6113 description. Delete remarks moved to new node.
6114 (Shell Prompts): New node.
6115 (History References): Replace remarks moved to `Shell Prompts'
6116 with xref to that node.
6117 (Remote Host): Clarify how to specify the terminal type when
6118 logging in to a different machine.
6119
61202005-04-26 Richard M. Stallman <rms@gnu.org>
6121
6122 * emacs.texi (Top): Update submenus from files.texi.
6123
6124 * files.texi (Filesets): Clarify previous change.
6125
6126 * dired.texi (Misc Dired Features): Clarify previous change.
6127
61282005-04-25 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6131
1c6c854e
CS
6132 * dired.texi (Misc Dired Features):
6133 Document dired-compare-directories.
8cf51b2c
GM
6134
6135 * files.texi (Filesets): New node.
6136 (File Conveniences): Document Image mode.
6137
6138 * text.texi (TeX Print): Document tex-compile.
6139
61402005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6143 Delete redundant reference to tooltip Custom group. It is
6144 referred too again in the next paragraph.
6145
61462005-04-24 Richard M. Stallman <rms@gnu.org>
6147
6148 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6149
8cf51b2c
GM
61502005-04-19 Kim F. Storm <storm@cua.dk>
6151
6152 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6153
61542005-04-18 Lars Hansen <larsh@math.ku.dk>
6155
6156 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6157 turns off desktop-save-mode.
6158
61592005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6162 by default in terminals compatible with xterm. Mention that
6163 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6164 node.
6165
8cf51b2c
GM
61662005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6169
c8763fb6 61702005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6171
6172 * xresources.texi (Table of Resources): Add cursorBlink.
6173
61742005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6175
6176 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6177 `d', `C-d' and `u'.
6178
61792005-04-11 Richard M. Stallman <rms@gnu.org>
6180
6181 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6182 (Misc X): Add -D, --basic-display.
6183
6184 * maintaining.texi (Change Log): Correct the description of
6185 the example.
6186
6187 * major.texi (Choosing Modes): Document magic-mode-alist.
6188
8cf51b2c
GM
61892005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6192 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6193 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6194 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6195 `w', respectively.
6196 (Rmail Labels): Mention `l'.
6197 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6198 (Rmail Summary Edit): Describe `j' and RET.
6199
c8763fb6 62002005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6201
6202 * xresources.texi (Lucid Resources): Add fontSet resource.
6203
8cf51b2c
GM
62042005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6205
6206 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6207 now called `indicate-empty-lines'.
6208
62092005-04-06 Kim F. Storm <storm@cua.dk>
6210
6211 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6212
62132005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6214
6215 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6216 deleted.
6217 (Marks vs Flags): Add some convenient key bindings.
6218 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6219 (Misc Dired Features): Correct and expand description of `w' command.
6220
6221 * frames.texi (XTerm Mouse): Delete apparently false info.
6222 The GNU/Linux console currently does not appear to support
6223 `xterm-mouse-mode'.
6224
8cf51b2c
GM
62252005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6226
6227 * calendar.texi (Diary): Mention shell utility `calendar'.
6228
62292005-04-01 Richard M. Stallman <rms@gnu.org>
6230
6231 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6232
8cf51b2c
GM
62332005-04-01 Lute Kamstra <lute@gnu.org>
6234
6235 * maintaining.texi (Change Log): add-change-log-entry uses
6236 add-log-mailing-address.
6237
62382005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6239
6240 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6241 `VC Mode Line' and put in an xref to that node.
6242 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6243 its description.
6244
62452005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6246
6247 * calendar.texi (Calendar Systems): Say that the Persian calendar
6248 implemented here is the arithmetical one championed by Birashk.
6249
62502005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6251
6252 * programs.texi (Fortran Motion): Fix previous change.
6253
8cf51b2c
GM
62542005-03-29 Richard M. Stallman <rms@gnu.org>
6255
6256 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6257
62582005-03-29 Chong Yidong <cyd@stupidchicken.com>
6259
6260 * text.texi (Refill): Refer to Long Lines Mode.
6261 (Longlines): New node.
6262 (Auto Fill): Don't index "word wrap" here.
6263 (Filling): Add Longlines to menu.
6264
62652005-03-29 Richard M. Stallman <rms@gnu.org>
6266
6267 * xresources.texi: Minor fixes.
6268
6269 * misc.texi (Emacs Server): Fix Texinfo usage.
6270
6271 * emacs.texi (Top): Don't use a real section heading for
6272 "Detailed Node Listing". Fake it instead.
6273
6274 * basic.texi (Position Info): Minor cleanup.
6275
6276 * mule.texi (Input Methods): Minor cleanup.
6277
62782005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6279
6280 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6281 constructs as well.
6282 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6283
62842005-03-29 Kenichi Handa <handa@m17n.org>
6285
6286 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6287
6288 * basic.texi (Position Info): Update the description about the
6289 command C-u C-x =.
6290
62912005-03-28 Richard M. Stallman <rms@gnu.org>
6292
6293 * emacs.texi (Top): Use @section for the detailed node listing.
6294
6295 * calendar.texi: Minor fixes to previous change.
6296
6297 * programs.texi (Fortran): Small fixes to previous changes.
6298
6299 * emacs.texi (Top): Update list of subnodes of Dired.
6300 Likewise for building.texi.
6301
6302 * files.texi (File Conveniences): Delete Auto Image File mode.
6303
63042005-03-28 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * building.texi (Flymake): New node.
6307
6308 * custom.texi (Function Keys): Document kp- event types and
6309 keypad-setup package.
6310
6311 * dired.texi (Wdired): New node.
6312
6313 * files.texi (File Conveniences): Reorder entries.
6314 Explain how to turn on Auto-image-file mode.
6315 Document Thumbs mode.
6316
6317 * mule.texi (Specify Coding): Document recode-region and
6318 recode-file-name.
6319
6320 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6321
63222005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6323
6324 * commands.texi (Keys): M-o is now a prefix key.
6325
63262005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6327
6328 * programs.texi: Reformat and update copyright years.
6329 (Fortran): Update section.
6330
63312005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * files.texi: Several small changes in addition to:
6334 (Visiting): Change xref for Dialog Boxes to ref.
6335 (Version Headers): Replace references to obsolete var
6336 `vc-header-alist' with `vc-BACKEND-header'.
6337 (Customizing VC): Update value of `vc-handled-backends'.
6338
63392005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6340
6341 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6342 move here from Emacs Lisp Reference Manual.
6343 * calendar.texi (Calendar/Diary, Diary Commands)
6344 (Special Diary Entries, Importing Diary): Change some xrefs to
6345 point to emacs-xtra rather than elisp.
6346
6347 * emacs-xtra.texi (Calendar Customizing):
6348 Move view-diary-entries-initially, view-calendar-holidays-initially,
6349 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6350 Emacs Manual.
6351 (Appt Customizing): Merge entire section into main Emacs Manual.
6352 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6353 mark-holidays-in-calendar here from emacs-xtra.
6354 (Displaying the Diary): Move view-diary-entries-initially,
6355 mark-diary-entries-in-calendar here from emacs-xtra.
6356 (Appointments): Move appt-display-mode-line,
6357 appt-display-duration, appt-disp-window-function,
6358 appt-delete-window-function here from emacs-xtra.
6359
6360 * calendar.texi: Update and reformat copyright.
6361 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6362 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6363 (Diary): Refer to `diary-file' rather than ~/diary.
6364 (Diary Commands): Rename node to "Displaying the Diary".
6365 * emacs.texi (Top): Rename "Diary Commands" section.
6366 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6367
63682005-03-26 Eli Zaretskii <eliz@gnu.org>
6369
6370 * misc.texi (Emacs Server): Fix the command for setting
6371 server-name. Add an xref to Invoking emacsclient.
6372
6373 * help.texi (Help Summary): Clarify when "C-h ." will do something
6374 nontrivial.
6375 (Apropos): Add cindex entry for apropos-sort-by-scores.
6376
6377 * display.texi (Text Display): Add index entries for how no-break
6378 characters are displayed.
6379
8cf51b2c
GM
63802005-03-26 Eli Zaretskii <eliz@gnu.org>
6381
6382 * files.texi (Visiting): Fix cross-references introduced with the
6383 last change.
6384
6385 * xresources.texi (GTK resources): Fix last change.
6386
8cf51b2c
GM
63872005-03-25 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * xresources.texi (X Resources): GTK options documented too.
6390 (Resources): Clarify meaning of program name.
6391 (Table of Resources): Add visualClass.
6392 (GTK resources): Rewrite.
6393 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6394
6395 * display.texi (Text Display): Mention non-breaking spaces.
6396
6397 * files.texi (Reverting): Document auto-revert-check-vc-info.
6398
6399 * frames.texi (Mouse Commands): Document
6400 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6401
6402 * help.texi (Help Summary): Add `C-h .'.
6403 (Apropos): Apropos accepts a list of search terms.
6404 Document apropos-sort-by-scores.
6405 (Help Echo): Document display-local-help.
6406
6407 * misc.texi (Emacs Server): Document server-name.
6408 (Invoking emacsclient): Document -s option for server names.
6409
6410 * text.texi (Outline Visibility): Introduce "current heading
6411 line" (commands can be called with point on a body line).
6412 Re-order table to follow the sequence of discussion.
6413 hide-body won't hide lines before first header line.
6414 (TeX Mode): Add DocTeX mode.
6415
8cf51b2c
GM
64162005-03-24 Richard M. Stallman <rms@gnu.org>
6417
6418 * mule.texi (Single-Byte Character Support): Delete mention
6419 of iso-acc.el and iso-transl.el.
6420
8cf51b2c
GM
64212005-03-23 Lute Kamstra <lute@gnu.org>
6422
6423 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6424
64252005-03-23 Richard M. Stallman <rms@gnu.org>
6426
8cf51b2c
GM
6427 * search.texi: Delete explicit node pointers.
6428 (Incremental Search): New menu.
6429 (Basic Isearch, Repeat Isearch, Error in Isearch)
6430 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6431 (Slow Isearch): New subnodes.
6432 (Configuring Scrolling): Node deleted.
6433 (Search Case): Doc default-case-fold-search.
6434 (Regexp Replace): Move replace-regexp doc here.
6435
6436 * rmail.texi (Movemail): Put commas inside closequotes.
6437
6438 * picture.texi (Insert in Picture): Document C-c arrow combos.
6439 (Basic Picture): Clarify erasure.
6440
6441 * display.texi (Font Lock): Put commas inside closequotes.
6442
6443 * cmdargs.texi (General Variables): Put commas inside closequotes.
6444
64452005-03-23 Nick Roberts <nickrob@snap.net.nz>
6446
6447 * building.texi (Stack Buffer): Mention reverse contrast for
6448 *selected* frame (might not be current frame).
6449
8cf51b2c
GM
64502005-03-21 Richard M. Stallman <rms@gnu.org>
6451
6452 * building.texi (Starting GUD): Add bashdb.
6453
64542005-03-20 Chong Yidong <cyd@stupidchicken.com>
6455
6456 * basic.texi (Moving Point): Add M-g M-g binding.
6457 (Undo): Document undo-only.
6458 (Position Info): Document M-g M-g and C-u M-g M-g.
6459
6460 * building.texi (Building): Put Grep Searching after Compilation
6461 Shell.
6462 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6463 Document next-error-highlight.
6464 (Grep Searching): Document grep-highlight-matches.
6465 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6466
6467 * calendar.texi (Importing Diary): Rename node from iCalendar.
6468 Document diary-from-outlook.
6469
6470 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6471 Commands.
6472 Mention effect of X drag and drop on Dired buffers.
6473
6474 * files.texi (Visiting): Document large-file-warning-threshold.
6475 Move paragraph on file-selection dialog.
6476 Mention visiting files using X drag and drop.
6477 (Reverting): Mention using Auto-Revert mode to tail files.
6478 Document auto-revert-tail-mode.
6479 (Version Systems): Minor correction.
6480 (Comparing Files): Diff-mode is no longer based on Compilation
6481 mode.
6482 Document compare-ignore-whitespace.
6483 (Misc File Ops): Explain passing a directory to rename-file.
6484 Likewise for copy-file and make-symbolic-link.
6485
6486 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6487 Document mouse-wheel-progressive speed.
6488
6489 * help.texi (Misc Help): Document numeric argument for C-h i.
6490 Correctly explain the effect of just C-u as argument.
6491
6492 * killing.texi (Deletion): Document numeric argument for
6493 just-one-space.
6494
6495 * mini.texi (Completion): Completion acts on text before point.
6496
6497 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6498 (Emulation): CUA mode replaces pc-bindings-mode,
6499 pc-selection-mode, and s-region.
6500
6501 * mule.texi (Input Methods): Leim is now built-in.
6502 (Select Input Method): Document quail-show-key.
6503 (Specify Coding): Document revert-buffer-with-coding-system.
6504
6505 * programs.texi (Fortran Motion): Document f90-next-statement,
6506 f90-previous-statement, f90-next-block, f90-previous-block,
6507 f90-end-of-block, and f90-beginning-of-block.
6508
6509 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6510
6511 * emacs.texi (Acknowledgments): Updated.
6512
6513 * anti.texi: Total rewrite.
6514
8cf51b2c
GM
65152005-03-19 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * ack.texi (Acknowledgments): Update.
6518
65192005-03-19 Eli Zaretskii <eliz@gnu.org>
6520
1c6c854e
CS
6521 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6522 Update copyright years.
8cf51b2c
GM
6523
65242005-03-14 Nick Roberts <nickrob@snap.net.nz>
6525
6526 * building.texi (Commands of GUD): Move paragraph on setting
6527 breakpoints with mouse to the GDB Graphical Interface node.
6528
65292005-03-07 Richard M. Stallman <rms@gnu.org>
6530
8cf51b2c
GM
6531 * misc.texi (Single Shell, Shell Options): Fix previous change.
6532
6533 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6534
65352005-03-06 Richard M. Stallman <rms@gnu.org>
6536
6537 * building.texi (Starting GUD): Don't explain text vs graphical
6538 GDB here. Just mention it and xref.
6539 Delete "just one debugger process".
6540 (Debugger Operation): Move GUD tooltip info here.
6541 (GUD Tooltips): Node deleted.
6542 (GDB Graphical Interface): Explain the two GDB modes here.
6543
8cf51b2c
GM
6544 * sending.texi (Sending Mail): Minor cleanup.
6545 (Mail Aliases): Explain quoting conventions.
6546 Update key rebinding example.
6547 (Header Editing): C-M-i is like M-TAB.
6548 (Mail Mode Misc): mail-attach-file does not do MIME.
6549
6550 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6551 that really belongs here.
6552 (Remote Mailboxes): Text moved to Rmail Inbox.
6553 (Rmail Display): Mention Mouse-1.
6554 (Movemail): Clarify two movemail versions.
6555 Clarify rmail-movemail-program.
6556
8cf51b2c
GM
6557 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6558 Document async shell commands.
6559 (Shell History): Clarify.
6560 (Shell Ring): Mention C-UP an C-DOWN.
6561 (Shell Options): Add comint-prompt-read-only.
6562 (Invoking emacsclient): Set EDITOR to run Emacs.
6563 (Sorting): No need to explain what region is.
6564 (Saving Emacs Sessions): Fix typo.
6565 (Recursive Edit): Fix punctuation.
6566 (Emulation): Don't mention "PC bindings" which are standard.
6567 (Hyperlinking): Explain Mouse-1 convention here.
6568 (Find Func): Node deleted.
6569
8cf51b2c
GM
6570 * help.texi (Name Help): Xref to Hyperlinking.
6571
6572 * glossary.texi (Glossary):
6573 Rename "Balance Parentheses" to "Balancing...".
6574 Add "Byte Compilation". Correct "Copyleft".
6575 New xref in "Customization".
6576 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6577 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6578 Rename "Registers" to "Register".
6579 Replace "Selecting" with "Selected Frame",
6580 "Selected Window", and "Selecting a Buffer".
6581
6582 * files.texi (Types of Log File): Explain how projects'
6583 methods can vary.
6584
8cf51b2c
GM
6585 * display.texi (Faces): Delete "Emacs 21".
6586
6587 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6588 * fixit.texi (Spelling): C-M-i like M-TAB.
6589 * mini.texi (Completion Options): C-M-i like M-TAB.
6590 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6591 * text.texi (Text Mode): C-M-i like M-TAB.
6592
6593 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6594
6595 * calendar.texi (Specified Dates): Mention `g w'.
6596 (Appointments): appt-activate toggles with no arg.
6597
8cf51b2c
GM
65982005-03-05 Juri Linkov <juri@jurta.org>
6599
6600 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6601 "invocation (command line arguments)".
8cf51b2c
GM
6602 (Misc X): Add -nbc, --no-blinking-cursor.
6603
66042005-03-04 Ulf Jasper <ulf.jasper@web.de>
6605
6606 * calendar.texi (iCalendar): No need to require it now.
6607
8cf51b2c
GM
66082005-03-03 Nick Roberts <nickrob@snap.net.nz>
6609
6610 * trouble.texi (Contributing): Mention Savannah. Direct users to
6611 emacs-devel.
6612
66132005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6614
6615 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6616 window.
6617
8cf51b2c
GM
66182005-02-27 Richard M. Stallman <rms@gnu.org>
6619
6620 * building.texi (Compilation): Update mode line status info.
6621
66222005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6623
6624 * calendar.texi (General Calendar): Document binding of
6625 scroll-other-window-down.
6626 (Mayan Calendar): Fix earliest date.
6627 (Time Intervals): Document timeclock-change.
6628 Fix timeclock-ask-before-exiting documentation.
6629
66302005-02-26 Kim F. Storm <storm@cua.dk>
6631
6632 * frames.texi (Mouse References):
6633 Add mouse-1-click-in-non-selected-windows.
6634
66352005-02-25 Richard M. Stallman <rms@gnu.org>
6636
6637 * screen.texi (Screen): Explain better about cursors and mode lines;
6638 don't presuppose text terminals.
6639 (Point): Don't assume just one cursor.
6640 Clarify explanation of cursors.
6641 (Echo Area, Menu Bar): Cleanups.
6642
6643 * mini.texi (Minibuffer): Prompts are highlighted.
6644 (Minibuffer Edit): Newline = C-j only on text terminals.
6645 Clarify resize-mini-windows values.
6646 Mention M-PAGEUP and M-PAGEDOWN.
6647 (Completion Commands): Mouse-1 like Mouse-2.
6648 (Minibuffer History): Explain history commands better.
6649 (Repetition): Add xref to Incremental Search.
6650
6651 * mark.texi (Setting Mark): Clarify info about displaying mark.
6652 Clarify explanation of C-@ and C-SPC.
6653 (Transient Mark): Mention Delete Selection mode.
6654 (Marking Objects): Clean up text about extending the region.
6655
6656 * m-x.texi (M-x): One C-g doesn't always go to top level.
6657 No delay before suggest-key-bindings output.
6658
6659 * fixit.texi (Fixit): Mention C-/ for undo.
6660 (Spelling): Mention ESC TAB like M-TAB.
6661 Replacement words with r and R are rechecked.
6662 Say where C-g leaves point. Mention ? as input.
6663
66642005-02-23 Lute Kamstra <lute@gnu.org>
6665
6666 * cmdargs.texi (Initial Options): Add cross reference.
6667
8cf51b2c
GM
66682005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6669
6670 * emacs.texi (Top): Update menu for splitting of node in
6671 msdog.texi.
6672 * frames.texi (Frames): Update xref for splitting of node in
6673 msdog.texi.
6674 * trouble.texi (Quitting): Ditto.
6675
66762005-02-16 Richard M. Stallman <rms@gnu.org>
6677
6678 * windows.texi (Split Window): Simplify line truncation info
6679 and xref to Display Custom.
6680
6681 * trouble.texi (Quitting): Emergency escape only for text terminal.
6682 (Screen Garbled): C-l for ungarbling is only for text terminal.
6683
6684 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6685
6686 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6687
6688 * programs.texi (Program Modes): Mention Python mode.
6689 (Moving by Defuns): Repeating C-M-h extends region.
6690 (Basic Indent): Clarify.
6691 (Custom C Indent): Clarify.
6692 (Expressions): Repeating C-M-@ extends region.
6693 (Info Lookup): Clarify for C-h S.
6694 (Symbol Completion): ESC TAB alternative for M-TAB.
6695 (Electric C): Clarify.
6696
6697 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6698
6699 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6700 MS-DOS Input node.
6701 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6702 (MS-DOS and MULE): Clarify.
6703 (MS-DOS Processes, Windows Processes): Fix typos.
6704
6705 * major.texi (Choosing Modes): Clarify.
6706
6707 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6708 (Keyboard Macro Step-Edit): Clarify.
6709
6710 * indent.texi (Indentation): Clarifications.
6711
6712 * help.texi (Help): Correct error about C-h in query-replace.
6713 Clarify apropos vs C-h a. Fix how to search in FAQ.
6714 (Key Help): Describe C-h w here.
6715 (Name Help): Minor cleanup. C-h w moved to Key Help.
6716 Clarify the "object" joke.
6717 (Apropos): Clarify. Mouse-1 like Mouse-2.
6718 (Help Mode): Mouse-1 like Mouse-2.
6719
6720 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6721
6722 * display.texi (Display): Reorder menu.
6723 (Faces): Cleanup.
6724 (Font Lock): Cleanup. Mention Options menu.
6725 Delete obsolete text.
6726 (Scrolling): For C-l, don't presume text terminal.
6727 (Horizontal Scrolling): Simplify intro.
6728 (Follow Mode): Clarify.
1c6c854e 6729 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6730 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6731 Doc default-tab-width. Doc line truncation more thoroughly.
6732
6733 * dired.texi (Dired Enter): C-x C-f can run Dired.
6734 (Dired Visiting): Comment out `a' command.
6735 Mouse-1 is like Mouse-2.
6736 (Shell Commands in Dired): ? can be used more than once.
6737
6738 * basic.texi (Continuation Lines): Simplify description of truncation,
6739 and refer to Display Custom for the rest of it.
6740
8cf51b2c
GM
67412005-02-06 Lute Kamstra <lute@gnu.org>
6742
6743 * basic.texi (Undo): Fix typo.
6744
6745 * cmdargs.texi (Emacs Invocation): Fix typo.
6746
6747 * custom.texi (Init Examples): Fix typo.
6748
6749 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6750
67512005-02-06 Richard M. Stallman <rms@gnu.org>
6752
6753 * regs.texi (Registers): Registers can hold numbers, too.
6754
6755 * killing.texi (Other Kill Commands): Cleanup.
6756 Delete redundant explanation of kill in read-only buffer.
6757 (Yanking): Mention term "copying".
6758 (Accumulating Text): Fix typo.
6759
6760 * entering.texi (Entering Emacs): Update rationale at start.
6761 (Exiting): Treat iconifying on a par with suspension.
6762
6763 * custom.texi (Minor Modes): Fix typo.
6764 (Easy Customization): Fix menu style.
6765 (Variables): Add xref.
6766 (Examining): Setting for future sessions works through .emacs.
6767 (Keymaps): "Text terminals", not "Many".
6768 (Init Rebinding): Explain \C-. Show example of \M-.
6769 Fix minor wording errors.
6770 (Function Keys): Explain vector syntax just once.
6771 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6772 (Init File): Mention .emacs.d directory.
6773 (Init Examples): Add xref.
6774 (Find Init): Mention .emacs.d directory.
6775
6776 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6777 (Action Arguments): Explain which kinds of -l args are found how.
6778 (Initial Options): --batch does not inhibit site-start.
6779 Add xrefs.
6780 (Command Example): Use --batch, not -batch.
6781
6782 * basic.texi (Inserting Text): Cleanup wording.
6783 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6784 C-n is not error at end of buffer.
6785 (Undo): Doc C-/ like C-_. Add xrefs.
6786 (Arguments): META key may be labeled ALT.
6787 Peculiar arg meanings are explained in doc strings.
6788
6789 * abbrevs.texi (Expanding Abbrevs): Clarify.
6790
67912005-02-05 Eli Zaretskii <eliz@gnu.org>
6792
6793 * frames.texi (Frame Parameters): Add an xref to the description
6794 of list-colors-display. Add a pointer to the X docs about colors.
6795
6796 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6797 Improve docs of list-colors-display.
8cf51b2c
GM
6798
67992005-02-03 Lute Kamstra <lute@gnu.org>
6800
6801 * frames.texi (Frames, Drag and Drop): Fix typos.
6802
68032005-02-03 Richard M. Stallman <rms@gnu.org>
6804
6805 * windows.texi (Basic Window): Mention color-change in mode line.
6806 (Change Window): Explain dragging vertical boundaries.
6807
6808 * text.texi (Sentences): Clarify.
6809 (Paragraphs): Explain M-a and blank lines.
6810 (Outline Mode): Clarify text and menu.
6811 (Hard and Soft Newlines): Mention use-hard-newlines.
6812
6813 * frames.texi (Frames): Delete unnecessary mention of Windows.
6814 (Mouse Commands): Likewise. Mention xterm mouse support.
6815 (Clipboard): Clarify.
6816 (Mouse References): Mention use of Mouse-1 for following links.
6817 (Menu Mouse Clicks): Clarify.
6818 (Mode Line Mouse): Clarify.
6819 (Drag and Drop): Rewrite.
6820
6821 * fixit.texi (Spelling): Fix typo.
6822
6823 * files.texi (File Names): Clarify.
6824 (Visiting): Update conditions for use of file dialog. Clarify.
6825 (Saving): Doc d as answer in save-some-buffers.
6826 (Remote Files): Clean up the text.
6827
6828 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6829
6830 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6831 (List Buffers): Clarify.
6832 (Several Buffers): Doc T command.
6833 (Buffer Convenience): Clarify menu.
6834
6835 * basic.texi (Undo): Clarify last change.
6836
68372005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6838
6839 * fixit.texi (Spelling): Fix typo.
6840
68412005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6842
6843 * basic.texi (Undo): Update description of `undo-outer-limit'.
6844
68452005-02-01 Nick Roberts <nickrob@snap.net.nz>
6846
6847 * building.texi: Update documentation relating to GDB Graphical
6848 Interface.
6849
68502005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6851
6852 * custom.texi (Easy Customization): Adapt menu to node name change.
6853
68542005-01-30 Richard M. Stallman <rms@gnu.org>
6855
6856 * custom.texi (Easy Customization): Defn of "User Option" now
6857 includes faces. Don't say just "option" when talking about variables.
6858 Do say just "options" to mean "anything customizable".
6859 (Specific Customization): Describe `customize-variable',
6860 not `customize-option'.
6861
6862 * glossary.texi (Glossary) <Faces>: Add xref.
6863 <User Option>: Change definition--include faces. Change xref.
6864
6865 * picture.texi (Picture): Mention artist.el.
6866
6867 * sending.texi, screen.texi, programs.texi, misc.texi:
6868 * mini.texi, major.texi, maintaining.texi, macos.texi:
6869 * help.texi, frames.texi, files.texi:
6870 Don't say just "option" when talking about variables.
6871
6872 * display.texi, mule.texi: Don't say just "option" when talking
6873 about variables. Other minor cleanups.
6874
8cf51b2c
GM
68752005-01-26 Lute Kamstra <lute@gnu.org>
6876
6877 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6878 File'. Mention the `-Q' option at the `--no-site-file' option.
6879
8cf51b2c
GM
68802005-01-22 David Kastrup <dak@gnu.org>
6881
6882 * building.texi (Grep Searching): Mention alias `find-grep' for
6883 `grep-find'.
6884
68852005-01-20 Richard M. Stallman <rms@gnu.org>
6886
6887 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6888
8cf51b2c
GM
68892005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6890
6891 * rmail.texi (Movemail): Explain differences
6892 between standard and mailutils versions of movemail.
6893 Describe command line and configuration options introduced
6894 with the latter.
6895 Explain the notion of mailbox URL, provide examples and
6896 cross-references to mailutils documentation.
6897 Describe various methods of specifying mailbox names,
6898 user names and user passwords for rmail.
1c6c854e
CS
6899 (Remote Mailboxes): New section.
6900 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6901 options used to control its behavior.
6902 (Other Mailbox Formats): Explain handling of various mailbox
6903 formats.
6904
69052005-01-13 Richard M. Stallman <rms@gnu.org>
6906
6907 * commands.texi (Commands): Clarification.
6908
69092005-01-11 Richard M. Stallman <rms@gnu.org>
6910
6911 * programs.texi (Multi-line Indent): Fix previous change.
6912 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6913
8cf51b2c
GM
69142005-01-08 Richard M. Stallman <rms@gnu.org>
6915
6916 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6917 lazy-highlight.
6918
6919 * search.texi (Query Replace): Mention faces query-replace
6920 and lazy-highlight.
6921 (Incremental Search): Update isearch highlighting info.
6922
8cf51b2c
GM
69232005-01-04 Richard M. Stallman <rms@gnu.org>
6924
6925 * custom.texi (Saving Customizations): Minor improvement.
6926
8cf51b2c
GM
69272005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6928
6929 * custom.texi (Saving Customizations): Emacs no longer loads
6930 `custom-file' after .emacs. No longer mention customizing through
6931 Custom.
6932
8cf51b2c
GM
69332005-01-01 Andreas Schwab <schwab@suse.de>
6934
6935 * killing.texi (Graphical Kill): Move up under node Killing,
6936 change @section to @subsection.
6937
69382005-01-01 Richard M. Stallman <rms@gnu.org>
6939
6940 * custom.texi (Face Customization): Mention hex color specs.
6941
6942 * emacs.texi (Top): Update Killing submenu.
6943
6944 * killing.texi (Killing): Reorganize section.
6945 No more TeX-only text; put the node command at start of chapter.
6946 But the first section heading is used only in TeX.
6947 Rewrite the text to read better in this mode.
6948 (Graphical Kill): New subnode gets some of the text that
6949 used to be in the first section.
6950
69512004-12-31 Richard M. Stallman <rms@gnu.org>
6952
6953 * dired.texi (Shell Commands in Dired): Delete the ? example.
6954
6955 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6956
6957 * files.texi (Saving): Describe new require-final-newline features
6958 and mode-require-final-newline.
6959
8cf51b2c
GM
69602004-12-29 Richard M. Stallman <rms@gnu.org>
6961
6962 * custom.texi (File Variables): Clarify previous change.
6963
c8763fb6 69642004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6965
6966 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6967 out now.
6968
69692004-12-27 Richard M. Stallman <rms@gnu.org>
6970
6971 * Makefile.in (MAKEINFO): Specify --force.
6972
6973 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6974 (Undo): Doc undo-outer-limit.
6975
8cf51b2c
GM
69762004-12-15 Juri Linkov <juri@jurta.org>
6977
6978 * mark.texi (Transient Mark, Mark Ring): M-< and other
6979 movement commands don't set mark in Transient Mark mode
6980 if mark is active.
6981
8cf51b2c
GM
69822004-12-12 Juri Linkov <juri@jurta.org>
6983
6984 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6985 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6986
6987 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6988 (Misc Dired Commands): Add @r{(Dired)} to w.
6989
69902004-12-12 Juri Linkov <juri@jurta.org>
6991
6992 * mark.texi (Marking Objects): Marking commands also extend the
6993 region when mark is active in Transient Mark mode.
6994
8cf51b2c
GM
69952004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6996
6997 * custom.texi (Saving Customizations): Emacs only loads the custom
6998 file automatically after the init file in version 22.1 or later.
6999 Adapt text and examples to this fact.
7000
8cf51b2c
GM
70012004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7002
7003 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7004 be set through Custom. Otherwise, it has no effect.
7005
8cf51b2c
GM
70062004-12-05 Richard M. Stallman <rms@gnu.org>
7007
7008 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7009 * entering.texi: Rename Command Line to Emacs Invocation.
7010
10d1d0af 7011 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7012
7013 * custom.texi (Easy Customization): Move up to section level,
7014 before Variables. Avoid using the term "variable"; say "option".
7015 New initial explanation.
7016 (Variables): In initial explanation, connect "variable" to the
7017 already-explained "user option".
7018
7019 * emacs.texi (Top): Fix ref to Command Line.
7020 Move reference to Easy Customization.
7021
7022 * xresources.texi (X Resources): Fix From link.
7023
7024 * doclicense.texi (GNU Free Documentation License): Fix To link.
7025
7026 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7027
7028 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7029
70302004-12-03 Richard M. Stallman <rms@gnu.org>
7031
7032 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7033
70342004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7035
7036 * kmacro.texi: Several small changes in addition to the following.
7037 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7038 defining a keyboard macro.
7039 Mention `kmacro-ring-max'.
7040 (Keyboard Macro Counter): Clarify description of
7041 `kmacro-insert-counter', `kmacro-set-counter',
7042 `kmacro-add-counter' and `kmacro-set-format'.
7043
70442004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7045
7046 * custom.texi (File Variables): Add `unibyte' and make it more
7047 clear that `unibyte' and `coding' are special. Suggested by Simon
7048 Krahnke <overlord@gmx.li>.
7049
7050 * mule.texi (Enabling Multibyte): Refer to File Variables.
7051 Suggested by Simon Krahnke <overlord@gmx.li>.
7052
c8763fb6 70532004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7054
7055 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7056 x-use-old-gtk-file-dialog.
7057
8cf51b2c
GM
70582004-11-20 Richard M. Stallman <rms@gnu.org>
7059
7060 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7061
70622004-11-09 Lars Brinkhoff <lars@nocrew.org>
7063
7064 * building.texi (Lisp Eval): Delete hyphen in section name.
7065
70662004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7067
7068 * files.texi (Old Versions):
7069 No longer document annotation as "CVS only".
7070
70712004-11-10 Andre Spiegel <spiegel@gnu.org>
7072
7073 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7074 version systems, mentioning the new ones that we support.
7075 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7076 suggestions.
7077
c8763fb6 70782004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7079
49823426 7080 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7081
c8763fb6 70822004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7083
7084 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7085
70862004-10-23 Eli Zaretskii <eliz@gnu.org>
7087
7088 * text.texi (Text Based Tables, Table Definition)
7089 (Table Creation, Table Recognition, Cell Commands)
7090 (Cell Justification, Row Commands, Column Commands)
7091 (Fixed Width Mode, Table Conversion, Measuring Tables)
7092 (Table Misc): New nodes, documenting the Table Mode.
7093
8cf51b2c
GM
70942004-10-19 Jason Rumney <jasonr@gnu.org>
7095
7096 * makefile.w32-in (info): Change order of arguments to makeinfo.
7097
70982004-10-19 Ulf Jasper <ulf.jasper@web.de>
7099
7100 * calendar.texi (iCalendar): Update for package changes.
7101
8cf51b2c
GM
71022004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7103
7104 * files.texi (Misc File Ops): View mode is a minor mode.
7105
8cf51b2c
GM
71062004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7107
7108 * calendar.texi (iCalendar): Style changes.
7109
71102004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * search.texi (Regexps): The regexp described in the example is no
7113 longer stored in the variable `sentence-end'.
7114
8cf51b2c
GM
71152004-10-06 Nick Roberts <nickrob@snap.net.nz>
7116
7117 * building.texi (Starting GUD): Note that multiple debugging
7118 sessions requires `gdb --fullname'.
7119
71202004-10-05 Ulf Jasper <ulf.jasper@web.de>
7121
7122 * calendar.texi (iCalendar): New section for a new package.
7123
8cf51b2c
GM
71242004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7125
7126 * text.texi: Various small changes in addition to the following.
7127 (Text): Replace xref for autotype with inforef.
7128 (Sentences): Explain nil value for `sentence-end'.
7129 (Paragraphs): Update default values for `paragraph-start' and
7130 `paragraph-separate'.
7131 (Text Mode): Correct description of Text mode's effect on the
7132 syntax table.
7133 (Outline Visibility): `hide-other' does not hide top level headings.
7134 `selective-display-ellipses' no longer has an effect on Outline mode.
7135 (TeX Misc): Add missing @cindex.
7136 Replace xref for RefTeX with inforef.
7137 (Requesting Formatted Text): The variable
7138 `enriched-fill-after-visiting' no longer exists.
7139 (Editing Format Info): Update names of menu items and commands.
7140 (Format Faces): Mention special effect of specifying the default face.
7141 Describe inheritance of text properties.
7142 Correct description of `fixed' face.
7143 (Format Indentation): Correct description of effect of setting
7144 margins. Mention `set-left-margin' and `set-right-margin'.
7145 (Format Justification): Update names of menu items.
7146 `set-justification-full' is now bound to `M-j b'.
7147 Mention that `default-justification' is a per buffer variable.
7148 (Format Properties): Update name of menu item.
7149 (Forcing Enriched Mode): `format-decode-buffer' automatically
7150 turns on Enriched mode if the buffer is in text/enriched format.
7151
71522004-10-05 Emilio C. Lopes <eclig@gmx.net>
7153
7154 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7155
71562004-09-28 Kim F. Storm <storm@cua.dk>
7157
7158 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7159 Align with new functionality.
7160
8cf51b2c
GM
71612004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * display.texi (Display Custom): Remove stray `@end defvar'.
7164
71652004-09-23 Kim F. Storm <storm@cua.dk>
7166
7167 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7168 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7169
8cf51b2c
GM
71702004-09-20 Richard M. Stallman <rms@gnu.org>
7171
7172 * custom.texi (Hooks): Explain using setq to clear out a hook.
7173 (File Variables): Explain multiline string constants.
7174 (Non-ASCII Rebinding): Explain when you need to update
7175 non-ASCII char codes in .emacs.
7176
7177 * building.texi (Compilation): Explain how to make a silent
7178 subprocess that won't be terminated. Explain compilation-environment.
7179
71802004-09-13 Kim F. Storm <storm@cua.dk>
7181
7182 * mini.texi (Repetition): Rename isearch-resume-enabled to
7183 isearch-resume-in-command-history and change default to disabled.
7184
8cf51b2c
GM
71852004-09-09 Kim F. Storm <storm@cua.dk>
7186
7187 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7188 with new `kmacro-name-last-macro'.
7189
8cf51b2c
GM
71902004-09-08 Juri Linkov <juri@jurta.org>
7191
7192 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7193
8cf51b2c
GM
71942004-09-03 Juri Linkov <juri@jurta.org>
7195
7196 * search.texi (Incremental Search): Update wording for M-%.
7197
71982004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * killing.texi (Killing): Correct description of kill commands in
7201 read-only buffer.
7202
72032004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7204
7205 * building.texi (Compilation Mode): Add a paragraph about rules
7206 for finding the compilation buffer for `next-error'.
7207
7208 * search.texi (Other Repeating Search): Mention that Occur mode
7209 supports the next-error functionality.
7210
72112004-09-02 Juri Linkov <juri@jurta.org>
7212
7213 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7214
72152004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7216
7217 * kmacro.texi (Basic Keyboard Macro):
7218 `apply-macro-to-region-lines' now operates on all lines that begin
7219 in the region, rather than on all complete lines in the region.
7220
c8763fb6 72212004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7222
7223 * frames.texi (Drag and drop): Add documentation about
7224 x-dnd-test-function and x-dnd-known-types.
7225
72262004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * indent.texi: Various minor changes in addition to:
7229 (Indentation Commands): Correct description of `indent-relative'.
7230 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7231 mode. The *Tab Stops* buffer uses Overwrite Mode.
7232 (Just Spaces): `tabify' converts sequences of at least two spaces
7233 to tabs.
7234
8cf51b2c
GM
72352004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7236
7237 * frames.texi (Secondary Selection): Setting the secondary
7238 selection with M-Drag-Mouse-1 does not alter the kill ring,
7239 setting it with M-Mouse-1 and M-Mouse-3 does.
7240 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7241 toolkit scroll bars.
7242 (Scroll Bars): Ditto.
7243
7244 * windows.texi (Basic Window): When using a window system, the value
7245 of point in a non-selected window is indicated by a hollow box.
7246 (Split Window): Side by side windows are separated by a scroll bar,
7247 if scroll bars are used.
7248 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7249 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7250 (Window Convenience): Update bindings for `winner-undo' and
7251 `winner-redo'.
7252
7253 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7254 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7255 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7256 of "Using Emacs as a Server".
7257 * building.texi (Building): Interchange nodes (for correct numbering).
7258 * programs.texi (Programs): Interchange nodes (for correct numbering).
7259 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7260 Info to the node structure.
7261 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7262 Rearrange order of nodes and sections such that both "GNU GENERAL
7263 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7264 end, as appropriate for appendices.
7265 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7266 Use `@unnumberedsec'.
7267 * trouble.texi: Adapt sectioning in Info to the node structure.
7268 Adapt node pointers to change in emacs.texi.
7269 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7270
8cf51b2c
GM
72712004-08-25 Kenichi Handa <handa@m17n.org>
7272
7273 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7274 description for unibyte mode.
7275
72762004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7277
7278 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7279
7280 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7281 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7282 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7283 in @pxref.
7284
72852004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7288 Change section names.
7289
8cf51b2c
GM
72902004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * kmacro.texi (Keyboard Macro Ring): Rename section.
7293 Emacs treats the head of the macro ring as the `last keyboard macro'.
7294 (Keyboard Macro Counter): Minor change.
7295 (Save Keyboard Macro): Some clarifications.
7296 (Edit Keyboard Macro): Rename section.
7297
7298 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7299 32-bit machines.
7300 (Several Buffers): Clarify which buffer is selected if `2' is
7301 pressed in the Buffer Menu.
7302 Auto Revert mode can be used to update the Buffer Menu
7303 automatically.
7304
73052004-08-21 Eli Zaretskii <eliz@gnu.org>
7306
7307 * help.texi (Misc Help): Add an index entry for finding an Info
7308 manual by its file name.
7309
73102004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7311
7312 * files.texi (Backup Deletion): Correct description of
7313 `delete-old-versions'.
7314 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7315 (Auto Save Files): Recommend `auto-save-mode' to reenable
7316 auto-saving, rather than the abbreviation `auto-save'.
7317
73182004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7321 for "killing" and "yanking" in main menu.
7322
73232004-08-16 Richard M. Stallman <rms@gnu.org>
7324
7325 * killing.texi (Yanking, Killing): Minor cleanups.
7326
7327 * mark.texi (Momentary Mark): Minor cleanups.
7328
73292004-08-15 Kenichi Handa <handa@etl.go.jp>
7330
7331 * custom.texi (Non-ASCII Rebinding):
7332 C-q always inserts the right code to pass to global-set-key.
7333
8cf51b2c
GM
73342004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7335
7336 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7337 `insert-register', instead of `C-x r g' binding, for consistency.
7338
73392004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * fixit.texi (Spelling): Fix typo.
7342
73432004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * help.texi (Help): Fix Texinfo usage.
7346
8cf51b2c
GM
73472004-07-24 Richard M. Stallman <rms@gnu.org>
7348
7349 * text.texi (Paragraphs): Update how paragraphs are separated
7350 and the default for paragraph-separate.
7351
7352 * search.texi (Regexp Replace): Further update text for new
7353 replacement operators.
7354
8cf51b2c
GM
73552004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7356
7357 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7358 `R' switch.
7359
7360 * dired.texi (Dired Updating): `k' only deletes inserted
7361 subdirectories from the Dired buffer if a prefix argument was given.
7362
7363 * search.texi (Regexps): Delete redundant definition of `symbol' in
7364 description of `\_>'. It already occurs in the description of `\_<'.
7365
8cf51b2c
GM
73662004-07-01 Juri Linkov <juri@jurta.org>
7367
7368 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7369 (Regexp Search): Add M-r.
7370
73712004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7372
7373 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7374
73752004-06-29 Jesper Harder <harder@ifa.au.dk>
7376
49823426 7377 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7378
73792004-06-25 Richard M. Stallman <rms@gnu.org>
7380
7381 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7382
73832004-06-25 David Kastrup <dak@gnu.org>
7384
7385 * search.texi (Regexp Replace): Some typo corrections and
7386 rearrangement.
7387
73882004-06-24 David Kastrup <dak@gnu.org>
7389
7390 * search.texi (Unconditional Replace): Use replace-string instead
7391 of query-replace in example.
7392 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7393 sequences.
7394 (Query Replace): Correct explanation of `^' which does not use
7395 the mark stack.
7396
73972004-06-21 Nick Roberts <nickrob@gnu.org>
7398
7399 * misc.texi (Shell History Copying): Document comint-insert-input.
7400 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7401
8cf51b2c
GM
74022004-06-20 Jesper Harder <harder@ifa.au.dk>
7403
7404 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7405 * custom.texi (Customization): Do.
7406 * anti.texi (Antinews): Do.
7407 * abbrevs.texi (Defining Abbrevs): Do.
7408
7409 * programs.texi (Info Lookup): Fix keybinding for
7410 info-lookup-symbol.
7411
74122004-06-16 Juanma Barranquero <lektu@terra.es>
7413
7414 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7415 Add emacs-xtra.
7416 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7417 (clean): Add emacs-xtra and flymake. Remove redundancies.
7418
74192004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7422 Add emacs-xtra.
7423 * emacs-xtra.texi: New file.
7424
74252004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7426
7427 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7428 (Dired and Find): Mention differences with ordinary Dired buffers.
7429
8cf51b2c
GM
74302004-06-13 Richard M. Stallman <rms@gnu.org>
7431
7432 * custom.texi (Init Syntax): Explain about vars that do special
7433 things when set with setq or with Custom.
7434 (Init Examples): Add line-number-mode example.
7435
8cf51b2c
GM
74362004-06-12 Juri Linkov <juri@jurta.org>
7437
7438 * dired.texi (Operating on Files): Add dired-do-touch.
7439
8cf51b2c
GM
74402004-06-10 Juri Linkov <juri@jurta.org>
7441
7442 * building.texi (Lisp Eval): Add C-M-x on defface.
7443
74442004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * files.texi (Reverting): Auto-Revert mode and
7447 Global Auto-Revert mode no longer revert remote files.
7448
8cf51b2c
GM
74492004-05-29 Richard M. Stallman <rms@gnu.org>
7450
7451 * custom.texi (Init File): Two dashes start --no-site-file.
7452
8cf51b2c
GM
74532004-05-29 Alan Mackenzie <acm@muc.de>
7454
7455 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7456 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7457 (AWK, Pike): Document as "C-like modes".
7458 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7459 (M-x man): Supersedes M-x manual-entry.
7460 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7461
7462 ("Comments in C"): Delete node; the info is in CC Mode manual.
7463 (c-comment-only-line-offset): Remove description.
7464
7465 (C-c ., C-c C-c): Describe new C Mode bindings.
7466
7467 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7468 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7469 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7470 Amend definitions.
7471
7472 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7473 Describe functions.
7474
7475 (c-comment-start-regexp, c-hanging-comment-ender-p)
7476 (c-hanging-comment-starter-p): Remove obsolete definitions.
7477
7478 * emacs.texi: Remove the menu entry "Comments in C".
7479
8cf51b2c
GM
74802004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7481
7482 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7483 `M-x locate'.
7484
74852004-05-16 Karl Berry <karl@gnu.org>
7486
7487 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7488 makeinfo --html fails.
7489 * help.texi (Help Summary) [@ifnottex]: Likewise.
7490
74912004-05-13 Nick Roberts <nickrob@gnu.org>
7492
7493 * building.texi (GDB Graphical Interface): Update and describe
7494 layout first.
7495
8cf51b2c
GM
74962004-05-04 Jason Rumney <jasonr@gnu.org>
7497
7498 * makefile.w32-in: Revert last change.
7499
75002004-05-03 Jason Rumney <jasonr@gnu.org>
7501
7502 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7503
8cf51b2c
GM
75042004-04-23 Juanma Barranquero <lektu@terra.es>
7505
7506 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7507
75082004-04-18 Juri Linkov <juri@jurta.org>
7509
7510 * fixit.texi (Spelling): Remove file extension from ispell xref.
7511
75122004-04-15 Kim F. Storm <storm@cua.dk>
7513
7514 * cmdargs.texi (Initial Options): Add -Q.
7515
75162004-04-05 Kim F. Storm <storm@cua.dk>
7517
7518 * custom.texi (File Variables): Add safe-local-eval-forms.
7519
8cf51b2c
GM
75202004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7521
7522 * files.texi (Reverting): Correct description of revert-buffer's
7523 handling of point.
7524
75252004-03-22 Juri Linkov <juri@jurta.org>
7526
7527 * emacs.texi (Top): Add `Misc X'.
7528
49823426 7529 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7530
7531 * glossary.texi: Improve references.
7532
7533 * help.texi: Sync keywords with finder.el.
7534
7535 * mini.texi (Completion): Add description for menu items.
7536
7537 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7538
7539 * sending.texi (Mail Methods): Fix xref to Message manual.
7540
8cf51b2c
GM
75412004-03-12 Richard M. Stallman <rms@gnu.org>
7542
8cf51b2c
GM
7543 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7544
8cf51b2c
GM
75452004-03-04 Richard M. Stallman <rms@gnu.org>
7546
7547 * search.texi (Regexps): Explain that ^ and $ have their
7548 special meanings only in certain contexts.
7549
7550 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7551
7552 * mule.texi (Specify Coding): Doc C-x RET F.
7553
7554 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7555 for multiple compile and grep buffers.
7556 (Indirect Buffers): Don't recommand clone-indirect-buffer
7557 for multiple compile and grep buffers.
7558
8cf51b2c
GM
75592004-02-29 Juanma Barranquero <lektu@terra.es>
7560
7561 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7562 Use $(DEL) instead of rm, and ignore exit code.
7563
8cf51b2c
GM
75642004-02-23 Nick Roberts <nick@nick.uklinux.net>
7565
7566 * building.texi (Watch Expressions): Update.
7567
75682004-02-21 Juri Linkov <juri@jurta.org>
7569
1c6c854e
CS
7570 * cmdargs.texi (Action Arguments): Add alias --find-file.
7571 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7572 to Command Arguments.
7573 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7574 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7575 (Window Size X): Join -g and --geometry. Add @cindex.
7576 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7577 (Title X): Remove alias -title.
7578 (Misc X): New node.
7579
c8763fb6 75802004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7581
7582 * frames.texi (Drag and drop): Add Motif to list of supported
7583 protocols.
7584
c8763fb6 75852004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7586
7587 * frames.texi (Drag and drop): New section.
7588
75892004-01-24 Richard M. Stallman <rms@gnu.org>
7590
1c6c854e 7591 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7592 Include it only @ifnotinfo. Patch the preceding and following
7593 node headers to point to each other.
7594
75952004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7596
7597 * calendar.texi (Appointments): Update section.
7598
75992003-12-29 Kevin Ryde <user42@zip.com.au>
7600
8cf51b2c
GM
7601 * programs.texi (C Modes): Fix the xref.
7602
76032003-12-23 Nick Roberts <nick@nick.uklinux.net>
7604
7605 * building.texi (Watch Expressions): Update.
7606 (Commands of GUD): Include use of toolbar + breakpoints set from
7607 fringe/margin.
7608
76092003-12-03 Andre Spiegel <spiegel@gnu.org>
7610
7611 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7612 <acm@muc.de>.
7613
c8763fb6 76142003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7615
7616 * frames.texi (Dialog Boxes): Add use-file-dialog.
7617
8cf51b2c
GM
76182003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7619
7620 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7621 in CC Mode.
7622
8cf51b2c
GM
76232003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7624
7625 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7626 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7627 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7628 * man/frames.texi, man/glossary.texi, man/killing.texi:
7629 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7630 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7631 * man/sending.texi, man/text.texi, man/trouble.texi:
7632 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7633
76342003-11-01 Alan Mackenzie <acm@muc.de>
7635
7636 * search.texi (Scrolling During Incremental Search): Document a
7637 new scrolling facility in isearch mode.
7638
8cf51b2c
GM
76392003-10-22 Miles Bader <miles@gnu.org>
7640
7641 * Makefile.in (info): Move before $(top_srcdir)/info.
7642
76432003-10-22 Nick Roberts <nick@nick.uklinux.net>
7644
7645 * building.texi (Watch Expressions): Update section on data display
7646 to reflect code changes (GDB Graphical Interface).
7647
8cf51b2c
GM
76482003-10-13 Richard M. Stallman <rms@gnu.org>
7649
7650 * xresources.texi (GTK resources): Clean up previous change.
7651
c8763fb6 76522003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7653
7654 * xresources.texi (GTK resources): Add a note that some themes
7655 disallow customizations. Add scroll theme example.
7656
8cf51b2c
GM
76572003-09-30 Richard M. Stallman <rms@gnu.org>
7658
8cf51b2c
GM
7659 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7660
7661 * misc.texi (Saving Emacs Sessions): Shorten the section,
7662 collapsing back into one node.
7663
76642003-09-30 Lars Hansen <larsh@math.ku.dk>
7665
7666 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7667
ce058493 76682003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7669
7670 * xresources.texi (GTK names in Emacs): Correct typo.
7671
8cf51b2c
GM
76722003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7673
1c6c854e
CS
7674 * cmdargs.texi (Font X): Mention new default font.
7675 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7676 problems involved. (Result of discussion on emacs-devel.)
7677
76782003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7679
7680 * emacs.texi (Acknowledgements): Correct typo.
7681
76822003-09-22 Richard M. Stallman <rms@gnu.org>
7683
7684 * dired.texi (Misc Dired Commands): New node.
7685 (Dired Navigation): Add dired-goto-file.
7686
7687 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7688
7689 * emacs.texi (Acknowledgements): New node, split from Distribution.
7690
7691 * cmdargs.texi (Action Arguments): -f reads interactive args.
7692
8cf51b2c
GM
76932003-09-08 Lute Kamstra <lute@gnu.org>
7694
7695 * screen.texi (Mode Line): Say that POS comes before LINE.
7696 Mention `size-indication-mode'.
1c6c854e
CS
7697 * display.texi (Optional Mode Line):
7698 Document `size-indication-mode'.
8cf51b2c
GM
7699 * basic.texi (Position Info): Mention `size-indication-mode'.
7700
77012003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7702
7703 * xresources.texi (Resources): Refer to `editres' man page.
7704 (Lucid Resources): Update defaults. Expand description of
7705 `shadowThickness'.
7706
77072003-09-04 Miles Bader <miles@gnu.org>
7708
7709 * Makefile.in (top_srcdir): New variable.
7710 ($(top_srcdir)/info): New rule.
7711 (info): Depend on it.
7712
77132003-09-03 Peter Runestig <peter@runestig.com>
7714
7715 * makefile.w32-in: New file.
7716
77172003-08-29 Richard M. Stallman <rms@gnu.org>
7718
7719 * misc.texi (Saving Emacs Sessions): Correct previous change.
7720
8cf51b2c
GM
77212003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7722
8cf51b2c
GM
7723 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7724 (Intro): Include kmacro.texi after fixit.texi instead of after
7725 custom.texi. (As suggested by Kim Storm.)
7726
77272003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7728
7729 * fixit.texi (Fixit): Update `Next' pointer.
7730 * files.texi (Files): Update `Previous' pointer.
7731 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7732 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7733 (Suggested by Kim Storm.)
7734 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7735
77362003-08-18 Kim F. Storm <storm@cua.dk>
7737
7738 * kmacro.texi: New file describing enhanced keyboard macro
7739 functionality. Replaces old description in custom.texi.
7740
7741 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7742 (Keyboard Macros): Move to new kmacro.texi file.
7743
7744 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7745
8cf51b2c
GM
77462003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7747
7748 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7749
77502003-08-17 Alex Schroeder <alex@gnu.org>
7751
7752 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7753 required.
7754
8cf51b2c
GM
77552003-08-05 Richard M. Stallman <rms@gnu.org>
7756
7757 * programs.texi (Lisp Indent): Don't describe
7758 lisp-indent-function property here. Use xref to Lisp Manual.
7759
8cf51b2c
GM
77602003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7761
fffa137c 7762 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7763 abbreviations.
7764
77652003-07-24 Markus Rost <rost@math.ohio-state.edu>
7766
7767 * buffers.texi (List Buffers): Fix previous change.
7768
8cf51b2c
GM
77692003-07-13 Markus Rost <rost@math.ohio-state.edu>
7770
7771 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7772 List*.
7773
77742003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7775
8cf51b2c
GM
7776 * display.texi (Font Lock): Fix typo.
7777
77782003-07-07 Richard M. Stallman <rms@gnu.org>
7779
7780 * display.texi (Font Lock): Add xref for format info on
7781 font-lock-remove-keywords.
7782
7783 * building.texi (Compilation): Document what happens with asynch
7784 children of compiler process.
7785
7786 * help.texi (Library Keywords): Use @multitable.
7787
8cf51b2c
GM
77882003-06-04 Richard M. Stallman <rms@gnu.org>
7789
7790 * programs.texi (Expressions): Delete C-M-DEL.
7791
7792 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7793 comint-move-point-for-output renamed from
7794 comint-scroll-to-bottom-on-output.
7795
7796 * custom.texi (Init Rebinding): Replace previous change with xref.
7797 (Non-ASCII Rebinding): Explain that issue more briefly here.
7798
77992003-05-28 Richard M. Stallman <rms@gnu.org>
7800
7801 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7802
78032003-05-28 Nick Roberts <nick@nick.uklinux.net>
7804
7805 * building.texi (GDB Graphical Interface): New node.
7806 (Rewritten somewhat by RMS.)
7807
c8763fb6 78082003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7809
7810 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7811 non-English letters. Explain how to set coding systems correctly
7812 and how to include the right coding cookie in the file.
7813
c8763fb6 78142003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7815
7816 * indent.texi (Indentation): Explain the concepts.
7817 (Just Spaces): Explain why preventing tabs for indentation might
7818 be useful.
7819
8cf51b2c
GM
78202003-04-16 Richard M. Stallman <rms@gnu.org>
7821
7822 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7823
8cf51b2c
GM
78242003-02-22 Alex Schroeder <alex@emacswiki.org>
7825
7826 * cmdargs.texi (General Variables): Document SMTPSERVER.
7827
8cf51b2c
GM
7828 * sending.texi: Remove SMTP node.
7829 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7830 library.
7831
8cf51b2c
GM
78322003-02-22 Alex Schroeder <alex@emacswiki.org>
7833
7834 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7835
78362003-02-22 Simon Josefsson <jas@extundo.com>
7837
7838 * sending.texi (Mail Methods): Add node about SMTP.
7839
c8763fb6 78402003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7841
7842 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7843
8cf51b2c
GM
78442003-02-01 Kevin Ryde <user42@zip.com.au>
7845
7846 * glossary.texi (Glossary): Correction to cl cross reference.
7847
78482003-01-20 Richard M. Stallman <rms@gnu.org>
7849
7850 * killing.texi (Rectangles): Document C-x c r.
7851
c8763fb6 78522003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7853
7854 * xresources.texi (GTK resources): New node.
7855 (GTK widget names): New node.
7856 (GTK names in Emacs): New node.
7857 (GTK styles): New node.
7858
c8763fb6 78592003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7860
7861 * maintaining.texi (Create Tags Table): Add reference to the new
7862 `etags --help --lang=LANG' option.
7863
8cf51b2c
GM
78642002-10-02 Karl Berry <karl@gnu.org>
7865
49823426 7866 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7867 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7868 where needed for the sake of the HTML output.
8cf51b2c
GM
7869
78702001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7871
7872 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7873 source files.
7874
78752001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7876
7877 * Makefile.in (emacsman): New target.
7878
8cf51b2c
GM
78792001-10-20 Gerd Moellmann <gerd@gnu.org>
7880
7881 * (Version 21.1 released.)
7882
78832001-10-05 Gerd Moellmann <gerd@gnu.org>
7884
7885 * Branch for 21.1.
7886
8cf51b2c
GM
78872001-03-05 Gerd Moellmann <gerd@gnu.org>
7888
7889 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7890
8cf51b2c
GM
78912000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7892
7893 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7894
8cf51b2c
GM
78951999-07-12 Richard Stallman <rms@gnu.org>
7896
7897 * Version 20.4 released.
7898
78991998-12-04 Markus Rost <rost@delysid.gnu.org>
7900
7901 * Makefile.in (INFO_TARGETS): Delete customize.info.
7902 (DVI_TARGETS): Delete customize.dvi.
7903 (../info/customize, customize.dvi): Targets deleted.
7904
79051998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7906
7907 * Version 20.3 released.
7908
79091998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7910
7911 * Makefile.in (EMACSSOURCES): Add mule.texi.
7912 Add msdog.texi, ack.texi. Remove gnu1.texi.
7913
79141998-04-06 Andreas Schwab <schwab@gnu.org>
7915
768c0c0f
JB
7916 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7917 Use it in dvi targets.
8cf51b2c
GM
7918
79191997-09-23 Paul Eggert <eggert@twinsun.com>
7920
7921 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7922 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7923 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7924
79251997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7926
7927 * Version 20.2 released.
7928
79291997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7930
7931 * Version 20.1 released.
7932
79331997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7934
7935 * Makefile (../info/customize, customize.dvi): New targets.
7936 (INFO_TARGETS): Add ../info/customize.
7937 (DVI_TARGETS): Add customize.dvi.
7938
8cf51b2c
GM
79391996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7940
7941 * Version 19.33 released.
7942
79431996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7944
7945 * Version 19.32 released.
7946
8cf51b2c
GM
79471996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7948
7949 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7950
79511996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7952
7953 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7954 Specify -I option.
7955 (All dvi targets): Set the TEXINPUTS variable.
7956
79571996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7958
7959 * Version 19.31 released.
7960
8cf51b2c
GM
79611995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7962
7963 * Version 19.30 released.
7964
8cf51b2c
GM
79651995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7966
7967 * Makefile.in (maintainer-clean): Rename from realclean.
7968
79691994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7970
7971 * Makefile.in: New file.
7972 * Makefile: File deleted.
7973
79741994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7975
7976 * Makefile (TEXINDEX_OBJS): Variable deleted.
7977 (texindex, texindex.o, getopt.o): Rules deleted.
7978 All deps on texindex deleted.
7979 (distclean): Don't delete texindex.
7980 (mostlyclean): Don't delete *.o.
7981 * texindex.c, getopt.c: Files deleted.
7982
79831994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7984
7985 * Version 19.26 released.
7986
79871994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7988
7989 * Makefile (EMACSSOURCES): Exclude undo.texi.
7990
79911994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7992
7993 * Version 19.25 released.
7994
79951994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7996
7997 * Version 19.24 released.
7998
79991994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8000
8001 * Version 19.23 released.
8002
80031994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8004
8005 * Makefile: Delete spurious tab.
8006
80071994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8008
8009 * Makefile (.SUFFIXES): New rule.
8010
8cf51b2c
GM
80111993-12-04 Richard Stallman (rms@srarc2)
8012
8013 * getopt.c: New file.
8014 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8015 (getopt.o): New rule.
8016 (dvi): Don't depend on texindex.
49823426 8017 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8018
80191993-12-03 Richard Stallman (rms@srarc2)
8020
49823426
GM
8021 * Makefile (TEXI2DVI): New variable.
8022 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8023 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8024
80251993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8026
8027 * Version 19.22 released.
8028
80291993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8030
8031 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8032
80331993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8034
8035 * Version 19.21 released.
8036
8cf51b2c
GM
80371993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8038
8039 * Makefile (realclean): Don't delete the Info files.
8040
f0131492 80411993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8042
8cf51b2c
GM
8043 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8044 4' where appropriate.
8045
f0131492 80461993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8047
49823426 8048 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8049
8050 * texindex.c: Include "../src/config.h" if building in emacs.
8051
8052 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8053 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8054 Add target to build texindex.c, defining `emacs'.
8055
8cf51b2c
GM
80561993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8057
8058 * Version 19.19 released.
8059
8cf51b2c
GM
80601993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8061
8062 * Version 19.18 released.
8063
80641993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8065
8066 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8067
80681993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8069
8070 * Version 19.17 released.
8071
80721993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8073
8074 * split-man: Fix typos in last change.
8075
80761993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8077
8078 * Version 19.16 released.
8079
80801993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8081
8082 * version 19.15 released.
8083
80841993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8085
8086 * Makefile (distclean): It's rm, not rf.
8087
80881993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8089
8090 * Version 19.14 released.
8091
80921993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8093
8094 * Makefile: New file.
8095
80961993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8097
8098 * Version 19.13 released.
8099
81001993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8101
8102 * Version 19.9 released.
8103
81041993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8105
8106 * Version 19.8 released.
8107
81081993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8109
8110 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8111
8112 * trouble.texi: It's `enable-flow-control-on', not
8113 `evade-flow-control-on'.
8114
81151993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8116
8117 * display.texi: Document standard-display-european.
8118
81191993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8120
8121 * Version 19.7 released.
8122
8123 * emacs.texi: Add a sentence to the top menu mentioning the
8124 specific version of Emacs this manual applies to.
8125
81261993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8127
8128 * basic.texi: Document next-line-add-lines variable used to
8129 implement down-arrow.
8130
8131 * killing.texi: Document kill-whole-line.
8132
81331993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8134
8135 * text.texi: Update unix TeX ordering information.
8136
81371993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8138
8139 * news.texi: Mention fill-rectangle in keybinding list.
8140
8141 * killing.texi: Document fill-rectangle.
8142
81431993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8144
8145 * vc.texi: Bring the docs up to date with VC 5.2.
8146
81471992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8148
8149 * emacs.tex: Mention blackbox and gomoku under Amusements.
8150 Assembler mode is now mentioned and appropriately indexed
8151 under Programming Modes.
8152
81531991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8154
8155 * emacs.tex: Update TeX ordering information.
8156
8cf51b2c
GM
81571990-06-26 David Lawrence (tale@geech)
8158
8159 * emacs.tex: Note that completion-ignored-extensions is not used
8160 to filter out names when all completions are displayed in
8161 *Completions*.
8162
81631990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8164
8165 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8166
81671990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8168
8169 * emacs.tex: Add @findex grep.
8170
8cf51b2c
GM
81711988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8172
8173 * emacs.tex: Correct two typos. No other changes before
8174 Version 19 will be made.
8175
8cf51b2c
GM
81761988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8177
8178 * emacs.tex: Update information for obtaining TeX distribution from the
8179 University of Washington.
8180
8181;; Local Variables:
c8763fb6 8182;; coding: utf-8
8cf51b2c
GM
8183;; End:
8184
95df8112 8185 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8186
8187 This file is part of GNU Emacs.
8188
352c8b4a 8189 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8190 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8191 the Free Software Foundation, either version 3 of the License, or
8192 (at your option) any later version.
8cf51b2c
GM
8193
8194 GNU Emacs is distributed in the hope that it will be useful,
8195 but WITHOUT ANY WARRANTY; without even the implied warranty of
8196 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8197 GNU General Public License for more details.
8198
8199 You should have received a copy of the GNU General Public License
352c8b4a 8200 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.