* spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
82e98df4
SM
12009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mule.texi (Enabling Multibyte):
4 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
5 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
6
fb89fad9
GM
72009-08-20 Glenn Morris <rgm@gnu.org>
8
9 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
10
e99652b0
GM
112009-08-19 Glenn Morris <rgm@gnu.org>
12
13 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
14
5cca97ad
GM
152009-08-18 Glenn Morris <rgm@gnu.org>
16
17 * ack.texi (Acknowledgments):
18 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
19
997797ae 20 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 21
985bf85b
GM
222009-08-09 Glenn Morris <rgm@gnu.org>
23
24 * ack.texi (Acknowledgments):
25 * emacs.texi (Acknowledgments): Add gdb-mi entry.
26
8d6bb99e
DD
272009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
28
29 * emacs.texi (Top): Add new menu items for GDB-UI.
30
31 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
32 section. Threads buffer is in separate section now.
33
8353da9c
GM
342009-08-08 Glenn Morris <rgm@gnu.org>
35
36 * ack.texi (Acknowledgments):
37 * emacs.texi (Acknowledgments):
38 Update for js2-mode and org changes.
39
f2074faf
MA
402009-08-02 Michael Albinus <michael.albinus@gmx.de>
41
42 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
43 files.
44
e8d2d3fb
CY
452009-07-28 Chong Yidong <cyd@stupidchicken.com>
46
47 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
48
324a4f6a
GM
492009-07-23 Glenn Morris <rgm@gnu.org>
50
51 * programs.texi (Matching): Update blink-matching-paren-distance.
52
b6937a70
CY
532009-07-21 Chong Yidong <cyd@stupidchicken.com>
54
55 * frames.texi (Cut/Paste Other App): For select-active-regions,
56 selection is now updated on moving point.
57
bd8aaa36
RS
582009-07-21 Richard Stallman <rms@gnu.org>
59
60 * glossary.texi (GNU, Daemon): Update information.
61
8d9b5eba
JL
622009-07-19 Juri Linkov <juri@jurta.org>
63
64 * custom.texi (Specifying File Variables, Safe File Variables):
65 "variables/value pairs" -> "variable/value pairs".
66
a2acc1db
GM
672009-07-15 Glenn Morris <rgm@gnu.org>
68
69 * misc.texi (Gnus): Remove widow.
70
c5ae942b
GM
712009-07-11 Glenn Morris <rgm@gnu.org>
72
703d26ba
GM
73 * Makefile.in (TEXI2PDF): New.
74 (emacs.pdf, emacs-xtra.pdf): New targets.
75
c5ae942b
GM
76 * arevert-xtra.texi (Autorevert): Add menu descriptions.
77
78 * display.texi (Horizontal Scrolling): Re-word to remove widow.
79
80 * emacs.texi (Top): Info can be read from other places than Emacs.
81 Don't print the copying notice twice in the printed version.
82 Update the menu and detailmenu.
83 (Preface): The meaning of "on-line" has changed.
84 Correct name for "Common Problems" chapter.
85 (Distrib): Update FSF shop URL.
86 (Intro): Showing two files at once is not so exciting.
87
88 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
89 (Mac / GNUstep Basics): Minor grammar changes.
90 (Mac / GNUstep Events): Fix typo.
91 (GNUstep Support): CANNOT_DUMP no longer applies.
92
93 * misc.texi (Document View): Fix typos.
94
95 * dired.texi (Dired):
96 * help.texi (Help):
97 * macos.texi (Mac OS / GNUstep):
98 * maintaining.texi (Version Control, Introduction to VC):
99 End menu descriptions with a period.
100
b1c8242b
EZ
1012009-07-09 Eli Zaretskii <eliz@gnu.org>
102
103 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
104 so categorical in saying that the option is only useful on NTFS.
105
220d9aa6
GM
1062009-07-09 Glenn Morris <rgm@gnu.org>
107
108 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
109 (ENVADD): Add texinfodir to TEXINPUTS.
110
111 * emacs.texi (Top): Fix cross-reference.
112
113 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
114
115 * vc1-xtra.texi (Revision Tags): Fix typo.
116
d07e72d3
GM
1172009-07-03 Glenn Morris <rgm@gnu.org>
118
119 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
120 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
121 (Merge Commands): `.' does not seem to work in A or B buffer.
122 `l' can recreate the 3-window display.
123
124 * glossary.texi (Glossary): Minor phrasing changes throughout.
125 Add more internal cross-references.
126 <Autoloading>: You can't really autoload a variable.
127 <C-M->: Move details here from `M-C-' item.
128 <Continuation Line>: Refer to `Truncation.'
129 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
130 <Home Directory, Unix>: New entries.
131 <Deletion of Files>: Mention recycle bins.
132 <Directory>: Mention ``folders.''
133 <Error>: Don't mention ``type-ahead.''
134 <Fringe>: Refer to the manual node.
135 <Minor Mode>: Can be global or local.
136 <Spell Checking>: There are other checkers besides Ispell.
137
f144038a
GM
1382009-07-02 Glenn Morris <rgm@gnu.org>
139
140 * anti.texi (Antinews): Minor changes in phrasing.
141
142 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
143 some underfull lines in dvi output.
144
145 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
146
147 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
148
149 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
150
3f1c6666
JD
1512009-07-01 Jan Djärv <jan.h.d@swipnet.se>
152
153 * xresources.texi (Table of Resources): Mention maximized for
154 fullscreen.
155
156 * cmdargs.texi (Window Size X): -mm/--maximized is new.
157
62aadce7
CY
1582009-07-01 Chong Yidong <cyd@stupidchicken.com>
159
160 * anti.texi (Antinews): Correct the list of removed platforms.
161
82ec412e
GM
1622009-06-28 Glenn Morris <rgm@gnu.org>
163
164 * arevert-xtra.texi: Minor language tweaks.
165
09964e7d
GM
166 * dired-xtra.texi: Minor revisions.
167
666e158e
MB
1682009-06-23 Miles Bader <miles@gnu.org>
169
170 * display.texi (Scrolling): Document `recenter-redisplay'
05fbc4a9 171 (Temporary Face Changes): Document `text-scale-set'.
666e158e 172
70243478
CY
1732009-06-21 Chong Yidong <cyd@stupidchicken.com>
174
175 * Branch for 23.1.
176
67cbe681
KH
1772009-06-17 Kenichi Handa <handa@m17n.org>
178
179 * mule.texi (Charsets): Update the description for the new charset.
180 (list-character-sets): New findex.
125dd7c5 181 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 182
40e67246
CY
1832009-06-10 Chong Yidong <cyd@stupidchicken.com>
184
b5700de6
CY
185 * basic.texi (Moving Point): Fix tag.
186
187 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
188
189 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
190 use camel-case for PageUp and PageDown.
191
192 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
193 camel-case for PageUp and PageDown.
194
195 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
196
40e67246 197 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 198 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 199
6f591cf4
AM
2002009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
201
202 * fixit.texi (Spelling): Set default dictionary. Improve
203 descriptions (Bug#2554)
204
53483c76
DR
2052009-06-08 David Reitter <david.reitter@gmail.com>
206
207 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
208 since saving colors and faces set this way is not implemented.
209 (Environment variables): Remove mention of mac-fix-env, which is
210 scheduled to be removed.
211
1557ef4f
CY
2122009-06-04 Chong Yidong <cyd@stupidchicken.com>
213
91056528
CY
214 * custom.texi (Init Examples): Add example of changing load-path.
215
1557ef4f
CY
216 * building.texi (Lisp Libraries): Add example of changing
217 load-path (Bug#3446).
218
623cec4c
CY
2192009-05-28 Chong Yidong <cyd@stupidchicken.com>
220
221 * mark.texi (Mark): Further clarifications.
222 (Setting Mark): Emphasize that C-SPC activates the mark.
223
0fcca8ee
CY
2242009-05-28 Chong Yidong <cyd@stupidchicken.com>
225
702b10e1
CY
226 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
227 Mark mode.
0fcca8ee
CY
228 (Using Region, Persistent Mark): Use "active mark" instead of "active
229 region".
230
d3b396e4
CY
2312009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
232
233 * mule.texi (Select Input Method): Fix typo.
234
3f698a06
CY
2352009-05-13 Chong Yidong <cyd@stupidchicken.com>
236
237 * anti.texi (Antinews): Document completion changes. Some additional
238 copyedits and rearrangement of entries.
239
b2a42eb7
CY
2402009-05-12 Chong Yidong <cyd@stupidchicken.com>
241
932fd020
CY
242 * misc.texi (Interactive Shell, Saving Emacs Sessions)
243 (Shell History Copying, Terminal emulator): Copyedits.
244
ac36a8f1
CY
245 * xresources.texi (Resources): Simplify descriptions. Shorten
246 description of editres, which is not very useful these days.
247 (Table of Resources): Document fontBackend resource.
248
b2a42eb7
CY
249 * trouble.texi (Quitting): Add other undo bindings to table.
250 (DEL Does Not Delete): Note that the erasure key is usually labelled
251 "Backspace". Remove discussion of obscure Xmodmap issue.
252
c6ea7fb8
CY
2532009-05-07 Chong Yidong <cyd@stupidchicken.com>
254
255 * files.texi (Visiting): Copyedits.
256
ad36c422
CY
2572009-05-06 Chong Yidong <cyd@stupidchicken.com>
258
259 * basic.texi (Inserting Text): Document ucs-insert.
260
261 * mule.texi (International Chars): Define "multibyte". Note that
262 internal representation is unicode-based. Simplify definition of raw
263 bytes. Mention ucs-insert.
264 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
265 (Language Environments): Add language environments new to Emacs 23.
266 (Multibyte Conversion): Node deleted.
267 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
268 mention obsolete emacs-mule coding system.
269 (Output Coding): Copyedits.
270
271 * emacs.texi (Top): Update node listing.
272
d4ad7b96
CY
2732009-05-05 Per Starbäck <per@starback.se> (tiny change)
274
275 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
276
5bd66204
SM
2772009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * building.texi (Lisp Libraries): `load-library' does offer completion.
280
bc36ad1c
CY
2812009-04-28 Chong Yidong <cyd@stupidchicken.com>
282
283 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
284 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
285
f1a47884
EZ
2862009-04-25 Eli Zaretskii <eliz@gnu.org>
287
288 * maintaining.texi (Tags): Clarify text. (Bug#3101)
289
be77bd45
CY
2902009-04-22 Chong Yidong <cyd@stupidchicken.com>
291
292 * entering.texi (Entering Emacs): Document initial-buffer-choice.
293
294 * building.texi (Lisp Interaction): Document initial-scratch-message.
295
d3b82927
JB
2962009-04-18 Juanma Barranquero <lekktu@gmail.com>
297
ed6e7b11
JB
298 * msdog.texi (Windows Fonts): Fix typos.
299
d3b82927
JB
300 * files.texi (Save Commands): Fix pxref.
301
bc323c04
CY
3022009-04-18 Chong Yidong <cyd@stupidchicken.com>
303
304 * files.texi (Save Commands): Mention diff-buffer-with-file.
305 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
306 Henoch (Bug#3036).
307
2186d13f
GM
3082009-03-15 Glenn Morris <rgm@gnu.org>
309
310 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
311 the former is not always used.
312 (Mail Headers): Use active voice. Add "Mail-reply-to".
313 Change case of "Id". Avoid repeated "appropriate".
314 (Mail Aliases): Fix previous change - use an example with a ".", so it
315 does actually get quoted when expanded.
316 (Mail Sending): Mailclient is the default on some systems.
317 (Citing Mail): Mention mail-indentation-spaces.
318 (Mail Mode Misc): Add an @dfn for "mail signature".
319
71e454fc
CY
3202009-03-15 Chong Yidong <cyd@stupidchicken.com>
321
322 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
323 (Completion Options): Document read-file-name-completion-ignore-case,
324 read-buffer-completion-ignore-case, and completion-styles. Remove
325 description of partial-completion-mode.
326
df1a3e06
GM
3272009-03-14 Glenn Morris <rgm@gnu.org>
328
329 * sending.texi (Mail Format): Fix typo. Add index entry for
330 mail-header-separator.
331 (Mail Headers): Put info about initialization and changing in one place
332 at the start. Update FCC section for mbox Rmail. Clarify From
333 section, mention mail-setup-with-from. Clarify Reply-to section.
334 Add Mail-followup-to and mail-mailing-lists. Clarify References
335 section.
336 (Mail Aliases): Update example, make less contentious.
337 Update for name change of mail-interactive-insert-alias.
338 (Mail Mode): Remove mention of `%' as a word separator.
339 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
340 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
341 commands. Clarify FCC handling. In mail-complete, add reference to
342 Mail Aliases section, and mention mail-complete-function.
343 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
344 (Mail Mode Misc): Clarify the mail-signature function. Add basic
345 signature netiquette. Explain how the mail hooks work when continuing
346 a composition.
347 (Mail Amusements): Internationalize the spook section a bit.
348 Remove the spook mail-setup-hook example, since it doesn't work well.
349 Mention fortune-file.
350 (Mail Methods): Mention read-mail-command.
351
ed6e7b11 3522009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 353
df1a3e06
GM
354 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
355 and NS resources following recent changes.
959d68bd 356
86dca3e8
JR
3572009-03-10 Jason Rumney <jasonr@gnu.org>
358
359 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
360 w32-use-visible-system-caret doc to indicate that it should get set
361 automatically.
362 (Windows Fonts): Add doc for the uniscribe backend.
363
042fe98f
DN
3642009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
365
366 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
367 vc-dir. (Bug#2598)
368
7f8dba73
RS
3692009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
370
371 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
372
505e70c3
GM
3732009-03-05 Glenn Morris <rgm@gnu.org>
374
04242bdc
GM
375 * rmail.texi (Rmail Basics): Add reference to sorting.
376 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
377 Minor re-wordings.
378 (Rmail Motion): Mention rmail-next-same-subject.
379 (Rmail Deletion): Expunging is not the only way to change the numbers.
380 (Rmail Labels): Labels can also be used in sorting.
381 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
382 (Rmail Display): Mention rmail-mime.
383
00cfe22c
GM
3842009-03-04 Glenn Morris <rgm@gnu.org>
385
386 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
387 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
388 summary. Mention sorts cannot be undone.
389 (Rmail Display): Give an example of how to use goto-address-mode.
390 (Rmail Editing): It's keybindings that are redefined, not commands.
391 Fix some typos.
392 (Movemail): Some minor rewording.
393 (Remote Mailboxes): Emacs movemail supports pop by default.
394 Fix some minor grammatical issues. The "two alternative ways" to
395 specify a POP mailbox are really just one. Remove all reference to the
396 variables rmail-pop-password and rmail-pop-password-required, obsolete
397 since Emacs 22.1. Clarify the four password steps. Emacs movemail
398 can support Kerberos.
399
3d963b67
GM
4002009-03-03 Glenn Morris <rgm@gnu.org>
401
402 * rmail.texi (Rmail Deletion): Revert previous change, which was
403 describing the Rmail summary versions.
404 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
405 Minor re-wording for rmail-resend.
406 (Rmail Make Summary): Summaries apply to buffers rather than files.
407 <rmail-summary-by-topic>: Headers includes the subject.
408 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
409 details, including prefix arguments.
2340abde 410 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
411 Not counting lines might be faster.
412 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
413 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
414 Name the commands bound to the various keys. Mention prefix argument
415 for searching.
3d963b67
GM
416 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
417 Simplify rmail-highlighted-headers description. Update face name.
418
a8ce3d17
JB
4192009-03-02 Juanma Barranquero <lekktu@gmail.com>
420
421 * mark.texi (Marking Objects): Fix typo.
422
130a29b6
CY
4232009-03-01 Chong Yidong <cyd@stupidchicken.com>
424
425 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
426 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
427
9d5de6f8
GM
4282009-03-01 Glenn Morris <rgm@gnu.org>
429
79fc530e 430 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
431 (Rmail Motion): - M-s searches from the end of messages.
432 (Rmail Deletion): Minor clarification. Fix numeric argument
433 description.
434 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
435 newmail and RMAILOSE files need not be in home-directory.
436 (Rmail Files): Mention I/O menus are unselectable if no files match.
437 Mention `MAIL' env-var.
438
b545ff9c
JR
4392009-02-24 Jason Rumney <jasonr@gnu.org>
440
441 * mule.texi (Fontsets): Mention fontset-default, font specs and
442 fallback fontsets.
443 (Defining Fontsets): Mention ns and w32 variants of
444 standard-fontset-spec. Update description of startup fontset to match
445 Emacs 23 behavior.
a93be82a 446 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 447 (International): Link to Modifying Fontsets.
b545ff9c 448
75da0618 4492009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
450
451 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
452 Mention ns-extended-platform-support-mode.
453
6be93a16
KB
4542009-02-22 Karl Berry <karl@gnu.org>
455
456 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
457
867d4bb3
JB
4582009-02-19 Juanma Barranquero <lekktu@gmail.com>
459
460 * basic.texi (Moving Point, Position Info):
461 * files.texi (Visiting):
462 * mini.texi (Completion Options):
463 * text.texi (HTML Mode): Remove duplicate words.
464
49b5c0e8
GM
4652009-02-20 Glenn Morris <rgm@gnu.org>
466
467 * rmail.texi: Minor updates for mbox rather than Babyl.
468
f43a822c
KB
4692009-02-17 Karl Berry <karl@gnu.org>
470
49b5c0e8 471 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 472
80d634b8
RS
4732009-02-17 Richard M Stallman <rms@gnu.org>
474
475 * anti.texi (Antinews): Mention Babyl format.
476
477 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
478
479 * rmail.texi: Update for mbox format.
480 Various small fixes, as well as the following.
481 (Out of Rmail): Node deleted.
482 (Rmail): Update menu.
483 (Rmail Files): Comment out set-rmail-inbox-list.
484 Document rmail-inbox-list instead.
485 (Rmail Output): Substantial changes since C-o is now
486 rmail-output-as-seen and o is rmail-output.
487 (Rmail Attributes): Delete `stored', add `retried'.
488 (Rmail Display): Editing headers works in all cases.
489
f0d129c6
GM
4902009-02-17 Glenn Morris <rgm@gnu.org>
491
492 * basic.texi (Position Info): M-x count-lines-region is not always on
493 M-=. (Bug#2269)
494
160f11d3
GM
4952009-02-09 Glenn Morris <rgm@gnu.org>
496
497 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
498 defaults.
499
763e01c4
EZ
5002009-02-07 Eli Zaretskii <eliz@gnu.org>
501
502 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
503 documentation of possible problems with redecoding.
504
f5e1441d
GM
5052009-02-03 Glenn Morris <rgm@gnu.org>
506
507 * rmail.texi (Out of Rmail): Mention b2m.pl.
508
e1eabe41
GM
5092009-01-31 Glenn Morris <rgm@gnu.org>
510
511 * rmail.texi (Out of Rmail): Correct b2m location.
512
dd05f9de
CY
5132009-01-27 Chong Yidong <cyd@stupidchicken.com>
514
515 * fixit.texi (Undo): Update undo limit values.
516
d74d846e
GM
5172009-01-27 Glenn Morris <rgm@gnu.org>
518
519 * emacs.texi (Top): Fix Antinews menu entry.
520
49ffdce8
KB
5212009-01-25 Karl Berry <karl@gnu.org>
522
523 * text.texi (Foldout): Use @itemize @w{} to make an itemize
524 item with no marker, instead of the syntactically incorrect
525 @itemize @asis.
526
467e8d77
JL
5272009-01-25 Juri Linkov <juri@jurta.org>
528
529 * building.texi (Grep Searching): Fix index entry for lgrep.
530
6c60bbdb
EZ
5312009-01-24 Eli Zaretskii <eliz@gnu.org>
532
533 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
534
9ce5a36f
AR
5352009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
536
537 * macos.texi (Preferences Panel): Update description of font setting to
538 reflect that prior frame selection is no longer needed.
539
9aa5f2fb
NR
5402009-01-20 Nick Roberts <nickrob@snap.net.nz>
541
542 * building.texi (Debuggers): Revert some of 2008-10-31 change to
543 raise GUD subsections.
544
3892ff9c
GM
5452009-01-15 Glenn Morris <rgm@gnu.org>
546
547 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
548
14731c8f
GM
5492009-01-10 Glenn Morris <rgm@gnu.org>
550
551 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
552
45c55e53
CY
5532009-01-04 Chong Yidong <cyd@stupidchicken.com>
554
555 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
556 logical lines.
557
2e4667d1
JL
5582008-12-29 Juri Linkov <juri@jurta.org>
559
560 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
561
562 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
563
2a3eac47
CY
5642008-12-28 Chong Yidong <cyd@stupidchicken.com>
565
566 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
567 goto-address-mode instead of goto-address.
568
3da8da94
CY
569 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
570 mode.
571
2a3eac47
CY
572 * emacs.texi (Top): Update node listing.
573
057f6dd3
EZ
5742008-12-26 Eli Zaretskii <eliz@gnu.org>
575
576 * custom.texi (Directory Variables): Explain what is a "project".
577 Add indexing. Improve wording. Add a footnote about using
578 _dir-locals.el on MS-DOS.
579
e6979067
DN
5802008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
581
582 * files.texi (Misc File Ops): Mention chmod as an alias for
583 set-file-modes.
584
9de15963
MR
5852008-12-24 Martin Rudalics <rudalics@gmx.at>
586
587 * help.texi (Help): Fix typos and reword.
588 (Help Summary): Add entries for C-h n and C-h r, reorder
589 entries, and do some minor fixes.
590 (Name Help): Say that C-h F works for commands only.
591 (Misc Help): Say that view-lossage displays 300 keystrokes.
592
236fd60d
GM
5932008-12-20 Glenn Morris <rgm@gnu.org>
594
595 * ack.texi (Acknowledgments): General update based on AUTHORS,
596 including removal of some stuff no longer distributed.
597
349b3256
AM
5982008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
599
600 * fixit.texi: Mention hunspell
601
e840fca5
GM
6022008-12-19 Glenn Morris <rgm@gnu.org>
603
604 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 605 Consolidate explanatory text at start.
e840fca5
GM
606
607 * display.texi (Text Display):
608 * indent.texi (Indentation): Use @acronym with ASCII.
609
9dfa7983
GM
6102008-12-18 Glenn Morris <rgm@gnu.org>
611
612 * ack.texi: Various small updates and fixes.
613
97b3a00b
JL
6142008-12-18 Juri Linkov <juri@jurta.org>
615
616 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
617 as a key binding to start a forward nonincremental word search.
618 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
619 a backward nonincremental word search. Add index for `M-s w'
620 `isearch-forward-word'.
621 (Regexp Search): Add a short summary of regexp key commands like
622 in the node "Basic Isearch".
623 (Other Repeating Search): Fix typo.
624
6252008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
626
627 * misc.texi (PostScript Variables): Fix doc.
628
31ce6a07
CY
6292008-12-10 Chong Yidong <cyd@stupidchicken.com>
630
631 * programs.texi (Program Modes): Mention Ruby mode.
632
636b507b
DN
6332008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
634
635 * misc.texi (emacsclient Options): Describe what an empty string
636 argument does for --alternate-editor.
637
a323fa14
CY
6382008-12-09 Frank Schmitt <ich@frank-schmitt.net>
639
640 * cmdargs.texi (Font X): Distinguish between client-side and
641 server-side fonts. List valid Fontconfig properties. Add reference to
642 Fontconfig manual. List valid GTK font properties. Explain use of
643 fc-list.
644
c5ca6cd0
CY
6452008-12-09 Chong Yidong <cyd@stupidchicken.com>
646
647 * cmdargs.texi (Font X): Move discussion of quoting to top.
648
e5136377
GM
6492008-12-06 Glenn Morris <rgm@gnu.org>
650
651 * maintaining.texi (Old Revisions): Improve previous change.
652
248c026b
RS
6532008-12-05 Richard M Stallman <rms@gnu.org>
654
655 * anti.texi (Antinews): Minor fixes.
656
a9253a1e
GM
6572008-12-03 Glenn Morris <rgm@gnu.org>
658
659 * maintaining.texi (Old Revisions): Fix diff-switches description.
660
fa687b02
MR
6612008-12-01 Martin Rudalics <rudalics@gmx.at>
662
663 * emacs.texi (Top): Fix typo.
664
72e6decd
CY
6652008-11-30 Chong Yidong <cyd@stupidchicken.com>
666
320ee034
CY
667 * misc.texi (Document View): Explain dependence on gs at the top.
668 Copyedits.
669
670 * emacs.texi (Top): Add DocView nodes to detailed node listing.
671
72e6decd
CY
672 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
673 (Comment Commands): Discuss region-active behavior of M-; first.
674
2a472ee4
MR
6752008-11-29 Martin Rudalics <rudalics@gmx.at>
676
9c6361c9
MR
677 * display.texi (Line Truncation): Add reference to Continuation
678 Lines.
679
2a472ee4
MR
680 * windows.texi (Pop Up Window): Mention split-height-threshold
681 and split-width-threshold.
9c6361c9 682 (Split Window): Add reference to Continuation Lines.
2a472ee4 683
e93bc142
AR
6842008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
685
686 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
687 (GNUstep Support): New node.
688 * anti.texi:
689 * emacs.texi:
690 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
691
692
43b978db
RS
6932008-11-28 Richard M Stallman <rms@gnu.org>
694
695 * misc.texi (Dissociated Press): Minor cleanups.
696
697 * dired.texi (Image-Dired): Avoid passive.
698
e8e2bd93
EZ
6992008-11-28 Eli Zaretskii <eliz@gnu.org>
700
701 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
702 representation.
703
8d2d45da
CY
7042008-11-26 Richard M. Stallman <rms@gnu.org>
705
706 * files.texi (Visiting): Rewrite paragraph for clarity.
707
708 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
709
a5f7bbcc
AM
7102008-11-25 Alan Mackenzie <acm@muc.de>
711
712 * programs.texi (Moving by Parens): Clarify that parens inside strings
713 and comments are ignored, and that the commands assume the starting
714 point isn't in a string or comment.
715
a71703d3
AR
7162008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
717
718 * macos.texi: Add Prev/Next/Top pointers to all nodes.
719 (Mac Basics): Merge in Grabbing Environment Variables from earlier
720 version.
721 (Mac Customization): Rewrite Preferences Panel section and merge in to
722 this node, add Open files by dragging to an Emacs window.
723
724 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
725
aa5ab79a
CY
7262008-11-26 Chong Yidong <cyd@stupidchicken.com>
727
0cc92c19
CY
728 * files.texi (Misc File Ops): Document set-file-modes.
729
c366b4e4
CY
730 * windows.texi (Split Window): Document integer values of
731 truncate-partial-width-windows.
732
aa5ab79a
CY
733 * text.texi (Text): Simplify description of markup languages.
734 (TeX Mode): Simplify introduction. Mention BibTeX mode.
735 (TeX Editing): Note that `""' inserts one `"' character.
736 (HTML Mode): Note in the introduction that XML mode is an alias for
737 SGML mode. Mention nXML mode.
738
56221db7
CY
7392008-11-25 Chong Yidong <cyd@stupidchicken.com>
740
741 * building.texi (Watch Expressions): Fix typo.
742
90effe33
CY
7432008-11-24 Chong Yidong <cyd@stupidchicken.com>
744
f90a5ae3
CY
745 * files.texi (Visiting): Document new behavior of
746 confirm-nonexistent-file-or-buffer.
747
748 * buffers.texi (Select Buffer): Document
749 confirm-nonexistent-file-or-buffer.
750
a18ffb4a
CY
751 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
752 edit-picture.
753
90effe33
CY
754 * text.texi (Text): Simplify introduction. Discard mention of `M-x
755 edit-picture', since that is just an alias for picture-mode.
756 (Sentences): Note that repeated M-@ extends the region.
757 (Pages): Make terminology more consistent. Link to Regexps node.
758 (Longlines): Discuss relationship with Visual Line mode.
759 (Text Mode): Remove extraneous discussion of other modes, since they
760 were already introduced in the parent node.
761
e85103ec
CY
7622008-11-23 Chong Yidong <cyd@stupidchicken.com>
763
5cb2fe30
CY
764 * anti.texi (Antinews): Rewrite.
765
1eb9b307 766 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
767
768 * frames.texi (Frame Commands): Mention "minimize" terminology.
769
e85103ec
CY
770 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
771 formats.
b908332f
CY
772 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
773 (Misc X): Don't document useless -hb option.
e85103ec 774
607f5f88
JL
7752008-11-22 Juri Linkov <juri@jurta.org>
776
777 * dired.texi (Dired Navigation): Change normal file name search option
778 from `non-nil' to `t'. Add `dwim' option.
779
e1b867a0
JL
7802008-11-22 Juri Linkov <juri@jurta.org>
781
782 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
783 ".dir-locals.el". Rename `define-project-bindings' to
784 `dir-locals-set-class-variables'. Rename `set-directory-project' to
785 `dir-locals-set-directory-class'.
786
dd186936
LK
7872008-11-22 Lute Kamstra <lute@gnu.org>
788
789 * buffers.texi (Select Buffer): Index goto-line.
790 * basic.texi (Moving Point): Mention the use of a numeric prefix
791 argument with goto-line and refer to Select Buffer for the use of a
792 plain prefix argument.
793
4b121911
GM
7942008-11-19 Glenn Morris <rgm@gnu.org>
795
796 * doclicense.texi: Update to FDL 1.3.
797 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
798
27267e4c
CY
7992008-11-17 Chong Yidong <cyd@stupidchicken.com>
800
696f351d
CY
801 * custom.texi (Minor Modes): Define mode commands and mode variables
802 more precisely. Recommend using mode commands instead of setting
803 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
804 (Easy Customization): Use "init file" instead of .emacs.
805 (Customization Groups): Update to new Custom buffer appearance.
806 (Saving Customizations): Copyedits. Update example.
807 (Variables): Give example of variable type-sensitivity.
808 (Examining): Update example.
809 (Hooks): Copyedits.
810 (Specifying File Variables): Use C comments instead of an artificial
811 Lisp for the example.
812 (Keymaps): Move internals discussion to Prefix Keymaps.
813 (Rebinding): Remove redundant paragraph (stated in Key Binding).
814 (Init Rebinding): Document kbd macro.
815 (Init File): Link to Find Init.
696f351d
CY
816
817 * mark.texi (Using Region): Document Delete Selection Mode more
818 thoroughly.
819
820 * frames.texi (Mouse Commands): Move most of the description of Delete
821 Selection Mode to Using Region, and link to it.
1bc9c425 822 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 823
b0570c25
CY
824 * building.texi (Compilation): Document first-error value of
825 compilation-scroll-output.
826 (Compilation Mode): Note that compilation-auto-jump-to-first-error
827 works as soon as an error is available. Suggested by Juri Linkov.
828
27267e4c
CY
829 * mini.texi (Passwords): New node.
830
831 * files.texi (Remote Files): Link to Passwords node.
832
833 * emacs.texi (Top): Update node listings.
834
122eb807
CY
8352008-11-16 Chong Yidong <cyd@stupidchicken.com>
836
9c9855a3
CY
837 * ack.texi (Acknowledgments): Some updating of credits.
838
bd6fdcad
CY
839 * emacs.texi (Acknowledgments): Add a couple more names.
840
dd1eef46
CY
841 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
842
122eb807 843 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 844 (Misc File Ops): Document use of trash.
122eb807 845
801a8da1
JB
8462008-11-16 Juanma Barranquero <lekktu@gmail.com>
847
848 * macos.texi (Mac Customization): Fix typos.
849
0b4f2253
CY
8502008-11-14 Chong Yidong <cyd@stupidchicken.com>
851
852 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
853 replacing previous contents. Numerous copyedits to adapt ns-emacs to
854 the conventions of the main Emacs manual.
855
856 * emacs.texi (Top): Update node listings.
857
517e2b89
CY
8582008-11-12 Chong Yidong <cyd@stupidchicken.com>
859
07a85685
CY
860 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
861 command-line-args is processed during startup.
862 (Action Arguments): Correctly describe how file arguments interact with
863 the startup screen. Link to Lisp Interaction for scratch buffer.
864 (Initial Options): Link to Command Example for -batch option.
865 (Environment): Document initial-environment.
866
517e2b89
CY
867 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
868 can't be changed in the site-start file.
869
6337bbde
CY
8702008-11-07 Chong Yidong <cyd@stupidchicken.com>
871
872 * dired.texi (Dired): Mention C-x C-d too.
873 (Dired Enter): Document M-n in the Dired minibuffer.
874 (Dired Navigation): Explain dired-goto-file more clearly. Document
875 dired-isearch-filenames.
876 (Dired Deletion): Remove unnecessary "expunged" terminology.
877 (Flagging Many Files): & is now rebound to `% &'.
878 (Shell Commands in Dired): Document dired-do-async-shell-command.
879 Clarify how multi-file arguments are passed.
880 (Misc Dired Features): Document dired-do-isearch.
881
9e8eeff9
CY
8822008-11-06 Chong Yidong <cyd@stupidchicken.com>
883
884 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
885
e071f849
CY
8862008-11-03 Chong Yidong <cyd@stupidchicken.com>
887
888 * search.texi (Other Repeating Search): Remove obsolete findex entries.
889
05482eb1
CY
8902008-11-01 Chong Yidong <cyd@stupidchicken.com>
891
e2346dea
CY
892 * programs.texi (Program Modes): Link to Program Indent node.
893 (Left Margin Paren): Explain consequences of changing
894 open-paren-in-column-0-is-defun-start more concisely.
895 (Which Function, Program Indent, Info Lookup): Minor edits.
896 (Basic Indent): If region is active, TAB indents the region.
897 (Multi-line Indent): If region is active, TAB indents the region. Note
898 that indent-region is useful when Transient Mark mode is off.
899 (Matching): The delimiter at the cursor is highlighted---the character
900 changes color.
901 (Symbol Completion): Link to Completion node.
902
e4b6428c
CY
903 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
904 a strictly text-only system.
905
05482eb1
CY
906 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
907 batch mode.
908
a11d3737
RS
9092008-11-01 Richard M. Stallman <rms@gnu.org>
910
5abad626
RS
911 * misc.texi (Document View): Major rewrite.
912
a11d3737
RS
913 * maintaining.texi (Types of Log File): Change logs are older than
914 version control.
915 (VCS Concepts): Simplify and rearrange.
916 (Version Control Systems): Make it clear that Linux is only the kernel.
917 (VC Mode Line): Shorten reference to menu item.
918 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
919 (VC Directory Mode): Minor cleanup.
920 Unchanged files are hidden, not omitted.
921 (VC Directory Commands): Shorten and simplify.
922 (Change Log Commands): New node, split from Change Logs.
923 (VC Directory Buffer): New node, split from VC Directory Mode.
924
c55a4acb
CY
9252008-10-31 Chong Yidong <cyd@stupidchicken.com>
926
df0356f6
CY
927 * misc.texi (Document View): Renamed from Document Files, moved here
928 from files.texi.
929
930 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
931 moved as well.
932 (Document Files): Moved to misc.texi.
933
c55a4acb
CY
934 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
935 vc-update-change-log.
df0356f6
CY
936 (Version Control): Move here from files.texi.
937 (Format of ChangeLog): Make it a subnode of Change Log.
938
939 * emacs.texi (Top): Update node listing.
c55a4acb 940
ef082374
TH
9412008-10-31 Tassilo Horn <tassilo@member.fsf.org>
942
943 * files.texi (Files): Add a section about document
944 files (doc-view-mode).
945
d52582c3
CY
9462008-10-31 Chong Yidong <cyd@stupidchicken.com>
947
948 * building.texi (Compilation Mode): Document
949 compilation-auto-jump-to-first-error.
950 (Debuggers): Lower GUD subsections to subsubsections.
951 (Starting GUD): Add cindex.
952 (Lisp Interaction): Note that scratch is no longer the initial buffer.
953
4e0a0968
CY
9542008-10-30 Chong Yidong <cyd@stupidchicken.com>
955
03625b47
CY
956 * indent.texi (Indentation): Link to Program Indent.
957
4e0a0968
CY
958 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
959 now uses emacsclient's terminal.
960
8bd3f7ef
CY
9612008-10-29 Chong Yidong <cyd@stupidchicken.com>
962
80e5620e
CY
963 * mark.texi (Using Region): Document use-empty-active-region.
964
97d5c404
CY
965 * emacs.texi (Top): Update node listings.
966
8bd3f7ef
CY
967 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
968 mention obsolete emacs.bash script.
969 (Invoking emacsclient): Rewrite, moving optional arguments to
970 emacsclient Options.
21d2bae3
CY
971 (emacsclient Options): New node. Document server-use-tcp and
972 server-host.
8bd3f7ef 973
5fda2cbd
CY
9742008-10-28 Chong Yidong <cyd@stupidchicken.com>
975
976 * indent.texi (Indentation): Replace list with paragraphed text,
977 putting description of syntax-driven indentation first. Document new
978 effect of active regions on tab.
979 (Tab Stops): Note that editable tab stops affect indentation commands.
980
4ff029f6
DN
9812008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
982
983 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
984
996cd6e4
CY
9852008-10-23 Chong Yidong <cyd@stupidchicken.com>
986
f28815e3
CY
987 * custom.texi (Function Keys): Note that modified keypad keys are not
988 translated.
989
996cd6e4
CY
990 * basic.texi (Arguments): Explain how to insert multiple digits.
991
49545fe2
MA
9922008-10-22 Michael Albinus <michael.albinus@gmx.de>
993
994 * files.texi (Remote Files): Precise selection of default method.
995 Rewrite paragraph about disabling remote file names.
996
edac0b53
CY
9972008-10-22 Chong Yidong <cyd@stupidchicken.com>
998
e752c544
CY
999 * search.texi (Special Isearch): Document M-TAB is isearch.
1000
edac0b53
CY
1001 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1002 command.
1003
1004 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1005
20a36054
TH
10062008-10-22 Tassilo Horn <tassilo@member.fsf.org>
1007
1008 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1009 section.
1010
69051ab6
CY
10112008-10-21 Chong Yidong <cyd@stupidchicken.com>
1012
c4b1a32a
CY
1013 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1014 to files.texi. Move contents of vc2-xtra.texi here.
1015
1016 * vc2-xtra.texi: File removed.
1017
1018 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1019 Directory Commands from the submenu. Don't include deleted file
1020 vc2-xtra.texi.
1021
1022 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1023 (Version Control): Add VC Directory Mode and VC Directory Commands to
1024 the submenu.
1025 (Why Version Control?): Use table format.
1026 (Version Control Systems): Note that Meta-CVS support is gone.
1027 (VCS Concepts): Note precisely when VC started supporting filesets.
1028 Remove bogus xref to CVS Options node.
1029 (Types of Log File): Copyedits.
1030 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1031 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1032 The Right Thing.
1033 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1034 (Log Buffer): Reorganize node, putting C-c C-c description first.
1035 (Old Revisions): Use CVS for example, not RCS.
1036 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1037 Commands from the submenu, putting them under Version Control.
1038 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1039 need to include it in the manual unconditionally, since it is now
1040 crucial to using distributed version control systems.
1a6e2954
CY
1041 (Comparing Files): Note that diff uses the minibuffer, and that the
1042 output is shown using Diff mode.
1043 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
1044 diff-update-on-the-fly, diff-refine-hunk, and
1045 diff-show-trailing-whitespaces.
1a6e2954 1046 (File Archives): Add rar support.
c4b1a32a 1047
69051ab6
CY
1048 * major.texi (Choosing Modes): Make mode selection sequence more
1049 obvious by describing the steps in order of priority. Note that
1050 magic-mode-alist is nil by default. Document
1051 magic-fallback-mode-alist.
1052
e7421e03
CY
10532008-10-20 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * frames.texi (Mouse References): Copyedits.
1056
6b2efdc2
TH
10572008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1058
1059 * ack.texi (Acknowledgments): Add myself as doc-view author.
1060
9c5e9396
EZ
10612008-10-20 Eli Zaretskii <eliz@gnu.org>
1062
1063 * frames.texi (Dialog Boxes): Add @cindex entries.
1064
dac94f8e
CY
10652008-10-20 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1068 (Text-Only Mouse): Copyedit.
1069
25597d40
CY
10702008-10-19 Chong Yidong <cyd@stupidchicken.com>
1071
f8a447f6
CY
1072 * frames.texi: Use @key throughout for mouse clicks.
1073 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
1074 (Secondary Selection): Fix modified mouse click syntax.
1075 (Clipboard): Describe Cut, Copy and Paste commands.
1076 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
1077 Copyedits.
1078 (Creating Frames): Add xref to Init File.
1079 (Frame Commands): Add xref to Exiting.
1080 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 1081
b0f95216
CY
10822008-10-15 Chong Yidong <cyd@stupidchicken.com>
1083
b0817f00
CY
1084 * files.texi (Version Control): Copyedits. Add Bazaar.
1085 (Version Control Systems): List different VCS's using an itemized list.
1086 Add Bazaar.
1087 (VCS Concepts): Copyedits. Tweak description of file merging.
1088
b0f95216
CY
1089 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1090 (Cut/Paste Other App): Document select-active-regions and
1091 x-select-enable-primary.
1092
69d0d701
CY
10932008-10-13 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * mark.texi (Shift Selection): Correct case in node name.
1096
1097 * emacs.texi (Top): Update node order in Mark chapter.
1098
375e8351
EZ
10992008-10-12 Eli Zaretskii <eliz@gnu.org>
1100
1101 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1102
1103 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1104 elsewhere in the manual instead of describing yet again the intricacies
1105 of $HOME on MS-Windows and MS-DOS.
1106
ab58114f
CY
11072008-10-12 Chong Yidong <cyd@stupidchicken.com>
1108
4f959513
CY
1109 * mini.texi (Minibuffer File): Add xref to File Names.
1110 (Minibuffer File): Add discussion of `~' in file names. Add
1111 insert-default-directory index reference.
1112
ab58114f
CY
1113 * files.texi (File Names): Reorganize description.
1114 (Visiting): Add xref to Mode Line. Copyedits.
1115 (Save Commands): Mention prefix behavior of C-x C-s.
1116 (Numbered Backups): Node deleted.
1117 (Backup Names): Contents of Numbered Backups moved here. State default
1118 of version-control variable.
1119 (Reverting): Copyedits.
1120 (Version Control): Add additional version control systems.
1121
1122 * emacs.texi (Top): Delete Numbered Backups node.
1123
1124 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1125 Backup Names.
f2884f63 1126 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 1127
b0b5100a
RF
11282008-10-11 Romain Francoise <romain@orebokech.com>
1129
1130 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1131
89774b5f
CY
11322008-10-11 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1135 (Select Buffer): Mention use of minibuffer history. Describe default
1136 value of default-major-mode. Mention that C-x 4 b selects the other
1137 window.
1138 (List Buffers): Document CRM indicators in the order they appear.
1139 (Kill Buffer): Document new command kill-matching buffers.
1140 (Several Buffers): Move explanation of the relationship between buffer
1141 list and buffer menu to the top.
1142 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1143
4c72bf27
CY
11442008-10-10 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * entering.texi (Exiting): Document change of C-x C-c to
1147 save-buffers-kill-terminal. Document kill-emacs.
1148
f68eb991
EZ
11492008-09-30 Eli Zaretskii <eliz@gnu.org>
1150
1151 * mule.texi (Coding Systems): Don't mention codepage-setup.
1152
1153 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1154 cpNNN coding systems anymore.
1155 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1156 for unibyte mode. Don't mention line-drawing characters. Don't
1157 mention dos-unsupported-char-glyph.
1158
1a2dd44d
CY
11592008-09-25 Chong Yidong <cyd@stupidchicken.com>
1160
1161 * search.texi (Search): Shorten introduction.
1162 (Basic Isearch): Add command table. Discuss reverse isearch and
1163 isearch highlighting.
1164 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1165 ring to cindex.
1166 (Special Isearch): Move input methods discussion here.
1167 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1168 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1169 Repeat Isearch.
1170 (Isearch Minibuffer): New node.
1171 (Word Search): Document new word search commands.
1172 (Regexp Example): Simplify example using sentence-end-base variable.
1173 (Replace): Reword introduction.
1174 (Unconditional Replace): Remove unnecessary example.
1175 (Other Repeating Search): Document new `M-s o' binding.
1176
1177 * emacs.texi (Top): Update node listings.
1178
e45da31d
JB
11792008-09-22 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * emacs.texi (Top): Remove Kill Errors from menu.
1182
841c8096
CY
11832008-09-22 Chong Yidong <cyd@stupidchicken.com>
1184
402168fa
CY
1185 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1186 interface for defining macros. Simplify examples. Note that C-g quits
1187 macro definitions.
801a8da1 1188 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1189 usage example.
1190 (Keyboard Macro Query): Organize query responses in a table.
1191
1192 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1193 to Erasing node.
841c8096
CY
1194 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1195 rationale to a footnote.
1196 (Kill Errors): Remove node, due to redundancy with Erasing.
1197 (Spelling): Move discussion of flyspell to end. Note new behavior of
1198 M-$ in active region. Remove non-ispell-specific keybindings from
1199 table.
1200
eab2ee89
DN
12012008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1202
1203 * cmdargs.texi (Initial Options): Document --daemon.
1204
3d53e905
GM
12052008-09-20 Glenn Morris <rgm@gnu.org>
1206
1207 * files.texi (Numbered Backups): Mention that some modes set
1208 version-control.
1209
1c90484d
GM
12102008-09-20 Jim Blandy <jimb@red-bean.com>
1211
1212 * files.texi (Numbered Backups): Reference File Variables, as well.
1213 Remove discussion of Rmail's implementation.
1214
0fc0d844
CY
12152008-09-06 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * misc.texi (Recursive Edit): Note that top-level exits active
1218 minibuffers.
1219
1220 * trouble.texi (Quitting): Likewise.
1221
b18d283d
CY
12222008-08-31 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * emacs.texi (Top): Add Temporary Face Changes xref.
1225
1226 * display.texi (Display): Move Temporary Face Changes node to just
1227 after Standard Faces.
1228 (Scrolling): Document recenter-top-bottom instead of recenter.
1229 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1230 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1231 (Display Custom): Copyedits.
1232 (Optional Mode Line): Document display-battery-mode.
1233
180135fc
RF
12342008-08-27 Romain Francoise <romain@orebokech.com>
1235
1236 * custom.texi (Directory Variables): Minor fix.
1237
d3fe3475
GM
12382008-08-27 Glenn Morris <rgm@gnu.org>
1239
1240 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1241 descriptions.
1242 (Calendar Customizing): Tweak layout description.
183080b6 1243 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1244 markers. Condense calendar-star-date and calendar-mark-today
1245 description.
1246 (Holiday Customizing): Add oriental and solar holidays.
1247 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1248 Fix holiday-float description. Use zerop in examples. Be less verbose.
1249 (Date Display Format): Change ISO format. Be less verbose.
1250 (Diary Customizing): Mention day and month abbrev arrays.
1251 Mention the date-form variables by name. Update European example.
1252 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1253 Condense examples. Mention diary-entry-symbols by name.
1254 Condense table for insertion commands.
1255 (Fancy Diary Display): Mention diary-include-string and
1256 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1257 Ethiopic, Persian date functions. Condense descriptions.
1258
1259 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1260 (Adding to Diary): Adapt for changed node name.
1261
71755807
GM
12622008-08-26 Glenn Morris <rgm@gnu.org>
1263
1264 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1265 node "Hebrew/Islamic Entries".
1266
1267 * calendar.texi (Specified Dates): Fix names of iso functions.
1268 (General Calendar): There may not be another window.
1269 (Writing Calendar Files, Holidays): Tweak intro.
1270 (Holidays): Mention Baha'i and Chinese holidays.
1271 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1272 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1273 (To Other Calendar): Add calendar-print-other-dates.
1274 Refer to "graphic display" rather than "X.
1275 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1276 (Displaying the Diary): Fix whitespace after reference.
1277 Fix `diary-number-of-entries' reference.
1278 (Date Formats): Explicitly mention that day names can be abbreviated.
1279 (Adding to Diary): Add some references to other sections.
1280 (Special Diary Entries): Fix reference.
1281 (Appointments): Simplify appt-message-warning-time entry.
1282 Clarify where times must be.
1283 (Importing Diary): Comment out icalendar paragraph that does not apply.
1284 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1285
d76ebc75
GM
12862008-08-23 Glenn Morris <rgm@gnu.org>
1287
1288 * fortran-xtra.texi (Fortran): Change description of free form and
1289 fixed form a bit. Mention hideshow and imenu.
1290 (Fortran Motion): Mention fortran-end-of-subprogram,
1291 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1292 (Fortran Indent): Minor re-word.
1293 (ForIndent Commands): Mention fortran-fill-paragraph and
1294 fortran-fill-statement.
1295 (ForIndent Cont): Mention fortran-tab-mode-string.
1296 (Fortran Comments): Mention fortran-comment-line-start-skip.
1297 (Fortran Columns): Mention font-locking.
1298 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1299
e2a71e28
JB
13002008-08-23 Johan Bockgard <bojohan@muon>
1301
1302 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1303
5c52e13c
CY
13042008-08-22 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * mini.texi (Minibuffer): Simplify introduction.
1307 (Minibuffer File): Document tilde in minibuffer filenames.
1308 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1309 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1310 (Completion Example): Update example to current command list.
1311 (Completion Options): Document `lazy' value of completion-auto-help.
1312 Update contents of completion-ignored-extensions.
1313 (Minibuffer History): Describe "future history" list. State default
1314 value of history-delete-duplicates.
1315
77a00355
GM
13162008-08-21 Glenn Morris <rgm@gnu.org>
1317
1318 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1319 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1320
39ee1d04
CY
13212008-08-17 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * regs.texi (Registers): Clarify valid register names.
1324 (RegPos): Note that buffer is saved and restored too.
1325 (RegText): Note that mark is reactivated/deactivated.
1326 (RegConfig): Xref to Windows node.
1327
b12c348f
CY
13282008-08-16 Chong Yidong <cyd@stupidchicken.com>
1329
3ae7ba79
CY
1330 * basic.texi (Inserting Text): Provide command name for C-q.
1331
b12c348f
CY
1332 * killing.texi (Killing): Copyedit. Define read-only text.
1333 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1334 (Killing by Lines): Copyedit.
1335 (Other Kill Commands): Move M-w description here.
1336 (Yanking): Move M-w to Other Kill Commands.
1337 (Kill Ring): Also mention saving text in registers. Link to Text
1338 Properties in elisp manual.
1339 (Accumulating Text): Copyedit.
1340 (CUA Bindings): Shift selection is now the default.
1341
d8ff7692
TZ
13422008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1343
1344 * maintaining.texi (Change Log): Mention next-error is available.
1345
a43a8a2e
GM
13462008-08-10 Glenn Morris <rgm@gnu.org>
1347
1348 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1349 and intermonth text.
1350 (Holiday Customizing): Add holiday-chinese.
1351
eba27308
EZ
13522008-08-08 Eli Zaretskii <eliz@gnu.org>
1353
1354 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1355
5f14a5b3
DN
13562008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1357
1358 * files.texi (Log Buffer): Describe C-c C-d.
1359 (Diff Mode): Describe C-x 4 A.
1360
49989bff
EZ
13612008-08-06 Eli Zaretskii <eliz@gnu.org>
1362
1363 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1364
5c915c02
DN
13652008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1366
2beaf97a
DN
1367 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1368 describe the new bindings to show the changeset diff, toggle annotation
1369 visibility, show revisions.
1370 (VC Status): Describe key bindings for modifying the change comments,
1371 displaying changeset diffs and annotations.
1372
5c915c02
DN
1373 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1374
71798ace
NR
13752008-08-05 Nick Roberts <nickrob@snap.net.nz>
1376
1377 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1378
b8949644
EZ
13792008-08-02 Eli Zaretskii <eliz@gnu.org>
1380
1381 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1382 and wording.
1383
819567d1
DN
13842008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1385
1386 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1387 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1388 commands. Improve some old info.
1389
5f38310a
CY
13902008-07-31 Chong Yidong <cyd@stupidchicken.com>
1391
0dc3906b
CY
1392 * display.texi (Visual Line Mode): New node.
1393
5f38310a
CY
1394 * basic.texi (Inserting Text): Move DEL to deletion node.
1395 (Moving Point): Add additional alternative key bindings. Describe
1396 line-move-visual.
1397 (Erasing): Describe DEL.
1398 (Basic Undo, Blank Lines, Arguments): Copyedit.
1399 (Continuation Lines): Mention Visual Line mode.
1400 (Position Info): Move extended discussion to mule.texi.
1401
1402 * mule.texi (International Chars): Describe C-x =.
1403
1404 * emacs.texi (Top): Add Visual Line Mode node.
1405
7c2fb837
DN
14062008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1407
1408 * emacs.texi: Remove VMS support.
1409
3f6b73ef
DN
14102008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1413 the vc-dir command name.
1414
9e2a2647
DN
14152008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * xresources.texi: Remove mentions of Mac Carbon.
1418
568beaa2
AS
14192008-07-19 Andreas Schwab <schwab@suse.de>
1420
1421 * ns-emacs.texi: Move to ../misc.
1422
0ef94706
CY
14232008-07-15 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * entering.texi (Exiting): Don't describe text-only terminals as the
1426 default. Describe the new startup screen.
1427 (Exiting): Describe how to kill Emacs first. Change description of
1428 iconification to handle modern window systems.
1429
ba60bd44 14302008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1431
1432 * ns-emacs.texi: New file, documents features of Emacs port under
1433 NeXTstep windowing.
1434
9f30aa73
CY
14352008-07-15 Chong Yidong <cyd@stupidchicken.com>
1436
938a5d2e
CY
1437 * entering.texi (Entering Emacs): Update prev node.
1438
1439 * glossary.texi (Glossary): Remove xref to Text Characters.
1440
9f30aa73
CY
1441 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1442 directly, rather than in the context of ASCII. Move description of
1443 special properties of modifier key to new Modifier Keys node.
1444 (Keys): Copyedit.
1445 (Text Characters): Delete node. Multibyte is the default nowadays, and
1446 the node contents are obsolete.
1447
1448 * custom.texi (Modifier Keys): New node.
1449
1450 * emacs.texi (Top): Update node list.
1451
7e53d36c
CY
14522008-07-13 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1455 saying that Emacs provides menus and mouse support (which is par for
1456 the course).
1457
1458 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1459 early on.
1460 (Point): Copyedit. Relegate historical trivia to a footnote.
1461 (Mode Line): Explain mode-line format more consistently.
1462 (Menu Bar): Copyedit.
1463
1e9fa96d
GM
14642008-06-27 Glenn Morris <rgm@gnu.org>
1465
1466 * cal-xtra.texi (Sexp Diary Entries):
1467 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1468
dc9bebb8
CY
14692008-06-26 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * mark.texi (Shift selection): New node.
1472 (Mark): Copyedits.
1473 (Persistent Mark): Move to the end of the chapter.
1474
e7881076
EZ
14752008-06-20 Eli Zaretskii <eliz@gnu.org>
1476
1477 * makefile.w32-in (distclean): Remove makefile.
1478
f427400c
NR
14792008-06-17 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * building.texi (Starting GUD): Add an entry for gud-gdb.
1482 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1483 command mode.
1484
b597d348
GM
14852008-06-17 Glenn Morris <rgm@gnu.org>
1486
1487 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1488
647b7094
NR
14892008-06-17 Nick Roberts <nickrob@snap.net.nz>
1490
1491 * building.texi (Starting GUD): Expand on remote debugging.
1492 (Other GDB-UI Buffers): Mention new keyboard bindings.
1493
47a30023
GM
14942008-06-15 Glenn Morris <rgm@gnu.org>
1495
1496 * gnu.texi: Use a verbatim license for this invariant section,
1497 as per etc/GNU.
1498
37e5d54a
GM
14992008-06-13 Daniel Engeler <engeler@gmail.com>
1500
1501 * emacs.texi, misc.texi: Add documentation about serial port access.
1502
8e65d46c
GM
15032008-06-13 Glenn Morris <rgm@gnu.org>
1504
c1473b4c
MB
1505 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1506 maintain.info.
8e65d46c 1507
e40a85cd
MB
15082008-06-05 Miles Bader <miles@gnu.org>
1509
1510 * display.texi (Temporary Face Changes): Update to reflect function
1511 renamings in face-remap.el.
1512
56c73dec
MB
15132008-06-04 Miles Bader <miles@gnu.org>
1514
1515 * display.texi (Temporary Face Changes): Add
1516 `adjust-buffer-face-height'. Rewrite description of
1517 `increase-buffer-face-height' and `decrease-default-face-height' now
1518 that they aren't bound by default.
1519
9d3d42fb
MB
15202008-06-03 Miles Bader <miles@gnu.org>
1521
1522 * display.texi (Temporary Face Changes): New node.
1523
2be6bfe2
EZ
15242008-05-31 Eli Zaretskii <eliz@gnu.org>
1525
1526 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1527
daf7e339
GM
15282008-05-31 Glenn Morris <rgm@gnu.org>
1529
1530 * cal-xtra.texi (Fancy Diary Display): Simplify.
1531
d21d2618
GM
15322008-05-30 Glenn Morris <rgm@gnu.org>
1533
1534 * cal-xtra.texi (Fancy Diary Display): Update for
1535 diary-display-function replacing diary-display-hook.
1536
71ce5fd0
JB
15372008-05-29 Drew Adams <drew.adams@oracle.com>
1538
1539 * msdog.texi (Windows Keyboard): Add descriptions of
1540 w32-register-hot-key and w32-unregister-hot-key.
1541
a3cdbdf8
MO
15422008-05-21 Tom Tromey <tromey@redhat.com>
1543
1544 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1545 Variables node.
1546
854a574c
MO
15472008-05-19 Tom Tromey <tromey@redhat.com>
1548
1549 * custom.texi (Variables): Add Directory Variables to menu.
1550 (Directory Variables): New node.
1551
7c2ec3f9
ER
15522008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1553
71ce5fd0 1554 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1555
370fded4
ER
15562008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1557
1558 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1559 Revision Tags and rewritten. Section now uses modern terminology,
1560 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1561 accurately.
1562
6af511e3
EZ
15632008-05-10 Eli Zaretskii <eliz@gnu.org>
1564
1565 * msdog.texi (Windows Files): Update documentation of
1566 w32-get-true-file-attributes.
1567
7a78b6e7
ER
15682008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1569
1570 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1571 directory mode.
1572
1bcfc24e
CY
15732008-05-08 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1576 entry "television".
1bcfc24e 1577
db86064f
ER
15782008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1579
ab5ec32c 1580 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1581
a31b405e
ER
15822008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1583
1584 * emacs/buffers.texi, emacs/files.texi (Version-control):
1585 vc-toggle-read-only is no longer a good idea...
1586
ff2c14fc
GM
15872008-04-29 Glenn Morris <rgm@gnu.org>
1588
1589 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1590
367c9b7c
JL
15912008-04-22 Juri Linkov <juri@jurta.org>
1592
1593 * dired.texi (Subdirectories in Dired): Describe using `^'
1594 to return to the parent directory.
1595
4ac1e9b4
NR
15962008-04-22 Nick Roberts <nickrob@snap.net.nz>
1597
1598 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1599 recent changes.
1600
b9b3bf2b
NR
16012008-04-19 Nick Roberts <nickrob@snap.net.nz>
1602
1603 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1604 (Other GDB-UI Buffers): Update for recent thread related changes.
1605
4d120d6a
SM
16062008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1607
1608 * maintaining.texi (Maintaining):
1609 * emacs.texi (Top): Typo.
1610
a152877d
SM
16112008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1612
b9b3bf2b
NR
1613 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1614 arg in `font-lock-add-keywords'.
a152877d 1615
36c0514c
GM
16162008-04-08 Glenn Morris <rgm@gnu.org>
1617
1618 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1619 Also add Baha'i calendar references where appropriate.
1620
06a97d46
GM
16212008-04-05 Glenn Morris <rgm@gnu.org>
1622
1623 * custom.texi (Init File): Byte-compiling .emacs is bad.
1624
6adc6eed
SM
16252008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1628
571388b0
GM
16292008-03-29 Glenn Morris <rgm@gnu.org>
1630
1631 * calendar.texi: Update for `calendar-date-style' replacing
1632 `european-calendar'.
1633
3ae8f876
JR
16342008-03-28 Jason Rumney <jasonr@gnu.org>
1635
1636 * display.texi (Display Custom): Mention overlay-margin in text.
1637
5bc6ddff 16382008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1639
5bc6ddff
MB
1640 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1641 tutorial' comments.
03a864d5 1642
7186a830
CY
16432008-03-28 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * mark.texi (Mark): Rearrange nodes.
1646 (Persistent Mark): Rename from Transient Mark.
1647 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1648 Describe Transient Mark mode as the default.
1649
1650 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1651 the default behavior with Transient Mark mode off.
1652 (Position Info): Fix typo.
1653
71ce5fd0
JB
1654 * display.texi (Standard Faces): Reference the Mark node.
1655 Remove discussion of the region face, which is discussed there.
7186a830
CY
1656
1657 * emacs.texi (Top): Update node listings.
1658
1659 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1660 as the default.
1661
1662 * fixit.texi (Undo): Standardize choice of undo key sequence.
1663 (Undo, Spelling): Describe Transient Mark mode as the default.
1664
1665 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1666 default.
1667
1668 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1669
1670 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1671 mode is the default, and note that the mark is not activated when set.
1672
1673 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1674 Describe Transient Mark mode as the default.
1675
1676 * search.texi (Basic Isearch): Reference the Mark Ring node.
1677 (Replace, Unconditional Replace, Other Repeating Search):
1678 Describe Transient Mark mode as the default.
1679
1680 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1681 Transient Mark mode as the default.
1682 (Paragraphs): Describe how M-h behaves when region is active.
1683
1684 * trouble.texi (Quitting): Clarify effects of C-g.
1685
dc47d1ff
GM
16862008-03-13 Glenn Morris <rgm@gnu.org>
1687
1688 * emacs.texi (EMACSVER): Set to 23.0.60.
1689
e3e0fb39 16902008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1691
e3e0fb39
GM
1692 * dired.texi (Hiding Subdirectories): Fix previous change.
1693
16942008-03-05 Drew Adams <drew.adams@oracle.com>
1695
1696 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1697
5e14abf8
KS
16982008-02-28 Kim F. Storm <storm@cua.dk>
1699
1700 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1701 Move describe-distribution to C-h C-o.
1702 Move view-emacs-problems to C-h C-p.
1703 Add view-emacs-debugging on C-h C-d.
1704 Add view-external-packages on C-h C-e.
d0207bf3 1705 Add view-order-manuals on C-h C-m.
5e14abf8 1706
d0207bf3 17072008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1708
1709 * msdog-xtra.texi (MS-DOS): Docstring fix.
1710
87e391bb
EZ
17112008-02-09 Eli Zaretskii <eliz@gnu.org>
1712
1713 * msdog.texi (Windows Fonts): Use a @table for describing font
1714 properties.
1715
5662e503
JR
17162008-02-07 Jason Rumney <jasonr@gnu.org>
1717
1718 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1719 value has changed.
1720 (Windows HOME): Clarify what is meant by "if that fails as well".
1721 (Windows Fonts): New section.
1722
72463824
GM
17232008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1724
1725 * basic.texi (Basic Undo): Remove duplicate "you can".
1726
7ff926e0
EZ
17272008-02-02 Eli Zaretskii <eliz@gnu.org>
1728
1729 * maintaining.texi (Tags): Fix last change.
1730
6ab7aef1
MA
17312008-02-02 Michael Albinus <michael.albinus@gmx.de>
1732
093571c3 1733 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1734
ace67e7e
NR
17352008-01-31 Nick Roberts <nickrob@snap.net.nz>
1736
1737 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1738
ae068fdf
RS
17392008-01-26 Richard Stallman <rms@gnu.org>
1740
1741 * maintaining.texi (Tags): Delete redundant index entry.
1742
a56d9a08
EZ
17432008-01-26 Eli Zaretskii <eliz@gnu.org>
1744
1745 * programs.texi (Imenu): Move "@cindex tags" from here...
1746 * maintaining.texi (Tags): ...to here.
1747
e941ed90
NR
17482008-01-23 Kevin Ryde <user42@zip.com.au>
1749
1750 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1751 click count.
1752
650276d5
JB
17532008-01-21 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * entering.texi (Exiting): Fix typo.
1756 Reported by D. E. Evans <sinuhe@gnu.org>.
1757
8dc17977
MR
17582007-12-31 Martin Rudalics <rudalics@gmx.at>
1759
1760 * glossary.texi (Glossary): Fix typo.
1761
9f9695a6
RS
17622007-12-27 Richard Stallman <rms@gnu.org>
1763
1764 * text.texi (Formatted Text): Improve menu tag.
1765 (Editing Format Info): In Info, add duplicate menu of nodes
1766 about the submenus.
1767 (Format Faces): Say where Faces menu is found. Mention Other.
1768 (Format Colors): Say where these submenus are found.
1769 (Format Indentation, Format Justification): Likewise.
1770 (Format Properties): Likewise.
1771
abfd0191
RS
17722007-12-22 Richard Stallman <rms@gnu.org>
1773
1774 * search.texi (Query Replace): Make exp of query-replace more
1775 self-contained, and clarify.
8dc17977 1776
abfd0191
RS
1777 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1778
a2586785
RS
17792007-12-15 Richard Stallman <rms@gnu.org>
1780
1781 * files.texi (Auto Save): Clarify definition of auto-saving.
1782
a67cf2bb
RS
17832007-11-26 Richard Stallman <rms@gnu.org>
1784
1785 * help.texi (Help Echo): Cleanups.
1786
448b33b1
TTN
17872007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1788
1789 * files.texi (Why Version Control?): Fix typo.
1790 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1791 (Selecting a Fileset): Fix typos; small rewording.
1792 (Log Buffer): Likewise.
1793 (Old Revisions): Likewise.
448b33b1 1794
221bb7f6
EZ
17952007-11-17 Eli Zaretskii <eliz@gnu.org>
1796
1797 * mule.texi (Communication Coding): Fix wording of last change.
1798
d0207bf3 17992007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1800
630cb3b7
JB
1801 * custom.texi (Specifying File Variables):
1802 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1803
53b7759e
KH
18042007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1805
a5ab2e0c 1806 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1807
1808 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1809
c8763fb6 18102007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1811
630cb3b7 1812 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1813 --output=file.
1814
ff98e024
MR
18152007-11-13 Martin Rudalics <rudalics@gmx.at>
1816
1817 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1818 (Help Echo): Avoid mentioning the term "region" here and
1819 consistently use the term "active text".
1820
37b11c22
GM
18212007-11-11 Glenn Morris <rgm@gnu.org>
1822
1823 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1824
21d50ba1
JL
18252007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1826
1827 * search.texi (Query Replace): Mention
1828 `query-replace-show-replacement'.
1829
c12ecb0a 18302007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1831
1832 * building.texi (Watch Expressions): Remove obscure sentence.
1833
3b4201f4
KH
18342007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1835
1836 * mule.texi (Select Input Method): Describe how to activate an input
1837 method in the text mode.
1838
07e5c0b0
DN
18392007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1840
1841 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1842
52dd7391
NR
18432007-10-30 Nick Roberts <nickrob@snap.net.nz>
1844
1845 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1846
c004e539
GM
18472007-10-30 Glenn Morris <rgm@gnu.org>
1848
1849 * misc.texi (Directory Tracking): Explain a bit more about
1850 dirtrack-mode.
1851
ca8c5b8c
GM
18522007-10-25 Glenn Morris <rgm@gnu.org>
1853
1854 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1855
b6c764ef
RS
18562007-10-24 Richard Stallman <rms@gnu.org>
1857
1858 * misc.texi (Interactive Shell): Cleanup last change.
1859
eabd84c9
JL
18602007-10-22 Juri Linkov <juri@jurta.org>
1861
1862 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1863 default values.
1864
0b43c7e2
ER
18652007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1866
ca8c5b8c 1867 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1868 'filesets'.
1869
a80859d4
MR
18702007-10-18 Martin Rudalics <rudalics@gmx.at>
1871
1872 * trouble.texi (Quitting): Fix typo.
1873
c9447ae1
GM
18742007-10-18 Glenn Morris <rgm@gnu.org>
1875
1876 * frames.texi (Mode Line Mouse): Mention minor mode names.
1877
168b980f
JL
18782007-10-17 Juri Linkov <juri@jurta.org>
1879
1880 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1881 fill-paragraph operates on the active region in Transient Mark mode.
1882 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1883 with fill-paragraph.
1884
1885 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1886 fill-paragraph.
1887
1888 * fixit.texi (Spelling): ispell-word operates on the active region
1889 in Transient Mark mode.
1890
5a331f34
JB
18912007-10-17 Aaron S. Hawley <aaronh@garden.org>
1892
1893 * building.texi (Source Buffers):
1894 * custom.texi (Init Non-ASCII):
1895 * glossary.texi (Glossary): Use "key binding" consistently.
1896
2a9f4d55
JB
18972007-10-17 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * calendar.texi (Diary): Fix directive.
1900
de13cecf
RS
19012007-10-16 Richard Stallman <rms@gnu.org>
1902
1903 * calendar.texi (Diary): Clarify text about diary file example.
1904
5f90d53e
ER
19052007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1906
1907 * files.texi: Capitalize node names according to convention.
1908
3aa491bc
GM
19092007-10-13 Glenn Morris <rgm@gnu.org>
1910
1911 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1912
8a3106d3
ER
19132007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1914
1915 * emacs.texi:
1916 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1917 suggested by RMS and Robert J. Chassell.
8a3106d3 1918
da1080a2
ER
19192007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1920
3aa491bc 1921 * files.texi (Version Systems):
0870a421
ER
1922 * vc-xtra.texi:
1923 * vc1-xtra.texi:
ac3f4c6f 1924 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1925 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1926 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1927 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1928
58ade22b
ER
19292007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1930
da1080a2 1931 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1932 Reorder the descriptions to be chronological.
1933
93870ce2
RS
19342007-10-09 Richard Stallman <rms@gnu.org>
1935
1936 * display.texi (Cursor Display): Correct how cursor appears
1937 in nonselected windows.
1938
568c7288
NR
19392007-10-04 Nick Roberts <nickrob@snap.net.nz>
1940
1941 * building.texi (GDB Graphical Interface): Remove references to gdba
1942 and mention gud-gdb.
1943
1af74d06 19442007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1945
1af74d06 1946 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1947
0d8fb755
JL
19482007-10-06 Juri Linkov <juri@jurta.org>
1949
1950 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1951 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1952 fill-paragraph-or-region.
1953
1954 * basic.texi (Arguments): Replace fill-paragraph with
1955 fill-paragraph-or-region.
1956
b981e2c6
ER
19572007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1958
1959 * files.texi: Update the section on version control for 2007
2a9f4d55 1960 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1961 will come later.
1962
5fceaf9c
GM
19632007-09-15 Glenn Morris <rgm@gnu.org>
1964
1965 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1966 to `list-holidays'.
1967
b0e44b17
GM
19682007-09-14 Glenn Morris <rgm@gnu.org>
1969
1970 * calendar.texi: Update all instances of mark-calendar-holidays,
1971 list-calendar-holidays, list-holidays with the new names.
1972
8cf51b2c
GM
19732007-09-06 Glenn Morris <rgm@gnu.org>
1974
46a367db 1975 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
1976 Split into the Emacs manual in emacs/, and other manuals in misc/.
1977 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1978 manual.
1979 (infodir): New variable.
1980 (info): Use $infodir.
1981 (emacsman): Delete target, not needed any more.
1982 Move all targets that are not the Emacs manual to misc/Makefile.in.
1983 (mostlyclean): Remove `gnustmp'.
1984 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1985 manual.
92f9b43f 1986 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1987 (emacsman): Delete target, not needed any more.
1988 (clean): Remove all info files but Emacs manual.
1989 Move all targets that are not the Emacs manual to misc/Makefile.in.
1990 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1991
1992 * Makefile.in (INFOSOURCES): Delete.
1993 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1994 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1995 *.vrs *.toc here...
1996 (maintainer-clean): ...from here.
1997
19982007-09-05 Glenn Morris <rgm@gnu.org>
1999
2000 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2001
8cf51b2c
GM
20022007-08-29 Glenn Morris <rgm@gnu.org>
2003
2004 * emacs.texi (EMACSVER): Increase to 23.0.50.
2005
3420c522
RS
20062007-08-27 Richard Stallman <rms@gnu.org>
2007
2008 * emacs.texi (Top): Clarify menu item for Glossary.
2009
2010 * display.texi (Faces): Change secn title.
2011 Clarify not all fonts come from Font Lock.
2012
8cf51b2c
GM
20132007-08-17 Eli Zaretskii <eliz@gnu.org>
2014
2015 * basic.texi (Position Info): Add index entry for face at point.
2016 Mention that character faces are also displayed by "C-u C-x =".
2017
8cf51b2c
GM
20182007-08-08 Glenn Morris <rgm@gnu.org>
2019
2020 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
2021
20222007-08-07 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * files.texi (File Conveniences): Document point motion keys in Image
2025 mode.
2026
8cf51b2c
GM
20272007-07-27 Glenn Morris <rgm@gnu.org>
2028
8cf51b2c
GM
2029 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2030 in-line.
2031
2032 * gpl.texi: New file with text of GPL.
2033 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2034
20352007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2036
2037 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2038
2039 * dired.texi (Wdired): Mention C-x C-q key binding.
2040
20412007-07-28 Nick Roberts <nickrob@snap.net.nz>
2042
2043 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2044
20452007-07-25 Glenn Morris <rgm@gnu.org>
2046
8cf51b2c
GM
2047 * emacs.texi (Copying): Replace license with GPLv3.
2048
2049 * Relicense all FSF files to GPLv3 or later.
2050
20512007-07-24 Glenn Morris <rgm@gnu.org>
2052
2053 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2054 for some calendars.
2055
20562007-07-23 Nick Roberts <nickrob@snap.net.nz>
2057
2058 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2059 default-directory for the current buffer is on a remote machine.
2060
8cf51b2c
GM
20612007-07-21 Eli Zaretskii <eliz@gnu.org>
2062
2063 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2064 default value.
2065
20662007-07-21 Richard Stallman <rms@gnu.org>
2067
2068 * files.texi (Why Version Control?): Improve previous change.
2069
20702007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2071
2072 * files.texi (Why Version Control?): New node.
2073
8cf51b2c
GM
20742007-07-12 Nick Roberts <nickrob@snap.net.nz>
2075
8cf51b2c
GM
2076 * building.texi (Starting GUD): Add xref to this anchor.
2077
8cf51b2c
GM
20782007-06-24 Karl Berry <karl@gnu.org>
2079
2a9f4d55 2080 * emacs.texi: New Back-Cover Text.
8cf51b2c 2081
8cf51b2c
GM
20822007-06-07 Alan Mackenzie <acm@muc.de>
2083
2084 * display.texi (Optional Mode Line): Document the new form of
2085 line+column numbers, "(561,2)".
2086
20872007-06-06 Juanma Barranquero <lekktu@gmail.com>
2088
49823426 2089 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
2090
20912007-06-02 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * Version 22.1 released.
2094
8cf51b2c
GM
20952007-05-07 Karl Berry <karl@gnu.org>
2096
2097 * emacs.texi (EMACSVER): Back to 22.
2098
20992007-05-06 Richard Stallman <rms@gnu.org>
2100
2101 * maintaining.texi (Create Tags Table): Clean up previous change.
2102
c8763fb6 21032007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2104
2105 * maintaining.texi (Create Tags Table): Add text about the dangers of
2106 making symbolic links to tags files.
2107
21082007-05-04 Karl Berry <karl@gnu.org>
2109
2110 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2111
21122007-05-03 Karl Berry <karl@gnu.org>
2113
2114 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2115
2116 * .cvsignore (*.pdf): New entry.
2117
8cf51b2c
GM
2118 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2119 for printing.
2120
21212007-05-01 Richard Stallman <rms@gnu.org>
2122
2123 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2124
8cf51b2c
GM
21252007-04-28 Glenn Morris <rgm@gnu.org>
2126
2127 * ack.texi (Acknowledgments):
2128 * anti.texi (Antinews):
8cf51b2c
GM
2129 * programs.texi (Program Modes): Restore mention of python.el pending
2130 consideration of legal status.
2131
21322007-04-28 Richard Stallman <rms@gnu.org>
2133
2134 * files.texi (File Names): Fixes to ~ description on MS systems.
2135
8cf51b2c
GM
21362007-04-26 Glenn Morris <rgm@gnu.org>
2137
2138 * emacs.texi (EMACSVER): Increase to 22.1.50.
2139
21402007-04-25 Karl Berry <karl@gnu.org>
2141
2142 * emacs.texi: Improve line breaks on copyright page,
2143 similar layout to lispref, 8.5x11 by default.
2144
2145 * dired.texi (Image-Dired): Improve line break, fix typo.
2146
21472007-04-24 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * programs.texi (Program Modes):
8cf51b2c
GM
2150 * anti.texi (Antinews):
2151 * ack.texi (Acknowledgments): python.el removed.
2152
8cf51b2c
GM
21532007-04-23 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * display.texi (Highlight Interactively): Correct description of
2156 hi-lock-file-patterns-policy.
2157
2158 * files.texi (File Archives): Mention self-extracting executables.
2159
21602007-04-23 Eli Zaretskii <eliz@gnu.org>
2161
2162 * search.texi (Unconditional Replace, Query Replace): Add xref to
2163 "Replacement and Case".
2164
21652007-04-22 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * dired.texi (Image-Dired): Move from Thumbnails node.
2168 * misc.texi (Thumbnails): Node deleted.
2169 * emacs.texi (Top): Update node listing.
2170
2171 * files.texi (File Conveniences):
49823426 2172 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2173
21742007-04-21 Richard Stallman <rms@gnu.org>
2175
2176 * display.texi (Highlight Interactively): Correct previous change.
2177 Clarify doc of hi-lock-find-patterns, and move new features into it.
2178
21792007-04-20 David Koppelman <koppel@ece.lsu.edu>
2180
2181 * display.texi (Highlight Interactively): Document
2182 hi-lock-file-patterns-policy.
2183
21842007-04-20 Martin Rudalics <rudalics@gmx.at>
2185
2186 * display.texi (Scrolling): Fix typo.
2187
8cf51b2c
GM
21882007-04-15 Chong Yidong <cyd@stupidchicken.com>
2189
8cf51b2c
GM
2190 * doclicense.texi: Remove node heading, so that it can be included by
2191 other files.
2192
2193 * emacs.texi: Insert node heading for GFDL.
2194
8cf51b2c
GM
21952007-04-14 Eli Zaretskii <eliz@gnu.org>
2196
2197 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2198 "command line".
2199
2200 * display.texi (Faces): Refer to "Creating Frames" for face
2201 and other frame customizations in .emacs.
2202
2203 * frames.texi (Creating Frames): Mention that face customizations can
2204 be put in .emacs. Add index entries.
2205
22062007-04-12 Richard Stallman <rms@gnu.org>
2207
2208 * glossary.texi (Glossary): Explain `iff'.
2209
22102007-04-11 Karl Berry <karl@gnu.org>
2211
2212 * gnu.texi (Top),
2213 * macos.texi (Mac Font Specs),
2214 * anti.texi (Antinews),
2215 * xresources.texi (Resources),
2216 * misc.texi (Emulation),
2217 * calendar.texi (Daylight Saving),
2218 * dired.texi (Dired and Find),
2219 * rmail.texi (Remote Mailboxes),
2220 * sending.texi (Mail Headers),
2221 * programs.texi (Which Function),
2222 * files.texi (Recover),
2223 * buffers.texi (Uniquify),
2224 * frames.texi (Wheeled Mice),
2225 * killing.texi (Rectangles): Wording to improve breaks in
2226 8.5x11 format.
2227 * mule.texi (Language Environments): \hbadness=10000 since there's
2228 no way to reword.
2229 * emacs.texi (smallbook): New @set to more easily switch between
2230 smallbook and 8.5x11.
2231
22322007-04-11 Richard Stallman <rms@gnu.org>
2233
2234 * files.texi (File Conveniences): Add xref to Tumme.
2235 Delete text about Thumbnail mode.
2236
8cf51b2c
GM
22372007-04-09 Alan Mackenzie <acm@muc.de>
2238
2239 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2240 new name. Insert concept index entries.
2241
8cf51b2c
GM
22422007-04-08 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * display.texi (Standard Faces): Document prefix arg for
2245 list-faces-display.
2246
2247 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2248
8cf51b2c
GM
22492007-04-07 Chong Yidong <cyd@stupidchicken.com>
2250
8cf51b2c
GM
2251 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2252
2253 * files.texi (Misc File Ops): Rewrite description of
2254 insert-file-literally.
2255
8cf51b2c
GM
22562007-03-31 Eli Zaretskii <eliz@gnu.org>
2257
2258 * misc.texi (Printing): Postscript -> PostScript.
2259
8cf51b2c
GM
2260 * ack.texi (Acknowledgments): Postscript -> PostScript.
2261
2262 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2263
2264 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2265 below.
2266
22672007-03-30 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2270 Init Non-ASCII.
2271 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2272 (Init Non-ASCII): New node.
2273
22742007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2275
2276 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2277
8cf51b2c
GM
22782007-03-12 Glenn Morris <rgm@gnu.org>
2279
8cf51b2c
GM
2280 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2281 "Daylight Savings".
2282
49823426 2283 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2284 saving" in text throughout.
2285
8cf51b2c
GM
22862007-03-04 Richard Stallman <rms@gnu.org>
2287
2288 * custom.texi (Safe File Variables): Minor correction.
2289
8cf51b2c
GM
22902007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2291
2292 * rmail.texi (Movemail): Add internal ref.
2293 Don't indent the intro for the PROTO table.
2294 Format PROTO table items with @code.
2295
8cf51b2c
GM
22962007-02-26 Nick Roberts <nickrob@snap.net.nz>
2297
2298 * building.texi: Remove references to bashdb.
2299
8cf51b2c
GM
23002007-02-19 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * mule.texi (Language Environments): Update list of supported language
2303 environments.
2304
8cf51b2c
GM
23052007-02-14 Kim F. Storm <storm@cua.dk>
2306
2307 * building.texi (Grep Searching): Fix lgrep doc.
2308
23092007-02-12 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * back.texi: Remove unused file.
2312
c8763fb6 23132007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2314
2315 * maintaining.texi (Tag Syntax): Now --members is the default for
2316 etags, not for ctags yet.
2317
8cf51b2c
GM
23182007-02-03 Eli Zaretskii <eliz@gnu.org>
2319
2320 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2321 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2322 expects. Add comments to prevent people from inadvertently modifying
2323 the key parts needed by `texinfo-multiple-files-update'.
2324
23252007-01-29 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * frames.texi (Secondary Selection): Window clicked does not matter
2328 when mouse-yank-at-point is non-nil.
2329
8cf51b2c
GM
23302007-01-16 Glenn Morris <rgm@gnu.org>
2331
2332 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2333 system abbrev.
2334
23352007-01-11 Richard Stallman <rms@gnu.org>
2336
2337 * msdog.texi (Windows Keyboard): Another small cleanup.
2338
23392007-01-10 Richard Stallman <rms@gnu.org>
2340
2341 * msdog.texi (Windows Keyboard): Yet another try to make
2342 everyone happy with that passage.
2343
23442007-01-05 Richard Stallman <rms@gnu.org>
2345
2346 * anti.texi (Antinews): Mention M-x shell scrolling.
2347
23482007-01-05 Nick Roberts <nickrob@snap.net.nz>
2349
2350 * building.texi (Watch Expressions): Describe gdb-max-children.
2351
8cf51b2c
GM
23522007-01-04 Richard Stallman <rms@gnu.org>
2353
8cf51b2c
GM
2354 * msdog.texi (Windows Keyboard): Clarify previous change.
2355
8cf51b2c
GM
23562007-01-02 Richard Stallman <rms@gnu.org>
2357
2358 * custom.texi (Changing a Variable): Minor clarification.
2359 (Specific Customization): customize-customized => customize-unsaved.
2360
2361 * entering.texi (Entering Emacs): Clean up text about restarting
2362 Emacs for each file.
2363
2364 * misc.texi (Shell Options): Minor cleanup.
2365
2366 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2367 with Emacs, not vice versa.
2368
2369 * programs.texi (Symbol Completion): Recommend customizing
2370 window manager.
2371
2372 * xresources.texi (Resources): Minor fix.
2373
c8763fb6 23742007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2375
2376 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2377
23782007-01-01 Richard Stallman <rms@gnu.org>
2379
2380 * commands.texi (User Input): Document keys stolen by window mangers.
2381
23822006-12-31 Richard Stallman <rms@gnu.org>
2383
2384 * custom.texi (Specific Customization): Document customize-option
2385 instead of customize-variable.
2386
23872006-12-31 Kim F. Storm <storm@cua.dk>
2388
2389 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2390
23912006-12-30 Kim F. Storm <storm@cua.dk>
2392
2393 * killing.texi (CUA Bindings): Fix typo.
2394
2395 * xresources.texi (Table of Resources): Mention grow-only value for
2396 auto-resize-tool-bars.
2397
8cf51b2c
GM
23982006-12-27 Eli Zaretskii <eliz@gnu.org>
2399
2400 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2401 and how to get them back.
2402
24032006-12-26 Richard Stallman <rms@gnu.org>
2404
2405 * calendar.texi (Holidays): Holiday listing is based on current
2406 practice, but DST is not.
2407
24082006-12-25 Richard Stallman <rms@gnu.org>
2409
2410 * emacs.texi (Top): Update subnode menus.
2411
2412 * mark.texi (Transient Mark): Fix xref.
2413
2414 * killing.texi (Graphical Kill): Node deleted.
2415 (Killing): Add xref to Cut and Paste.
2416 (CUA Bindings): Update xref.
2417
2418 * frames.texi (Cut and Paste): New section to hold other nodes.
2419 (Mouse Commands): Node demoted.
2420 (Cut/Paste Other App): Split out from Mouse Commands.
2421 (Word and Line Mouse): Likewise.
2422 (Secondary Selection, Clipboard): Nodes demoted.
2423
8cf51b2c
GM
24242006-12-24 Kevin Ryde <user42@zip.com.au>
2425
2426 * calendar.texi (Holidays): US daylight saving begins second Sunday
2427 in March for 2007 onwards.
2428 (Daylight Savings): Show new US default daylight saving rules, 2nd
2429 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2430
24312006-12-23 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * calendar.texi (Scroll Calendar): < and > are switched.
2434
24352006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2436
2437 * killing.texi (Deletion): Describe M-\ prefix argument.
2438
24392006-12-23 Richard Stallman <rms@gnu.org>
2440
2441 * search.texi (Regexp Search): Explain why forward and reverse regexp
2442 search are not mirror images.
2443
8cf51b2c
GM
24442006-12-19 Kim F. Storm <storm@cua.dk>
2445
2446 * major.texi (Choosing Modes): Describe match-function elements for
2447 magic-mode-alist.
2448
8cf51b2c
GM
24492006-12-18 Eli Zaretskii <eliz@gnu.org>
2450
2451 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2452 peculiarities.
2453
24542006-12-18 Richard Stallman <rms@gnu.org>
2455
2456 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2457
8cf51b2c
GM
24582006-12-17 Alan Mackenzie <acm@muc.de>
2459
2460 * programs.texi (Left Margin Paren): Remove the bit which says
2461 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2462 Discuss some of the issues of setting this option to nil.
2463
24642006-12-17 Glenn Morris <rgm@gnu.org>
2465
2466 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2467
24682006-12-16 Eli Zaretskii <eliz@gnu.org>
2469
2470 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2471 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2472 NTFS volumes.
2473 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2474 volumes.
2475
24762006-12-15 Eli Zaretskii <eliz@gnu.org>
2477
2478 * text.texi (HTML Mode): Fix "C-c TAB".
2479
8cf51b2c
GM
24802006-12-09 Richard Stallman <rms@gnu.org>
2481
2482 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2483
24842006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2485
2486 * files.texi (Misc File Ops): Document insert-file-literally.
2487
24882006-12-08 Eli Zaretskii <eliz@gnu.org>
2489
2490 * cmdargs.texi (Colors): Note that --color is intended for overriding
2491 the terminal defaults, not for normal invocation.
2492
2493 * misc.texi (Emacs Server): Improve wording. Don't mention the
2494 ``server program''. Add a cross-reference to "Init File" node.
2495 (Invoking emacsclient): Add index entries. Document both short and
2496 long versions of command-line options. Document the -f option.
2497
8cf51b2c
GM
24982006-12-06 Richard Stallman <rms@gnu.org>
2499
2500 * text.texi (Outline Format): Say to set outline-regexp
2501 and outline-level with major modes and file local variables.
2502
c8763fb6 25032006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2504
2505 * anti.texi (Antinews): Mention the alternative to
2506 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2507
8cf51b2c
GM
2508 * misc.texi (Interactive Shell): Ditto.
2509
25102006-12-04 Eli Zaretskii <eliz@gnu.org>
2511
2512 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2513
2514 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2515
25162006-12-01 Eli Zaretskii <eliz@gnu.org>
2517
2518 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2519 colon in the mode line.
2520
2521 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2522
25232006-11-26 Nick Roberts <nickrob@snap.net.nz>
2524
2525 * building.texi (Watch Expressions): Mention SPC for expanding/
2526 contracting watch expressions.
2527
25282006-11-26 Kim F. Storm <storm@cua.dk>
2529
2530 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2531
25322006-11-26 Nick Roberts <nickrob@snap.net.nz>
2533
2534 * building.texi (Debugger Operation): Define text command mode.
2535 Clarify how tooltips work.
2536 (GDB Graphical Interface): Explain how to run in text command mode
2537 more clearly.
2538
25392006-11-25 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2542
25432006-11-22 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2546
8cf51b2c
GM
25472006-11-18 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2550 and EMACS is deprecated.
2551
25522006-11-18 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2555
c8763fb6 25562006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2557
2558 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2559
2560 * emacs.texi: Include xresources.texi both for info and dvi.
2561
2562 * xresources.texi: Merge text from xresmini.texi.
2563
c8763fb6 25642006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2565
2566 * glossary.texi: Fix typos.
2567
8cf51b2c
GM
25682006-11-06 Richard Stallman <rms@gnu.org>
2569
2570 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2571
2572 * ack.texi (Acknowledgments): Fix name spelling.
2573
25742006-11-01 Juri Linkov <juri@jurta.org>
2575
2576 * search.texi (Word Search): Document incremental word search.
2577
25782006-10-28 Glenn Morris <rgm@gnu.org>
2579
2580 * ack.texi (Acknowledgments): Add cal-html author.
2581
2582 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2583 Calendar"). Describe new package cal-html.
2584 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2585 Calendar Files."
2586
8cf51b2c
GM
25872006-10-23 Richard Stallman <rms@gnu.org>
2588
2589 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2590 Abbrev mode is enabled.
2591
8cf51b2c
GM
25922006-10-16 Richard Stallman <rms@gnu.org>
2593
8cf51b2c
GM
2594 * emacs.texi: Update ISBN.
2595
8cf51b2c
GM
25962006-10-11 Kim F. Storm <storm@cua.dk>
2597
2598 * emacs.texi (Acknowledgments): Use @dotless{i}.
2599
26002006-10-08 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * building.texi (Breakpoints Buffer): Mention catchpoints.
2603
26042006-10-08 Kim F. Storm <storm@cua.dk>
2605
2606 * ack.texi (Acknowledgments): Update.
2607
2608 * emacs.texi (Acknowledgments): Fix bad @/ form.
2609
8cf51b2c
GM
26102006-10-05 Kim F. Storm <storm@cua.dk>
2611
2612 * emacs.texi (Acknowledgments): Add more contributors.
2613
26142006-10-03 Richard Stallman <rms@gnu.org>
2615
2616 * emacs.texi (Acknowledgments): Update version and edition.
2617
8cf51b2c
GM
26182006-10-01 Karl Berry <karl@gnu.org>
2619
2620 * custom.texi (Customization Groups): Page break to keep example buffer
2621 on one page.
2622
26232006-09-30 Karl Berry <karl@gnu.org>
2624
2625 * programs.texi (Basic Indent): @need to improve page break.
2626 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2627
26282006-09-29 Glenn Morris <rgm@gnu.org>
2629
2630 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2631
26322006-09-29 Karl Berry <karl@gnu.org>
2633
2634 * windows.texi (Basic Window): Remove forced @break, no longer
2635 desirable.
2636 * frames.texi (Frame Commands),
2637 * mark.texi (Marking Objects): Reword to avoid bad page break.
2638 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2639
26402006-09-19 Richard Stallman <rms@gnu.org>
2641
2642 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2643 stick to present tense.
2644
c8763fb6 26452006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2646
2647 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2648 to x-gtk-use-old-file-dialog.
2649 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2650
26512006-09-15 Jay Belanger <belanger@truman.edu>
2652
49823426 2653 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2654 Change "Library Public License" to "Lesser Public License"
2655 throughout. Use "yyyy" to represent year.
2656
8cf51b2c
GM
26572006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2658
2659 * files.texi (Visiting): Add index entry "open file".
2660
8cf51b2c
GM
26612006-09-11 Richard Stallman <rms@gnu.org>
2662
2663 * building.texi (Compilation Mode): Clarification.
2664 (Grep Searching): Add xref to Compilation Mode.
2665
8cf51b2c
GM
26662006-09-08 Richard Stallman <rms@gnu.org>
2667
2668 * search.texi (Search): Ref multi-file search commands here.
2669 (Other Repeating Search): Not here.
2670
8cf51b2c
GM
26712006-08-28 Richard Stallman <rms@gnu.org>
2672
2673 * windows.texi (Split Window): Update xref.
2674
2675 * basic.texi (Continuation Lines): Update xref.
2676
2677 * indent.texi (Tab Stops): Update xref.
2678
2679 * emacs.texi (Top): Update subnode menu.
2680
2681 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2682 split out of Display Custom.
2683
26842006-08-25 Kim F. Storm <storm@cua.dk>
2685
2686 * display.texi (Display Custom): Add variables overline-margin
2687 and x-underline-at-descent-line.
2688
26892006-08-25 Richard Stallman <rms@gnu.org>
2690
2691 * entering.texi (Exiting): Rewrite to give graphical displays
2692 priority over text terminals.
2693
2694 * search.texi (Incremental Search): Move index entries.
2695
26962006-08-23 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * custom.texi (Init File): Reference Find Init to avoid "home
2699 directory" confusion.
2700
27012006-08-22 Nick Roberts <nickrob@snap.net.nz>
2702
2703 * building.texi (Other GDB-UI Buffers): Describe how to edit
2704 a value in the locals buffer.
2705
27062006-08-21 Richard Stallman <rms@gnu.org>
2707
2708 * search.texi (Basic Isearch): Add `isearch' index entry.
2709
27102006-08-16 Richard Stallman <rms@gnu.org>
2711
2712 * misc.texi (Saving Emacs Sessions): Clean up wording.
2713
2714 * mark.texi (Marking Objects): Mention term "select all".
2715
2716 * emacs.texi (Top): Update subnode menu.
2717
2718 * help.texi (Help Mode): Move node up in file.
2719
8cf51b2c
GM
27202006-08-15 Nick Roberts <nickrob@snap.net.nz>
2721
2722 * building.texi (Stack Buffer): Explain fringe arrow.
2723
8cf51b2c
GM
27242006-08-12 Eli Zaretskii <eliz@gnu.org>
2725
8cf51b2c
GM
2726 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2727 on startup.
2728
27292006-08-11 Romain Francoise <romain@orebokech.com>
2730
2731 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2732
27332006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2734
2735 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2736
27372006-08-10 Richard Stallman <rms@gnu.org>
2738
2739 * text.texi (Format Faces): Substantial rewrites to deal
2740 with face merging. Empty regions don't count. Clarify
2741 face property inheritance.
2742
27432006-08-08 Romain Francoise <romain@orebokech.com>
2744
2745 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2746 <arjuropo@cc.jyu.fi>.
2747
8cf51b2c
GM
27482006-08-04 Eli Zaretskii <eliz@gnu.org>
2749
2750 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2751 apply to all frames.
2752
8cf51b2c
GM
27532006-08-01 Richard Stallman <rms@gnu.org>
2754
2755 * help.texi (Name Help): Add index entries for describe-variable.
2756
27572006-08-01 Nick Roberts <nickrob@snap.net.nz>
2758
2759 * building.texi (GDB Graphical Interface): Shorten node names.
2760 (GDB-UI Layout): Use GDB-related.
2761 (Other GDB-UI Buffers): Simplify English.
2762
27632006-07-31 Richard Stallman <rms@gnu.org>
2764
2765 * search.texi (Query Replace): Add xref for Dired's Q command.
2766
8cf51b2c
GM
27672006-07-31 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * building.texi (GDB commands in Fringe): Rename to...
2770 (Source Buffers): ..this and move forward. Describe hollow arrow and
2771 new option gdb-find-source-frame.
2772
27732006-07-29 Richard Stallman <rms@gnu.org>
2774
2775 * dired.texi (Operating on Files): Simplify previous change
2776 and fix Texinfo usage.
2777
27782006-07-29 Eli Zaretskii <eliz@gnu.org>
2779
2780 * dired.texi (Operating on Files): Add cross-references. State the
2781 Unix commands that do similar things.
2782
27832006-07-28 Richard Stallman <rms@gnu.org>
2784
2785 * mark.texi (Transient Mark): Clarify that region never disappears
2786 when Transient Mark mode is off, and not when it is on.
2787
27882006-07-27 Richard Stallman <rms@gnu.org>
2789
2790 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2791
27922006-07-24 Richard Stallman <rms@gnu.org>
2793
2794 * xresources.texi (GTK styles): Fix texinfo usage.
2795
8cf51b2c
GM
2796 * commands.texi (User Input): Explain why we teach keyboard cmds.
2797
2798 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2799 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2800 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2801 * doclicense.texi, display.texi, dired.texi, basic.texi:
2802 * anti.texi, ack.texi: Move periods and commas inside quotes.
2803
28042006-07-22 Eli Zaretskii <eliz@gnu.org>
2805
2806 * cmdargs.texi (General Variables): Document EMAIL.
2807
28082006-07-21 Eli Zaretskii <eliz@gnu.org>
2809
2810 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2811 doesn't have effect on MS-Windows.
2812
8cf51b2c
GM
28132006-07-17 Richard Stallman <rms@gnu.org>
2814
2815 * building.texi (Grep Searching): Explain about chaining grep commands.
2816
8cf51b2c
GM
28172006-07-10 Nick Roberts <nickrob@snap.net.nz>
2818
49823426 2819 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2820
28212006-07-09 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2824 is invoked for multiple files.
2825
28262006-07-08 Eli Zaretskii <eliz@gnu.org>
2827
2828 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2829 on-line manual for the rest of this node.
2830 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2831 unconditionally.
2832 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2833 Improve wording.
2834 (Windows Printing): Improve wording.
2835 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2836 rest of this node.
2837
8cf51b2c
GM
28382006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2839
49823426
GM
2840 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2841 with eval-buffer.
8cf51b2c
GM
2842
28432006-07-05 Nick Roberts <nickrob@snap.net.nz>
2844
2845 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2846 of character translation.
2847
28482006-07-04 Nick Roberts <nickrob@snap.net.nz>
2849
2850 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2851
28522006-07-03 Karl Berry <karl@gnu.org>
2853
2854 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2855 not-too-underfull hboxes in the TeX output.
2856 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2857 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2858 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2859 * sending.texi, text.texi: Fix overfull/underfull boxes.
2860
28612006-07-03 Romain Francoise <romain@orebokech.com>
2862
2863 * m-x.texi (M-x): Fix.
2864
28652006-07-03 Richard Stallman <rms@gnu.org>
2866
8cf51b2c
GM
2867 * search.texi (Other Repeating Search): filename -> file name.
2868
2869 * misc.texi (Narrowing): Minor cleanups.
2870
2871 * files.texi (Visiting): filename -> file name.
2872
2873 * emacs.texi (Top): Update subnode menus.
2874
2875 * mule.texi (Coding Systems): Move char translation stuff here.
2876 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2877 (Recognize Coding): Substantial local rewrites.
2878 (International): Update menu.
2879
2880 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2881 (Scrolling): Substantial local rewrites.
2882 (Display): Update menu and intro.
2883
2884 * dired.texi: filename -> file name.
2885
2886 * custom.texi (Safe File Variables): Texinfo usage fix.
2887
f0131492 28882006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2889
2890 * help.texi, m-x.texi: Lots of cleanups.
2891
8cf51b2c
GM
28922006-06-30 Eli Zaretskii <eliz@gnu.org>
2893
2894 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2895 (Windows Processes, Windows Misc): Shorten the printed version by
2896 selectively conditioning less important portions by @ifnottex.
2897
8cf51b2c
GM
28982006-06-27 Richard Stallman <rms@gnu.org>
2899
2900 * mini.texi (Minibuffer File): Minor cleanup.
2901
29022006-06-25 Nick Roberts <nickrob@snap.net.nz>
2903
2904 * frames.texi (XTerm Mouse): Rename to...
2905 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2906
2907 * emacs.texi (Top): Use new node name.
2908
29092006-06-24 Eli Zaretskii <eliz@gnu.org>
2910
2911 * emacs.texi (Top): Update the detailed menu according to changes in
2912 msdog.texi.
2913
2914 * msdog.texi (Windows Keyboard): New section.
2915 (Windows Mouse): New section.
2916 (Windows System Menu): Remove section (text merged with "Windows
2917 Keyboard").
2918 (Windows Misc): New section.
2919
2920 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2921
2922 * msdog.texi (ls in Lisp): New section.
2923
2924 * files.texi (Visiting): Document case-insensitive wildcard matching
2925 under find-file-wildcards.
2926
8cf51b2c
GM
29272006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2928
2929 * macos.texi (Mac Input): Add description of mac-function-modifier.
2930 Now Unicode keyboard layouts work.
2931
8cf51b2c
GM
29322006-06-10 Richard Stallman <rms@gnu.org>
2933
2934 * mule.texi (Recognize Coding): Clarify previous change.
2935
29362006-06-09 Kenichi Handa <handa@m17n.org>
2937
2938 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2939 notation.
2940
29412006-06-07 Kevin Ryde <user42@zip.com.au>
2942
2943 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2944 manual for @ifnottex, but in emacs-extra for @iftex.
2945
2946 * cmdargs.texi (General Variables): Fix smtpmail xref.
2947
29482006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2949
8cf51b2c 2950 * programs.texi (Comment Commands):
8cf51b2c 2951 * custom.texi (Specifying File Variables):
49823426 2952 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2953
29542006-06-07 Nick Roberts <nickrob@snap.net.nz>
2955
2956 * building.texi (Watch Expressions): Move node to end.
2957 (GDB Graphical Interface): Move description of clicks in fringe...
2958 (GDB commands in the Fringe): ...to here. New node.
2959
8cf51b2c
GM
29602006-06-05 Romain Francoise <romain@orebokech.com>
2961
49823426 2962 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2963
29642006-06-05 Nick Roberts <nickrob@snap.net.nz>
2965
2966 * building.texi (GDB Graphical Interface): Update bindings.
2967 (Commands of GUD): Add gud-print. Remove gud-run.
2968 Restate availability more generally.
2969
f0131492 29702006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2971
2972 * mini.texi: Lots of cleanups.
2973
29742006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2975
2976 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2977 and Mouse-2.
2978
c8763fb6 29792006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2980
2981 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2982
8cf51b2c
GM
29832006-05-31 Richard Stallman <rms@gnu.org>
2984
2985 * basic.texi (Moving Point): Fix previous change.
2986
c8763fb6 29872006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2988
2989 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2990
f0131492 29912006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2992
2993 * basic.texi: Many simplifications and improvements in wording.
2994
8cf51b2c
GM
29952006-05-26 Nick Roberts <nickrob@snap.net.nz>
2996
2997 * anti.texi (Antinews): Create a node for gdb-ui.
2998
8cf51b2c
GM
29992006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3000
3001 * frames.texi (Menu Bars, Tool Bars): Add index entries.
3002
30032006-05-20 Richard Stallman <rms@gnu.org>
3004
3005 * dired.texi (Dired Navigation): dired-goto-file is now j.
3006
8cf51b2c
GM
30072006-05-20 Eli Zaretskii <eliz@gnu.org>
3008
3009 * mule.texi (Coding Systems): Mention the undecided-* coding systems
3010 and their aliases.
3011
3012 * msdog.texi (Windows Printing): Mention non-support of plain text
3013 printing with some el-cheapo printers, and suggest a workaround.
3014
30152006-05-20 Kevin Ryde <user42@zip.com.au>
3016
3017 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3018 remove the bit saying you must set it.
3019
30202006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3021
3022 * trouble.texi (Checklist):
3023 * text.texi (Text, Auto Fill, Text Mode):
3024 * search.texi (Nonincremental Search):
3025 * rmail.texi (Rmail Labels):
3026 * mule.texi (Input Methods, Multibyte Conversion):
3027 * misc.texi (Gnus, Where to Look, PostScript):
3028 * maintaining.texi (Create Tags Table):
3029 * indent.texi (Indentation Commands):
3030 * fixit.texi (Spelling):
3031 * emacs.texi (Copying):
3032 * custom.texi (Init File): ifinfo -> ifnottex.
3033
8cf51b2c
GM
30342006-05-17 Richard Stallman <rms@gnu.org>
3035
3036 * files.texi (Diff Mode): Mention C-x `.
3037
30382006-05-08 Richard Stallman <rms@gnu.org>
3039
3040 * custom.texi (Disabling): Textual cleanups.
3041
8cf51b2c
GM
30422006-05-12 Glenn Morris <rgm@gnu.org>
3043
3044 * calendar.texi (Displaying the Diary, Format of Diary File):
3045 Refer to diary-view-entries, diary-list-entries,
3046 diary-show-all-entries rather than obsolete aliases.
3047
30482006-05-12 Eli Zaretskii <eliz@gnu.org>
3049
3050 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3051 (Displaying the Diary, Special Diary Entries, Importing Diary):
3052 * building.texi (Compilation Shell):
3053 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3054 emacs-xtra with @inforef's.
3055
3056 * files.texi (Visiting): Fix wording.
3057
3058 * mule.texi (Coding Systems, Text Coding): More indexing.
3059 Mention that C-x RET f can set eol conversion.
3060
c8763fb6 30612006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3062
3063 * xresmini.texi (GTK resources): Insert GTK description.
3064
3065 * xresources.texi (GTK resources): metafont should be menufont.
3066
8cf51b2c
GM
30672006-05-06 Michael Albinus <michael.albinus@gmx.de>
3068
49823426 3069 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
3070 method, user name and host name is active only in partial
3071 completion mode.
3072
8cf51b2c
GM
30732006-05-06 Eli Zaretskii <eliz@gnu.org>
3074
3075 * makefile.w32-in (emacs.dvi):
3076 * Makefile.in (emacs.dvi): Add xresmini.texi.
3077
3078 * xresmini.texi (Table of Resources): Remove xref to non-existent
3079 node "LessTif Resources".
3080
3081 * msdog.texi (Microsoft Windows):
3082 * calendar.texi (Calendar/Diary, Displaying the Diary)
3083 (Special Diary Entries, Importing Diary, Holidays):
3084 * programs.texi (Program Modes):
3085 * text.texi (Text):
3086 * buffers.texi (Several Buffers):
3087 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3088
30892006-05-06 Eli Zaretskii <eliz@gnu.org>
3090
3091 The following changes merge the emacs-xtra manual into the main
3092 manual, but only for on-line version of the manual.
3093
3094 * vc2-xtra.texi (Version Backups, Local Version Control)
3095 (Making Snapshots, Change Logs and VC, Version Headers)
3096 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3097 on-line manual.
3098
3099 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3100 for on-line manual.
3101
3102 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3103 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3104 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3105 for on-line manual.
3106
3107 * fortran-xtra.texi (Fortran, Fortran Autofill)
3108 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3109 for on-line manual.
3110
3111 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3112 Conditional xref's for on-line manual.
3113
3114 * emerge-xtra.texi (Emerge, Overview of Emerge)
3115 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3116 manual.
3117
3118 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3119 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3120 (EMACSSOURCES): Use EMACS_XTRA.
3121 (../info/emacs-xtra): Remove.
3122 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3123
3124 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3125 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3126 (EMACSSOURCES): Use EMACS_XTRA.
3127 ($(infodir)/emacs-xtra): Remove.
3128 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3129
3130 * trouble.texi (Quitting):
3131 * text.texi (Text):
3132 * programs.texi (Program Modes):
3133 * msdog.texi (Microsoft Windows):
3134 * frames.texi (Frames):
3135 * files.texi (Backup, Version Control, VC Concepts)
3136 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3137 (Registering, VC Status, VC Undo, Multi-User Branching)
3138 (Comparing Files):
3139 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3140 (Displaying the Diary, Special Diary Entries, Importing Diary):
3141 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3142 conditional xref's, depending on @iftex/@ifnottex.
3143
3144 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3145 "MS-DOS". @include msdog-xtra.texi.
3146
3147 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3148 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3149
3150 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3151 for vc-xtra.texi subsections.
3152 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3153 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3154
3155 * sending.texi (Sending Mail): A @node line without explicit Prev,
3156 Next, and Up links.
3157
3158 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3159 Next, and Up links.
3160
3161 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3162 and its sections. @include picture-xtra.texi.
3163
3164 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3165 "Emerge".
3166 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3167
3168 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3169 exact duplicate of its name-sake in calendar.texi.
3170
3171 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3172 "Advanced Calendar/Diary Usage".
3173 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3174
3175 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3176 dired-xtra.texi.
3177 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3178
3179 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3180 (Files) [ifnottex]: Add menu entry for Autorevert.
3181
3182 * emacs-xtra.texi (Introduction): Reword to make consistent with
3183 printed version only.
3184 <Top level>: Remove the body of all chapters and move them to the
3185 new *-xtra.texi files. Use @raisesections and @lowersections to
3186 convert sections to chapters etc.
3187
3188 * msdog-xtra.texi:
3189 * fortran-xtra.texi:
3190 * vc-xtra.texi:
3191 * vc1-xtra.texi:
3192 * vc2-xtra.texi:
3193 * emerge-xtra.texi:
3194 * cal-xtra.texi:
3195 * dired-xtra.texi:
3196 * arevert-xtra.texi: New files, with text from respective chapters
3197 of emacs-xtra.texi. Convert each @chapter into @section, @section
3198 into @subsection, etc.
3199
3200 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3201 updated.
3202
3203 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3204 Windows". All references updated.
3205
32062006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3207
3208 * macos.texi (Mac Input): Mention input from Character Palette.
3209 (Mac Font Specs): Fix typo.
3210
32112006-05-05 Richard Stallman <rms@gnu.org>
3212
3213 * files.texi (Diff Mode): Minor cleanup.
3214
32152006-05-05 Karl Berry <karl@gnu.org>
3216
8cf51b2c
GM
3217 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3218 errors from the current release of makeinfo (4.8).
3219 * help.texi (Library Keywords): Change widest word in multitable
3220 template from `emulations' to `convenience'. (Not sure if this is
3221 related to the font change.)
3222
32232006-05-05 Eli Zaretskii <eliz@gnu.org>
3224
3225 * files.texi (File Names): Add a footnote about limited support of
3226 ~USER on MS-Windows.
3227
3228 * cmdargs.texi (Initial Options): Add a footnote about limited
3229 support of ~USER on MS-Windows.
3230
32312006-05-03 Richard Stallman <rms@gnu.org>
3232
3233 * files.texi (Diff Mode): Node moved here.
3234 (Comparing Files): Delete what duplicates new node.
3235 (Files): Put Diff Mode in menu.
3236
3237 * misc.texi (Diff Mode): Moved to files.texi.
3238
3239 * emacs.texi (Top): Update menu for Diff Mode.
3240
3241 * trouble.texi (Emergency Escape): Simplify.
3242
3243 * emacs.texi (Top): Minor clarification.
3244
32452006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3246
3247 * commands.texi, entering.texi, screen.texi: Many simplifications.
3248
32492006-05-03 Richard Stallman <rms@gnu.org>
3250
3251 * commands.texi (Text Characters): Delete paragraph about unibyte
3252 non-ASCII printing chars.
3253
3254 * killing.texi (Killing): Say "graphical displays".
3255 * display.texi: Say "graphical displays".
3256
3257 * cmdargs.texi (Misc X): Say "graphical displays".
3258
32592006-05-01 Richard Stallman <rms@gnu.org>
3260
3261 * emacs.texi (Top): Add Diff Mode to menu.
3262
32632006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3264
3265 * misc.texi (Diff Mode): New node.
3266
32672006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3268
3269 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3270 (Mac Environment Variables): Shorten example line.
3271 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3272
32732006-05-01 Nick Roberts <nickrob@snap.net.nz>
3274
3275 * building.texi (GUD Customization): Describe cases %d and %c.
3276 Update description for %e.
3277
32782006-04-30 Glenn Morris <rgm@gnu.org>
3279
3280 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3281
32822006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * custom.texi (Examining): Update C-h v output example.
3285
32862006-04-29 Kim F. Storm <storm@cua.dk>
3287
3288 * building.texi (Grep Searching): Add lgrep and rgrep.
3289
8cf51b2c
GM
32902006-04-23 Richard Stallman <rms@gnu.org>
3291
3292 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3293
3294 * xresmini.texi: New file.
3295
3296 * xresources.texi (Face Resources): Split table into font resources
3297 and the rest. Combine similar attributes for brevity.
3298
8cf51b2c
GM
32992006-04-21 Eli Zaretskii <eliz@gnu.org>
3300
3301 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3302 backslashes and case-insensitivity in file names (moved to the
3303 main manual).
3304 (MS-DOS Printing): Move most of the text to the main manual.
3305
3306 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3307 New nodes.
3308 (Windows Processes, Windows System Menu): Add index entries and
3309 fix wording.
3310
8cf51b2c
GM
33112006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3312
3313 * misc.texi (Shell Ring): Add notes on saved input when
3314 navigating off the end of the history list.
3315
33162006-04-18 Chong Yidong <cyd@mit.edu>
3317
3318 * misc.texi (Shell Options): Correct default value of
3319 comint-scroll-show-maximum-output.
3320
8cf51b2c
GM
33212006-04-18 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * building.texi (Watch Expressions): Update.
3324
8cf51b2c
GM
33252006-04-12 Richard Stallman <rms@gnu.org>
3326
3327 * search.texi: Clean up previous change.
3328
33292006-04-12 Eli Zaretskii <eliz@gnu.org>
3330
3331 * search.texi (Regexp Backslash, Regexp Replace): Add index
3332 entries for ``back reference'' and mention the term itself in the
3333 text.
3334
33352006-04-11 Richard Stallman <rms@gnu.org>
3336
3337 * custom.texi (Safe File Variables):
3338 Document enable-local-variables = :safe.
3339
33402006-04-11 Karl Berry <karl@gnu.org>
3341
3342 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3343 (Remote Repositories, Version Backups, Local Version Control)
3344 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3345 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3346 (Renaming VC Work Files and Master Files)
3347 (Inserting Version Control Headers, Customizing VC, General Options)
3348 (Options for RCS and SCCS, Options specific for CVS): Move all
3349 these nodes to emacs-xtra.texi, for brevity.
3350 * cmdargs.texi, files.texi: Change cross-references.
3351
8cf51b2c
GM
33522006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3353
3354 * files.texi (Old Versions): Update description of vc-annotate's
3355 use of color to indicate date ranges.
3356
8cf51b2c
GM
33572006-04-09 Kevin Ryde <user42@zip.com.au>
3358
8cf51b2c
GM
3359 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3360 put info and printed manual names the right way around.
3361
33622006-04-09 Karl Berry <karl@gnu.org>
3363
3364 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3365 emacs-xtra.texi, leaving only MS Windows information.
3366 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3367 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3368 node names.
3369
3370 * emacs.texi: Move @summarycontents and @contents to the beginning
3371 of the file.
3372
8cf51b2c
GM
33732006-04-08 Kevin Ryde <user42@zip.com.au>
3374
3375 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3376
33772006-04-07 Richard Stallman <rms@gnu.org>
3378
3379 * programs.texi (Comments, Comment Commands, Options for Comments)
3380 (Multi-Line Comments): "Align", not "indent".
3381 (Basic Indent): C-j deletes trailing whitespace before the newline.
3382
33832006-04-06 Richard Stallman <rms@gnu.org>
3384
8cf51b2c
GM
3385 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3386
33872006-04-06 Eli Zaretskii <eliz@gnu.org>
3388
3389 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3390
8cf51b2c
GM
33912006-04-05 Richard Stallman <rms@gnu.org>
3392
3393 * emacs.texi (Top): Update subnode menu.
3394
3395 * trouble.texi (Unasked-for Search): Node deleted.
3396 (Lossage): Delete from menu.
3397
33982006-04-04 Richard Stallman <rms@gnu.org>
3399
3400 * trouble.texi: Various cleanups.
3401 (Checklist): Don't bother saying how to snail a bug report.
3402 (Emergency Escape): Much rewriting.
3403 (After a Crash): Rename the core dump immediately.
3404 (Total Frustration): Call it a psychotherapist.
3405 (Bug Criteria): Avoid "illegal instruction".
3406 (Sending Patches): We always put the contributor's name in.
3407
3408 * misc.texi (Thumbnails): Minor correction.
3409
8cf51b2c
GM
34102006-04-03 Richard Stallman <rms@gnu.org>
3411
3412 * misc.texi (Thumbnails): Minor cleanup.
3413
34142006-04-02 Karl Berry <karl@gnu.org>
3415
3416 * sending.texi (Mail Sending): pxref to Top needs five args.
3417
3418 * texinfo.tex: Update to current version (2006-03-21.13).
3419
8cf51b2c
GM
34202006-03-31 Richard Stallman <rms@gnu.org>
3421
3422 * emacs.texi (Top): Update subnode menu.
3423
3424 * help.texi (Help Mode): Cleanup.
3425
3426 * dired.texi: Many cleanups.
3427 (Dired Deletion): Describe dired-recursive-deletes.
3428 (Operating on Files): dired-create-directory moved.
3429 (Misc Dired Features): Move to here.
3430 (Tumme): Node moved to misc.texi.
3431
3432 * custom.texi: Many cleanups.
3433 (Minor Modes): Don't mention ISO Accents Mode.
3434 (Examining): Update C-h v output example.
3435 (Hooks): Add index and xref for add-hook.
3436 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3437 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3438
3439 * misc.texi: Many cleanups.
3440 (beginning): Add to summary of topics.
3441 (Shell): Put eshell xref at the end. Remove eshell from table.
3442 (Thumbnails): New node.
3443
8cf51b2c
GM
34442006-03-28 Eli Zaretskii <eliz@gnu.org>
3445
3446 * files.texi (File Name Cache): Make it clear that the cache is
3447 not persistent.
3448
8cf51b2c
GM
34492006-03-25 Karl Berry <karl@gnu.org>
3450
49823426
GM
3451 * emacs-xtra.texi, emacs.texi, gnu.texi:
3452 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3453 (2) do not indent copyright year list (or anything else).
3454
8cf51b2c
GM
34552006-03-21 Juanma Barranquero <lekktu@gmail.com>
3456
3457 * files.texi (VC Dired Mode): Remove misplaced brackets.
3458
34592006-03-21 Andre Spiegel <spiegel@gnu.org>
3460
3461 * files.texi: Various updates and clarifications in the VC chapter.
3462
34632006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3464
3465 * help.texi (Help Mode): Document "C-c C-c".
3466
8cf51b2c
GM
34672006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3468
3469 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3470 menu in the standalone Info reader.
3471
34722006-03-15 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3475 moved here from Emacs manual.
3476
3477 * programs.texi (Fortran): Section moved to emacs-xtra.
3478 (Program Modes): Xref to Fortran in emacs-xtra.
3479
3480 * maintaining.texi (Emerge): Move to emacs-xtra.
3481 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3482
3483 * picture.texi: File deleted.
3484 * Makefile.in:
3485 * makefile.w32-in: Remove picture.texi.
3486
3487 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3488 * abbrevs.texi (Abbrevs):
3489 * sending.texi (Sending Mail): Picture node removed.
3490
3491 * emacs.texi (Top): Update node listings.
3492
8cf51b2c
GM
34932006-03-12 Richard Stallman <rms@gnu.org>
3494
3495 * calendar.texi: Various cleanups.
3496
8cf51b2c
GM
34972006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3498
3499 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3500 syntax.
3501
8cf51b2c
GM
35022006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3503
3504 * search.texi (Regexps): More accurately describe which characters
3505 are special in which situations. Recommend _not_ to quote `]' or
3506 `-' when they are not special.
3507
8cf51b2c
GM
35082006-02-28 Andre Spiegel <spiegel@gnu.org>
3509
3510 * files.texi (Old Versions): Clarify operation of C-x v =.
3511
8cf51b2c
GM
35122006-02-21 Nick Roberts <nickrob@snap.net.nz>
3513
3514 * building.texi (Watch Expressions): Update and describe
3515 gdb-speedbar-auto-raise.
3516
35172006-02-19 Richard M. Stallman <rms@gnu.org>
3518
3519 * emacs.texi: Use @smallbook.
3520 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3521 Update subnode menu.
3522
3523 * building.texi (Lisp Interaction): Minor addition.
3524
35252006-02-18 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * building.texi (Watch Expressions): Update and be more precise.
3528
c8763fb6 35292006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3530
3531 * maintaining.texi (Create Tags Table): Explain why the
3532 exception when etags writes to files under the /dev tree.
3533
35342006-02-14 Richard M. Stallman <rms@gnu.org>
3535
3536 * custom.texi (Safe File Variables): Lots of clarification.
3537 Renamed from Unsafe File Variables.
3538
35392006-02-14 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * custom.texi (Unsafe File Variables): File variable confirmation
3542 assumed denied in batch mode.
3543
35442006-02-14 Richard M. Stallman <rms@gnu.org>
3545
3546 * building.texi (GDB User Interface Layout): Don't say `inferior'
3547 for program being debugged.
3548
35492006-02-15 Nick Roberts <nickrob@snap.net.nz>
3550
3551 * building.texi (GDB Graphical Interface):
3552 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3553
35542006-02-13 Chong Yidong <cyd@stupidchicken.com>
3555
3556 * custom.texi (Specifying File Variables, Unsafe File Variables):
3557 New nodes, split from File Variables. Document new file local
3558 variable behavior.
3559
35602006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3561
3562 * display.texi (Standard Faces):
8cf51b2c
GM
3563 * files.texi (Visiting):
3564 * frames.texi (Clipboard):
3565 * glossary.texi (Glossary) <Clipboard>:
3566 * xresources.texi (X Resources): Mention Mac OS port.
3567
8cf51b2c
GM
35682006-02-12 Richard M. Stallman <rms@gnu.org>
3569
3570 * building.texi (Building): Clarify topic in intro.
3571
3572 * maintaining.texi (Maintaining): Change title; clarify topic.
3573 Delete duplicate index entries.
3574
3575 * building.texi (Other GDB User Interface Buffers): Clarifications.
3576
3577 * text.texi (Cell Commands): Clarifications.
3578
3579 * programs.texi (Defuns): Delete duplicate explanation of
3580 left-margin paren convention.
3581 (Hungry Delete): Minor cleanup.
3582
35832006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3584
3585 * dired.texi (Tumme): More tumme documentation.
3586
35872006-02-11 Alan Mackenzie <acm@muc.de>
3588
3589 * programs.texi ("Hungry Delete"): Correct the appellation of the
3590 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3591
35922006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3593
3594 * dired.texi (Tumme): Fix small bug.
3595
35962006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3597
3598 * macos.texi (Mac International): Rename "fontset-mac" to
3599 "fontset-standard".
3600
8cf51b2c
GM
36012006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3602
3603 * dired.texi (Tumme): Basic documentation for Tumme added.
3604
8cf51b2c
GM
36052006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3606
3607 * mule.texi (International):
3608 * programs.texi (Basic Indent): Fix typos.
3609
8cf51b2c
GM
3610 * custom.texi (Minor Modes):
3611 * display.texi (Text Display):
3612 * commands.texi (Text Characters): Update xrefs.
3613
36142006-02-07 Richard M. Stallman <rms@gnu.org>
3615
3616 * emacs.texi (Top): Update subnode menu.
3617 Update info on old Emacs papers.
3618 (Intro): "Graphical display", not window system.
3619
3620 * xresources.texi (GTK styles): Minor clarifications.
3621
3622 * trouble.texi: "Graphical display", not window system.
3623 (Stuck Recursive): Minor clarification.
3624
3625 * text.texi: Minor clarifications.
3626 (Sentences): Explain why two-space convention is better.
3627 Explain sentence-end-without-period here.
3628 (Fill Commands): Not here.
3629 (Refill): Node moved down.
3630 (Filling): Update menu.
3631 (Table Creation, Cell Justification, Column Commands): Clarify.
3632
3633 * sending.texi: Minor clarifications.
3634
3635 * search.texi (Regexp Backslash): Clarification.
3636
3637 * rmail.texi: Minor cleanups.
3638 (Rmail): Delete digression about `rmail-mode'.
3639 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3640 (Rmail Files): Mention C-u M-x rmail.
3641 (Rmail Reply): Mention References.
3642 (Rmail Display): Mention rmail-nonignored-headers.
3643
3644 * programs.texi: Minor cleanups.
3645 (Comment Commands): Mention momentary Transient Mark mode.
3646 (Matching): Be more specific about customizing show-paren-mode.
3647 (Info Lookup): Don't list the modes that support C-h S.
3648 Just say what it does in an unsupported mode.
3649 (Man Page): Delete excessive info on customizing woman.
3650 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3651
3652 * abbrevs.texi: Minor clarifications.
3653 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3654 not "dynamic abbrevs" as if they were a kind of abbrev.
3655
3656 * picture.texi (Picture): Minor cleanup.
3657
3658 * mule.texi (Communication Coding): Say "other applications".
3659 (Fontsets): Not specific to X. Add xref to X Resources.
3660 (Unibyte Mode): Rename from Single-Byte Character Support.
3661 "Graphical display", not window system.
3662 (International): Update menu.
3663
3664 * maintaining.texi (Format of ChangeLog):
3665 New node, split out from ChangeLog.
3666 (ChangeLog): Clarifications in the remaining text.
3667 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3668 (Find Tag): Add @w.
3669 (Tags Search): Explain tag table order here. Simplify grep ref.
3670 (List Tags): tags-tag-face is a variable, not a face.
3671 (Emerge): Cleanups.
3672
3673 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3674 (Keyboard Macros): Avoid "the user".
3675
3676 * killing.texi: "Graphical display", not window system.
3677
3678 * help.texi (Help Echo): "Graphical display", not window system.
3679
3680 * glossary.texi: Say "you", not "the user". Say "graphical display".
3681
3682 * frames.texi: Minor cleanups. "Graphical display", not window system.
3683
3684 * files.texi (Visiting): Make drag-and-drop not X-specific.
3685
3686 * custom.texi: Minor cleanups. "Graphical display", not window system.
3687
3688 * cmdargs.texi: Minor cleanups.
3689
3690 * building.texi (Compilation): Move and split kill-compilation para.
3691 Add para about multiple compilers.
3692 (Compilation Mode): Commands also available in grep mode and others.
3693 Mention C-u C-x ` more tutorially. Clarify C-x `.
3694 (Compilation Shell): Clarify. Put Bash example first.
3695 (Grep Searching): Minor cleanups; add @w.
3696 (Debuggers): Minor cleanups.
3697 (Starting GUD): Make GDB xgraphical mode issue clearer.
3698 (Debugger Operation): Lots of clarifications including
3699 GDB tooltip side-effect issue.
3700 (Commands of GUD): Clarify.
3701 (GUD Customization): Add bashdb-mode-hook.
3702 (GDB Graphical Interface): Rewrite for clarity.
3703 (GDB User Interface Layout): Rewrite for clarity.
3704 (Stack Buffer, Watch Expressions): Likewise.
3705 (Other GDB User Interface Buffers): Cleanups.
3706 (Lisp Libraries, External Lisp): Cleanup.
3707
3708 * basic.texi (Position Info): "Graphical displays", rather than
3709 window systems.
3710
3711 * anti.texi: Minor cleanup.
3712
8cf51b2c
GM
37132006-02-03 Eli Zaretskii <eliz@gnu.org>
3714
3715 * custom.texi (Init File, Find Init): Add cross-references to
3716 where $HOME is described.
3717
37182006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3719
3720 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3721 is not inside the @table.
3722
3723 * emacs.texi (Top): Correct node name.
3724
3725 * files.texi (File Names): Fix @xref.
3726 (Reverting): Fix typo.
3727
3728 * mule.texi (International): Correct node name.
3729
3730 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3731
37322006-02-01 Richard M. Stallman <rms@gnu.org>
3733
3734 * emacs.texi (Top): Update subnode menu.
3735
3736 * mule.texi: Minor clarifications.
3737 Reduce the specific references to X Windows.
3738 Refer to "graphical" terminals, rather than window systems.
3739 (Text Coding): Rename from Specify Coding.
3740 (Communication Coding, File Name Coding, Terminal Coding):
3741 New nodes split out from Text Coding.
3742
3743 * kmacro.texi: Minor clarifications.
3744 (Keyboard Macro Ring): Comment out some excessive commands.
3745 (Basic Keyboard Macro): Split up the table, putting part in each node.
3746
3747 * major.texi: Minor clarifications.
3748
3749 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3750
3751 * windows.texi: Minor clarifications.
3752 (Change Window): Don't describe mode-line mouse cmds here.
3753 Add xref to Mode Line Mouse.
3754
3755 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3756
3757 * macos.texi (Mac International): Fix xref.
3758
3759 * indent.texi: Minor clarifications.
3760
3761 * frames.texi: Minor clarifications.
3762 Reduce the specific references to X Windows.
3763 Refer to "graphical" terminals, rather than window systems.
3764 (Frame Parameters): Don't mention commands like
3765 set-foreground-color. Just say to customize a face.
3766 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3767
3768 * files.texi: Minor clarifications.
3769 (Numbered Backups): New node, split out from Backup Names.
3770
3771 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3772
3773 * cmdargs.texi (General Variables): Fix xref.
3774
3775 * buffers.texi: Minor clarifications.
3776
8cf51b2c
GM
37772006-01-31 Richard M. Stallman <rms@gnu.org>
3778
3779 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3780 Nodes moved to top.
3781
3782 * display.texi: Minor clarifications.
3783 (Display): Rearrange menu.
3784 (Standard Faces): Mention query-replace face.
3785 (Faces): Simplify.
3786 (Font Lock): Simplify face customization info.
3787 (Highlight Changes): Node merged into Highlight Interactively.
3788 (Highlight Interactively): Much rewriting and cleanup.
3789 (Optional Mode Line): Narrowed line number not good for goto-line.
3790 Simplify face customization advice.
3791 (Text Display): Mention use of escape-glyph face.
3792 Move ctl-arrow and tab-width here.
3793 (Display Custom): Move no-redraw-on-reenter to end of node.
3794
3795 * search.texi: Minor clarifications.
3796 (Isearch Scroll): Simplify.
3797 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3798
3799 * regs.texi (Registers): Mention bookmarks here.
3800
3801 * mark.texi: Minor clarifications.
3802 (Selective Undo): Node deleted.
3803
3804 * m-x.texi: Minor clarifications.
3805
3806 * killing.texi: Minor clarifications.
3807 Refer to "graphical" terminals, rather than window systems.
3808
3809 * help.texi: Clarifications.
3810 (Help): Don't describe C-h F and C-h K here.
3811 (Key Help): Describe C-h K here.
3812 (Name Help): Mention Emacs Lisp Intro.
3813 Describe C-h F here.
3814 (Misc Help): Mention C-h F and C-h K only briefly.
3815
3816 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3817 Selective undo text merged in.
3818 (Spelling): Mention Aspell along with Ispell.
3819
3820 * emacs.texi (Top): Update subnode menus.
3821
3822 * basic.texi (Basic Undo): Rename from Undo. Most of text
3823 moved to new Undo node.
3824
8cf51b2c
GM
38252006-01-29 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * basic.texi (Continuation Lines, Inserting Text):
3828 Mention longlines mode.
3829
38302006-01-29 Richard M. Stallman <rms@gnu.org>
3831
10d1d0af 3832 * screen.texi: Minor cleanups.
8cf51b2c
GM
3833 (Screen): Clean up the intro paragraphs.
3834 (Mode Line): Lots of rewriting. Handle frame-name better.
3835 eol-mnemonic-... vars moved out.
3836
3837 * emacs.texi (Top): Change menu item for MS-DOS node.
3838 Update subnode menu.
3839
3840 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3841 chapter relates to Windows. Title changed.
3842
3843 * mini.texi: Minor cleanups.
3844
3845 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3846 (Mark): Put it in the menu.
3847
3848 * entering.texi: Minor cleanups.
3849
3850 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3851 (Intro): Refer to "graphical" terminals, rather than X.
3852
3853 * display.texi (Display Custom): Add xref to Variables.
3854 (Optional Mode Line): eol-mnemonic-... vars moved here.
3855
3856 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3857 rather than X.
3858
8cf51b2c
GM
3859 * basic.texi: Minor cleanups.
3860 (Undo): selective-undo moved.
3861
8cf51b2c
GM
38622006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3863
3864 * anti.texi (Antinews): Various corrections and additions.
3865
38662006-01-23 Juri Linkov <juri@jurta.org>
3867
3868 * custom.texi (Easy Customization, Customization Groups)
3869 (Browsing Custom): Mention links along with buttons.
3870
8cf51b2c
GM
38712006-01-21 Eli Zaretskii <eliz@gnu.org>
3872
8cf51b2c
GM
3873 * text.texi (TeX Print): Use @key for TAB.
3874
8cf51b2c
GM
3875 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3876
8cf51b2c
GM
38772006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3878
3879 * files.texi (File Aliases): Don't claim that usually separate
3880 buffers are created for two file names that name the same data.
3881 Mention additional situations where different names mean the same
3882 file on disk.
3883
38842006-01-19 Richard M. Stallman <rms@gnu.org>
3885
3886 * killing.texi (Deletion): Upcase @key argument.
3887
3888 * custom.texi (Custom Themes): Minor cleanup.
3889
3890 * programs.texi (Hungry Delete): Upcase @key argument.
3891
8cf51b2c
GM
38922006-01-16 Juri Linkov <juri@jurta.org>
3893
3894 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3895 Move `mode-line-highlight' before `mode-line-buffer-id'.
3896
8cf51b2c
GM
38972006-01-14 Richard M. Stallman <rms@gnu.org>
3898
3899 * basic.texi (Inserting Text): Minor cleanup.
3900
8cf51b2c
GM
39012006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3902
3903 * custom.texi (Changing a Variable, Face Customization):
3904 Update for changes in Custom menus.
3905
8cf51b2c
GM
39062006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3907
3908 * macos.texi (Mac International): Undo last change.
3909
8cf51b2c
GM
39102006-01-02 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * custom.texi (Custom Themes): Describe the new
3913 customize-create-theme interface.
3914
39152005-12-30 Juri Linkov <juri@jurta.org>
3916
3917 * basic.texi (Position Info): Update example.
3918
c8763fb6 39192005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3920
3921 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3922
39232005-12-24 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * custom.texi (Custom Themes): `load-theme' always loads.
3926
39272005-12-23 Juri Linkov <juri@jurta.org>
3928
3929 * display.texi (Highlight Interactively): Use double space to
3930 separate sentences. Replace C-p with M-p, and C-n with M-n.
3931
39322005-12-22 Richard M. Stallman <rms@gnu.org>
3933
3934 * custom.texi (Easy Customization and subnodes):
3935 Replace "active field" with "button".
3936 Use "user option" only for variables.
3937 Use "setting" for variable-or-face.
3938
39392005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * buffers.texi (Select Buffer): Change order in table to make
3942 "Similar" refer to the correct item.
3943 (Indirect Buffers): Minor rewording.
3944
8cf51b2c
GM
39452005-12-20 Juri Linkov <juri@jurta.org>
3946
3947 * files.texi (VC Status): Put P and N near p and n.
3948
8cf51b2c
GM
39492005-12-19 Richard M. Stallman <rms@gnu.org>
3950
3951 * programs.texi (Electric C): Delete the info about newline control.
3952 (Other C Commands): Minor cleanup.
3953 (Left Margin Paren): Minor cleanup.
3954
39552005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3956
3957 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3958 (Customization Groups): Delete text moved to "Browsing Custom".
3959 (Browsing Custom): New node.
3960 (Specific Customization): Clarify which commands only work for
3961 loaded options.
3962
39632005-12-18 Bill Wohler <wohler@newt.com>
3964
3965 * frames.texi (Tool Bars): Shorten text of previous change.
3966
39672005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3968
3969 * files.texi (VC Status): Document log-view mode.
3970
39712005-12-18 Bill Wohler <wohler@newt.com>
3972
3973 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3974 permanently via the customize interface.
3975
8cf51b2c
GM
39762005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3977
3978 * killing.texi (Killing by Lines): Document `kill-whole-line'
3979 function.
3980
c8763fb6 39812005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3982
3983 * buffers.texi (Select Buffer): Change `prev-buffer' to
3984 `previous-buffer'. Indicate that these functions use a frame
3985 local buffer list.
3986
8cf51b2c
GM
39872005-12-12 Richard M. Stallman <rms@gnu.org>
3988
3989 * custom.texi (Easy Customization): Change menu comment.
3990 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3991
3992 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3993 (Help): Among the Apropos commands, describe only C-h a here.
3994
39952005-12-11 Richard M. Stallman <rms@gnu.org>
3996
3997 * programs.texi (Options for Comments): Comment-end starts with space.
3998
3999 * glossary.texi (Glossary): Minor cleanup.
4000
4001 * files.texi (Old Versions): Use @table.
4002
8cf51b2c
GM
40032005-12-10 David Koppelman <koppel@ece.lsu.edu>
4004
4005 * display.texi (Highlight Interactively): Include
4006 global-hi-lock-mode. Add miscellaneous details and elaborations.
4007
40082005-12-09 Richard M. Stallman <rms@gnu.org>
4009
4010 * display.texi (Font Lock): Delete the Global FL menu item.
4011
40122005-12-09 Luc Teirlinck <teirllm@auburn.edu>
4013
4014 * custom.texi (Minibuffer Maps): Mention the maps for file name
4015 completion.
4016
40172005-12-09 Kim F. Storm <storm@cua.dk>
4018
4019 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 4020 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
4021 cursor to next corner in rectangle; clarify insert around rectangle.
4022
8cf51b2c
GM
40232005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4024
4025 * custom.texi (Customization): Use xref to elisp manual for
4026 non-TeX output.
4027 (Minor Modes): Update.
4028 (Customization Groups, Changing a Variable, Face Customization):
4029 Update for new appearance of Custom buffers.
4030 (Changing a Variable): `custom-buffer-done-function' has been
4031 replaced by `custom-buffer-done-kill'.
4032 (Specific Customization): In the `customize-group' buffer, a
4033 subgroup's contents are not "hidden". They are not included at
4034 all. They have no [Show] button.
4035 (Mouse Buttons): Add pxref to description of mouse event lists in
4036 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4037 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4038 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4039
40402005-12-08 Richard M. Stallman <rms@gnu.org>
4041
4042 * mini.texi (Completion Commands, Completion):
4043 In file name input, SPC does not do completion.
4044
8cf51b2c
GM
40452005-12-08 Nick Roberts <nickrob@snap.net.nz>
4046
4047 * building.texi (GDB Graphical Interface): Explain screen size
4048 setting.
4049 (Other GDB User Interface Buffers): Describe features specific to
4050 GDB 6.4.
4051
8cf51b2c
GM
40522005-12-01 Nick Roberts <nickrob@snap.net.nz>
4053
4054 * building.texi (GDB User Interface Layout): Describe how to
4055 kill associated buffers.
4056 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4057 (Watch Expressions): Be more precise.
4058 (Other GDB User Interface Buffers): Describe how to change a
4059 register value.
4060
8cf51b2c
GM
40612005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4062
4063 * macos.texi (Mac Input): Remove description of
4064 mac-command-key-is-meta. Add descriptions of
4065 mac-control-modifier, mac-command-modifier, and
4066 mac-option-modifier.
4067 (Mac International): Fix description of conversion of clipboard data.
4068 (Mac Font Specs): Add example of font customization by face attributes.
4069
40702005-11-22 Nick Roberts <nickrob@snap.net.nz>
4071
4072 * building.texi (Watch Expressions): Expand description.
4073 (Other GDB User Interface Buffers): Describe local map for
4074 gud-watch.
4075
40762005-11-21 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * display.texi (Font Lock): Font lock is enabled by default now.
4079
40802005-11-20 Juri Linkov <juri@jurta.org>
4081
4082 * basic.texi (Position Info): Update examples of the output.
4083 Remove the fact that examples are produced in the TeXinfo buffer,
4084 because in the Info reader users will get a different output from
4085 `C-x ='.
4086
4087 * building.texi (Compilation Mode): Remove paragraph duplicated
4088 from the node `Compilation'. Add `compilation-skip-threshold'.
4089
4090 * display.texi (Font Lock): Suggest more user-friendly method of
4091 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4092
40932005-11-18 Richard M. Stallman <rms@gnu.org>
4094
4095 * files.texi (Registering): Mention @@ in mode line.
4096
4097 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4098
40992005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4100
4101 * files.texi (Renaming and VC): Some back-ends don't
4102 handle renaming.
4103
8cf51b2c
GM
41042005-11-17 Juri Linkov <juri@jurta.org>
4105
4106 * emacs.texi (Top):
4107 * display.texi (Highlight Interactively): Put this font-lock based
4108 mode near Font Lock node.
4109
41102005-11-16 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4113 icons.
4114
41152005-11-12 Kim F. Storm <storm@cua.dk>
4116
4117 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4118 (Help Summary): Add C-h d and C-h e.
4119 (Apropos): Clarify that all apropos commands may search for either
4120 list of words or a regexp. Add C-h d for apropos-documentation.
4121 Describe apropos-documentation-sort-by-scores user option.
4122
8cf51b2c
GM
41232005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4124
4125 * killing.texi (CUA Bindings): Add @section.
4126
41272005-11-10 Kim F. Storm <storm@cua.dk>
4128
4129 * emacs.texi (Top): Add CUA Bindings entry to menu.
4130
4131 * killing.texi (CUA Bindings): New node. Moved here from
4132 misc.texi and extended with info on rectangle commands and
4133 rectangle highlighting, interface to registers, and the global
4134 mark feature.
4135
4136 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4137
4138 * regs.texi: Prev link points to CUA Bindings node.
4139
41402005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4141
4142 * help.texi (Help Echo): By default, help echos are only shown on
4143 mouse-over, not on point-over.
4144
c8763fb6 41452005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
4146
4147 * misc.texi (Shell Mode): Describe how to activate password echoing.
4148
8cf51b2c
GM
41492005-11-04 Romain Francoise <romain@orebokech.com>
4150
4151 * mark.texi (Mark Ring): Fix typo.
4152
41532005-11-03 Richard M. Stallman <rms@gnu.org>
4154
4155 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4156
41572005-11-01 Bill Wohler <wohler@newt.com>
4158
4159 * help.texi (Help Mode): Fix typo.
4160
41612005-11-01 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * building.texi (Other GDB User Interface Buffers): Describe
4164 the command gdb-use-inferior-io-buffer.
4165
41662005-10-31 Romain Francoise <romain@orebokech.com>
4167
4168 * files.texi (Compressed Files): Fix typo.
4169
4170 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4171
4172 * windows.texi (Force Same Window): Likewise.
4173
41742005-10-30 Bill Wohler <wohler@newt.com>
4175
4176 * help.texi (Help Mode): URLs viewed with browse-url.
4177
41782005-10-31 Nick Roberts <nickrob@snap.net.nz>
4179
4180 * building.texi (GDB Graphical Interface): Don't reference
4181 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4182 must stay in same frame.
4183
41842005-10-29 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4187
4188 * anti.texi (Antinews): Likewise.
4189
8cf51b2c
GM
41902005-10-28 Bill Wohler <wohler@newt.com>
4191
4192 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4193
41942005-10-28 Richard M. Stallman <rms@gnu.org>
4195
4196 * files.texi (Visiting): Explain how to enter ? in a file name.
4197
4198 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4199
8cf51b2c
GM
42002005-10-25 Nick Roberts <nickrob@snap.net.nz>
4201
4202 * building.texi (GDB Graphical Interface): Describe
4203 gdb-mouse-until.
4204
42052005-10-23 Richard M. Stallman <rms@gnu.org>
4206
4207 * custom.texi (Init File): Recommend when to use site-start.el.
4208
8cf51b2c
GM
42092005-10-21 Juri Linkov <juri@jurta.org>
4210
4211 * custom.texi (Examining): Mention accessing the old variable
4212 value via M-n in set-variable.
4213
8cf51b2c
GM
42142005-10-18 Romain Francoise <romain@orebokech.com>
4215
4216 * files.texi (Version Systems): Capitalize GNU.
4217
8cf51b2c
GM
42182005-10-18 Nick Roberts <nickrob@snap.net.nz>
4219
4220 * building.texi (Compilation Mode): Remove redundant paragraph.
4221 (Watch Expressions): Remove paragraph to reflect code change.
4222
8cf51b2c
GM
42232005-10-16 Richard M. Stallman <rms@gnu.org>
4224
4225 * building.texi (Compilation Mode, Compilation): Clarified.
4226
42272005-10-15 Richard M. Stallman <rms@gnu.org>
4228
4229 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4230
8cf51b2c
GM
42312005-10-13 Kenichi Handa <handa@m17n.org>
4232
4233 * basic.texi (Position Info): Fix previous change.
4234
c8763fb6 42352005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4236
4237 * cmdargs.texi (Icons X): Fix typo.
4238
42392005-10-12 Kenichi Handa <handa@m17n.org>
4240
4241 * basic.texi (Position Info): Describe the case that Emacs shows
4242 "part of display ...".
4243
c8763fb6 42442005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4245
4246 * cmdargs.texi (Icons X): -nb => -nbi.
4247
42482005-10-10 Chong Yidong <cyd@stupidchicken.com>
4249
4250 * frames.texi (Speedbar): A couple more clarifications.
4251
42522005-10-11 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * building.texi (GDB User Interface Layout): Improve diagram.
4255 (Watch Expressions): Explain how to make speedbar global.
4256 (Other GDB User Interface Buffers): Make references more precise.
4257
8cf51b2c
GM
42582005-10-09 Richard M. Stallman <rms@gnu.org>
4259
4260 * frames.texi (Speedbar): Clarify the text.
4261
42622005-10-09 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * frames.texi (Speedbar): Add information on keybindings,
4265 dismissing the speedbar, and buffer display mode. Link to
4266 speedbar manual.
4267
c8763fb6 42682005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4269
4270 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4271 added -nb, --no-bitmap-icon.
4272
8cf51b2c
GM
42732005-10-07 Nick Roberts <nickrob@snap.net.nz>
4274
4275 * building.texi (GDB Graphical Interface): Add variables and
4276 functions to indices. Be more precise.
4277
c8763fb6 42782005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4279
4280 * frames.texi (Drag and Drop): Remove the x- from
4281 x-dnd-open-file-other-window and xdnd-protocol-alist.
4282
42832005-09-30 Romain Francoise <romain@orebokech.com>
4284
4285 * mini.texi (Minibuffer): The default value now appears before the
4286 colon in minibuffer prompts.
4287
8cf51b2c
GM
42882005-09-25 Richard M. Stallman <rms@gnu.org>
4289
4290 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4291
8cf51b2c
GM
42922005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4293
4294 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4295
8cf51b2c
GM
42962005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4297
4298 * emacs.texi (Top): Update submenus from macos.texi.
4299
4300 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4301 (Mac OS): Update feature support status.
4302 (Mac Input): List supported input scripts. Remove description
4303 about `mac-keyboard-text-encoding'. Mention mouse button
4304 emulation and related variables.
4305 (Mac International): Mention Central European and Cyrillic
4306 support. Now `keyboard-coding-system' is dynamically changed.
4307 Add description about coding system for selection. Add
4308 description about language environment.
4309 (Mac Environment Variables): Mention
4310 `~/.MacOSX/environment.plist'. Give example of command line
4311 arguments. Add Preferences support.
4312 (Mac Directories): Explicitly state that this node is for Mac OS
4313 Classic only.
4314 (Mac Font Specs): Mention specification for scalable fonts. List
4315 supported charsets. Add preferred way of creating fontsets. Add
4316 description about `mac-allow-anti-aliasing'.
4317 (Mac Functions): Add descriptions about `mac-set-file-creator',
4318 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4319 and `mac-get-preference'.
4320
8cf51b2c
GM
43212005-09-16 Romain Francoise <romain@orebokech.com>
4322
4323 Update all files to specify GFDL version 1.2.
4324
4325 * doclicense.texi (GNU Free Documentation License): Update to
4326 version 1.2.
4327
43282005-09-15 Richard M. Stallman <rms@gnu.org>
4329
4330 * buffers.texi (List Buffers): Fix xref.
4331
4332 * rmail.texi (Rmail Basics): Fix xref.
4333
4334 * emacs.texi (Top): Update subnode menus.
4335
4336 * files.texi (Saving Commands): New node, broken out of Saving.
4337 (Customize Save): New node, broken out of Saving.
4338 Clarify effect of write-region-inhibit-fsync.
4339 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4340
8cf51b2c
GM
43412005-09-14 Romain Francoise <romain@orebokech.com>
4342
4343 * files.texi (Saving): Mention write-region-inhibit-fsync.
4344
43452005-09-05 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * custom.texi (Custom Themes): New node.
4348
43492005-09-03 Richard M. Stallman <rms@gnu.org>
4350
49823426
GM
4351 * search.texi (Search Case): Mention vars that control
4352 case-fold-search for various operations.
8cf51b2c
GM
4353
43542005-08-22 Juri Linkov <juri@jurta.org>
4355
4356 * display.texi (Standard Faces): Merge the text from
4357 `(elisp)Standard Faces' into this node.
4358
43592005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4360
4361 * emacs.texi (Top): Delete menu item for deleted node
4362 Keyboard Translations.
4363
43642005-08-18 Richard M. Stallman <rms@gnu.org>
4365
8cf51b2c
GM
4366 * trouble.texi (Unasked-for Search):
4367 Delete xref to Keyboard Translations.
4368
4369 * glossary.texi (Glossary): Delete xref.
4370
8cf51b2c
GM
4371 * custom.texi (Minor Modes): Say that the list here is not complete.
4372 (Keyboard Translations): Node deleted.
4373 (Disabling): Delete xref to it.
4374 (Customization Groups): Fix Custom buffer example.
4375 (Hooks): Mention remove-hooks.
4376
43772005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4378
4379 * building.texi (GDB Graphical Interface): Improve filling of menu
4380 item.
4381
43822005-08-18 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * building.texi (GDB Graphical Interface): Use better node names.
4385
43862005-08-14 Richard M. Stallman <rms@gnu.org>
4387
4388 * text.texi (Sentences): Fix xref.
4389
43902005-08-14 Juri Linkov <juri@jurta.org>
4391
4392 * building.texi (Compilation, Grep Searching): Move grep command
4393 headings from `Compilation' to `Grep Searching'.
4394
4395 * dired.texi (Dired and Find):
4396 * maintaining.texi (Tags Search): Replace grep xref to
4397 `Compilation' node with `Grep Searching'.
4398
4399 * files.texi (Comparing Files): Replace xref to `Compilation' with
4400 `Compilation Mode'.
4401
44022005-08-13 Alan Mackenzie <acm@muc.de>
4403
4404 * search.texi (Non-ASCII Isearch): Correct a typo.
4405 (Replacement Commands): Mention query-replace key binding.
4406
44072005-08-11 Richard M. Stallman <rms@gnu.org>
4408
4409 * programs.texi (Options for Comments): Fix xref.
4410
4411 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4412 out of Regexps.
4413
8cf51b2c
GM
44142005-08-09 Juri Linkov <juri@jurta.org>
4415
4416 * building.texi (Compilation): Use `itemx' instead of `item'.
4417 (Grep Searching): Simplify phrase.
4418
4419 * display.texi (Standard Faces): Describe vertical-border on
4420 window systems.
4421
4422 * windows.texi (Split Window): Simplify phrase and mention
4423 vertical-border face.
4424
44252005-08-09 Richard M. Stallman <rms@gnu.org>
4426
4427 * files.texi (Comparing Files): Clarify compare-windows.
4428
4429 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4430
8cf51b2c
GM
44312005-08-06 Eli Zaretskii <eliz@gnu.org>
4432
4433 * mule.texi (Coding Systems): Rephrase the paragraph about
4434 codepages: no need for "M-x codepage-setup" anymore, except on
4435 MS-DOS.
4436
4437 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4438 the MS-DOS port only.
4439
44402005-07-30 Eli Zaretskii <eliz@gnu.org>
4441
4442 * makefile.w32-in (info): Don't run multi-install-info.bat.
4443 ($(infodir)/dir): New target, produced by running
4444 multi-install-info.bat.
4445
8cf51b2c
GM
44462005-07-22 Eli Zaretskii <eliz@gnu.org>
4447
4448 * files.texi (Quoted File Names): Add index entry.
4449
8cf51b2c
GM
44502005-07-19 Juri Linkov <juri@jurta.org>
4451
4452 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4453
44542005-07-18 Juri Linkov <juri@jurta.org>
4455
8cf51b2c
GM
4456 * custom.texi (Easy Customization):
4457 * files.texi (Old Versions):
4458 * frames.texi (Wheeled Mice):
4459 * mule.texi (Specify Coding):
8cf51b2c
GM
4460 * text.texi (Cell Justification):
4461 * trouble.texi (After a Crash):
8cf51b2c
GM
4462 * xresources.texi (GTK styles):
4463 Delete duplicate duplicate words.
4464
44652005-07-17 Richard M. Stallman <rms@gnu.org>
4466
4467 * frames.texi (Creating Frames): Fix foreground color example.
4468
4469 * custom.texi (Init Examples): Clean up text about conditionals.
4470
44712005-07-16 Richard M. Stallman <rms@gnu.org>
4472
4473 * mini.texi (Completion Commands): Fix command name for ?.
4474
8cf51b2c
GM
44752005-07-16 Eli Zaretskii <eliz@gnu.org>
4476
4477 * display.texi (Standard Faces): Explain that customization of
4478 `menu' face has no effect on w32 and with GTK. Add
4479 cross-references.
4480
4481 * cmdargs.texi (General Variables): Clarify the default location
4482 of $HOME on w32 systems.
4483
44842005-07-15 Jason Rumney <jasonr@gnu.org>
4485
4486 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4487 changed.
4488
44892005-07-08 Kenichi Handa <handa@m17n.org>
4490
4491 * mule.texi (Recognize Coding): Recommend
4492 revert-buffer-with-coding-system instead of revert-buffer.
4493
44942005-07-07 Richard M. Stallman <rms@gnu.org>
4495
4496 * anti.texi (Antinews): Mention mode-line-inverse-video.
4497
4498 * files.texi (Saving): Minor correction about C-x C-w.
4499
4500 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4501
45022005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * search.texi (Isearch Scroll): Add example of using the
4505 `isearch-scroll' property.
4506 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4507 `Display Custom' node.
4508 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4509 and de-emphasize it.
4510 (Other Repeating Search): `occur' currently can not correctly
4511 handle multiline matches. Correct, clarify and update description
4512 of `flush-lines' and `keep-lines'.
4513
4514 * display.texi (Display Custom): Add anchor for `baud-rate'.
4515
45162005-07-07 Richard M. Stallman <rms@gnu.org>
4517
4518 * gnu.texi: Update where to get GNU status; add refs for how to help.
4519 Add footnotes 6 and 7.
4520
45212005-07-04 Lute Kamstra <lute@gnu.org>
4522
4523 Update FSF's address in GPL notices.
4524
8cf51b2c 4525 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4526 * trouble.texi (Checklist): Update FSF's address.
4527
8cf51b2c
GM
45282005-06-24 Richard M. Stallman <rms@gnu.org>
4529
4530 * display.texi (Text Display): Change index entries.
4531
45322005-06-24 Eli Zaretskii <eliz@gnu.org>
4533
4534 * makefile.w32-in (MAKEINFO): Use --force.
4535 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4536 Makefile.in.
8cf51b2c
GM
4537
45382005-06-23 Richard M. Stallman <rms@gnu.org>
4539
4540 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4541 nobreak-char-display.
4542
4543 * emacs.texi (Top): Update detailed node listing.
4544
4545 * display.texi (Text Display): Renamed show-nonbreak-escape
4546 to nobreak-char-display and no-break-space to nobreak-space.
4547 (Standard Faces): Split up the list of standard faces
4548 and put it in a separate node. Add nobreak-space and
4549 escape-glyph.
4550
8cf51b2c
GM
45512005-06-23 Lute Kamstra <lute@gnu.org>
4552
4553 * mule.texi (Select Input Method): Fix typo.
4554
45552005-06-23 Kenichi Handa <handa@m17n.org>
4556
4557 * mule.texi (International): List all supported scripts. Adjust
4558 text for that leim is now included in the normal Emacs
4559 distribution.
4560 (Language Environments): List all language environments.
4561 Intlfonts contains fonts for most supported scripts, not all..
4562 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4563 input a specific character.
8cf51b2c
GM
4564 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4565
45662005-06-23 Juanma Barranquero <lekktu@gmail.com>
4567
49823426 4568 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4569
45702005-06-22 Miles Bader <miles@gnu.org>
4571
4572 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4573
45742005-06-20 Miles Bader <miles@gnu.org>
4575
4576 * display.texi (Faces): Add `vertical-divider'.
4577
45782005-06-17 Richard M. Stallman <rms@gnu.org>
4579
4580 * text.texi (Adaptive Fill): Minor clarification.
4581
8cf51b2c
GM
45822005-06-10 Lute Kamstra <lute@gnu.org>
4583
4584 * emacs.texi (Top): Correct version number.
4585 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4586 refer to the current version of Emacs.
4587
45882005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * files.texi (Log Buffer): Document when there can be more than
4591 one file to be committed.
4592
45932005-06-08 Juri Linkov <juri@jurta.org>
4594
4595 * display.texi (Faces): Add `shadow' face.
4596
45972005-06-07 Masatake YAMATO <jet@gyve.org>
4598
4599 * display.texi (Faces): Write about mode-line-highlight.
4600
46012005-06-06 Richard M. Stallman <rms@gnu.org>
4602
4603 * misc.texi (Printing Package): Explain how to initialize
4604 printing package.
4605
4606 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4607
46082005-06-05 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * emacs.texi: Rename Hardcopy to Printing.
4611 Make PostScript and PostScript Variables subnodes of it.
4612
4613 * misc.texi (Printing): Rename node from Hardcopy.
4614 Mention menu bar options.
4615 Move PostScript and PostScript Variables to submenu.
4616 (Printing package): New node.
4617
4618 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4619
4620 * dired.texi (Operating on Files): Likewise.
4621
4622 * calendar.texi (Displaying the Diary): Likewise.
4623
4624 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4625
4626 * glossary.texi (Glossary): Likewise.
4627
4628 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4629 effect.
4630
46312005-06-04 Richard M. Stallman <rms@gnu.org>
4632
4633 * trouble.texi (After a Crash): Polish previous change.
4634
8cf51b2c
GM
46352005-05-30 Noah Friedman <friedman@splode.com>
4636
4637 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4638 recovery mechanism.
4639
8cf51b2c
GM
46402005-05-28 Nick Roberts <nickrob@snap.net.nz>
4641
4642 * building.texi (Other Buffers): SPC toggles display of
4643 floating point registers.
4644
8cf51b2c
GM
46452005-05-27 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * files.texi (Log Buffer): Merge in description of Log Edit
4648 mode from pcl-cvs.texi.
4649
46502005-05-26 Richard M. Stallman <rms@gnu.org>
4651
4652 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4653
8cf51b2c
GM
46542005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4655
4656 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4657 not enabled by default.
4658 When not on a word, `ispell-word' by default checks the word
4659 before point.
4660
46612005-05-24 Nick Roberts <nickrob@snap.net.nz>
4662
4663 * building.texi (Debugger Operation): Simplify last sentence.
4664
46652005-05-23 Lute Kamstra <lute@gnu.org>
4666
4667 * emacs.texi: Update FSF's address throughout.
4668 (Preface): Use @cite.
4669 (Distrib): Add cross reference to the node "Copying". Mention the
4670 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4671 printed manuals.
4672 (Intro): Use @xref for the Emacs Lisp Intro.
4673
8cf51b2c
GM
46742005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4675
4676 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4677
4678 * basic.texi (Moving Point): Mention default for `goto-line'.
4679
4680 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4681 of a variable's docstring.
4682
46832005-05-18 Lute Kamstra <lute@gnu.org>
4684
4685 * maintaining.texi (Overview of Emerge): Add cross reference.
4686 Remove duplication.
4687
4688 * emacs.texi (Top): Update to the current structure of the manual.
4689 * misc.texi (Emacs Server): Add menu description.
4690 * files.texi (Saving): Fix menu.
4691 * custom.texi (Customization): Fix menu.
4692 * mule.texi (International): Fix menu.
4693 * kmacro.texi (Keyboard Macros): Fix menu.
4694
46952005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4696
4697 * display.texi: Various minor changes.
4698 (Faces): Delete text that is repeated in the next section.
4699
47002005-05-16 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * building.texi (Debugger Operation): Mention GUD tooltips are
4703 disabled with GDB in text command mode.
4704
8cf51b2c
GM
47052005-05-16 Nick Roberts <nickrob@snap.net.nz>
4706
4707 * building.texi: Replace toolbar with "tool bar" for consistency.
4708 (Compilation Mode): Describe compilation-context-lines
4709 and use of arrow in compilation buffer.
4710 (Debugger Operation): Replace help text with variable's value.
4711
4712 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4713 consistency.
4714
47152005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4716
4717 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4718 Add xref.
4719
8cf51b2c
GM
47202005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4721
4722 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4723 (Position Info): Delete discussion of `goto-line'. It is already
4724 described in `Moving point'.
4725
4726 * mini.texi (Completion Commands): Correct reference.
4727 (Completion Options): Fix typo.
4728
4729 * killing.texi (Deletion): Complete description of `C-x C-o'.
4730
8cf51b2c
GM
47312005-05-10 Richard M. Stallman <rms@gnu.org>
4732
4733 * building.texi (Compilation): Clarify recompile's directory choice.
4734
4735 * frames.texi (Tooltips): Cleanups.
4736
4737 * basic.texi (Arguments): Fix punctuation.
4738
47392005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * screen.texi (Menu Bar): The up and down (not left and right)
4742 arrow keys move through a keyboard menu.
4743
47442005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4745
4746 * basic.texi: Various typo and grammar fixes.
4747 (Moving Point): C-a now runs move-beginning-of-line.
4748
47492005-05-08 Nick Roberts <nickrob@snap.net.nz>
4750
4751 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4752
4753 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4754 as different animals.
4755
47562005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4757
4758 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4759 Correct index entry.
4760
47612005-05-07 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * building.texi (Debugger Operation): Update to reflect changes
4764 in GUD tooltips.
4765
47662005-04-30 Richard M. Stallman <rms@gnu.org>
4767
4768 * files.texi (Compressed Files): Auto Compression normally enabled.
4769
4770 * building.texi (Debugger Operation): Clarify previous change.
4771
8cf51b2c
GM
47722005-04-28 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * building.texi (Debugger Operation): Add description for
4775 GUD tooltips when program is not running.
4776
47772005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4778
4779 * misc.texi (Shell): Add `Shell Prompts' to menu.
4780 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4781 description. Delete remarks moved to new node.
4782 (Shell Prompts): New node.
4783 (History References): Replace remarks moved to `Shell Prompts'
4784 with xref to that node.
4785 (Remote Host): Clarify how to specify the terminal type when
4786 logging in to a different machine.
4787
47882005-04-26 Richard M. Stallman <rms@gnu.org>
4789
4790 * emacs.texi (Top): Update submenus from files.texi.
4791
4792 * files.texi (Filesets): Clarify previous change.
4793
4794 * dired.texi (Misc Dired Features): Clarify previous change.
4795
47962005-04-25 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4799
4800 * dired.texi (Misc Dired Features): Document
4801 dired-compare-directories.
4802
4803 * files.texi (Filesets): New node.
4804 (File Conveniences): Document Image mode.
4805
4806 * text.texi (TeX Print): Document tex-compile.
4807
48082005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4809
4810 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4811 Delete redundant reference to tooltip Custom group. It is
4812 referred too again in the next paragraph.
4813
48142005-04-24 Richard M. Stallman <rms@gnu.org>
4815
4816 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4817
8cf51b2c
GM
48182005-04-19 Kim F. Storm <storm@cua.dk>
4819
4820 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4821
48222005-04-18 Lars Hansen <larsh@math.ku.dk>
4823
4824 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4825 turns off desktop-save-mode.
4826
48272005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4830 by default in terminals compatible with xterm. Mention that
4831 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4832 node.
4833
8cf51b2c
GM
48342005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4835
4836 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4837
c8763fb6 48382005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4839
4840 * xresources.texi (Table of Resources): Add cursorBlink.
4841
48422005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4843
4844 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4845 `d', `C-d' and `u'.
4846
48472005-04-11 Richard M. Stallman <rms@gnu.org>
4848
4849 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4850 (Misc X): Add -D, --basic-display.
4851
4852 * maintaining.texi (Change Log): Correct the description of
4853 the example.
4854
4855 * major.texi (Choosing Modes): Document magic-mode-alist.
4856
8cf51b2c
GM
48572005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4860 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4861 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4862 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4863 `w', respectively.
4864 (Rmail Labels): Mention `l'.
4865 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4866 (Rmail Summary Edit): Describe `j' and RET.
4867
c8763fb6 48682005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4869
4870 * xresources.texi (Lucid Resources): Add fontSet resource.
4871
8cf51b2c
GM
48722005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4873
4874 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4875 now called `indicate-empty-lines'.
4876
48772005-04-06 Kim F. Storm <storm@cua.dk>
4878
4879 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4880
48812005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4882
4883 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4884 deleted.
4885 (Marks vs Flags): Add some convenient key bindings.
4886 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4887 (Misc Dired Features): Correct and expand description of `w' command.
4888
4889 * frames.texi (XTerm Mouse): Delete apparently false info.
4890 The GNU/Linux console currently does not appear to support
4891 `xterm-mouse-mode'.
4892
8cf51b2c
GM
48932005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4894
4895 * calendar.texi (Diary): Mention shell utility `calendar'.
4896
48972005-04-01 Richard M. Stallman <rms@gnu.org>
4898
4899 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4900
8cf51b2c
GM
49012005-04-01 Lute Kamstra <lute@gnu.org>
4902
4903 * maintaining.texi (Change Log): add-change-log-entry uses
4904 add-log-mailing-address.
4905
49062005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4907
4908 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4909 `VC Mode Line' and put in an xref to that node.
4910 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4911 its description.
4912
49132005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4914
4915 * calendar.texi (Calendar Systems): Say that the Persian calendar
4916 implemented here is the arithmetical one championed by Birashk.
4917
49182005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4919
4920 * programs.texi (Fortran Motion): Fix previous change.
4921
8cf51b2c
GM
49222005-03-29 Richard M. Stallman <rms@gnu.org>
4923
4924 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4925
49262005-03-29 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * text.texi (Refill): Refer to Long Lines Mode.
4929 (Longlines): New node.
4930 (Auto Fill): Don't index "word wrap" here.
4931 (Filling): Add Longlines to menu.
4932
49332005-03-29 Richard M. Stallman <rms@gnu.org>
4934
4935 * xresources.texi: Minor fixes.
4936
4937 * misc.texi (Emacs Server): Fix Texinfo usage.
4938
4939 * emacs.texi (Top): Don't use a real section heading for
4940 "Detailed Node Listing". Fake it instead.
4941
4942 * basic.texi (Position Info): Minor cleanup.
4943
4944 * mule.texi (Input Methods): Minor cleanup.
4945
49462005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4947
4948 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4949 constructs as well.
4950 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4951
49522005-03-29 Kenichi Handa <handa@m17n.org>
4953
4954 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4955
4956 * basic.texi (Position Info): Update the description about the
4957 command C-u C-x =.
4958
49592005-03-28 Richard M. Stallman <rms@gnu.org>
4960
4961 * emacs.texi (Top): Use @section for the detailed node listing.
4962
4963 * calendar.texi: Minor fixes to previous change.
4964
4965 * programs.texi (Fortran): Small fixes to previous changes.
4966
4967 * emacs.texi (Top): Update list of subnodes of Dired.
4968 Likewise for building.texi.
4969
4970 * files.texi (File Conveniences): Delete Auto Image File mode.
4971
49722005-03-28 Chong Yidong <cyd@stupidchicken.com>
4973
4974 * building.texi (Flymake): New node.
4975
4976 * custom.texi (Function Keys): Document kp- event types and
4977 keypad-setup package.
4978
4979 * dired.texi (Wdired): New node.
4980
4981 * files.texi (File Conveniences): Reorder entries.
4982 Explain how to turn on Auto-image-file mode.
4983 Document Thumbs mode.
4984
4985 * mule.texi (Specify Coding): Document recode-region and
4986 recode-file-name.
4987
4988 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4989
49902005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4991
4992 * commands.texi (Keys): M-o is now a prefix key.
4993
49942005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4995
4996 * programs.texi: Reformat and update copyright years.
4997 (Fortran): Update section.
4998
49992005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5000
5001 * files.texi: Several small changes in addition to:
5002 (Visiting): Change xref for Dialog Boxes to ref.
5003 (Version Headers): Replace references to obsolete var
5004 `vc-header-alist' with `vc-BACKEND-header'.
5005 (Customizing VC): Update value of `vc-handled-backends'.
5006
50072005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5008
5009 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5010 move here from Emacs Lisp Reference Manual.
5011 * calendar.texi (Calendar/Diary, Diary Commands)
5012 (Special Diary Entries, Importing Diary): Change some xrefs to
5013 point to emacs-xtra rather than elisp.
5014
5015 * emacs-xtra.texi (Calendar Customizing):
5016 Move view-diary-entries-initially, view-calendar-holidays-initially,
5017 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5018 Emacs Manual.
5019 (Appt Customizing): Merge entire section into main Emacs Manual.
5020 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5021 mark-holidays-in-calendar here from emacs-xtra.
5022 (Displaying the Diary): Move view-diary-entries-initially,
5023 mark-diary-entries-in-calendar here from emacs-xtra.
5024 (Appointments): Move appt-display-mode-line,
5025 appt-display-duration, appt-disp-window-function,
5026 appt-delete-window-function here from emacs-xtra.
5027
5028 * calendar.texi: Update and reformat copyright.
5029 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5030 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5031 (Diary): Refer to `diary-file' rather than ~/diary.
5032 (Diary Commands): Rename node to "Displaying the Diary".
5033 * emacs.texi (Top): Rename "Diary Commands" section.
5034 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5035
50362005-03-26 Eli Zaretskii <eliz@gnu.org>
5037
5038 * misc.texi (Emacs Server): Fix the command for setting
5039 server-name. Add an xref to Invoking emacsclient.
5040
5041 * help.texi (Help Summary): Clarify when "C-h ." will do something
5042 nontrivial.
5043 (Apropos): Add cindex entry for apropos-sort-by-scores.
5044
5045 * display.texi (Text Display): Add index entries for how no-break
5046 characters are displayed.
5047
8cf51b2c
GM
50482005-03-26 Eli Zaretskii <eliz@gnu.org>
5049
5050 * files.texi (Visiting): Fix cross-references introduced with the
5051 last change.
5052
5053 * xresources.texi (GTK resources): Fix last change.
5054
8cf51b2c
GM
50552005-03-25 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * xresources.texi (X Resources): GTK options documented too.
5058 (Resources): Clarify meaning of program name.
5059 (Table of Resources): Add visualClass.
5060 (GTK resources): Rewrite.
5061 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5062
5063 * display.texi (Text Display): Mention non-breaking spaces.
5064
5065 * files.texi (Reverting): Document auto-revert-check-vc-info.
5066
5067 * frames.texi (Mouse Commands): Document
5068 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5069
5070 * help.texi (Help Summary): Add `C-h .'.
5071 (Apropos): Apropos accepts a list of search terms.
5072 Document apropos-sort-by-scores.
5073 (Help Echo): Document display-local-help.
5074
5075 * misc.texi (Emacs Server): Document server-name.
5076 (Invoking emacsclient): Document -s option for server names.
5077
5078 * text.texi (Outline Visibility): Introduce "current heading
5079 line" (commands can be called with point on a body line).
5080 Re-order table to follow the sequence of discussion.
5081 hide-body won't hide lines before first header line.
5082 (TeX Mode): Add DocTeX mode.
5083
8cf51b2c
GM
50842005-03-24 Richard M. Stallman <rms@gnu.org>
5085
5086 * mule.texi (Single-Byte Character Support): Delete mention
5087 of iso-acc.el and iso-transl.el.
5088
8cf51b2c
GM
50892005-03-23 Lute Kamstra <lute@gnu.org>
5090
5091 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5092
50932005-03-23 Richard M. Stallman <rms@gnu.org>
5094
8cf51b2c
GM
5095 * search.texi: Delete explicit node pointers.
5096 (Incremental Search): New menu.
5097 (Basic Isearch, Repeat Isearch, Error in Isearch)
5098 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5099 (Slow Isearch): New subnodes.
5100 (Configuring Scrolling): Node deleted.
5101 (Search Case): Doc default-case-fold-search.
5102 (Regexp Replace): Move replace-regexp doc here.
5103
5104 * rmail.texi (Movemail): Put commas inside closequotes.
5105
5106 * picture.texi (Insert in Picture): Document C-c arrow combos.
5107 (Basic Picture): Clarify erasure.
5108
5109 * display.texi (Font Lock): Put commas inside closequotes.
5110
5111 * cmdargs.texi (General Variables): Put commas inside closequotes.
5112
51132005-03-23 Nick Roberts <nickrob@snap.net.nz>
5114
5115 * building.texi (Stack Buffer): Mention reverse contrast for
5116 *selected* frame (might not be current frame).
5117
8cf51b2c
GM
51182005-03-21 Richard M. Stallman <rms@gnu.org>
5119
5120 * building.texi (Starting GUD): Add bashdb.
5121
51222005-03-20 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * basic.texi (Moving Point): Add M-g M-g binding.
5125 (Undo): Document undo-only.
5126 (Position Info): Document M-g M-g and C-u M-g M-g.
5127
5128 * building.texi (Building): Put Grep Searching after Compilation
5129 Shell.
5130 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5131 Document next-error-highlight.
5132 (Grep Searching): Document grep-highlight-matches.
5133 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5134
5135 * calendar.texi (Importing Diary): Rename node from iCalendar.
5136 Document diary-from-outlook.
5137
5138 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5139 Commands.
5140 Mention effect of X drag and drop on Dired buffers.
5141
5142 * files.texi (Visiting): Document large-file-warning-threshold.
5143 Move paragraph on file-selection dialog.
5144 Mention visiting files using X drag and drop.
5145 (Reverting): Mention using Auto-Revert mode to tail files.
5146 Document auto-revert-tail-mode.
5147 (Version Systems): Minor correction.
5148 (Comparing Files): Diff-mode is no longer based on Compilation
5149 mode.
5150 Document compare-ignore-whitespace.
5151 (Misc File Ops): Explain passing a directory to rename-file.
5152 Likewise for copy-file and make-symbolic-link.
5153
5154 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5155 Document mouse-wheel-progressive speed.
5156
5157 * help.texi (Misc Help): Document numeric argument for C-h i.
5158 Correctly explain the effect of just C-u as argument.
5159
5160 * killing.texi (Deletion): Document numeric argument for
5161 just-one-space.
5162
5163 * mini.texi (Completion): Completion acts on text before point.
5164
5165 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5166 (Emulation): CUA mode replaces pc-bindings-mode,
5167 pc-selection-mode, and s-region.
5168
5169 * mule.texi (Input Methods): Leim is now built-in.
5170 (Select Input Method): Document quail-show-key.
5171 (Specify Coding): Document revert-buffer-with-coding-system.
5172
5173 * programs.texi (Fortran Motion): Document f90-next-statement,
5174 f90-previous-statement, f90-next-block, f90-previous-block,
5175 f90-end-of-block, and f90-beginning-of-block.
5176
5177 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5178
5179 * emacs.texi (Acknowledgments): Updated.
5180
5181 * anti.texi: Total rewrite.
5182
8cf51b2c
GM
51832005-03-19 Chong Yidong <cyd@stupidchicken.com>
5184
5185 * ack.texi (Acknowledgments): Update.
5186
51872005-03-19 Eli Zaretskii <eliz@gnu.org>
5188
5189 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5190 copyright years.
5191
51922005-03-14 Nick Roberts <nickrob@snap.net.nz>
5193
5194 * building.texi (Commands of GUD): Move paragraph on setting
5195 breakpoints with mouse to the GDB Graphical Interface node.
5196
51972005-03-07 Richard M. Stallman <rms@gnu.org>
5198
8cf51b2c
GM
5199 * misc.texi (Single Shell, Shell Options): Fix previous change.
5200
5201 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5202
52032005-03-06 Richard M. Stallman <rms@gnu.org>
5204
5205 * building.texi (Starting GUD): Don't explain text vs graphical
5206 GDB here. Just mention it and xref.
5207 Delete "just one debugger process".
5208 (Debugger Operation): Move GUD tooltip info here.
5209 (GUD Tooltips): Node deleted.
5210 (GDB Graphical Interface): Explain the two GDB modes here.
5211
8cf51b2c
GM
5212 * sending.texi (Sending Mail): Minor cleanup.
5213 (Mail Aliases): Explain quoting conventions.
5214 Update key rebinding example.
5215 (Header Editing): C-M-i is like M-TAB.
5216 (Mail Mode Misc): mail-attach-file does not do MIME.
5217
5218 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5219 that really belongs here.
5220 (Remote Mailboxes): Text moved to Rmail Inbox.
5221 (Rmail Display): Mention Mouse-1.
5222 (Movemail): Clarify two movemail versions.
5223 Clarify rmail-movemail-program.
5224
8cf51b2c
GM
5225 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5226 Document async shell commands.
5227 (Shell History): Clarify.
5228 (Shell Ring): Mention C-UP an C-DOWN.
5229 (Shell Options): Add comint-prompt-read-only.
5230 (Invoking emacsclient): Set EDITOR to run Emacs.
5231 (Sorting): No need to explain what region is.
5232 (Saving Emacs Sessions): Fix typo.
5233 (Recursive Edit): Fix punctuation.
5234 (Emulation): Don't mention "PC bindings" which are standard.
5235 (Hyperlinking): Explain Mouse-1 convention here.
5236 (Find Func): Node deleted.
5237
8cf51b2c
GM
5238 * help.texi (Name Help): Xref to Hyperlinking.
5239
5240 * glossary.texi (Glossary):
5241 Rename "Balance Parentheses" to "Balancing...".
5242 Add "Byte Compilation". Correct "Copyleft".
5243 New xref in "Customization".
5244 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5245 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5246 Rename "Registers" to "Register".
5247 Replace "Selecting" with "Selected Frame",
5248 "Selected Window", and "Selecting a Buffer".
5249
5250 * files.texi (Types of Log File): Explain how projects'
5251 methods can vary.
5252
8cf51b2c
GM
5253 * display.texi (Faces): Delete "Emacs 21".
5254
5255 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5256 * fixit.texi (Spelling): C-M-i like M-TAB.
5257 * mini.texi (Completion Options): C-M-i like M-TAB.
5258 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5259 * text.texi (Text Mode): C-M-i like M-TAB.
5260
5261 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5262
5263 * calendar.texi (Specified Dates): Mention `g w'.
5264 (Appointments): appt-activate toggles with no arg.
5265
8cf51b2c
GM
52662005-03-05 Juri Linkov <juri@jurta.org>
5267
5268 * cmdargs.texi (Emacs Invocation): Add cindex
5269 "invocation (command line arguments)"
5270 (Misc X): Add -nbc, --no-blinking-cursor.
5271
52722005-03-04 Ulf Jasper <ulf.jasper@web.de>
5273
5274 * calendar.texi (iCalendar): No need to require it now.
5275
8cf51b2c
GM
52762005-03-03 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * trouble.texi (Contributing): Mention Savannah. Direct users to
5279 emacs-devel.
5280
52812005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5282
5283 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5284 window.
5285
8cf51b2c
GM
52862005-02-27 Richard M. Stallman <rms@gnu.org>
5287
5288 * building.texi (Compilation): Update mode line status info.
5289
52902005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5291
5292 * calendar.texi (General Calendar): Document binding of
5293 scroll-other-window-down.
5294 (Mayan Calendar): Fix earliest date.
5295 (Time Intervals): Document timeclock-change.
5296 Fix timeclock-ask-before-exiting documentation.
5297
52982005-02-26 Kim F. Storm <storm@cua.dk>
5299
5300 * frames.texi (Mouse References):
5301 Add mouse-1-click-in-non-selected-windows.
5302
53032005-02-25 Richard M. Stallman <rms@gnu.org>
5304
5305 * screen.texi (Screen): Explain better about cursors and mode lines;
5306 don't presuppose text terminals.
5307 (Point): Don't assume just one cursor.
5308 Clarify explanation of cursors.
5309 (Echo Area, Menu Bar): Cleanups.
5310
5311 * mini.texi (Minibuffer): Prompts are highlighted.
5312 (Minibuffer Edit): Newline = C-j only on text terminals.
5313 Clarify resize-mini-windows values.
5314 Mention M-PAGEUP and M-PAGEDOWN.
5315 (Completion Commands): Mouse-1 like Mouse-2.
5316 (Minibuffer History): Explain history commands better.
5317 (Repetition): Add xref to Incremental Search.
5318
5319 * mark.texi (Setting Mark): Clarify info about displaying mark.
5320 Clarify explanation of C-@ and C-SPC.
5321 (Transient Mark): Mention Delete Selection mode.
5322 (Marking Objects): Clean up text about extending the region.
5323
5324 * m-x.texi (M-x): One C-g doesn't always go to top level.
5325 No delay before suggest-key-bindings output.
5326
5327 * fixit.texi (Fixit): Mention C-/ for undo.
5328 (Spelling): Mention ESC TAB like M-TAB.
5329 Replacement words with r and R are rechecked.
5330 Say where C-g leaves point. Mention ? as input.
5331
53322005-02-23 Lute Kamstra <lute@gnu.org>
5333
5334 * cmdargs.texi (Initial Options): Add cross reference.
5335
8cf51b2c
GM
53362005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5337
5338 * emacs.texi (Top): Update menu for splitting of node in
5339 msdog.texi.
5340 * frames.texi (Frames): Update xref for splitting of node in
5341 msdog.texi.
5342 * trouble.texi (Quitting): Ditto.
5343
53442005-02-16 Richard M. Stallman <rms@gnu.org>
5345
5346 * windows.texi (Split Window): Simplify line truncation info
5347 and xref to Display Custom.
5348
5349 * trouble.texi (Quitting): Emergency escape only for text terminal.
5350 (Screen Garbled): C-l for ungarbling is only for text terminal.
5351
5352 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5353
5354 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5355
5356 * programs.texi (Program Modes): Mention Python mode.
5357 (Moving by Defuns): Repeating C-M-h extends region.
5358 (Basic Indent): Clarify.
5359 (Custom C Indent): Clarify.
5360 (Expressions): Repeating C-M-@ extends region.
5361 (Info Lookup): Clarify for C-h S.
5362 (Symbol Completion): ESC TAB alternative for M-TAB.
5363 (Electric C): Clarify.
5364
5365 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5366
5367 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5368 MS-DOS Input node.
5369 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5370 (MS-DOS and MULE): Clarify.
5371 (MS-DOS Processes, Windows Processes): Fix typos.
5372
5373 * major.texi (Choosing Modes): Clarify.
5374
5375 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5376 (Keyboard Macro Step-Edit): Clarify.
5377
5378 * indent.texi (Indentation): Clarifications.
5379
5380 * help.texi (Help): Correct error about C-h in query-replace.
5381 Clarify apropos vs C-h a. Fix how to search in FAQ.
5382 (Key Help): Describe C-h w here.
5383 (Name Help): Minor cleanup. C-h w moved to Key Help.
5384 Clarify the "object" joke.
5385 (Apropos): Clarify. Mouse-1 like Mouse-2.
5386 (Help Mode): Mouse-1 like Mouse-2.
5387
5388 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5389
5390 * display.texi (Display): Reorder menu.
5391 (Faces): Cleanup.
5392 (Font Lock): Cleanup. Mention Options menu.
5393 Delete obsolete text.
5394 (Scrolling): For C-l, don't presume text terminal.
5395 (Horizontal Scrolling): Simplify intro.
5396 (Follow Mode): Clarify.
5397 (Cursor Display): Moved before Display Custom.
5398 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5399 Doc default-tab-width. Doc line truncation more thoroughly.
5400
5401 * dired.texi (Dired Enter): C-x C-f can run Dired.
5402 (Dired Visiting): Comment out `a' command.
5403 Mouse-1 is like Mouse-2.
5404 (Shell Commands in Dired): ? can be used more than once.
5405
5406 * basic.texi (Continuation Lines): Simplify description of truncation,
5407 and refer to Display Custom for the rest of it.
5408
8cf51b2c
GM
54092005-02-06 Lute Kamstra <lute@gnu.org>
5410
5411 * basic.texi (Undo): Fix typo.
5412
5413 * cmdargs.texi (Emacs Invocation): Fix typo.
5414
5415 * custom.texi (Init Examples): Fix typo.
5416
5417 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5418
54192005-02-06 Richard M. Stallman <rms@gnu.org>
5420
5421 * regs.texi (Registers): Registers can hold numbers, too.
5422
5423 * killing.texi (Other Kill Commands): Cleanup.
5424 Delete redundant explanation of kill in read-only buffer.
5425 (Yanking): Mention term "copying".
5426 (Accumulating Text): Fix typo.
5427
5428 * entering.texi (Entering Emacs): Update rationale at start.
5429 (Exiting): Treat iconifying on a par with suspension.
5430
5431 * custom.texi (Minor Modes): Fix typo.
5432 (Easy Customization): Fix menu style.
5433 (Variables): Add xref.
5434 (Examining): Setting for future sessions works through .emacs.
5435 (Keymaps): "Text terminals", not "Many".
5436 (Init Rebinding): Explain \C-. Show example of \M-.
5437 Fix minor wording errors.
5438 (Function Keys): Explain vector syntax just once.
5439 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5440 (Init File): Mention .emacs.d directory.
5441 (Init Examples): Add xref.
5442 (Find Init): Mention .emacs.d directory.
5443
5444 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5445 (Action Arguments): Explain which kinds of -l args are found how.
5446 (Initial Options): --batch does not inhibit site-start.
5447 Add xrefs.
5448 (Command Example): Use --batch, not -batch.
5449
5450 * basic.texi (Inserting Text): Cleanup wording.
5451 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5452 C-n is not error at end of buffer.
5453 (Undo): Doc C-/ like C-_. Add xrefs.
5454 (Arguments): META key may be labeled ALT.
5455 Peculiar arg meanings are explained in doc strings.
5456
5457 * abbrevs.texi (Expanding Abbrevs): Clarify.
5458
54592005-02-05 Eli Zaretskii <eliz@gnu.org>
5460
5461 * frames.texi (Frame Parameters): Add an xref to the description
5462 of list-colors-display. Add a pointer to the X docs about colors.
5463
5464 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5465 Improve docs of list-colors-display.
8cf51b2c
GM
5466
54672005-02-03 Lute Kamstra <lute@gnu.org>
5468
5469 * frames.texi (Frames, Drag and Drop): Fix typos.
5470
54712005-02-03 Richard M. Stallman <rms@gnu.org>
5472
5473 * windows.texi (Basic Window): Mention color-change in mode line.
5474 (Change Window): Explain dragging vertical boundaries.
5475
5476 * text.texi (Sentences): Clarify.
5477 (Paragraphs): Explain M-a and blank lines.
5478 (Outline Mode): Clarify text and menu.
5479 (Hard and Soft Newlines): Mention use-hard-newlines.
5480
5481 * frames.texi (Frames): Delete unnecessary mention of Windows.
5482 (Mouse Commands): Likewise. Mention xterm mouse support.
5483 (Clipboard): Clarify.
5484 (Mouse References): Mention use of Mouse-1 for following links.
5485 (Menu Mouse Clicks): Clarify.
5486 (Mode Line Mouse): Clarify.
5487 (Drag and Drop): Rewrite.
5488
5489 * fixit.texi (Spelling): Fix typo.
5490
5491 * files.texi (File Names): Clarify.
5492 (Visiting): Update conditions for use of file dialog. Clarify.
5493 (Saving): Doc d as answer in save-some-buffers.
5494 (Remote Files): Clean up the text.
5495
5496 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5497
5498 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5499 (List Buffers): Clarify.
5500 (Several Buffers): Doc T command.
5501 (Buffer Convenience): Clarify menu.
5502
5503 * basic.texi (Undo): Clarify last change.
5504
55052005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5506
5507 * fixit.texi (Spelling): Fix typo.
5508
55092005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5510
5511 * basic.texi (Undo): Update description of `undo-outer-limit'.
5512
55132005-02-01 Nick Roberts <nickrob@snap.net.nz>
5514
5515 * building.texi: Update documentation relating to GDB Graphical
5516 Interface.
5517
55182005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5519
5520 * custom.texi (Easy Customization): Adapt menu to node name change.
5521
55222005-01-30 Richard M. Stallman <rms@gnu.org>
5523
5524 * custom.texi (Easy Customization): Defn of "User Option" now
5525 includes faces. Don't say just "option" when talking about variables.
5526 Do say just "options" to mean "anything customizable".
5527 (Specific Customization): Describe `customize-variable',
5528 not `customize-option'.
5529
5530 * glossary.texi (Glossary) <Faces>: Add xref.
5531 <User Option>: Change definition--include faces. Change xref.
5532
5533 * picture.texi (Picture): Mention artist.el.
5534
5535 * sending.texi, screen.texi, programs.texi, misc.texi:
5536 * mini.texi, major.texi, maintaining.texi, macos.texi:
5537 * help.texi, frames.texi, files.texi:
5538 Don't say just "option" when talking about variables.
5539
5540 * display.texi, mule.texi: Don't say just "option" when talking
5541 about variables. Other minor cleanups.
5542
8cf51b2c
GM
55432005-01-26 Lute Kamstra <lute@gnu.org>
5544
5545 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5546 File'. Mention the `-Q' option at the `--no-site-file' option.
5547
8cf51b2c
GM
55482005-01-22 David Kastrup <dak@gnu.org>
5549
5550 * building.texi (Grep Searching): Mention alias `find-grep' for
5551 `grep-find'.
5552
55532005-01-20 Richard M. Stallman <rms@gnu.org>
5554
5555 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5556
8cf51b2c
GM
55572005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5558
5559 * rmail.texi (Movemail): Explain differences
5560 between standard and mailutils versions of movemail.
5561 Describe command line and configuration options introduced
5562 with the latter.
5563 Explain the notion of mailbox URL, provide examples and
5564 cross-references to mailutils documentation.
5565 Describe various methods of specifying mailbox names,
5566 user names and user passwords for rmail.
5567 (Remote Mailboxes): New section. Describe
5568 how movemail handles remote mailboxes. Describe configuration
5569 options used to control its behavior.
5570 (Other Mailbox Formats): Explain handling of various mailbox
5571 formats.
5572
55732005-01-13 Richard M. Stallman <rms@gnu.org>
5574
5575 * commands.texi (Commands): Clarification.
5576
55772005-01-11 Richard M. Stallman <rms@gnu.org>
5578
5579 * programs.texi (Multi-line Indent): Fix previous change.
5580 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5581
8cf51b2c
GM
55822005-01-08 Richard M. Stallman <rms@gnu.org>
5583
5584 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5585 lazy-highlight.
5586
5587 * search.texi (Query Replace): Mention faces query-replace
5588 and lazy-highlight.
5589 (Incremental Search): Update isearch highlighting info.
5590
8cf51b2c
GM
55912005-01-04 Richard M. Stallman <rms@gnu.org>
5592
5593 * custom.texi (Saving Customizations): Minor improvement.
5594
8cf51b2c
GM
55952005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5596
5597 * custom.texi (Saving Customizations): Emacs no longer loads
5598 `custom-file' after .emacs. No longer mention customizing through
5599 Custom.
5600
8cf51b2c
GM
56012005-01-01 Andreas Schwab <schwab@suse.de>
5602
5603 * killing.texi (Graphical Kill): Move up under node Killing,
5604 change @section to @subsection.
5605
56062005-01-01 Richard M. Stallman <rms@gnu.org>
5607
5608 * custom.texi (Face Customization): Mention hex color specs.
5609
5610 * emacs.texi (Top): Update Killing submenu.
5611
5612 * killing.texi (Killing): Reorganize section.
5613 No more TeX-only text; put the node command at start of chapter.
5614 But the first section heading is used only in TeX.
5615 Rewrite the text to read better in this mode.
5616 (Graphical Kill): New subnode gets some of the text that
5617 used to be in the first section.
5618
56192004-12-31 Richard M. Stallman <rms@gnu.org>
5620
5621 * dired.texi (Shell Commands in Dired): Delete the ? example.
5622
5623 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5624
5625 * files.texi (Saving): Describe new require-final-newline features
5626 and mode-require-final-newline.
5627
8cf51b2c
GM
56282004-12-29 Richard M. Stallman <rms@gnu.org>
5629
5630 * custom.texi (File Variables): Clarify previous change.
5631
c8763fb6 56322004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5633
5634 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5635 out now.
5636
56372004-12-27 Richard M. Stallman <rms@gnu.org>
5638
5639 * Makefile.in (MAKEINFO): Specify --force.
5640
5641 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5642 (Undo): Doc undo-outer-limit.
5643
8cf51b2c
GM
56442004-12-15 Juri Linkov <juri@jurta.org>
5645
5646 * mark.texi (Transient Mark, Mark Ring): M-< and other
5647 movement commands don't set mark in Transient Mark mode
5648 if mark is active.
5649
8cf51b2c
GM
56502004-12-12 Juri Linkov <juri@jurta.org>
5651
5652 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5653 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5654
5655 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5656 (Misc Dired Commands): Add @r{(Dired)} to w.
5657
56582004-12-12 Juri Linkov <juri@jurta.org>
5659
5660 * mark.texi (Marking Objects): Marking commands also extend the
5661 region when mark is active in Transient Mark mode.
5662
8cf51b2c
GM
56632004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5664
5665 * custom.texi (Saving Customizations): Emacs only loads the custom
5666 file automatically after the init file in version 22.1 or later.
5667 Adapt text and examples to this fact.
5668
8cf51b2c
GM
56692004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5670
5671 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5672 be set through Custom. Otherwise, it has no effect.
5673
8cf51b2c
GM
56742004-12-05 Richard M. Stallman <rms@gnu.org>
5675
5676 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5677 * entering.texi: Rename Command Line to Emacs Invocation.
5678
10d1d0af 5679 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5680
5681 * custom.texi (Easy Customization): Move up to section level,
5682 before Variables. Avoid using the term "variable"; say "option".
5683 New initial explanation.
5684 (Variables): In initial explanation, connect "variable" to the
5685 already-explained "user option".
5686
5687 * emacs.texi (Top): Fix ref to Command Line.
5688 Move reference to Easy Customization.
5689
5690 * xresources.texi (X Resources): Fix From link.
5691
5692 * doclicense.texi (GNU Free Documentation License): Fix To link.
5693
5694 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5695
5696 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5697
56982004-12-03 Richard M. Stallman <rms@gnu.org>
5699
5700 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5701
57022004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5703
5704 * kmacro.texi: Several small changes in addition to the following.
5705 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5706 defining a keyboard macro.
5707 Mention `kmacro-ring-max'.
5708 (Keyboard Macro Counter): Clarify description of
5709 `kmacro-insert-counter', `kmacro-set-counter',
5710 `kmacro-add-counter' and `kmacro-set-format'.
5711
57122004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5713
5714 * custom.texi (File Variables): Add `unibyte' and make it more
5715 clear that `unibyte' and `coding' are special. Suggested by Simon
5716 Krahnke <overlord@gmx.li>.
5717
5718 * mule.texi (Enabling Multibyte): Refer to File Variables.
5719 Suggested by Simon Krahnke <overlord@gmx.li>.
5720
c8763fb6 57212004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5722
5723 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5724 x-use-old-gtk-file-dialog.
5725
8cf51b2c
GM
57262004-11-20 Richard M. Stallman <rms@gnu.org>
5727
5728 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5729
57302004-11-09 Lars Brinkhoff <lars@nocrew.org>
5731
5732 * building.texi (Lisp Eval): Delete hyphen in section name.
5733
57342004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5735
5736 * files.texi (Old Versions):
5737 No longer document annotation as "CVS only".
5738
57392004-11-10 Andre Spiegel <spiegel@gnu.org>
5740
5741 * files.texi (Version Control): Rewrite the introduction about
5742 version systems, mentioning the new ones that we support. Thanks
5743 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5744 suggestions.
5745
c8763fb6 57462004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5747
49823426 5748 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5749
c8763fb6 57502004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5751
5752 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5753
57542004-10-23 Eli Zaretskii <eliz@gnu.org>
5755
5756 * text.texi (Text Based Tables, Table Definition)
5757 (Table Creation, Table Recognition, Cell Commands)
5758 (Cell Justification, Row Commands, Column Commands)
5759 (Fixed Width Mode, Table Conversion, Measuring Tables)
5760 (Table Misc): New nodes, documenting the Table Mode.
5761
8cf51b2c
GM
57622004-10-19 Jason Rumney <jasonr@gnu.org>
5763
5764 * makefile.w32-in (info): Change order of arguments to makeinfo.
5765
57662004-10-19 Ulf Jasper <ulf.jasper@web.de>
5767
5768 * calendar.texi (iCalendar): Update for package changes.
5769
8cf51b2c
GM
57702004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5771
5772 * files.texi (Misc File Ops): View mode is a minor mode.
5773
8cf51b2c
GM
57742004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5775
5776 * calendar.texi (iCalendar): Style changes.
5777
57782004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5779
5780 * search.texi (Regexps): The regexp described in the example is no
5781 longer stored in the variable `sentence-end'.
5782
8cf51b2c
GM
57832004-10-06 Nick Roberts <nickrob@snap.net.nz>
5784
5785 * building.texi (Starting GUD): Note that multiple debugging
5786 sessions requires `gdb --fullname'.
5787
57882004-10-05 Ulf Jasper <ulf.jasper@web.de>
5789
5790 * calendar.texi (iCalendar): New section for a new package.
5791
8cf51b2c
GM
57922004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5793
5794 * text.texi: Various small changes in addition to the following.
5795 (Text): Replace xref for autotype with inforef.
5796 (Sentences): Explain nil value for `sentence-end'.
5797 (Paragraphs): Update default values for `paragraph-start' and
5798 `paragraph-separate'.
5799 (Text Mode): Correct description of Text mode's effect on the
5800 syntax table.
5801 (Outline Visibility): `hide-other' does not hide top level headings.
5802 `selective-display-ellipses' no longer has an effect on Outline mode.
5803 (TeX Misc): Add missing @cindex.
5804 Replace xref for RefTeX with inforef.
5805 (Requesting Formatted Text): The variable
5806 `enriched-fill-after-visiting' no longer exists.
5807 (Editing Format Info): Update names of menu items and commands.
5808 (Format Faces): Mention special effect of specifying the default face.
5809 Describe inheritance of text properties.
5810 Correct description of `fixed' face.
5811 (Format Indentation): Correct description of effect of setting
5812 margins. Mention `set-left-margin' and `set-right-margin'.
5813 (Format Justification): Update names of menu items.
5814 `set-justification-full' is now bound to `M-j b'.
5815 Mention that `default-justification' is a per buffer variable.
5816 (Format Properties): Update name of menu item.
5817 (Forcing Enriched Mode): `format-decode-buffer' automatically
5818 turns on Enriched mode if the buffer is in text/enriched format.
5819
58202004-10-05 Emilio C. Lopes <eclig@gmx.net>
5821
5822 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5823
58242004-09-28 Kim F. Storm <storm@cua.dk>
5825
5826 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5827 Align with new functionality.
5828
8cf51b2c
GM
58292004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5830
5831 * display.texi (Display Custom): Remove stray `@end defvar'.
5832
58332004-09-23 Kim F. Storm <storm@cua.dk>
5834
5835 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5836 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5837
8cf51b2c
GM
58382004-09-20 Richard M. Stallman <rms@gnu.org>
5839
5840 * custom.texi (Hooks): Explain using setq to clear out a hook.
5841 (File Variables): Explain multiline string constants.
5842 (Non-ASCII Rebinding): Explain when you need to update
5843 non-ASCII char codes in .emacs.
5844
5845 * building.texi (Compilation): Explain how to make a silent
5846 subprocess that won't be terminated. Explain compilation-environment.
5847
58482004-09-13 Kim F. Storm <storm@cua.dk>
5849
5850 * mini.texi (Repetition): Rename isearch-resume-enabled to
5851 isearch-resume-in-command-history and change default to disabled.
5852
8cf51b2c
GM
58532004-09-09 Kim F. Storm <storm@cua.dk>
5854
5855 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5856 with new `kmacro-name-last-macro'.
5857
8cf51b2c
GM
58582004-09-08 Juri Linkov <juri@jurta.org>
5859
5860 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5861
8cf51b2c
GM
58622004-09-03 Juri Linkov <juri@jurta.org>
5863
5864 * search.texi (Incremental Search): Update wording for M-%.
5865
58662004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5867
5868 * killing.texi (Killing): Correct description of kill commands in
5869 read-only buffer.
5870
58712004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5872
5873 * building.texi (Compilation Mode): Add a paragraph about rules
5874 for finding the compilation buffer for `next-error'.
5875
5876 * search.texi (Other Repeating Search): Mention that Occur mode
5877 supports the next-error functionality.
5878
58792004-09-02 Juri Linkov <juri@jurta.org>
5880
5881 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5882
58832004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5884
5885 * kmacro.texi (Basic Keyboard Macro):
5886 `apply-macro-to-region-lines' now operates on all lines that begin
5887 in the region, rather than on all complete lines in the region.
5888
c8763fb6 58892004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5890
5891 * frames.texi (Drag and drop): Add documentation about
5892 x-dnd-test-function and x-dnd-known-types.
5893
58942004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5895
5896 * indent.texi: Various minor changes in addition to:
5897 (Indentation Commands): Correct description of `indent-relative'.
5898 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5899 mode. The *Tab Stops* buffer uses Overwrite Mode.
5900 (Just Spaces): `tabify' converts sequences of at least two spaces
5901 to tabs.
5902
8cf51b2c
GM
59032004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5904
5905 * frames.texi (Secondary Selection): Setting the secondary
5906 selection with M-Drag-Mouse-1 does not alter the kill ring,
5907 setting it with M-Mouse-1 and M-Mouse-3 does.
5908 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5909 toolkit scroll bars.
5910 (Scroll Bars): Ditto.
5911
5912 * windows.texi (Basic Window): When using a window system, the value
5913 of point in a non-selected window is indicated by a hollow box.
5914 (Split Window): Side by side windows are separated by a scroll bar,
5915 if scroll bars are used.
5916 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5917 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5918 (Window Convenience): Update bindings for `winner-undo' and
5919 `winner-redo'.
5920
5921 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5922 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5923 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5924 of "Using Emacs as a Server".
5925 * building.texi (Building): Interchange nodes (for correct numbering).
5926 * programs.texi (Programs): Interchange nodes (for correct numbering).
5927 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5928 Info to the node structure.
5929 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5930 Rearrange order of nodes and sections such that both "GNU GENERAL
5931 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5932 end, as appropriate for appendices.
5933 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5934 Use `@unnumberedsec'.
5935 * trouble.texi: Adapt sectioning in Info to the node structure.
5936 Adapt node pointers to change in emacs.texi.
5937 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5938
8cf51b2c
GM
59392004-08-25 Kenichi Handa <handa@m17n.org>
5940
5941 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5942 description for unibyte mode.
5943
59442004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5947
5948 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5949 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5950 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5951 in @pxref.
5952
59532004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5956 Change section names.
5957
8cf51b2c
GM
59582004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * kmacro.texi (Keyboard Macro Ring): Rename section.
5961 Emacs treats the head of the macro ring as the `last keyboard macro'.
5962 (Keyboard Macro Counter): Minor change.
5963 (Save Keyboard Macro): Some clarifications.
5964 (Edit Keyboard Macro): Rename section.
5965
5966 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5967 32-bit machines.
5968 (Several Buffers): Clarify which buffer is selected if `2' is
5969 pressed in the Buffer Menu.
5970 Auto Revert mode can be used to update the Buffer Menu
5971 automatically.
5972
59732004-08-21 Eli Zaretskii <eliz@gnu.org>
5974
5975 * help.texi (Misc Help): Add an index entry for finding an Info
5976 manual by its file name.
5977
59782004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5979
5980 * files.texi (Backup Deletion): Correct description of
5981 `delete-old-versions'.
5982 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5983 (Auto Save Files): Recommend `auto-save-mode' to reenable
5984 auto-saving, rather than the abbreviation `auto-save'.
5985
59862004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5987
5988 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5989 for "killing" and "yanking" in main menu.
5990
59912004-08-16 Richard M. Stallman <rms@gnu.org>
5992
5993 * killing.texi (Yanking, Killing): Minor cleanups.
5994
5995 * mark.texi (Momentary Mark): Minor cleanups.
5996
59972004-08-15 Kenichi Handa <handa@etl.go.jp>
5998
5999 * custom.texi (Non-ASCII Rebinding):
6000 C-q always inserts the right code to pass to global-set-key.
6001
8cf51b2c
GM
60022004-08-13 Luc Teirlinck <teirllm@auburn.edu>
6003
6004 * regs.texi (RegNumbers): Mention `C-x r i' binding for
6005 `insert-register', instead of `C-x r g' binding, for consistency.
6006
60072004-08-12 Luc Teirlinck <teirllm@auburn.edu>
6008
6009 * fixit.texi (Spelling): Fix typo.
6010
60112004-08-11 Luc Teirlinck <teirllm@auburn.edu>
6012
6013 * help.texi (Help): Fix Texinfo usage.
6014
8cf51b2c
GM
60152004-07-24 Richard M. Stallman <rms@gnu.org>
6016
6017 * text.texi (Paragraphs): Update how paragraphs are separated
6018 and the default for paragraph-separate.
6019
6020 * search.texi (Regexp Replace): Further update text for new
6021 replacement operators.
6022
8cf51b2c
GM
60232004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6024
6025 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6026 `R' switch.
6027
6028 * dired.texi (Dired Updating): `k' only deletes inserted
6029 subdirectories from the Dired buffer if a prefix argument was given.
6030
6031 * search.texi (Regexps): Delete redundant definition of `symbol' in
6032 description of `\_>'. It already occurs in the description of `\_<'.
6033
8cf51b2c
GM
60342004-07-01 Juri Linkov <juri@jurta.org>
6035
6036 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6037 (Regexp Search): Add M-r.
6038
60392004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6040
6041 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6042
60432004-06-29 Jesper Harder <harder@ifa.au.dk>
6044
49823426 6045 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
6046
60472004-06-25 Richard M. Stallman <rms@gnu.org>
6048
6049 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6050
60512004-06-25 David Kastrup <dak@gnu.org>
6052
6053 * search.texi (Regexp Replace): Some typo corrections and
6054 rearrangement.
6055
60562004-06-24 David Kastrup <dak@gnu.org>
6057
6058 * search.texi (Unconditional Replace): Use replace-string instead
6059 of query-replace in example.
6060 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6061 sequences.
6062 (Query Replace): Correct explanation of `^' which does not use
6063 the mark stack.
6064
60652004-06-21 Nick Roberts <nickrob@gnu.org>
6066
6067 * misc.texi (Shell History Copying): Document comint-insert-input.
6068 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6069
8cf51b2c
GM
60702004-06-20 Jesper Harder <harder@ifa.au.dk>
6071
6072 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6073 * custom.texi (Customization): Do.
6074 * anti.texi (Antinews): Do.
6075 * abbrevs.texi (Defining Abbrevs): Do.
6076
6077 * programs.texi (Info Lookup): Fix keybinding for
6078 info-lookup-symbol.
6079
60802004-06-16 Juanma Barranquero <lektu@terra.es>
6081
6082 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6083 Add emacs-xtra.
6084 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6085 (clean): Add emacs-xtra and flymake. Remove redundancies.
6086
60872004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6090 Add emacs-xtra.
6091 * emacs-xtra.texi: New file.
6092
60932004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6094
6095 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6096 (Dired and Find): Mention differences with ordinary Dired buffers.
6097
8cf51b2c
GM
60982004-06-13 Richard M. Stallman <rms@gnu.org>
6099
6100 * custom.texi (Init Syntax): Explain about vars that do special
6101 things when set with setq or with Custom.
6102 (Init Examples): Add line-number-mode example.
6103
8cf51b2c
GM
61042004-06-12 Juri Linkov <juri@jurta.org>
6105
6106 * dired.texi (Operating on Files): Add dired-do-touch.
6107
8cf51b2c
GM
61082004-06-10 Juri Linkov <juri@jurta.org>
6109
6110 * building.texi (Lisp Eval): Add C-M-x on defface.
6111
61122004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6113
6114 * files.texi (Reverting): Auto-Revert mode and
6115 Global Auto-Revert mode no longer revert remote files.
6116
8cf51b2c
GM
61172004-05-29 Richard M. Stallman <rms@gnu.org>
6118
6119 * custom.texi (Init File): Two dashes start --no-site-file.
6120
8cf51b2c
GM
61212004-05-29 Alan Mackenzie <acm@muc.de>
6122
6123 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 6124 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
6125 (AWK, Pike): Document as "C-like modes".
6126 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6127 (M-x man): Supersedes M-x manual-entry.
6128 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6129
6130 ("Comments in C"): Delete node; the info is in CC Mode manual.
6131 (c-comment-only-line-offset): Remove description.
6132
6133 (C-c ., C-c C-c): Describe new C Mode bindings.
6134
6135 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6136 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6137 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6138 Amend definitions.
6139
6140 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6141 Describe functions.
6142
6143 (c-comment-start-regexp, c-hanging-comment-ender-p)
6144 (c-hanging-comment-starter-p): Remove obsolete definitions.
6145
6146 * emacs.texi: Remove the menu entry "Comments in C".
6147
8cf51b2c
GM
61482004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6149
6150 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6151 `M-x locate'.
6152
61532004-05-16 Karl Berry <karl@gnu.org>
6154
6155 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6156 makeinfo --html fails.
6157 * help.texi (Help Summary) [@ifnottex]: Likewise.
6158
61592004-05-13 Nick Roberts <nickrob@gnu.org>
6160
6161 * building.texi (GDB Graphical Interface): Update and describe
6162 layout first.
6163
8cf51b2c
GM
61642004-05-04 Jason Rumney <jasonr@gnu.org>
6165
6166 * makefile.w32-in: Revert last change.
6167
61682004-05-03 Jason Rumney <jasonr@gnu.org>
6169
6170 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6171
8cf51b2c
GM
61722004-04-23 Juanma Barranquero <lektu@terra.es>
6173
6174 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6175
61762004-04-18 Juri Linkov <juri@jurta.org>
6177
6178 * fixit.texi (Spelling): Remove file extension from ispell xref.
6179
61802004-04-15 Kim F. Storm <storm@cua.dk>
6181
6182 * cmdargs.texi (Initial Options): Add -Q.
6183
61842004-04-05 Kim F. Storm <storm@cua.dk>
6185
6186 * custom.texi (File Variables): Add safe-local-eval-forms.
6187
8cf51b2c
GM
61882004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6189
6190 * files.texi (Reverting): Correct description of revert-buffer's
6191 handling of point.
6192
61932004-03-22 Juri Linkov <juri@jurta.org>
6194
6195 * emacs.texi (Top): Add `Misc X'.
6196
49823426 6197 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6198
6199 * glossary.texi: Improve references.
6200
6201 * help.texi: Sync keywords with finder.el.
6202
6203 * mini.texi (Completion): Add description for menu items.
6204
6205 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6206
6207 * sending.texi (Mail Methods): Fix xref to Message manual.
6208
8cf51b2c
GM
62092004-03-12 Richard M. Stallman <rms@gnu.org>
6210
8cf51b2c
GM
6211 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6212
8cf51b2c
GM
62132004-03-04 Richard M. Stallman <rms@gnu.org>
6214
6215 * search.texi (Regexps): Explain that ^ and $ have their
6216 special meanings only in certain contexts.
6217
6218 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6219
6220 * mule.texi (Specify Coding): Doc C-x RET F.
6221
6222 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6223 for multiple compile and grep buffers.
6224 (Indirect Buffers): Don't recommand clone-indirect-buffer
6225 for multiple compile and grep buffers.
6226
8cf51b2c
GM
62272004-02-29 Juanma Barranquero <lektu@terra.es>
6228
6229 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6230 Use $(DEL) instead of rm, and ignore exit code.
6231
8cf51b2c
GM
62322004-02-23 Nick Roberts <nick@nick.uklinux.net>
6233
6234 * building.texi (Watch Expressions): Update.
6235
62362004-02-21 Juri Linkov <juri@jurta.org>
6237
6238 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6239 --directory, --help, --version. Move text about command-line-args
6240 to Command Arguments.
6241 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6242 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6243 (Window Size X): Join -g and --geometry. Add @cindex.
6244 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6245 (Title X): Remove alias -title.
6246 (Misc X): New node.
6247
c8763fb6 62482004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6249
6250 * frames.texi (Drag and drop): Add Motif to list of supported
6251 protocols.
6252
c8763fb6 62532004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6254
6255 * frames.texi (Drag and drop): New section.
6256
62572004-01-24 Richard M. Stallman <rms@gnu.org>
6258
6259 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6260 Include it only @ifnotinfo. Patch the preceding and following
6261 node headers to point to each other.
6262
62632004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6264
6265 * calendar.texi (Appointments): Update section.
6266
62672003-12-29 Kevin Ryde <user42@zip.com.au>
6268
8cf51b2c
GM
6269 * programs.texi (C Modes): Fix the xref.
6270
62712003-12-23 Nick Roberts <nick@nick.uklinux.net>
6272
6273 * building.texi (Watch Expressions): Update.
6274 (Commands of GUD): Include use of toolbar + breakpoints set from
6275 fringe/margin.
6276
62772003-12-03 Andre Spiegel <spiegel@gnu.org>
6278
6279 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6280 <acm@muc.de>.
6281
c8763fb6 62822003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6283
6284 * frames.texi (Dialog Boxes): Add use-file-dialog.
6285
8cf51b2c
GM
62862003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6287
6288 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6289 in CC Mode.
6290
8cf51b2c
GM
62912003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6292
6293 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6294 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6295 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6296 * man/frames.texi, man/glossary.texi, man/killing.texi:
6297 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6298 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6299 * man/sending.texi, man/text.texi, man/trouble.texi:
6300 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6301
63022003-11-01 Alan Mackenzie <acm@muc.de>
6303
6304 * search.texi (Scrolling During Incremental Search): Document a
6305 new scrolling facility in isearch mode.
6306
8cf51b2c
GM
63072003-10-22 Miles Bader <miles@gnu.org>
6308
6309 * Makefile.in (info): Move before $(top_srcdir)/info.
6310
63112003-10-22 Nick Roberts <nick@nick.uklinux.net>
6312
6313 * building.texi (Watch Expressions): Update section on data display
6314 to reflect code changes (GDB Graphical Interface).
6315
8cf51b2c
GM
63162003-10-13 Richard M. Stallman <rms@gnu.org>
6317
6318 * xresources.texi (GTK resources): Clean up previous change.
6319
c8763fb6 63202003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6321
6322 * xresources.texi (GTK resources): Add a note that some themes
6323 disallow customizations. Add scroll theme example.
6324
8cf51b2c
GM
63252003-09-30 Richard M. Stallman <rms@gnu.org>
6326
8cf51b2c
GM
6327 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6328
6329 * misc.texi (Saving Emacs Sessions): Shorten the section,
6330 collapsing back into one node.
6331
63322003-09-30 Lars Hansen <larsh@math.ku.dk>
6333
6334 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6335
ce058493 63362003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6337
6338 * xresources.texi (GTK names in Emacs): Correct typo.
6339
8cf51b2c
GM
63402003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6341
6342 * cmdargs.texi (Font X): Mention new default font. More
6343 fully describe long font names, wildcard patterns and the
6344 problems involved. (Result of discussion on emacs-devel.)
6345
63462003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6347
6348 * emacs.texi (Acknowledgements): Correct typo.
6349
63502003-09-22 Richard M. Stallman <rms@gnu.org>
6351
6352 * dired.texi (Misc Dired Commands): New node.
6353 (Dired Navigation): Add dired-goto-file.
6354
6355 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6356
6357 * emacs.texi (Acknowledgements): New node, split from Distribution.
6358
6359 * cmdargs.texi (Action Arguments): -f reads interactive args.
6360
8cf51b2c
GM
63612003-09-08 Lute Kamstra <lute@gnu.org>
6362
6363 * screen.texi (Mode Line): Say that POS comes before LINE.
6364 Mention `size-indication-mode'.
6365 * display.texi (Optional Mode Line): Document
6366 `size-indication-mode'.
6367 * basic.texi (Position Info): Mention `size-indication-mode'.
6368
63692003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6370
6371 * xresources.texi (Resources): Refer to `editres' man page.
6372 (Lucid Resources): Update defaults. Expand description of
6373 `shadowThickness'.
6374
63752003-09-04 Miles Bader <miles@gnu.org>
6376
6377 * Makefile.in (top_srcdir): New variable.
6378 ($(top_srcdir)/info): New rule.
6379 (info): Depend on it.
6380
63812003-09-03 Peter Runestig <peter@runestig.com>
6382
6383 * makefile.w32-in: New file.
6384
63852003-08-29 Richard M. Stallman <rms@gnu.org>
6386
6387 * misc.texi (Saving Emacs Sessions): Correct previous change.
6388
8cf51b2c
GM
63892003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6390
8cf51b2c
GM
6391 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6392 (Intro): Include kmacro.texi after fixit.texi instead of after
6393 custom.texi. (As suggested by Kim Storm.)
6394
63952003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6396
6397 * fixit.texi (Fixit): Update `Next' pointer.
6398 * files.texi (Files): Update `Previous' pointer.
6399 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6400 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6401 (Suggested by Kim Storm.)
6402 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6403
64042003-08-18 Kim F. Storm <storm@cua.dk>
6405
6406 * kmacro.texi: New file describing enhanced keyboard macro
6407 functionality. Replaces old description in custom.texi.
6408
6409 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6410 (Keyboard Macros): Move to new kmacro.texi file.
6411
6412 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6413
8cf51b2c
GM
64142003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6415
6416 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6417
64182003-08-17 Alex Schroeder <alex@gnu.org>
6419
6420 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6421 required.
6422
8cf51b2c
GM
64232003-08-05 Richard M. Stallman <rms@gnu.org>
6424
6425 * programs.texi (Lisp Indent): Don't describe
6426 lisp-indent-function property here. Use xref to Lisp Manual.
6427
8cf51b2c
GM
64282003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6429
fffa137c 6430 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6431 abbreviations.
6432
64332003-07-24 Markus Rost <rost@math.ohio-state.edu>
6434
6435 * buffers.texi (List Buffers): Fix previous change.
6436
8cf51b2c
GM
64372003-07-13 Markus Rost <rost@math.ohio-state.edu>
6438
6439 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6440 List*.
6441
64422003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6443
8cf51b2c
GM
6444 * display.texi (Font Lock): Fix typo.
6445
64462003-07-07 Richard M. Stallman <rms@gnu.org>
6447
6448 * display.texi (Font Lock): Add xref for format info on
6449 font-lock-remove-keywords.
6450
6451 * building.texi (Compilation): Document what happens with asynch
6452 children of compiler process.
6453
6454 * help.texi (Library Keywords): Use @multitable.
6455
8cf51b2c
GM
64562003-06-04 Richard M. Stallman <rms@gnu.org>
6457
6458 * programs.texi (Expressions): Delete C-M-DEL.
6459
6460 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6461 comint-move-point-for-output renamed from
6462 comint-scroll-to-bottom-on-output.
6463
6464 * custom.texi (Init Rebinding): Replace previous change with xref.
6465 (Non-ASCII Rebinding): Explain that issue more briefly here.
6466
64672003-05-28 Richard M. Stallman <rms@gnu.org>
6468
6469 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6470
64712003-05-28 Nick Roberts <nick@nick.uklinux.net>
6472
6473 * building.texi (GDB Graphical Interface): New node.
6474 (Rewritten somewhat by RMS.)
6475
c8763fb6 64762003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6477
6478 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6479 non-English letters. Explain how to set coding systems correctly
6480 and how to include the right coding cookie in the file.
6481
c8763fb6 64822003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6483
6484 * indent.texi (Indentation): Explain the concepts.
6485 (Just Spaces): Explain why preventing tabs for indentation might
6486 be useful.
6487
8cf51b2c
GM
64882003-04-16 Richard M. Stallman <rms@gnu.org>
6489
6490 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6491
8cf51b2c
GM
64922003-02-22 Alex Schroeder <alex@emacswiki.org>
6493
6494 * cmdargs.texi (General Variables): Document SMTPSERVER.
6495
8cf51b2c
GM
6496 * sending.texi: Remove SMTP node.
6497 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6498 library.
6499
8cf51b2c
GM
65002003-02-22 Alex Schroeder <alex@emacswiki.org>
6501
6502 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6503
65042003-02-22 Simon Josefsson <jas@extundo.com>
6505
6506 * sending.texi (Mail Methods): Add node about SMTP.
6507
c8763fb6 65082003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6509
6510 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6511
8cf51b2c
GM
65122003-02-01 Kevin Ryde <user42@zip.com.au>
6513
6514 * glossary.texi (Glossary): Correction to cl cross reference.
6515
65162003-01-20 Richard M. Stallman <rms@gnu.org>
6517
6518 * killing.texi (Rectangles): Document C-x c r.
6519
c8763fb6 65202003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6521
6522 * xresources.texi (GTK resources): New node.
6523 (GTK widget names): New node.
6524 (GTK names in Emacs): New node.
6525 (GTK styles): New node.
6526
c8763fb6 65272003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6528
6529 * maintaining.texi (Create Tags Table): Add reference to the new
6530 `etags --help --lang=LANG' option.
6531
8cf51b2c
GM
65322002-10-02 Karl Berry <karl@gnu.org>
6533
49823426 6534 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6535 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6536 where needed for the sake of the HTML output.
8cf51b2c
GM
6537
65382001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6539
6540 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6541 source files.
6542
65432001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6544
6545 * Makefile.in (emacsman): New target.
6546
8cf51b2c
GM
65472001-10-20 Gerd Moellmann <gerd@gnu.org>
6548
6549 * (Version 21.1 released.)
6550
65512001-10-05 Gerd Moellmann <gerd@gnu.org>
6552
6553 * Branch for 21.1.
6554
8cf51b2c
GM
65552001-03-05 Gerd Moellmann <gerd@gnu.org>
6556
6557 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6558
8cf51b2c
GM
65592000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6560
6561 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6562
8cf51b2c
GM
65631999-07-12 Richard Stallman <rms@gnu.org>
6564
6565 * Version 20.4 released.
6566
65671998-12-04 Markus Rost <rost@delysid.gnu.org>
6568
6569 * Makefile.in (INFO_TARGETS): Delete customize.info.
6570 (DVI_TARGETS): Delete customize.dvi.
6571 (../info/customize, customize.dvi): Targets deleted.
6572
65731998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6574
6575 * Version 20.3 released.
6576
65771998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6578
6579 * Makefile.in (EMACSSOURCES): Add mule.texi.
6580 Add msdog.texi, ack.texi. Remove gnu1.texi.
6581
65821998-04-06 Andreas Schwab <schwab@gnu.org>
6583
6584 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6585 it in dvi targets.
8cf51b2c
GM
6586
65871997-09-23 Paul Eggert <eggert@twinsun.com>
6588
6589 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6590 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6591 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6592
65931997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6594
6595 * Version 20.2 released.
6596
65971997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6598
6599 * Version 20.1 released.
6600
66011997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6602
6603 * Makefile (../info/customize, customize.dvi): New targets.
6604 (INFO_TARGETS): Add ../info/customize.
6605 (DVI_TARGETS): Add customize.dvi.
6606
8cf51b2c
GM
66071996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6608
6609 * Version 19.33 released.
6610
66111996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6612
6613 * Version 19.32 released.
6614
8cf51b2c
GM
66151996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6616
6617 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6618
66191996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6620
6621 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6622 Specify -I option.
6623 (All dvi targets): Set the TEXINPUTS variable.
6624
66251996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6626
6627 * Version 19.31 released.
6628
8cf51b2c
GM
66291995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6630
6631 * Version 19.30 released.
6632
8cf51b2c
GM
66331995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6634
6635 * Makefile.in (maintainer-clean): Rename from realclean.
6636
66371994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6638
6639 * Makefile.in: New file.
6640 * Makefile: File deleted.
6641
66421994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6643
6644 * Makefile (TEXINDEX_OBJS): Variable deleted.
6645 (texindex, texindex.o, getopt.o): Rules deleted.
6646 All deps on texindex deleted.
6647 (distclean): Don't delete texindex.
6648 (mostlyclean): Don't delete *.o.
6649 * texindex.c, getopt.c: Files deleted.
6650
66511994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6652
6653 * Version 19.26 released.
6654
66551994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6656
6657 * Makefile (EMACSSOURCES): Exclude undo.texi.
6658
66591994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6660
6661 * Version 19.25 released.
6662
66631994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6664
6665 * Version 19.24 released.
6666
66671994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6668
6669 * Version 19.23 released.
6670
66711994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6672
6673 * Makefile: Delete spurious tab.
6674
66751994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6676
6677 * Makefile (.SUFFIXES): New rule.
6678
8cf51b2c
GM
66791993-12-04 Richard Stallman (rms@srarc2)
6680
6681 * getopt.c: New file.
6682 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6683 (getopt.o): New rule.
6684 (dvi): Don't depend on texindex.
49823426 6685 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6686
66871993-12-03 Richard Stallman (rms@srarc2)
6688
49823426
GM
6689 * Makefile (TEXI2DVI): New variable.
6690 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6691 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6692
66931993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6694
6695 * Version 19.22 released.
6696
66971993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6698
6699 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6700
67011993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6702
6703 * Version 19.21 released.
6704
8cf51b2c
GM
67051993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6706
6707 * Makefile (realclean): Don't delete the Info files.
6708
f0131492 67091993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6710
8cf51b2c
GM
6711 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6712 4' where appropriate.
6713
f0131492 67141993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6715
49823426 6716 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6717
6718 * texindex.c: Include "../src/config.h" if building in emacs.
6719
6720 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6721 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6722 Add target to build texindex.c, defining `emacs'.
6723
8cf51b2c
GM
67241993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6725
6726 * Version 19.19 released.
6727
8cf51b2c
GM
67281993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6729
6730 * Version 19.18 released.
6731
67321993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6733
6734 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6735
67361993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6737
6738 * Version 19.17 released.
6739
67401993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6741
6742 * split-man: Fix typos in last change.
6743
67441993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6745
6746 * Version 19.16 released.
6747
67481993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6749
6750 * version 19.15 released.
6751
67521993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6753
6754 * Makefile (distclean): It's rm, not rf.
6755
67561993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6757
6758 * Version 19.14 released.
6759
67601993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6761
6762 * Makefile: New file.
6763
67641993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6765
6766 * Version 19.13 released.
6767
67681993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6769
6770 * Version 19.9 released.
6771
67721993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6773
6774 * Version 19.8 released.
6775
67761993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6777
6778 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6779
6780 * trouble.texi: It's `enable-flow-control-on', not
6781 `evade-flow-control-on'.
6782
67831993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6784
6785 * display.texi: Document standard-display-european.
6786
67871993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6788
6789 * Version 19.7 released.
6790
6791 * emacs.texi: Add a sentence to the top menu mentioning the
6792 specific version of Emacs this manual applies to.
6793
67941993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6795
6796 * basic.texi: Document next-line-add-lines variable used to
6797 implement down-arrow.
6798
6799 * killing.texi: Document kill-whole-line.
6800
68011993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6802
6803 * text.texi: Update unix TeX ordering information.
6804
68051993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6806
6807 * news.texi: Mention fill-rectangle in keybinding list.
6808
6809 * killing.texi: Document fill-rectangle.
6810
68111993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6812
6813 * vc.texi: Bring the docs up to date with VC 5.2.
6814
68151992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6816
6817 * emacs.tex: Mention blackbox and gomoku under Amusements.
6818 Assembler mode is now mentioned and appropriately indexed
6819 under Programming Modes.
6820
68211991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6822
6823 * emacs.tex: Update TeX ordering information.
6824
8cf51b2c
GM
68251990-06-26 David Lawrence (tale@geech)
6826
6827 * emacs.tex: Note that completion-ignored-extensions is not used
6828 to filter out names when all completions are displayed in
6829 *Completions*.
6830
68311990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6832
6833 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6834
68351990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6836
6837 * emacs.tex: Add @findex grep.
6838
8cf51b2c
GM
68391988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6840
6841 * emacs.tex: Correct two typos. No other changes before
6842 Version 19 will be made.
6843
8cf51b2c
GM
68441988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6845
6846 * emacs.tex: Update information for obtaining TeX distribution from the
6847 University of Washington.
6848
6849;; Local Variables:
c8763fb6 6850;; coding: utf-8
8cf51b2c
GM
6851;; fill-column: 79
6852;; add-log-time-zone-rule: t
6853;; End:
6854
6855 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6856 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
6857
6858 This file is part of GNU Emacs.
6859
352c8b4a 6860 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6861 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6862 the Free Software Foundation, either version 3 of the License, or
6863 (at your option) any later version.
8cf51b2c
GM
6864
6865 GNU Emacs is distributed in the hope that it will be useful,
6866 but WITHOUT ANY WARRANTY; without even the implied warranty of
6867 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6868 GNU General Public License for more details.
6869
6870 You should have received a copy of the GNU General Public License
352c8b4a 6871 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6872
6873;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd