Move Minor Modes node of Emacs manual next to the Major Modes node
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
8875da1e
CY
12011-07-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * modes.texi: Rename from major.texi.
4 (Modes): New node. Make Major Modes and Minor Modes subsections
5 of this. All callers changed.
6
7 * custom.texi (Minor Modes): Move to modes.texi.
8
7847b2a1
CY
92011-07-10 Chong Yidong <cyd@stupidchicken.com>
10
6cfd0fa2
CY
11 * custom.texi (Syntax): Node deleted.
12
13 * help.texi (Help Summary):
14 * major.texi (Major Modes):
15 * programs.texi (Parentheses):
16 * search.texi (Regexp Backslash, Regexp Backslash)
17 (Regexp Backslash):
18 * text.texi (Words): Callers changed.
19
7847b2a1
CY
20 * text.texi (Refill, Longlines): Delete nodes.
21
22 * ack.texi (Acknowledgments): Longlines removed from manual.
23
24 * emacs.texi (Top): Update node listing.
25
2a71c436
GM
262011-07-09 Glenn Morris <rgm@gnu.org>
27
28 * fortran-xtra.texi (Fortran): Update handled extensions.
29
61436e9f
LMI
302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
31
32 * display.texi (Scrolling): `C-v' (etc) are now bound to
33 `scroll-*-command' (bug#8349).
34
6e560c71
LMI
352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
48954a09 37 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
38 doesn't actually delete any files (bug#7125).
39
2904fd97
LMI
40 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
41 argument for `C-c C-k' (bug#7391).
42
6e560c71
LMI
43 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
44 you're currently using (bug#8489).
45
978ff6c5
EZ
462011-07-01 Eli Zaretskii <eliz@gnu.org>
47
48 * mule.texi (Coding Systems): Move index entries from the previous
49 change into their proper places.
50
0d742084
LMI
512011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
52
31976bd5
LMI
53 * help.texi (Help Files): Document view-external-packages (bug#8902).
54
0d742084
LMI
55 * mule.texi (Coding Systems): Put a few more of the coding systems
56 into the index (bug#8900).
57
9f678528
GM
582011-06-26 Glenn Morris <rgm@gnu.org>
59
60 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
61
18a4ce5e
AR
622011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
63
64 * misc.texi (emacsclient Options): Mention --frame-parameters.
65
f0da764a
GM
662011-06-09 Glenn Morris <rgm@gnu.org>
67
68 * custom.texi (Specifying File Variables):
69 Recommend explicit arguments for minor modes.
70
b047e7ac
PE
712011-06-02 Paul Eggert <eggert@cs.ucla.edu>
72
73 Document wide integers better.
74 * buffers.texi (Buffers):
001903b5
PE
75 * files.texi (Visiting): Document maxima for 64-bit machines,
76 and mention virtual memory limits.
b047e7ac 77
bf41276f
CY
782011-05-28 Chong Yidong <cyd@stupidchicken.com>
79
80 * custom.texi (Hooks): Reorganize. Mention Prog mode.
81
82 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
83 prog mode (Bug#8240).
84
e145f188
GM
852011-05-27 Glenn Morris <rgm@gnu.org>
86
87 * custom.texi (Specifying File Variables):
88 Major modes no longer need come first.
89
313f790e
CY
902011-05-22 Chong Yidong <cyd@stupidchicken.com>
91
92 * mule.texi (Specify Coding, Text Coding, Communication Coding):
93 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
94
c136e5cd
GM
952011-05-18 Glenn Morris <rgm@gnu.org>
96
97 * ack.texi (Acknowledgments): Remove fakemail.c.
98
c71a0d48 992011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
100
101 Fixes for fitting text into 7x9 printed manual.
102 * building.texi (Flymake, Breakpoints Buffer):
103 * calendar.texi (Appointments):
104 * cmdargs.texi (General Variables, Display X):
105 * custom.texi (Saving Customizations, Face Customization)
106 (Directory Variables, Minibuffer Maps, Init Rebinding):
107 * display.texi (Font Lock, Font Lock, Useless Whitespace):
108 * fixit.texi (Spelling):
109 * frames.texi (Creating Frames, Fonts):
110 * help.texi (Help Files):
111 * mini.texi (Minibuffer File):
112 * misc.texi (emacsclient Options, Emulation):
113 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
114 * mule.texi (International Chars, Language Environments)
115 (Select Input Method, Modifying Fontsets, Charsets):
116 * programs.texi (Custom C Indent):
117 * rmail.texi (Rmail Labels):
118 * text.texi (Table Conversion):
119 * trouble.texi (Known Problems, Known Problems):
120 * windows.texi (Change Window):
121 * xresources.texi (GTK resources): Reflow text and re-indent code
122 examples to avoid TeX overflows and underflows on 7x9 paper.
123
124 * emacs.texi: Fix the (commented out) smallbook command.
125
126 * macos.texi (Mac / GNUstep Events):
127 * xresources.texi (Lucid Resources): Remove extraneous examples.
128
b8f82dc1
GM
1292011-05-10 Glenn Morris <rgm@gnu.org>
130
131 * custom.texi (Specifying File Variables):
132 Deprecate using mode: for minor modes.
133
d306b4da
GM
1342011-05-07 Glenn Morris <rgm@gnu.org>
135
136 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
137
548d0a63
GM
1382011-05-06 Glenn Morris <rgm@gnu.org>
139
5006e634
GM
140 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
141
548d0a63
GM
142 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
143
e793a940
LMI
1442011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
145
146 * misc.texi (Emacs Server): Document `server-eval-at'.
147
7031be6d
UR
1482011-04-24 Chong Yidong <cyd@stupidchicken.com>
149
150 * maintaining.texi (List Tags): Document next-file. Suggested by
151 Uday S Reddy.
152
4ffd0d6b 1532011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
154
155 * mini.texi (Minibuffer Edit):
156 * screen.texi (Mode Line): Fix typo.
157
1c6c854e
CS
1582011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
159
024ff170 160 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 161
c5c9f40f
CY
1622011-03-26 Chong Yidong <cyd@stupidchicken.com>
163
164 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
165
09725d26
EZ
1662011-03-30 Eli Zaretskii <eliz@gnu.org>
167
168 * display.texi (Auto Scrolling): Document the limit of 100 lines
169 for never-recentering scrolling with `scroll-conservatively'.
170 (Bug#6671)
171
09d9db2c 1722011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
173
174 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
175 HOME on Windows and where it looks for init files. (Bug#8221)
176
62d94509
EZ
1772011-03-10 Eli Zaretskii <eliz@gnu.org>
178
179 * search.texi (Regexp Example):
180 * mule.texi (International Chars):
181 * building.texi (External Lisp): Don't use characters outside
182 ISO-8859-1.
183
0286d9de
EZ
1842011-03-09 Eli Zaretskii <eliz@gnu.org>
185
1c6c854e
CS
186 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
187 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
188
189 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
190
114902a5 191 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
192 (Bug#8210)
193
0afb4571
J
1942011-03-08 Jan Djärv <jan.h.d@swipnet.se>
195
196 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
197 for Gtk+ 3.
198
bb3865e8
GM
1992011-03-08 Glenn Morris <rgm@gnu.org>
200
6446548e
GM
201 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
202 * emacs.texi (Acknowledgments):
203 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 204 * emacs.texi: Set documentencoding.
6446548e 205
bb3865e8
GM
206 * display.texi (Optional Mode Line): Don't mention exactly where
207 display-time appears. (Bug#8193)
208
33383987
JB
2092011-03-07 Chong Yidong <cyd@stupidchicken.com>
210
211 * Version 23.3 released.
212
892777ba
CY
2132011-03-06 Chong Yidong <cyd@stupidchicken.com>
214
215 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
216
0b973fc5
DW
2172011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
218
219 * misc.texi (emacsclient Options): Add q/quiet.
220
8ef5a2f2
GM
2212011-03-02 Glenn Morris <rgm@gnu.org>
222
223 * mule.texi (Communication Coding) <x-select-request-type>:
224 Remove duplicate (essentially) paragraph. (Bug#8148)
225
bd106056
CS
2262011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
227
228 * maintaining.texi (Format of ChangeLog): Add reference to
229 add-log-full-name.
230 (Change Log Commands): Add documentation for combining multiple
231 symbols in one change.
232
6640b281
GM
2332011-03-01 Glenn Morris <rgm@gnu.org>
234
235 * custom.texi (Directory Variables):
236 Give an example of excluding subdirectories.
237
2b0c7330 2382011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
239
240 * search.texi (Regexp Search): Move index entries about regexps to the
241 "Regexps" node. Add index entries for regexp search. (Bug#8096)
242
8c62c205
GM
2432011-02-19 Glenn Morris <rgm@gnu.org>
244
245 * dired.texi (Dired): Dired-X version number was dropped.
246
3928f2b6
JD
2472011-02-14 Jan Djärv <jan.h.d@swipnet.se>
248
249 * xresources.texi (X Resources): Remove *faceName and replace it with
250 *font for Lucid.
251
a41c8660
CY
2522011-02-05 Chong Yidong <cyd@stupidchicken.com>
253
254 * rmail.texi (Rmail Display): Document Rmail MIME support more
255 accurately.
256
257 * maintaining.texi (VC Change Log): Document vc-log-incoming and
258 vc-log-outgoing.
259 (Merging): Document vc-find-conflicted-file.
260
233ba4d9 2612011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
262
263 * custom.texi (Variables): Fix typo.
264
14beddf4 2652011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 266
65401ee3
CY
267 * search.texi (Regexps): Copyedits. Mention character classes
268 (Bug#7809).
269
19f81ecf
CY
270 * files.texi (File Aliases): Restore explanatory text from Eli
271 Zaretskii, accidentally removed in 2011-01-08 commit.
272
bf3dae7e
EZ
2732011-01-29 Eli Zaretskii <eliz@gnu.org>
274
275 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
276 (MAKEINFO_OPTS): New variable.
277 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
278 (emacs.html): New target.
279 (clean): Remove emacs.html.
280
45eb2a5d
WL
2812011-01-23 Werner Lemberg <wl@gnu.org>
282
283 * Makefile.in (MAKEINFO): Now controlled by `configure'.
284 (MAKEINFO_OPTS): New variable. Use it where appropriate.
285 (ENVADD): Updated.
286
9acfe703
GM
2872011-01-18 Glenn Morris <rgm@gnu.org>
288
289 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
290
291 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
292
362b9d48
GM
2932011-01-15 Chong Yidong <cyd@stupidchicken.com>
294
bb033b5f
CY
295 * building.texi (Compilation): Improve instructions for running two
296 compilations (Bug#7573).
297
b024d9f0
MD
298 * files.texi (Backup Names): Document the new location of the
299 last-resort backup file.
300
362b9d48
GM
301 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
302 manual. Explain why directory-abbrev-alist elements should be anchored
303 (Bug#7777).
304
3052011-01-15 Eli Zaretskii <eliz@gnu.org>
306
307 * msdog.texi (Windows Startup): Correct inaccurate description of
308 differences between emacsclient.exe and emacsclientw.exe.
309
7c420169 3102011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
311
312 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
313
7c420169 3142011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
315
316 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
317
7c420169 3182011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 319
2d34d523
EZ
320 * frames.texi (Cut and Paste): Modify the section's name and text:
321 don't mix "cut/paste" with "kill/yank".
322 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
323 (Bug#7702)
324
88ab4340
EZ
325 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
326
7c420169 3272011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
328
329 * maintaining.texi: Move inclusion of emerge after EDE, so that it
330 matches its position in the menu. (Bug#7674)
331
7c420169 3322011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
333
334 * trouble.texi (Checklist): Mention not replying via news either.
335
92bb6c52
TH
3362010-12-30 Tassilo Horn <tassilo@member.fsf.org>
337
338 * misc.texi (Document View): Update DocView section with newly
339 supported document formats.
340
b103c904
CY
3412010-12-21 Chong Yidong <cyd@stupidchicken.com>
342
343 * killing.texi: Resection the Info version to conform to the
344 printed manual, to avoid making sections on Accumulating Text, CUA
345 and Rectangles into full chapters.
346
f49d1f52 3472010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
348
349 * custom.texi (Init Syntax): Add index entries for "character syntax".
350 (Bug#7576)
351
f49d1f52 3522010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
353
354 * text.texi (HTML Mode): Small fixes. (Bug#7607)
355
f49d1f52 3562010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
357
358 * trouble.texi (Checklist): Fix typo in newsgroup name.
359
f49d1f52 3602010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
361
362 * search.texi (Word Search): Note that the lazy highlight always
363 matches to whole words (Bug#7470).
364
f49d1f52 3652010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 366
4f1948eb
EZ
367 * display.texi (Optional Mode Line): Make the description of
368 load-average more accurate.
369
b8a9e136
EZ
370 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
371 registry, with a cross-reference.
62d72a4a
EZ
372 (Windows Startup): New node. Move the stuff about the current
373 directory from "Windows HOME".
b8a9e136 374
07976ae3 3752010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
376
377 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
378 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
379
07976ae3 3802010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
381
382 * maintaining.texi (Version Control Systems): Fix repeated sentence.
383 Suggested by Štěpán Němec.
384
07976ae3 3852010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 386
1aaae3f3
CY
387 * maintaining.texi (Version Control): Say "commit", not "check in".
388 (Version Control Systems): Simplify descriptions.
389 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
390 VCS Concepts.
391 (VC Mode Line): Update example.
392 (Old Revisions): Document revert-buffer for vc-diff.
393 (Log Buffer): Promote to a subsection. Document header lines.
394
1c6c854e
CS
395 * macos.texi (Mac / GNUstep Basics):
396 Document ns-right-alternate-modifier.
ec8a6295 397
1aaae3f3
CY
398 * emacs.texi (Top): Update node listing.
399
0eb025fb
EZ
4002010-11-13 Eli Zaretskii <eliz@gnu.org>
401
402 * rmail.texi (Rmail Coding): Characters with no fonts are not
403 necessarily displayed as empty boxes.
404
405 * mule.texi (Language Environments, Fontsets): Characters with no
406 fonts are not necessarily displayed as empty boxes.
407
408 * display.texi (Text Display): Document display of glyphless
409 characters.
410
ea4f7750
GM
4112010-11-13 Glenn Morris <rgm@gnu.org>
412
413 * basic.texi (Position Info): Add M-x count-words-region.
414
90639cea
GM
4152010-11-11 Glenn Morris <rgm@gnu.org>
416
417 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
418
d607b96b 4192010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
420
421 * msdog.texi (Windows HOME): Add information regarding startup
422 directory when invoking Emacs from a desktop shortcut. (bug#7300)
423
c12e4a81
GM
4242010-10-11 Glenn Morris <rgm@gnu.org>
425
df187c62
GM
426 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
427
c12e4a81
GM
428 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
429 (DVIPS): New variable.
234db610
GM
430 (.PHONY): Add html, ps.
431 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
432 (clean): Delete html, ps files.
c12e4a81 433
6513b232
EZ
4342010-10-09 Eli Zaretskii <eliz@gnu.org>
435
436 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
437
f4f358f1
GM
4382010-10-09 Glenn Morris <rgm@gnu.org>
439
c1dc72b3
GM
440 * Makefile.in (VPATH): Remove.
441 (infodir): Make it absolute.
442 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
443
4393405b
GM
444 * Makefile.in (dist): Anchor regexps.
445
eef3ab94
GM
446 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
447 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
448 (emacs-xtra.pdf): Use $<.
449
aa9db089
GM
450 * Makefile.in (infoclean): Remove harmless, long-standing error.
451
abd40fb4
GM
452 * Makefile.in ($(infodir)): Delete rule.
453 (mkinfodir): New.
454 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
455
f4f358f1 456 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 457 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
458 * emacsver.texi: New file, replacing emacsver.texi.in.
459
ea274122
GM
4602010-10-09 Glenn Morris <rgm@gnu.org>
461
f7a31f11
GM
462 * emacsver.texi.in: New file.
463 * emacs.texi: Set EMACSVER by including emacsver.texi.
464 * Makefile.in (distclean): Delete emacsver.texi.
465 (dist): Copy emacsver.texi.
b13254e7 466 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 467
3fb78d1f
GM
468 * ack.texi (Acknowledgments): No more b2m.c.
469
ea274122
GM
470 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
471 (emacs): Remove rule.
472 (dist): No need to deal with the emacs rule any more.
473
17ca7950
GM
4742010-10-07 Glenn Morris <rgm@gnu.org>
475
476 * Makefile.in (version): New, set by configure.
477 (clean): Delete dist tar file.
478 (dist): Use version in tar name.
479
4c83f6e1
GM
4802010-10-06 Glenn Morris <rgm@gnu.org>
481
482 * Makefile.in (EMACS_XTRA): Add the main source file.
483 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
484 (mostlyclean): No core files, reorder other files.
485 (clean): Delete specific dvi and pdf files.
486 (infoclean, dist): New rules.
487 (maintainer-clean): Use infoclean.
8a944cea 488 ($(infodir)): Add parallel build workaround.
4c83f6e1 489
0264072d
GM
4902010-10-04 Glenn Morris <rgm@gnu.org>
491
492 * Makefile.in (SHELL): Set it.
493 (INFO_TARGETS, DVI_TARGETS): Remove variables.
494 (info, dvi): Replace above variables with their expansions.
495 (info): Move mkdir from here...
496 ($(infodir)/emacs): ... to here (for parallel builds).
497 (pdf): New target.
498 ($(infodir)/emacs): Pass -o option to makeinfo.
499 (.PHONY): Declare clean rules.
500 (maintainer-clean): Delete dvi and pdf files.
501 Guard against cd failures. Use a more restrictive delete.
502
3226d6ca
GM
5032010-10-02 Glenn Morris <rgm@gnu.org>
504
505 * misc.texi (Shell Mode): Remove reference to old function name.
506
cad90f3b
EZ
5072010-09-30 Eli Zaretskii <eliz@gnu.org>
508
509 * maintaining.texi (VC Mode Line): Mention all the possible VC status
510 indicator characters.
511
5f874327
GM
5122010-09-29 Glenn Morris <rgm@gnu.org>
513
514 * Makefile.in (top_srcdir): Remove unused variable.
515
0ab9cff3
GM
5162010-09-14 Glenn Morris <rgm@gnu.org>
517
67ae9766
GM
518 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
519 the last hook item.
520
0ab9cff3
GM
521 * calendar.texi (Appointments): Also updated when a diary include file
522 is saved.
523
6664fc59 5242010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
525
526 * trouble.texi (Bugs): Update the section intro.
527 (Known Problems): New section.
528 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
529 (Sending Patches): Bug fixes are best as responses to existing bugs.
530 * emacs.texi (Known Problems): Add menu entry for new section.
531
be3283d7
GM
5322010-09-09 Glenn Morris <rgm@gnu.org>
533
534 * xresources.texi: Untabify.
535
10999305 5362010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
537
538 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
539
10999305 5402010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
541
542 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
543
30641319
JD
5442010-09-02 Jan Djärv <jan.h.d@swipnet.se>
545
546 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
547
50dd7bc6
GM
5482010-08-21 Glenn Morris <rgm@gnu.org>
549
550 * misc.texi (Amusements): Mention bubbles and animate.
551
5e620eca
EZ
5522010-07-31 Eli Zaretskii <eliz@gnu.org>
553
554 * files.texi (Visiting): Add more index entries for
555 large-file-warning-threshold.
556
8b2dd508
JD
5572010-07-29 Jan Djärv <jan.h.d@swipnet.se>
558
559 * frames.texi (Tool Bars): Add doc for tool-bar-position.
560
8838673e
GM
5612010-06-23 Glenn Morris <rgm@gnu.org>
562
563 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
564 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
565 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
566 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
567 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
568 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
569 Untabify Texinfo files.
570
04d3bb6c
GM
5712010-06-10 Glenn Morris <rgm@gnu.org>
572
103dd3a8
GM
573 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
574
04d3bb6c
GM
575 * basic.texi (Inserting Text): Fix typo.
576
50b79479
GM
5772010-06-10 Glenn Morris <rgm@gnu.org>
578
579 * ack.texi (Acknowledgments):
580 * emacs.texi (Acknowledgments): Update for notifications.el.
581
86d7a550
DU
5822010-05-31 Daiki Ueno <ueno@unixuser.org>
583
584 * dired.texi (Operating on Files): Mention encryption commands
585 (Bug#6315).
586
db5dce9d
EZ
5872010-05-29 Eli Zaretskii <eliz@gnu.org>
588
589 * basic.texi (Moving Point): Update due to renaming of commands bound
590 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
591
34313041
EZ
5922010-05-18 Eli Zaretskii <eliz@gnu.org>
593
594 * display.texi (Fringes): Document reversal of fringe arrows for R2L
595 paragraphs.
596 (Line Truncation): Fix wording for bidi display.
597
1fc0ce04 598 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
599 keys.
600
0235128c 6012010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
602
603 * building.texi (GDB Graphical Interface): Remove misleading comparison
604 to an IDE (Bug#6128).
605
0235128c 6062010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
607
608 * programs.texi (Man Page):
609 * misc.texi (Invoking emacsclient):
610 * mini.texi (Repetition):
611 * mark.texi (Setting Mark): Fix typos.
612
0235128c 6132010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
614
615 * misc.texi (Printing): Document htmlfontify-buffer.
616
0235128c 6172010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
618
619 * calendar.texi (Displaying the Diary, Format of Diary File):
620 Fix external cross-references for TeX format output.
621
0235128c
SM
6222010-05-07 Chong Yidong <cyd@stupidchicken.com>
623
624 * Version 23.2 released.
625
f63d0028
JD
6262010-05-02 Jan Djärv <jan.h.d@swipnet.se>
627
628 * cmdargs.texi (Initial Options): Mention --chdir.
629
20fe03ad
JD
6302010-04-21 Jan Djärv <jan.h.d@swipnet.se>
631
632 * frames.texi (Tool Bars): Add tool-bar-style.
633
b7d65a5f
GM
6342010-04-21 Glenn Morris <rgm@gnu.org>
635
636 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
637
a42dbee1
CY
6382010-04-18 Chong Yidong <cyd@stupidchicken.com>
639
640 * programs.texi (Semantic): New node.
641
642 * maintaining.texi (EDE): New node.
643
644 * emacs.texi: Update node listing.
645
646 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
647
6e104790 6482010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 649
d52dbd3d
GM
650 * emacs.texi (Acknowledgments): Remove duplicate.
651
a77fe20c
GM
652 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
653
6e104790 6542010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 655
4ebe9902
GM
656 * dired.texi (Misc Dired Features): Mention VC diff and log.
657 * maintaining.texi (Old Revisions, VC Change Log):
658 Mention that diff and log work in Dired buffers.
659
98932641
GM
660 * help.texi (Help Summary): Mention M-x info-finder.
661
d5b22ab2 662 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 663
4d4e9522
GM
664 * custom.texi (Specifying File Variables, Directory Variables):
665 Document new commands for manipulating local variable lists.
666
6e104790 6672010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
668
669 * trouble.texi (Contributing): Add cindex entry.
670 Mention etc/CONTRIBUTE.
671
6e104790 6722010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
673
674 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
675 query-replace (Bug#5774).
676
a20a9df3
GM
6772010-04-16 Glenn Morris <rgm@gnu.org>
678
679 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
680
1ecb2d3f
JD
6812010-04-11 Jan Djärv <jan.h.d@swipnet.se>
682
683 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
684
99852628
JD
6852010-04-08 Jan Djärv <jan.h.d@swipnet.se>
686
687 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
688
ce79424f
EZ
6892010-03-30 Eli Zaretskii <eliz@gnu.org>
690
691 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
692 cross-reference to "Inserting Text".
693
694 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
695 Mention completion provided by `ucs-insert'.
696
85738751 6972010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
698
699 * sending.texi (Sending Mail): Note variables that may need
700 customizing.
701 (Mail Sending): Expand discussion of send-mail-function.
702
85738751 7032010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
704
705 Document Message mode as the default mail mode.
706
707 * sending.texi (Sending Mail): Copyedits.
708 (Mail Format, Mail Headers): Document mail-from-style changes.
709 (Mail Commands): Rename from Mail mode. Document Message mode.
710 (Mail Misc): Rename from Mail mode Misc.
711 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
712 command names and update keybindings.
713 (Header Editing): Document message-tab. De-document
714 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
715 favor of mail-default-headers. Ad index entries for user-full-name and
716 user-mail-address.
1c6c854e
CS
717 (Citing Mail): Update changes in Message mode behavior.
718 Document mail-yank-prefix.
e73c2434
CY
719 (Mail Signature): New node, moved from Mail Misc.
720 (Mail Aliases): Mail abbrevs are the default with Message mode.
721 (Mail Methods): Note that Message mode is now the default.
722
723 * rmail.texi (Rmail Reply):
724 * text.texi (Text Mode):
725 * major.texi (Major Modes):
726 * mule.texi (Output Coding): Refer to Message mode.
727
728 * custom.texi (Init Examples): Add xref to Mail Header.
729
1fc0ce04 730 * emacs.texi (Top): Fix xrefs.
e73c2434 731
85738751 7322010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 733
c0c035fa
CY
734 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
735 repository if there is none.
736 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
737 vc-print-root-log.
ef7b27ef 738 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 739
71785b7a
CY
740 * programs.texi (Program Modes): Mention Javascript mode.
741
f67c5dd0
CY
742 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
743 * emacs.texi: Update node description.
744
0f72a391 745 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 746 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 747
dc2d2590
JL
7482010-03-30 Juri Linkov <juri@jurta.org>
749
750 * search.texi (Other Repeating Search): Remove line that `occur'
751 can not handle multiline matches.
752
a7b02820
EZ
7532010-03-30 Eli Zaretskii <eliz@gnu.org>
754
755 * mule.texi (International): Mention support of bidirectional editing.
756 (Bidirectional Editing): New section.
757
22ef1944
NR
7582010-03-28 Nick Roberts <nickrob@snap.net.nz>
759
760 * emacs.texi (Top): Update node names to those in building.texi.
761
146b8b16
NR
7622010-03-27 Nick Roberts <nickrob@snap.net.nz>
763
764 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
765 doc/emacs/emacs.texi: Update node names for building.texi.
766
6d98672d
GM
7672010-03-24 Glenn Morris <rgm@gnu.org>
768
769 * ack.texi (Acknowledgments):
770 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
771
93318cbd
JD
7722010-03-20 Jan Djärv <jan.h.d@swipnet.se>
773
774 * xresources.texi (Table of Resources): Clarify toolBar number
775 for Gtk+.
776
777 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
778
15cf2f52
CY
7792010-03-21 Chong Yidong <cyd@stupidchicken.com>
780
4102856c
CY
781 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
782
15cf2f52
CY
783 * search.texi (Other Repeating Search): Document multi-isearch-buffers
784 and multi-isearch-buffers-regexp.
785
786 * indent.texi (Indentation): Clarify description of
787 indent-for-tab-command. Document tab-always-indent.
788
d68eb23c
CY
7892010-03-20 Chong Yidong <cyd@stupidchicken.com>
790
791 * cmdargs.texi (Font X): Move most content to Fonts.
792
793 * frames.texi (Fonts): New node. Document font-use-system-font.
794
795 * emacs.texi (Top):
796 * xresources.texi (Table of Resources):
797 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
798
288f9fc0
CY
7992010-03-10 Chong Yidong <cyd@stupidchicken.com>
800
801 * Branch for 23.2.
802
17782bec
CY
8032010-03-06 Chong Yidong <cyd@stupidchicken.com>
804
805 * custom.texi (Init Examples): Add xref to Locals.
806
807 * major.texi (Choosing Modes): Mention usage of setq-default for
808 setting the default value of major-mode (Bug#5688).
809
b4a1a8b2
CY
8102010-03-02 Chong Yidong <cyd@stupidchicken.com>
811
812 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
813
814 * display.texi (Display Custom): Document make-pointer-invisible and
815 underline-minimum-offset. Remove inverse-video.
816
a1e759cd
CY
8172010-02-21 Chong Yidong <cyd@stupidchicken.com>
818
819 * frames.texi (Frame Commands): Note that the last ordinary frame can
820 be deleted in daemon mode (Bug#5616).
821
4f3bc373
GM
8222010-02-18 Glenn Morris <rgm@gnu.org>
823
824 * trouble.texi (Contributing): Repository is no longer CVS.
825
5dbbdd33
GM
8262010-02-08 Glenn Morris <rgm@gnu.org>
827
828 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
829
cd61af01
SM
8302010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * display.texi (Useless Whitespace, Text Display):
833 * custom.texi (Init Examples): Avoid obsolete special default variables
834 like default-major-mode.
835
b1bb0a25 8362010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
837
838 * programs.texi (Other C Commands): Replace reference to obsolete
839 c-subword-mode.
840
99d0985b
GM
8412010-01-21 Glenn Morris <rgm@gnu.org>
842
843 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
844
893db5bc
GM
8452010-01-12 Glenn Morris <rgm@gnu.org>
846
847 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
848 emacs-pretest-bug for bug reports for development versions.
849
0419b8d6
GM
8502010-01-11 Glenn Morris <rgm@gnu.org>
851
852 * display.texi (Highlight Interactively): `t' does not mean highlight
853 all patterns. (Bug#5335)
854
26e533e2
CY
8552009-12-29 Chong Yidong <cyd@stupidchicken.com>
856
857 * misc.texi (Shell): Document async-shell-command.
858
859 * building.texi (Grep Searching): Document zrgrep.
860
484eaeac 861 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 862
7ee6c59b
NR
8632009-12-29 Nick Roberts <nickrob@snap.net.nz>
864
865 * building.texi: Import GDB Graphical Interface description from
866 EMACS_23_1_RC.
867
91ed7ea8
CY
8682009-12-24 Chong Yidong <cyd@stupidchicken.com>
869
870 * emacs.texi (Top): Update node listing.
871
872 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
873
874 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
875
876 * cmdargs.texi (Initial Options):
877 * xresources.texi (Resources): Document inhibit-x-resources.
878
879 * custom.texi (Specifying File Variables): Note that minor modes are
880 enabled unconditionally.
881
882 * display.texi (Scrolling): Briefly document the old recenter command,
883 and document recenter-positions.
884
885 * files.texi (Visiting):
886 * buffers.texi (Buffers): Max buffer size is now 512 MB.
887
1c6c854e
CS
888 * frames.texi (Cut/Paste Other App):
889 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
890
891 * killing.texi (Kill Options): New node.
892
6ca89aaa
CY
8932009-12-05 Chong Yidong <cyd@stupidchicken.com>
894
895 * misc.texi (Shell Options): ansi-color is now default.
896
806642d4
GM
8972009-12-05 Glenn Morris <rgm@gnu.org>
898
806642d4
GM
899 * emacs.texi (Top): Update menu for cal-xtra node changes.
900 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
901 or mode line. Don't mention invisible text or the details of
902 diary-print-entries here, only in cal-xtra.
903 (Format of Diary File): Mention that the "date on first line" format
904 only really affects the simple display.
905 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
906 (Diary Customizing): Holidays may be in the buffer or mode line.
907 Move diary-print-entries to the "Diary Display" section.
908 (Diary Display): New section, split out from "Fancy Diary Display".
909 Explain the limitations of simple display, and how to print it.
910
1a4f0c0a
GM
911 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
912
e11adbd8
GM
913 * cal-xtra.texi (Diary Display): Mention View mode.
914
29a483ac
JL
9152009-11-29 Juri Linkov <juri@jurta.org>
916
917 * display.texi (Highlight Interactively): Actually a list of
918 default faces is pre-loaded into a list of default values
919 instead of the history.
920
83d60c79
GM
9212009-11-20 Glenn Morris <rgm@gnu.org>
922
923 * ack.texi (Acknowledgments):
924 * emacs.texi (Acknowledgments): Add htmlfontify.
925
276bbe96
GM
9262009-11-14 Glenn Morris <rgm@gnu.org>
927
98ad1bae
GM
928 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
929
276bbe96
GM
930 * ack.texi (Acknowledgments):
931 * emacs.texi (Acknowledgments): Update for recent Org changes.
932
18430066
CY
9332009-10-31 Chong Yidong <cyd@stupidchicken.com>
934
935 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
936 `charset' property, which is irrelevant to the user manual (Bug#3526).
937
522ddc9f
JB
9382009-10-14 Juanma Barranquero <lekktu@gmail.com>
939
940 * trouble.texi (DEL Does Not Delete): Fix typo.
941
50b49ade
MA
9422009-10-05 Michael Albinus <michael.albinus@gmx.de>
943
944 * files.texi (Misc File Ops): Mention copy-directory.
945
6308321a
EZ
9462009-10-04 Eli Zaretskii <eliz@gnu.org>
947
43b3b4d1
EZ
948 * mule.texi (Unibyte Mode): Emphasize that
949 unibyte-display-via-language-environment affects only the display.
950
6308321a
EZ
951 * display.texi (Horizontal Scrolling): Document cursor behavior under
952 horizontal scrolling when point moves off the screen (Bug#4564).
953 Improve wording.
954
bd51ea7f
MA
9552009-10-01 Michael Albinus <michael.albinus@gmx.de>
956
957 * files.texi (Directories): delete-directory prompts for recursive
958 deletion.
959
55381962
GM
9602009-09-30 Glenn Morris <rgm@gnu.org>
961
962 * ack.texi (Acknowledgments):
963 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
964
13989ab1
TH
9652009-09-25 Tassilo Horn <tassilo@member.fsf.org>
966
967 * dired.texi (Dired Navigation): Use @code instead of @var for
968 dired-isearch-filenames, so that it's not capitalized.
969
8ba46c89
CY
9702009-09-19 Chong Yidong <cyd@stupidchicken.com>
971
972 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
973
974 * entering.texi (Exiting): C-z is now bound to suspend-frame.
975
976 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
977 (Key Bindings): Reference Init Rebinding in introductory text.
978 Shift some of the introduction to Keymaps node.
8ba46c89
CY
979 (Keymaps): Simplify.
980 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
981 (Minibuffer Maps): Remove mention of Mocklisp.
982 (Init Rebinding): Move mode-local rebinding example here from Local
983 Keymaps.
984 (Modifier Keys): Clarify.
1e11b018 985 (Rebinding): Add cindex for "binding keys".
8ba46c89 986
6a5ca7c8
CY
9872009-09-13 Chong Yidong <cyd@stupidchicken.com>
988
989 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
990
0e1cba51
NR
9912009-08-31 Nick Roberts <nickrob@snap.net.nz>
992
6a5ca7c8 993 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 994 Re-organise these two sections.
0e1cba51 995
76a87a4d
EZ
9962009-08-29 Eli Zaretskii <eliz@gnu.org>
997
998 * cmdargs.texi (Initial Options): Fix last change.
999
82e98df4
SM
10002009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * mule.texi (Enabling Multibyte):
1003 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1004 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1005
fb89fad9
GM
10062009-08-20 Glenn Morris <rgm@gnu.org>
1007
1008 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1009
e99652b0
GM
10102009-08-19 Glenn Morris <rgm@gnu.org>
1011
1012 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1013
5cca97ad
GM
10142009-08-18 Glenn Morris <rgm@gnu.org>
1015
1016 * ack.texi (Acknowledgments):
1017 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1018
997797ae 1019 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1020
985bf85b
GM
10212009-08-09 Glenn Morris <rgm@gnu.org>
1022
1023 * ack.texi (Acknowledgments):
1024 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1025
8d6bb99e
DD
10262009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1027
1028 * emacs.texi (Top): Add new menu items for GDB-UI.
1029
1030 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1031 section. Threads buffer is in separate section now.
8d6bb99e 1032
8353da9c
GM
10332009-08-08 Glenn Morris <rgm@gnu.org>
1034
1035 * ack.texi (Acknowledgments):
1036 * emacs.texi (Acknowledgments):
1037 Update for js2-mode and org changes.
1038
f2074faf
MA
10392009-08-02 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1042 files.
1043
e8d2d3fb
CY
10442009-07-28 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1047
324a4f6a
GM
10482009-07-23 Glenn Morris <rgm@gnu.org>
1049
1050 * programs.texi (Matching): Update blink-matching-paren-distance.
1051
b6937a70
CY
10522009-07-21 Chong Yidong <cyd@stupidchicken.com>
1053
1054 * frames.texi (Cut/Paste Other App): For select-active-regions,
1055 selection is now updated on moving point.
1056
bd8aaa36
RS
10572009-07-21 Richard Stallman <rms@gnu.org>
1058
1059 * glossary.texi (GNU, Daemon): Update information.
1060
8d9b5eba
JL
10612009-07-19 Juri Linkov <juri@jurta.org>
1062
1063 * custom.texi (Specifying File Variables, Safe File Variables):
1064 "variables/value pairs" -> "variable/value pairs".
1065
a2acc1db
GM
10662009-07-15 Glenn Morris <rgm@gnu.org>
1067
1068 * misc.texi (Gnus): Remove widow.
1069
c5ae942b
GM
10702009-07-11 Glenn Morris <rgm@gnu.org>
1071
703d26ba
GM
1072 * Makefile.in (TEXI2PDF): New.
1073 (emacs.pdf, emacs-xtra.pdf): New targets.
1074
522ddc9f 1075 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1076
1077 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1078
1079 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1080 Don't print the copying notice twice in the printed version.
1081 Update the menu and detailmenu.
1082 (Preface): The meaning of "on-line" has changed.
1083 Correct name for "Common Problems" chapter.
1084 (Distrib): Update FSF shop URL.
1085 (Intro): Showing two files at once is not so exciting.
1086
1087 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1088 (Mac / GNUstep Basics): Minor grammar changes.
1089 (Mac / GNUstep Events): Fix typo.
1090 (GNUstep Support): CANNOT_DUMP no longer applies.
1091
1092 * misc.texi (Document View): Fix typos.
1093
1094 * dired.texi (Dired):
1095 * help.texi (Help):
1096 * macos.texi (Mac OS / GNUstep):
1097 * maintaining.texi (Version Control, Introduction to VC):
1098 End menu descriptions with a period.
c5ae942b 1099
b1c8242b
EZ
11002009-07-09 Eli Zaretskii <eliz@gnu.org>
1101
1102 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1103 so categorical in saying that the option is only useful on NTFS.
1104
220d9aa6
GM
11052009-07-09 Glenn Morris <rgm@gnu.org>
1106
1107 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1108 (ENVADD): Add texinfodir to TEXINPUTS.
1109
1110 * emacs.texi (Top): Fix cross-reference.
1111
1112 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1113
1114 * vc1-xtra.texi (Revision Tags): Fix typo.
1115
d07e72d3
GM
11162009-07-03 Glenn Morris <rgm@gnu.org>
1117
1118 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1119 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1120 (Merge Commands): `.' does not seem to work in A or B buffer.
1121 `l' can recreate the 3-window display.
1122
1123 * glossary.texi (Glossary): Minor phrasing changes throughout.
1124 Add more internal cross-references.
1125 <Autoloading>: You can't really autoload a variable.
1126 <C-M->: Move details here from `M-C-' item.
1127 <Continuation Line>: Refer to `Truncation.'
1128 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1129 <Home Directory, Unix>: New entries.
1130 <Deletion of Files>: Mention recycle bins.
1131 <Directory>: Mention ``folders.''
1132 <Error>: Don't mention ``type-ahead.''
1133 <Fringe>: Refer to the manual node.
1134 <Minor Mode>: Can be global or local.
1135 <Spell Checking>: There are other checkers besides Ispell.
1136
f144038a
GM
11372009-07-02 Glenn Morris <rgm@gnu.org>
1138
1139 * anti.texi (Antinews): Minor changes in phrasing.
1140
1141 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1142 some underfull lines in dvi output.
1143
1144 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1145
1146 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1147
1148 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1149
3f1c6666
JD
11502009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1151
1152 * xresources.texi (Table of Resources): Mention maximized for
1153 fullscreen.
1154
1155 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1156
62aadce7
CY
11572009-07-01 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * anti.texi (Antinews): Correct the list of removed platforms.
1160
82ec412e
GM
11612009-06-28 Glenn Morris <rgm@gnu.org>
1162
1163 * arevert-xtra.texi: Minor language tweaks.
1164
09964e7d
GM
1165 * dired-xtra.texi: Minor revisions.
1166
666e158e
MB
11672009-06-23 Miles Bader <miles@gnu.org>
1168
c4cc8b9a 1169 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1170 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1171
70243478
CY
11722009-06-21 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * Branch for 23.1.
1175
67cbe681
KH
11762009-06-17 Kenichi Handa <handa@m17n.org>
1177
1178 * mule.texi (Charsets): Update the description for the new charset.
1179 (list-character-sets): New findex.
125dd7c5 1180 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1181
40e67246
CY
11822009-06-10 Chong Yidong <cyd@stupidchicken.com>
1183
b5700de6
CY
1184 * basic.texi (Moving Point): Fix tag.
1185
1186 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1187
1188 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1189 use camel-case for PageUp and PageDown.
1190
1191 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1192 camel-case for PageUp and PageDown.
1193
1194 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1195
40e67246 1196 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1197 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1198
522ddc9f 11992009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1200
522ddc9f
JB
1201 * fixit.texi (Spelling): Set default dictionary.
1202 Improve descriptions (Bug#2554)
6f591cf4 1203
53483c76
DR
12042009-06-08 David Reitter <david.reitter@gmail.com>
1205
1206 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1207 since saving colors and faces set this way is not implemented.
1208 (Environment variables): Remove mention of mac-fix-env, which is
1209 scheduled to be removed.
1210
1557ef4f
CY
12112009-06-04 Chong Yidong <cyd@stupidchicken.com>
1212
91056528
CY
1213 * custom.texi (Init Examples): Add example of changing load-path.
1214
1557ef4f
CY
1215 * building.texi (Lisp Libraries): Add example of changing
1216 load-path (Bug#3446).
1217
623cec4c
CY
12182009-05-28 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * mark.texi (Mark): Further clarifications.
1221 (Setting Mark): Emphasize that C-SPC activates the mark.
1222
0fcca8ee
CY
12232009-05-28 Chong Yidong <cyd@stupidchicken.com>
1224
702b10e1
CY
1225 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1226 Mark mode.
0fcca8ee
CY
1227 (Using Region, Persistent Mark): Use "active mark" instead of "active
1228 region".
1229
d3b396e4
CY
12302009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1231
1232 * mule.texi (Select Input Method): Fix typo.
1233
3f698a06
CY
12342009-05-13 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * anti.texi (Antinews): Document completion changes. Some additional
1237 copyedits and rearrangement of entries.
1238
b2a42eb7
CY
12392009-05-12 Chong Yidong <cyd@stupidchicken.com>
1240
932fd020
CY
1241 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1242 (Shell History Copying, Terminal emulator): Copyedits.
1243
1c6c854e
CS
1244 * xresources.texi (Resources): Simplify descriptions.
1245 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1246 (Table of Resources): Document fontBackend resource.
1247
b2a42eb7
CY
1248 * trouble.texi (Quitting): Add other undo bindings to table.
1249 (DEL Does Not Delete): Note that the erasure key is usually labelled
1250 "Backspace". Remove discussion of obscure Xmodmap issue.
1251
c6ea7fb8
CY
12522009-05-07 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * files.texi (Visiting): Copyedits.
1255
ad36c422
CY
12562009-05-06 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * basic.texi (Inserting Text): Document ucs-insert.
1259
1260 * mule.texi (International Chars): Define "multibyte". Note that
1261 internal representation is unicode-based. Simplify definition of raw
1262 bytes. Mention ucs-insert.
1263 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1264 (Language Environments): Add language environments new to Emacs 23.
1265 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1266 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1267 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1268 (Output Coding): Copyedits.
1269
1270 * emacs.texi (Top): Update node listing.
1271
d4ad7b96
CY
12722009-05-05 Per Starbäck <per@starback.se> (tiny change)
1273
1274 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1275
5bd66204
SM
12762009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 * building.texi (Lisp Libraries): `load-library' does offer completion.
1279
bc36ad1c
CY
12802009-04-28 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1283 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1284
f1a47884
EZ
12852009-04-25 Eli Zaretskii <eliz@gnu.org>
1286
1287 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1288
be77bd45
CY
12892009-04-22 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1292
1293 * building.texi (Lisp Interaction): Document initial-scratch-message.
1294
d3b82927
JB
12952009-04-18 Juanma Barranquero <lekktu@gmail.com>
1296
ed6e7b11
JB
1297 * msdog.texi (Windows Fonts): Fix typos.
1298
d3b82927
JB
1299 * files.texi (Save Commands): Fix pxref.
1300
bc323c04
CY
13012009-04-18 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * files.texi (Save Commands): Mention diff-buffer-with-file.
1304 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1305 Henoch (Bug#3036).
1306
2186d13f
GM
13072009-03-15 Glenn Morris <rgm@gnu.org>
1308
1309 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1310 the former is not always used.
1311 (Mail Headers): Use active voice. Add "Mail-reply-to".
1312 Change case of "Id". Avoid repeated "appropriate".
1313 (Mail Aliases): Fix previous change - use an example with a ".", so it
1314 does actually get quoted when expanded.
1315 (Mail Sending): Mailclient is the default on some systems.
1316 (Citing Mail): Mention mail-indentation-spaces.
1317 (Mail Mode Misc): Add an @dfn for "mail signature".
1318
71e454fc
CY
13192009-03-15 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1322 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1323 read-buffer-completion-ignore-case, and completion-styles.
1324 Remove description of partial-completion-mode.
71e454fc 1325
df1a3e06
GM
13262009-03-14 Glenn Morris <rgm@gnu.org>
1327
1328 * sending.texi (Mail Format): Fix typo. Add index entry for
1329 mail-header-separator.
1330 (Mail Headers): Put info about initialization and changing in one place
1331 at the start. Update FCC section for mbox Rmail. Clarify From
1332 section, mention mail-setup-with-from. Clarify Reply-to section.
1333 Add Mail-followup-to and mail-mailing-lists. Clarify References
1334 section.
1335 (Mail Aliases): Update example, make less contentious.
1336 Update for name change of mail-interactive-insert-alias.
1337 (Mail Mode): Remove mention of `%' as a word separator.
1338 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1339 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1340 commands. Clarify FCC handling. In mail-complete, add reference to
1341 Mail Aliases section, and mention mail-complete-function.
1342 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1343 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1344 signature netiquette. Explain how the mail hooks work when continuing
1345 a composition.
1346 (Mail Amusements): Internationalize the spook section a bit.
1347 Remove the spook mail-setup-hook example, since it doesn't work well.
1348 Mention fortune-file.
1349 (Mail Methods): Mention read-mail-command.
1350
ed6e7b11 13512009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1352
df1a3e06
GM
1353 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1354 and NS resources following recent changes.
959d68bd 1355
86dca3e8
JR
13562009-03-10 Jason Rumney <jasonr@gnu.org>
1357
1358 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1359 w32-use-visible-system-caret doc to indicate that it should get set
1360 automatically.
1361 (Windows Fonts): Add doc for the uniscribe backend.
1362
042fe98f
DN
13632009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1366 vc-dir. (Bug#2598)
1367
7f8dba73
RS
13682009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1369
1370 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1371
505e70c3
GM
13722009-03-05 Glenn Morris <rgm@gnu.org>
1373
04242bdc
GM
1374 * rmail.texi (Rmail Basics): Add reference to sorting.
1375 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1376 Minor re-wordings.
1377 (Rmail Motion): Mention rmail-next-same-subject.
1378 (Rmail Deletion): Expunging is not the only way to change the numbers.
1379 (Rmail Labels): Labels can also be used in sorting.
1380 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1381 (Rmail Display): Mention rmail-mime.
1382
00cfe22c
GM
13832009-03-04 Glenn Morris <rgm@gnu.org>
1384
1385 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1386 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1387 summary. Mention sorts cannot be undone.
1388 (Rmail Display): Give an example of how to use goto-address-mode.
1389 (Rmail Editing): It's keybindings that are redefined, not commands.
1390 Fix some typos.
1391 (Movemail): Some minor rewording.
1392 (Remote Mailboxes): Emacs movemail supports pop by default.
1393 Fix some minor grammatical issues. The "two alternative ways" to
1394 specify a POP mailbox are really just one. Remove all reference to the
1395 variables rmail-pop-password and rmail-pop-password-required, obsolete
1396 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1397 can support Kerberos.
1398
3d963b67
GM
13992009-03-03 Glenn Morris <rgm@gnu.org>
1400
1401 * rmail.texi (Rmail Deletion): Revert previous change, which was
1402 describing the Rmail summary versions.
1403 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1404 Minor re-wording for rmail-resend.
1405 (Rmail Make Summary): Summaries apply to buffers rather than files.
1406 <rmail-summary-by-topic>: Headers includes the subject.
1407 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1408 details, including prefix arguments.
2340abde 1409 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1410 Not counting lines might be faster.
1411 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1412 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1413 Name the commands bound to the various keys. Mention prefix argument
1414 for searching.
3d963b67
GM
1415 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1416 Simplify rmail-highlighted-headers description. Update face name.
1417
a8ce3d17
JB
14182009-03-02 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * mark.texi (Marking Objects): Fix typo.
1421
130a29b6
CY
14222009-03-01 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1425 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1426
9d5de6f8
GM
14272009-03-01 Glenn Morris <rgm@gnu.org>
1428
79fc530e 1429 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1430 (Rmail Motion): - M-s searches from the end of messages.
1431 (Rmail Deletion): Minor clarification. Fix numeric argument
1432 description.
1433 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1434 newmail and RMAILOSE files need not be in home-directory.
1435 (Rmail Files): Mention I/O menus are unselectable if no files match.
1436 Mention `MAIL' env-var.
1437
b545ff9c
JR
14382009-02-24 Jason Rumney <jasonr@gnu.org>
1439
1440 * mule.texi (Fontsets): Mention fontset-default, font specs and
1441 fallback fontsets.
1442 (Defining Fontsets): Mention ns and w32 variants of
1443 standard-fontset-spec. Update description of startup fontset to match
1444 Emacs 23 behavior.
a93be82a 1445 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1446 (International): Link to Modifying Fontsets.
b545ff9c 1447
75da0618 14482009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1449
1450 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1451 Mention ns-extended-platform-support-mode.
1452
6be93a16
KB
14532009-02-22 Karl Berry <karl@gnu.org>
1454
1455 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1456
867d4bb3
JB
14572009-02-19 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * basic.texi (Moving Point, Position Info):
1460 * files.texi (Visiting):
1461 * mini.texi (Completion Options):
1462 * text.texi (HTML Mode): Remove duplicate words.
1463
49b5c0e8
GM
14642009-02-20 Glenn Morris <rgm@gnu.org>
1465
1466 * rmail.texi: Minor updates for mbox rather than Babyl.
1467
f43a822c
KB
14682009-02-17 Karl Berry <karl@gnu.org>
1469
49b5c0e8 1470 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1471
80d634b8
RS
14722009-02-17 Richard M Stallman <rms@gnu.org>
1473
1474 * anti.texi (Antinews): Mention Babyl format.
1475
1476 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1477
1478 * rmail.texi: Update for mbox format.
1479 Various small fixes, as well as the following.
1480 (Out of Rmail): Node deleted.
1481 (Rmail): Update menu.
1482 (Rmail Files): Comment out set-rmail-inbox-list.
1483 Document rmail-inbox-list instead.
1484 (Rmail Output): Substantial changes since C-o is now
1485 rmail-output-as-seen and o is rmail-output.
1486 (Rmail Attributes): Delete `stored', add `retried'.
1487 (Rmail Display): Editing headers works in all cases.
1488
f0d129c6
GM
14892009-02-17 Glenn Morris <rgm@gnu.org>
1490
1491 * basic.texi (Position Info): M-x count-lines-region is not always on
1492 M-=. (Bug#2269)
1493
160f11d3
GM
14942009-02-09 Glenn Morris <rgm@gnu.org>
1495
1496 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1497 defaults.
1498
763e01c4
EZ
14992009-02-07 Eli Zaretskii <eliz@gnu.org>
1500
1501 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1502 documentation of possible problems with redecoding.
1503
f5e1441d
GM
15042009-02-03 Glenn Morris <rgm@gnu.org>
1505
1506 * rmail.texi (Out of Rmail): Mention b2m.pl.
1507
e1eabe41
GM
15082009-01-31 Glenn Morris <rgm@gnu.org>
1509
1510 * rmail.texi (Out of Rmail): Correct b2m location.
1511
dd05f9de
CY
15122009-01-27 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * fixit.texi (Undo): Update undo limit values.
1515
d74d846e
GM
15162009-01-27 Glenn Morris <rgm@gnu.org>
1517
1518 * emacs.texi (Top): Fix Antinews menu entry.
1519
49ffdce8
KB
15202009-01-25 Karl Berry <karl@gnu.org>
1521
1522 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1523 item with no marker, instead of the syntactically incorrect
1524 @itemize @asis.
1525
467e8d77
JL
15262009-01-25 Juri Linkov <juri@jurta.org>
1527
1528 * building.texi (Grep Searching): Fix index entry for lgrep.
1529
6c60bbdb
EZ
15302009-01-24 Eli Zaretskii <eliz@gnu.org>
1531
1532 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1533
9ce5a36f
AR
15342009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1535
1536 * macos.texi (Preferences Panel): Update description of font setting to
1537 reflect that prior frame selection is no longer needed.
1538
9aa5f2fb
NR
15392009-01-20 Nick Roberts <nickrob@snap.net.nz>
1540
1541 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1542 raise GUD subsections.
1543
3892ff9c
GM
15442009-01-15 Glenn Morris <rgm@gnu.org>
1545
1546 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1547
14731c8f
GM
15482009-01-10 Glenn Morris <rgm@gnu.org>
1549
1550 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1551
45c55e53
CY
15522009-01-04 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1555 logical lines.
1556
2e4667d1
JL
15572008-12-29 Juri Linkov <juri@jurta.org>
1558
1559 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1560
1561 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1562
2a3eac47
CY
15632008-12-28 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1566 goto-address-mode instead of goto-address.
1567
3da8da94
CY
1568 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1569 mode.
1570
2a3eac47
CY
1571 * emacs.texi (Top): Update node listing.
1572
057f6dd3
EZ
15732008-12-26 Eli Zaretskii <eliz@gnu.org>
1574
1575 * custom.texi (Directory Variables): Explain what is a "project".
1576 Add indexing. Improve wording. Add a footnote about using
1577 _dir-locals.el on MS-DOS.
1578
e6979067
DN
15792008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1580
1581 * files.texi (Misc File Ops): Mention chmod as an alias for
1582 set-file-modes.
1583
9de15963
MR
15842008-12-24 Martin Rudalics <rudalics@gmx.at>
1585
1586 * help.texi (Help): Fix typos and reword.
1587 (Help Summary): Add entries for C-h n and C-h r, reorder
1588 entries, and do some minor fixes.
1589 (Name Help): Say that C-h F works for commands only.
1590 (Misc Help): Say that view-lossage displays 300 keystrokes.
1591
236fd60d
GM
15922008-12-20 Glenn Morris <rgm@gnu.org>
1593
1594 * ack.texi (Acknowledgments): General update based on AUTHORS,
1595 including removal of some stuff no longer distributed.
1596
349b3256
AM
15972008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1598
1599 * fixit.texi: Mention hunspell
1600
e840fca5
GM
16012008-12-19 Glenn Morris <rgm@gnu.org>
1602
1603 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1604 Consolidate explanatory text at start.
e840fca5
GM
1605
1606 * display.texi (Text Display):
1607 * indent.texi (Indentation): Use @acronym with ASCII.
1608
9dfa7983
GM
16092008-12-18 Glenn Morris <rgm@gnu.org>
1610
1611 * ack.texi: Various small updates and fixes.
1612
97b3a00b
JL
16132008-12-18 Juri Linkov <juri@jurta.org>
1614
1615 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1616 as a key binding to start a forward nonincremental word search.
1617 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1618 a backward nonincremental word search. Add index for `M-s w'
1619 `isearch-forward-word'.
1620 (Regexp Search): Add a short summary of regexp key commands like
1621 in the node "Basic Isearch".
1622 (Other Repeating Search): Fix typo.
1623
16242008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1625
1626 * misc.texi (PostScript Variables): Fix doc.
1627
31ce6a07
CY
16282008-12-10 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * programs.texi (Program Modes): Mention Ruby mode.
1631
636b507b
DN
16322008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1633
1634 * misc.texi (emacsclient Options): Describe what an empty string
1635 argument does for --alternate-editor.
1636
a323fa14
CY
16372008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1638
1639 * cmdargs.texi (Font X): Distinguish between client-side and
1640 server-side fonts. List valid Fontconfig properties. Add reference to
1641 Fontconfig manual. List valid GTK font properties. Explain use of
1642 fc-list.
1643
c5ca6cd0
CY
16442008-12-09 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * cmdargs.texi (Font X): Move discussion of quoting to top.
1647
e5136377
GM
16482008-12-06 Glenn Morris <rgm@gnu.org>
1649
1650 * maintaining.texi (Old Revisions): Improve previous change.
1651
248c026b
RS
16522008-12-05 Richard M Stallman <rms@gnu.org>
1653
1654 * anti.texi (Antinews): Minor fixes.
1655
a9253a1e
GM
16562008-12-03 Glenn Morris <rgm@gnu.org>
1657
1658 * maintaining.texi (Old Revisions): Fix diff-switches description.
1659
fa687b02
MR
16602008-12-01 Martin Rudalics <rudalics@gmx.at>
1661
1662 * emacs.texi (Top): Fix typo.
1663
72e6decd
CY
16642008-11-30 Chong Yidong <cyd@stupidchicken.com>
1665
320ee034
CY
1666 * misc.texi (Document View): Explain dependence on gs at the top.
1667 Copyedits.
1668
1669 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1670
72e6decd
CY
1671 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1672 (Comment Commands): Discuss region-active behavior of M-; first.
1673
2a472ee4
MR
16742008-11-29 Martin Rudalics <rudalics@gmx.at>
1675
9c6361c9
MR
1676 * display.texi (Line Truncation): Add reference to Continuation
1677 Lines.
1678
2a472ee4
MR
1679 * windows.texi (Pop Up Window): Mention split-height-threshold
1680 and split-width-threshold.
9c6361c9 1681 (Split Window): Add reference to Continuation Lines.
2a472ee4 1682
e93bc142
AR
16832008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1684
1685 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1686 (GNUstep Support): New node.
1687 * anti.texi:
1688 * emacs.texi:
1689 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1690
43b978db
RS
16912008-11-28 Richard M Stallman <rms@gnu.org>
1692
1693 * misc.texi (Dissociated Press): Minor cleanups.
1694
1695 * dired.texi (Image-Dired): Avoid passive.
1696
e8e2bd93
EZ
16972008-11-28 Eli Zaretskii <eliz@gnu.org>
1698
1699 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1700 representation.
1701
8d2d45da
CY
17022008-11-26 Richard M. Stallman <rms@gnu.org>
1703
1704 * files.texi (Visiting): Rewrite paragraph for clarity.
1705
1706 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1707
a5f7bbcc
AM
17082008-11-25 Alan Mackenzie <acm@muc.de>
1709
1710 * programs.texi (Moving by Parens): Clarify that parens inside strings
1711 and comments are ignored, and that the commands assume the starting
1712 point isn't in a string or comment.
1713
a71703d3
AR
17142008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1715
1716 * macos.texi: Add Prev/Next/Top pointers to all nodes.
1717 (Mac Basics): Merge in Grabbing Environment Variables from earlier
1718 version.
1719 (Mac Customization): Rewrite Preferences Panel section and merge in to
1720 this node, add Open files by dragging to an Emacs window.
1721
1722 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1723
aa5ab79a
CY
17242008-11-26 Chong Yidong <cyd@stupidchicken.com>
1725
0cc92c19
CY
1726 * files.texi (Misc File Ops): Document set-file-modes.
1727
c366b4e4
CY
1728 * windows.texi (Split Window): Document integer values of
1729 truncate-partial-width-windows.
1730
aa5ab79a
CY
1731 * text.texi (Text): Simplify description of markup languages.
1732 (TeX Mode): Simplify introduction. Mention BibTeX mode.
1733 (TeX Editing): Note that `""' inserts one `"' character.
1734 (HTML Mode): Note in the introduction that XML mode is an alias for
1735 SGML mode. Mention nXML mode.
1736
56221db7
CY
17372008-11-25 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * building.texi (Watch Expressions): Fix typo.
1740
90effe33
CY
17412008-11-24 Chong Yidong <cyd@stupidchicken.com>
1742
f90a5ae3
CY
1743 * files.texi (Visiting): Document new behavior of
1744 confirm-nonexistent-file-or-buffer.
1745
1c6c854e
CS
1746 * buffers.texi (Select Buffer):
1747 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 1748
a18ffb4a
CY
1749 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1750 edit-picture.
1751
90effe33
CY
1752 * text.texi (Text): Simplify introduction. Discard mention of `M-x
1753 edit-picture', since that is just an alias for picture-mode.
1754 (Sentences): Note that repeated M-@ extends the region.
1755 (Pages): Make terminology more consistent. Link to Regexps node.
1756 (Longlines): Discuss relationship with Visual Line mode.
1757 (Text Mode): Remove extraneous discussion of other modes, since they
1758 were already introduced in the parent node.
1759
e85103ec
CY
17602008-11-23 Chong Yidong <cyd@stupidchicken.com>
1761
5cb2fe30
CY
1762 * anti.texi (Antinews): Rewrite.
1763
1eb9b307 1764 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
1765
1766 * frames.texi (Frame Commands): Mention "minimize" terminology.
1767
e85103ec
CY
1768 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1769 formats.
b908332f
CY
1770 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1771 (Misc X): Don't document useless -hb option.
e85103ec 1772
607f5f88
JL
17732008-11-22 Juri Linkov <juri@jurta.org>
1774
1775 * dired.texi (Dired Navigation): Change normal file name search option
1776 from `non-nil' to `t'. Add `dwim' option.
1777
e1b867a0
JL
17782008-11-22 Juri Linkov <juri@jurta.org>
1779
1780 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
1781 ".dir-locals.el". Rename `define-project-bindings' to
1782 `dir-locals-set-class-variables'. Rename `set-directory-project' to
1783 `dir-locals-set-directory-class'.
1784
dd186936
LK
17852008-11-22 Lute Kamstra <lute@gnu.org>
1786
1787 * buffers.texi (Select Buffer): Index goto-line.
1788 * basic.texi (Moving Point): Mention the use of a numeric prefix
1789 argument with goto-line and refer to Select Buffer for the use of a
1790 plain prefix argument.
1791
4b121911
GM
17922008-11-19 Glenn Morris <rgm@gnu.org>
1793
1794 * doclicense.texi: Update to FDL 1.3.
1795 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
1796
27267e4c
CY
17972008-11-17 Chong Yidong <cyd@stupidchicken.com>
1798
696f351d
CY
1799 * custom.texi (Minor Modes): Define mode commands and mode variables
1800 more precisely. Recommend using mode commands instead of setting
1801 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
1802 (Easy Customization): Use "init file" instead of .emacs.
1803 (Customization Groups): Update to new Custom buffer appearance.
1804 (Saving Customizations): Copyedits. Update example.
1805 (Variables): Give example of variable type-sensitivity.
1806 (Examining): Update example.
1807 (Hooks): Copyedits.
1808 (Specifying File Variables): Use C comments instead of an artificial
1809 Lisp for the example.
1810 (Keymaps): Move internals discussion to Prefix Keymaps.
1811 (Rebinding): Remove redundant paragraph (stated in Key Binding).
1812 (Init Rebinding): Document kbd macro.
1813 (Init File): Link to Find Init.
696f351d
CY
1814
1815 * mark.texi (Using Region): Document Delete Selection Mode more
1816 thoroughly.
1817
1818 * frames.texi (Mouse Commands): Move most of the description of Delete
1819 Selection Mode to Using Region, and link to it.
1bc9c425 1820 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 1821
b0570c25
CY
1822 * building.texi (Compilation): Document first-error value of
1823 compilation-scroll-output.
1824 (Compilation Mode): Note that compilation-auto-jump-to-first-error
1825 works as soon as an error is available. Suggested by Juri Linkov.
1826
27267e4c
CY
1827 * mini.texi (Passwords): New node.
1828
1829 * files.texi (Remote Files): Link to Passwords node.
1830
1831 * emacs.texi (Top): Update node listings.
1832
122eb807
CY
18332008-11-16 Chong Yidong <cyd@stupidchicken.com>
1834
9c9855a3
CY
1835 * ack.texi (Acknowledgments): Some updating of credits.
1836
bd6fdcad
CY
1837 * emacs.texi (Acknowledgments): Add a couple more names.
1838
dd1eef46
CY
1839 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
1840
122eb807 1841 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 1842 (Misc File Ops): Document use of trash.
122eb807 1843
801a8da1
JB
18442008-11-16 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * macos.texi (Mac Customization): Fix typos.
1847
0b4f2253
CY
18482008-11-14 Chong Yidong <cyd@stupidchicken.com>
1849
1850 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
1851 replacing previous contents. Numerous copyedits to adapt ns-emacs to
1852 the conventions of the main Emacs manual.
1853
1854 * emacs.texi (Top): Update node listings.
1855
517e2b89
CY
18562008-11-12 Chong Yidong <cyd@stupidchicken.com>
1857
07a85685
CY
1858 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
1859 command-line-args is processed during startup.
1860 (Action Arguments): Correctly describe how file arguments interact with
1861 the startup screen. Link to Lisp Interaction for scratch buffer.
1862 (Initial Options): Link to Command Example for -batch option.
1863 (Environment): Document initial-environment.
1864
517e2b89
CY
1865 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
1866 can't be changed in the site-start file.
1867
6337bbde
CY
18682008-11-07 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * dired.texi (Dired): Mention C-x C-d too.
1871 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
1872 (Dired Navigation): Explain dired-goto-file more clearly.
1873 Document dired-isearch-filenames.
6337bbde
CY
1874 (Dired Deletion): Remove unnecessary "expunged" terminology.
1875 (Flagging Many Files): & is now rebound to `% &'.
1876 (Shell Commands in Dired): Document dired-do-async-shell-command.
1877 Clarify how multi-file arguments are passed.
1878 (Misc Dired Features): Document dired-do-isearch.
1879
9e8eeff9
CY
18802008-11-06 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
1883
e071f849
CY
18842008-11-03 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * search.texi (Other Repeating Search): Remove obsolete findex entries.
1887
05482eb1
CY
18882008-11-01 Chong Yidong <cyd@stupidchicken.com>
1889
e2346dea
CY
1890 * programs.texi (Program Modes): Link to Program Indent node.
1891 (Left Margin Paren): Explain consequences of changing
1892 open-paren-in-column-0-is-defun-start more concisely.
1893 (Which Function, Program Indent, Info Lookup): Minor edits.
1894 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
1895 (Multi-line Indent): If region is active, TAB indents the region.
1896 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
1897 (Matching): The delimiter at the cursor is highlighted---the character
1898 changes color.
1899 (Symbol Completion): Link to Completion node.
1900
e4b6428c
CY
1901 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
1902 a strictly text-only system.
1903
05482eb1
CY
1904 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
1905 batch mode.
1906
a11d3737
RS
19072008-11-01 Richard M. Stallman <rms@gnu.org>
1908
5abad626
RS
1909 * misc.texi (Document View): Major rewrite.
1910
a11d3737
RS
1911 * maintaining.texi (Types of Log File): Change logs are older than
1912 version control.
1913 (VCS Concepts): Simplify and rearrange.
1914 (Version Control Systems): Make it clear that Linux is only the kernel.
1915 (VC Mode Line): Shorten reference to menu item.
1916 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
1917 (VC Directory Mode): Minor cleanup.
1918 Unchanged files are hidden, not omitted.
1919 (VC Directory Commands): Shorten and simplify.
1920 (Change Log Commands): New node, split from Change Logs.
1921 (VC Directory Buffer): New node, split from VC Directory Mode.
1922
c55a4acb
CY
19232008-10-31 Chong Yidong <cyd@stupidchicken.com>
1924
1c6c854e 1925 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
1926 from files.texi.
1927
1c6c854e
CS
1928 * files.texi (Version Control): Move to maintaining.texi.
1929 Subnodes moved as well.
1930 (Document Files): Move to misc.texi.
df0356f6 1931
c55a4acb
CY
1932 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
1933 vc-update-change-log.
df0356f6
CY
1934 (Version Control): Move here from files.texi.
1935 (Format of ChangeLog): Make it a subnode of Change Log.
1936
1937 * emacs.texi (Top): Update node listing.
c55a4acb 1938
ef082374
TH
19392008-10-31 Tassilo Horn <tassilo@member.fsf.org>
1940
1941 * files.texi (Files): Add a section about document
1942 files (doc-view-mode).
1943
d52582c3
CY
19442008-10-31 Chong Yidong <cyd@stupidchicken.com>
1945
1c6c854e
CS
1946 * building.texi (Compilation Mode):
1947 Document compilation-auto-jump-to-first-error.
d52582c3
CY
1948 (Debuggers): Lower GUD subsections to subsubsections.
1949 (Starting GUD): Add cindex.
1950 (Lisp Interaction): Note that scratch is no longer the initial buffer.
1951
4e0a0968
CY
19522008-10-30 Chong Yidong <cyd@stupidchicken.com>
1953
03625b47
CY
1954 * indent.texi (Indentation): Link to Program Indent.
1955
4e0a0968
CY
1956 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
1957 now uses emacsclient's terminal.
1958
8bd3f7ef
CY
19592008-10-29 Chong Yidong <cyd@stupidchicken.com>
1960
80e5620e
CY
1961 * mark.texi (Using Region): Document use-empty-active-region.
1962
97d5c404
CY
1963 * emacs.texi (Top): Update node listings.
1964
1c6c854e
CS
1965 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
1966 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
1967 (Invoking emacsclient): Rewrite, moving optional arguments to
1968 emacsclient Options.
21d2bae3
CY
1969 (emacsclient Options): New node. Document server-use-tcp and
1970 server-host.
8bd3f7ef 1971
5fda2cbd
CY
19722008-10-28 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * indent.texi (Indentation): Replace list with paragraphed text,
1975 putting description of syntax-driven indentation first. Document new
1976 effect of active regions on tab.
1977 (Tab Stops): Note that editable tab stops affect indentation commands.
1978
4ff029f6
DN
19792008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1982
996cd6e4
CY
19832008-10-23 Chong Yidong <cyd@stupidchicken.com>
1984
f28815e3
CY
1985 * custom.texi (Function Keys): Note that modified keypad keys are not
1986 translated.
1987
996cd6e4
CY
1988 * basic.texi (Arguments): Explain how to insert multiple digits.
1989
49545fe2
MA
19902008-10-22 Michael Albinus <michael.albinus@gmx.de>
1991
1992 * files.texi (Remote Files): Precise selection of default method.
1993 Rewrite paragraph about disabling remote file names.
1994
edac0b53
CY
19952008-10-22 Chong Yidong <cyd@stupidchicken.com>
1996
e752c544
CY
1997 * search.texi (Special Isearch): Document M-TAB is isearch.
1998
edac0b53
CY
1999 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2000 command.
2001
2002 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2003
20a36054
TH
20042008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2005
1c6c854e 2006 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2007 section.
2008
69051ab6
CY
20092008-10-21 Chong Yidong <cyd@stupidchicken.com>
2010
c4b1a32a
CY
2011 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2012 to files.texi. Move contents of vc2-xtra.texi here.
2013
2014 * vc2-xtra.texi: File removed.
2015
2016 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2017 Directory Commands from the submenu. Don't include deleted file
2018 vc2-xtra.texi.
2019
2020 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2021 (Version Control): Add VC Directory Mode and VC Directory Commands to
2022 the submenu.
2023 (Why Version Control?): Use table format.
2024 (Version Control Systems): Note that Meta-CVS support is gone.
2025 (VCS Concepts): Note precisely when VC started supporting filesets.
2026 Remove bogus xref to CVS Options node.
2027 (Types of Log File): Copyedits.
2028 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2029 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2030 The Right Thing.
2031 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2032 (Log Buffer): Reorganize node, putting C-c C-c description first.
2033 (Old Revisions): Use CVS for example, not RCS.
2034 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2035 Commands from the submenu, putting them under Version Control.
2036 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2037 need to include it in the manual unconditionally, since it is now
2038 crucial to using distributed version control systems.
1a6e2954
CY
2039 (Comparing Files): Note that diff uses the minibuffer, and that the
2040 output is shown using Diff mode.
1c6c854e
CS
2041 (Diff Mode): Explain what "patch" and "hunk" mean.
2042 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2043 diff-show-trailing-whitespaces.
1a6e2954 2044 (File Archives): Add rar support.
c4b1a32a 2045
69051ab6
CY
2046 * major.texi (Choosing Modes): Make mode selection sequence more
2047 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2048 magic-mode-alist is nil by default.
2049 Document magic-fallback-mode-alist.
69051ab6 2050
e7421e03
CY
20512008-10-20 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * frames.texi (Mouse References): Copyedits.
2054
6b2efdc2
TH
20552008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2056
2057 * ack.texi (Acknowledgments): Add myself as doc-view author.
2058
9c5e9396
EZ
20592008-10-20 Eli Zaretskii <eliz@gnu.org>
2060
2061 * frames.texi (Dialog Boxes): Add @cindex entries.
2062
dac94f8e
CY
20632008-10-20 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2066 (Text-Only Mouse): Copyedit.
2067
25597d40
CY
20682008-10-19 Chong Yidong <cyd@stupidchicken.com>
2069
f8a447f6
CY
2070 * frames.texi: Use @key throughout for mouse clicks.
2071 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2072 (Secondary Selection): Fix modified mouse click syntax.
2073 (Clipboard): Describe Cut, Copy and Paste commands.
2074 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2075 Copyedits.
2076 (Creating Frames): Add xref to Init File.
2077 (Frame Commands): Add xref to Exiting.
2078 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2079
b0f95216
CY
20802008-10-15 Chong Yidong <cyd@stupidchicken.com>
2081
b0817f00
CY
2082 * files.texi (Version Control): Copyedits. Add Bazaar.
2083 (Version Control Systems): List different VCS's using an itemized list.
2084 Add Bazaar.
2085 (VCS Concepts): Copyedits. Tweak description of file merging.
2086
b0f95216
CY
2087 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2088 (Cut/Paste Other App): Document select-active-regions and
2089 x-select-enable-primary.
2090
69d0d701
CY
20912008-10-13 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * mark.texi (Shift Selection): Correct case in node name.
2094
2095 * emacs.texi (Top): Update node order in Mark chapter.
2096
375e8351
EZ
20972008-10-12 Eli Zaretskii <eliz@gnu.org>
2098
2099 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2100
2101 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2102 elsewhere in the manual instead of describing yet again the intricacies
2103 of $HOME on MS-Windows and MS-DOS.
2104
ab58114f
CY
21052008-10-12 Chong Yidong <cyd@stupidchicken.com>
2106
4f959513 2107 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2108 (Minibuffer File): Add discussion of `~' in file names.
2109 Add insert-default-directory index reference.
4f959513 2110
ab58114f
CY
2111 * files.texi (File Names): Reorganize description.
2112 (Visiting): Add xref to Mode Line. Copyedits.
2113 (Save Commands): Mention prefix behavior of C-x C-s.
2114 (Numbered Backups): Node deleted.
2115 (Backup Names): Contents of Numbered Backups moved here. State default
2116 of version-control variable.
2117 (Reverting): Copyedits.
2118 (Version Control): Add additional version control systems.
2119
2120 * emacs.texi (Top): Delete Numbered Backups node.
2121
2122 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2123 Backup Names.
f2884f63 2124 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2125
b0b5100a
RF
21262008-10-11 Romain Francoise <romain@orebokech.com>
2127
2128 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2129
89774b5f
CY
21302008-10-11 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2133 (Select Buffer): Mention use of minibuffer history. Describe default
2134 value of default-major-mode. Mention that C-x 4 b selects the other
2135 window.
2136 (List Buffers): Document CRM indicators in the order they appear.
2137 (Kill Buffer): Document new command kill-matching buffers.
2138 (Several Buffers): Move explanation of the relationship between buffer
2139 list and buffer menu to the top.
2140 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2141
4c72bf27
CY
21422008-10-10 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * entering.texi (Exiting): Document change of C-x C-c to
2145 save-buffers-kill-terminal. Document kill-emacs.
2146
f68eb991
EZ
21472008-09-30 Eli Zaretskii <eliz@gnu.org>
2148
2149 * mule.texi (Coding Systems): Don't mention codepage-setup.
2150
2151 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2152 cpNNN coding systems anymore.
2153 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2154 for unibyte mode. Don't mention line-drawing characters.
2155 Don't mention dos-unsupported-char-glyph.
f68eb991 2156
1a2dd44d
CY
21572008-09-25 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * search.texi (Search): Shorten introduction.
2160 (Basic Isearch): Add command table. Discuss reverse isearch and
2161 isearch highlighting.
2162 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2163 ring to cindex.
2164 (Special Isearch): Move input methods discussion here.
2165 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2166 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2167 Repeat Isearch.
2168 (Isearch Minibuffer): New node.
2169 (Word Search): Document new word search commands.
2170 (Regexp Example): Simplify example using sentence-end-base variable.
2171 (Replace): Reword introduction.
2172 (Unconditional Replace): Remove unnecessary example.
2173 (Other Repeating Search): Document new `M-s o' binding.
2174
2175 * emacs.texi (Top): Update node listings.
2176
e45da31d
JB
21772008-09-22 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * emacs.texi (Top): Remove Kill Errors from menu.
2180
841c8096
CY
21812008-09-22 Chong Yidong <cyd@stupidchicken.com>
2182
402168fa
CY
2183 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2184 interface for defining macros. Simplify examples. Note that C-g quits
2185 macro definitions.
1c6c854e
CS
2186 (Keyboard Macro Counter): Document using F3 to insert counter.
2187 Give usage example.
402168fa
CY
2188 (Keyboard Macro Query): Organize query responses in a table.
2189
1c6c854e
CS
2190 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2191 Link to Erasing node.
841c8096
CY
2192 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2193 rationale to a footnote.
2194 (Kill Errors): Remove node, due to redundancy with Erasing.
2195 (Spelling): Move discussion of flyspell to end. Note new behavior of
2196 M-$ in active region. Remove non-ispell-specific keybindings from
2197 table.
2198
eab2ee89
DN
21992008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2200
2201 * cmdargs.texi (Initial Options): Document --daemon.
2202
3d53e905
GM
22032008-09-20 Glenn Morris <rgm@gnu.org>
2204
2205 * files.texi (Numbered Backups): Mention that some modes set
2206 version-control.
2207
1c90484d
GM
22082008-09-20 Jim Blandy <jimb@red-bean.com>
2209
2210 * files.texi (Numbered Backups): Reference File Variables, as well.
2211 Remove discussion of Rmail's implementation.
2212
0fc0d844
CY
22132008-09-06 Chong Yidong <cyd@stupidchicken.com>
2214
2215 * misc.texi (Recursive Edit): Note that top-level exits active
2216 minibuffers.
2217
2218 * trouble.texi (Quitting): Likewise.
2219
b18d283d
CY
22202008-08-31 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * emacs.texi (Top): Add Temporary Face Changes xref.
2223
2224 * display.texi (Display): Move Temporary Face Changes node to just
2225 after Standard Faces.
2226 (Scrolling): Document recenter-top-bottom instead of recenter.
2227 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2228 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2229 (Display Custom): Copyedits.
2230 (Optional Mode Line): Document display-battery-mode.
2231
180135fc
RF
22322008-08-27 Romain Francoise <romain@orebokech.com>
2233
2234 * custom.texi (Directory Variables): Minor fix.
2235
d3fe3475
GM
22362008-08-27 Glenn Morris <rgm@gnu.org>
2237
2238 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2239 descriptions.
2240 (Calendar Customizing): Tweak layout description.
183080b6 2241 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2242 markers. Condense calendar-star-date and calendar-mark-today
2243 description.
2244 (Holiday Customizing): Add oriental and solar holidays.
2245 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2246 Fix holiday-float description. Use zerop in examples. Be less verbose.
2247 (Date Display Format): Change ISO format. Be less verbose.
2248 (Diary Customizing): Mention day and month abbrev arrays.
2249 Mention the date-form variables by name. Update European example.
2250 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2251 Condense examples. Mention diary-entry-symbols by name.
2252 Condense table for insertion commands.
2253 (Fancy Diary Display): Mention diary-include-string and
2254 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2255 Ethiopic, Persian date functions. Condense descriptions.
2256
2257 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2258 (Adding to Diary): Adapt for changed node name.
2259
71755807
GM
22602008-08-26 Glenn Morris <rgm@gnu.org>
2261
2262 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2263 node "Hebrew/Islamic Entries".
2264
2265 * calendar.texi (Specified Dates): Fix names of iso functions.
2266 (General Calendar): There may not be another window.
2267 (Writing Calendar Files, Holidays): Tweak intro.
2268 (Holidays): Mention Baha'i and Chinese holidays.
2269 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2270 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2271 (To Other Calendar): Add calendar-print-other-dates.
2272 Refer to "graphic display" rather than "X.
2273 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2274 (Displaying the Diary): Fix whitespace after reference.
2275 Fix `diary-number-of-entries' reference.
2276 (Date Formats): Explicitly mention that day names can be abbreviated.
2277 (Adding to Diary): Add some references to other sections.
2278 (Special Diary Entries): Fix reference.
2279 (Appointments): Simplify appt-message-warning-time entry.
2280 Clarify where times must be.
2281 (Importing Diary): Comment out icalendar paragraph that does not apply.
2282 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2283
d76ebc75
GM
22842008-08-23 Glenn Morris <rgm@gnu.org>
2285
2286 * fortran-xtra.texi (Fortran): Change description of free form and
2287 fixed form a bit. Mention hideshow and imenu.
2288 (Fortran Motion): Mention fortran-end-of-subprogram,
2289 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2290 (Fortran Indent): Minor re-word.
2291 (ForIndent Commands): Mention fortran-fill-paragraph and
2292 fortran-fill-statement.
2293 (ForIndent Cont): Mention fortran-tab-mode-string.
2294 (Fortran Comments): Mention fortran-comment-line-start-skip.
2295 (Fortran Columns): Mention font-locking.
2296 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2297
1fc0ce04 22982008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2299
2300 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2301
5c52e13c
CY
23022008-08-22 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * mini.texi (Minibuffer): Simplify introduction.
2305 (Minibuffer File): Document tilde in minibuffer filenames.
2306 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2307 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2308 (Completion Example): Update example to current command list.
2309 (Completion Options): Document `lazy' value of completion-auto-help.
2310 Update contents of completion-ignored-extensions.
2311 (Minibuffer History): Describe "future history" list. State default
2312 value of history-delete-duplicates.
2313
77a00355
GM
23142008-08-21 Glenn Morris <rgm@gnu.org>
2315
2316 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2317 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2318
39ee1d04
CY
23192008-08-17 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * regs.texi (Registers): Clarify valid register names.
2322 (RegPos): Note that buffer is saved and restored too.
2323 (RegText): Note that mark is reactivated/deactivated.
2324 (RegConfig): Xref to Windows node.
2325
b12c348f
CY
23262008-08-16 Chong Yidong <cyd@stupidchicken.com>
2327
3ae7ba79
CY
2328 * basic.texi (Inserting Text): Provide command name for C-q.
2329
b12c348f
CY
2330 * killing.texi (Killing): Copyedit. Define read-only text.
2331 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2332 (Killing by Lines): Copyedit.
2333 (Other Kill Commands): Move M-w description here.
2334 (Yanking): Move M-w to Other Kill Commands.
2335 (Kill Ring): Also mention saving text in registers. Link to Text
2336 Properties in elisp manual.
2337 (Accumulating Text): Copyedit.
2338 (CUA Bindings): Shift selection is now the default.
2339
d8ff7692
TZ
23402008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2341
2342 * maintaining.texi (Change Log): Mention next-error is available.
2343
a43a8a2e
GM
23442008-08-10 Glenn Morris <rgm@gnu.org>
2345
2346 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2347 and intermonth text.
2348 (Holiday Customizing): Add holiday-chinese.
2349
eba27308
EZ
23502008-08-08 Eli Zaretskii <eliz@gnu.org>
2351
2352 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2353
5f14a5b3
DN
23542008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2355
2356 * files.texi (Log Buffer): Describe C-c C-d.
2357 (Diff Mode): Describe C-x 4 A.
2358
49989bff
EZ
23592008-08-06 Eli Zaretskii <eliz@gnu.org>
2360
2361 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2362
5c915c02
DN
23632008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2364
2beaf97a
DN
2365 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2366 describe the new bindings to show the changeset diff, toggle annotation
2367 visibility, show revisions.
2368 (VC Status): Describe key bindings for modifying the change comments,
2369 displaying changeset diffs and annotations.
2370
5c915c02
DN
2371 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2372
71798ace
NR
23732008-08-05 Nick Roberts <nickrob@snap.net.nz>
2374
2375 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2376
b8949644
EZ
23772008-08-02 Eli Zaretskii <eliz@gnu.org>
2378
2379 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2380 and wording.
2381
819567d1
DN
23822008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2385 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2386 commands. Improve some old info.
2387
5f38310a
CY
23882008-07-31 Chong Yidong <cyd@stupidchicken.com>
2389
0dc3906b
CY
2390 * display.texi (Visual Line Mode): New node.
2391
5f38310a 2392 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2393 (Moving Point): Add additional alternative key bindings.
2394 Describe line-move-visual.
5f38310a
CY
2395 (Erasing): Describe DEL.
2396 (Basic Undo, Blank Lines, Arguments): Copyedit.
2397 (Continuation Lines): Mention Visual Line mode.
2398 (Position Info): Move extended discussion to mule.texi.
2399
2400 * mule.texi (International Chars): Describe C-x =.
2401
2402 * emacs.texi (Top): Add Visual Line Mode node.
2403
7c2fb837
DN
24042008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * emacs.texi: Remove VMS support.
2407
3f6b73ef
DN
24082008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2409
2410 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2411 the vc-dir command name.
2412
9e2a2647
DN
24132008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2414
2415 * xresources.texi: Remove mentions of Mac Carbon.
2416
568beaa2
AS
24172008-07-19 Andreas Schwab <schwab@suse.de>
2418
2419 * ns-emacs.texi: Move to ../misc.
2420
0ef94706
CY
24212008-07-15 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * entering.texi (Exiting): Don't describe text-only terminals as the
2424 default. Describe the new startup screen.
2425 (Exiting): Describe how to kill Emacs first. Change description of
2426 iconification to handle modern window systems.
2427
ba60bd44 24282008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2429
2430 * ns-emacs.texi: New file, documents features of Emacs port under
2431 NeXTstep windowing.
2432
9f30aa73
CY
24332008-07-15 Chong Yidong <cyd@stupidchicken.com>
2434
938a5d2e
CY
2435 * entering.texi (Entering Emacs): Update prev node.
2436
2437 * glossary.texi (Glossary): Remove xref to Text Characters.
2438
9f30aa73
CY
2439 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2440 directly, rather than in the context of ASCII. Move description of
2441 special properties of modifier key to new Modifier Keys node.
2442 (Keys): Copyedit.
2443 (Text Characters): Delete node. Multibyte is the default nowadays, and
2444 the node contents are obsolete.
2445
2446 * custom.texi (Modifier Keys): New node.
2447
2448 * emacs.texi (Top): Update node list.
2449
7e53d36c
CY
24502008-07-13 Chong Yidong <cyd@stupidchicken.com>
2451
2452 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2453 saying that Emacs provides menus and mouse support (which is par for
2454 the course).
2455
2456 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2457 early on.
2458 (Point): Copyedit. Relegate historical trivia to a footnote.
2459 (Mode Line): Explain mode-line format more consistently.
2460 (Menu Bar): Copyedit.
2461
1e9fa96d
GM
24622008-06-27 Glenn Morris <rgm@gnu.org>
2463
2464 * cal-xtra.texi (Sexp Diary Entries):
2465 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2466
dc9bebb8
CY
24672008-06-26 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * mark.texi (Shift selection): New node.
2470 (Mark): Copyedits.
2471 (Persistent Mark): Move to the end of the chapter.
2472
e7881076
EZ
24732008-06-20 Eli Zaretskii <eliz@gnu.org>
2474
2475 * makefile.w32-in (distclean): Remove makefile.
2476
f427400c
NR
24772008-06-17 Nick Roberts <nickrob@snap.net.nz>
2478
2479 * building.texi (Starting GUD): Add an entry for gud-gdb.
2480 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2481 command mode.
2482
b597d348
GM
24832008-06-17 Glenn Morris <rgm@gnu.org>
2484
2485 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2486
647b7094
NR
24872008-06-17 Nick Roberts <nickrob@snap.net.nz>
2488
2489 * building.texi (Starting GUD): Expand on remote debugging.
2490 (Other GDB-UI Buffers): Mention new keyboard bindings.
2491
47a30023
GM
24922008-06-15 Glenn Morris <rgm@gnu.org>
2493
2494 * gnu.texi: Use a verbatim license for this invariant section,
2495 as per etc/GNU.
2496
37e5d54a
GM
24972008-06-13 Daniel Engeler <engeler@gmail.com>
2498
2499 * emacs.texi, misc.texi: Add documentation about serial port access.
2500
8e65d46c
GM
25012008-06-13 Glenn Morris <rgm@gnu.org>
2502
c1473b4c
MB
2503 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2504 maintain.info.
8e65d46c 2505
e40a85cd
MB
25062008-06-05 Miles Bader <miles@gnu.org>
2507
2508 * display.texi (Temporary Face Changes): Update to reflect function
2509 renamings in face-remap.el.
2510
56c73dec
MB
25112008-06-04 Miles Bader <miles@gnu.org>
2512
1c6c854e
CS
2513 * display.texi (Temporary Face Changes):
2514 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2515 `increase-buffer-face-height' and `decrease-default-face-height' now
2516 that they aren't bound by default.
2517
9d3d42fb
MB
25182008-06-03 Miles Bader <miles@gnu.org>
2519
2520 * display.texi (Temporary Face Changes): New node.
2521
2be6bfe2
EZ
25222008-05-31 Eli Zaretskii <eliz@gnu.org>
2523
2524 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2525
daf7e339
GM
25262008-05-31 Glenn Morris <rgm@gnu.org>
2527
2528 * cal-xtra.texi (Fancy Diary Display): Simplify.
2529
d21d2618
GM
25302008-05-30 Glenn Morris <rgm@gnu.org>
2531
2532 * cal-xtra.texi (Fancy Diary Display): Update for
2533 diary-display-function replacing diary-display-hook.
2534
71ce5fd0
JB
25352008-05-29 Drew Adams <drew.adams@oracle.com>
2536
2537 * msdog.texi (Windows Keyboard): Add descriptions of
2538 w32-register-hot-key and w32-unregister-hot-key.
2539
a3cdbdf8
MO
25402008-05-21 Tom Tromey <tromey@redhat.com>
2541
2542 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2543 Variables node.
2544
854a574c
MO
25452008-05-19 Tom Tromey <tromey@redhat.com>
2546
2547 * custom.texi (Variables): Add Directory Variables to menu.
2548 (Directory Variables): New node.
2549
7c2ec3f9
ER
25502008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2551
71ce5fd0 2552 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2553
370fded4
ER
25542008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2555
2556 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2557 Revision Tags and rewritten. Section now uses modern terminology,
2558 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2559 accurately.
2560
6af511e3
EZ
25612008-05-10 Eli Zaretskii <eliz@gnu.org>
2562
2563 * msdog.texi (Windows Files): Update documentation of
2564 w32-get-true-file-attributes.
2565
7a78b6e7
ER
25662008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2567
2568 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2569 directory mode.
2570
1bcfc24e
CY
25712008-05-08 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2574 entry "television".
1bcfc24e 2575
db86064f
ER
25762008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2577
ab5ec32c 2578 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2579
a31b405e
ER
25802008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2581
2582 * emacs/buffers.texi, emacs/files.texi (Version-control):
2583 vc-toggle-read-only is no longer a good idea...
2584
ff2c14fc
GM
25852008-04-29 Glenn Morris <rgm@gnu.org>
2586
2587 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2588
367c9b7c
JL
25892008-04-22 Juri Linkov <juri@jurta.org>
2590
2591 * dired.texi (Subdirectories in Dired): Describe using `^'
2592 to return to the parent directory.
2593
4ac1e9b4
NR
25942008-04-22 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2597 recent changes.
2598
b9b3bf2b
NR
25992008-04-19 Nick Roberts <nickrob@snap.net.nz>
2600
2601 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2602 (Other GDB-UI Buffers): Update for recent thread related changes.
2603
4d120d6a
SM
26042008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2605
2606 * maintaining.texi (Maintaining):
2607 * emacs.texi (Top): Typo.
2608
a152877d
SM
26092008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2610
b9b3bf2b
NR
2611 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2612 arg in `font-lock-add-keywords'.
a152877d 2613
36c0514c
GM
26142008-04-08 Glenn Morris <rgm@gnu.org>
2615
2616 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2617 Also add Baha'i calendar references where appropriate.
2618
06a97d46
GM
26192008-04-05 Glenn Morris <rgm@gnu.org>
2620
2621 * custom.texi (Init File): Byte-compiling .emacs is bad.
2622
6adc6eed
SM
26232008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2626
571388b0
GM
26272008-03-29 Glenn Morris <rgm@gnu.org>
2628
2629 * calendar.texi: Update for `calendar-date-style' replacing
2630 `european-calendar'.
2631
3ae8f876
JR
26322008-03-28 Jason Rumney <jasonr@gnu.org>
2633
2634 * display.texi (Display Custom): Mention overlay-margin in text.
2635
5bc6ddff 26362008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2637
5bc6ddff
MB
2638 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2639 tutorial' comments.
03a864d5 2640
7186a830
CY
26412008-03-28 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * mark.texi (Mark): Rearrange nodes.
2644 (Persistent Mark): Rename from Transient Mark.
2645 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2646 Describe Transient Mark mode as the default.
2647
2648 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2649 the default behavior with Transient Mark mode off.
2650 (Position Info): Fix typo.
2651
71ce5fd0
JB
2652 * display.texi (Standard Faces): Reference the Mark node.
2653 Remove discussion of the region face, which is discussed there.
7186a830
CY
2654
2655 * emacs.texi (Top): Update node listings.
2656
2657 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2658 as the default.
2659
2660 * fixit.texi (Undo): Standardize choice of undo key sequence.
2661 (Undo, Spelling): Describe Transient Mark mode as the default.
2662
2663 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2664 default.
2665
2666 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2667
2668 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2669 mode is the default, and note that the mark is not activated when set.
2670
2671 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2672 Describe Transient Mark mode as the default.
2673
2674 * search.texi (Basic Isearch): Reference the Mark Ring node.
2675 (Replace, Unconditional Replace, Other Repeating Search):
2676 Describe Transient Mark mode as the default.
2677
1c6c854e
CS
2678 * text.texi (Words, Pages, Fill Commands, HTML Mode):
2679 Describe Transient Mark mode as the default.
7186a830
CY
2680 (Paragraphs): Describe how M-h behaves when region is active.
2681
2682 * trouble.texi (Quitting): Clarify effects of C-g.
2683
dc47d1ff
GM
26842008-03-13 Glenn Morris <rgm@gnu.org>
2685
2686 * emacs.texi (EMACSVER): Set to 23.0.60.
2687
e3e0fb39 26882008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 2689
e3e0fb39
GM
2690 * dired.texi (Hiding Subdirectories): Fix previous change.
2691
26922008-03-05 Drew Adams <drew.adams@oracle.com>
2693
2694 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 2695
5e14abf8
KS
26962008-02-28 Kim F. Storm <storm@cua.dk>
2697
2698 * help.texi (Help Files): Move describe-gnu-project to C-h g.
2699 Move describe-distribution to C-h C-o.
2700 Move view-emacs-problems to C-h C-p.
2701 Add view-emacs-debugging on C-h C-d.
2702 Add view-external-packages on C-h C-e.
d0207bf3 2703 Add view-order-manuals on C-h C-m.
5e14abf8 2704
d0207bf3 27052008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
2706
2707 * msdog-xtra.texi (MS-DOS): Docstring fix.
2708
87e391bb
EZ
27092008-02-09 Eli Zaretskii <eliz@gnu.org>
2710
2711 * msdog.texi (Windows Fonts): Use a @table for describing font
2712 properties.
2713
5662e503
JR
27142008-02-07 Jason Rumney <jasonr@gnu.org>
2715
2716 * msdog.texi (Windows Files): w32-get-true-file-attributes default
2717 value has changed.
2718 (Windows HOME): Clarify what is meant by "if that fails as well".
2719 (Windows Fonts): New section.
2720
72463824
GM
27212008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
2722
2723 * basic.texi (Basic Undo): Remove duplicate "you can".
2724
7ff926e0
EZ
27252008-02-02 Eli Zaretskii <eliz@gnu.org>
2726
2727 * maintaining.texi (Tags): Fix last change.
2728
6ab7aef1
MA
27292008-02-02 Michael Albinus <michael.albinus@gmx.de>
2730
093571c3 2731 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 2732
ace67e7e
NR
27332008-01-31 Nick Roberts <nickrob@snap.net.nz>
2734
2735 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2736
ae068fdf
RS
27372008-01-26 Richard Stallman <rms@gnu.org>
2738
2739 * maintaining.texi (Tags): Delete redundant index entry.
2740
a56d9a08
EZ
27412008-01-26 Eli Zaretskii <eliz@gnu.org>
2742
2743 * programs.texi (Imenu): Move "@cindex tags" from here...
2744 * maintaining.texi (Tags): ...to here.
2745
e941ed90
NR
27462008-01-23 Kevin Ryde <user42@zip.com.au>
2747
2748 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2749 click count.
2750
650276d5
JB
27512008-01-21 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * entering.texi (Exiting): Fix typo.
2754 Reported by D. E. Evans <sinuhe@gnu.org>.
2755
8dc17977
MR
27562007-12-31 Martin Rudalics <rudalics@gmx.at>
2757
2758 * glossary.texi (Glossary): Fix typo.
2759
9f9695a6
RS
27602007-12-27 Richard Stallman <rms@gnu.org>
2761
2762 * text.texi (Formatted Text): Improve menu tag.
2763 (Editing Format Info): In Info, add duplicate menu of nodes
2764 about the submenus.
2765 (Format Faces): Say where Faces menu is found. Mention Other.
2766 (Format Colors): Say where these submenus are found.
2767 (Format Indentation, Format Justification): Likewise.
2768 (Format Properties): Likewise.
2769
abfd0191
RS
27702007-12-22 Richard Stallman <rms@gnu.org>
2771
2772 * search.texi (Query Replace): Make exp of query-replace more
2773 self-contained, and clarify.
8dc17977 2774
abfd0191
RS
2775 * cc-mode.texi (Getting Started): Change @ref to @pxref.
2776
a2586785
RS
27772007-12-15 Richard Stallman <rms@gnu.org>
2778
2779 * files.texi (Auto Save): Clarify definition of auto-saving.
2780
a67cf2bb
RS
27812007-11-26 Richard Stallman <rms@gnu.org>
2782
2783 * help.texi (Help Echo): Cleanups.
2784
448b33b1
TTN
27852007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2786
2787 * files.texi (Why Version Control?): Fix typo.
2788 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
2789 (Selecting a Fileset): Fix typos; small rewording.
2790 (Log Buffer): Likewise.
2791 (Old Revisions): Likewise.
448b33b1 2792
221bb7f6
EZ
27932007-11-17 Eli Zaretskii <eliz@gnu.org>
2794
2795 * mule.texi (Communication Coding): Fix wording of last change.
2796
d0207bf3 27972007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 2798
630cb3b7
JB
2799 * custom.texi (Specifying File Variables):
2800 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 2801
53b7759e
KH
28022007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
2803
a5ab2e0c 2804 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
2805
2806 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
2807
c8763fb6 28082007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 2809
630cb3b7 2810 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
2811 --output=file.
2812
ff98e024
MR
28132007-11-13 Martin Rudalics <rudalics@gmx.at>
2814
2815 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
2816 (Help Echo): Avoid mentioning the term "region" here and
2817 consistently use the term "active text".
2818
37b11c22
GM
28192007-11-11 Glenn Morris <rgm@gnu.org>
2820
2821 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
2822
21d50ba1
JL
28232007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2824
1c6c854e
CS
2825 * search.texi (Query Replace):
2826 Mention `query-replace-show-replacement'.
21d50ba1 2827
c12ecb0a 28282007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
2829
2830 * building.texi (Watch Expressions): Remove obscure sentence.
2831
3b4201f4
KH
28322007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
2833
2834 * mule.texi (Select Input Method): Describe how to activate an input
2835 method in the text mode.
2836
07e5c0b0
DN
28372007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * cmdargs.texi (Misc Variables): Remove Sun windows info.
2840
52dd7391
NR
28412007-10-30 Nick Roberts <nickrob@snap.net.nz>
2842
2843 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
2844
c004e539
GM
28452007-10-30 Glenn Morris <rgm@gnu.org>
2846
2847 * misc.texi (Directory Tracking): Explain a bit more about
2848 dirtrack-mode.
2849
ca8c5b8c
GM
28502007-10-25 Glenn Morris <rgm@gnu.org>
2851
2852 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
2853
b6c764ef
RS
28542007-10-24 Richard Stallman <rms@gnu.org>
2855
2856 * misc.texi (Interactive Shell): Cleanup last change.
2857
eabd84c9
JL
28582007-10-22 Juri Linkov <juri@jurta.org>
2859
2860 * mini.texi (Minibuffer History): Add text about a list of minibuffer
2861 default values.
2862
0b43c7e2
ER
28632007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2864
ca8c5b8c 2865 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
2866 'filesets'.
2867
a80859d4
MR
28682007-10-18 Martin Rudalics <rudalics@gmx.at>
2869
2870 * trouble.texi (Quitting): Fix typo.
2871
c9447ae1
GM
28722007-10-18 Glenn Morris <rgm@gnu.org>
2873
2874 * frames.texi (Mode Line Mouse): Mention minor mode names.
2875
168b980f
JL
28762007-10-17 Juri Linkov <juri@jurta.org>
2877
2878 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
2879 fill-paragraph operates on the active region in Transient Mark mode.
2880 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
2881 with fill-paragraph.
2882
2883 * basic.texi (Arguments): Replace fill-paragraph-or-region with
2884 fill-paragraph.
2885
2886 * fixit.texi (Spelling): ispell-word operates on the active region
2887 in Transient Mark mode.
2888
5a331f34
JB
28892007-10-17 Aaron S. Hawley <aaronh@garden.org>
2890
2891 * building.texi (Source Buffers):
2892 * custom.texi (Init Non-ASCII):
2893 * glossary.texi (Glossary): Use "key binding" consistently.
2894
2a9f4d55
JB
28952007-10-17 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * calendar.texi (Diary): Fix directive.
2898
de13cecf
RS
28992007-10-16 Richard Stallman <rms@gnu.org>
2900
2901 * calendar.texi (Diary): Clarify text about diary file example.
2902
5f90d53e
ER
29032007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
2904
2905 * files.texi: Capitalize node names according to convention.
2906
3aa491bc
GM
29072007-10-13 Glenn Morris <rgm@gnu.org>
2908
2909 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
2910
8a3106d3
ER
29112007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2912
2913 * emacs.texi:
2914 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 2915 suggested by RMS and Robert J. Chassell.
8a3106d3 2916
da1080a2
ER
29172007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2918
3aa491bc 2919 * files.texi (Version Systems):
0870a421
ER
2920 * vc-xtra.texi:
2921 * vc1-xtra.texi:
ac3f4c6f 2922 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 2923 operations. Change of terminology from `version' to `revision'.
a7fc5b78 2924 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 2925 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 2926
58ade22b
ER
29272007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
2928
da1080a2 2929 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
2930 Reorder the descriptions to be chronological.
2931
93870ce2
RS
29322007-10-09 Richard Stallman <rms@gnu.org>
2933
2934 * display.texi (Cursor Display): Correct how cursor appears
2935 in nonselected windows.
2936
568c7288
NR
29372007-10-04 Nick Roberts <nickrob@snap.net.nz>
2938
2939 * building.texi (GDB Graphical Interface): Remove references to gdba
2940 and mention gud-gdb.
2941
1af74d06 29422007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 2943
1af74d06 2944 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 2945
0d8fb755
JL
29462007-10-06 Juri Linkov <juri@jurta.org>
2947
2948 * text.texi (Fill Commands): Document fill-paragraph-or-region.
2949 (Fill Prefix, Format Indentation): Replace fill-paragraph with
2950 fill-paragraph-or-region.
2951
2952 * basic.texi (Arguments): Replace fill-paragraph with
2953 fill-paragraph-or-region.
2954
b981e2c6
ER
29552007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2956
2957 * files.texi: Update the section on version control for 2007
2a9f4d55 2958 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
2959 will come later.
2960
5fceaf9c
GM
29612007-09-15 Glenn Morris <rgm@gnu.org>
2962
2963 * calendar.texi (Holidays): Change all instances of `holiday-list' back
2964 to `list-holidays'.
2965
b0e44b17
GM
29662007-09-14 Glenn Morris <rgm@gnu.org>
2967
2968 * calendar.texi: Update all instances of mark-calendar-holidays,
2969 list-calendar-holidays, list-holidays with the new names.
2970
8cf51b2c
GM
29712007-09-06 Glenn Morris <rgm@gnu.org>
2972
46a367db 2973 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
2974 Split into the Emacs manual in emacs/, and other manuals in misc/.
2975 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2976 manual.
2977 (infodir): New variable.
2978 (info): Use $infodir.
2979 (emacsman): Delete target, not needed any more.
2980 Move all targets that are not the Emacs manual to misc/Makefile.in.
2981 (mostlyclean): Remove `gnustmp'.
2982 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2983 manual.
92f9b43f 2984 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
2985 (emacsman): Delete target, not needed any more.
2986 (clean): Remove all info files but Emacs manual.
2987 Move all targets that are not the Emacs manual to misc/Makefile.in.
2988 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2989
2990 * Makefile.in (INFOSOURCES): Delete.
2991 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2992 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2993 *.vrs *.toc here...
2994 (maintainer-clean): ...from here.
2995
29962007-09-05 Glenn Morris <rgm@gnu.org>
2997
2998 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2999
8cf51b2c
GM
30002007-08-29 Glenn Morris <rgm@gnu.org>
3001
3002 * emacs.texi (EMACSVER): Increase to 23.0.50.
3003
3420c522
RS
30042007-08-27 Richard Stallman <rms@gnu.org>
3005
3006 * emacs.texi (Top): Clarify menu item for Glossary.
3007
3008 * display.texi (Faces): Change secn title.
3009 Clarify not all fonts come from Font Lock.
3010
8cf51b2c
GM
30112007-08-17 Eli Zaretskii <eliz@gnu.org>
3012
3013 * basic.texi (Position Info): Add index entry for face at point.
3014 Mention that character faces are also displayed by "C-u C-x =".
3015
8cf51b2c
GM
30162007-08-08 Glenn Morris <rgm@gnu.org>
3017
3018 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3019
30202007-08-07 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * files.texi (File Conveniences): Document point motion keys in Image
3023 mode.
3024
8cf51b2c
GM
30252007-07-27 Glenn Morris <rgm@gnu.org>
3026
8cf51b2c
GM
3027 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3028 in-line.
3029
3030 * gpl.texi: New file with text of GPL.
3031 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3032
30332007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3036
3037 * dired.texi (Wdired): Mention C-x C-q key binding.
3038
30392007-07-28 Nick Roberts <nickrob@snap.net.nz>
3040
3041 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3042
30432007-07-25 Glenn Morris <rgm@gnu.org>
3044
8cf51b2c
GM
3045 * emacs.texi (Copying): Replace license with GPLv3.
3046
3047 * Relicense all FSF files to GPLv3 or later.
3048
30492007-07-24 Glenn Morris <rgm@gnu.org>
3050
3051 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3052 for some calendars.
3053
30542007-07-23 Nick Roberts <nickrob@snap.net.nz>
3055
3056 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3057 default-directory for the current buffer is on a remote machine.
3058
8cf51b2c
GM
30592007-07-21 Eli Zaretskii <eliz@gnu.org>
3060
3061 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3062 default value.
3063
30642007-07-21 Richard Stallman <rms@gnu.org>
3065
3066 * files.texi (Why Version Control?): Improve previous change.
3067
30682007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3069
3070 * files.texi (Why Version Control?): New node.
3071
8cf51b2c
GM
30722007-07-12 Nick Roberts <nickrob@snap.net.nz>
3073
8cf51b2c
GM
3074 * building.texi (Starting GUD): Add xref to this anchor.
3075
8cf51b2c
GM
30762007-06-24 Karl Berry <karl@gnu.org>
3077
2a9f4d55 3078 * emacs.texi: New Back-Cover Text.
8cf51b2c 3079
8cf51b2c
GM
30802007-06-07 Alan Mackenzie <acm@muc.de>
3081
3082 * display.texi (Optional Mode Line): Document the new form of
3083 line+column numbers, "(561,2)".
3084
30852007-06-06 Juanma Barranquero <lekktu@gmail.com>
3086
49823426 3087 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3088
30892007-06-02 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * Version 22.1 released.
3092
8cf51b2c
GM
30932007-05-07 Karl Berry <karl@gnu.org>
3094
3095 * emacs.texi (EMACSVER): Back to 22.
3096
30972007-05-06 Richard Stallman <rms@gnu.org>
3098
3099 * maintaining.texi (Create Tags Table): Clean up previous change.
3100
c8763fb6 31012007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3102
3103 * maintaining.texi (Create Tags Table): Add text about the dangers of
3104 making symbolic links to tags files.
3105
31062007-05-04 Karl Berry <karl@gnu.org>
3107
3108 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3109
31102007-05-03 Karl Berry <karl@gnu.org>
3111
3112 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3113
3114 * .cvsignore (*.pdf): New entry.
3115
8cf51b2c
GM
3116 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3117 for printing.
3118
31192007-05-01 Richard Stallman <rms@gnu.org>
3120
3121 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3122
8cf51b2c
GM
31232007-04-28 Glenn Morris <rgm@gnu.org>
3124
3125 * ack.texi (Acknowledgments):
3126 * anti.texi (Antinews):
8cf51b2c
GM
3127 * programs.texi (Program Modes): Restore mention of python.el pending
3128 consideration of legal status.
3129
31302007-04-28 Richard Stallman <rms@gnu.org>
3131
3132 * files.texi (File Names): Fixes to ~ description on MS systems.
3133
8cf51b2c
GM
31342007-04-26 Glenn Morris <rgm@gnu.org>
3135
3136 * emacs.texi (EMACSVER): Increase to 22.1.50.
3137
31382007-04-25 Karl Berry <karl@gnu.org>
3139
3140 * emacs.texi: Improve line breaks on copyright page,
3141 similar layout to lispref, 8.5x11 by default.
3142
3143 * dired.texi (Image-Dired): Improve line break, fix typo.
3144
31452007-04-24 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * programs.texi (Program Modes):
8cf51b2c
GM
3148 * anti.texi (Antinews):
3149 * ack.texi (Acknowledgments): python.el removed.
3150
8cf51b2c
GM
31512007-04-23 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * display.texi (Highlight Interactively): Correct description of
3154 hi-lock-file-patterns-policy.
3155
3156 * files.texi (File Archives): Mention self-extracting executables.
3157
31582007-04-23 Eli Zaretskii <eliz@gnu.org>
3159
3160 * search.texi (Unconditional Replace, Query Replace): Add xref to
3161 "Replacement and Case".
3162
31632007-04-22 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * dired.texi (Image-Dired): Move from Thumbnails node.
3166 * misc.texi (Thumbnails): Node deleted.
3167 * emacs.texi (Top): Update node listing.
3168
3169 * files.texi (File Conveniences):
49823426 3170 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3171
31722007-04-21 Richard Stallman <rms@gnu.org>
3173
3174 * display.texi (Highlight Interactively): Correct previous change.
3175 Clarify doc of hi-lock-find-patterns, and move new features into it.
3176
31772007-04-20 David Koppelman <koppel@ece.lsu.edu>
3178
1c6c854e
CS
3179 * display.texi (Highlight Interactively):
3180 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3181
31822007-04-20 Martin Rudalics <rudalics@gmx.at>
3183
3184 * display.texi (Scrolling): Fix typo.
3185
8cf51b2c
GM
31862007-04-15 Chong Yidong <cyd@stupidchicken.com>
3187
8cf51b2c
GM
3188 * doclicense.texi: Remove node heading, so that it can be included by
3189 other files.
3190
3191 * emacs.texi: Insert node heading for GFDL.
3192
8cf51b2c
GM
31932007-04-14 Eli Zaretskii <eliz@gnu.org>
3194
3195 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3196 "command line".
3197
3198 * display.texi (Faces): Refer to "Creating Frames" for face
3199 and other frame customizations in .emacs.
3200
3201 * frames.texi (Creating Frames): Mention that face customizations can
3202 be put in .emacs. Add index entries.
3203
32042007-04-12 Richard Stallman <rms@gnu.org>
3205
3206 * glossary.texi (Glossary): Explain `iff'.
3207
32082007-04-11 Karl Berry <karl@gnu.org>
3209
3210 * gnu.texi (Top),
3211 * macos.texi (Mac Font Specs),
3212 * anti.texi (Antinews),
3213 * xresources.texi (Resources),
3214 * misc.texi (Emulation),
3215 * calendar.texi (Daylight Saving),
3216 * dired.texi (Dired and Find),
3217 * rmail.texi (Remote Mailboxes),
3218 * sending.texi (Mail Headers),
3219 * programs.texi (Which Function),
3220 * files.texi (Recover),
3221 * buffers.texi (Uniquify),
3222 * frames.texi (Wheeled Mice),
3223 * killing.texi (Rectangles): Wording to improve breaks in
3224 8.5x11 format.
3225 * mule.texi (Language Environments): \hbadness=10000 since there's
3226 no way to reword.
3227 * emacs.texi (smallbook): New @set to more easily switch between
3228 smallbook and 8.5x11.
3229
32302007-04-11 Richard Stallman <rms@gnu.org>
3231
3232 * files.texi (File Conveniences): Add xref to Tumme.
3233 Delete text about Thumbnail mode.
3234
8cf51b2c
GM
32352007-04-09 Alan Mackenzie <acm@muc.de>
3236
3237 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3238 new name. Insert concept index entries.
3239
8cf51b2c
GM
32402007-04-08 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * display.texi (Standard Faces): Document prefix arg for
3243 list-faces-display.
3244
3245 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3246
8cf51b2c
GM
32472007-04-07 Chong Yidong <cyd@stupidchicken.com>
3248
8cf51b2c
GM
3249 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3250
3251 * files.texi (Misc File Ops): Rewrite description of
3252 insert-file-literally.
3253
8cf51b2c
GM
32542007-03-31 Eli Zaretskii <eliz@gnu.org>
3255
3256 * misc.texi (Printing): Postscript -> PostScript.
3257
8cf51b2c
GM
3258 * ack.texi (Acknowledgments): Postscript -> PostScript.
3259
3260 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3261
3262 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3263 below.
3264
32652007-03-30 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3268 Init Non-ASCII.
3269 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3270 (Init Non-ASCII): New node.
3271
32722007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3273
3274 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3275
8cf51b2c
GM
32762007-03-12 Glenn Morris <rgm@gnu.org>
3277
8cf51b2c
GM
3278 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3279 "Daylight Savings".
3280
49823426 3281 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3282 saving" in text throughout.
3283
8cf51b2c
GM
32842007-03-04 Richard Stallman <rms@gnu.org>
3285
3286 * custom.texi (Safe File Variables): Minor correction.
3287
8cf51b2c
GM
32882007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3289
3290 * rmail.texi (Movemail): Add internal ref.
3291 Don't indent the intro for the PROTO table.
3292 Format PROTO table items with @code.
3293
8cf51b2c
GM
32942007-02-26 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * building.texi: Remove references to bashdb.
3297
8cf51b2c
GM
32982007-02-19 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * mule.texi (Language Environments): Update list of supported language
3301 environments.
3302
8cf51b2c
GM
33032007-02-14 Kim F. Storm <storm@cua.dk>
3304
3305 * building.texi (Grep Searching): Fix lgrep doc.
3306
33072007-02-12 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * back.texi: Remove unused file.
3310
c8763fb6 33112007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3312
3313 * maintaining.texi (Tag Syntax): Now --members is the default for
3314 etags, not for ctags yet.
3315
8cf51b2c
GM
33162007-02-03 Eli Zaretskii <eliz@gnu.org>
3317
3318 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3319 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3320 expects. Add comments to prevent people from inadvertently modifying
3321 the key parts needed by `texinfo-multiple-files-update'.
3322
33232007-01-29 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * frames.texi (Secondary Selection): Window clicked does not matter
3326 when mouse-yank-at-point is non-nil.
3327
8cf51b2c
GM
33282007-01-16 Glenn Morris <rgm@gnu.org>
3329
3330 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3331 system abbrev.
3332
33332007-01-11 Richard Stallman <rms@gnu.org>
3334
3335 * msdog.texi (Windows Keyboard): Another small cleanup.
3336
33372007-01-10 Richard Stallman <rms@gnu.org>
3338
3339 * msdog.texi (Windows Keyboard): Yet another try to make
3340 everyone happy with that passage.
3341
33422007-01-05 Richard Stallman <rms@gnu.org>
3343
3344 * anti.texi (Antinews): Mention M-x shell scrolling.
3345
33462007-01-05 Nick Roberts <nickrob@snap.net.nz>
3347
3348 * building.texi (Watch Expressions): Describe gdb-max-children.
3349
8cf51b2c
GM
33502007-01-04 Richard Stallman <rms@gnu.org>
3351
8cf51b2c
GM
3352 * msdog.texi (Windows Keyboard): Clarify previous change.
3353
8cf51b2c
GM
33542007-01-02 Richard Stallman <rms@gnu.org>
3355
3356 * custom.texi (Changing a Variable): Minor clarification.
3357 (Specific Customization): customize-customized => customize-unsaved.
3358
3359 * entering.texi (Entering Emacs): Clean up text about restarting
3360 Emacs for each file.
3361
3362 * misc.texi (Shell Options): Minor cleanup.
3363
3364 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3365 with Emacs, not vice versa.
3366
3367 * programs.texi (Symbol Completion): Recommend customizing
3368 window manager.
3369
3370 * xresources.texi (Resources): Minor fix.
3371
c8763fb6 33722007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3373
3374 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3375
33762007-01-01 Richard Stallman <rms@gnu.org>
3377
3378 * commands.texi (User Input): Document keys stolen by window mangers.
3379
33802006-12-31 Richard Stallman <rms@gnu.org>
3381
3382 * custom.texi (Specific Customization): Document customize-option
3383 instead of customize-variable.
3384
33852006-12-31 Kim F. Storm <storm@cua.dk>
3386
3387 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3388
33892006-12-30 Kim F. Storm <storm@cua.dk>
3390
3391 * killing.texi (CUA Bindings): Fix typo.
3392
3393 * xresources.texi (Table of Resources): Mention grow-only value for
3394 auto-resize-tool-bars.
3395
8cf51b2c
GM
33962006-12-27 Eli Zaretskii <eliz@gnu.org>
3397
3398 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3399 and how to get them back.
3400
34012006-12-26 Richard Stallman <rms@gnu.org>
3402
3403 * calendar.texi (Holidays): Holiday listing is based on current
3404 practice, but DST is not.
3405
34062006-12-25 Richard Stallman <rms@gnu.org>
3407
3408 * emacs.texi (Top): Update subnode menus.
3409
3410 * mark.texi (Transient Mark): Fix xref.
3411
3412 * killing.texi (Graphical Kill): Node deleted.
3413 (Killing): Add xref to Cut and Paste.
3414 (CUA Bindings): Update xref.
3415
3416 * frames.texi (Cut and Paste): New section to hold other nodes.
3417 (Mouse Commands): Node demoted.
3418 (Cut/Paste Other App): Split out from Mouse Commands.
3419 (Word and Line Mouse): Likewise.
3420 (Secondary Selection, Clipboard): Nodes demoted.
3421
8cf51b2c
GM
34222006-12-24 Kevin Ryde <user42@zip.com.au>
3423
3424 * calendar.texi (Holidays): US daylight saving begins second Sunday
3425 in March for 2007 onwards.
3426 (Daylight Savings): Show new US default daylight saving rules, 2nd
3427 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3428
34292006-12-23 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * calendar.texi (Scroll Calendar): < and > are switched.
3432
34332006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3434
3435 * killing.texi (Deletion): Describe M-\ prefix argument.
3436
34372006-12-23 Richard Stallman <rms@gnu.org>
3438
3439 * search.texi (Regexp Search): Explain why forward and reverse regexp
3440 search are not mirror images.
3441
8cf51b2c
GM
34422006-12-19 Kim F. Storm <storm@cua.dk>
3443
3444 * major.texi (Choosing Modes): Describe match-function elements for
3445 magic-mode-alist.
3446
8cf51b2c
GM
34472006-12-18 Eli Zaretskii <eliz@gnu.org>
3448
3449 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3450 peculiarities.
3451
34522006-12-18 Richard Stallman <rms@gnu.org>
3453
3454 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3455
8cf51b2c
GM
34562006-12-17 Alan Mackenzie <acm@muc.de>
3457
3458 * programs.texi (Left Margin Paren): Remove the bit which says
3459 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3460 Discuss some of the issues of setting this option to nil.
3461
34622006-12-17 Glenn Morris <rgm@gnu.org>
3463
3464 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3465
34662006-12-16 Eli Zaretskii <eliz@gnu.org>
3467
3468 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3469 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3470 NTFS volumes.
3471 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3472 volumes.
3473
34742006-12-15 Eli Zaretskii <eliz@gnu.org>
3475
3476 * text.texi (HTML Mode): Fix "C-c TAB".
3477
8cf51b2c
GM
34782006-12-09 Richard Stallman <rms@gnu.org>
3479
3480 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3481
34822006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3483
3484 * files.texi (Misc File Ops): Document insert-file-literally.
3485
34862006-12-08 Eli Zaretskii <eliz@gnu.org>
3487
3488 * cmdargs.texi (Colors): Note that --color is intended for overriding
3489 the terminal defaults, not for normal invocation.
3490
3491 * misc.texi (Emacs Server): Improve wording. Don't mention the
3492 ``server program''. Add a cross-reference to "Init File" node.
3493 (Invoking emacsclient): Add index entries. Document both short and
3494 long versions of command-line options. Document the -f option.
3495
8cf51b2c
GM
34962006-12-06 Richard Stallman <rms@gnu.org>
3497
3498 * text.texi (Outline Format): Say to set outline-regexp
3499 and outline-level with major modes and file local variables.
3500
c8763fb6 35012006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3502
3503 * anti.texi (Antinews): Mention the alternative to
3504 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3505
8cf51b2c
GM
3506 * misc.texi (Interactive Shell): Ditto.
3507
35082006-12-04 Eli Zaretskii <eliz@gnu.org>
3509
3510 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3511
3512 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3513
35142006-12-01 Eli Zaretskii <eliz@gnu.org>
3515
3516 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3517 colon in the mode line.
3518
3519 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3520
35212006-11-26 Nick Roberts <nickrob@snap.net.nz>
3522
3523 * building.texi (Watch Expressions): Mention SPC for expanding/
3524 contracting watch expressions.
3525
35262006-11-26 Kim F. Storm <storm@cua.dk>
3527
3528 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3529
35302006-11-26 Nick Roberts <nickrob@snap.net.nz>
3531
3532 * building.texi (Debugger Operation): Define text command mode.
3533 Clarify how tooltips work.
3534 (GDB Graphical Interface): Explain how to run in text command mode
3535 more clearly.
3536
35372006-11-25 Juanma Barranquero <lekktu@gmail.com>
3538
3539 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3540
35412006-11-22 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3544
8cf51b2c
GM
35452006-11-18 Chong Yidong <cyd@stupidchicken.com>
3546
3547 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3548 and EMACS is deprecated.
3549
35502006-11-18 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3553
c8763fb6 35542006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3555
3556 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3557
3558 * emacs.texi: Include xresources.texi both for info and dvi.
3559
3560 * xresources.texi: Merge text from xresmini.texi.
3561
c8763fb6 35622006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3563
3564 * glossary.texi: Fix typos.
3565
8cf51b2c
GM
35662006-11-06 Richard Stallman <rms@gnu.org>
3567
3568 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3569
3570 * ack.texi (Acknowledgments): Fix name spelling.
3571
35722006-11-01 Juri Linkov <juri@jurta.org>
3573
3574 * search.texi (Word Search): Document incremental word search.
3575
35762006-10-28 Glenn Morris <rgm@gnu.org>
3577
3578 * ack.texi (Acknowledgments): Add cal-html author.
3579
3580 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3581 Calendar"). Describe new package cal-html.
3582 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3583 Calendar Files."
3584
8cf51b2c
GM
35852006-10-23 Richard Stallman <rms@gnu.org>
3586
3587 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3588 Abbrev mode is enabled.
3589
8cf51b2c
GM
35902006-10-16 Richard Stallman <rms@gnu.org>
3591
8cf51b2c
GM
3592 * emacs.texi: Update ISBN.
3593
8cf51b2c
GM
35942006-10-11 Kim F. Storm <storm@cua.dk>
3595
3596 * emacs.texi (Acknowledgments): Use @dotless{i}.
3597
35982006-10-08 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * building.texi (Breakpoints Buffer): Mention catchpoints.
3601
36022006-10-08 Kim F. Storm <storm@cua.dk>
3603
3604 * ack.texi (Acknowledgments): Update.
3605
3606 * emacs.texi (Acknowledgments): Fix bad @/ form.
3607
8cf51b2c
GM
36082006-10-05 Kim F. Storm <storm@cua.dk>
3609
3610 * emacs.texi (Acknowledgments): Add more contributors.
3611
36122006-10-03 Richard Stallman <rms@gnu.org>
3613
3614 * emacs.texi (Acknowledgments): Update version and edition.
3615
8cf51b2c
GM
36162006-10-01 Karl Berry <karl@gnu.org>
3617
3618 * custom.texi (Customization Groups): Page break to keep example buffer
3619 on one page.
3620
36212006-09-30 Karl Berry <karl@gnu.org>
3622
3623 * programs.texi (Basic Indent): @need to improve page break.
3624 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3625
36262006-09-29 Glenn Morris <rgm@gnu.org>
3627
3628 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3629
36302006-09-29 Karl Berry <karl@gnu.org>
3631
3632 * windows.texi (Basic Window): Remove forced @break, no longer
3633 desirable.
3634 * frames.texi (Frame Commands),
3635 * mark.texi (Marking Objects): Reword to avoid bad page break.
3636 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3637
36382006-09-19 Richard Stallman <rms@gnu.org>
3639
3640 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3641 stick to present tense.
3642
c8763fb6 36432006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3644
3645 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3646 to x-gtk-use-old-file-dialog.
3647 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3648
36492006-09-15 Jay Belanger <belanger@truman.edu>
3650
49823426 3651 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3652 Change "Library Public License" to "Lesser Public License"
3653 throughout. Use "yyyy" to represent year.
3654
8cf51b2c
GM
36552006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3656
3657 * files.texi (Visiting): Add index entry "open file".
3658
8cf51b2c
GM
36592006-09-11 Richard Stallman <rms@gnu.org>
3660
3661 * building.texi (Compilation Mode): Clarification.
3662 (Grep Searching): Add xref to Compilation Mode.
3663
8cf51b2c
GM
36642006-09-08 Richard Stallman <rms@gnu.org>
3665
3666 * search.texi (Search): Ref multi-file search commands here.
3667 (Other Repeating Search): Not here.
3668
8cf51b2c
GM
36692006-08-28 Richard Stallman <rms@gnu.org>
3670
3671 * windows.texi (Split Window): Update xref.
3672
3673 * basic.texi (Continuation Lines): Update xref.
3674
3675 * indent.texi (Tab Stops): Update xref.
3676
3677 * emacs.texi (Top): Update subnode menu.
3678
3679 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3680 split out of Display Custom.
3681
36822006-08-25 Kim F. Storm <storm@cua.dk>
3683
3684 * display.texi (Display Custom): Add variables overline-margin
3685 and x-underline-at-descent-line.
3686
36872006-08-25 Richard Stallman <rms@gnu.org>
3688
3689 * entering.texi (Exiting): Rewrite to give graphical displays
3690 priority over text terminals.
3691
3692 * search.texi (Incremental Search): Move index entries.
3693
36942006-08-23 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * custom.texi (Init File): Reference Find Init to avoid "home
3697 directory" confusion.
3698
36992006-08-22 Nick Roberts <nickrob@snap.net.nz>
3700
3701 * building.texi (Other GDB-UI Buffers): Describe how to edit
3702 a value in the locals buffer.
3703
37042006-08-21 Richard Stallman <rms@gnu.org>
3705
3706 * search.texi (Basic Isearch): Add `isearch' index entry.
3707
37082006-08-16 Richard Stallman <rms@gnu.org>
3709
3710 * misc.texi (Saving Emacs Sessions): Clean up wording.
3711
3712 * mark.texi (Marking Objects): Mention term "select all".
3713
3714 * emacs.texi (Top): Update subnode menu.
3715
3716 * help.texi (Help Mode): Move node up in file.
3717
8cf51b2c
GM
37182006-08-15 Nick Roberts <nickrob@snap.net.nz>
3719
3720 * building.texi (Stack Buffer): Explain fringe arrow.
3721
8cf51b2c
GM
37222006-08-12 Eli Zaretskii <eliz@gnu.org>
3723
8cf51b2c
GM
3724 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3725 on startup.
3726
37272006-08-11 Romain Francoise <romain@orebokech.com>
3728
3729 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3730
37312006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
3732
3733 * mule.texi (Recognize Coding, Text Coding): Fix typos.
3734
37352006-08-10 Richard Stallman <rms@gnu.org>
3736
3737 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
3738 with face merging. Empty regions don't count.
3739 Clarify face property inheritance.
8cf51b2c
GM
3740
37412006-08-08 Romain Francoise <romain@orebokech.com>
3742
3743 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3744 <arjuropo@cc.jyu.fi>.
3745
8cf51b2c
GM
37462006-08-04 Eli Zaretskii <eliz@gnu.org>
3747
3748 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3749 apply to all frames.
3750
8cf51b2c
GM
37512006-08-01 Richard Stallman <rms@gnu.org>
3752
3753 * help.texi (Name Help): Add index entries for describe-variable.
3754
37552006-08-01 Nick Roberts <nickrob@snap.net.nz>
3756
3757 * building.texi (GDB Graphical Interface): Shorten node names.
3758 (GDB-UI Layout): Use GDB-related.
3759 (Other GDB-UI Buffers): Simplify English.
3760
37612006-07-31 Richard Stallman <rms@gnu.org>
3762
3763 * search.texi (Query Replace): Add xref for Dired's Q command.
3764
8cf51b2c
GM
37652006-07-31 Nick Roberts <nickrob@snap.net.nz>
3766
3767 * building.texi (GDB commands in Fringe): Rename to...
3768 (Source Buffers): ..this and move forward. Describe hollow arrow and
3769 new option gdb-find-source-frame.
3770
37712006-07-29 Richard Stallman <rms@gnu.org>
3772
3773 * dired.texi (Operating on Files): Simplify previous change
3774 and fix Texinfo usage.
3775
37762006-07-29 Eli Zaretskii <eliz@gnu.org>
3777
3778 * dired.texi (Operating on Files): Add cross-references. State the
3779 Unix commands that do similar things.
3780
37812006-07-28 Richard Stallman <rms@gnu.org>
3782
3783 * mark.texi (Transient Mark): Clarify that region never disappears
3784 when Transient Mark mode is off, and not when it is on.
3785
37862006-07-27 Richard Stallman <rms@gnu.org>
3787
3788 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
3789
37902006-07-24 Richard Stallman <rms@gnu.org>
3791
3792 * xresources.texi (GTK styles): Fix texinfo usage.
3793
8cf51b2c
GM
3794 * commands.texi (User Input): Explain why we teach keyboard cmds.
3795
3796 * xresources.texi, xresmini.texi, search.texi, programs.texi:
3797 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
3798 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
3799 * doclicense.texi, display.texi, dired.texi, basic.texi:
3800 * anti.texi, ack.texi: Move periods and commas inside quotes.
3801
38022006-07-22 Eli Zaretskii <eliz@gnu.org>
3803
3804 * cmdargs.texi (General Variables): Document EMAIL.
3805
38062006-07-21 Eli Zaretskii <eliz@gnu.org>
3807
3808 * frames.texi (Frame Commands): Mention that focus-follows-mouse
3809 doesn't have effect on MS-Windows.
3810
8cf51b2c
GM
38112006-07-17 Richard Stallman <rms@gnu.org>
3812
3813 * building.texi (Grep Searching): Explain about chaining grep commands.
3814
8cf51b2c
GM
38152006-07-10 Nick Roberts <nickrob@snap.net.nz>
3816
49823426 3817 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
3818
38192006-07-09 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
3822 is invoked for multiple files.
3823
38242006-07-08 Eli Zaretskii <eliz@gnu.org>
3825
3826 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
3827 on-line manual for the rest of this node.
3828 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
3829 unconditionally.
3830 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
3831 Improve wording.
3832 (Windows Printing): Improve wording.
3833 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
3834 rest of this node.
3835
8cf51b2c
GM
38362006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3837
49823426
GM
3838 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
3839 with eval-buffer.
8cf51b2c
GM
3840
38412006-07-05 Nick Roberts <nickrob@snap.net.nz>
3842
3843 * mule.texi (Coding Systems, Specify Coding): Link descriptions
3844 of character translation.
3845
38462006-07-04 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
3849
38502006-07-03 Karl Berry <karl@gnu.org>
3851
3852 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
3853 not-too-underfull hboxes in the TeX output.
3854 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
3855 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
3856 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
3857 * sending.texi, text.texi: Fix overfull/underfull boxes.
3858
38592006-07-03 Romain Francoise <romain@orebokech.com>
3860
3861 * m-x.texi (M-x): Fix.
3862
38632006-07-03 Richard Stallman <rms@gnu.org>
3864
8cf51b2c
GM
3865 * search.texi (Other Repeating Search): filename -> file name.
3866
3867 * misc.texi (Narrowing): Minor cleanups.
3868
3869 * files.texi (Visiting): filename -> file name.
3870
3871 * emacs.texi (Top): Update subnode menus.
3872
3873 * mule.texi (Coding Systems): Move char translation stuff here.
3874 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
3875 (Recognize Coding): Substantial local rewrites.
3876 (International): Update menu.
3877
3878 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
3879 (Scrolling): Substantial local rewrites.
3880 (Display): Update menu and intro.
3881
3882 * dired.texi: filename -> file name.
3883
3884 * custom.texi (Safe File Variables): Texinfo usage fix.
3885
f0131492 38862006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3887
3888 * help.texi, m-x.texi: Lots of cleanups.
3889
8cf51b2c
GM
38902006-06-30 Eli Zaretskii <eliz@gnu.org>
3891
3892 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
3893 (Windows Processes, Windows Misc): Shorten the printed version by
3894 selectively conditioning less important portions by @ifnottex.
3895
8cf51b2c
GM
38962006-06-27 Richard Stallman <rms@gnu.org>
3897
3898 * mini.texi (Minibuffer File): Minor cleanup.
3899
39002006-06-25 Nick Roberts <nickrob@snap.net.nz>
3901
3902 * frames.texi (XTerm Mouse): Rename to...
3903 (Text-Only Mouse): ...this. Mention t-mouse-mode.
3904
3905 * emacs.texi (Top): Use new node name.
3906
39072006-06-24 Eli Zaretskii <eliz@gnu.org>
3908
3909 * emacs.texi (Top): Update the detailed menu according to changes in
3910 msdog.texi.
3911
3912 * msdog.texi (Windows Keyboard): New section.
3913 (Windows Mouse): New section.
3914 (Windows System Menu): Remove section (text merged with "Windows
3915 Keyboard").
3916 (Windows Misc): New section.
3917
3918 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
3919
3920 * msdog.texi (ls in Lisp): New section.
3921
3922 * files.texi (Visiting): Document case-insensitive wildcard matching
3923 under find-file-wildcards.
3924
8cf51b2c
GM
39252006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3926
3927 * macos.texi (Mac Input): Add description of mac-function-modifier.
3928 Now Unicode keyboard layouts work.
3929
8cf51b2c
GM
39302006-06-10 Richard Stallman <rms@gnu.org>
3931
3932 * mule.texi (Recognize Coding): Clarify previous change.
3933
39342006-06-09 Kenichi Handa <handa@m17n.org>
3935
3936 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
3937 notation.
3938
39392006-06-07 Kevin Ryde <user42@zip.com.au>
3940
3941 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
3942 manual for @ifnottex, but in emacs-extra for @iftex.
3943
3944 * cmdargs.texi (General Variables): Fix smtpmail xref.
3945
39462006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3947
8cf51b2c 3948 * programs.texi (Comment Commands):
8cf51b2c 3949 * custom.texi (Specifying File Variables):
49823426 3950 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
3951
39522006-06-07 Nick Roberts <nickrob@snap.net.nz>
3953
3954 * building.texi (Watch Expressions): Move node to end.
3955 (GDB Graphical Interface): Move description of clicks in fringe...
3956 (GDB commands in the Fringe): ...to here. New node.
3957
8cf51b2c
GM
39582006-06-05 Romain Francoise <romain@orebokech.com>
3959
49823426 3960 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
3961
39622006-06-05 Nick Roberts <nickrob@snap.net.nz>
3963
3964 * building.texi (GDB Graphical Interface): Update bindings.
3965 (Commands of GUD): Add gud-print. Remove gud-run.
3966 Restate availability more generally.
3967
f0131492 39682006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3969
3970 * mini.texi: Lots of cleanups.
3971
39722006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3973
3974 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3975 and Mouse-2.
3976
c8763fb6 39772006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3978
3979 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3980
8cf51b2c
GM
39812006-05-31 Richard Stallman <rms@gnu.org>
3982
3983 * basic.texi (Moving Point): Fix previous change.
3984
c8763fb6 39852006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3986
3987 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3988
f0131492 39892006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3990
3991 * basic.texi: Many simplifications and improvements in wording.
3992
8cf51b2c
GM
39932006-05-26 Nick Roberts <nickrob@snap.net.nz>
3994
3995 * anti.texi (Antinews): Create a node for gdb-ui.
3996
8cf51b2c
GM
39972006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3998
3999 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4000
40012006-05-20 Richard Stallman <rms@gnu.org>
4002
4003 * dired.texi (Dired Navigation): dired-goto-file is now j.
4004
8cf51b2c
GM
40052006-05-20 Eli Zaretskii <eliz@gnu.org>
4006
4007 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4008 and their aliases.
4009
4010 * msdog.texi (Windows Printing): Mention non-support of plain text
4011 printing with some el-cheapo printers, and suggest a workaround.
4012
40132006-05-20 Kevin Ryde <user42@zip.com.au>
4014
4015 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4016 remove the bit saying you must set it.
4017
40182006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * trouble.texi (Checklist):
4021 * text.texi (Text, Auto Fill, Text Mode):
4022 * search.texi (Nonincremental Search):
4023 * rmail.texi (Rmail Labels):
4024 * mule.texi (Input Methods, Multibyte Conversion):
4025 * misc.texi (Gnus, Where to Look, PostScript):
4026 * maintaining.texi (Create Tags Table):
4027 * indent.texi (Indentation Commands):
4028 * fixit.texi (Spelling):
4029 * emacs.texi (Copying):
4030 * custom.texi (Init File): ifinfo -> ifnottex.
4031
8cf51b2c
GM
40322006-05-17 Richard Stallman <rms@gnu.org>
4033
4034 * files.texi (Diff Mode): Mention C-x `.
4035
40362006-05-08 Richard Stallman <rms@gnu.org>
4037
4038 * custom.texi (Disabling): Textual cleanups.
4039
8cf51b2c
GM
40402006-05-12 Glenn Morris <rgm@gnu.org>
4041
4042 * calendar.texi (Displaying the Diary, Format of Diary File):
4043 Refer to diary-view-entries, diary-list-entries,
4044 diary-show-all-entries rather than obsolete aliases.
4045
40462006-05-12 Eli Zaretskii <eliz@gnu.org>
4047
4048 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4049 (Displaying the Diary, Special Diary Entries, Importing Diary):
4050 * building.texi (Compilation Shell):
4051 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4052 emacs-xtra with @inforef's.
4053
4054 * files.texi (Visiting): Fix wording.
4055
4056 * mule.texi (Coding Systems, Text Coding): More indexing.
4057 Mention that C-x RET f can set eol conversion.
4058
c8763fb6 40592006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4060
4061 * xresmini.texi (GTK resources): Insert GTK description.
4062
4063 * xresources.texi (GTK resources): metafont should be menufont.
4064
8cf51b2c
GM
40652006-05-06 Michael Albinus <michael.albinus@gmx.de>
4066
49823426 4067 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4068 method, user name and host name is active only in partial
4069 completion mode.
4070
8cf51b2c
GM
40712006-05-06 Eli Zaretskii <eliz@gnu.org>
4072
4073 * makefile.w32-in (emacs.dvi):
4074 * Makefile.in (emacs.dvi): Add xresmini.texi.
4075
4076 * xresmini.texi (Table of Resources): Remove xref to non-existent
4077 node "LessTif Resources".
4078
4079 * msdog.texi (Microsoft Windows):
4080 * calendar.texi (Calendar/Diary, Displaying the Diary)
4081 (Special Diary Entries, Importing Diary, Holidays):
4082 * programs.texi (Program Modes):
4083 * text.texi (Text):
4084 * buffers.texi (Several Buffers):
4085 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4086
40872006-05-06 Eli Zaretskii <eliz@gnu.org>
4088
4089 The following changes merge the emacs-xtra manual into the main
4090 manual, but only for on-line version of the manual.
4091
4092 * vc2-xtra.texi (Version Backups, Local Version Control)
4093 (Making Snapshots, Change Logs and VC, Version Headers)
4094 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4095 on-line manual.
4096
4097 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4098 for on-line manual.
4099
4100 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4101 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4102 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4103 for on-line manual.
4104
4105 * fortran-xtra.texi (Fortran, Fortran Autofill)
4106 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4107 for on-line manual.
4108
4109 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4110 Conditional xref's for on-line manual.
4111
4112 * emerge-xtra.texi (Emerge, Overview of Emerge)
4113 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4114 manual.
4115
4116 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4117 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4118 (EMACSSOURCES): Use EMACS_XTRA.
4119 (../info/emacs-xtra): Remove.
4120 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4121
4122 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4123 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4124 (EMACSSOURCES): Use EMACS_XTRA.
4125 ($(infodir)/emacs-xtra): Remove.
4126 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4127
4128 * trouble.texi (Quitting):
4129 * text.texi (Text):
4130 * programs.texi (Program Modes):
4131 * msdog.texi (Microsoft Windows):
4132 * frames.texi (Frames):
4133 * files.texi (Backup, Version Control, VC Concepts)
4134 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4135 (Registering, VC Status, VC Undo, Multi-User Branching)
4136 (Comparing Files):
4137 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4138 (Displaying the Diary, Special Diary Entries, Importing Diary):
4139 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4140 conditional xref's, depending on @iftex/@ifnottex.
4141
4142 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4143 "MS-DOS". @include msdog-xtra.texi.
4144
4145 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4146 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4147
4148 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4149 for vc-xtra.texi subsections.
4150 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4151 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4152
4153 * sending.texi (Sending Mail): A @node line without explicit Prev,
4154 Next, and Up links.
4155
4156 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4157 Next, and Up links.
4158
4159 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4160 and its sections. @include picture-xtra.texi.
4161
4162 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4163 "Emerge".
4164 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4165
4166 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4167 exact duplicate of its name-sake in calendar.texi.
4168
4169 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4170 "Advanced Calendar/Diary Usage".
4171 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4172
4173 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4174 dired-xtra.texi.
4175 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4176
4177 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4178 (Files) [ifnottex]: Add menu entry for Autorevert.
4179
4180 * emacs-xtra.texi (Introduction): Reword to make consistent with
4181 printed version only.
4182 <Top level>: Remove the body of all chapters and move them to the
4183 new *-xtra.texi files. Use @raisesections and @lowersections to
4184 convert sections to chapters etc.
4185
4186 * msdog-xtra.texi:
4187 * fortran-xtra.texi:
4188 * vc-xtra.texi:
4189 * vc1-xtra.texi:
4190 * vc2-xtra.texi:
4191 * emerge-xtra.texi:
4192 * cal-xtra.texi:
4193 * dired-xtra.texi:
4194 * arevert-xtra.texi: New files, with text from respective chapters
4195 of emacs-xtra.texi. Convert each @chapter into @section, @section
4196 into @subsection, etc.
4197
1c6c854e 4198 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4199 updated.
4200
4201 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4202 Windows". All references updated.
4203
42042006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4205
4206 * macos.texi (Mac Input): Mention input from Character Palette.
4207 (Mac Font Specs): Fix typo.
4208
42092006-05-05 Richard Stallman <rms@gnu.org>
4210
4211 * files.texi (Diff Mode): Minor cleanup.
4212
42132006-05-05 Karl Berry <karl@gnu.org>
4214
8cf51b2c
GM
4215 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4216 errors from the current release of makeinfo (4.8).
4217 * help.texi (Library Keywords): Change widest word in multitable
4218 template from `emulations' to `convenience'. (Not sure if this is
4219 related to the font change.)
4220
42212006-05-05 Eli Zaretskii <eliz@gnu.org>
4222
4223 * files.texi (File Names): Add a footnote about limited support of
4224 ~USER on MS-Windows.
4225
4226 * cmdargs.texi (Initial Options): Add a footnote about limited
4227 support of ~USER on MS-Windows.
4228
42292006-05-03 Richard Stallman <rms@gnu.org>
4230
4231 * files.texi (Diff Mode): Node moved here.
4232 (Comparing Files): Delete what duplicates new node.
4233 (Files): Put Diff Mode in menu.
4234
1c6c854e 4235 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4236
4237 * emacs.texi (Top): Update menu for Diff Mode.
4238
4239 * trouble.texi (Emergency Escape): Simplify.
4240
4241 * emacs.texi (Top): Minor clarification.
4242
42432006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4244
4245 * commands.texi, entering.texi, screen.texi: Many simplifications.
4246
42472006-05-03 Richard Stallman <rms@gnu.org>
4248
4249 * commands.texi (Text Characters): Delete paragraph about unibyte
4250 non-ASCII printing chars.
4251
4252 * killing.texi (Killing): Say "graphical displays".
4253 * display.texi: Say "graphical displays".
4254
4255 * cmdargs.texi (Misc X): Say "graphical displays".
4256
42572006-05-01 Richard Stallman <rms@gnu.org>
4258
4259 * emacs.texi (Top): Add Diff Mode to menu.
4260
42612006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4262
4263 * misc.texi (Diff Mode): New node.
4264
42652006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4266
4267 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4268 (Mac Environment Variables): Shorten example line.
4269 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4270
42712006-05-01 Nick Roberts <nickrob@snap.net.nz>
4272
4273 * building.texi (GUD Customization): Describe cases %d and %c.
4274 Update description for %e.
4275
42762006-04-30 Glenn Morris <rgm@gnu.org>
4277
4278 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4279
42802006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4281
4282 * custom.texi (Examining): Update C-h v output example.
4283
42842006-04-29 Kim F. Storm <storm@cua.dk>
4285
4286 * building.texi (Grep Searching): Add lgrep and rgrep.
4287
8cf51b2c
GM
42882006-04-23 Richard Stallman <rms@gnu.org>
4289
4290 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4291
4292 * xresmini.texi: New file.
4293
4294 * xresources.texi (Face Resources): Split table into font resources
4295 and the rest. Combine similar attributes for brevity.
4296
8cf51b2c
GM
42972006-04-21 Eli Zaretskii <eliz@gnu.org>
4298
4299 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4300 backslashes and case-insensitivity in file names (moved to the
4301 main manual).
4302 (MS-DOS Printing): Move most of the text to the main manual.
4303
4304 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4305 New nodes.
4306 (Windows Processes, Windows System Menu): Add index entries and
4307 fix wording.
4308
8cf51b2c
GM
43092006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4310
4311 * misc.texi (Shell Ring): Add notes on saved input when
4312 navigating off the end of the history list.
4313
43142006-04-18 Chong Yidong <cyd@mit.edu>
4315
4316 * misc.texi (Shell Options): Correct default value of
4317 comint-scroll-show-maximum-output.
4318
8cf51b2c
GM
43192006-04-18 Nick Roberts <nickrob@snap.net.nz>
4320
4321 * building.texi (Watch Expressions): Update.
4322
8cf51b2c
GM
43232006-04-12 Richard Stallman <rms@gnu.org>
4324
4325 * search.texi: Clean up previous change.
4326
43272006-04-12 Eli Zaretskii <eliz@gnu.org>
4328
4329 * search.texi (Regexp Backslash, Regexp Replace): Add index
4330 entries for ``back reference'' and mention the term itself in the
4331 text.
4332
43332006-04-11 Richard Stallman <rms@gnu.org>
4334
4335 * custom.texi (Safe File Variables):
4336 Document enable-local-variables = :safe.
4337
43382006-04-11 Karl Berry <karl@gnu.org>
4339
4340 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4341 (Remote Repositories, Version Backups, Local Version Control)
4342 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4343 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4344 (Renaming VC Work Files and Master Files)
4345 (Inserting Version Control Headers, Customizing VC, General Options)
4346 (Options for RCS and SCCS, Options specific for CVS): Move all
4347 these nodes to emacs-xtra.texi, for brevity.
4348 * cmdargs.texi, files.texi: Change cross-references.
4349
8cf51b2c
GM
43502006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4351
4352 * files.texi (Old Versions): Update description of vc-annotate's
4353 use of color to indicate date ranges.
4354
8cf51b2c
GM
43552006-04-09 Kevin Ryde <user42@zip.com.au>
4356
8cf51b2c
GM
4357 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4358 put info and printed manual names the right way around.
4359
43602006-04-09 Karl Berry <karl@gnu.org>
4361
4362 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4363 emacs-xtra.texi, leaving only MS Windows information.
4364 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4365 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4366 node names.
4367
4368 * emacs.texi: Move @summarycontents and @contents to the beginning
4369 of the file.
4370
8cf51b2c
GM
43712006-04-08 Kevin Ryde <user42@zip.com.au>
4372
4373 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4374
43752006-04-07 Richard Stallman <rms@gnu.org>
4376
4377 * programs.texi (Comments, Comment Commands, Options for Comments)
4378 (Multi-Line Comments): "Align", not "indent".
4379 (Basic Indent): C-j deletes trailing whitespace before the newline.
4380
43812006-04-06 Richard Stallman <rms@gnu.org>
4382
8cf51b2c
GM
4383 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4384
43852006-04-06 Eli Zaretskii <eliz@gnu.org>
4386
4387 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4388
8cf51b2c
GM
43892006-04-05 Richard Stallman <rms@gnu.org>
4390
4391 * emacs.texi (Top): Update subnode menu.
4392
4393 * trouble.texi (Unasked-for Search): Node deleted.
4394 (Lossage): Delete from menu.
4395
43962006-04-04 Richard Stallman <rms@gnu.org>
4397
4398 * trouble.texi: Various cleanups.
4399 (Checklist): Don't bother saying how to snail a bug report.
4400 (Emergency Escape): Much rewriting.
4401 (After a Crash): Rename the core dump immediately.
4402 (Total Frustration): Call it a psychotherapist.
4403 (Bug Criteria): Avoid "illegal instruction".
4404 (Sending Patches): We always put the contributor's name in.
4405
4406 * misc.texi (Thumbnails): Minor correction.
4407
8cf51b2c
GM
44082006-04-03 Richard Stallman <rms@gnu.org>
4409
4410 * misc.texi (Thumbnails): Minor cleanup.
4411
44122006-04-02 Karl Berry <karl@gnu.org>
4413
4414 * sending.texi (Mail Sending): pxref to Top needs five args.
4415
4416 * texinfo.tex: Update to current version (2006-03-21.13).
4417
8cf51b2c
GM
44182006-03-31 Richard Stallman <rms@gnu.org>
4419
4420 * emacs.texi (Top): Update subnode menu.
4421
4422 * help.texi (Help Mode): Cleanup.
4423
4424 * dired.texi: Many cleanups.
4425 (Dired Deletion): Describe dired-recursive-deletes.
4426 (Operating on Files): dired-create-directory moved.
4427 (Misc Dired Features): Move to here.
4428 (Tumme): Node moved to misc.texi.
4429
4430 * custom.texi: Many cleanups.
4431 (Minor Modes): Don't mention ISO Accents Mode.
4432 (Examining): Update C-h v output example.
4433 (Hooks): Add index and xref for add-hook.
4434 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4435 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4436
4437 * misc.texi: Many cleanups.
4438 (beginning): Add to summary of topics.
4439 (Shell): Put eshell xref at the end. Remove eshell from table.
4440 (Thumbnails): New node.
4441
8cf51b2c
GM
44422006-03-28 Eli Zaretskii <eliz@gnu.org>
4443
4444 * files.texi (File Name Cache): Make it clear that the cache is
4445 not persistent.
4446
8cf51b2c
GM
44472006-03-25 Karl Berry <karl@gnu.org>
4448
49823426
GM
4449 * emacs-xtra.texi, emacs.texi, gnu.texi:
4450 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4451 (2) do not indent copyright year list (or anything else).
4452
8cf51b2c
GM
44532006-03-21 Juanma Barranquero <lekktu@gmail.com>
4454
4455 * files.texi (VC Dired Mode): Remove misplaced brackets.
4456
44572006-03-21 Andre Spiegel <spiegel@gnu.org>
4458
4459 * files.texi: Various updates and clarifications in the VC chapter.
4460
44612006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4462
4463 * help.texi (Help Mode): Document "C-c C-c".
4464
8cf51b2c
GM
44652006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4466
4467 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4468 menu in the standalone Info reader.
4469
44702006-03-15 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4473 moved here from Emacs manual.
4474
4475 * programs.texi (Fortran): Section moved to emacs-xtra.
4476 (Program Modes): Xref to Fortran in emacs-xtra.
4477
4478 * maintaining.texi (Emerge): Move to emacs-xtra.
4479 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4480
4481 * picture.texi: File deleted.
4482 * Makefile.in:
4483 * makefile.w32-in: Remove picture.texi.
4484
4485 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4486 * abbrevs.texi (Abbrevs):
4487 * sending.texi (Sending Mail): Picture node removed.
4488
4489 * emacs.texi (Top): Update node listings.
4490
8cf51b2c
GM
44912006-03-12 Richard Stallman <rms@gnu.org>
4492
4493 * calendar.texi: Various cleanups.
4494
8cf51b2c
GM
44952006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4496
4497 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4498 syntax.
4499
8cf51b2c
GM
45002006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4501
4502 * search.texi (Regexps): More accurately describe which characters
4503 are special in which situations. Recommend _not_ to quote `]' or
4504 `-' when they are not special.
4505
8cf51b2c
GM
45062006-02-28 Andre Spiegel <spiegel@gnu.org>
4507
4508 * files.texi (Old Versions): Clarify operation of C-x v =.
4509
8cf51b2c
GM
45102006-02-21 Nick Roberts <nickrob@snap.net.nz>
4511
4512 * building.texi (Watch Expressions): Update and describe
4513 gdb-speedbar-auto-raise.
4514
45152006-02-19 Richard M. Stallman <rms@gnu.org>
4516
4517 * emacs.texi: Use @smallbook.
4518 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4519 Update subnode menu.
4520
4521 * building.texi (Lisp Interaction): Minor addition.
4522
45232006-02-18 Nick Roberts <nickrob@snap.net.nz>
4524
4525 * building.texi (Watch Expressions): Update and be more precise.
4526
c8763fb6 45272006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4528
4529 * maintaining.texi (Create Tags Table): Explain why the
4530 exception when etags writes to files under the /dev tree.
4531
45322006-02-14 Richard M. Stallman <rms@gnu.org>
4533
4534 * custom.texi (Safe File Variables): Lots of clarification.
4535 Renamed from Unsafe File Variables.
4536
45372006-02-14 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * custom.texi (Unsafe File Variables): File variable confirmation
4540 assumed denied in batch mode.
4541
45422006-02-14 Richard M. Stallman <rms@gnu.org>
4543
4544 * building.texi (GDB User Interface Layout): Don't say `inferior'
4545 for program being debugged.
4546
45472006-02-15 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * building.texi (GDB Graphical Interface):
4550 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4551
45522006-02-13 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * custom.texi (Specifying File Variables, Unsafe File Variables):
4555 New nodes, split from File Variables. Document new file local
4556 variable behavior.
4557
45582006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4559
4560 * display.texi (Standard Faces):
8cf51b2c
GM
4561 * files.texi (Visiting):
4562 * frames.texi (Clipboard):
4563 * glossary.texi (Glossary) <Clipboard>:
4564 * xresources.texi (X Resources): Mention Mac OS port.
4565
8cf51b2c
GM
45662006-02-12 Richard M. Stallman <rms@gnu.org>
4567
4568 * building.texi (Building): Clarify topic in intro.
4569
4570 * maintaining.texi (Maintaining): Change title; clarify topic.
4571 Delete duplicate index entries.
4572
4573 * building.texi (Other GDB User Interface Buffers): Clarifications.
4574
4575 * text.texi (Cell Commands): Clarifications.
4576
4577 * programs.texi (Defuns): Delete duplicate explanation of
4578 left-margin paren convention.
4579 (Hungry Delete): Minor cleanup.
4580
45812006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4582
4583 * dired.texi (Tumme): More tumme documentation.
4584
45852006-02-11 Alan Mackenzie <acm@muc.de>
4586
4587 * programs.texi ("Hungry Delete"): Correct the appellation of the
4588 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4589
45902006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4591
4592 * dired.texi (Tumme): Fix small bug.
4593
45942006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4595
4596 * macos.texi (Mac International): Rename "fontset-mac" to
4597 "fontset-standard".
4598
8cf51b2c
GM
45992006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4600
4601 * dired.texi (Tumme): Basic documentation for Tumme added.
4602
8cf51b2c
GM
46032006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4604
4605 * mule.texi (International):
4606 * programs.texi (Basic Indent): Fix typos.
4607
8cf51b2c
GM
4608 * custom.texi (Minor Modes):
4609 * display.texi (Text Display):
4610 * commands.texi (Text Characters): Update xrefs.
4611
46122006-02-07 Richard M. Stallman <rms@gnu.org>
4613
4614 * emacs.texi (Top): Update subnode menu.
4615 Update info on old Emacs papers.
4616 (Intro): "Graphical display", not window system.
4617
4618 * xresources.texi (GTK styles): Minor clarifications.
4619
4620 * trouble.texi: "Graphical display", not window system.
4621 (Stuck Recursive): Minor clarification.
4622
4623 * text.texi: Minor clarifications.
4624 (Sentences): Explain why two-space convention is better.
4625 Explain sentence-end-without-period here.
4626 (Fill Commands): Not here.
4627 (Refill): Node moved down.
4628 (Filling): Update menu.
4629 (Table Creation, Cell Justification, Column Commands): Clarify.
4630
4631 * sending.texi: Minor clarifications.
4632
4633 * search.texi (Regexp Backslash): Clarification.
4634
4635 * rmail.texi: Minor cleanups.
4636 (Rmail): Delete digression about `rmail-mode'.
4637 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4638 (Rmail Files): Mention C-u M-x rmail.
4639 (Rmail Reply): Mention References.
4640 (Rmail Display): Mention rmail-nonignored-headers.
4641
4642 * programs.texi: Minor cleanups.
4643 (Comment Commands): Mention momentary Transient Mark mode.
4644 (Matching): Be more specific about customizing show-paren-mode.
4645 (Info Lookup): Don't list the modes that support C-h S.
4646 Just say what it does in an unsupported mode.
4647 (Man Page): Delete excessive info on customizing woman.
4648 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4649
4650 * abbrevs.texi: Minor clarifications.
4651 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4652 not "dynamic abbrevs" as if they were a kind of abbrev.
4653
4654 * picture.texi (Picture): Minor cleanup.
4655
4656 * mule.texi (Communication Coding): Say "other applications".
4657 (Fontsets): Not specific to X. Add xref to X Resources.
4658 (Unibyte Mode): Rename from Single-Byte Character Support.
4659 "Graphical display", not window system.
4660 (International): Update menu.
4661
4662 * maintaining.texi (Format of ChangeLog):
4663 New node, split out from ChangeLog.
4664 (ChangeLog): Clarifications in the remaining text.
4665 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4666 (Find Tag): Add @w.
4667 (Tags Search): Explain tag table order here. Simplify grep ref.
4668 (List Tags): tags-tag-face is a variable, not a face.
4669 (Emerge): Cleanups.
4670
4671 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4672 (Keyboard Macros): Avoid "the user".
4673
4674 * killing.texi: "Graphical display", not window system.
4675
4676 * help.texi (Help Echo): "Graphical display", not window system.
4677
4678 * glossary.texi: Say "you", not "the user". Say "graphical display".
4679
4680 * frames.texi: Minor cleanups. "Graphical display", not window system.
4681
4682 * files.texi (Visiting): Make drag-and-drop not X-specific.
4683
4684 * custom.texi: Minor cleanups. "Graphical display", not window system.
4685
4686 * cmdargs.texi: Minor cleanups.
4687
4688 * building.texi (Compilation): Move and split kill-compilation para.
4689 Add para about multiple compilers.
4690 (Compilation Mode): Commands also available in grep mode and others.
4691 Mention C-u C-x ` more tutorially. Clarify C-x `.
4692 (Compilation Shell): Clarify. Put Bash example first.
4693 (Grep Searching): Minor cleanups; add @w.
4694 (Debuggers): Minor cleanups.
4695 (Starting GUD): Make GDB xgraphical mode issue clearer.
4696 (Debugger Operation): Lots of clarifications including
4697 GDB tooltip side-effect issue.
4698 (Commands of GUD): Clarify.
4699 (GUD Customization): Add bashdb-mode-hook.
4700 (GDB Graphical Interface): Rewrite for clarity.
4701 (GDB User Interface Layout): Rewrite for clarity.
4702 (Stack Buffer, Watch Expressions): Likewise.
4703 (Other GDB User Interface Buffers): Cleanups.
4704 (Lisp Libraries, External Lisp): Cleanup.
4705
4706 * basic.texi (Position Info): "Graphical displays", rather than
4707 window systems.
4708
4709 * anti.texi: Minor cleanup.
4710
8cf51b2c
GM
47112006-02-03 Eli Zaretskii <eliz@gnu.org>
4712
4713 * custom.texi (Init File, Find Init): Add cross-references to
4714 where $HOME is described.
4715
47162006-02-01 Luc Teirlinck <teirllm@auburn.edu>
4717
4718 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4719 is not inside the @table.
4720
4721 * emacs.texi (Top): Correct node name.
4722
4723 * files.texi (File Names): Fix @xref.
4724 (Reverting): Fix typo.
4725
4726 * mule.texi (International): Correct node name.
4727
4728 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4729
47302006-02-01 Richard M. Stallman <rms@gnu.org>
4731
4732 * emacs.texi (Top): Update subnode menu.
4733
4734 * mule.texi: Minor clarifications.
4735 Reduce the specific references to X Windows.
4736 Refer to "graphical" terminals, rather than window systems.
4737 (Text Coding): Rename from Specify Coding.
4738 (Communication Coding, File Name Coding, Terminal Coding):
4739 New nodes split out from Text Coding.
4740
4741 * kmacro.texi: Minor clarifications.
4742 (Keyboard Macro Ring): Comment out some excessive commands.
4743 (Basic Keyboard Macro): Split up the table, putting part in each node.
4744
4745 * major.texi: Minor clarifications.
4746
4747 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4748
4749 * windows.texi: Minor clarifications.
4750 (Change Window): Don't describe mode-line mouse cmds here.
4751 Add xref to Mode Line Mouse.
4752
4753 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4754
4755 * macos.texi (Mac International): Fix xref.
4756
4757 * indent.texi: Minor clarifications.
4758
4759 * frames.texi: Minor clarifications.
4760 Reduce the specific references to X Windows.
4761 Refer to "graphical" terminals, rather than window systems.
4762 (Frame Parameters): Don't mention commands like
4763 set-foreground-color. Just say to customize a face.
4764 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4765
4766 * files.texi: Minor clarifications.
4767 (Numbered Backups): New node, split out from Backup Names.
4768
4769 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4770
4771 * cmdargs.texi (General Variables): Fix xref.
4772
4773 * buffers.texi: Minor clarifications.
4774
8cf51b2c
GM
47752006-01-31 Richard M. Stallman <rms@gnu.org>
4776
4777 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
4778 Nodes moved to top.
4779
4780 * display.texi: Minor clarifications.
4781 (Display): Rearrange menu.
4782 (Standard Faces): Mention query-replace face.
4783 (Faces): Simplify.
4784 (Font Lock): Simplify face customization info.
4785 (Highlight Changes): Node merged into Highlight Interactively.
4786 (Highlight Interactively): Much rewriting and cleanup.
4787 (Optional Mode Line): Narrowed line number not good for goto-line.
4788 Simplify face customization advice.
4789 (Text Display): Mention use of escape-glyph face.
4790 Move ctl-arrow and tab-width here.
4791 (Display Custom): Move no-redraw-on-reenter to end of node.
4792
4793 * search.texi: Minor clarifications.
4794 (Isearch Scroll): Simplify.
4795 (Other Repeating Search): Document multi-occur-in-matching-buffers.
4796
4797 * regs.texi (Registers): Mention bookmarks here.
4798
4799 * mark.texi: Minor clarifications.
4800 (Selective Undo): Node deleted.
4801
4802 * m-x.texi: Minor clarifications.
4803
4804 * killing.texi: Minor clarifications.
4805 Refer to "graphical" terminals, rather than window systems.
4806
4807 * help.texi: Clarifications.
4808 (Help): Don't describe C-h F and C-h K here.
4809 (Key Help): Describe C-h K here.
4810 (Name Help): Mention Emacs Lisp Intro.
4811 Describe C-h F here.
4812 (Misc Help): Mention C-h F and C-h K only briefly.
4813
4814 * fixit.texi (Undo): New node, mostly copied from basic.texi.
4815 Selective undo text merged in.
4816 (Spelling): Mention Aspell along with Ispell.
4817
4818 * emacs.texi (Top): Update subnode menus.
4819
4820 * basic.texi (Basic Undo): Rename from Undo. Most of text
4821 moved to new Undo node.
4822
8cf51b2c
GM
48232006-01-29 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * basic.texi (Continuation Lines, Inserting Text):
4826 Mention longlines mode.
4827
48282006-01-29 Richard M. Stallman <rms@gnu.org>
4829
10d1d0af 4830 * screen.texi: Minor cleanups.
8cf51b2c
GM
4831 (Screen): Clean up the intro paragraphs.
4832 (Mode Line): Lots of rewriting. Handle frame-name better.
4833 eol-mnemonic-... vars moved out.
4834
4835 * emacs.texi (Top): Change menu item for MS-DOS node.
4836 Update subnode menu.
4837
4838 * msdog.texi (MS-DOS): Rewrite intro to explain how this
4839 chapter relates to Windows. Title changed.
4840
4841 * mini.texi: Minor cleanups.
4842
4843 * mark.texi (Selective Undo): New node, text moved from basic.texi.
4844 (Mark): Put it in the menu.
4845
4846 * entering.texi: Minor cleanups.
4847
4848 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
4849 (Intro): Refer to "graphical" terminals, rather than X.
4850
4851 * display.texi (Display Custom): Add xref to Variables.
4852 (Optional Mode Line): eol-mnemonic-... vars moved here.
4853
4854 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
4855 rather than X.
4856
8cf51b2c
GM
4857 * basic.texi: Minor cleanups.
4858 (Undo): selective-undo moved.
4859
8cf51b2c
GM
48602006-01-25 Luc Teirlinck <teirllm@auburn.edu>
4861
4862 * anti.texi (Antinews): Various corrections and additions.
4863
48642006-01-23 Juri Linkov <juri@jurta.org>
4865
4866 * custom.texi (Easy Customization, Customization Groups)
4867 (Browsing Custom): Mention links along with buttons.
4868
8cf51b2c
GM
48692006-01-21 Eli Zaretskii <eliz@gnu.org>
4870
8cf51b2c
GM
4871 * text.texi (TeX Print): Use @key for TAB.
4872
8cf51b2c
GM
4873 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
4874
8cf51b2c
GM
48752006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
4876
4877 * files.texi (File Aliases): Don't claim that usually separate
4878 buffers are created for two file names that name the same data.
4879 Mention additional situations where different names mean the same
4880 file on disk.
4881
48822006-01-19 Richard M. Stallman <rms@gnu.org>
4883
4884 * killing.texi (Deletion): Upcase @key argument.
4885
4886 * custom.texi (Custom Themes): Minor cleanup.
4887
4888 * programs.texi (Hungry Delete): Upcase @key argument.
4889
8cf51b2c
GM
48902006-01-16 Juri Linkov <juri@jurta.org>
4891
4892 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
4893 Move `mode-line-highlight' before `mode-line-buffer-id'.
4894
8cf51b2c
GM
48952006-01-14 Richard M. Stallman <rms@gnu.org>
4896
4897 * basic.texi (Inserting Text): Minor cleanup.
4898
8cf51b2c
GM
48992006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4900
4901 * custom.texi (Changing a Variable, Face Customization):
4902 Update for changes in Custom menus.
4903
8cf51b2c
GM
49042006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4905
4906 * macos.texi (Mac International): Undo last change.
4907
8cf51b2c
GM
49082006-01-02 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * custom.texi (Custom Themes): Describe the new
4911 customize-create-theme interface.
4912
49132005-12-30 Juri Linkov <juri@jurta.org>
4914
4915 * basic.texi (Position Info): Update example.
4916
c8763fb6 49172005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4918
4919 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
4920
49212005-12-24 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * custom.texi (Custom Themes): `load-theme' always loads.
4924
49252005-12-23 Juri Linkov <juri@jurta.org>
4926
4927 * display.texi (Highlight Interactively): Use double space to
4928 separate sentences. Replace C-p with M-p, and C-n with M-n.
4929
49302005-12-22 Richard M. Stallman <rms@gnu.org>
4931
4932 * custom.texi (Easy Customization and subnodes):
4933 Replace "active field" with "button".
4934 Use "user option" only for variables.
4935 Use "setting" for variable-or-face.
4936
49372005-12-22 Luc Teirlinck <teirllm@auburn.edu>
4938
4939 * buffers.texi (Select Buffer): Change order in table to make
4940 "Similar" refer to the correct item.
4941 (Indirect Buffers): Minor rewording.
4942
8cf51b2c
GM
49432005-12-20 Juri Linkov <juri@jurta.org>
4944
4945 * files.texi (VC Status): Put P and N near p and n.
4946
8cf51b2c
GM
49472005-12-19 Richard M. Stallman <rms@gnu.org>
4948
4949 * programs.texi (Electric C): Delete the info about newline control.
4950 (Other C Commands): Minor cleanup.
4951 (Left Margin Paren): Minor cleanup.
4952
49532005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4954
4955 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
4956 (Customization Groups): Delete text moved to "Browsing Custom".
4957 (Browsing Custom): New node.
4958 (Specific Customization): Clarify which commands only work for
4959 loaded options.
4960
49612005-12-18 Bill Wohler <wohler@newt.com>
4962
4963 * frames.texi (Tool Bars): Shorten text of previous change.
4964
49652005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4966
4967 * files.texi (VC Status): Document log-view mode.
4968
49692005-12-18 Bill Wohler <wohler@newt.com>
4970
4971 * frames.texi (Tool Bars): Mention that you can turn off tool bars
4972 permanently via the customize interface.
4973
8cf51b2c
GM
49742005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
4975
4976 * killing.texi (Killing by Lines): Document `kill-whole-line'
4977 function.
4978
c8763fb6 49792005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
4980
4981 * buffers.texi (Select Buffer): Change `prev-buffer' to
4982 `previous-buffer'. Indicate that these functions use a frame
4983 local buffer list.
4984
8cf51b2c
GM
49852005-12-12 Richard M. Stallman <rms@gnu.org>
4986
4987 * custom.texi (Easy Customization): Change menu comment.
4988 (Prefix Keymaps): Fix spelling of Control-X-prefix.
4989
4990 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
4991 (Help): Among the Apropos commands, describe only C-h a here.
4992
49932005-12-11 Richard M. Stallman <rms@gnu.org>
4994
4995 * programs.texi (Options for Comments): Comment-end starts with space.
4996
4997 * glossary.texi (Glossary): Minor cleanup.
4998
4999 * files.texi (Old Versions): Use @table.
5000
8cf51b2c
GM
50012005-12-10 David Koppelman <koppel@ece.lsu.edu>
5002
5003 * display.texi (Highlight Interactively): Include
5004 global-hi-lock-mode. Add miscellaneous details and elaborations.
5005
50062005-12-09 Richard M. Stallman <rms@gnu.org>
5007
5008 * display.texi (Font Lock): Delete the Global FL menu item.
5009
50102005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5011
5012 * custom.texi (Minibuffer Maps): Mention the maps for file name
5013 completion.
5014
50152005-12-09 Kim F. Storm <storm@cua.dk>
5016
5017 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5018 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5019 cursor to next corner in rectangle; clarify insert around rectangle.
5020
8cf51b2c
GM
50212005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5022
5023 * custom.texi (Customization): Use xref to elisp manual for
5024 non-TeX output.
5025 (Minor Modes): Update.
5026 (Customization Groups, Changing a Variable, Face Customization):
5027 Update for new appearance of Custom buffers.
5028 (Changing a Variable): `custom-buffer-done-function' has been
5029 replaced by `custom-buffer-done-kill'.
5030 (Specific Customization): In the `customize-group' buffer, a
5031 subgroup's contents are not "hidden". They are not included at
5032 all. They have no [Show] button.
5033 (Mouse Buttons): Add pxref to description of mouse event lists in
5034 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5035 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5036 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5037
50382005-12-08 Richard M. Stallman <rms@gnu.org>
5039
5040 * mini.texi (Completion Commands, Completion):
5041 In file name input, SPC does not do completion.
5042
8cf51b2c
GM
50432005-12-08 Nick Roberts <nickrob@snap.net.nz>
5044
5045 * building.texi (GDB Graphical Interface): Explain screen size
5046 setting.
5047 (Other GDB User Interface Buffers): Describe features specific to
5048 GDB 6.4.
5049
8cf51b2c
GM
50502005-12-01 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * building.texi (GDB User Interface Layout): Describe how to
5053 kill associated buffers.
5054 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5055 (Watch Expressions): Be more precise.
5056 (Other GDB User Interface Buffers): Describe how to change a
5057 register value.
5058
8cf51b2c
GM
50592005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5060
5061 * macos.texi (Mac Input): Remove description of
5062 mac-command-key-is-meta. Add descriptions of
5063 mac-control-modifier, mac-command-modifier, and
5064 mac-option-modifier.
5065 (Mac International): Fix description of conversion of clipboard data.
5066 (Mac Font Specs): Add example of font customization by face attributes.
5067
50682005-11-22 Nick Roberts <nickrob@snap.net.nz>
5069
5070 * building.texi (Watch Expressions): Expand description.
5071 (Other GDB User Interface Buffers): Describe local map for
5072 gud-watch.
5073
50742005-11-21 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * display.texi (Font Lock): Font lock is enabled by default now.
5077
50782005-11-20 Juri Linkov <juri@jurta.org>
5079
5080 * basic.texi (Position Info): Update examples of the output.
5081 Remove the fact that examples are produced in the TeXinfo buffer,
5082 because in the Info reader users will get a different output from
5083 `C-x ='.
5084
5085 * building.texi (Compilation Mode): Remove paragraph duplicated
5086 from the node `Compilation'. Add `compilation-skip-threshold'.
5087
5088 * display.texi (Font Lock): Suggest more user-friendly method of
5089 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5090
50912005-11-18 Richard M. Stallman <rms@gnu.org>
5092
5093 * files.texi (Registering): Mention @@ in mode line.
5094
5095 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5096
50972005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5098
5099 * files.texi (Renaming and VC): Some back-ends don't
5100 handle renaming.
5101
8cf51b2c
GM
51022005-11-17 Juri Linkov <juri@jurta.org>
5103
5104 * emacs.texi (Top):
5105 * display.texi (Highlight Interactively): Put this font-lock based
5106 mode near Font Lock node.
5107
51082005-11-16 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5111 icons.
5112
51132005-11-12 Kim F. Storm <storm@cua.dk>
5114
5115 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5116 (Help Summary): Add C-h d and C-h e.
5117 (Apropos): Clarify that all apropos commands may search for either
5118 list of words or a regexp. Add C-h d for apropos-documentation.
5119 Describe apropos-documentation-sort-by-scores user option.
5120
8cf51b2c
GM
51212005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5122
5123 * killing.texi (CUA Bindings): Add @section.
5124
51252005-11-10 Kim F. Storm <storm@cua.dk>
5126
5127 * emacs.texi (Top): Add CUA Bindings entry to menu.
5128
5129 * killing.texi (CUA Bindings): New node. Moved here from
5130 misc.texi and extended with info on rectangle commands and
5131 rectangle highlighting, interface to registers, and the global
5132 mark feature.
5133
5134 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5135
5136 * regs.texi: Prev link points to CUA Bindings node.
5137
51382005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5139
5140 * help.texi (Help Echo): By default, help echos are only shown on
5141 mouse-over, not on point-over.
5142
c8763fb6 51432005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5144
5145 * misc.texi (Shell Mode): Describe how to activate password echoing.
5146
8cf51b2c
GM
51472005-11-04 Romain Francoise <romain@orebokech.com>
5148
5149 * mark.texi (Mark Ring): Fix typo.
5150
51512005-11-03 Richard M. Stallman <rms@gnu.org>
5152
5153 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5154
51552005-11-01 Bill Wohler <wohler@newt.com>
5156
5157 * help.texi (Help Mode): Fix typo.
5158
51592005-11-01 Nick Roberts <nickrob@snap.net.nz>
5160
1c6c854e
CS
5161 * building.texi (Other GDB User Interface Buffers):
5162 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5163
51642005-10-31 Romain Francoise <romain@orebokech.com>
5165
5166 * files.texi (Compressed Files): Fix typo.
5167
5168 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5169
5170 * windows.texi (Force Same Window): Likewise.
5171
51722005-10-30 Bill Wohler <wohler@newt.com>
5173
5174 * help.texi (Help Mode): URLs viewed with browse-url.
5175
51762005-10-31 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * building.texi (GDB Graphical Interface): Don't reference
5179 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5180 must stay in same frame.
5181
51822005-10-29 Chong Yidong <cyd@stupidchicken.com>
5183
5184 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5185
5186 * anti.texi (Antinews): Likewise.
5187
8cf51b2c
GM
51882005-10-28 Bill Wohler <wohler@newt.com>
5189
5190 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5191
51922005-10-28 Richard M. Stallman <rms@gnu.org>
5193
5194 * files.texi (Visiting): Explain how to enter ? in a file name.
5195
5196 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5197
8cf51b2c
GM
51982005-10-25 Nick Roberts <nickrob@snap.net.nz>
5199
1c6c854e
CS
5200 * building.texi (GDB Graphical Interface):
5201 Describe gdb-mouse-until.
8cf51b2c
GM
5202
52032005-10-23 Richard M. Stallman <rms@gnu.org>
5204
5205 * custom.texi (Init File): Recommend when to use site-start.el.
5206
8cf51b2c
GM
52072005-10-21 Juri Linkov <juri@jurta.org>
5208
5209 * custom.texi (Examining): Mention accessing the old variable
5210 value via M-n in set-variable.
5211
8cf51b2c
GM
52122005-10-18 Romain Francoise <romain@orebokech.com>
5213
5214 * files.texi (Version Systems): Capitalize GNU.
5215
8cf51b2c
GM
52162005-10-18 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * building.texi (Compilation Mode): Remove redundant paragraph.
5219 (Watch Expressions): Remove paragraph to reflect code change.
5220
8cf51b2c
GM
52212005-10-16 Richard M. Stallman <rms@gnu.org>
5222
5223 * building.texi (Compilation Mode, Compilation): Clarified.
5224
52252005-10-15 Richard M. Stallman <rms@gnu.org>
5226
5227 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5228
8cf51b2c
GM
52292005-10-13 Kenichi Handa <handa@m17n.org>
5230
5231 * basic.texi (Position Info): Fix previous change.
5232
c8763fb6 52332005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5234
5235 * cmdargs.texi (Icons X): Fix typo.
5236
52372005-10-12 Kenichi Handa <handa@m17n.org>
5238
5239 * basic.texi (Position Info): Describe the case that Emacs shows
5240 "part of display ...".
5241
c8763fb6 52422005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5243
5244 * cmdargs.texi (Icons X): -nb => -nbi.
5245
52462005-10-10 Chong Yidong <cyd@stupidchicken.com>
5247
5248 * frames.texi (Speedbar): A couple more clarifications.
5249
52502005-10-11 Nick Roberts <nickrob@snap.net.nz>
5251
5252 * building.texi (GDB User Interface Layout): Improve diagram.
5253 (Watch Expressions): Explain how to make speedbar global.
5254 (Other GDB User Interface Buffers): Make references more precise.
5255
8cf51b2c
GM
52562005-10-09 Richard M. Stallman <rms@gnu.org>
5257
5258 * frames.texi (Speedbar): Clarify the text.
5259
52602005-10-09 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * frames.texi (Speedbar): Add information on keybindings,
5263 dismissing the speedbar, and buffer display mode. Link to
5264 speedbar manual.
5265
c8763fb6 52662005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5267
1c6c854e 5268 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5269 added -nb, --no-bitmap-icon.
5270
8cf51b2c
GM
52712005-10-07 Nick Roberts <nickrob@snap.net.nz>
5272
5273 * building.texi (GDB Graphical Interface): Add variables and
5274 functions to indices. Be more precise.
5275
c8763fb6 52762005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5277
5278 * frames.texi (Drag and Drop): Remove the x- from
5279 x-dnd-open-file-other-window and xdnd-protocol-alist.
5280
52812005-09-30 Romain Francoise <romain@orebokech.com>
5282
5283 * mini.texi (Minibuffer): The default value now appears before the
5284 colon in minibuffer prompts.
5285
8cf51b2c
GM
52862005-09-25 Richard M. Stallman <rms@gnu.org>
5287
5288 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5289
8cf51b2c
GM
52902005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5291
5292 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5293
8cf51b2c
GM
52942005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5295
5296 * emacs.texi (Top): Update submenus from macos.texi.
5297
5298 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5299 (Mac OS): Update feature support status.
5300 (Mac Input): List supported input scripts. Remove description
5301 about `mac-keyboard-text-encoding'. Mention mouse button
5302 emulation and related variables.
5303 (Mac International): Mention Central European and Cyrillic
5304 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5305 Add description about coding system for selection.
5306 Add description about language environment.
5307 (Mac Environment Variables):
5308 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5309 arguments. Add Preferences support.
5310 (Mac Directories): Explicitly state that this node is for Mac OS
5311 Classic only.
1c6c854e
CS
5312 (Mac Font Specs): Mention specification for scalable fonts.
5313 List supported charsets. Add preferred way of creating fontsets.
5314 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5315 (Mac Functions): Add descriptions about `mac-set-file-creator',
5316 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5317 and `mac-get-preference'.
5318
8cf51b2c
GM
53192005-09-16 Romain Francoise <romain@orebokech.com>
5320
5321 Update all files to specify GFDL version 1.2.
5322
5323 * doclicense.texi (GNU Free Documentation License): Update to
5324 version 1.2.
5325
53262005-09-15 Richard M. Stallman <rms@gnu.org>
5327
5328 * buffers.texi (List Buffers): Fix xref.
5329
5330 * rmail.texi (Rmail Basics): Fix xref.
5331
5332 * emacs.texi (Top): Update subnode menus.
5333
5334 * files.texi (Saving Commands): New node, broken out of Saving.
5335 (Customize Save): New node, broken out of Saving.
5336 Clarify effect of write-region-inhibit-fsync.
5337 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5338
8cf51b2c
GM
53392005-09-14 Romain Francoise <romain@orebokech.com>
5340
5341 * files.texi (Saving): Mention write-region-inhibit-fsync.
5342
53432005-09-05 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * custom.texi (Custom Themes): New node.
5346
53472005-09-03 Richard M. Stallman <rms@gnu.org>
5348
49823426
GM
5349 * search.texi (Search Case): Mention vars that control
5350 case-fold-search for various operations.
8cf51b2c
GM
5351
53522005-08-22 Juri Linkov <juri@jurta.org>
5353
5354 * display.texi (Standard Faces): Merge the text from
5355 `(elisp)Standard Faces' into this node.
5356
53572005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5358
5359 * emacs.texi (Top): Delete menu item for deleted node
5360 Keyboard Translations.
5361
53622005-08-18 Richard M. Stallman <rms@gnu.org>
5363
8cf51b2c
GM
5364 * trouble.texi (Unasked-for Search):
5365 Delete xref to Keyboard Translations.
5366
5367 * glossary.texi (Glossary): Delete xref.
5368
8cf51b2c
GM
5369 * custom.texi (Minor Modes): Say that the list here is not complete.
5370 (Keyboard Translations): Node deleted.
5371 (Disabling): Delete xref to it.
5372 (Customization Groups): Fix Custom buffer example.
5373 (Hooks): Mention remove-hooks.
5374
53752005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5376
5377 * building.texi (GDB Graphical Interface): Improve filling of menu
5378 item.
5379
53802005-08-18 Nick Roberts <nickrob@snap.net.nz>
5381
5382 * building.texi (GDB Graphical Interface): Use better node names.
5383
53842005-08-14 Richard M. Stallman <rms@gnu.org>
5385
5386 * text.texi (Sentences): Fix xref.
5387
53882005-08-14 Juri Linkov <juri@jurta.org>
5389
5390 * building.texi (Compilation, Grep Searching): Move grep command
5391 headings from `Compilation' to `Grep Searching'.
5392
5393 * dired.texi (Dired and Find):
5394 * maintaining.texi (Tags Search): Replace grep xref to
5395 `Compilation' node with `Grep Searching'.
5396
5397 * files.texi (Comparing Files): Replace xref to `Compilation' with
5398 `Compilation Mode'.
5399
54002005-08-13 Alan Mackenzie <acm@muc.de>
5401
5402 * search.texi (Non-ASCII Isearch): Correct a typo.
5403 (Replacement Commands): Mention query-replace key binding.
5404
54052005-08-11 Richard M. Stallman <rms@gnu.org>
5406
5407 * programs.texi (Options for Comments): Fix xref.
5408
5409 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5410 out of Regexps.
5411
8cf51b2c
GM
54122005-08-09 Juri Linkov <juri@jurta.org>
5413
5414 * building.texi (Compilation): Use `itemx' instead of `item'.
5415 (Grep Searching): Simplify phrase.
5416
5417 * display.texi (Standard Faces): Describe vertical-border on
5418 window systems.
5419
5420 * windows.texi (Split Window): Simplify phrase and mention
5421 vertical-border face.
5422
54232005-08-09 Richard M. Stallman <rms@gnu.org>
5424
5425 * files.texi (Comparing Files): Clarify compare-windows.
5426
5427 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5428
8cf51b2c
GM
54292005-08-06 Eli Zaretskii <eliz@gnu.org>
5430
5431 * mule.texi (Coding Systems): Rephrase the paragraph about
5432 codepages: no need for "M-x codepage-setup" anymore, except on
5433 MS-DOS.
5434
5435 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5436 the MS-DOS port only.
5437
54382005-07-30 Eli Zaretskii <eliz@gnu.org>
5439
5440 * makefile.w32-in (info): Don't run multi-install-info.bat.
5441 ($(infodir)/dir): New target, produced by running
5442 multi-install-info.bat.
5443
8cf51b2c
GM
54442005-07-22 Eli Zaretskii <eliz@gnu.org>
5445
5446 * files.texi (Quoted File Names): Add index entry.
5447
8cf51b2c
GM
54482005-07-19 Juri Linkov <juri@jurta.org>
5449
5450 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5451
54522005-07-18 Juri Linkov <juri@jurta.org>
5453
8cf51b2c
GM
5454 * custom.texi (Easy Customization):
5455 * files.texi (Old Versions):
5456 * frames.texi (Wheeled Mice):
5457 * mule.texi (Specify Coding):
8cf51b2c
GM
5458 * text.texi (Cell Justification):
5459 * trouble.texi (After a Crash):
8cf51b2c
GM
5460 * xresources.texi (GTK styles):
5461 Delete duplicate duplicate words.
5462
54632005-07-17 Richard M. Stallman <rms@gnu.org>
5464
5465 * frames.texi (Creating Frames): Fix foreground color example.
5466
5467 * custom.texi (Init Examples): Clean up text about conditionals.
5468
54692005-07-16 Richard M. Stallman <rms@gnu.org>
5470
5471 * mini.texi (Completion Commands): Fix command name for ?.
5472
8cf51b2c
GM
54732005-07-16 Eli Zaretskii <eliz@gnu.org>
5474
5475 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5476 `menu' face has no effect on w32 and with GTK.
5477 Add cross-references.
8cf51b2c
GM
5478
5479 * cmdargs.texi (General Variables): Clarify the default location
5480 of $HOME on w32 systems.
5481
54822005-07-15 Jason Rumney <jasonr@gnu.org>
5483
5484 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5485 changed.
5486
54872005-07-08 Kenichi Handa <handa@m17n.org>
5488
1c6c854e
CS
5489 * mule.texi (Recognize Coding):
5490 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5491
54922005-07-07 Richard M. Stallman <rms@gnu.org>
5493
5494 * anti.texi (Antinews): Mention mode-line-inverse-video.
5495
5496 * files.texi (Saving): Minor correction about C-x C-w.
5497
5498 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5499
55002005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * search.texi (Isearch Scroll): Add example of using the
5503 `isearch-scroll' property.
5504 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5505 `Display Custom' node.
5506 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5507 and de-emphasize it.
5508 (Other Repeating Search): `occur' currently can not correctly
5509 handle multiline matches. Correct, clarify and update description
5510 of `flush-lines' and `keep-lines'.
5511
5512 * display.texi (Display Custom): Add anchor for `baud-rate'.
5513
55142005-07-07 Richard M. Stallman <rms@gnu.org>
5515
5516 * gnu.texi: Update where to get GNU status; add refs for how to help.
5517 Add footnotes 6 and 7.
5518
55192005-07-04 Lute Kamstra <lute@gnu.org>
5520
5521 Update FSF's address in GPL notices.
5522
8cf51b2c 5523 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5524 * trouble.texi (Checklist): Update FSF's address.
5525
8cf51b2c
GM
55262005-06-24 Richard M. Stallman <rms@gnu.org>
5527
5528 * display.texi (Text Display): Change index entries.
5529
55302005-06-24 Eli Zaretskii <eliz@gnu.org>
5531
5532 * makefile.w32-in (MAKEINFO): Use --force.
5533 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5534 Makefile.in.
8cf51b2c
GM
5535
55362005-06-23 Richard M. Stallman <rms@gnu.org>
5537
1c6c854e 5538 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5539 nobreak-char-display.
5540
5541 * emacs.texi (Top): Update detailed node listing.
5542
1c6c854e 5543 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5544 to nobreak-char-display and no-break-space to nobreak-space.
5545 (Standard Faces): Split up the list of standard faces
5546 and put it in a separate node. Add nobreak-space and
5547 escape-glyph.
5548
8cf51b2c
GM
55492005-06-23 Lute Kamstra <lute@gnu.org>
5550
5551 * mule.texi (Select Input Method): Fix typo.
5552
55532005-06-23 Kenichi Handa <handa@m17n.org>
5554
1c6c854e
CS
5555 * mule.texi (International): List all supported scripts.
5556 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5557 distribution.
5558 (Language Environments): List all language environments.
5559 Intlfonts contains fonts for most supported scripts, not all..
5560 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5561 input a specific character.
8cf51b2c
GM
5562 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5563
55642005-06-23 Juanma Barranquero <lekktu@gmail.com>
5565
49823426 5566 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5567
55682005-06-22 Miles Bader <miles@gnu.org>
5569
5570 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5571
55722005-06-20 Miles Bader <miles@gnu.org>
5573
5574 * display.texi (Faces): Add `vertical-divider'.
5575
55762005-06-17 Richard M. Stallman <rms@gnu.org>
5577
5578 * text.texi (Adaptive Fill): Minor clarification.
5579
8cf51b2c
GM
55802005-06-10 Lute Kamstra <lute@gnu.org>
5581
5582 * emacs.texi (Top): Correct version number.
5583 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5584 refer to the current version of Emacs.
5585
55862005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5587
5588 * files.texi (Log Buffer): Document when there can be more than
5589 one file to be committed.
5590
55912005-06-08 Juri Linkov <juri@jurta.org>
5592
5593 * display.texi (Faces): Add `shadow' face.
5594
55952005-06-07 Masatake YAMATO <jet@gyve.org>
5596
5597 * display.texi (Faces): Write about mode-line-highlight.
5598
55992005-06-06 Richard M. Stallman <rms@gnu.org>
5600
5601 * misc.texi (Printing Package): Explain how to initialize
5602 printing package.
5603
5604 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5605
56062005-06-05 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * emacs.texi: Rename Hardcopy to Printing.
5609 Make PostScript and PostScript Variables subnodes of it.
5610
5611 * misc.texi (Printing): Rename node from Hardcopy.
5612 Mention menu bar options.
5613 Move PostScript and PostScript Variables to submenu.
5614 (Printing package): New node.
5615
5616 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5617
5618 * dired.texi (Operating on Files): Likewise.
5619
5620 * calendar.texi (Displaying the Diary): Likewise.
5621
5622 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5623
5624 * glossary.texi (Glossary): Likewise.
5625
5626 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5627 effect.
5628
56292005-06-04 Richard M. Stallman <rms@gnu.org>
5630
5631 * trouble.texi (After a Crash): Polish previous change.
5632
8cf51b2c
GM
56332005-05-30 Noah Friedman <friedman@splode.com>
5634
5635 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5636 recovery mechanism.
5637
8cf51b2c
GM
56382005-05-28 Nick Roberts <nickrob@snap.net.nz>
5639
5640 * building.texi (Other Buffers): SPC toggles display of
5641 floating point registers.
5642
8cf51b2c
GM
56432005-05-27 Nick Roberts <nickrob@snap.net.nz>
5644
5645 * files.texi (Log Buffer): Merge in description of Log Edit
5646 mode from pcl-cvs.texi.
5647
56482005-05-26 Richard M. Stallman <rms@gnu.org>
5649
5650 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5651
8cf51b2c
GM
56522005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5653
5654 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5655 not enabled by default.
5656 When not on a word, `ispell-word' by default checks the word
5657 before point.
5658
56592005-05-24 Nick Roberts <nickrob@snap.net.nz>
5660
5661 * building.texi (Debugger Operation): Simplify last sentence.
5662
56632005-05-23 Lute Kamstra <lute@gnu.org>
5664
5665 * emacs.texi: Update FSF's address throughout.
5666 (Preface): Use @cite.
5667 (Distrib): Add cross reference to the node "Copying". Mention the
5668 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5669 printed manuals.
5670 (Intro): Use @xref for the Emacs Lisp Intro.
5671
8cf51b2c
GM
56722005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5673
5674 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5675
5676 * basic.texi (Moving Point): Mention default for `goto-line'.
5677
5678 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5679 of a variable's docstring.
5680
56812005-05-18 Lute Kamstra <lute@gnu.org>
5682
5683 * maintaining.texi (Overview of Emerge): Add cross reference.
5684 Remove duplication.
5685
5686 * emacs.texi (Top): Update to the current structure of the manual.
5687 * misc.texi (Emacs Server): Add menu description.
5688 * files.texi (Saving): Fix menu.
5689 * custom.texi (Customization): Fix menu.
5690 * mule.texi (International): Fix menu.
5691 * kmacro.texi (Keyboard Macros): Fix menu.
5692
56932005-05-16 Luc Teirlinck <teirllm@auburn.edu>
5694
5695 * display.texi: Various minor changes.
5696 (Faces): Delete text that is repeated in the next section.
5697
56982005-05-16 Nick Roberts <nickrob@snap.net.nz>
5699
5700 * building.texi (Debugger Operation): Mention GUD tooltips are
5701 disabled with GDB in text command mode.
5702
8cf51b2c
GM
57032005-05-16 Nick Roberts <nickrob@snap.net.nz>
5704
5705 * building.texi: Replace toolbar with "tool bar" for consistency.
5706 (Compilation Mode): Describe compilation-context-lines
5707 and use of arrow in compilation buffer.
5708 (Debugger Operation): Replace help text with variable's value.
5709
5710 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5711 consistency.
5712
57132005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5714
5715 * major.texi (Choosing Modes): normal-mode processes the -*- line.
5716 Add xref.
5717
8cf51b2c
GM
57182005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5719
5720 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5721 (Position Info): Delete discussion of `goto-line'. It is already
5722 described in `Moving point'.
5723
5724 * mini.texi (Completion Commands): Correct reference.
5725 (Completion Options): Fix typo.
5726
5727 * killing.texi (Deletion): Complete description of `C-x C-o'.
5728
8cf51b2c
GM
57292005-05-10 Richard M. Stallman <rms@gnu.org>
5730
5731 * building.texi (Compilation): Clarify recompile's directory choice.
5732
5733 * frames.texi (Tooltips): Cleanups.
5734
5735 * basic.texi (Arguments): Fix punctuation.
5736
57372005-05-09 Luc Teirlinck <teirllm@auburn.edu>
5738
5739 * screen.texi (Menu Bar): The up and down (not left and right)
5740 arrow keys move through a keyboard menu.
5741
57422005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5743
5744 * basic.texi: Various typo and grammar fixes.
5745 (Moving Point): C-a now runs move-beginning-of-line.
5746
57472005-05-08 Nick Roberts <nickrob@snap.net.nz>
5748
5749 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5750
5751 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5752 as different animals.
5753
57542005-05-07 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5757 Correct index entry.
5758
57592005-05-07 Nick Roberts <nickrob@snap.net.nz>
5760
5761 * building.texi (Debugger Operation): Update to reflect changes
5762 in GUD tooltips.
5763
57642005-04-30 Richard M. Stallman <rms@gnu.org>
5765
5766 * files.texi (Compressed Files): Auto Compression normally enabled.
5767
5768 * building.texi (Debugger Operation): Clarify previous change.
5769
8cf51b2c
GM
57702005-04-28 Nick Roberts <nickrob@snap.net.nz>
5771
5772 * building.texi (Debugger Operation): Add description for
5773 GUD tooltips when program is not running.
5774
57752005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * misc.texi (Shell): Add `Shell Prompts' to menu.
5778 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
5779 description. Delete remarks moved to new node.
5780 (Shell Prompts): New node.
5781 (History References): Replace remarks moved to `Shell Prompts'
5782 with xref to that node.
5783 (Remote Host): Clarify how to specify the terminal type when
5784 logging in to a different machine.
5785
57862005-04-26 Richard M. Stallman <rms@gnu.org>
5787
5788 * emacs.texi (Top): Update submenus from files.texi.
5789
5790 * files.texi (Filesets): Clarify previous change.
5791
5792 * dired.texi (Misc Dired Features): Clarify previous change.
5793
57942005-04-25 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
5797
1c6c854e
CS
5798 * dired.texi (Misc Dired Features):
5799 Document dired-compare-directories.
8cf51b2c
GM
5800
5801 * files.texi (Filesets): New node.
5802 (File Conveniences): Document Image mode.
5803
5804 * text.texi (TeX Print): Document tex-compile.
5805
58062005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5807
5808 * frames.texi (Tooltips): Tooltip mode is enabled by default.
5809 Delete redundant reference to tooltip Custom group. It is
5810 referred too again in the next paragraph.
5811
58122005-04-24 Richard M. Stallman <rms@gnu.org>
5813
5814 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
5815
8cf51b2c
GM
58162005-04-19 Kim F. Storm <storm@cua.dk>
5817
5818 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
5819
58202005-04-18 Lars Hansen <larsh@math.ku.dk>
5821
5822 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
5823 turns off desktop-save-mode.
5824
58252005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5826
5827 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
5828 by default in terminals compatible with xterm. Mention that
5829 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
5830 node.
5831
8cf51b2c
GM
58322005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5833
5834 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
5835
c8763fb6 58362005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5837
5838 * xresources.texi (Table of Resources): Add cursorBlink.
5839
58402005-04-11 Luc Teirlinck <teirllm@auburn.edu>
5841
5842 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
5843 `d', `C-d' and `u'.
5844
58452005-04-11 Richard M. Stallman <rms@gnu.org>
5846
5847 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
5848 (Misc X): Add -D, --basic-display.
5849
5850 * maintaining.texi (Change Log): Correct the description of
5851 the example.
5852
5853 * major.texi (Choosing Modes): Document magic-mode-alist.
5854
8cf51b2c
GM
58552005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5856
5857 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
5858 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
5859 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
5860 (Rmail Output): Clarify which statements apply to `o', `C-o' and
5861 `w', respectively.
5862 (Rmail Labels): Mention `l'.
5863 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
5864 (Rmail Summary Edit): Describe `j' and RET.
5865
c8763fb6 58662005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5867
5868 * xresources.texi (Lucid Resources): Add fontSet resource.
5869
8cf51b2c
GM
58702005-04-09 Luc Teirlinck <teirllm@auburn.edu>
5871
5872 * display.texi (Useless Whitespace): `indicate-unused-lines' is
5873 now called `indicate-empty-lines'.
5874
58752005-04-06 Kim F. Storm <storm@cua.dk>
5876
5877 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
5878
58792005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5880
5881 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
5882 deleted.
5883 (Marks vs Flags): Add some convenient key bindings.
5884 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
5885 (Misc Dired Features): Correct and expand description of `w' command.
5886
5887 * frames.texi (XTerm Mouse): Delete apparently false info.
5888 The GNU/Linux console currently does not appear to support
5889 `xterm-mouse-mode'.
5890
8cf51b2c
GM
58912005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5892
5893 * calendar.texi (Diary): Mention shell utility `calendar'.
5894
58952005-04-01 Richard M. Stallman <rms@gnu.org>
5896
5897 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
5898
8cf51b2c
GM
58992005-04-01 Lute Kamstra <lute@gnu.org>
5900
5901 * maintaining.texi (Change Log): add-change-log-entry uses
5902 add-log-mailing-address.
5903
59042005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5905
5906 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
5907 `VC Mode Line' and put in an xref to that node.
5908 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
5909 its description.
5910
59112005-03-31 Paul Eggert <eggert@cs.ucla.edu>
5912
5913 * calendar.texi (Calendar Systems): Say that the Persian calendar
5914 implemented here is the arithmetical one championed by Birashk.
5915
59162005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5917
5918 * programs.texi (Fortran Motion): Fix previous change.
5919
8cf51b2c
GM
59202005-03-29 Richard M. Stallman <rms@gnu.org>
5921
5922 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
5923
59242005-03-29 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * text.texi (Refill): Refer to Long Lines Mode.
5927 (Longlines): New node.
5928 (Auto Fill): Don't index "word wrap" here.
5929 (Filling): Add Longlines to menu.
5930
59312005-03-29 Richard M. Stallman <rms@gnu.org>
5932
5933 * xresources.texi: Minor fixes.
5934
5935 * misc.texi (Emacs Server): Fix Texinfo usage.
5936
5937 * emacs.texi (Top): Don't use a real section heading for
5938 "Detailed Node Listing". Fake it instead.
5939
5940 * basic.texi (Position Info): Minor cleanup.
5941
5942 * mule.texi (Input Methods): Minor cleanup.
5943
59442005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5945
5946 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
5947 constructs as well.
5948 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
5949
59502005-03-29 Kenichi Handa <handa@m17n.org>
5951
5952 * mule.texi (Input Methods): Refer to the command C-u C-x =.
5953
5954 * basic.texi (Position Info): Update the description about the
5955 command C-u C-x =.
5956
59572005-03-28 Richard M. Stallman <rms@gnu.org>
5958
5959 * emacs.texi (Top): Use @section for the detailed node listing.
5960
5961 * calendar.texi: Minor fixes to previous change.
5962
5963 * programs.texi (Fortran): Small fixes to previous changes.
5964
5965 * emacs.texi (Top): Update list of subnodes of Dired.
5966 Likewise for building.texi.
5967
5968 * files.texi (File Conveniences): Delete Auto Image File mode.
5969
59702005-03-28 Chong Yidong <cyd@stupidchicken.com>
5971
5972 * building.texi (Flymake): New node.
5973
5974 * custom.texi (Function Keys): Document kp- event types and
5975 keypad-setup package.
5976
5977 * dired.texi (Wdired): New node.
5978
5979 * files.texi (File Conveniences): Reorder entries.
5980 Explain how to turn on Auto-image-file mode.
5981 Document Thumbs mode.
5982
5983 * mule.texi (Specify Coding): Document recode-region and
5984 recode-file-name.
5985
5986 * programs.texi (Program Modes): Add Conf mode and DNS mode.
5987
59882005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5989
5990 * commands.texi (Keys): M-o is now a prefix key.
5991
59922005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5993
5994 * programs.texi: Reformat and update copyright years.
5995 (Fortran): Update section.
5996
59972005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * files.texi: Several small changes in addition to:
6000 (Visiting): Change xref for Dialog Boxes to ref.
6001 (Version Headers): Replace references to obsolete var
6002 `vc-header-alist' with `vc-BACKEND-header'.
6003 (Customizing VC): Update value of `vc-handled-backends'.
6004
60052005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6006
6007 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6008 move here from Emacs Lisp Reference Manual.
6009 * calendar.texi (Calendar/Diary, Diary Commands)
6010 (Special Diary Entries, Importing Diary): Change some xrefs to
6011 point to emacs-xtra rather than elisp.
6012
6013 * emacs-xtra.texi (Calendar Customizing):
6014 Move view-diary-entries-initially, view-calendar-holidays-initially,
6015 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6016 Emacs Manual.
6017 (Appt Customizing): Merge entire section into main Emacs Manual.
6018 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6019 mark-holidays-in-calendar here from emacs-xtra.
6020 (Displaying the Diary): Move view-diary-entries-initially,
6021 mark-diary-entries-in-calendar here from emacs-xtra.
6022 (Appointments): Move appt-display-mode-line,
6023 appt-display-duration, appt-disp-window-function,
6024 appt-delete-window-function here from emacs-xtra.
6025
6026 * calendar.texi: Update and reformat copyright.
6027 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6028 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6029 (Diary): Refer to `diary-file' rather than ~/diary.
6030 (Diary Commands): Rename node to "Displaying the Diary".
6031 * emacs.texi (Top): Rename "Diary Commands" section.
6032 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6033
60342005-03-26 Eli Zaretskii <eliz@gnu.org>
6035
6036 * misc.texi (Emacs Server): Fix the command for setting
6037 server-name. Add an xref to Invoking emacsclient.
6038
6039 * help.texi (Help Summary): Clarify when "C-h ." will do something
6040 nontrivial.
6041 (Apropos): Add cindex entry for apropos-sort-by-scores.
6042
6043 * display.texi (Text Display): Add index entries for how no-break
6044 characters are displayed.
6045
8cf51b2c
GM
60462005-03-26 Eli Zaretskii <eliz@gnu.org>
6047
6048 * files.texi (Visiting): Fix cross-references introduced with the
6049 last change.
6050
6051 * xresources.texi (GTK resources): Fix last change.
6052
8cf51b2c
GM
60532005-03-25 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * xresources.texi (X Resources): GTK options documented too.
6056 (Resources): Clarify meaning of program name.
6057 (Table of Resources): Add visualClass.
6058 (GTK resources): Rewrite.
6059 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6060
6061 * display.texi (Text Display): Mention non-breaking spaces.
6062
6063 * files.texi (Reverting): Document auto-revert-check-vc-info.
6064
6065 * frames.texi (Mouse Commands): Document
6066 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6067
6068 * help.texi (Help Summary): Add `C-h .'.
6069 (Apropos): Apropos accepts a list of search terms.
6070 Document apropos-sort-by-scores.
6071 (Help Echo): Document display-local-help.
6072
6073 * misc.texi (Emacs Server): Document server-name.
6074 (Invoking emacsclient): Document -s option for server names.
6075
6076 * text.texi (Outline Visibility): Introduce "current heading
6077 line" (commands can be called with point on a body line).
6078 Re-order table to follow the sequence of discussion.
6079 hide-body won't hide lines before first header line.
6080 (TeX Mode): Add DocTeX mode.
6081
8cf51b2c
GM
60822005-03-24 Richard M. Stallman <rms@gnu.org>
6083
6084 * mule.texi (Single-Byte Character Support): Delete mention
6085 of iso-acc.el and iso-transl.el.
6086
8cf51b2c
GM
60872005-03-23 Lute Kamstra <lute@gnu.org>
6088
6089 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6090
60912005-03-23 Richard M. Stallman <rms@gnu.org>
6092
8cf51b2c
GM
6093 * search.texi: Delete explicit node pointers.
6094 (Incremental Search): New menu.
6095 (Basic Isearch, Repeat Isearch, Error in Isearch)
6096 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6097 (Slow Isearch): New subnodes.
6098 (Configuring Scrolling): Node deleted.
6099 (Search Case): Doc default-case-fold-search.
6100 (Regexp Replace): Move replace-regexp doc here.
6101
6102 * rmail.texi (Movemail): Put commas inside closequotes.
6103
6104 * picture.texi (Insert in Picture): Document C-c arrow combos.
6105 (Basic Picture): Clarify erasure.
6106
6107 * display.texi (Font Lock): Put commas inside closequotes.
6108
6109 * cmdargs.texi (General Variables): Put commas inside closequotes.
6110
61112005-03-23 Nick Roberts <nickrob@snap.net.nz>
6112
6113 * building.texi (Stack Buffer): Mention reverse contrast for
6114 *selected* frame (might not be current frame).
6115
8cf51b2c
GM
61162005-03-21 Richard M. Stallman <rms@gnu.org>
6117
6118 * building.texi (Starting GUD): Add bashdb.
6119
61202005-03-20 Chong Yidong <cyd@stupidchicken.com>
6121
6122 * basic.texi (Moving Point): Add M-g M-g binding.
6123 (Undo): Document undo-only.
6124 (Position Info): Document M-g M-g and C-u M-g M-g.
6125
6126 * building.texi (Building): Put Grep Searching after Compilation
6127 Shell.
6128 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6129 Document next-error-highlight.
6130 (Grep Searching): Document grep-highlight-matches.
6131 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6132
6133 * calendar.texi (Importing Diary): Rename node from iCalendar.
6134 Document diary-from-outlook.
6135
6136 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6137 Commands.
6138 Mention effect of X drag and drop on Dired buffers.
6139
6140 * files.texi (Visiting): Document large-file-warning-threshold.
6141 Move paragraph on file-selection dialog.
6142 Mention visiting files using X drag and drop.
6143 (Reverting): Mention using Auto-Revert mode to tail files.
6144 Document auto-revert-tail-mode.
6145 (Version Systems): Minor correction.
6146 (Comparing Files): Diff-mode is no longer based on Compilation
6147 mode.
6148 Document compare-ignore-whitespace.
6149 (Misc File Ops): Explain passing a directory to rename-file.
6150 Likewise for copy-file and make-symbolic-link.
6151
6152 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6153 Document mouse-wheel-progressive speed.
6154
6155 * help.texi (Misc Help): Document numeric argument for C-h i.
6156 Correctly explain the effect of just C-u as argument.
6157
6158 * killing.texi (Deletion): Document numeric argument for
6159 just-one-space.
6160
6161 * mini.texi (Completion): Completion acts on text before point.
6162
6163 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6164 (Emulation): CUA mode replaces pc-bindings-mode,
6165 pc-selection-mode, and s-region.
6166
6167 * mule.texi (Input Methods): Leim is now built-in.
6168 (Select Input Method): Document quail-show-key.
6169 (Specify Coding): Document revert-buffer-with-coding-system.
6170
6171 * programs.texi (Fortran Motion): Document f90-next-statement,
6172 f90-previous-statement, f90-next-block, f90-previous-block,
6173 f90-end-of-block, and f90-beginning-of-block.
6174
6175 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6176
6177 * emacs.texi (Acknowledgments): Updated.
6178
6179 * anti.texi: Total rewrite.
6180
8cf51b2c
GM
61812005-03-19 Chong Yidong <cyd@stupidchicken.com>
6182
6183 * ack.texi (Acknowledgments): Update.
6184
61852005-03-19 Eli Zaretskii <eliz@gnu.org>
6186
1c6c854e
CS
6187 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6188 Update copyright years.
8cf51b2c
GM
6189
61902005-03-14 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * building.texi (Commands of GUD): Move paragraph on setting
6193 breakpoints with mouse to the GDB Graphical Interface node.
6194
61952005-03-07 Richard M. Stallman <rms@gnu.org>
6196
8cf51b2c
GM
6197 * misc.texi (Single Shell, Shell Options): Fix previous change.
6198
6199 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6200
62012005-03-06 Richard M. Stallman <rms@gnu.org>
6202
6203 * building.texi (Starting GUD): Don't explain text vs graphical
6204 GDB here. Just mention it and xref.
6205 Delete "just one debugger process".
6206 (Debugger Operation): Move GUD tooltip info here.
6207 (GUD Tooltips): Node deleted.
6208 (GDB Graphical Interface): Explain the two GDB modes here.
6209
8cf51b2c
GM
6210 * sending.texi (Sending Mail): Minor cleanup.
6211 (Mail Aliases): Explain quoting conventions.
6212 Update key rebinding example.
6213 (Header Editing): C-M-i is like M-TAB.
6214 (Mail Mode Misc): mail-attach-file does not do MIME.
6215
6216 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6217 that really belongs here.
6218 (Remote Mailboxes): Text moved to Rmail Inbox.
6219 (Rmail Display): Mention Mouse-1.
6220 (Movemail): Clarify two movemail versions.
6221 Clarify rmail-movemail-program.
6222
8cf51b2c
GM
6223 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6224 Document async shell commands.
6225 (Shell History): Clarify.
6226 (Shell Ring): Mention C-UP an C-DOWN.
6227 (Shell Options): Add comint-prompt-read-only.
6228 (Invoking emacsclient): Set EDITOR to run Emacs.
6229 (Sorting): No need to explain what region is.
6230 (Saving Emacs Sessions): Fix typo.
6231 (Recursive Edit): Fix punctuation.
6232 (Emulation): Don't mention "PC bindings" which are standard.
6233 (Hyperlinking): Explain Mouse-1 convention here.
6234 (Find Func): Node deleted.
6235
8cf51b2c
GM
6236 * help.texi (Name Help): Xref to Hyperlinking.
6237
6238 * glossary.texi (Glossary):
6239 Rename "Balance Parentheses" to "Balancing...".
6240 Add "Byte Compilation". Correct "Copyleft".
6241 New xref in "Customization".
6242 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6243 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6244 Rename "Registers" to "Register".
6245 Replace "Selecting" with "Selected Frame",
6246 "Selected Window", and "Selecting a Buffer".
6247
6248 * files.texi (Types of Log File): Explain how projects'
6249 methods can vary.
6250
8cf51b2c
GM
6251 * display.texi (Faces): Delete "Emacs 21".
6252
6253 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6254 * fixit.texi (Spelling): C-M-i like M-TAB.
6255 * mini.texi (Completion Options): C-M-i like M-TAB.
6256 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6257 * text.texi (Text Mode): C-M-i like M-TAB.
6258
6259 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6260
6261 * calendar.texi (Specified Dates): Mention `g w'.
6262 (Appointments): appt-activate toggles with no arg.
6263
8cf51b2c
GM
62642005-03-05 Juri Linkov <juri@jurta.org>
6265
6266 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6267 "invocation (command line arguments)".
8cf51b2c
GM
6268 (Misc X): Add -nbc, --no-blinking-cursor.
6269
62702005-03-04 Ulf Jasper <ulf.jasper@web.de>
6271
6272 * calendar.texi (iCalendar): No need to require it now.
6273
8cf51b2c
GM
62742005-03-03 Nick Roberts <nickrob@snap.net.nz>
6275
6276 * trouble.texi (Contributing): Mention Savannah. Direct users to
6277 emacs-devel.
6278
62792005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6280
6281 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6282 window.
6283
8cf51b2c
GM
62842005-02-27 Richard M. Stallman <rms@gnu.org>
6285
6286 * building.texi (Compilation): Update mode line status info.
6287
62882005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6289
6290 * calendar.texi (General Calendar): Document binding of
6291 scroll-other-window-down.
6292 (Mayan Calendar): Fix earliest date.
6293 (Time Intervals): Document timeclock-change.
6294 Fix timeclock-ask-before-exiting documentation.
6295
62962005-02-26 Kim F. Storm <storm@cua.dk>
6297
6298 * frames.texi (Mouse References):
6299 Add mouse-1-click-in-non-selected-windows.
6300
63012005-02-25 Richard M. Stallman <rms@gnu.org>
6302
6303 * screen.texi (Screen): Explain better about cursors and mode lines;
6304 don't presuppose text terminals.
6305 (Point): Don't assume just one cursor.
6306 Clarify explanation of cursors.
6307 (Echo Area, Menu Bar): Cleanups.
6308
6309 * mini.texi (Minibuffer): Prompts are highlighted.
6310 (Minibuffer Edit): Newline = C-j only on text terminals.
6311 Clarify resize-mini-windows values.
6312 Mention M-PAGEUP and M-PAGEDOWN.
6313 (Completion Commands): Mouse-1 like Mouse-2.
6314 (Minibuffer History): Explain history commands better.
6315 (Repetition): Add xref to Incremental Search.
6316
6317 * mark.texi (Setting Mark): Clarify info about displaying mark.
6318 Clarify explanation of C-@ and C-SPC.
6319 (Transient Mark): Mention Delete Selection mode.
6320 (Marking Objects): Clean up text about extending the region.
6321
6322 * m-x.texi (M-x): One C-g doesn't always go to top level.
6323 No delay before suggest-key-bindings output.
6324
6325 * fixit.texi (Fixit): Mention C-/ for undo.
6326 (Spelling): Mention ESC TAB like M-TAB.
6327 Replacement words with r and R are rechecked.
6328 Say where C-g leaves point. Mention ? as input.
6329
63302005-02-23 Lute Kamstra <lute@gnu.org>
6331
6332 * cmdargs.texi (Initial Options): Add cross reference.
6333
8cf51b2c
GM
63342005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6335
6336 * emacs.texi (Top): Update menu for splitting of node in
6337 msdog.texi.
6338 * frames.texi (Frames): Update xref for splitting of node in
6339 msdog.texi.
6340 * trouble.texi (Quitting): Ditto.
6341
63422005-02-16 Richard M. Stallman <rms@gnu.org>
6343
6344 * windows.texi (Split Window): Simplify line truncation info
6345 and xref to Display Custom.
6346
6347 * trouble.texi (Quitting): Emergency escape only for text terminal.
6348 (Screen Garbled): C-l for ungarbling is only for text terminal.
6349
6350 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6351
6352 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6353
6354 * programs.texi (Program Modes): Mention Python mode.
6355 (Moving by Defuns): Repeating C-M-h extends region.
6356 (Basic Indent): Clarify.
6357 (Custom C Indent): Clarify.
6358 (Expressions): Repeating C-M-@ extends region.
6359 (Info Lookup): Clarify for C-h S.
6360 (Symbol Completion): ESC TAB alternative for M-TAB.
6361 (Electric C): Clarify.
6362
6363 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6364
6365 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6366 MS-DOS Input node.
6367 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6368 (MS-DOS and MULE): Clarify.
6369 (MS-DOS Processes, Windows Processes): Fix typos.
6370
6371 * major.texi (Choosing Modes): Clarify.
6372
6373 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6374 (Keyboard Macro Step-Edit): Clarify.
6375
6376 * indent.texi (Indentation): Clarifications.
6377
6378 * help.texi (Help): Correct error about C-h in query-replace.
6379 Clarify apropos vs C-h a. Fix how to search in FAQ.
6380 (Key Help): Describe C-h w here.
6381 (Name Help): Minor cleanup. C-h w moved to Key Help.
6382 Clarify the "object" joke.
6383 (Apropos): Clarify. Mouse-1 like Mouse-2.
6384 (Help Mode): Mouse-1 like Mouse-2.
6385
6386 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6387
6388 * display.texi (Display): Reorder menu.
6389 (Faces): Cleanup.
6390 (Font Lock): Cleanup. Mention Options menu.
6391 Delete obsolete text.
6392 (Scrolling): For C-l, don't presume text terminal.
6393 (Horizontal Scrolling): Simplify intro.
6394 (Follow Mode): Clarify.
1c6c854e 6395 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6396 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6397 Doc default-tab-width. Doc line truncation more thoroughly.
6398
6399 * dired.texi (Dired Enter): C-x C-f can run Dired.
6400 (Dired Visiting): Comment out `a' command.
6401 Mouse-1 is like Mouse-2.
6402 (Shell Commands in Dired): ? can be used more than once.
6403
6404 * basic.texi (Continuation Lines): Simplify description of truncation,
6405 and refer to Display Custom for the rest of it.
6406
8cf51b2c
GM
64072005-02-06 Lute Kamstra <lute@gnu.org>
6408
6409 * basic.texi (Undo): Fix typo.
6410
6411 * cmdargs.texi (Emacs Invocation): Fix typo.
6412
6413 * custom.texi (Init Examples): Fix typo.
6414
6415 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6416
64172005-02-06 Richard M. Stallman <rms@gnu.org>
6418
6419 * regs.texi (Registers): Registers can hold numbers, too.
6420
6421 * killing.texi (Other Kill Commands): Cleanup.
6422 Delete redundant explanation of kill in read-only buffer.
6423 (Yanking): Mention term "copying".
6424 (Accumulating Text): Fix typo.
6425
6426 * entering.texi (Entering Emacs): Update rationale at start.
6427 (Exiting): Treat iconifying on a par with suspension.
6428
6429 * custom.texi (Minor Modes): Fix typo.
6430 (Easy Customization): Fix menu style.
6431 (Variables): Add xref.
6432 (Examining): Setting for future sessions works through .emacs.
6433 (Keymaps): "Text terminals", not "Many".
6434 (Init Rebinding): Explain \C-. Show example of \M-.
6435 Fix minor wording errors.
6436 (Function Keys): Explain vector syntax just once.
6437 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6438 (Init File): Mention .emacs.d directory.
6439 (Init Examples): Add xref.
6440 (Find Init): Mention .emacs.d directory.
6441
6442 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6443 (Action Arguments): Explain which kinds of -l args are found how.
6444 (Initial Options): --batch does not inhibit site-start.
6445 Add xrefs.
6446 (Command Example): Use --batch, not -batch.
6447
6448 * basic.texi (Inserting Text): Cleanup wording.
6449 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6450 C-n is not error at end of buffer.
6451 (Undo): Doc C-/ like C-_. Add xrefs.
6452 (Arguments): META key may be labeled ALT.
6453 Peculiar arg meanings are explained in doc strings.
6454
6455 * abbrevs.texi (Expanding Abbrevs): Clarify.
6456
64572005-02-05 Eli Zaretskii <eliz@gnu.org>
6458
6459 * frames.texi (Frame Parameters): Add an xref to the description
6460 of list-colors-display. Add a pointer to the X docs about colors.
6461
6462 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6463 Improve docs of list-colors-display.
8cf51b2c
GM
6464
64652005-02-03 Lute Kamstra <lute@gnu.org>
6466
6467 * frames.texi (Frames, Drag and Drop): Fix typos.
6468
64692005-02-03 Richard M. Stallman <rms@gnu.org>
6470
6471 * windows.texi (Basic Window): Mention color-change in mode line.
6472 (Change Window): Explain dragging vertical boundaries.
6473
6474 * text.texi (Sentences): Clarify.
6475 (Paragraphs): Explain M-a and blank lines.
6476 (Outline Mode): Clarify text and menu.
6477 (Hard and Soft Newlines): Mention use-hard-newlines.
6478
6479 * frames.texi (Frames): Delete unnecessary mention of Windows.
6480 (Mouse Commands): Likewise. Mention xterm mouse support.
6481 (Clipboard): Clarify.
6482 (Mouse References): Mention use of Mouse-1 for following links.
6483 (Menu Mouse Clicks): Clarify.
6484 (Mode Line Mouse): Clarify.
6485 (Drag and Drop): Rewrite.
6486
6487 * fixit.texi (Spelling): Fix typo.
6488
6489 * files.texi (File Names): Clarify.
6490 (Visiting): Update conditions for use of file dialog. Clarify.
6491 (Saving): Doc d as answer in save-some-buffers.
6492 (Remote Files): Clean up the text.
6493
6494 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6495
6496 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6497 (List Buffers): Clarify.
6498 (Several Buffers): Doc T command.
6499 (Buffer Convenience): Clarify menu.
6500
6501 * basic.texi (Undo): Clarify last change.
6502
65032005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6504
6505 * fixit.texi (Spelling): Fix typo.
6506
65072005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * basic.texi (Undo): Update description of `undo-outer-limit'.
6510
65112005-02-01 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * building.texi: Update documentation relating to GDB Graphical
6514 Interface.
6515
65162005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6517
6518 * custom.texi (Easy Customization): Adapt menu to node name change.
6519
65202005-01-30 Richard M. Stallman <rms@gnu.org>
6521
6522 * custom.texi (Easy Customization): Defn of "User Option" now
6523 includes faces. Don't say just "option" when talking about variables.
6524 Do say just "options" to mean "anything customizable".
6525 (Specific Customization): Describe `customize-variable',
6526 not `customize-option'.
6527
6528 * glossary.texi (Glossary) <Faces>: Add xref.
6529 <User Option>: Change definition--include faces. Change xref.
6530
6531 * picture.texi (Picture): Mention artist.el.
6532
6533 * sending.texi, screen.texi, programs.texi, misc.texi:
6534 * mini.texi, major.texi, maintaining.texi, macos.texi:
6535 * help.texi, frames.texi, files.texi:
6536 Don't say just "option" when talking about variables.
6537
6538 * display.texi, mule.texi: Don't say just "option" when talking
6539 about variables. Other minor cleanups.
6540
8cf51b2c
GM
65412005-01-26 Lute Kamstra <lute@gnu.org>
6542
6543 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6544 File'. Mention the `-Q' option at the `--no-site-file' option.
6545
8cf51b2c
GM
65462005-01-22 David Kastrup <dak@gnu.org>
6547
6548 * building.texi (Grep Searching): Mention alias `find-grep' for
6549 `grep-find'.
6550
65512005-01-20 Richard M. Stallman <rms@gnu.org>
6552
6553 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6554
8cf51b2c
GM
65552005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6556
6557 * rmail.texi (Movemail): Explain differences
6558 between standard and mailutils versions of movemail.
6559 Describe command line and configuration options introduced
6560 with the latter.
6561 Explain the notion of mailbox URL, provide examples and
6562 cross-references to mailutils documentation.
6563 Describe various methods of specifying mailbox names,
6564 user names and user passwords for rmail.
1c6c854e
CS
6565 (Remote Mailboxes): New section.
6566 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6567 options used to control its behavior.
6568 (Other Mailbox Formats): Explain handling of various mailbox
6569 formats.
6570
65712005-01-13 Richard M. Stallman <rms@gnu.org>
6572
6573 * commands.texi (Commands): Clarification.
6574
65752005-01-11 Richard M. Stallman <rms@gnu.org>
6576
6577 * programs.texi (Multi-line Indent): Fix previous change.
6578 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6579
8cf51b2c
GM
65802005-01-08 Richard M. Stallman <rms@gnu.org>
6581
6582 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6583 lazy-highlight.
6584
6585 * search.texi (Query Replace): Mention faces query-replace
6586 and lazy-highlight.
6587 (Incremental Search): Update isearch highlighting info.
6588
8cf51b2c
GM
65892005-01-04 Richard M. Stallman <rms@gnu.org>
6590
6591 * custom.texi (Saving Customizations): Minor improvement.
6592
8cf51b2c
GM
65932005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * custom.texi (Saving Customizations): Emacs no longer loads
6596 `custom-file' after .emacs. No longer mention customizing through
6597 Custom.
6598
8cf51b2c
GM
65992005-01-01 Andreas Schwab <schwab@suse.de>
6600
6601 * killing.texi (Graphical Kill): Move up under node Killing,
6602 change @section to @subsection.
6603
66042005-01-01 Richard M. Stallman <rms@gnu.org>
6605
6606 * custom.texi (Face Customization): Mention hex color specs.
6607
6608 * emacs.texi (Top): Update Killing submenu.
6609
6610 * killing.texi (Killing): Reorganize section.
6611 No more TeX-only text; put the node command at start of chapter.
6612 But the first section heading is used only in TeX.
6613 Rewrite the text to read better in this mode.
6614 (Graphical Kill): New subnode gets some of the text that
6615 used to be in the first section.
6616
66172004-12-31 Richard M. Stallman <rms@gnu.org>
6618
6619 * dired.texi (Shell Commands in Dired): Delete the ? example.
6620
6621 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6622
6623 * files.texi (Saving): Describe new require-final-newline features
6624 and mode-require-final-newline.
6625
8cf51b2c
GM
66262004-12-29 Richard M. Stallman <rms@gnu.org>
6627
6628 * custom.texi (File Variables): Clarify previous change.
6629
c8763fb6 66302004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6631
6632 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6633 out now.
6634
66352004-12-27 Richard M. Stallman <rms@gnu.org>
6636
6637 * Makefile.in (MAKEINFO): Specify --force.
6638
6639 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6640 (Undo): Doc undo-outer-limit.
6641
8cf51b2c
GM
66422004-12-15 Juri Linkov <juri@jurta.org>
6643
6644 * mark.texi (Transient Mark, Mark Ring): M-< and other
6645 movement commands don't set mark in Transient Mark mode
6646 if mark is active.
6647
8cf51b2c
GM
66482004-12-12 Juri Linkov <juri@jurta.org>
6649
6650 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6651 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6652
6653 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6654 (Misc Dired Commands): Add @r{(Dired)} to w.
6655
66562004-12-12 Juri Linkov <juri@jurta.org>
6657
6658 * mark.texi (Marking Objects): Marking commands also extend the
6659 region when mark is active in Transient Mark mode.
6660
8cf51b2c
GM
66612004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6662
6663 * custom.texi (Saving Customizations): Emacs only loads the custom
6664 file automatically after the init file in version 22.1 or later.
6665 Adapt text and examples to this fact.
6666
8cf51b2c
GM
66672004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6668
6669 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6670 be set through Custom. Otherwise, it has no effect.
6671
8cf51b2c
GM
66722004-12-05 Richard M. Stallman <rms@gnu.org>
6673
6674 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6675 * entering.texi: Rename Command Line to Emacs Invocation.
6676
10d1d0af 6677 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6678
6679 * custom.texi (Easy Customization): Move up to section level,
6680 before Variables. Avoid using the term "variable"; say "option".
6681 New initial explanation.
6682 (Variables): In initial explanation, connect "variable" to the
6683 already-explained "user option".
6684
6685 * emacs.texi (Top): Fix ref to Command Line.
6686 Move reference to Easy Customization.
6687
6688 * xresources.texi (X Resources): Fix From link.
6689
6690 * doclicense.texi (GNU Free Documentation License): Fix To link.
6691
6692 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6693
6694 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6695
66962004-12-03 Richard M. Stallman <rms@gnu.org>
6697
6698 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6699
67002004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6701
6702 * kmacro.texi: Several small changes in addition to the following.
6703 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6704 defining a keyboard macro.
6705 Mention `kmacro-ring-max'.
6706 (Keyboard Macro Counter): Clarify description of
6707 `kmacro-insert-counter', `kmacro-set-counter',
6708 `kmacro-add-counter' and `kmacro-set-format'.
6709
67102004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6711
6712 * custom.texi (File Variables): Add `unibyte' and make it more
6713 clear that `unibyte' and `coding' are special. Suggested by Simon
6714 Krahnke <overlord@gmx.li>.
6715
6716 * mule.texi (Enabling Multibyte): Refer to File Variables.
6717 Suggested by Simon Krahnke <overlord@gmx.li>.
6718
c8763fb6 67192004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6720
6721 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6722 x-use-old-gtk-file-dialog.
6723
8cf51b2c
GM
67242004-11-20 Richard M. Stallman <rms@gnu.org>
6725
6726 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6727
67282004-11-09 Lars Brinkhoff <lars@nocrew.org>
6729
6730 * building.texi (Lisp Eval): Delete hyphen in section name.
6731
67322004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6733
6734 * files.texi (Old Versions):
6735 No longer document annotation as "CVS only".
6736
67372004-11-10 Andre Spiegel <spiegel@gnu.org>
6738
6739 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
6740 version systems, mentioning the new ones that we support.
6741 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
6742 suggestions.
6743
c8763fb6 67442004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6745
49823426 6746 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 6747
c8763fb6 67482004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6749
6750 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6751
67522004-10-23 Eli Zaretskii <eliz@gnu.org>
6753
6754 * text.texi (Text Based Tables, Table Definition)
6755 (Table Creation, Table Recognition, Cell Commands)
6756 (Cell Justification, Row Commands, Column Commands)
6757 (Fixed Width Mode, Table Conversion, Measuring Tables)
6758 (Table Misc): New nodes, documenting the Table Mode.
6759
8cf51b2c
GM
67602004-10-19 Jason Rumney <jasonr@gnu.org>
6761
6762 * makefile.w32-in (info): Change order of arguments to makeinfo.
6763
67642004-10-19 Ulf Jasper <ulf.jasper@web.de>
6765
6766 * calendar.texi (iCalendar): Update for package changes.
6767
8cf51b2c
GM
67682004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * files.texi (Misc File Ops): View mode is a minor mode.
6771
8cf51b2c
GM
67722004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6773
6774 * calendar.texi (iCalendar): Style changes.
6775
67762004-10-07 Luc Teirlinck <teirllm@auburn.edu>
6777
6778 * search.texi (Regexps): The regexp described in the example is no
6779 longer stored in the variable `sentence-end'.
6780
8cf51b2c
GM
67812004-10-06 Nick Roberts <nickrob@snap.net.nz>
6782
6783 * building.texi (Starting GUD): Note that multiple debugging
6784 sessions requires `gdb --fullname'.
6785
67862004-10-05 Ulf Jasper <ulf.jasper@web.de>
6787
6788 * calendar.texi (iCalendar): New section for a new package.
6789
8cf51b2c
GM
67902004-10-05 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * text.texi: Various small changes in addition to the following.
6793 (Text): Replace xref for autotype with inforef.
6794 (Sentences): Explain nil value for `sentence-end'.
6795 (Paragraphs): Update default values for `paragraph-start' and
6796 `paragraph-separate'.
6797 (Text Mode): Correct description of Text mode's effect on the
6798 syntax table.
6799 (Outline Visibility): `hide-other' does not hide top level headings.
6800 `selective-display-ellipses' no longer has an effect on Outline mode.
6801 (TeX Misc): Add missing @cindex.
6802 Replace xref for RefTeX with inforef.
6803 (Requesting Formatted Text): The variable
6804 `enriched-fill-after-visiting' no longer exists.
6805 (Editing Format Info): Update names of menu items and commands.
6806 (Format Faces): Mention special effect of specifying the default face.
6807 Describe inheritance of text properties.
6808 Correct description of `fixed' face.
6809 (Format Indentation): Correct description of effect of setting
6810 margins. Mention `set-left-margin' and `set-right-margin'.
6811 (Format Justification): Update names of menu items.
6812 `set-justification-full' is now bound to `M-j b'.
6813 Mention that `default-justification' is a per buffer variable.
6814 (Format Properties): Update name of menu item.
6815 (Forcing Enriched Mode): `format-decode-buffer' automatically
6816 turns on Enriched mode if the buffer is in text/enriched format.
6817
68182004-10-05 Emilio C. Lopes <eclig@gmx.net>
6819
6820 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
6821
68222004-09-28 Kim F. Storm <storm@cua.dk>
6823
6824 * display.texi (Display Custom) <indicate-buffer-boundaries>:
6825 Align with new functionality.
6826
8cf51b2c
GM
68272004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6828
6829 * display.texi (Display Custom): Remove stray `@end defvar'.
6830
68312004-09-23 Kim F. Storm <storm@cua.dk>
6832
6833 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
6834 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
6835
8cf51b2c
GM
68362004-09-20 Richard M. Stallman <rms@gnu.org>
6837
6838 * custom.texi (Hooks): Explain using setq to clear out a hook.
6839 (File Variables): Explain multiline string constants.
6840 (Non-ASCII Rebinding): Explain when you need to update
6841 non-ASCII char codes in .emacs.
6842
6843 * building.texi (Compilation): Explain how to make a silent
6844 subprocess that won't be terminated. Explain compilation-environment.
6845
68462004-09-13 Kim F. Storm <storm@cua.dk>
6847
6848 * mini.texi (Repetition): Rename isearch-resume-enabled to
6849 isearch-resume-in-command-history and change default to disabled.
6850
8cf51b2c
GM
68512004-09-09 Kim F. Storm <storm@cua.dk>
6852
6853 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
6854 with new `kmacro-name-last-macro'.
6855
8cf51b2c
GM
68562004-09-08 Juri Linkov <juri@jurta.org>
6857
6858 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
6859
8cf51b2c
GM
68602004-09-03 Juri Linkov <juri@jurta.org>
6861
6862 * search.texi (Incremental Search): Update wording for M-%.
6863
68642004-09-02 Luc Teirlinck <teirllm@auburn.edu>
6865
6866 * killing.texi (Killing): Correct description of kill commands in
6867 read-only buffer.
6868
68692004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
6870
6871 * building.texi (Compilation Mode): Add a paragraph about rules
6872 for finding the compilation buffer for `next-error'.
6873
6874 * search.texi (Other Repeating Search): Mention that Occur mode
6875 supports the next-error functionality.
6876
68772004-09-02 Juri Linkov <juri@jurta.org>
6878
6879 * search.texi (Regexp Replace): Add missing backslash to \footnote.
6880
68812004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6882
6883 * kmacro.texi (Basic Keyboard Macro):
6884 `apply-macro-to-region-lines' now operates on all lines that begin
6885 in the region, rather than on all complete lines in the region.
6886
c8763fb6 68872004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6888
6889 * frames.texi (Drag and drop): Add documentation about
6890 x-dnd-test-function and x-dnd-known-types.
6891
68922004-08-30 Luc Teirlinck <teirllm@auburn.edu>
6893
6894 * indent.texi: Various minor changes in addition to:
6895 (Indentation Commands): Correct description of `indent-relative'.
6896 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
6897 mode. The *Tab Stops* buffer uses Overwrite Mode.
6898 (Just Spaces): `tabify' converts sequences of at least two spaces
6899 to tabs.
6900
8cf51b2c
GM
69012004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * frames.texi (Secondary Selection): Setting the secondary
6904 selection with M-Drag-Mouse-1 does not alter the kill ring,
6905 setting it with M-Mouse-1 and M-Mouse-3 does.
6906 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
6907 toolkit scroll bars.
6908 (Scroll Bars): Ditto.
6909
6910 * windows.texi (Basic Window): When using a window system, the value
6911 of point in a non-selected window is indicated by a hollow box.
6912 (Split Window): Side by side windows are separated by a scroll bar,
6913 if scroll bars are used.
6914 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
6915 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
6916 (Window Convenience): Update bindings for `winner-undo' and
6917 `winner-redo'.
6918
6919 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 6920 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
6921 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
6922 of "Using Emacs as a Server".
6923 * building.texi (Building): Interchange nodes (for correct numbering).
6924 * programs.texi (Programs): Interchange nodes (for correct numbering).
6925 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
6926 Info to the node structure.
6927 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
6928 Rearrange order of nodes and sections such that both "GNU GENERAL
6929 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
6930 end, as appropriate for appendices.
6931 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
6932 Use `@unnumberedsec'.
6933 * trouble.texi: Adapt sectioning in Info to the node structure.
6934 Adapt node pointers to change in emacs.texi.
6935 * cmdargs.texi, doclicense.texi: Adapt node pointers.
6936
8cf51b2c
GM
69372004-08-25 Kenichi Handa <handa@m17n.org>
6938
6939 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
6940 description for unibyte mode.
6941
69422004-08-23 Luc Teirlinck <teirllm@auburn.edu>
6943
6944 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
6945
6946 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
6947 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
6948 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
6949 in @pxref.
6950
69512004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6952
6953 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
6954 Change section names.
6955
8cf51b2c
GM
69562004-08-21 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * kmacro.texi (Keyboard Macro Ring): Rename section.
6959 Emacs treats the head of the macro ring as the `last keyboard macro'.
6960 (Keyboard Macro Counter): Minor change.
6961 (Save Keyboard Macro): Some clarifications.
6962 (Edit Keyboard Macro): Rename section.
6963
6964 * buffers.texi (Buffers): Maximum buffer size is now 256M on
6965 32-bit machines.
6966 (Several Buffers): Clarify which buffer is selected if `2' is
6967 pressed in the Buffer Menu.
6968 Auto Revert mode can be used to update the Buffer Menu
6969 automatically.
6970
69712004-08-21 Eli Zaretskii <eliz@gnu.org>
6972
6973 * help.texi (Misc Help): Add an index entry for finding an Info
6974 manual by its file name.
6975
69762004-08-20 Luc Teirlinck <teirllm@auburn.edu>
6977
6978 * files.texi (Backup Deletion): Correct description of
6979 `delete-old-versions'.
6980 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6981 (Auto Save Files): Recommend `auto-save-mode' to reenable
6982 auto-saving, rather than the abbreviation `auto-save'.
6983
69842004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6987 for "killing" and "yanking" in main menu.
6988
69892004-08-16 Richard M. Stallman <rms@gnu.org>
6990
6991 * killing.texi (Yanking, Killing): Minor cleanups.
6992
6993 * mark.texi (Momentary Mark): Minor cleanups.
6994
69952004-08-15 Kenichi Handa <handa@etl.go.jp>
6996
6997 * custom.texi (Non-ASCII Rebinding):
6998 C-q always inserts the right code to pass to global-set-key.
6999
8cf51b2c
GM
70002004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7003 `insert-register', instead of `C-x r g' binding, for consistency.
7004
70052004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * fixit.texi (Spelling): Fix typo.
7008
70092004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7010
7011 * help.texi (Help): Fix Texinfo usage.
7012
8cf51b2c
GM
70132004-07-24 Richard M. Stallman <rms@gnu.org>
7014
7015 * text.texi (Paragraphs): Update how paragraphs are separated
7016 and the default for paragraph-separate.
7017
7018 * search.texi (Regexp Replace): Further update text for new
7019 replacement operators.
7020
8cf51b2c
GM
70212004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7024 `R' switch.
7025
7026 * dired.texi (Dired Updating): `k' only deletes inserted
7027 subdirectories from the Dired buffer if a prefix argument was given.
7028
7029 * search.texi (Regexps): Delete redundant definition of `symbol' in
7030 description of `\_>'. It already occurs in the description of `\_<'.
7031
8cf51b2c
GM
70322004-07-01 Juri Linkov <juri@jurta.org>
7033
7034 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7035 (Regexp Search): Add M-r.
7036
70372004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7038
7039 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7040
70412004-06-29 Jesper Harder <harder@ifa.au.dk>
7042
49823426 7043 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7044
70452004-06-25 Richard M. Stallman <rms@gnu.org>
7046
7047 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7048
70492004-06-25 David Kastrup <dak@gnu.org>
7050
7051 * search.texi (Regexp Replace): Some typo corrections and
7052 rearrangement.
7053
70542004-06-24 David Kastrup <dak@gnu.org>
7055
7056 * search.texi (Unconditional Replace): Use replace-string instead
7057 of query-replace in example.
7058 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7059 sequences.
7060 (Query Replace): Correct explanation of `^' which does not use
7061 the mark stack.
7062
70632004-06-21 Nick Roberts <nickrob@gnu.org>
7064
7065 * misc.texi (Shell History Copying): Document comint-insert-input.
7066 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7067
8cf51b2c
GM
70682004-06-20 Jesper Harder <harder@ifa.au.dk>
7069
7070 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7071 * custom.texi (Customization): Do.
7072 * anti.texi (Antinews): Do.
7073 * abbrevs.texi (Defining Abbrevs): Do.
7074
7075 * programs.texi (Info Lookup): Fix keybinding for
7076 info-lookup-symbol.
7077
70782004-06-16 Juanma Barranquero <lektu@terra.es>
7079
7080 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7081 Add emacs-xtra.
7082 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7083 (clean): Add emacs-xtra and flymake. Remove redundancies.
7084
70852004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7086
7087 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7088 Add emacs-xtra.
7089 * emacs-xtra.texi: New file.
7090
70912004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7094 (Dired and Find): Mention differences with ordinary Dired buffers.
7095
8cf51b2c
GM
70962004-06-13 Richard M. Stallman <rms@gnu.org>
7097
7098 * custom.texi (Init Syntax): Explain about vars that do special
7099 things when set with setq or with Custom.
7100 (Init Examples): Add line-number-mode example.
7101
8cf51b2c
GM
71022004-06-12 Juri Linkov <juri@jurta.org>
7103
7104 * dired.texi (Operating on Files): Add dired-do-touch.
7105
8cf51b2c
GM
71062004-06-10 Juri Linkov <juri@jurta.org>
7107
7108 * building.texi (Lisp Eval): Add C-M-x on defface.
7109
71102004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * files.texi (Reverting): Auto-Revert mode and
7113 Global Auto-Revert mode no longer revert remote files.
7114
8cf51b2c
GM
71152004-05-29 Richard M. Stallman <rms@gnu.org>
7116
7117 * custom.texi (Init File): Two dashes start --no-site-file.
7118
8cf51b2c
GM
71192004-05-29 Alan Mackenzie <acm@muc.de>
7120
7121 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7122 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7123 (AWK, Pike): Document as "C-like modes".
7124 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7125 (M-x man): Supersedes M-x manual-entry.
7126 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7127
7128 ("Comments in C"): Delete node; the info is in CC Mode manual.
7129 (c-comment-only-line-offset): Remove description.
7130
7131 (C-c ., C-c C-c): Describe new C Mode bindings.
7132
7133 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7134 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7135 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7136 Amend definitions.
7137
7138 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7139 Describe functions.
7140
7141 (c-comment-start-regexp, c-hanging-comment-ender-p)
7142 (c-hanging-comment-starter-p): Remove obsolete definitions.
7143
7144 * emacs.texi: Remove the menu entry "Comments in C".
7145
8cf51b2c
GM
71462004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7147
7148 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7149 `M-x locate'.
7150
71512004-05-16 Karl Berry <karl@gnu.org>
7152
7153 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7154 makeinfo --html fails.
7155 * help.texi (Help Summary) [@ifnottex]: Likewise.
7156
71572004-05-13 Nick Roberts <nickrob@gnu.org>
7158
7159 * building.texi (GDB Graphical Interface): Update and describe
7160 layout first.
7161
8cf51b2c
GM
71622004-05-04 Jason Rumney <jasonr@gnu.org>
7163
7164 * makefile.w32-in: Revert last change.
7165
71662004-05-03 Jason Rumney <jasonr@gnu.org>
7167
7168 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7169
8cf51b2c
GM
71702004-04-23 Juanma Barranquero <lektu@terra.es>
7171
7172 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7173
71742004-04-18 Juri Linkov <juri@jurta.org>
7175
7176 * fixit.texi (Spelling): Remove file extension from ispell xref.
7177
71782004-04-15 Kim F. Storm <storm@cua.dk>
7179
7180 * cmdargs.texi (Initial Options): Add -Q.
7181
71822004-04-05 Kim F. Storm <storm@cua.dk>
7183
7184 * custom.texi (File Variables): Add safe-local-eval-forms.
7185
8cf51b2c
GM
71862004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7187
7188 * files.texi (Reverting): Correct description of revert-buffer's
7189 handling of point.
7190
71912004-03-22 Juri Linkov <juri@jurta.org>
7192
7193 * emacs.texi (Top): Add `Misc X'.
7194
49823426 7195 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7196
7197 * glossary.texi: Improve references.
7198
7199 * help.texi: Sync keywords with finder.el.
7200
7201 * mini.texi (Completion): Add description for menu items.
7202
7203 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7204
7205 * sending.texi (Mail Methods): Fix xref to Message manual.
7206
8cf51b2c
GM
72072004-03-12 Richard M. Stallman <rms@gnu.org>
7208
8cf51b2c
GM
7209 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7210
8cf51b2c
GM
72112004-03-04 Richard M. Stallman <rms@gnu.org>
7212
7213 * search.texi (Regexps): Explain that ^ and $ have their
7214 special meanings only in certain contexts.
7215
7216 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7217
7218 * mule.texi (Specify Coding): Doc C-x RET F.
7219
7220 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7221 for multiple compile and grep buffers.
7222 (Indirect Buffers): Don't recommand clone-indirect-buffer
7223 for multiple compile and grep buffers.
7224
8cf51b2c
GM
72252004-02-29 Juanma Barranquero <lektu@terra.es>
7226
7227 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7228 Use $(DEL) instead of rm, and ignore exit code.
7229
8cf51b2c
GM
72302004-02-23 Nick Roberts <nick@nick.uklinux.net>
7231
7232 * building.texi (Watch Expressions): Update.
7233
72342004-02-21 Juri Linkov <juri@jurta.org>
7235
1c6c854e
CS
7236 * cmdargs.texi (Action Arguments): Add alias --find-file.
7237 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7238 to Command Arguments.
7239 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7240 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7241 (Window Size X): Join -g and --geometry. Add @cindex.
7242 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7243 (Title X): Remove alias -title.
7244 (Misc X): New node.
7245
c8763fb6 72462004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7247
7248 * frames.texi (Drag and drop): Add Motif to list of supported
7249 protocols.
7250
c8763fb6 72512004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7252
7253 * frames.texi (Drag and drop): New section.
7254
72552004-01-24 Richard M. Stallman <rms@gnu.org>
7256
1c6c854e 7257 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7258 Include it only @ifnotinfo. Patch the preceding and following
7259 node headers to point to each other.
7260
72612004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7262
7263 * calendar.texi (Appointments): Update section.
7264
72652003-12-29 Kevin Ryde <user42@zip.com.au>
7266
8cf51b2c
GM
7267 * programs.texi (C Modes): Fix the xref.
7268
72692003-12-23 Nick Roberts <nick@nick.uklinux.net>
7270
7271 * building.texi (Watch Expressions): Update.
7272 (Commands of GUD): Include use of toolbar + breakpoints set from
7273 fringe/margin.
7274
72752003-12-03 Andre Spiegel <spiegel@gnu.org>
7276
7277 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7278 <acm@muc.de>.
7279
c8763fb6 72802003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7281
7282 * frames.texi (Dialog Boxes): Add use-file-dialog.
7283
8cf51b2c
GM
72842003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7285
7286 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7287 in CC Mode.
7288
8cf51b2c
GM
72892003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7290
7291 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7292 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7293 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7294 * man/frames.texi, man/glossary.texi, man/killing.texi:
7295 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7296 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7297 * man/sending.texi, man/text.texi, man/trouble.texi:
7298 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7299
73002003-11-01 Alan Mackenzie <acm@muc.de>
7301
7302 * search.texi (Scrolling During Incremental Search): Document a
7303 new scrolling facility in isearch mode.
7304
8cf51b2c
GM
73052003-10-22 Miles Bader <miles@gnu.org>
7306
7307 * Makefile.in (info): Move before $(top_srcdir)/info.
7308
73092003-10-22 Nick Roberts <nick@nick.uklinux.net>
7310
7311 * building.texi (Watch Expressions): Update section on data display
7312 to reflect code changes (GDB Graphical Interface).
7313
8cf51b2c
GM
73142003-10-13 Richard M. Stallman <rms@gnu.org>
7315
7316 * xresources.texi (GTK resources): Clean up previous change.
7317
c8763fb6 73182003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7319
7320 * xresources.texi (GTK resources): Add a note that some themes
7321 disallow customizations. Add scroll theme example.
7322
8cf51b2c
GM
73232003-09-30 Richard M. Stallman <rms@gnu.org>
7324
8cf51b2c
GM
7325 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7326
7327 * misc.texi (Saving Emacs Sessions): Shorten the section,
7328 collapsing back into one node.
7329
73302003-09-30 Lars Hansen <larsh@math.ku.dk>
7331
7332 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7333
ce058493 73342003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7335
7336 * xresources.texi (GTK names in Emacs): Correct typo.
7337
8cf51b2c
GM
73382003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7339
1c6c854e
CS
7340 * cmdargs.texi (Font X): Mention new default font.
7341 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7342 problems involved. (Result of discussion on emacs-devel.)
7343
73442003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7345
7346 * emacs.texi (Acknowledgements): Correct typo.
7347
73482003-09-22 Richard M. Stallman <rms@gnu.org>
7349
7350 * dired.texi (Misc Dired Commands): New node.
7351 (Dired Navigation): Add dired-goto-file.
7352
7353 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7354
7355 * emacs.texi (Acknowledgements): New node, split from Distribution.
7356
7357 * cmdargs.texi (Action Arguments): -f reads interactive args.
7358
8cf51b2c
GM
73592003-09-08 Lute Kamstra <lute@gnu.org>
7360
7361 * screen.texi (Mode Line): Say that POS comes before LINE.
7362 Mention `size-indication-mode'.
1c6c854e
CS
7363 * display.texi (Optional Mode Line):
7364 Document `size-indication-mode'.
8cf51b2c
GM
7365 * basic.texi (Position Info): Mention `size-indication-mode'.
7366
73672003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7368
7369 * xresources.texi (Resources): Refer to `editres' man page.
7370 (Lucid Resources): Update defaults. Expand description of
7371 `shadowThickness'.
7372
73732003-09-04 Miles Bader <miles@gnu.org>
7374
7375 * Makefile.in (top_srcdir): New variable.
7376 ($(top_srcdir)/info): New rule.
7377 (info): Depend on it.
7378
73792003-09-03 Peter Runestig <peter@runestig.com>
7380
7381 * makefile.w32-in: New file.
7382
73832003-08-29 Richard M. Stallman <rms@gnu.org>
7384
7385 * misc.texi (Saving Emacs Sessions): Correct previous change.
7386
8cf51b2c
GM
73872003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7388
8cf51b2c
GM
7389 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7390 (Intro): Include kmacro.texi after fixit.texi instead of after
7391 custom.texi. (As suggested by Kim Storm.)
7392
73932003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7394
7395 * fixit.texi (Fixit): Update `Next' pointer.
7396 * files.texi (Files): Update `Previous' pointer.
7397 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7398 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7399 (Suggested by Kim Storm.)
7400 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7401
74022003-08-18 Kim F. Storm <storm@cua.dk>
7403
7404 * kmacro.texi: New file describing enhanced keyboard macro
7405 functionality. Replaces old description in custom.texi.
7406
7407 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7408 (Keyboard Macros): Move to new kmacro.texi file.
7409
7410 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7411
8cf51b2c
GM
74122003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7413
7414 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7415
74162003-08-17 Alex Schroeder <alex@gnu.org>
7417
7418 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7419 required.
7420
8cf51b2c
GM
74212003-08-05 Richard M. Stallman <rms@gnu.org>
7422
7423 * programs.texi (Lisp Indent): Don't describe
7424 lisp-indent-function property here. Use xref to Lisp Manual.
7425
8cf51b2c
GM
74262003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7427
fffa137c 7428 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7429 abbreviations.
7430
74312003-07-24 Markus Rost <rost@math.ohio-state.edu>
7432
7433 * buffers.texi (List Buffers): Fix previous change.
7434
8cf51b2c
GM
74352003-07-13 Markus Rost <rost@math.ohio-state.edu>
7436
7437 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7438 List*.
7439
74402003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7441
8cf51b2c
GM
7442 * display.texi (Font Lock): Fix typo.
7443
74442003-07-07 Richard M. Stallman <rms@gnu.org>
7445
7446 * display.texi (Font Lock): Add xref for format info on
7447 font-lock-remove-keywords.
7448
7449 * building.texi (Compilation): Document what happens with asynch
7450 children of compiler process.
7451
7452 * help.texi (Library Keywords): Use @multitable.
7453
8cf51b2c
GM
74542003-06-04 Richard M. Stallman <rms@gnu.org>
7455
7456 * programs.texi (Expressions): Delete C-M-DEL.
7457
7458 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7459 comint-move-point-for-output renamed from
7460 comint-scroll-to-bottom-on-output.
7461
7462 * custom.texi (Init Rebinding): Replace previous change with xref.
7463 (Non-ASCII Rebinding): Explain that issue more briefly here.
7464
74652003-05-28 Richard M. Stallman <rms@gnu.org>
7466
7467 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7468
74692003-05-28 Nick Roberts <nick@nick.uklinux.net>
7470
7471 * building.texi (GDB Graphical Interface): New node.
7472 (Rewritten somewhat by RMS.)
7473
c8763fb6 74742003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7475
7476 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7477 non-English letters. Explain how to set coding systems correctly
7478 and how to include the right coding cookie in the file.
7479
c8763fb6 74802003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7481
7482 * indent.texi (Indentation): Explain the concepts.
7483 (Just Spaces): Explain why preventing tabs for indentation might
7484 be useful.
7485
8cf51b2c
GM
74862003-04-16 Richard M. Stallman <rms@gnu.org>
7487
7488 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7489
8cf51b2c
GM
74902003-02-22 Alex Schroeder <alex@emacswiki.org>
7491
7492 * cmdargs.texi (General Variables): Document SMTPSERVER.
7493
8cf51b2c
GM
7494 * sending.texi: Remove SMTP node.
7495 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7496 library.
7497
8cf51b2c
GM
74982003-02-22 Alex Schroeder <alex@emacswiki.org>
7499
7500 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7501
75022003-02-22 Simon Josefsson <jas@extundo.com>
7503
7504 * sending.texi (Mail Methods): Add node about SMTP.
7505
c8763fb6 75062003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7507
7508 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7509
8cf51b2c
GM
75102003-02-01 Kevin Ryde <user42@zip.com.au>
7511
7512 * glossary.texi (Glossary): Correction to cl cross reference.
7513
75142003-01-20 Richard M. Stallman <rms@gnu.org>
7515
7516 * killing.texi (Rectangles): Document C-x c r.
7517
c8763fb6 75182003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7519
7520 * xresources.texi (GTK resources): New node.
7521 (GTK widget names): New node.
7522 (GTK names in Emacs): New node.
7523 (GTK styles): New node.
7524
c8763fb6 75252003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7526
7527 * maintaining.texi (Create Tags Table): Add reference to the new
7528 `etags --help --lang=LANG' option.
7529
8cf51b2c
GM
75302002-10-02 Karl Berry <karl@gnu.org>
7531
49823426 7532 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7533 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7534 where needed for the sake of the HTML output.
8cf51b2c
GM
7535
75362001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7537
7538 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7539 source files.
7540
75412001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7542
7543 * Makefile.in (emacsman): New target.
7544
8cf51b2c
GM
75452001-10-20 Gerd Moellmann <gerd@gnu.org>
7546
7547 * (Version 21.1 released.)
7548
75492001-10-05 Gerd Moellmann <gerd@gnu.org>
7550
7551 * Branch for 21.1.
7552
8cf51b2c
GM
75532001-03-05 Gerd Moellmann <gerd@gnu.org>
7554
7555 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7556
8cf51b2c
GM
75572000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7558
7559 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7560
8cf51b2c
GM
75611999-07-12 Richard Stallman <rms@gnu.org>
7562
7563 * Version 20.4 released.
7564
75651998-12-04 Markus Rost <rost@delysid.gnu.org>
7566
7567 * Makefile.in (INFO_TARGETS): Delete customize.info.
7568 (DVI_TARGETS): Delete customize.dvi.
7569 (../info/customize, customize.dvi): Targets deleted.
7570
75711998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7572
7573 * Version 20.3 released.
7574
75751998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7576
7577 * Makefile.in (EMACSSOURCES): Add mule.texi.
7578 Add msdog.texi, ack.texi. Remove gnu1.texi.
7579
75801998-04-06 Andreas Schwab <schwab@gnu.org>
7581
768c0c0f
JB
7582 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7583 Use it in dvi targets.
8cf51b2c
GM
7584
75851997-09-23 Paul Eggert <eggert@twinsun.com>
7586
7587 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7588 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7589 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7590
75911997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7592
7593 * Version 20.2 released.
7594
75951997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7596
7597 * Version 20.1 released.
7598
75991997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7600
7601 * Makefile (../info/customize, customize.dvi): New targets.
7602 (INFO_TARGETS): Add ../info/customize.
7603 (DVI_TARGETS): Add customize.dvi.
7604
8cf51b2c
GM
76051996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7606
7607 * Version 19.33 released.
7608
76091996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7610
7611 * Version 19.32 released.
7612
8cf51b2c
GM
76131996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7614
7615 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7616
76171996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7618
7619 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7620 Specify -I option.
7621 (All dvi targets): Set the TEXINPUTS variable.
7622
76231996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7624
7625 * Version 19.31 released.
7626
8cf51b2c
GM
76271995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7628
7629 * Version 19.30 released.
7630
8cf51b2c
GM
76311995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7632
7633 * Makefile.in (maintainer-clean): Rename from realclean.
7634
76351994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7636
7637 * Makefile.in: New file.
7638 * Makefile: File deleted.
7639
76401994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7641
7642 * Makefile (TEXINDEX_OBJS): Variable deleted.
7643 (texindex, texindex.o, getopt.o): Rules deleted.
7644 All deps on texindex deleted.
7645 (distclean): Don't delete texindex.
7646 (mostlyclean): Don't delete *.o.
7647 * texindex.c, getopt.c: Files deleted.
7648
76491994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7650
7651 * Version 19.26 released.
7652
76531994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7654
7655 * Makefile (EMACSSOURCES): Exclude undo.texi.
7656
76571994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7658
7659 * Version 19.25 released.
7660
76611994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7662
7663 * Version 19.24 released.
7664
76651994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7666
7667 * Version 19.23 released.
7668
76691994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7670
7671 * Makefile: Delete spurious tab.
7672
76731994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7674
7675 * Makefile (.SUFFIXES): New rule.
7676
8cf51b2c
GM
76771993-12-04 Richard Stallman (rms@srarc2)
7678
7679 * getopt.c: New file.
7680 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7681 (getopt.o): New rule.
7682 (dvi): Don't depend on texindex.
49823426 7683 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
7684
76851993-12-03 Richard Stallman (rms@srarc2)
7686
49823426
GM
7687 * Makefile (TEXI2DVI): New variable.
7688 (emacs.dvi): Add explicit command.
8cf51b2c
GM
7689 (TEXINDEX_OBJS): Delete duplicate getopt.o.
7690
76911993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7692
7693 * Version 19.22 released.
7694
76951993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7696
7697 * Makefile (TEXINDEX_OBJS): Delete spurious period.
7698
76991993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7700
7701 * Version 19.21 released.
7702
8cf51b2c
GM
77031993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7704
7705 * Makefile (realclean): Don't delete the Info files.
7706
f0131492 77071993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 7708
8cf51b2c
GM
7709 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7710 4' where appropriate.
7711
f0131492 77121993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 7713
49823426 7714 * Makefile: Fix targets for texindex.
8cf51b2c
GM
7715
7716 * texindex.c: Include "../src/config.h" if building in emacs.
7717
7718 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 7719 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
7720 Add target to build texindex.c, defining `emacs'.
7721
8cf51b2c
GM
77221993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7723
7724 * Version 19.19 released.
7725
8cf51b2c
GM
77261993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7727
7728 * Version 19.18 released.
7729
77301993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7731
7732 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
7733
77341993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7735
7736 * Version 19.17 released.
7737
77381993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7739
7740 * split-man: Fix typos in last change.
7741
77421993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7743
7744 * Version 19.16 released.
7745
77461993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7747
7748 * version 19.15 released.
7749
77501993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7751
7752 * Makefile (distclean): It's rm, not rf.
7753
77541993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7755
7756 * Version 19.14 released.
7757
77581993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7759
7760 * Makefile: New file.
7761
77621993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7763
7764 * Version 19.13 released.
7765
77661993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7767
7768 * Version 19.9 released.
7769
77701993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7771
7772 * Version 19.8 released.
7773
77741993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7775
7776 * cmdargs.texi: Document the -i, -itype, and -iconic options.
7777
7778 * trouble.texi: It's `enable-flow-control-on', not
7779 `evade-flow-control-on'.
7780
77811993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7782
7783 * display.texi: Document standard-display-european.
7784
77851993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7786
7787 * Version 19.7 released.
7788
7789 * emacs.texi: Add a sentence to the top menu mentioning the
7790 specific version of Emacs this manual applies to.
7791
77921993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7793
7794 * basic.texi: Document next-line-add-lines variable used to
7795 implement down-arrow.
7796
7797 * killing.texi: Document kill-whole-line.
7798
77991993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7800
7801 * text.texi: Update unix TeX ordering information.
7802
78031993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7804
7805 * news.texi: Mention fill-rectangle in keybinding list.
7806
7807 * killing.texi: Document fill-rectangle.
7808
78091993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7810
7811 * vc.texi: Bring the docs up to date with VC 5.2.
7812
78131992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7814
7815 * emacs.tex: Mention blackbox and gomoku under Amusements.
7816 Assembler mode is now mentioned and appropriately indexed
7817 under Programming Modes.
7818
78191991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
7820
7821 * emacs.tex: Update TeX ordering information.
7822
8cf51b2c
GM
78231990-06-26 David Lawrence (tale@geech)
7824
7825 * emacs.tex: Note that completion-ignored-extensions is not used
7826 to filter out names when all completions are displayed in
7827 *Completions*.
7828
78291990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
7830
7831 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
7832
78331990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
7834
7835 * emacs.tex: Add @findex grep.
7836
8cf51b2c
GM
78371988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
7838
7839 * emacs.tex: Correct two typos. No other changes before
7840 Version 19 will be made.
7841
8cf51b2c
GM
78421988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
7843
7844 * emacs.tex: Update information for obtaining TeX distribution from the
7845 University of Washington.
7846
7847;; Local Variables:
c8763fb6 7848;; coding: utf-8
8cf51b2c
GM
7849;; End:
7850
95df8112 7851 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
7852
7853 This file is part of GNU Emacs.
7854
352c8b4a 7855 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 7856 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7857 the Free Software Foundation, either version 3 of the License, or
7858 (at your option) any later version.
8cf51b2c
GM
7859
7860 GNU Emacs is distributed in the hope that it will be useful,
7861 but WITHOUT ANY WARRANTY; without even the implied warranty of
7862 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7863 GNU General Public License for more details.
7864
7865 You should have received a copy of the GNU General Public License
352c8b4a 7866 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.