* menu-bar.el (list-buffers-directory): Doc fix.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
8ba46c89
CY
12009-09-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
4
5 * entering.texi (Exiting): C-z is now bound to suspend-frame.
6
7 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
8 (Key Bindings): Reference Init Rebinding in introductory text. Shift
9 some of the introduction to Keymaps node.
10 (Keymaps): Simplify.
11 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
12 (Minibuffer Maps): Remove mention of Mocklisp.
13 (Init Rebinding): Move mode-local rebinding example here from Local
14 Keymaps.
15 (Modifier Keys): Clarify.
1e11b018 16 (Rebinding): Add cindex for "binding keys".
8ba46c89 17
6a5ca7c8
CY
182009-09-13 Chong Yidong <cyd@stupidchicken.com>
19
20 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
21
0e1cba51
NR
222009-08-31 Nick Roberts <nickrob@snap.net.nz>
23
6a5ca7c8 24 * building.texi (Threads Buffer, Multithreaded Debugging):
0e1cba51
NR
25 Re-organise these two sections,
26
76a87a4d
EZ
272009-08-29 Eli Zaretskii <eliz@gnu.org>
28
29 * cmdargs.texi (Initial Options): Fix last change.
30
82e98df4
SM
312009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * mule.texi (Enabling Multibyte):
34 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
35 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
36
fb89fad9
GM
372009-08-20 Glenn Morris <rgm@gnu.org>
38
39 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
40
e99652b0
GM
412009-08-19 Glenn Morris <rgm@gnu.org>
42
43 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
44
5cca97ad
GM
452009-08-18 Glenn Morris <rgm@gnu.org>
46
47 * ack.texi (Acknowledgments):
48 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
49
997797ae 50 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 51
985bf85b
GM
522009-08-09 Glenn Morris <rgm@gnu.org>
53
54 * ack.texi (Acknowledgments):
55 * emacs.texi (Acknowledgments): Add gdb-mi entry.
56
8d6bb99e
DD
572009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
58
59 * emacs.texi (Top): Add new menu items for GDB-UI.
60
61 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
62 section. Threads buffer is in separate section now.
63
8353da9c
GM
642009-08-08 Glenn Morris <rgm@gnu.org>
65
66 * ack.texi (Acknowledgments):
67 * emacs.texi (Acknowledgments):
68 Update for js2-mode and org changes.
69
f2074faf
MA
702009-08-02 Michael Albinus <michael.albinus@gmx.de>
71
72 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
73 files.
74
e8d2d3fb
CY
752009-07-28 Chong Yidong <cyd@stupidchicken.com>
76
77 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
78
324a4f6a
GM
792009-07-23 Glenn Morris <rgm@gnu.org>
80
81 * programs.texi (Matching): Update blink-matching-paren-distance.
82
b6937a70
CY
832009-07-21 Chong Yidong <cyd@stupidchicken.com>
84
85 * frames.texi (Cut/Paste Other App): For select-active-regions,
86 selection is now updated on moving point.
87
bd8aaa36
RS
882009-07-21 Richard Stallman <rms@gnu.org>
89
90 * glossary.texi (GNU, Daemon): Update information.
91
8d9b5eba
JL
922009-07-19 Juri Linkov <juri@jurta.org>
93
94 * custom.texi (Specifying File Variables, Safe File Variables):
95 "variables/value pairs" -> "variable/value pairs".
96
a2acc1db
GM
972009-07-15 Glenn Morris <rgm@gnu.org>
98
99 * misc.texi (Gnus): Remove widow.
100
c5ae942b
GM
1012009-07-11 Glenn Morris <rgm@gnu.org>
102
703d26ba
GM
103 * Makefile.in (TEXI2PDF): New.
104 (emacs.pdf, emacs-xtra.pdf): New targets.
105
c5ae942b
GM
106 * arevert-xtra.texi (Autorevert): Add menu descriptions.
107
108 * display.texi (Horizontal Scrolling): Re-word to remove widow.
109
110 * emacs.texi (Top): Info can be read from other places than Emacs.
111 Don't print the copying notice twice in the printed version.
112 Update the menu and detailmenu.
113 (Preface): The meaning of "on-line" has changed.
114 Correct name for "Common Problems" chapter.
115 (Distrib): Update FSF shop URL.
116 (Intro): Showing two files at once is not so exciting.
117
118 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
119 (Mac / GNUstep Basics): Minor grammar changes.
120 (Mac / GNUstep Events): Fix typo.
121 (GNUstep Support): CANNOT_DUMP no longer applies.
122
123 * misc.texi (Document View): Fix typos.
124
125 * dired.texi (Dired):
126 * help.texi (Help):
127 * macos.texi (Mac OS / GNUstep):
128 * maintaining.texi (Version Control, Introduction to VC):
129 End menu descriptions with a period.
130
b1c8242b
EZ
1312009-07-09 Eli Zaretskii <eliz@gnu.org>
132
133 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
134 so categorical in saying that the option is only useful on NTFS.
135
220d9aa6
GM
1362009-07-09 Glenn Morris <rgm@gnu.org>
137
138 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
139 (ENVADD): Add texinfodir to TEXINPUTS.
140
141 * emacs.texi (Top): Fix cross-reference.
142
143 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
144
145 * vc1-xtra.texi (Revision Tags): Fix typo.
146
d07e72d3
GM
1472009-07-03 Glenn Morris <rgm@gnu.org>
148
149 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
150 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
151 (Merge Commands): `.' does not seem to work in A or B buffer.
152 `l' can recreate the 3-window display.
153
154 * glossary.texi (Glossary): Minor phrasing changes throughout.
155 Add more internal cross-references.
156 <Autoloading>: You can't really autoload a variable.
157 <C-M->: Move details here from `M-C-' item.
158 <Continuation Line>: Refer to `Truncation.'
159 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
160 <Home Directory, Unix>: New entries.
161 <Deletion of Files>: Mention recycle bins.
162 <Directory>: Mention ``folders.''
163 <Error>: Don't mention ``type-ahead.''
164 <Fringe>: Refer to the manual node.
165 <Minor Mode>: Can be global or local.
166 <Spell Checking>: There are other checkers besides Ispell.
167
f144038a
GM
1682009-07-02 Glenn Morris <rgm@gnu.org>
169
170 * anti.texi (Antinews): Minor changes in phrasing.
171
172 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
173 some underfull lines in dvi output.
174
175 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
176
177 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
178
179 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
180
3f1c6666
JD
1812009-07-01 Jan Djärv <jan.h.d@swipnet.se>
182
183 * xresources.texi (Table of Resources): Mention maximized for
184 fullscreen.
185
186 * cmdargs.texi (Window Size X): -mm/--maximized is new.
187
62aadce7
CY
1882009-07-01 Chong Yidong <cyd@stupidchicken.com>
189
190 * anti.texi (Antinews): Correct the list of removed platforms.
191
82ec412e
GM
1922009-06-28 Glenn Morris <rgm@gnu.org>
193
194 * arevert-xtra.texi: Minor language tweaks.
195
09964e7d
GM
196 * dired-xtra.texi: Minor revisions.
197
666e158e
MB
1982009-06-23 Miles Bader <miles@gnu.org>
199
200 * display.texi (Scrolling): Document `recenter-redisplay'
05fbc4a9 201 (Temporary Face Changes): Document `text-scale-set'.
666e158e 202
70243478
CY
2032009-06-21 Chong Yidong <cyd@stupidchicken.com>
204
205 * Branch for 23.1.
206
67cbe681
KH
2072009-06-17 Kenichi Handa <handa@m17n.org>
208
209 * mule.texi (Charsets): Update the description for the new charset.
210 (list-character-sets): New findex.
125dd7c5 211 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 212
40e67246
CY
2132009-06-10 Chong Yidong <cyd@stupidchicken.com>
214
b5700de6
CY
215 * basic.texi (Moving Point): Fix tag.
216
217 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
218
219 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
220 use camel-case for PageUp and PageDown.
221
222 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
223 camel-case for PageUp and PageDown.
224
225 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
226
40e67246 227 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 228 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 229
6f591cf4
AM
2302009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
231
232 * fixit.texi (Spelling): Set default dictionary. Improve
233 descriptions (Bug#2554)
234
53483c76
DR
2352009-06-08 David Reitter <david.reitter@gmail.com>
236
237 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
238 since saving colors and faces set this way is not implemented.
239 (Environment variables): Remove mention of mac-fix-env, which is
240 scheduled to be removed.
241
1557ef4f
CY
2422009-06-04 Chong Yidong <cyd@stupidchicken.com>
243
91056528
CY
244 * custom.texi (Init Examples): Add example of changing load-path.
245
1557ef4f
CY
246 * building.texi (Lisp Libraries): Add example of changing
247 load-path (Bug#3446).
248
623cec4c
CY
2492009-05-28 Chong Yidong <cyd@stupidchicken.com>
250
251 * mark.texi (Mark): Further clarifications.
252 (Setting Mark): Emphasize that C-SPC activates the mark.
253
0fcca8ee
CY
2542009-05-28 Chong Yidong <cyd@stupidchicken.com>
255
702b10e1
CY
256 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
257 Mark mode.
0fcca8ee
CY
258 (Using Region, Persistent Mark): Use "active mark" instead of "active
259 region".
260
d3b396e4
CY
2612009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
262
263 * mule.texi (Select Input Method): Fix typo.
264
3f698a06
CY
2652009-05-13 Chong Yidong <cyd@stupidchicken.com>
266
267 * anti.texi (Antinews): Document completion changes. Some additional
268 copyedits and rearrangement of entries.
269
b2a42eb7
CY
2702009-05-12 Chong Yidong <cyd@stupidchicken.com>
271
932fd020
CY
272 * misc.texi (Interactive Shell, Saving Emacs Sessions)
273 (Shell History Copying, Terminal emulator): Copyedits.
274
ac36a8f1
CY
275 * xresources.texi (Resources): Simplify descriptions. Shorten
276 description of editres, which is not very useful these days.
277 (Table of Resources): Document fontBackend resource.
278
b2a42eb7
CY
279 * trouble.texi (Quitting): Add other undo bindings to table.
280 (DEL Does Not Delete): Note that the erasure key is usually labelled
281 "Backspace". Remove discussion of obscure Xmodmap issue.
282
c6ea7fb8
CY
2832009-05-07 Chong Yidong <cyd@stupidchicken.com>
284
285 * files.texi (Visiting): Copyedits.
286
ad36c422
CY
2872009-05-06 Chong Yidong <cyd@stupidchicken.com>
288
289 * basic.texi (Inserting Text): Document ucs-insert.
290
291 * mule.texi (International Chars): Define "multibyte". Note that
292 internal representation is unicode-based. Simplify definition of raw
293 bytes. Mention ucs-insert.
294 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
295 (Language Environments): Add language environments new to Emacs 23.
296 (Multibyte Conversion): Node deleted.
297 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
298 mention obsolete emacs-mule coding system.
299 (Output Coding): Copyedits.
300
301 * emacs.texi (Top): Update node listing.
302
d4ad7b96
CY
3032009-05-05 Per Starbäck <per@starback.se> (tiny change)
304
305 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
306
5bd66204
SM
3072009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * building.texi (Lisp Libraries): `load-library' does offer completion.
310
bc36ad1c
CY
3112009-04-28 Chong Yidong <cyd@stupidchicken.com>
312
313 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
314 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
315
f1a47884
EZ
3162009-04-25 Eli Zaretskii <eliz@gnu.org>
317
318 * maintaining.texi (Tags): Clarify text. (Bug#3101)
319
be77bd45
CY
3202009-04-22 Chong Yidong <cyd@stupidchicken.com>
321
322 * entering.texi (Entering Emacs): Document initial-buffer-choice.
323
324 * building.texi (Lisp Interaction): Document initial-scratch-message.
325
d3b82927
JB
3262009-04-18 Juanma Barranquero <lekktu@gmail.com>
327
ed6e7b11
JB
328 * msdog.texi (Windows Fonts): Fix typos.
329
d3b82927
JB
330 * files.texi (Save Commands): Fix pxref.
331
bc323c04
CY
3322009-04-18 Chong Yidong <cyd@stupidchicken.com>
333
334 * files.texi (Save Commands): Mention diff-buffer-with-file.
335 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
336 Henoch (Bug#3036).
337
2186d13f
GM
3382009-03-15 Glenn Morris <rgm@gnu.org>
339
340 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
341 the former is not always used.
342 (Mail Headers): Use active voice. Add "Mail-reply-to".
343 Change case of "Id". Avoid repeated "appropriate".
344 (Mail Aliases): Fix previous change - use an example with a ".", so it
345 does actually get quoted when expanded.
346 (Mail Sending): Mailclient is the default on some systems.
347 (Citing Mail): Mention mail-indentation-spaces.
348 (Mail Mode Misc): Add an @dfn for "mail signature".
349
71e454fc
CY
3502009-03-15 Chong Yidong <cyd@stupidchicken.com>
351
352 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
353 (Completion Options): Document read-file-name-completion-ignore-case,
354 read-buffer-completion-ignore-case, and completion-styles. Remove
355 description of partial-completion-mode.
356
df1a3e06
GM
3572009-03-14 Glenn Morris <rgm@gnu.org>
358
359 * sending.texi (Mail Format): Fix typo. Add index entry for
360 mail-header-separator.
361 (Mail Headers): Put info about initialization and changing in one place
362 at the start. Update FCC section for mbox Rmail. Clarify From
363 section, mention mail-setup-with-from. Clarify Reply-to section.
364 Add Mail-followup-to and mail-mailing-lists. Clarify References
365 section.
366 (Mail Aliases): Update example, make less contentious.
367 Update for name change of mail-interactive-insert-alias.
368 (Mail Mode): Remove mention of `%' as a word separator.
369 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
370 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
371 commands. Clarify FCC handling. In mail-complete, add reference to
372 Mail Aliases section, and mention mail-complete-function.
373 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
374 (Mail Mode Misc): Clarify the mail-signature function. Add basic
375 signature netiquette. Explain how the mail hooks work when continuing
376 a composition.
377 (Mail Amusements): Internationalize the spook section a bit.
378 Remove the spook mail-setup-hook example, since it doesn't work well.
379 Mention fortune-file.
380 (Mail Methods): Mention read-mail-command.
381
ed6e7b11 3822009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 383
df1a3e06
GM
384 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
385 and NS resources following recent changes.
959d68bd 386
86dca3e8
JR
3872009-03-10 Jason Rumney <jasonr@gnu.org>
388
389 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
390 w32-use-visible-system-caret doc to indicate that it should get set
391 automatically.
392 (Windows Fonts): Add doc for the uniscribe backend.
393
042fe98f
DN
3942009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
395
396 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
397 vc-dir. (Bug#2598)
398
7f8dba73
RS
3992009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
400
401 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
402
505e70c3
GM
4032009-03-05 Glenn Morris <rgm@gnu.org>
404
04242bdc
GM
405 * rmail.texi (Rmail Basics): Add reference to sorting.
406 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
407 Minor re-wordings.
408 (Rmail Motion): Mention rmail-next-same-subject.
409 (Rmail Deletion): Expunging is not the only way to change the numbers.
410 (Rmail Labels): Labels can also be used in sorting.
411 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
412 (Rmail Display): Mention rmail-mime.
413
00cfe22c
GM
4142009-03-04 Glenn Morris <rgm@gnu.org>
415
416 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
417 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
418 summary. Mention sorts cannot be undone.
419 (Rmail Display): Give an example of how to use goto-address-mode.
420 (Rmail Editing): It's keybindings that are redefined, not commands.
421 Fix some typos.
422 (Movemail): Some minor rewording.
423 (Remote Mailboxes): Emacs movemail supports pop by default.
424 Fix some minor grammatical issues. The "two alternative ways" to
425 specify a POP mailbox are really just one. Remove all reference to the
426 variables rmail-pop-password and rmail-pop-password-required, obsolete
427 since Emacs 22.1. Clarify the four password steps. Emacs movemail
428 can support Kerberos.
429
3d963b67
GM
4302009-03-03 Glenn Morris <rgm@gnu.org>
431
432 * rmail.texi (Rmail Deletion): Revert previous change, which was
433 describing the Rmail summary versions.
434 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
435 Minor re-wording for rmail-resend.
436 (Rmail Make Summary): Summaries apply to buffers rather than files.
437 <rmail-summary-by-topic>: Headers includes the subject.
438 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
439 details, including prefix arguments.
2340abde 440 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
441 Not counting lines might be faster.
442 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
443 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
444 Name the commands bound to the various keys. Mention prefix argument
445 for searching.
3d963b67
GM
446 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
447 Simplify rmail-highlighted-headers description. Update face name.
448
a8ce3d17
JB
4492009-03-02 Juanma Barranquero <lekktu@gmail.com>
450
451 * mark.texi (Marking Objects): Fix typo.
452
130a29b6
CY
4532009-03-01 Chong Yidong <cyd@stupidchicken.com>
454
455 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
456 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
457
9d5de6f8
GM
4582009-03-01 Glenn Morris <rgm@gnu.org>
459
79fc530e 460 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
461 (Rmail Motion): - M-s searches from the end of messages.
462 (Rmail Deletion): Minor clarification. Fix numeric argument
463 description.
464 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
465 newmail and RMAILOSE files need not be in home-directory.
466 (Rmail Files): Mention I/O menus are unselectable if no files match.
467 Mention `MAIL' env-var.
468
b545ff9c
JR
4692009-02-24 Jason Rumney <jasonr@gnu.org>
470
471 * mule.texi (Fontsets): Mention fontset-default, font specs and
472 fallback fontsets.
473 (Defining Fontsets): Mention ns and w32 variants of
474 standard-fontset-spec. Update description of startup fontset to match
475 Emacs 23 behavior.
a93be82a 476 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 477 (International): Link to Modifying Fontsets.
b545ff9c 478
75da0618 4792009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
480
481 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
482 Mention ns-extended-platform-support-mode.
483
6be93a16
KB
4842009-02-22 Karl Berry <karl@gnu.org>
485
486 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
487
867d4bb3
JB
4882009-02-19 Juanma Barranquero <lekktu@gmail.com>
489
490 * basic.texi (Moving Point, Position Info):
491 * files.texi (Visiting):
492 * mini.texi (Completion Options):
493 * text.texi (HTML Mode): Remove duplicate words.
494
49b5c0e8
GM
4952009-02-20 Glenn Morris <rgm@gnu.org>
496
497 * rmail.texi: Minor updates for mbox rather than Babyl.
498
f43a822c
KB
4992009-02-17 Karl Berry <karl@gnu.org>
500
49b5c0e8 501 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 502
80d634b8
RS
5032009-02-17 Richard M Stallman <rms@gnu.org>
504
505 * anti.texi (Antinews): Mention Babyl format.
506
507 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
508
509 * rmail.texi: Update for mbox format.
510 Various small fixes, as well as the following.
511 (Out of Rmail): Node deleted.
512 (Rmail): Update menu.
513 (Rmail Files): Comment out set-rmail-inbox-list.
514 Document rmail-inbox-list instead.
515 (Rmail Output): Substantial changes since C-o is now
516 rmail-output-as-seen and o is rmail-output.
517 (Rmail Attributes): Delete `stored', add `retried'.
518 (Rmail Display): Editing headers works in all cases.
519
f0d129c6
GM
5202009-02-17 Glenn Morris <rgm@gnu.org>
521
522 * basic.texi (Position Info): M-x count-lines-region is not always on
523 M-=. (Bug#2269)
524
160f11d3
GM
5252009-02-09 Glenn Morris <rgm@gnu.org>
526
527 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
528 defaults.
529
763e01c4
EZ
5302009-02-07 Eli Zaretskii <eliz@gnu.org>
531
532 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
533 documentation of possible problems with redecoding.
534
f5e1441d
GM
5352009-02-03 Glenn Morris <rgm@gnu.org>
536
537 * rmail.texi (Out of Rmail): Mention b2m.pl.
538
e1eabe41
GM
5392009-01-31 Glenn Morris <rgm@gnu.org>
540
541 * rmail.texi (Out of Rmail): Correct b2m location.
542
dd05f9de
CY
5432009-01-27 Chong Yidong <cyd@stupidchicken.com>
544
545 * fixit.texi (Undo): Update undo limit values.
546
d74d846e
GM
5472009-01-27 Glenn Morris <rgm@gnu.org>
548
549 * emacs.texi (Top): Fix Antinews menu entry.
550
49ffdce8
KB
5512009-01-25 Karl Berry <karl@gnu.org>
552
553 * text.texi (Foldout): Use @itemize @w{} to make an itemize
554 item with no marker, instead of the syntactically incorrect
555 @itemize @asis.
556
467e8d77
JL
5572009-01-25 Juri Linkov <juri@jurta.org>
558
559 * building.texi (Grep Searching): Fix index entry for lgrep.
560
6c60bbdb
EZ
5612009-01-24 Eli Zaretskii <eliz@gnu.org>
562
563 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
564
9ce5a36f
AR
5652009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
566
567 * macos.texi (Preferences Panel): Update description of font setting to
568 reflect that prior frame selection is no longer needed.
569
9aa5f2fb
NR
5702009-01-20 Nick Roberts <nickrob@snap.net.nz>
571
572 * building.texi (Debuggers): Revert some of 2008-10-31 change to
573 raise GUD subsections.
574
3892ff9c
GM
5752009-01-15 Glenn Morris <rgm@gnu.org>
576
577 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
578
14731c8f
GM
5792009-01-10 Glenn Morris <rgm@gnu.org>
580
581 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
582
45c55e53
CY
5832009-01-04 Chong Yidong <cyd@stupidchicken.com>
584
585 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
586 logical lines.
587
2e4667d1
JL
5882008-12-29 Juri Linkov <juri@jurta.org>
589
590 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
591
592 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
593
2a3eac47
CY
5942008-12-28 Chong Yidong <cyd@stupidchicken.com>
595
596 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
597 goto-address-mode instead of goto-address.
598
3da8da94
CY
599 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
600 mode.
601
2a3eac47
CY
602 * emacs.texi (Top): Update node listing.
603
057f6dd3
EZ
6042008-12-26 Eli Zaretskii <eliz@gnu.org>
605
606 * custom.texi (Directory Variables): Explain what is a "project".
607 Add indexing. Improve wording. Add a footnote about using
608 _dir-locals.el on MS-DOS.
609
e6979067
DN
6102008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
611
612 * files.texi (Misc File Ops): Mention chmod as an alias for
613 set-file-modes.
614
9de15963
MR
6152008-12-24 Martin Rudalics <rudalics@gmx.at>
616
617 * help.texi (Help): Fix typos and reword.
618 (Help Summary): Add entries for C-h n and C-h r, reorder
619 entries, and do some minor fixes.
620 (Name Help): Say that C-h F works for commands only.
621 (Misc Help): Say that view-lossage displays 300 keystrokes.
622
236fd60d
GM
6232008-12-20 Glenn Morris <rgm@gnu.org>
624
625 * ack.texi (Acknowledgments): General update based on AUTHORS,
626 including removal of some stuff no longer distributed.
627
349b3256
AM
6282008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
629
630 * fixit.texi: Mention hunspell
631
e840fca5
GM
6322008-12-19 Glenn Morris <rgm@gnu.org>
633
634 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 635 Consolidate explanatory text at start.
e840fca5
GM
636
637 * display.texi (Text Display):
638 * indent.texi (Indentation): Use @acronym with ASCII.
639
9dfa7983
GM
6402008-12-18 Glenn Morris <rgm@gnu.org>
641
642 * ack.texi: Various small updates and fixes.
643
97b3a00b
JL
6442008-12-18 Juri Linkov <juri@jurta.org>
645
646 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
647 as a key binding to start a forward nonincremental word search.
648 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
649 a backward nonincremental word search. Add index for `M-s w'
650 `isearch-forward-word'.
651 (Regexp Search): Add a short summary of regexp key commands like
652 in the node "Basic Isearch".
653 (Other Repeating Search): Fix typo.
654
6552008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
656
657 * misc.texi (PostScript Variables): Fix doc.
658
31ce6a07
CY
6592008-12-10 Chong Yidong <cyd@stupidchicken.com>
660
661 * programs.texi (Program Modes): Mention Ruby mode.
662
636b507b
DN
6632008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
664
665 * misc.texi (emacsclient Options): Describe what an empty string
666 argument does for --alternate-editor.
667
a323fa14
CY
6682008-12-09 Frank Schmitt <ich@frank-schmitt.net>
669
670 * cmdargs.texi (Font X): Distinguish between client-side and
671 server-side fonts. List valid Fontconfig properties. Add reference to
672 Fontconfig manual. List valid GTK font properties. Explain use of
673 fc-list.
674
c5ca6cd0
CY
6752008-12-09 Chong Yidong <cyd@stupidchicken.com>
676
677 * cmdargs.texi (Font X): Move discussion of quoting to top.
678
e5136377
GM
6792008-12-06 Glenn Morris <rgm@gnu.org>
680
681 * maintaining.texi (Old Revisions): Improve previous change.
682
248c026b
RS
6832008-12-05 Richard M Stallman <rms@gnu.org>
684
685 * anti.texi (Antinews): Minor fixes.
686
a9253a1e
GM
6872008-12-03 Glenn Morris <rgm@gnu.org>
688
689 * maintaining.texi (Old Revisions): Fix diff-switches description.
690
fa687b02
MR
6912008-12-01 Martin Rudalics <rudalics@gmx.at>
692
693 * emacs.texi (Top): Fix typo.
694
72e6decd
CY
6952008-11-30 Chong Yidong <cyd@stupidchicken.com>
696
320ee034
CY
697 * misc.texi (Document View): Explain dependence on gs at the top.
698 Copyedits.
699
700 * emacs.texi (Top): Add DocView nodes to detailed node listing.
701
72e6decd
CY
702 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
703 (Comment Commands): Discuss region-active behavior of M-; first.
704
2a472ee4
MR
7052008-11-29 Martin Rudalics <rudalics@gmx.at>
706
9c6361c9
MR
707 * display.texi (Line Truncation): Add reference to Continuation
708 Lines.
709
2a472ee4
MR
710 * windows.texi (Pop Up Window): Mention split-height-threshold
711 and split-width-threshold.
9c6361c9 712 (Split Window): Add reference to Continuation Lines.
2a472ee4 713
e93bc142
AR
7142008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
715
716 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
717 (GNUstep Support): New node.
718 * anti.texi:
719 * emacs.texi:
720 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
721
722
43b978db
RS
7232008-11-28 Richard M Stallman <rms@gnu.org>
724
725 * misc.texi (Dissociated Press): Minor cleanups.
726
727 * dired.texi (Image-Dired): Avoid passive.
728
e8e2bd93
EZ
7292008-11-28 Eli Zaretskii <eliz@gnu.org>
730
731 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
732 representation.
733
8d2d45da
CY
7342008-11-26 Richard M. Stallman <rms@gnu.org>
735
736 * files.texi (Visiting): Rewrite paragraph for clarity.
737
738 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
739
a5f7bbcc
AM
7402008-11-25 Alan Mackenzie <acm@muc.de>
741
742 * programs.texi (Moving by Parens): Clarify that parens inside strings
743 and comments are ignored, and that the commands assume the starting
744 point isn't in a string or comment.
745
a71703d3
AR
7462008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
747
748 * macos.texi: Add Prev/Next/Top pointers to all nodes.
749 (Mac Basics): Merge in Grabbing Environment Variables from earlier
750 version.
751 (Mac Customization): Rewrite Preferences Panel section and merge in to
752 this node, add Open files by dragging to an Emacs window.
753
754 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
755
aa5ab79a
CY
7562008-11-26 Chong Yidong <cyd@stupidchicken.com>
757
0cc92c19
CY
758 * files.texi (Misc File Ops): Document set-file-modes.
759
c366b4e4
CY
760 * windows.texi (Split Window): Document integer values of
761 truncate-partial-width-windows.
762
aa5ab79a
CY
763 * text.texi (Text): Simplify description of markup languages.
764 (TeX Mode): Simplify introduction. Mention BibTeX mode.
765 (TeX Editing): Note that `""' inserts one `"' character.
766 (HTML Mode): Note in the introduction that XML mode is an alias for
767 SGML mode. Mention nXML mode.
768
56221db7
CY
7692008-11-25 Chong Yidong <cyd@stupidchicken.com>
770
771 * building.texi (Watch Expressions): Fix typo.
772
90effe33
CY
7732008-11-24 Chong Yidong <cyd@stupidchicken.com>
774
f90a5ae3
CY
775 * files.texi (Visiting): Document new behavior of
776 confirm-nonexistent-file-or-buffer.
777
778 * buffers.texi (Select Buffer): Document
779 confirm-nonexistent-file-or-buffer.
780
a18ffb4a
CY
781 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
782 edit-picture.
783
90effe33
CY
784 * text.texi (Text): Simplify introduction. Discard mention of `M-x
785 edit-picture', since that is just an alias for picture-mode.
786 (Sentences): Note that repeated M-@ extends the region.
787 (Pages): Make terminology more consistent. Link to Regexps node.
788 (Longlines): Discuss relationship with Visual Line mode.
789 (Text Mode): Remove extraneous discussion of other modes, since they
790 were already introduced in the parent node.
791
e85103ec
CY
7922008-11-23 Chong Yidong <cyd@stupidchicken.com>
793
5cb2fe30
CY
794 * anti.texi (Antinews): Rewrite.
795
1eb9b307 796 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
797
798 * frames.texi (Frame Commands): Mention "minimize" terminology.
799
e85103ec
CY
800 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
801 formats.
b908332f
CY
802 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
803 (Misc X): Don't document useless -hb option.
e85103ec 804
607f5f88
JL
8052008-11-22 Juri Linkov <juri@jurta.org>
806
807 * dired.texi (Dired Navigation): Change normal file name search option
808 from `non-nil' to `t'. Add `dwim' option.
809
e1b867a0
JL
8102008-11-22 Juri Linkov <juri@jurta.org>
811
812 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
813 ".dir-locals.el". Rename `define-project-bindings' to
814 `dir-locals-set-class-variables'. Rename `set-directory-project' to
815 `dir-locals-set-directory-class'.
816
dd186936
LK
8172008-11-22 Lute Kamstra <lute@gnu.org>
818
819 * buffers.texi (Select Buffer): Index goto-line.
820 * basic.texi (Moving Point): Mention the use of a numeric prefix
821 argument with goto-line and refer to Select Buffer for the use of a
822 plain prefix argument.
823
4b121911
GM
8242008-11-19 Glenn Morris <rgm@gnu.org>
825
826 * doclicense.texi: Update to FDL 1.3.
827 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
828
27267e4c
CY
8292008-11-17 Chong Yidong <cyd@stupidchicken.com>
830
696f351d
CY
831 * custom.texi (Minor Modes): Define mode commands and mode variables
832 more precisely. Recommend using mode commands instead of setting
833 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
834 (Easy Customization): Use "init file" instead of .emacs.
835 (Customization Groups): Update to new Custom buffer appearance.
836 (Saving Customizations): Copyedits. Update example.
837 (Variables): Give example of variable type-sensitivity.
838 (Examining): Update example.
839 (Hooks): Copyedits.
840 (Specifying File Variables): Use C comments instead of an artificial
841 Lisp for the example.
842 (Keymaps): Move internals discussion to Prefix Keymaps.
843 (Rebinding): Remove redundant paragraph (stated in Key Binding).
844 (Init Rebinding): Document kbd macro.
845 (Init File): Link to Find Init.
696f351d
CY
846
847 * mark.texi (Using Region): Document Delete Selection Mode more
848 thoroughly.
849
850 * frames.texi (Mouse Commands): Move most of the description of Delete
851 Selection Mode to Using Region, and link to it.
1bc9c425 852 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 853
b0570c25
CY
854 * building.texi (Compilation): Document first-error value of
855 compilation-scroll-output.
856 (Compilation Mode): Note that compilation-auto-jump-to-first-error
857 works as soon as an error is available. Suggested by Juri Linkov.
858
27267e4c
CY
859 * mini.texi (Passwords): New node.
860
861 * files.texi (Remote Files): Link to Passwords node.
862
863 * emacs.texi (Top): Update node listings.
864
122eb807
CY
8652008-11-16 Chong Yidong <cyd@stupidchicken.com>
866
9c9855a3
CY
867 * ack.texi (Acknowledgments): Some updating of credits.
868
bd6fdcad
CY
869 * emacs.texi (Acknowledgments): Add a couple more names.
870
dd1eef46
CY
871 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
872
122eb807 873 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 874 (Misc File Ops): Document use of trash.
122eb807 875
801a8da1
JB
8762008-11-16 Juanma Barranquero <lekktu@gmail.com>
877
878 * macos.texi (Mac Customization): Fix typos.
879
0b4f2253
CY
8802008-11-14 Chong Yidong <cyd@stupidchicken.com>
881
882 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
883 replacing previous contents. Numerous copyedits to adapt ns-emacs to
884 the conventions of the main Emacs manual.
885
886 * emacs.texi (Top): Update node listings.
887
517e2b89
CY
8882008-11-12 Chong Yidong <cyd@stupidchicken.com>
889
07a85685
CY
890 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
891 command-line-args is processed during startup.
892 (Action Arguments): Correctly describe how file arguments interact with
893 the startup screen. Link to Lisp Interaction for scratch buffer.
894 (Initial Options): Link to Command Example for -batch option.
895 (Environment): Document initial-environment.
896
517e2b89
CY
897 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
898 can't be changed in the site-start file.
899
6337bbde
CY
9002008-11-07 Chong Yidong <cyd@stupidchicken.com>
901
902 * dired.texi (Dired): Mention C-x C-d too.
903 (Dired Enter): Document M-n in the Dired minibuffer.
904 (Dired Navigation): Explain dired-goto-file more clearly. Document
905 dired-isearch-filenames.
906 (Dired Deletion): Remove unnecessary "expunged" terminology.
907 (Flagging Many Files): & is now rebound to `% &'.
908 (Shell Commands in Dired): Document dired-do-async-shell-command.
909 Clarify how multi-file arguments are passed.
910 (Misc Dired Features): Document dired-do-isearch.
911
9e8eeff9
CY
9122008-11-06 Chong Yidong <cyd@stupidchicken.com>
913
914 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
915
e071f849
CY
9162008-11-03 Chong Yidong <cyd@stupidchicken.com>
917
918 * search.texi (Other Repeating Search): Remove obsolete findex entries.
919
05482eb1
CY
9202008-11-01 Chong Yidong <cyd@stupidchicken.com>
921
e2346dea
CY
922 * programs.texi (Program Modes): Link to Program Indent node.
923 (Left Margin Paren): Explain consequences of changing
924 open-paren-in-column-0-is-defun-start more concisely.
925 (Which Function, Program Indent, Info Lookup): Minor edits.
926 (Basic Indent): If region is active, TAB indents the region.
927 (Multi-line Indent): If region is active, TAB indents the region. Note
928 that indent-region is useful when Transient Mark mode is off.
929 (Matching): The delimiter at the cursor is highlighted---the character
930 changes color.
931 (Symbol Completion): Link to Completion node.
932
e4b6428c
CY
933 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
934 a strictly text-only system.
935
05482eb1
CY
936 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
937 batch mode.
938
a11d3737
RS
9392008-11-01 Richard M. Stallman <rms@gnu.org>
940
5abad626
RS
941 * misc.texi (Document View): Major rewrite.
942
a11d3737
RS
943 * maintaining.texi (Types of Log File): Change logs are older than
944 version control.
945 (VCS Concepts): Simplify and rearrange.
946 (Version Control Systems): Make it clear that Linux is only the kernel.
947 (VC Mode Line): Shorten reference to menu item.
948 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
949 (VC Directory Mode): Minor cleanup.
950 Unchanged files are hidden, not omitted.
951 (VC Directory Commands): Shorten and simplify.
952 (Change Log Commands): New node, split from Change Logs.
953 (VC Directory Buffer): New node, split from VC Directory Mode.
954
c55a4acb
CY
9552008-10-31 Chong Yidong <cyd@stupidchicken.com>
956
df0356f6
CY
957 * misc.texi (Document View): Renamed from Document Files, moved here
958 from files.texi.
959
960 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
961 moved as well.
962 (Document Files): Moved to misc.texi.
963
c55a4acb
CY
964 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
965 vc-update-change-log.
df0356f6
CY
966 (Version Control): Move here from files.texi.
967 (Format of ChangeLog): Make it a subnode of Change Log.
968
969 * emacs.texi (Top): Update node listing.
c55a4acb 970
ef082374
TH
9712008-10-31 Tassilo Horn <tassilo@member.fsf.org>
972
973 * files.texi (Files): Add a section about document
974 files (doc-view-mode).
975
d52582c3
CY
9762008-10-31 Chong Yidong <cyd@stupidchicken.com>
977
978 * building.texi (Compilation Mode): Document
979 compilation-auto-jump-to-first-error.
980 (Debuggers): Lower GUD subsections to subsubsections.
981 (Starting GUD): Add cindex.
982 (Lisp Interaction): Note that scratch is no longer the initial buffer.
983
4e0a0968
CY
9842008-10-30 Chong Yidong <cyd@stupidchicken.com>
985
03625b47
CY
986 * indent.texi (Indentation): Link to Program Indent.
987
4e0a0968
CY
988 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
989 now uses emacsclient's terminal.
990
8bd3f7ef
CY
9912008-10-29 Chong Yidong <cyd@stupidchicken.com>
992
80e5620e
CY
993 * mark.texi (Using Region): Document use-empty-active-region.
994
97d5c404
CY
995 * emacs.texi (Top): Update node listings.
996
8bd3f7ef
CY
997 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
998 mention obsolete emacs.bash script.
999 (Invoking emacsclient): Rewrite, moving optional arguments to
1000 emacsclient Options.
21d2bae3
CY
1001 (emacsclient Options): New node. Document server-use-tcp and
1002 server-host.
8bd3f7ef 1003
5fda2cbd
CY
10042008-10-28 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * indent.texi (Indentation): Replace list with paragraphed text,
1007 putting description of syntax-driven indentation first. Document new
1008 effect of active regions on tab.
1009 (Tab Stops): Note that editable tab stops affect indentation commands.
1010
4ff029f6
DN
10112008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1012
1013 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
1014
996cd6e4
CY
10152008-10-23 Chong Yidong <cyd@stupidchicken.com>
1016
f28815e3
CY
1017 * custom.texi (Function Keys): Note that modified keypad keys are not
1018 translated.
1019
996cd6e4
CY
1020 * basic.texi (Arguments): Explain how to insert multiple digits.
1021
49545fe2
MA
10222008-10-22 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * files.texi (Remote Files): Precise selection of default method.
1025 Rewrite paragraph about disabling remote file names.
1026
edac0b53
CY
10272008-10-22 Chong Yidong <cyd@stupidchicken.com>
1028
e752c544
CY
1029 * search.texi (Special Isearch): Document M-TAB is isearch.
1030
edac0b53
CY
1031 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
1032 command.
1033
1034 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
1035
20a36054
TH
10362008-10-22 Tassilo Horn <tassilo@member.fsf.org>
1037
1038 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
1039 section.
1040
69051ab6
CY
10412008-10-21 Chong Yidong <cyd@stupidchicken.com>
1042
c4b1a32a
CY
1043 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
1044 to files.texi. Move contents of vc2-xtra.texi here.
1045
1046 * vc2-xtra.texi: File removed.
1047
1048 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
1049 Directory Commands from the submenu. Don't include deleted file
1050 vc2-xtra.texi.
1051
1052 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
1053 (Version Control): Add VC Directory Mode and VC Directory Commands to
1054 the submenu.
1055 (Why Version Control?): Use table format.
1056 (Version Control Systems): Note that Meta-CVS support is gone.
1057 (VCS Concepts): Note precisely when VC started supporting filesets.
1058 Remove bogus xref to CVS Options node.
1059 (Types of Log File): Copyedits.
1060 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
1061 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
1062 The Right Thing.
1063 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
1064 (Log Buffer): Reorganize node, putting C-c C-c description first.
1065 (Old Revisions): Use CVS for example, not RCS.
1066 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
1067 Commands from the submenu, putting them under Version Control.
1068 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
1069 need to include it in the manual unconditionally, since it is now
1070 crucial to using distributed version control systems.
1a6e2954
CY
1071 (Comparing Files): Note that diff uses the minibuffer, and that the
1072 output is shown using Diff mode.
1073 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
1074 diff-update-on-the-fly, diff-refine-hunk, and
1075 diff-show-trailing-whitespaces.
1a6e2954 1076 (File Archives): Add rar support.
c4b1a32a 1077
69051ab6
CY
1078 * major.texi (Choosing Modes): Make mode selection sequence more
1079 obvious by describing the steps in order of priority. Note that
1080 magic-mode-alist is nil by default. Document
1081 magic-fallback-mode-alist.
1082
e7421e03
CY
10832008-10-20 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * frames.texi (Mouse References): Copyedits.
1086
6b2efdc2
TH
10872008-10-20 Tassilo Horn <tassilo@member.fsf.org>
1088
1089 * ack.texi (Acknowledgments): Add myself as doc-view author.
1090
9c5e9396
EZ
10912008-10-20 Eli Zaretskii <eliz@gnu.org>
1092
1093 * frames.texi (Dialog Boxes): Add @cindex entries.
1094
dac94f8e
CY
10952008-10-20 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
1098 (Text-Only Mouse): Copyedit.
1099
25597d40
CY
11002008-10-19 Chong Yidong <cyd@stupidchicken.com>
1101
f8a447f6
CY
1102 * frames.texi: Use @key throughout for mouse clicks.
1103 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
1104 (Secondary Selection): Fix modified mouse click syntax.
1105 (Clipboard): Describe Cut, Copy and Paste commands.
1106 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
1107 Copyedits.
1108 (Creating Frames): Add xref to Init File.
1109 (Frame Commands): Add xref to Exiting.
1110 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 1111
b0f95216
CY
11122008-10-15 Chong Yidong <cyd@stupidchicken.com>
1113
b0817f00
CY
1114 * files.texi (Version Control): Copyedits. Add Bazaar.
1115 (Version Control Systems): List different VCS's using an itemized list.
1116 Add Bazaar.
1117 (VCS Concepts): Copyedits. Tweak description of file merging.
1118
b0f95216
CY
1119 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
1120 (Cut/Paste Other App): Document select-active-regions and
1121 x-select-enable-primary.
1122
69d0d701
CY
11232008-10-13 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * mark.texi (Shift Selection): Correct case in node name.
1126
1127 * emacs.texi (Top): Update node order in Mark chapter.
1128
375e8351
EZ
11292008-10-12 Eli Zaretskii <eliz@gnu.org>
1130
1131 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
1132
1133 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
1134 elsewhere in the manual instead of describing yet again the intricacies
1135 of $HOME on MS-Windows and MS-DOS.
1136
ab58114f
CY
11372008-10-12 Chong Yidong <cyd@stupidchicken.com>
1138
4f959513
CY
1139 * mini.texi (Minibuffer File): Add xref to File Names.
1140 (Minibuffer File): Add discussion of `~' in file names. Add
1141 insert-default-directory index reference.
1142
ab58114f
CY
1143 * files.texi (File Names): Reorganize description.
1144 (Visiting): Add xref to Mode Line. Copyedits.
1145 (Save Commands): Mention prefix behavior of C-x C-s.
1146 (Numbered Backups): Node deleted.
1147 (Backup Names): Contents of Numbered Backups moved here. State default
1148 of version-control variable.
1149 (Reverting): Copyedits.
1150 (Version Control): Add additional version control systems.
1151
1152 * emacs.texi (Top): Delete Numbered Backups node.
1153
1154 * cmdargs.texi (General Variables): Change Numbered Backups xref to
1155 Backup Names.
f2884f63 1156 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 1157
b0b5100a
RF
11582008-10-11 Romain Francoise <romain@orebokech.com>
1159
1160 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
1161
89774b5f
CY
11622008-10-11 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
1165 (Select Buffer): Mention use of minibuffer history. Describe default
1166 value of default-major-mode. Mention that C-x 4 b selects the other
1167 window.
1168 (List Buffers): Document CRM indicators in the order they appear.
1169 (Kill Buffer): Document new command kill-matching buffers.
1170 (Several Buffers): Move explanation of the relationship between buffer
1171 list and buffer menu to the top.
1172 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
1173
4c72bf27
CY
11742008-10-10 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * entering.texi (Exiting): Document change of C-x C-c to
1177 save-buffers-kill-terminal. Document kill-emacs.
1178
f68eb991
EZ
11792008-09-30 Eli Zaretskii <eliz@gnu.org>
1180
1181 * mule.texi (Coding Systems): Don't mention codepage-setup.
1182
1183 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
1184 cpNNN coding systems anymore.
1185 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1186 for unibyte mode. Don't mention line-drawing characters. Don't
1187 mention dos-unsupported-char-glyph.
1188
1a2dd44d
CY
11892008-09-25 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * search.texi (Search): Shorten introduction.
1192 (Basic Isearch): Add command table. Discuss reverse isearch and
1193 isearch highlighting.
1194 (Repeat Isearch): Move lazy highlighting discussion here. Add search
1195 ring to cindex.
1196 (Special Isearch): Move input methods discussion here.
1197 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
1198 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
1199 Repeat Isearch.
1200 (Isearch Minibuffer): New node.
1201 (Word Search): Document new word search commands.
1202 (Regexp Example): Simplify example using sentence-end-base variable.
1203 (Replace): Reword introduction.
1204 (Unconditional Replace): Remove unnecessary example.
1205 (Other Repeating Search): Document new `M-s o' binding.
1206
1207 * emacs.texi (Top): Update node listings.
1208
e45da31d
JB
12092008-09-22 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * emacs.texi (Top): Remove Kill Errors from menu.
1212
841c8096
CY
12132008-09-22 Chong Yidong <cyd@stupidchicken.com>
1214
402168fa
CY
1215 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
1216 interface for defining macros. Simplify examples. Note that C-g quits
1217 macro definitions.
801a8da1 1218 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
1219 usage example.
1220 (Keyboard Macro Query): Organize query responses in a table.
1221
1222 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
1223 to Erasing node.
841c8096
CY
1224 (Undo): Reorganize paragraphs for logical flow. Move keybinding
1225 rationale to a footnote.
1226 (Kill Errors): Remove node, due to redundancy with Erasing.
1227 (Spelling): Move discussion of flyspell to end. Note new behavior of
1228 M-$ in active region. Remove non-ispell-specific keybindings from
1229 table.
1230
eab2ee89
DN
12312008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * cmdargs.texi (Initial Options): Document --daemon.
1234
3d53e905
GM
12352008-09-20 Glenn Morris <rgm@gnu.org>
1236
1237 * files.texi (Numbered Backups): Mention that some modes set
1238 version-control.
1239
1c90484d
GM
12402008-09-20 Jim Blandy <jimb@red-bean.com>
1241
1242 * files.texi (Numbered Backups): Reference File Variables, as well.
1243 Remove discussion of Rmail's implementation.
1244
0fc0d844
CY
12452008-09-06 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * misc.texi (Recursive Edit): Note that top-level exits active
1248 minibuffers.
1249
1250 * trouble.texi (Quitting): Likewise.
1251
b18d283d
CY
12522008-08-31 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * emacs.texi (Top): Add Temporary Face Changes xref.
1255
1256 * display.texi (Display): Move Temporary Face Changes node to just
1257 after Standard Faces.
1258 (Scrolling): Document recenter-top-bottom instead of recenter.
1259 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1260 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1261 (Display Custom): Copyedits.
1262 (Optional Mode Line): Document display-battery-mode.
1263
180135fc
RF
12642008-08-27 Romain Francoise <romain@orebokech.com>
1265
1266 * custom.texi (Directory Variables): Minor fix.
1267
d3fe3475
GM
12682008-08-27 Glenn Morris <rgm@gnu.org>
1269
1270 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1271 descriptions.
1272 (Calendar Customizing): Tweak layout description.
183080b6 1273 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1274 markers. Condense calendar-star-date and calendar-mark-today
1275 description.
1276 (Holiday Customizing): Add oriental and solar holidays.
1277 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1278 Fix holiday-float description. Use zerop in examples. Be less verbose.
1279 (Date Display Format): Change ISO format. Be less verbose.
1280 (Diary Customizing): Mention day and month abbrev arrays.
1281 Mention the date-form variables by name. Update European example.
1282 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1283 Condense examples. Mention diary-entry-symbols by name.
1284 Condense table for insertion commands.
1285 (Fancy Diary Display): Mention diary-include-string and
1286 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1287 Ethiopic, Persian date functions. Condense descriptions.
1288
1289 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1290 (Adding to Diary): Adapt for changed node name.
1291
71755807
GM
12922008-08-26 Glenn Morris <rgm@gnu.org>
1293
1294 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1295 node "Hebrew/Islamic Entries".
1296
1297 * calendar.texi (Specified Dates): Fix names of iso functions.
1298 (General Calendar): There may not be another window.
1299 (Writing Calendar Files, Holidays): Tweak intro.
1300 (Holidays): Mention Baha'i and Chinese holidays.
1301 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1302 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1303 (To Other Calendar): Add calendar-print-other-dates.
1304 Refer to "graphic display" rather than "X.
1305 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1306 (Displaying the Diary): Fix whitespace after reference.
1307 Fix `diary-number-of-entries' reference.
1308 (Date Formats): Explicitly mention that day names can be abbreviated.
1309 (Adding to Diary): Add some references to other sections.
1310 (Special Diary Entries): Fix reference.
1311 (Appointments): Simplify appt-message-warning-time entry.
1312 Clarify where times must be.
1313 (Importing Diary): Comment out icalendar paragraph that does not apply.
1314 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1315
d76ebc75
GM
13162008-08-23 Glenn Morris <rgm@gnu.org>
1317
1318 * fortran-xtra.texi (Fortran): Change description of free form and
1319 fixed form a bit. Mention hideshow and imenu.
1320 (Fortran Motion): Mention fortran-end-of-subprogram,
1321 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1322 (Fortran Indent): Minor re-word.
1323 (ForIndent Commands): Mention fortran-fill-paragraph and
1324 fortran-fill-statement.
1325 (ForIndent Cont): Mention fortran-tab-mode-string.
1326 (Fortran Comments): Mention fortran-comment-line-start-skip.
1327 (Fortran Columns): Mention font-locking.
1328 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1329
e2a71e28
JB
13302008-08-23 Johan Bockgard <bojohan@muon>
1331
1332 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1333
5c52e13c
CY
13342008-08-22 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * mini.texi (Minibuffer): Simplify introduction.
1337 (Minibuffer File): Document tilde in minibuffer filenames.
1338 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1339 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1340 (Completion Example): Update example to current command list.
1341 (Completion Options): Document `lazy' value of completion-auto-help.
1342 Update contents of completion-ignored-extensions.
1343 (Minibuffer History): Describe "future history" list. State default
1344 value of history-delete-duplicates.
1345
77a00355
GM
13462008-08-21 Glenn Morris <rgm@gnu.org>
1347
1348 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1349 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1350
39ee1d04
CY
13512008-08-17 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * regs.texi (Registers): Clarify valid register names.
1354 (RegPos): Note that buffer is saved and restored too.
1355 (RegText): Note that mark is reactivated/deactivated.
1356 (RegConfig): Xref to Windows node.
1357
b12c348f
CY
13582008-08-16 Chong Yidong <cyd@stupidchicken.com>
1359
3ae7ba79
CY
1360 * basic.texi (Inserting Text): Provide command name for C-q.
1361
b12c348f
CY
1362 * killing.texi (Killing): Copyedit. Define read-only text.
1363 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1364 (Killing by Lines): Copyedit.
1365 (Other Kill Commands): Move M-w description here.
1366 (Yanking): Move M-w to Other Kill Commands.
1367 (Kill Ring): Also mention saving text in registers. Link to Text
1368 Properties in elisp manual.
1369 (Accumulating Text): Copyedit.
1370 (CUA Bindings): Shift selection is now the default.
1371
d8ff7692
TZ
13722008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1373
1374 * maintaining.texi (Change Log): Mention next-error is available.
1375
a43a8a2e
GM
13762008-08-10 Glenn Morris <rgm@gnu.org>
1377
1378 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1379 and intermonth text.
1380 (Holiday Customizing): Add holiday-chinese.
1381
eba27308
EZ
13822008-08-08 Eli Zaretskii <eliz@gnu.org>
1383
1384 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1385
5f14a5b3
DN
13862008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1387
1388 * files.texi (Log Buffer): Describe C-c C-d.
1389 (Diff Mode): Describe C-x 4 A.
1390
49989bff
EZ
13912008-08-06 Eli Zaretskii <eliz@gnu.org>
1392
1393 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1394
5c915c02
DN
13952008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1396
2beaf97a
DN
1397 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1398 describe the new bindings to show the changeset diff, toggle annotation
1399 visibility, show revisions.
1400 (VC Status): Describe key bindings for modifying the change comments,
1401 displaying changeset diffs and annotations.
1402
5c915c02
DN
1403 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1404
71798ace
NR
14052008-08-05 Nick Roberts <nickrob@snap.net.nz>
1406
1407 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1408
b8949644
EZ
14092008-08-02 Eli Zaretskii <eliz@gnu.org>
1410
1411 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1412 and wording.
1413
819567d1
DN
14142008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1415
1416 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1417 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1418 commands. Improve some old info.
1419
5f38310a
CY
14202008-07-31 Chong Yidong <cyd@stupidchicken.com>
1421
0dc3906b
CY
1422 * display.texi (Visual Line Mode): New node.
1423
5f38310a
CY
1424 * basic.texi (Inserting Text): Move DEL to deletion node.
1425 (Moving Point): Add additional alternative key bindings. Describe
1426 line-move-visual.
1427 (Erasing): Describe DEL.
1428 (Basic Undo, Blank Lines, Arguments): Copyedit.
1429 (Continuation Lines): Mention Visual Line mode.
1430 (Position Info): Move extended discussion to mule.texi.
1431
1432 * mule.texi (International Chars): Describe C-x =.
1433
1434 * emacs.texi (Top): Add Visual Line Mode node.
1435
7c2fb837
DN
14362008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * emacs.texi: Remove VMS support.
1439
3f6b73ef
DN
14402008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1441
1442 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1443 the vc-dir command name.
1444
9e2a2647
DN
14452008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1446
1447 * xresources.texi: Remove mentions of Mac Carbon.
1448
568beaa2
AS
14492008-07-19 Andreas Schwab <schwab@suse.de>
1450
1451 * ns-emacs.texi: Move to ../misc.
1452
0ef94706
CY
14532008-07-15 Chong Yidong <cyd@stupidchicken.com>
1454
1455 * entering.texi (Exiting): Don't describe text-only terminals as the
1456 default. Describe the new startup screen.
1457 (Exiting): Describe how to kill Emacs first. Change description of
1458 iconification to handle modern window systems.
1459
ba60bd44 14602008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1461
1462 * ns-emacs.texi: New file, documents features of Emacs port under
1463 NeXTstep windowing.
1464
9f30aa73
CY
14652008-07-15 Chong Yidong <cyd@stupidchicken.com>
1466
938a5d2e
CY
1467 * entering.texi (Entering Emacs): Update prev node.
1468
1469 * glossary.texi (Glossary): Remove xref to Text Characters.
1470
9f30aa73
CY
1471 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1472 directly, rather than in the context of ASCII. Move description of
1473 special properties of modifier key to new Modifier Keys node.
1474 (Keys): Copyedit.
1475 (Text Characters): Delete node. Multibyte is the default nowadays, and
1476 the node contents are obsolete.
1477
1478 * custom.texi (Modifier Keys): New node.
1479
1480 * emacs.texi (Top): Update node list.
1481
7e53d36c
CY
14822008-07-13 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1485 saying that Emacs provides menus and mouse support (which is par for
1486 the course).
1487
1488 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1489 early on.
1490 (Point): Copyedit. Relegate historical trivia to a footnote.
1491 (Mode Line): Explain mode-line format more consistently.
1492 (Menu Bar): Copyedit.
1493
1e9fa96d
GM
14942008-06-27 Glenn Morris <rgm@gnu.org>
1495
1496 * cal-xtra.texi (Sexp Diary Entries):
1497 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1498
dc9bebb8
CY
14992008-06-26 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * mark.texi (Shift selection): New node.
1502 (Mark): Copyedits.
1503 (Persistent Mark): Move to the end of the chapter.
1504
e7881076
EZ
15052008-06-20 Eli Zaretskii <eliz@gnu.org>
1506
1507 * makefile.w32-in (distclean): Remove makefile.
1508
f427400c
NR
15092008-06-17 Nick Roberts <nickrob@snap.net.nz>
1510
1511 * building.texi (Starting GUD): Add an entry for gud-gdb.
1512 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1513 command mode.
1514
b597d348
GM
15152008-06-17 Glenn Morris <rgm@gnu.org>
1516
1517 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1518
647b7094
NR
15192008-06-17 Nick Roberts <nickrob@snap.net.nz>
1520
1521 * building.texi (Starting GUD): Expand on remote debugging.
1522 (Other GDB-UI Buffers): Mention new keyboard bindings.
1523
47a30023
GM
15242008-06-15 Glenn Morris <rgm@gnu.org>
1525
1526 * gnu.texi: Use a verbatim license for this invariant section,
1527 as per etc/GNU.
1528
37e5d54a
GM
15292008-06-13 Daniel Engeler <engeler@gmail.com>
1530
1531 * emacs.texi, misc.texi: Add documentation about serial port access.
1532
8e65d46c
GM
15332008-06-13 Glenn Morris <rgm@gnu.org>
1534
c1473b4c
MB
1535 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1536 maintain.info.
8e65d46c 1537
e40a85cd
MB
15382008-06-05 Miles Bader <miles@gnu.org>
1539
1540 * display.texi (Temporary Face Changes): Update to reflect function
1541 renamings in face-remap.el.
1542
56c73dec
MB
15432008-06-04 Miles Bader <miles@gnu.org>
1544
1545 * display.texi (Temporary Face Changes): Add
1546 `adjust-buffer-face-height'. Rewrite description of
1547 `increase-buffer-face-height' and `decrease-default-face-height' now
1548 that they aren't bound by default.
1549
9d3d42fb
MB
15502008-06-03 Miles Bader <miles@gnu.org>
1551
1552 * display.texi (Temporary Face Changes): New node.
1553
2be6bfe2
EZ
15542008-05-31 Eli Zaretskii <eliz@gnu.org>
1555
1556 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1557
daf7e339
GM
15582008-05-31 Glenn Morris <rgm@gnu.org>
1559
1560 * cal-xtra.texi (Fancy Diary Display): Simplify.
1561
d21d2618
GM
15622008-05-30 Glenn Morris <rgm@gnu.org>
1563
1564 * cal-xtra.texi (Fancy Diary Display): Update for
1565 diary-display-function replacing diary-display-hook.
1566
71ce5fd0
JB
15672008-05-29 Drew Adams <drew.adams@oracle.com>
1568
1569 * msdog.texi (Windows Keyboard): Add descriptions of
1570 w32-register-hot-key and w32-unregister-hot-key.
1571
a3cdbdf8
MO
15722008-05-21 Tom Tromey <tromey@redhat.com>
1573
1574 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1575 Variables node.
1576
854a574c
MO
15772008-05-19 Tom Tromey <tromey@redhat.com>
1578
1579 * custom.texi (Variables): Add Directory Variables to menu.
1580 (Directory Variables): New node.
1581
7c2ec3f9
ER
15822008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1583
71ce5fd0 1584 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1585
370fded4
ER
15862008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1587
1588 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1589 Revision Tags and rewritten. Section now uses modern terminology,
1590 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1591 accurately.
1592
6af511e3
EZ
15932008-05-10 Eli Zaretskii <eliz@gnu.org>
1594
1595 * msdog.texi (Windows Files): Update documentation of
1596 w32-get-true-file-attributes.
1597
7a78b6e7
ER
15982008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1599
1600 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1601 directory mode.
1602
1bcfc24e
CY
16032008-05-08 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1606 entry "television".
1bcfc24e 1607
db86064f
ER
16082008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1609
ab5ec32c 1610 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1611
a31b405e
ER
16122008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1613
1614 * emacs/buffers.texi, emacs/files.texi (Version-control):
1615 vc-toggle-read-only is no longer a good idea...
1616
ff2c14fc
GM
16172008-04-29 Glenn Morris <rgm@gnu.org>
1618
1619 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1620
367c9b7c
JL
16212008-04-22 Juri Linkov <juri@jurta.org>
1622
1623 * dired.texi (Subdirectories in Dired): Describe using `^'
1624 to return to the parent directory.
1625
4ac1e9b4
NR
16262008-04-22 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1629 recent changes.
1630
b9b3bf2b
NR
16312008-04-19 Nick Roberts <nickrob@snap.net.nz>
1632
1633 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1634 (Other GDB-UI Buffers): Update for recent thread related changes.
1635
4d120d6a
SM
16362008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1637
1638 * maintaining.texi (Maintaining):
1639 * emacs.texi (Top): Typo.
1640
a152877d
SM
16412008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1642
b9b3bf2b
NR
1643 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1644 arg in `font-lock-add-keywords'.
a152877d 1645
36c0514c
GM
16462008-04-08 Glenn Morris <rgm@gnu.org>
1647
1648 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1649 Also add Baha'i calendar references where appropriate.
1650
06a97d46
GM
16512008-04-05 Glenn Morris <rgm@gnu.org>
1652
1653 * custom.texi (Init File): Byte-compiling .emacs is bad.
1654
6adc6eed
SM
16552008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1658
571388b0
GM
16592008-03-29 Glenn Morris <rgm@gnu.org>
1660
1661 * calendar.texi: Update for `calendar-date-style' replacing
1662 `european-calendar'.
1663
3ae8f876
JR
16642008-03-28 Jason Rumney <jasonr@gnu.org>
1665
1666 * display.texi (Display Custom): Mention overlay-margin in text.
1667
5bc6ddff 16682008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1669
5bc6ddff
MB
1670 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1671 tutorial' comments.
03a864d5 1672
7186a830
CY
16732008-03-28 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * mark.texi (Mark): Rearrange nodes.
1676 (Persistent Mark): Rename from Transient Mark.
1677 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1678 Describe Transient Mark mode as the default.
1679
1680 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1681 the default behavior with Transient Mark mode off.
1682 (Position Info): Fix typo.
1683
71ce5fd0
JB
1684 * display.texi (Standard Faces): Reference the Mark node.
1685 Remove discussion of the region face, which is discussed there.
7186a830
CY
1686
1687 * emacs.texi (Top): Update node listings.
1688
1689 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1690 as the default.
1691
1692 * fixit.texi (Undo): Standardize choice of undo key sequence.
1693 (Undo, Spelling): Describe Transient Mark mode as the default.
1694
1695 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1696 default.
1697
1698 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1699
1700 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1701 mode is the default, and note that the mark is not activated when set.
1702
1703 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1704 Describe Transient Mark mode as the default.
1705
1706 * search.texi (Basic Isearch): Reference the Mark Ring node.
1707 (Replace, Unconditional Replace, Other Repeating Search):
1708 Describe Transient Mark mode as the default.
1709
1710 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1711 Transient Mark mode as the default.
1712 (Paragraphs): Describe how M-h behaves when region is active.
1713
1714 * trouble.texi (Quitting): Clarify effects of C-g.
1715
dc47d1ff
GM
17162008-03-13 Glenn Morris <rgm@gnu.org>
1717
1718 * emacs.texi (EMACSVER): Set to 23.0.60.
1719
e3e0fb39 17202008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1721
e3e0fb39
GM
1722 * dired.texi (Hiding Subdirectories): Fix previous change.
1723
17242008-03-05 Drew Adams <drew.adams@oracle.com>
1725
1726 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1727
5e14abf8
KS
17282008-02-28 Kim F. Storm <storm@cua.dk>
1729
1730 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1731 Move describe-distribution to C-h C-o.
1732 Move view-emacs-problems to C-h C-p.
1733 Add view-emacs-debugging on C-h C-d.
1734 Add view-external-packages on C-h C-e.
d0207bf3 1735 Add view-order-manuals on C-h C-m.
5e14abf8 1736
d0207bf3 17372008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1738
1739 * msdog-xtra.texi (MS-DOS): Docstring fix.
1740
87e391bb
EZ
17412008-02-09 Eli Zaretskii <eliz@gnu.org>
1742
1743 * msdog.texi (Windows Fonts): Use a @table for describing font
1744 properties.
1745
5662e503
JR
17462008-02-07 Jason Rumney <jasonr@gnu.org>
1747
1748 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1749 value has changed.
1750 (Windows HOME): Clarify what is meant by "if that fails as well".
1751 (Windows Fonts): New section.
1752
72463824
GM
17532008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1754
1755 * basic.texi (Basic Undo): Remove duplicate "you can".
1756
7ff926e0
EZ
17572008-02-02 Eli Zaretskii <eliz@gnu.org>
1758
1759 * maintaining.texi (Tags): Fix last change.
1760
6ab7aef1
MA
17612008-02-02 Michael Albinus <michael.albinus@gmx.de>
1762
093571c3 1763 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1764
ace67e7e
NR
17652008-01-31 Nick Roberts <nickrob@snap.net.nz>
1766
1767 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1768
ae068fdf
RS
17692008-01-26 Richard Stallman <rms@gnu.org>
1770
1771 * maintaining.texi (Tags): Delete redundant index entry.
1772
a56d9a08
EZ
17732008-01-26 Eli Zaretskii <eliz@gnu.org>
1774
1775 * programs.texi (Imenu): Move "@cindex tags" from here...
1776 * maintaining.texi (Tags): ...to here.
1777
e941ed90
NR
17782008-01-23 Kevin Ryde <user42@zip.com.au>
1779
1780 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1781 click count.
1782
650276d5
JB
17832008-01-21 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * entering.texi (Exiting): Fix typo.
1786 Reported by D. E. Evans <sinuhe@gnu.org>.
1787
8dc17977
MR
17882007-12-31 Martin Rudalics <rudalics@gmx.at>
1789
1790 * glossary.texi (Glossary): Fix typo.
1791
9f9695a6
RS
17922007-12-27 Richard Stallman <rms@gnu.org>
1793
1794 * text.texi (Formatted Text): Improve menu tag.
1795 (Editing Format Info): In Info, add duplicate menu of nodes
1796 about the submenus.
1797 (Format Faces): Say where Faces menu is found. Mention Other.
1798 (Format Colors): Say where these submenus are found.
1799 (Format Indentation, Format Justification): Likewise.
1800 (Format Properties): Likewise.
1801
abfd0191
RS
18022007-12-22 Richard Stallman <rms@gnu.org>
1803
1804 * search.texi (Query Replace): Make exp of query-replace more
1805 self-contained, and clarify.
8dc17977 1806
abfd0191
RS
1807 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1808
a2586785
RS
18092007-12-15 Richard Stallman <rms@gnu.org>
1810
1811 * files.texi (Auto Save): Clarify definition of auto-saving.
1812
a67cf2bb
RS
18132007-11-26 Richard Stallman <rms@gnu.org>
1814
1815 * help.texi (Help Echo): Cleanups.
1816
448b33b1
TTN
18172007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1818
1819 * files.texi (Why Version Control?): Fix typo.
1820 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1821 (Selecting a Fileset): Fix typos; small rewording.
1822 (Log Buffer): Likewise.
1823 (Old Revisions): Likewise.
448b33b1 1824
221bb7f6
EZ
18252007-11-17 Eli Zaretskii <eliz@gnu.org>
1826
1827 * mule.texi (Communication Coding): Fix wording of last change.
1828
d0207bf3 18292007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1830
630cb3b7
JB
1831 * custom.texi (Specifying File Variables):
1832 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1833
53b7759e
KH
18342007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1835
a5ab2e0c 1836 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1837
1838 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1839
c8763fb6 18402007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1841
630cb3b7 1842 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1843 --output=file.
1844
ff98e024
MR
18452007-11-13 Martin Rudalics <rudalics@gmx.at>
1846
1847 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1848 (Help Echo): Avoid mentioning the term "region" here and
1849 consistently use the term "active text".
1850
37b11c22
GM
18512007-11-11 Glenn Morris <rgm@gnu.org>
1852
1853 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1854
21d50ba1
JL
18552007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1856
1857 * search.texi (Query Replace): Mention
1858 `query-replace-show-replacement'.
1859
c12ecb0a 18602007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1861
1862 * building.texi (Watch Expressions): Remove obscure sentence.
1863
3b4201f4
KH
18642007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1865
1866 * mule.texi (Select Input Method): Describe how to activate an input
1867 method in the text mode.
1868
07e5c0b0
DN
18692007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1870
1871 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1872
52dd7391
NR
18732007-10-30 Nick Roberts <nickrob@snap.net.nz>
1874
1875 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1876
c004e539
GM
18772007-10-30 Glenn Morris <rgm@gnu.org>
1878
1879 * misc.texi (Directory Tracking): Explain a bit more about
1880 dirtrack-mode.
1881
ca8c5b8c
GM
18822007-10-25 Glenn Morris <rgm@gnu.org>
1883
1884 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1885
b6c764ef
RS
18862007-10-24 Richard Stallman <rms@gnu.org>
1887
1888 * misc.texi (Interactive Shell): Cleanup last change.
1889
eabd84c9
JL
18902007-10-22 Juri Linkov <juri@jurta.org>
1891
1892 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1893 default values.
1894
0b43c7e2
ER
18952007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1896
ca8c5b8c 1897 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1898 'filesets'.
1899
a80859d4
MR
19002007-10-18 Martin Rudalics <rudalics@gmx.at>
1901
1902 * trouble.texi (Quitting): Fix typo.
1903
c9447ae1
GM
19042007-10-18 Glenn Morris <rgm@gnu.org>
1905
1906 * frames.texi (Mode Line Mouse): Mention minor mode names.
1907
168b980f
JL
19082007-10-17 Juri Linkov <juri@jurta.org>
1909
1910 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1911 fill-paragraph operates on the active region in Transient Mark mode.
1912 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1913 with fill-paragraph.
1914
1915 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1916 fill-paragraph.
1917
1918 * fixit.texi (Spelling): ispell-word operates on the active region
1919 in Transient Mark mode.
1920
5a331f34
JB
19212007-10-17 Aaron S. Hawley <aaronh@garden.org>
1922
1923 * building.texi (Source Buffers):
1924 * custom.texi (Init Non-ASCII):
1925 * glossary.texi (Glossary): Use "key binding" consistently.
1926
2a9f4d55
JB
19272007-10-17 Juanma Barranquero <lekktu@gmail.com>
1928
1929 * calendar.texi (Diary): Fix directive.
1930
de13cecf
RS
19312007-10-16 Richard Stallman <rms@gnu.org>
1932
1933 * calendar.texi (Diary): Clarify text about diary file example.
1934
5f90d53e
ER
19352007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1936
1937 * files.texi: Capitalize node names according to convention.
1938
3aa491bc
GM
19392007-10-13 Glenn Morris <rgm@gnu.org>
1940
1941 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1942
8a3106d3
ER
19432007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1944
1945 * emacs.texi:
1946 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1947 suggested by RMS and Robert J. Chassell.
8a3106d3 1948
da1080a2
ER
19492007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1950
3aa491bc 1951 * files.texi (Version Systems):
0870a421
ER
1952 * vc-xtra.texi:
1953 * vc1-xtra.texi:
ac3f4c6f 1954 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1955 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1956 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1957 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1958
58ade22b
ER
19592007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1960
da1080a2 1961 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1962 Reorder the descriptions to be chronological.
1963
93870ce2
RS
19642007-10-09 Richard Stallman <rms@gnu.org>
1965
1966 * display.texi (Cursor Display): Correct how cursor appears
1967 in nonselected windows.
1968
568c7288
NR
19692007-10-04 Nick Roberts <nickrob@snap.net.nz>
1970
1971 * building.texi (GDB Graphical Interface): Remove references to gdba
1972 and mention gud-gdb.
1973
1af74d06 19742007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1975
1af74d06 1976 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1977
0d8fb755
JL
19782007-10-06 Juri Linkov <juri@jurta.org>
1979
1980 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1981 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1982 fill-paragraph-or-region.
1983
1984 * basic.texi (Arguments): Replace fill-paragraph with
1985 fill-paragraph-or-region.
1986
b981e2c6
ER
19872007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1988
1989 * files.texi: Update the section on version control for 2007
2a9f4d55 1990 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1991 will come later.
1992
5fceaf9c
GM
19932007-09-15 Glenn Morris <rgm@gnu.org>
1994
1995 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1996 to `list-holidays'.
1997
b0e44b17
GM
19982007-09-14 Glenn Morris <rgm@gnu.org>
1999
2000 * calendar.texi: Update all instances of mark-calendar-holidays,
2001 list-calendar-holidays, list-holidays with the new names.
2002
8cf51b2c
GM
20032007-09-06 Glenn Morris <rgm@gnu.org>
2004
46a367db 2005 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
2006 Split into the Emacs manual in emacs/, and other manuals in misc/.
2007 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2008 manual.
2009 (infodir): New variable.
2010 (info): Use $infodir.
2011 (emacsman): Delete target, not needed any more.
2012 Move all targets that are not the Emacs manual to misc/Makefile.in.
2013 (mostlyclean): Remove `gnustmp'.
2014 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
2015 manual.
92f9b43f 2016 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
2017 (emacsman): Delete target, not needed any more.
2018 (clean): Remove all info files but Emacs manual.
2019 Move all targets that are not the Emacs manual to misc/Makefile.in.
2020 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
2021
2022 * Makefile.in (INFOSOURCES): Delete.
2023 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
2024 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
2025 *.vrs *.toc here...
2026 (maintainer-clean): ...from here.
2027
20282007-09-05 Glenn Morris <rgm@gnu.org>
2029
2030 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
2031
8cf51b2c
GM
20322007-08-29 Glenn Morris <rgm@gnu.org>
2033
2034 * emacs.texi (EMACSVER): Increase to 23.0.50.
2035
3420c522
RS
20362007-08-27 Richard Stallman <rms@gnu.org>
2037
2038 * emacs.texi (Top): Clarify menu item for Glossary.
2039
2040 * display.texi (Faces): Change secn title.
2041 Clarify not all fonts come from Font Lock.
2042
8cf51b2c
GM
20432007-08-17 Eli Zaretskii <eliz@gnu.org>
2044
2045 * basic.texi (Position Info): Add index entry for face at point.
2046 Mention that character faces are also displayed by "C-u C-x =".
2047
8cf51b2c
GM
20482007-08-08 Glenn Morris <rgm@gnu.org>
2049
2050 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
2051
20522007-08-07 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * files.texi (File Conveniences): Document point motion keys in Image
2055 mode.
2056
8cf51b2c
GM
20572007-07-27 Glenn Morris <rgm@gnu.org>
2058
8cf51b2c
GM
2059 * emacs.texi (Copying): Include license text from gpl.texi, rather than
2060 in-line.
2061
2062 * gpl.texi: New file with text of GPL.
2063 * Makefile.in (EMACSSOURCES): Add gpl.texi.
2064
20652007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2066
2067 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
2068
2069 * dired.texi (Wdired): Mention C-x C-q key binding.
2070
20712007-07-28 Nick Roberts <nickrob@snap.net.nz>
2072
2073 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
2074
20752007-07-25 Glenn Morris <rgm@gnu.org>
2076
8cf51b2c
GM
2077 * emacs.texi (Copying): Replace license with GPLv3.
2078
2079 * Relicense all FSF files to GPLv3 or later.
2080
20812007-07-24 Glenn Morris <rgm@gnu.org>
2082
2083 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
2084 for some calendars.
2085
20862007-07-23 Nick Roberts <nickrob@snap.net.nz>
2087
2088 * screen.texi (Mode Line): Describe new mode-line flag that shows if
2089 default-directory for the current buffer is on a remote machine.
2090
8cf51b2c
GM
20912007-07-21 Eli Zaretskii <eliz@gnu.org>
2092
2093 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
2094 default value.
2095
20962007-07-21 Richard Stallman <rms@gnu.org>
2097
2098 * files.texi (Why Version Control?): Improve previous change.
2099
21002007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
2101
2102 * files.texi (Why Version Control?): New node.
2103
8cf51b2c
GM
21042007-07-12 Nick Roberts <nickrob@snap.net.nz>
2105
8cf51b2c
GM
2106 * building.texi (Starting GUD): Add xref to this anchor.
2107
8cf51b2c
GM
21082007-06-24 Karl Berry <karl@gnu.org>
2109
2a9f4d55 2110 * emacs.texi: New Back-Cover Text.
8cf51b2c 2111
8cf51b2c
GM
21122007-06-07 Alan Mackenzie <acm@muc.de>
2113
2114 * display.texi (Optional Mode Line): Document the new form of
2115 line+column numbers, "(561,2)".
2116
21172007-06-06 Juanma Barranquero <lekktu@gmail.com>
2118
49823426 2119 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
2120
21212007-06-02 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * Version 22.1 released.
2124
8cf51b2c
GM
21252007-05-07 Karl Berry <karl@gnu.org>
2126
2127 * emacs.texi (EMACSVER): Back to 22.
2128
21292007-05-06 Richard Stallman <rms@gnu.org>
2130
2131 * maintaining.texi (Create Tags Table): Clean up previous change.
2132
c8763fb6 21332007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2134
2135 * maintaining.texi (Create Tags Table): Add text about the dangers of
2136 making symbolic links to tags files.
2137
21382007-05-04 Karl Berry <karl@gnu.org>
2139
2140 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
2141
21422007-05-03 Karl Berry <karl@gnu.org>
2143
2144 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2145
2146 * .cvsignore (*.pdf): New entry.
2147
8cf51b2c
GM
2148 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
2149 for printing.
2150
21512007-05-01 Richard Stallman <rms@gnu.org>
2152
2153 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
2154
8cf51b2c
GM
21552007-04-28 Glenn Morris <rgm@gnu.org>
2156
2157 * ack.texi (Acknowledgments):
2158 * anti.texi (Antinews):
8cf51b2c
GM
2159 * programs.texi (Program Modes): Restore mention of python.el pending
2160 consideration of legal status.
2161
21622007-04-28 Richard Stallman <rms@gnu.org>
2163
2164 * files.texi (File Names): Fixes to ~ description on MS systems.
2165
8cf51b2c
GM
21662007-04-26 Glenn Morris <rgm@gnu.org>
2167
2168 * emacs.texi (EMACSVER): Increase to 22.1.50.
2169
21702007-04-25 Karl Berry <karl@gnu.org>
2171
2172 * emacs.texi: Improve line breaks on copyright page,
2173 similar layout to lispref, 8.5x11 by default.
2174
2175 * dired.texi (Image-Dired): Improve line break, fix typo.
2176
21772007-04-24 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * programs.texi (Program Modes):
8cf51b2c
GM
2180 * anti.texi (Antinews):
2181 * ack.texi (Acknowledgments): python.el removed.
2182
8cf51b2c
GM
21832007-04-23 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * display.texi (Highlight Interactively): Correct description of
2186 hi-lock-file-patterns-policy.
2187
2188 * files.texi (File Archives): Mention self-extracting executables.
2189
21902007-04-23 Eli Zaretskii <eliz@gnu.org>
2191
2192 * search.texi (Unconditional Replace, Query Replace): Add xref to
2193 "Replacement and Case".
2194
21952007-04-22 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * dired.texi (Image-Dired): Move from Thumbnails node.
2198 * misc.texi (Thumbnails): Node deleted.
2199 * emacs.texi (Top): Update node listing.
2200
2201 * files.texi (File Conveniences):
49823426 2202 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
2203
22042007-04-21 Richard Stallman <rms@gnu.org>
2205
2206 * display.texi (Highlight Interactively): Correct previous change.
2207 Clarify doc of hi-lock-find-patterns, and move new features into it.
2208
22092007-04-20 David Koppelman <koppel@ece.lsu.edu>
2210
2211 * display.texi (Highlight Interactively): Document
2212 hi-lock-file-patterns-policy.
2213
22142007-04-20 Martin Rudalics <rudalics@gmx.at>
2215
2216 * display.texi (Scrolling): Fix typo.
2217
8cf51b2c
GM
22182007-04-15 Chong Yidong <cyd@stupidchicken.com>
2219
8cf51b2c
GM
2220 * doclicense.texi: Remove node heading, so that it can be included by
2221 other files.
2222
2223 * emacs.texi: Insert node heading for GFDL.
2224
8cf51b2c
GM
22252007-04-14 Eli Zaretskii <eliz@gnu.org>
2226
2227 * cmdargs.texi (Colors): Qualify "color of window" index entry by
2228 "command line".
2229
2230 * display.texi (Faces): Refer to "Creating Frames" for face
2231 and other frame customizations in .emacs.
2232
2233 * frames.texi (Creating Frames): Mention that face customizations can
2234 be put in .emacs. Add index entries.
2235
22362007-04-12 Richard Stallman <rms@gnu.org>
2237
2238 * glossary.texi (Glossary): Explain `iff'.
2239
22402007-04-11 Karl Berry <karl@gnu.org>
2241
2242 * gnu.texi (Top),
2243 * macos.texi (Mac Font Specs),
2244 * anti.texi (Antinews),
2245 * xresources.texi (Resources),
2246 * misc.texi (Emulation),
2247 * calendar.texi (Daylight Saving),
2248 * dired.texi (Dired and Find),
2249 * rmail.texi (Remote Mailboxes),
2250 * sending.texi (Mail Headers),
2251 * programs.texi (Which Function),
2252 * files.texi (Recover),
2253 * buffers.texi (Uniquify),
2254 * frames.texi (Wheeled Mice),
2255 * killing.texi (Rectangles): Wording to improve breaks in
2256 8.5x11 format.
2257 * mule.texi (Language Environments): \hbadness=10000 since there's
2258 no way to reword.
2259 * emacs.texi (smallbook): New @set to more easily switch between
2260 smallbook and 8.5x11.
2261
22622007-04-11 Richard Stallman <rms@gnu.org>
2263
2264 * files.texi (File Conveniences): Add xref to Tumme.
2265 Delete text about Thumbnail mode.
2266
8cf51b2c
GM
22672007-04-09 Alan Mackenzie <acm@muc.de>
2268
2269 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2270 new name. Insert concept index entries.
2271
8cf51b2c
GM
22722007-04-08 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * display.texi (Standard Faces): Document prefix arg for
2275 list-faces-display.
2276
2277 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2278
8cf51b2c
GM
22792007-04-07 Chong Yidong <cyd@stupidchicken.com>
2280
8cf51b2c
GM
2281 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2282
2283 * files.texi (Misc File Ops): Rewrite description of
2284 insert-file-literally.
2285
8cf51b2c
GM
22862007-03-31 Eli Zaretskii <eliz@gnu.org>
2287
2288 * misc.texi (Printing): Postscript -> PostScript.
2289
8cf51b2c
GM
2290 * ack.texi (Acknowledgments): Postscript -> PostScript.
2291
2292 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2293
2294 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2295 below.
2296
22972007-03-30 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2300 Init Non-ASCII.
2301 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2302 (Init Non-ASCII): New node.
2303
23042007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2305
2306 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2307
8cf51b2c
GM
23082007-03-12 Glenn Morris <rgm@gnu.org>
2309
8cf51b2c
GM
2310 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2311 "Daylight Savings".
2312
49823426 2313 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2314 saving" in text throughout.
2315
8cf51b2c
GM
23162007-03-04 Richard Stallman <rms@gnu.org>
2317
2318 * custom.texi (Safe File Variables): Minor correction.
2319
8cf51b2c
GM
23202007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2321
2322 * rmail.texi (Movemail): Add internal ref.
2323 Don't indent the intro for the PROTO table.
2324 Format PROTO table items with @code.
2325
8cf51b2c
GM
23262007-02-26 Nick Roberts <nickrob@snap.net.nz>
2327
2328 * building.texi: Remove references to bashdb.
2329
8cf51b2c
GM
23302007-02-19 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * mule.texi (Language Environments): Update list of supported language
2333 environments.
2334
8cf51b2c
GM
23352007-02-14 Kim F. Storm <storm@cua.dk>
2336
2337 * building.texi (Grep Searching): Fix lgrep doc.
2338
23392007-02-12 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * back.texi: Remove unused file.
2342
c8763fb6 23432007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2344
2345 * maintaining.texi (Tag Syntax): Now --members is the default for
2346 etags, not for ctags yet.
2347
8cf51b2c
GM
23482007-02-03 Eli Zaretskii <eliz@gnu.org>
2349
2350 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2351 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2352 expects. Add comments to prevent people from inadvertently modifying
2353 the key parts needed by `texinfo-multiple-files-update'.
2354
23552007-01-29 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * frames.texi (Secondary Selection): Window clicked does not matter
2358 when mouse-yank-at-point is non-nil.
2359
8cf51b2c
GM
23602007-01-16 Glenn Morris <rgm@gnu.org>
2361
2362 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2363 system abbrev.
2364
23652007-01-11 Richard Stallman <rms@gnu.org>
2366
2367 * msdog.texi (Windows Keyboard): Another small cleanup.
2368
23692007-01-10 Richard Stallman <rms@gnu.org>
2370
2371 * msdog.texi (Windows Keyboard): Yet another try to make
2372 everyone happy with that passage.
2373
23742007-01-05 Richard Stallman <rms@gnu.org>
2375
2376 * anti.texi (Antinews): Mention M-x shell scrolling.
2377
23782007-01-05 Nick Roberts <nickrob@snap.net.nz>
2379
2380 * building.texi (Watch Expressions): Describe gdb-max-children.
2381
8cf51b2c
GM
23822007-01-04 Richard Stallman <rms@gnu.org>
2383
8cf51b2c
GM
2384 * msdog.texi (Windows Keyboard): Clarify previous change.
2385
8cf51b2c
GM
23862007-01-02 Richard Stallman <rms@gnu.org>
2387
2388 * custom.texi (Changing a Variable): Minor clarification.
2389 (Specific Customization): customize-customized => customize-unsaved.
2390
2391 * entering.texi (Entering Emacs): Clean up text about restarting
2392 Emacs for each file.
2393
2394 * misc.texi (Shell Options): Minor cleanup.
2395
2396 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2397 with Emacs, not vice versa.
2398
2399 * programs.texi (Symbol Completion): Recommend customizing
2400 window manager.
2401
2402 * xresources.texi (Resources): Minor fix.
2403
c8763fb6 24042007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2405
2406 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2407
24082007-01-01 Richard Stallman <rms@gnu.org>
2409
2410 * commands.texi (User Input): Document keys stolen by window mangers.
2411
24122006-12-31 Richard Stallman <rms@gnu.org>
2413
2414 * custom.texi (Specific Customization): Document customize-option
2415 instead of customize-variable.
2416
24172006-12-31 Kim F. Storm <storm@cua.dk>
2418
2419 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2420
24212006-12-30 Kim F. Storm <storm@cua.dk>
2422
2423 * killing.texi (CUA Bindings): Fix typo.
2424
2425 * xresources.texi (Table of Resources): Mention grow-only value for
2426 auto-resize-tool-bars.
2427
8cf51b2c
GM
24282006-12-27 Eli Zaretskii <eliz@gnu.org>
2429
2430 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2431 and how to get them back.
2432
24332006-12-26 Richard Stallman <rms@gnu.org>
2434
2435 * calendar.texi (Holidays): Holiday listing is based on current
2436 practice, but DST is not.
2437
24382006-12-25 Richard Stallman <rms@gnu.org>
2439
2440 * emacs.texi (Top): Update subnode menus.
2441
2442 * mark.texi (Transient Mark): Fix xref.
2443
2444 * killing.texi (Graphical Kill): Node deleted.
2445 (Killing): Add xref to Cut and Paste.
2446 (CUA Bindings): Update xref.
2447
2448 * frames.texi (Cut and Paste): New section to hold other nodes.
2449 (Mouse Commands): Node demoted.
2450 (Cut/Paste Other App): Split out from Mouse Commands.
2451 (Word and Line Mouse): Likewise.
2452 (Secondary Selection, Clipboard): Nodes demoted.
2453
8cf51b2c
GM
24542006-12-24 Kevin Ryde <user42@zip.com.au>
2455
2456 * calendar.texi (Holidays): US daylight saving begins second Sunday
2457 in March for 2007 onwards.
2458 (Daylight Savings): Show new US default daylight saving rules, 2nd
2459 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2460
24612006-12-23 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * calendar.texi (Scroll Calendar): < and > are switched.
2464
24652006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2466
2467 * killing.texi (Deletion): Describe M-\ prefix argument.
2468
24692006-12-23 Richard Stallman <rms@gnu.org>
2470
2471 * search.texi (Regexp Search): Explain why forward and reverse regexp
2472 search are not mirror images.
2473
8cf51b2c
GM
24742006-12-19 Kim F. Storm <storm@cua.dk>
2475
2476 * major.texi (Choosing Modes): Describe match-function elements for
2477 magic-mode-alist.
2478
8cf51b2c
GM
24792006-12-18 Eli Zaretskii <eliz@gnu.org>
2480
2481 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2482 peculiarities.
2483
24842006-12-18 Richard Stallman <rms@gnu.org>
2485
2486 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2487
8cf51b2c
GM
24882006-12-17 Alan Mackenzie <acm@muc.de>
2489
2490 * programs.texi (Left Margin Paren): Remove the bit which says
2491 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2492 Discuss some of the issues of setting this option to nil.
2493
24942006-12-17 Glenn Morris <rgm@gnu.org>
2495
2496 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2497
24982006-12-16 Eli Zaretskii <eliz@gnu.org>
2499
2500 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2501 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2502 NTFS volumes.
2503 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2504 volumes.
2505
25062006-12-15 Eli Zaretskii <eliz@gnu.org>
2507
2508 * text.texi (HTML Mode): Fix "C-c TAB".
2509
8cf51b2c
GM
25102006-12-09 Richard Stallman <rms@gnu.org>
2511
2512 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2513
25142006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2515
2516 * files.texi (Misc File Ops): Document insert-file-literally.
2517
25182006-12-08 Eli Zaretskii <eliz@gnu.org>
2519
2520 * cmdargs.texi (Colors): Note that --color is intended for overriding
2521 the terminal defaults, not for normal invocation.
2522
2523 * misc.texi (Emacs Server): Improve wording. Don't mention the
2524 ``server program''. Add a cross-reference to "Init File" node.
2525 (Invoking emacsclient): Add index entries. Document both short and
2526 long versions of command-line options. Document the -f option.
2527
8cf51b2c
GM
25282006-12-06 Richard Stallman <rms@gnu.org>
2529
2530 * text.texi (Outline Format): Say to set outline-regexp
2531 and outline-level with major modes and file local variables.
2532
c8763fb6 25332006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2534
2535 * anti.texi (Antinews): Mention the alternative to
2536 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2537
8cf51b2c
GM
2538 * misc.texi (Interactive Shell): Ditto.
2539
25402006-12-04 Eli Zaretskii <eliz@gnu.org>
2541
2542 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2543
2544 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2545
25462006-12-01 Eli Zaretskii <eliz@gnu.org>
2547
2548 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2549 colon in the mode line.
2550
2551 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2552
25532006-11-26 Nick Roberts <nickrob@snap.net.nz>
2554
2555 * building.texi (Watch Expressions): Mention SPC for expanding/
2556 contracting watch expressions.
2557
25582006-11-26 Kim F. Storm <storm@cua.dk>
2559
2560 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2561
25622006-11-26 Nick Roberts <nickrob@snap.net.nz>
2563
2564 * building.texi (Debugger Operation): Define text command mode.
2565 Clarify how tooltips work.
2566 (GDB Graphical Interface): Explain how to run in text command mode
2567 more clearly.
2568
25692006-11-25 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2572
25732006-11-22 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2576
8cf51b2c
GM
25772006-11-18 Chong Yidong <cyd@stupidchicken.com>
2578
2579 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2580 and EMACS is deprecated.
2581
25822006-11-18 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2585
c8763fb6 25862006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2587
2588 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2589
2590 * emacs.texi: Include xresources.texi both for info and dvi.
2591
2592 * xresources.texi: Merge text from xresmini.texi.
2593
c8763fb6 25942006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2595
2596 * glossary.texi: Fix typos.
2597
8cf51b2c
GM
25982006-11-06 Richard Stallman <rms@gnu.org>
2599
2600 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2601
2602 * ack.texi (Acknowledgments): Fix name spelling.
2603
26042006-11-01 Juri Linkov <juri@jurta.org>
2605
2606 * search.texi (Word Search): Document incremental word search.
2607
26082006-10-28 Glenn Morris <rgm@gnu.org>
2609
2610 * ack.texi (Acknowledgments): Add cal-html author.
2611
2612 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2613 Calendar"). Describe new package cal-html.
2614 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2615 Calendar Files."
2616
8cf51b2c
GM
26172006-10-23 Richard Stallman <rms@gnu.org>
2618
2619 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2620 Abbrev mode is enabled.
2621
8cf51b2c
GM
26222006-10-16 Richard Stallman <rms@gnu.org>
2623
8cf51b2c
GM
2624 * emacs.texi: Update ISBN.
2625
8cf51b2c
GM
26262006-10-11 Kim F. Storm <storm@cua.dk>
2627
2628 * emacs.texi (Acknowledgments): Use @dotless{i}.
2629
26302006-10-08 Nick Roberts <nickrob@snap.net.nz>
2631
2632 * building.texi (Breakpoints Buffer): Mention catchpoints.
2633
26342006-10-08 Kim F. Storm <storm@cua.dk>
2635
2636 * ack.texi (Acknowledgments): Update.
2637
2638 * emacs.texi (Acknowledgments): Fix bad @/ form.
2639
8cf51b2c
GM
26402006-10-05 Kim F. Storm <storm@cua.dk>
2641
2642 * emacs.texi (Acknowledgments): Add more contributors.
2643
26442006-10-03 Richard Stallman <rms@gnu.org>
2645
2646 * emacs.texi (Acknowledgments): Update version and edition.
2647
8cf51b2c
GM
26482006-10-01 Karl Berry <karl@gnu.org>
2649
2650 * custom.texi (Customization Groups): Page break to keep example buffer
2651 on one page.
2652
26532006-09-30 Karl Berry <karl@gnu.org>
2654
2655 * programs.texi (Basic Indent): @need to improve page break.
2656 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2657
26582006-09-29 Glenn Morris <rgm@gnu.org>
2659
2660 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2661
26622006-09-29 Karl Berry <karl@gnu.org>
2663
2664 * windows.texi (Basic Window): Remove forced @break, no longer
2665 desirable.
2666 * frames.texi (Frame Commands),
2667 * mark.texi (Marking Objects): Reword to avoid bad page break.
2668 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2669
26702006-09-19 Richard Stallman <rms@gnu.org>
2671
2672 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2673 stick to present tense.
2674
c8763fb6 26752006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2676
2677 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2678 to x-gtk-use-old-file-dialog.
2679 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2680
26812006-09-15 Jay Belanger <belanger@truman.edu>
2682
49823426 2683 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2684 Change "Library Public License" to "Lesser Public License"
2685 throughout. Use "yyyy" to represent year.
2686
8cf51b2c
GM
26872006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2688
2689 * files.texi (Visiting): Add index entry "open file".
2690
8cf51b2c
GM
26912006-09-11 Richard Stallman <rms@gnu.org>
2692
2693 * building.texi (Compilation Mode): Clarification.
2694 (Grep Searching): Add xref to Compilation Mode.
2695
8cf51b2c
GM
26962006-09-08 Richard Stallman <rms@gnu.org>
2697
2698 * search.texi (Search): Ref multi-file search commands here.
2699 (Other Repeating Search): Not here.
2700
8cf51b2c
GM
27012006-08-28 Richard Stallman <rms@gnu.org>
2702
2703 * windows.texi (Split Window): Update xref.
2704
2705 * basic.texi (Continuation Lines): Update xref.
2706
2707 * indent.texi (Tab Stops): Update xref.
2708
2709 * emacs.texi (Top): Update subnode menu.
2710
2711 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2712 split out of Display Custom.
2713
27142006-08-25 Kim F. Storm <storm@cua.dk>
2715
2716 * display.texi (Display Custom): Add variables overline-margin
2717 and x-underline-at-descent-line.
2718
27192006-08-25 Richard Stallman <rms@gnu.org>
2720
2721 * entering.texi (Exiting): Rewrite to give graphical displays
2722 priority over text terminals.
2723
2724 * search.texi (Incremental Search): Move index entries.
2725
27262006-08-23 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * custom.texi (Init File): Reference Find Init to avoid "home
2729 directory" confusion.
2730
27312006-08-22 Nick Roberts <nickrob@snap.net.nz>
2732
2733 * building.texi (Other GDB-UI Buffers): Describe how to edit
2734 a value in the locals buffer.
2735
27362006-08-21 Richard Stallman <rms@gnu.org>
2737
2738 * search.texi (Basic Isearch): Add `isearch' index entry.
2739
27402006-08-16 Richard Stallman <rms@gnu.org>
2741
2742 * misc.texi (Saving Emacs Sessions): Clean up wording.
2743
2744 * mark.texi (Marking Objects): Mention term "select all".
2745
2746 * emacs.texi (Top): Update subnode menu.
2747
2748 * help.texi (Help Mode): Move node up in file.
2749
8cf51b2c
GM
27502006-08-15 Nick Roberts <nickrob@snap.net.nz>
2751
2752 * building.texi (Stack Buffer): Explain fringe arrow.
2753
8cf51b2c
GM
27542006-08-12 Eli Zaretskii <eliz@gnu.org>
2755
8cf51b2c
GM
2756 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2757 on startup.
2758
27592006-08-11 Romain Francoise <romain@orebokech.com>
2760
2761 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2762
27632006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2764
2765 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2766
27672006-08-10 Richard Stallman <rms@gnu.org>
2768
2769 * text.texi (Format Faces): Substantial rewrites to deal
2770 with face merging. Empty regions don't count. Clarify
2771 face property inheritance.
2772
27732006-08-08 Romain Francoise <romain@orebokech.com>
2774
2775 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2776 <arjuropo@cc.jyu.fi>.
2777
8cf51b2c
GM
27782006-08-04 Eli Zaretskii <eliz@gnu.org>
2779
2780 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2781 apply to all frames.
2782
8cf51b2c
GM
27832006-08-01 Richard Stallman <rms@gnu.org>
2784
2785 * help.texi (Name Help): Add index entries for describe-variable.
2786
27872006-08-01 Nick Roberts <nickrob@snap.net.nz>
2788
2789 * building.texi (GDB Graphical Interface): Shorten node names.
2790 (GDB-UI Layout): Use GDB-related.
2791 (Other GDB-UI Buffers): Simplify English.
2792
27932006-07-31 Richard Stallman <rms@gnu.org>
2794
2795 * search.texi (Query Replace): Add xref for Dired's Q command.
2796
8cf51b2c
GM
27972006-07-31 Nick Roberts <nickrob@snap.net.nz>
2798
2799 * building.texi (GDB commands in Fringe): Rename to...
2800 (Source Buffers): ..this and move forward. Describe hollow arrow and
2801 new option gdb-find-source-frame.
2802
28032006-07-29 Richard Stallman <rms@gnu.org>
2804
2805 * dired.texi (Operating on Files): Simplify previous change
2806 and fix Texinfo usage.
2807
28082006-07-29 Eli Zaretskii <eliz@gnu.org>
2809
2810 * dired.texi (Operating on Files): Add cross-references. State the
2811 Unix commands that do similar things.
2812
28132006-07-28 Richard Stallman <rms@gnu.org>
2814
2815 * mark.texi (Transient Mark): Clarify that region never disappears
2816 when Transient Mark mode is off, and not when it is on.
2817
28182006-07-27 Richard Stallman <rms@gnu.org>
2819
2820 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2821
28222006-07-24 Richard Stallman <rms@gnu.org>
2823
2824 * xresources.texi (GTK styles): Fix texinfo usage.
2825
8cf51b2c
GM
2826 * commands.texi (User Input): Explain why we teach keyboard cmds.
2827
2828 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2829 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2830 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2831 * doclicense.texi, display.texi, dired.texi, basic.texi:
2832 * anti.texi, ack.texi: Move periods and commas inside quotes.
2833
28342006-07-22 Eli Zaretskii <eliz@gnu.org>
2835
2836 * cmdargs.texi (General Variables): Document EMAIL.
2837
28382006-07-21 Eli Zaretskii <eliz@gnu.org>
2839
2840 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2841 doesn't have effect on MS-Windows.
2842
8cf51b2c
GM
28432006-07-17 Richard Stallman <rms@gnu.org>
2844
2845 * building.texi (Grep Searching): Explain about chaining grep commands.
2846
8cf51b2c
GM
28472006-07-10 Nick Roberts <nickrob@snap.net.nz>
2848
49823426 2849 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2850
28512006-07-09 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2854 is invoked for multiple files.
2855
28562006-07-08 Eli Zaretskii <eliz@gnu.org>
2857
2858 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2859 on-line manual for the rest of this node.
2860 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2861 unconditionally.
2862 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2863 Improve wording.
2864 (Windows Printing): Improve wording.
2865 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2866 rest of this node.
2867
8cf51b2c
GM
28682006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2869
49823426
GM
2870 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2871 with eval-buffer.
8cf51b2c
GM
2872
28732006-07-05 Nick Roberts <nickrob@snap.net.nz>
2874
2875 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2876 of character translation.
2877
28782006-07-04 Nick Roberts <nickrob@snap.net.nz>
2879
2880 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2881
28822006-07-03 Karl Berry <karl@gnu.org>
2883
2884 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2885 not-too-underfull hboxes in the TeX output.
2886 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2887 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2888 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2889 * sending.texi, text.texi: Fix overfull/underfull boxes.
2890
28912006-07-03 Romain Francoise <romain@orebokech.com>
2892
2893 * m-x.texi (M-x): Fix.
2894
28952006-07-03 Richard Stallman <rms@gnu.org>
2896
8cf51b2c
GM
2897 * search.texi (Other Repeating Search): filename -> file name.
2898
2899 * misc.texi (Narrowing): Minor cleanups.
2900
2901 * files.texi (Visiting): filename -> file name.
2902
2903 * emacs.texi (Top): Update subnode menus.
2904
2905 * mule.texi (Coding Systems): Move char translation stuff here.
2906 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2907 (Recognize Coding): Substantial local rewrites.
2908 (International): Update menu.
2909
2910 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2911 (Scrolling): Substantial local rewrites.
2912 (Display): Update menu and intro.
2913
2914 * dired.texi: filename -> file name.
2915
2916 * custom.texi (Safe File Variables): Texinfo usage fix.
2917
f0131492 29182006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2919
2920 * help.texi, m-x.texi: Lots of cleanups.
2921
8cf51b2c
GM
29222006-06-30 Eli Zaretskii <eliz@gnu.org>
2923
2924 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2925 (Windows Processes, Windows Misc): Shorten the printed version by
2926 selectively conditioning less important portions by @ifnottex.
2927
8cf51b2c
GM
29282006-06-27 Richard Stallman <rms@gnu.org>
2929
2930 * mini.texi (Minibuffer File): Minor cleanup.
2931
29322006-06-25 Nick Roberts <nickrob@snap.net.nz>
2933
2934 * frames.texi (XTerm Mouse): Rename to...
2935 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2936
2937 * emacs.texi (Top): Use new node name.
2938
29392006-06-24 Eli Zaretskii <eliz@gnu.org>
2940
2941 * emacs.texi (Top): Update the detailed menu according to changes in
2942 msdog.texi.
2943
2944 * msdog.texi (Windows Keyboard): New section.
2945 (Windows Mouse): New section.
2946 (Windows System Menu): Remove section (text merged with "Windows
2947 Keyboard").
2948 (Windows Misc): New section.
2949
2950 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2951
2952 * msdog.texi (ls in Lisp): New section.
2953
2954 * files.texi (Visiting): Document case-insensitive wildcard matching
2955 under find-file-wildcards.
2956
8cf51b2c
GM
29572006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2958
2959 * macos.texi (Mac Input): Add description of mac-function-modifier.
2960 Now Unicode keyboard layouts work.
2961
8cf51b2c
GM
29622006-06-10 Richard Stallman <rms@gnu.org>
2963
2964 * mule.texi (Recognize Coding): Clarify previous change.
2965
29662006-06-09 Kenichi Handa <handa@m17n.org>
2967
2968 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2969 notation.
2970
29712006-06-07 Kevin Ryde <user42@zip.com.au>
2972
2973 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2974 manual for @ifnottex, but in emacs-extra for @iftex.
2975
2976 * cmdargs.texi (General Variables): Fix smtpmail xref.
2977
29782006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2979
8cf51b2c 2980 * programs.texi (Comment Commands):
8cf51b2c 2981 * custom.texi (Specifying File Variables):
49823426 2982 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2983
29842006-06-07 Nick Roberts <nickrob@snap.net.nz>
2985
2986 * building.texi (Watch Expressions): Move node to end.
2987 (GDB Graphical Interface): Move description of clicks in fringe...
2988 (GDB commands in the Fringe): ...to here. New node.
2989
8cf51b2c
GM
29902006-06-05 Romain Francoise <romain@orebokech.com>
2991
49823426 2992 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2993
29942006-06-05 Nick Roberts <nickrob@snap.net.nz>
2995
2996 * building.texi (GDB Graphical Interface): Update bindings.
2997 (Commands of GUD): Add gud-print. Remove gud-run.
2998 Restate availability more generally.
2999
f0131492 30002006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3001
3002 * mini.texi: Lots of cleanups.
3003
30042006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3005
3006 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
3007 and Mouse-2.
3008
c8763fb6 30092006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3010
3011 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
3012
8cf51b2c
GM
30132006-05-31 Richard Stallman <rms@gnu.org>
3014
3015 * basic.texi (Moving Point): Fix previous change.
3016
c8763fb6 30172006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3018
3019 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
3020
f0131492 30212006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
3022
3023 * basic.texi: Many simplifications and improvements in wording.
3024
8cf51b2c
GM
30252006-05-26 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * anti.texi (Antinews): Create a node for gdb-ui.
3028
8cf51b2c
GM
30292006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3030
3031 * frames.texi (Menu Bars, Tool Bars): Add index entries.
3032
30332006-05-20 Richard Stallman <rms@gnu.org>
3034
3035 * dired.texi (Dired Navigation): dired-goto-file is now j.
3036
8cf51b2c
GM
30372006-05-20 Eli Zaretskii <eliz@gnu.org>
3038
3039 * mule.texi (Coding Systems): Mention the undecided-* coding systems
3040 and their aliases.
3041
3042 * msdog.texi (Windows Printing): Mention non-support of plain text
3043 printing with some el-cheapo printers, and suggest a workaround.
3044
30452006-05-20 Kevin Ryde <user42@zip.com.au>
3046
3047 * text.texi (TeX Print): tex-dvi-view-command has a default value,
3048 remove the bit saying you must set it.
3049
30502006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3051
3052 * trouble.texi (Checklist):
3053 * text.texi (Text, Auto Fill, Text Mode):
3054 * search.texi (Nonincremental Search):
3055 * rmail.texi (Rmail Labels):
3056 * mule.texi (Input Methods, Multibyte Conversion):
3057 * misc.texi (Gnus, Where to Look, PostScript):
3058 * maintaining.texi (Create Tags Table):
3059 * indent.texi (Indentation Commands):
3060 * fixit.texi (Spelling):
3061 * emacs.texi (Copying):
3062 * custom.texi (Init File): ifinfo -> ifnottex.
3063
8cf51b2c
GM
30642006-05-17 Richard Stallman <rms@gnu.org>
3065
3066 * files.texi (Diff Mode): Mention C-x `.
3067
30682006-05-08 Richard Stallman <rms@gnu.org>
3069
3070 * custom.texi (Disabling): Textual cleanups.
3071
8cf51b2c
GM
30722006-05-12 Glenn Morris <rgm@gnu.org>
3073
3074 * calendar.texi (Displaying the Diary, Format of Diary File):
3075 Refer to diary-view-entries, diary-list-entries,
3076 diary-show-all-entries rather than obsolete aliases.
3077
30782006-05-12 Eli Zaretskii <eliz@gnu.org>
3079
3080 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3081 (Displaying the Diary, Special Diary Entries, Importing Diary):
3082 * building.texi (Compilation Shell):
3083 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
3084 emacs-xtra with @inforef's.
3085
3086 * files.texi (Visiting): Fix wording.
3087
3088 * mule.texi (Coding Systems, Text Coding): More indexing.
3089 Mention that C-x RET f can set eol conversion.
3090
c8763fb6 30912006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3092
3093 * xresmini.texi (GTK resources): Insert GTK description.
3094
3095 * xresources.texi (GTK resources): metafont should be menufont.
3096
8cf51b2c
GM
30972006-05-06 Michael Albinus <michael.albinus@gmx.de>
3098
49823426 3099 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
3100 method, user name and host name is active only in partial
3101 completion mode.
3102
8cf51b2c
GM
31032006-05-06 Eli Zaretskii <eliz@gnu.org>
3104
3105 * makefile.w32-in (emacs.dvi):
3106 * Makefile.in (emacs.dvi): Add xresmini.texi.
3107
3108 * xresmini.texi (Table of Resources): Remove xref to non-existent
3109 node "LessTif Resources".
3110
3111 * msdog.texi (Microsoft Windows):
3112 * calendar.texi (Calendar/Diary, Displaying the Diary)
3113 (Special Diary Entries, Importing Diary, Holidays):
3114 * programs.texi (Program Modes):
3115 * text.texi (Text):
3116 * buffers.texi (Several Buffers):
3117 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
3118
31192006-05-06 Eli Zaretskii <eliz@gnu.org>
3120
3121 The following changes merge the emacs-xtra manual into the main
3122 manual, but only for on-line version of the manual.
3123
3124 * vc2-xtra.texi (Version Backups, Local Version Control)
3125 (Making Snapshots, Change Logs and VC, Version Headers)
3126 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
3127 on-line manual.
3128
3129 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
3130 for on-line manual.
3131
3132 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
3133 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
3134 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
3135 for on-line manual.
3136
3137 * fortran-xtra.texi (Fortran, Fortran Autofill)
3138 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
3139 for on-line manual.
3140
3141 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
3142 Conditional xref's for on-line manual.
3143
3144 * emerge-xtra.texi (Emerge, Overview of Emerge)
3145 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
3146 manual.
3147
3148 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
3149 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3150 (EMACSSOURCES): Use EMACS_XTRA.
3151 (../info/emacs-xtra): Remove.
3152 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3153
3154 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
3155 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
3156 (EMACSSOURCES): Use EMACS_XTRA.
3157 ($(infodir)/emacs-xtra): Remove.
3158 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
3159
3160 * trouble.texi (Quitting):
3161 * text.texi (Text):
3162 * programs.texi (Program Modes):
3163 * msdog.texi (Microsoft Windows):
3164 * frames.texi (Frames):
3165 * files.texi (Backup, Version Control, VC Concepts)
3166 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
3167 (Registering, VC Status, VC Undo, Multi-User Branching)
3168 (Comparing Files):
3169 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
3170 (Displaying the Diary, Special Diary Entries, Importing Diary):
3171 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
3172 conditional xref's, depending on @iftex/@ifnottex.
3173
3174 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
3175 "MS-DOS". @include msdog-xtra.texi.
3176
3177 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
3178 <Top Level> [ifnottex]: @include fortran-xtra.texi.
3179
3180 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
3181 for vc-xtra.texi subsections.
3182 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
3183 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
3184
3185 * sending.texi (Sending Mail): A @node line without explicit Prev,
3186 Next, and Up links.
3187
3188 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
3189 Next, and Up links.
3190
3191 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
3192 and its sections. @include picture-xtra.texi.
3193
3194 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
3195 "Emerge".
3196 (List Tags) [ifnottex]: @include emerge-xtra.texi.
3197
3198 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
3199 exact duplicate of its name-sake in calendar.texi.
3200
3201 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
3202 "Advanced Calendar/Diary Usage".
3203 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
3204
3205 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
3206 dired-xtra.texi.
3207 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
3208
3209 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
3210 (Files) [ifnottex]: Add menu entry for Autorevert.
3211
3212 * emacs-xtra.texi (Introduction): Reword to make consistent with
3213 printed version only.
3214 <Top level>: Remove the body of all chapters and move them to the
3215 new *-xtra.texi files. Use @raisesections and @lowersections to
3216 convert sections to chapters etc.
3217
3218 * msdog-xtra.texi:
3219 * fortran-xtra.texi:
3220 * vc-xtra.texi:
3221 * vc1-xtra.texi:
3222 * vc2-xtra.texi:
3223 * emerge-xtra.texi:
3224 * cal-xtra.texi:
3225 * dired-xtra.texi:
3226 * arevert-xtra.texi: New files, with text from respective chapters
3227 of emacs-xtra.texi. Convert each @chapter into @section, @section
3228 into @subsection, etc.
3229
3230 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3231 updated.
3232
3233 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3234 Windows". All references updated.
3235
32362006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3237
3238 * macos.texi (Mac Input): Mention input from Character Palette.
3239 (Mac Font Specs): Fix typo.
3240
32412006-05-05 Richard Stallman <rms@gnu.org>
3242
3243 * files.texi (Diff Mode): Minor cleanup.
3244
32452006-05-05 Karl Berry <karl@gnu.org>
3246
8cf51b2c
GM
3247 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3248 errors from the current release of makeinfo (4.8).
3249 * help.texi (Library Keywords): Change widest word in multitable
3250 template from `emulations' to `convenience'. (Not sure if this is
3251 related to the font change.)
3252
32532006-05-05 Eli Zaretskii <eliz@gnu.org>
3254
3255 * files.texi (File Names): Add a footnote about limited support of
3256 ~USER on MS-Windows.
3257
3258 * cmdargs.texi (Initial Options): Add a footnote about limited
3259 support of ~USER on MS-Windows.
3260
32612006-05-03 Richard Stallman <rms@gnu.org>
3262
3263 * files.texi (Diff Mode): Node moved here.
3264 (Comparing Files): Delete what duplicates new node.
3265 (Files): Put Diff Mode in menu.
3266
3267 * misc.texi (Diff Mode): Moved to files.texi.
3268
3269 * emacs.texi (Top): Update menu for Diff Mode.
3270
3271 * trouble.texi (Emergency Escape): Simplify.
3272
3273 * emacs.texi (Top): Minor clarification.
3274
32752006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3276
3277 * commands.texi, entering.texi, screen.texi: Many simplifications.
3278
32792006-05-03 Richard Stallman <rms@gnu.org>
3280
3281 * commands.texi (Text Characters): Delete paragraph about unibyte
3282 non-ASCII printing chars.
3283
3284 * killing.texi (Killing): Say "graphical displays".
3285 * display.texi: Say "graphical displays".
3286
3287 * cmdargs.texi (Misc X): Say "graphical displays".
3288
32892006-05-01 Richard Stallman <rms@gnu.org>
3290
3291 * emacs.texi (Top): Add Diff Mode to menu.
3292
32932006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3294
3295 * misc.texi (Diff Mode): New node.
3296
32972006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3298
3299 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3300 (Mac Environment Variables): Shorten example line.
3301 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3302
33032006-05-01 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * building.texi (GUD Customization): Describe cases %d and %c.
3306 Update description for %e.
3307
33082006-04-30 Glenn Morris <rgm@gnu.org>
3309
3310 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3311
33122006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3313
3314 * custom.texi (Examining): Update C-h v output example.
3315
33162006-04-29 Kim F. Storm <storm@cua.dk>
3317
3318 * building.texi (Grep Searching): Add lgrep and rgrep.
3319
8cf51b2c
GM
33202006-04-23 Richard Stallman <rms@gnu.org>
3321
3322 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3323
3324 * xresmini.texi: New file.
3325
3326 * xresources.texi (Face Resources): Split table into font resources
3327 and the rest. Combine similar attributes for brevity.
3328
8cf51b2c
GM
33292006-04-21 Eli Zaretskii <eliz@gnu.org>
3330
3331 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3332 backslashes and case-insensitivity in file names (moved to the
3333 main manual).
3334 (MS-DOS Printing): Move most of the text to the main manual.
3335
3336 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3337 New nodes.
3338 (Windows Processes, Windows System Menu): Add index entries and
3339 fix wording.
3340
8cf51b2c
GM
33412006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3342
3343 * misc.texi (Shell Ring): Add notes on saved input when
3344 navigating off the end of the history list.
3345
33462006-04-18 Chong Yidong <cyd@mit.edu>
3347
3348 * misc.texi (Shell Options): Correct default value of
3349 comint-scroll-show-maximum-output.
3350
8cf51b2c
GM
33512006-04-18 Nick Roberts <nickrob@snap.net.nz>
3352
3353 * building.texi (Watch Expressions): Update.
3354
8cf51b2c
GM
33552006-04-12 Richard Stallman <rms@gnu.org>
3356
3357 * search.texi: Clean up previous change.
3358
33592006-04-12 Eli Zaretskii <eliz@gnu.org>
3360
3361 * search.texi (Regexp Backslash, Regexp Replace): Add index
3362 entries for ``back reference'' and mention the term itself in the
3363 text.
3364
33652006-04-11 Richard Stallman <rms@gnu.org>
3366
3367 * custom.texi (Safe File Variables):
3368 Document enable-local-variables = :safe.
3369
33702006-04-11 Karl Berry <karl@gnu.org>
3371
3372 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3373 (Remote Repositories, Version Backups, Local Version Control)
3374 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3375 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3376 (Renaming VC Work Files and Master Files)
3377 (Inserting Version Control Headers, Customizing VC, General Options)
3378 (Options for RCS and SCCS, Options specific for CVS): Move all
3379 these nodes to emacs-xtra.texi, for brevity.
3380 * cmdargs.texi, files.texi: Change cross-references.
3381
8cf51b2c
GM
33822006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3383
3384 * files.texi (Old Versions): Update description of vc-annotate's
3385 use of color to indicate date ranges.
3386
8cf51b2c
GM
33872006-04-09 Kevin Ryde <user42@zip.com.au>
3388
8cf51b2c
GM
3389 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3390 put info and printed manual names the right way around.
3391
33922006-04-09 Karl Berry <karl@gnu.org>
3393
3394 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3395 emacs-xtra.texi, leaving only MS Windows information.
3396 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3397 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3398 node names.
3399
3400 * emacs.texi: Move @summarycontents and @contents to the beginning
3401 of the file.
3402
8cf51b2c
GM
34032006-04-08 Kevin Ryde <user42@zip.com.au>
3404
3405 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3406
34072006-04-07 Richard Stallman <rms@gnu.org>
3408
3409 * programs.texi (Comments, Comment Commands, Options for Comments)
3410 (Multi-Line Comments): "Align", not "indent".
3411 (Basic Indent): C-j deletes trailing whitespace before the newline.
3412
34132006-04-06 Richard Stallman <rms@gnu.org>
3414
8cf51b2c
GM
3415 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3416
34172006-04-06 Eli Zaretskii <eliz@gnu.org>
3418
3419 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3420
8cf51b2c
GM
34212006-04-05 Richard Stallman <rms@gnu.org>
3422
3423 * emacs.texi (Top): Update subnode menu.
3424
3425 * trouble.texi (Unasked-for Search): Node deleted.
3426 (Lossage): Delete from menu.
3427
34282006-04-04 Richard Stallman <rms@gnu.org>
3429
3430 * trouble.texi: Various cleanups.
3431 (Checklist): Don't bother saying how to snail a bug report.
3432 (Emergency Escape): Much rewriting.
3433 (After a Crash): Rename the core dump immediately.
3434 (Total Frustration): Call it a psychotherapist.
3435 (Bug Criteria): Avoid "illegal instruction".
3436 (Sending Patches): We always put the contributor's name in.
3437
3438 * misc.texi (Thumbnails): Minor correction.
3439
8cf51b2c
GM
34402006-04-03 Richard Stallman <rms@gnu.org>
3441
3442 * misc.texi (Thumbnails): Minor cleanup.
3443
34442006-04-02 Karl Berry <karl@gnu.org>
3445
3446 * sending.texi (Mail Sending): pxref to Top needs five args.
3447
3448 * texinfo.tex: Update to current version (2006-03-21.13).
3449
8cf51b2c
GM
34502006-03-31 Richard Stallman <rms@gnu.org>
3451
3452 * emacs.texi (Top): Update subnode menu.
3453
3454 * help.texi (Help Mode): Cleanup.
3455
3456 * dired.texi: Many cleanups.
3457 (Dired Deletion): Describe dired-recursive-deletes.
3458 (Operating on Files): dired-create-directory moved.
3459 (Misc Dired Features): Move to here.
3460 (Tumme): Node moved to misc.texi.
3461
3462 * custom.texi: Many cleanups.
3463 (Minor Modes): Don't mention ISO Accents Mode.
3464 (Examining): Update C-h v output example.
3465 (Hooks): Add index and xref for add-hook.
3466 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3467 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3468
3469 * misc.texi: Many cleanups.
3470 (beginning): Add to summary of topics.
3471 (Shell): Put eshell xref at the end. Remove eshell from table.
3472 (Thumbnails): New node.
3473
8cf51b2c
GM
34742006-03-28 Eli Zaretskii <eliz@gnu.org>
3475
3476 * files.texi (File Name Cache): Make it clear that the cache is
3477 not persistent.
3478
8cf51b2c
GM
34792006-03-25 Karl Berry <karl@gnu.org>
3480
49823426
GM
3481 * emacs-xtra.texi, emacs.texi, gnu.texi:
3482 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3483 (2) do not indent copyright year list (or anything else).
3484
8cf51b2c
GM
34852006-03-21 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * files.texi (VC Dired Mode): Remove misplaced brackets.
3488
34892006-03-21 Andre Spiegel <spiegel@gnu.org>
3490
3491 * files.texi: Various updates and clarifications in the VC chapter.
3492
34932006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3494
3495 * help.texi (Help Mode): Document "C-c C-c".
3496
8cf51b2c
GM
34972006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3498
3499 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3500 menu in the standalone Info reader.
3501
35022006-03-15 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3505 moved here from Emacs manual.
3506
3507 * programs.texi (Fortran): Section moved to emacs-xtra.
3508 (Program Modes): Xref to Fortran in emacs-xtra.
3509
3510 * maintaining.texi (Emerge): Move to emacs-xtra.
3511 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3512
3513 * picture.texi: File deleted.
3514 * Makefile.in:
3515 * makefile.w32-in: Remove picture.texi.
3516
3517 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3518 * abbrevs.texi (Abbrevs):
3519 * sending.texi (Sending Mail): Picture node removed.
3520
3521 * emacs.texi (Top): Update node listings.
3522
8cf51b2c
GM
35232006-03-12 Richard Stallman <rms@gnu.org>
3524
3525 * calendar.texi: Various cleanups.
3526
8cf51b2c
GM
35272006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3528
3529 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3530 syntax.
3531
8cf51b2c
GM
35322006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3533
3534 * search.texi (Regexps): More accurately describe which characters
3535 are special in which situations. Recommend _not_ to quote `]' or
3536 `-' when they are not special.
3537
8cf51b2c
GM
35382006-02-28 Andre Spiegel <spiegel@gnu.org>
3539
3540 * files.texi (Old Versions): Clarify operation of C-x v =.
3541
8cf51b2c
GM
35422006-02-21 Nick Roberts <nickrob@snap.net.nz>
3543
3544 * building.texi (Watch Expressions): Update and describe
3545 gdb-speedbar-auto-raise.
3546
35472006-02-19 Richard M. Stallman <rms@gnu.org>
3548
3549 * emacs.texi: Use @smallbook.
3550 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3551 Update subnode menu.
3552
3553 * building.texi (Lisp Interaction): Minor addition.
3554
35552006-02-18 Nick Roberts <nickrob@snap.net.nz>
3556
3557 * building.texi (Watch Expressions): Update and be more precise.
3558
c8763fb6 35592006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3560
3561 * maintaining.texi (Create Tags Table): Explain why the
3562 exception when etags writes to files under the /dev tree.
3563
35642006-02-14 Richard M. Stallman <rms@gnu.org>
3565
3566 * custom.texi (Safe File Variables): Lots of clarification.
3567 Renamed from Unsafe File Variables.
3568
35692006-02-14 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * custom.texi (Unsafe File Variables): File variable confirmation
3572 assumed denied in batch mode.
3573
35742006-02-14 Richard M. Stallman <rms@gnu.org>
3575
3576 * building.texi (GDB User Interface Layout): Don't say `inferior'
3577 for program being debugged.
3578
35792006-02-15 Nick Roberts <nickrob@snap.net.nz>
3580
3581 * building.texi (GDB Graphical Interface):
3582 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3583
35842006-02-13 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * custom.texi (Specifying File Variables, Unsafe File Variables):
3587 New nodes, split from File Variables. Document new file local
3588 variable behavior.
3589
35902006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3591
3592 * display.texi (Standard Faces):
8cf51b2c
GM
3593 * files.texi (Visiting):
3594 * frames.texi (Clipboard):
3595 * glossary.texi (Glossary) <Clipboard>:
3596 * xresources.texi (X Resources): Mention Mac OS port.
3597
8cf51b2c
GM
35982006-02-12 Richard M. Stallman <rms@gnu.org>
3599
3600 * building.texi (Building): Clarify topic in intro.
3601
3602 * maintaining.texi (Maintaining): Change title; clarify topic.
3603 Delete duplicate index entries.
3604
3605 * building.texi (Other GDB User Interface Buffers): Clarifications.
3606
3607 * text.texi (Cell Commands): Clarifications.
3608
3609 * programs.texi (Defuns): Delete duplicate explanation of
3610 left-margin paren convention.
3611 (Hungry Delete): Minor cleanup.
3612
36132006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3614
3615 * dired.texi (Tumme): More tumme documentation.
3616
36172006-02-11 Alan Mackenzie <acm@muc.de>
3618
3619 * programs.texi ("Hungry Delete"): Correct the appellation of the
3620 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3621
36222006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3623
3624 * dired.texi (Tumme): Fix small bug.
3625
36262006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3627
3628 * macos.texi (Mac International): Rename "fontset-mac" to
3629 "fontset-standard".
3630
8cf51b2c
GM
36312006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3632
3633 * dired.texi (Tumme): Basic documentation for Tumme added.
3634
8cf51b2c
GM
36352006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3636
3637 * mule.texi (International):
3638 * programs.texi (Basic Indent): Fix typos.
3639
8cf51b2c
GM
3640 * custom.texi (Minor Modes):
3641 * display.texi (Text Display):
3642 * commands.texi (Text Characters): Update xrefs.
3643
36442006-02-07 Richard M. Stallman <rms@gnu.org>
3645
3646 * emacs.texi (Top): Update subnode menu.
3647 Update info on old Emacs papers.
3648 (Intro): "Graphical display", not window system.
3649
3650 * xresources.texi (GTK styles): Minor clarifications.
3651
3652 * trouble.texi: "Graphical display", not window system.
3653 (Stuck Recursive): Minor clarification.
3654
3655 * text.texi: Minor clarifications.
3656 (Sentences): Explain why two-space convention is better.
3657 Explain sentence-end-without-period here.
3658 (Fill Commands): Not here.
3659 (Refill): Node moved down.
3660 (Filling): Update menu.
3661 (Table Creation, Cell Justification, Column Commands): Clarify.
3662
3663 * sending.texi: Minor clarifications.
3664
3665 * search.texi (Regexp Backslash): Clarification.
3666
3667 * rmail.texi: Minor cleanups.
3668 (Rmail): Delete digression about `rmail-mode'.
3669 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3670 (Rmail Files): Mention C-u M-x rmail.
3671 (Rmail Reply): Mention References.
3672 (Rmail Display): Mention rmail-nonignored-headers.
3673
3674 * programs.texi: Minor cleanups.
3675 (Comment Commands): Mention momentary Transient Mark mode.
3676 (Matching): Be more specific about customizing show-paren-mode.
3677 (Info Lookup): Don't list the modes that support C-h S.
3678 Just say what it does in an unsupported mode.
3679 (Man Page): Delete excessive info on customizing woman.
3680 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3681
3682 * abbrevs.texi: Minor clarifications.
3683 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3684 not "dynamic abbrevs" as if they were a kind of abbrev.
3685
3686 * picture.texi (Picture): Minor cleanup.
3687
3688 * mule.texi (Communication Coding): Say "other applications".
3689 (Fontsets): Not specific to X. Add xref to X Resources.
3690 (Unibyte Mode): Rename from Single-Byte Character Support.
3691 "Graphical display", not window system.
3692 (International): Update menu.
3693
3694 * maintaining.texi (Format of ChangeLog):
3695 New node, split out from ChangeLog.
3696 (ChangeLog): Clarifications in the remaining text.
3697 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3698 (Find Tag): Add @w.
3699 (Tags Search): Explain tag table order here. Simplify grep ref.
3700 (List Tags): tags-tag-face is a variable, not a face.
3701 (Emerge): Cleanups.
3702
3703 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3704 (Keyboard Macros): Avoid "the user".
3705
3706 * killing.texi: "Graphical display", not window system.
3707
3708 * help.texi (Help Echo): "Graphical display", not window system.
3709
3710 * glossary.texi: Say "you", not "the user". Say "graphical display".
3711
3712 * frames.texi: Minor cleanups. "Graphical display", not window system.
3713
3714 * files.texi (Visiting): Make drag-and-drop not X-specific.
3715
3716 * custom.texi: Minor cleanups. "Graphical display", not window system.
3717
3718 * cmdargs.texi: Minor cleanups.
3719
3720 * building.texi (Compilation): Move and split kill-compilation para.
3721 Add para about multiple compilers.
3722 (Compilation Mode): Commands also available in grep mode and others.
3723 Mention C-u C-x ` more tutorially. Clarify C-x `.
3724 (Compilation Shell): Clarify. Put Bash example first.
3725 (Grep Searching): Minor cleanups; add @w.
3726 (Debuggers): Minor cleanups.
3727 (Starting GUD): Make GDB xgraphical mode issue clearer.
3728 (Debugger Operation): Lots of clarifications including
3729 GDB tooltip side-effect issue.
3730 (Commands of GUD): Clarify.
3731 (GUD Customization): Add bashdb-mode-hook.
3732 (GDB Graphical Interface): Rewrite for clarity.
3733 (GDB User Interface Layout): Rewrite for clarity.
3734 (Stack Buffer, Watch Expressions): Likewise.
3735 (Other GDB User Interface Buffers): Cleanups.
3736 (Lisp Libraries, External Lisp): Cleanup.
3737
3738 * basic.texi (Position Info): "Graphical displays", rather than
3739 window systems.
3740
3741 * anti.texi: Minor cleanup.
3742
8cf51b2c
GM
37432006-02-03 Eli Zaretskii <eliz@gnu.org>
3744
3745 * custom.texi (Init File, Find Init): Add cross-references to
3746 where $HOME is described.
3747
37482006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3749
3750 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3751 is not inside the @table.
3752
3753 * emacs.texi (Top): Correct node name.
3754
3755 * files.texi (File Names): Fix @xref.
3756 (Reverting): Fix typo.
3757
3758 * mule.texi (International): Correct node name.
3759
3760 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3761
37622006-02-01 Richard M. Stallman <rms@gnu.org>
3763
3764 * emacs.texi (Top): Update subnode menu.
3765
3766 * mule.texi: Minor clarifications.
3767 Reduce the specific references to X Windows.
3768 Refer to "graphical" terminals, rather than window systems.
3769 (Text Coding): Rename from Specify Coding.
3770 (Communication Coding, File Name Coding, Terminal Coding):
3771 New nodes split out from Text Coding.
3772
3773 * kmacro.texi: Minor clarifications.
3774 (Keyboard Macro Ring): Comment out some excessive commands.
3775 (Basic Keyboard Macro): Split up the table, putting part in each node.
3776
3777 * major.texi: Minor clarifications.
3778
3779 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3780
3781 * windows.texi: Minor clarifications.
3782 (Change Window): Don't describe mode-line mouse cmds here.
3783 Add xref to Mode Line Mouse.
3784
3785 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3786
3787 * macos.texi (Mac International): Fix xref.
3788
3789 * indent.texi: Minor clarifications.
3790
3791 * frames.texi: Minor clarifications.
3792 Reduce the specific references to X Windows.
3793 Refer to "graphical" terminals, rather than window systems.
3794 (Frame Parameters): Don't mention commands like
3795 set-foreground-color. Just say to customize a face.
3796 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3797
3798 * files.texi: Minor clarifications.
3799 (Numbered Backups): New node, split out from Backup Names.
3800
3801 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3802
3803 * cmdargs.texi (General Variables): Fix xref.
3804
3805 * buffers.texi: Minor clarifications.
3806
8cf51b2c
GM
38072006-01-31 Richard M. Stallman <rms@gnu.org>
3808
3809 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3810 Nodes moved to top.
3811
3812 * display.texi: Minor clarifications.
3813 (Display): Rearrange menu.
3814 (Standard Faces): Mention query-replace face.
3815 (Faces): Simplify.
3816 (Font Lock): Simplify face customization info.
3817 (Highlight Changes): Node merged into Highlight Interactively.
3818 (Highlight Interactively): Much rewriting and cleanup.
3819 (Optional Mode Line): Narrowed line number not good for goto-line.
3820 Simplify face customization advice.
3821 (Text Display): Mention use of escape-glyph face.
3822 Move ctl-arrow and tab-width here.
3823 (Display Custom): Move no-redraw-on-reenter to end of node.
3824
3825 * search.texi: Minor clarifications.
3826 (Isearch Scroll): Simplify.
3827 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3828
3829 * regs.texi (Registers): Mention bookmarks here.
3830
3831 * mark.texi: Minor clarifications.
3832 (Selective Undo): Node deleted.
3833
3834 * m-x.texi: Minor clarifications.
3835
3836 * killing.texi: Minor clarifications.
3837 Refer to "graphical" terminals, rather than window systems.
3838
3839 * help.texi: Clarifications.
3840 (Help): Don't describe C-h F and C-h K here.
3841 (Key Help): Describe C-h K here.
3842 (Name Help): Mention Emacs Lisp Intro.
3843 Describe C-h F here.
3844 (Misc Help): Mention C-h F and C-h K only briefly.
3845
3846 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3847 Selective undo text merged in.
3848 (Spelling): Mention Aspell along with Ispell.
3849
3850 * emacs.texi (Top): Update subnode menus.
3851
3852 * basic.texi (Basic Undo): Rename from Undo. Most of text
3853 moved to new Undo node.
3854
8cf51b2c
GM
38552006-01-29 Chong Yidong <cyd@stupidchicken.com>
3856
3857 * basic.texi (Continuation Lines, Inserting Text):
3858 Mention longlines mode.
3859
38602006-01-29 Richard M. Stallman <rms@gnu.org>
3861
10d1d0af 3862 * screen.texi: Minor cleanups.
8cf51b2c
GM
3863 (Screen): Clean up the intro paragraphs.
3864 (Mode Line): Lots of rewriting. Handle frame-name better.
3865 eol-mnemonic-... vars moved out.
3866
3867 * emacs.texi (Top): Change menu item for MS-DOS node.
3868 Update subnode menu.
3869
3870 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3871 chapter relates to Windows. Title changed.
3872
3873 * mini.texi: Minor cleanups.
3874
3875 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3876 (Mark): Put it in the menu.
3877
3878 * entering.texi: Minor cleanups.
3879
3880 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3881 (Intro): Refer to "graphical" terminals, rather than X.
3882
3883 * display.texi (Display Custom): Add xref to Variables.
3884 (Optional Mode Line): eol-mnemonic-... vars moved here.
3885
3886 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3887 rather than X.
3888
8cf51b2c
GM
3889 * basic.texi: Minor cleanups.
3890 (Undo): selective-undo moved.
3891
8cf51b2c
GM
38922006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3893
3894 * anti.texi (Antinews): Various corrections and additions.
3895
38962006-01-23 Juri Linkov <juri@jurta.org>
3897
3898 * custom.texi (Easy Customization, Customization Groups)
3899 (Browsing Custom): Mention links along with buttons.
3900
8cf51b2c
GM
39012006-01-21 Eli Zaretskii <eliz@gnu.org>
3902
8cf51b2c
GM
3903 * text.texi (TeX Print): Use @key for TAB.
3904
8cf51b2c
GM
3905 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3906
8cf51b2c
GM
39072006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3908
3909 * files.texi (File Aliases): Don't claim that usually separate
3910 buffers are created for two file names that name the same data.
3911 Mention additional situations where different names mean the same
3912 file on disk.
3913
39142006-01-19 Richard M. Stallman <rms@gnu.org>
3915
3916 * killing.texi (Deletion): Upcase @key argument.
3917
3918 * custom.texi (Custom Themes): Minor cleanup.
3919
3920 * programs.texi (Hungry Delete): Upcase @key argument.
3921
8cf51b2c
GM
39222006-01-16 Juri Linkov <juri@jurta.org>
3923
3924 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3925 Move `mode-line-highlight' before `mode-line-buffer-id'.
3926
8cf51b2c
GM
39272006-01-14 Richard M. Stallman <rms@gnu.org>
3928
3929 * basic.texi (Inserting Text): Minor cleanup.
3930
8cf51b2c
GM
39312006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3932
3933 * custom.texi (Changing a Variable, Face Customization):
3934 Update for changes in Custom menus.
3935
8cf51b2c
GM
39362006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3937
3938 * macos.texi (Mac International): Undo last change.
3939
8cf51b2c
GM
39402006-01-02 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * custom.texi (Custom Themes): Describe the new
3943 customize-create-theme interface.
3944
39452005-12-30 Juri Linkov <juri@jurta.org>
3946
3947 * basic.texi (Position Info): Update example.
3948
c8763fb6 39492005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3950
3951 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3952
39532005-12-24 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * custom.texi (Custom Themes): `load-theme' always loads.
3956
39572005-12-23 Juri Linkov <juri@jurta.org>
3958
3959 * display.texi (Highlight Interactively): Use double space to
3960 separate sentences. Replace C-p with M-p, and C-n with M-n.
3961
39622005-12-22 Richard M. Stallman <rms@gnu.org>
3963
3964 * custom.texi (Easy Customization and subnodes):
3965 Replace "active field" with "button".
3966 Use "user option" only for variables.
3967 Use "setting" for variable-or-face.
3968
39692005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3970
3971 * buffers.texi (Select Buffer): Change order in table to make
3972 "Similar" refer to the correct item.
3973 (Indirect Buffers): Minor rewording.
3974
8cf51b2c
GM
39752005-12-20 Juri Linkov <juri@jurta.org>
3976
3977 * files.texi (VC Status): Put P and N near p and n.
3978
8cf51b2c
GM
39792005-12-19 Richard M. Stallman <rms@gnu.org>
3980
3981 * programs.texi (Electric C): Delete the info about newline control.
3982 (Other C Commands): Minor cleanup.
3983 (Left Margin Paren): Minor cleanup.
3984
39852005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3988 (Customization Groups): Delete text moved to "Browsing Custom".
3989 (Browsing Custom): New node.
3990 (Specific Customization): Clarify which commands only work for
3991 loaded options.
3992
39932005-12-18 Bill Wohler <wohler@newt.com>
3994
3995 * frames.texi (Tool Bars): Shorten text of previous change.
3996
39972005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3998
3999 * files.texi (VC Status): Document log-view mode.
4000
40012005-12-18 Bill Wohler <wohler@newt.com>
4002
4003 * frames.texi (Tool Bars): Mention that you can turn off tool bars
4004 permanently via the customize interface.
4005
8cf51b2c
GM
40062005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
4007
4008 * killing.texi (Killing by Lines): Document `kill-whole-line'
4009 function.
4010
c8763fb6 40112005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
4012
4013 * buffers.texi (Select Buffer): Change `prev-buffer' to
4014 `previous-buffer'. Indicate that these functions use a frame
4015 local buffer list.
4016
8cf51b2c
GM
40172005-12-12 Richard M. Stallman <rms@gnu.org>
4018
4019 * custom.texi (Easy Customization): Change menu comment.
4020 (Prefix Keymaps): Fix spelling of Control-X-prefix.
4021
4022 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
4023 (Help): Among the Apropos commands, describe only C-h a here.
4024
40252005-12-11 Richard M. Stallman <rms@gnu.org>
4026
4027 * programs.texi (Options for Comments): Comment-end starts with space.
4028
4029 * glossary.texi (Glossary): Minor cleanup.
4030
4031 * files.texi (Old Versions): Use @table.
4032
8cf51b2c
GM
40332005-12-10 David Koppelman <koppel@ece.lsu.edu>
4034
4035 * display.texi (Highlight Interactively): Include
4036 global-hi-lock-mode. Add miscellaneous details and elaborations.
4037
40382005-12-09 Richard M. Stallman <rms@gnu.org>
4039
4040 * display.texi (Font Lock): Delete the Global FL menu item.
4041
40422005-12-09 Luc Teirlinck <teirllm@auburn.edu>
4043
4044 * custom.texi (Minibuffer Maps): Mention the maps for file name
4045 completion.
4046
40472005-12-09 Kim F. Storm <storm@cua.dk>
4048
4049 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 4050 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
4051 cursor to next corner in rectangle; clarify insert around rectangle.
4052
8cf51b2c
GM
40532005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4054
4055 * custom.texi (Customization): Use xref to elisp manual for
4056 non-TeX output.
4057 (Minor Modes): Update.
4058 (Customization Groups, Changing a Variable, Face Customization):
4059 Update for new appearance of Custom buffers.
4060 (Changing a Variable): `custom-buffer-done-function' has been
4061 replaced by `custom-buffer-done-kill'.
4062 (Specific Customization): In the `customize-group' buffer, a
4063 subgroup's contents are not "hidden". They are not included at
4064 all. They have no [Show] button.
4065 (Mouse Buttons): Add pxref to description of mouse event lists in
4066 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
4067 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
4068 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
4069
40702005-12-08 Richard M. Stallman <rms@gnu.org>
4071
4072 * mini.texi (Completion Commands, Completion):
4073 In file name input, SPC does not do completion.
4074
8cf51b2c
GM
40752005-12-08 Nick Roberts <nickrob@snap.net.nz>
4076
4077 * building.texi (GDB Graphical Interface): Explain screen size
4078 setting.
4079 (Other GDB User Interface Buffers): Describe features specific to
4080 GDB 6.4.
4081
8cf51b2c
GM
40822005-12-01 Nick Roberts <nickrob@snap.net.nz>
4083
4084 * building.texi (GDB User Interface Layout): Describe how to
4085 kill associated buffers.
4086 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
4087 (Watch Expressions): Be more precise.
4088 (Other GDB User Interface Buffers): Describe how to change a
4089 register value.
4090
8cf51b2c
GM
40912005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4092
4093 * macos.texi (Mac Input): Remove description of
4094 mac-command-key-is-meta. Add descriptions of
4095 mac-control-modifier, mac-command-modifier, and
4096 mac-option-modifier.
4097 (Mac International): Fix description of conversion of clipboard data.
4098 (Mac Font Specs): Add example of font customization by face attributes.
4099
41002005-11-22 Nick Roberts <nickrob@snap.net.nz>
4101
4102 * building.texi (Watch Expressions): Expand description.
4103 (Other GDB User Interface Buffers): Describe local map for
4104 gud-watch.
4105
41062005-11-21 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * display.texi (Font Lock): Font lock is enabled by default now.
4109
41102005-11-20 Juri Linkov <juri@jurta.org>
4111
4112 * basic.texi (Position Info): Update examples of the output.
4113 Remove the fact that examples are produced in the TeXinfo buffer,
4114 because in the Info reader users will get a different output from
4115 `C-x ='.
4116
4117 * building.texi (Compilation Mode): Remove paragraph duplicated
4118 from the node `Compilation'. Add `compilation-skip-threshold'.
4119
4120 * display.texi (Font Lock): Suggest more user-friendly method of
4121 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
4122
41232005-11-18 Richard M. Stallman <rms@gnu.org>
4124
4125 * files.texi (Registering): Mention @@ in mode line.
4126
4127 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
4128
41292005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4130
4131 * files.texi (Renaming and VC): Some back-ends don't
4132 handle renaming.
4133
8cf51b2c
GM
41342005-11-17 Juri Linkov <juri@jurta.org>
4135
4136 * emacs.texi (Top):
4137 * display.texi (Highlight Interactively): Put this font-lock based
4138 mode near Font Lock node.
4139
41402005-11-16 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
4143 icons.
4144
41452005-11-12 Kim F. Storm <storm@cua.dk>
4146
4147 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
4148 (Help Summary): Add C-h d and C-h e.
4149 (Apropos): Clarify that all apropos commands may search for either
4150 list of words or a regexp. Add C-h d for apropos-documentation.
4151 Describe apropos-documentation-sort-by-scores user option.
4152
8cf51b2c
GM
41532005-11-09 Luc Teirlinck <teirllm@auburn.edu>
4154
4155 * killing.texi (CUA Bindings): Add @section.
4156
41572005-11-10 Kim F. Storm <storm@cua.dk>
4158
4159 * emacs.texi (Top): Add CUA Bindings entry to menu.
4160
4161 * killing.texi (CUA Bindings): New node. Moved here from
4162 misc.texi and extended with info on rectangle commands and
4163 rectangle highlighting, interface to registers, and the global
4164 mark feature.
4165
4166 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
4167
4168 * regs.texi: Prev link points to CUA Bindings node.
4169
41702005-11-07 Luc Teirlinck <teirllm@auburn.edu>
4171
4172 * help.texi (Help Echo): By default, help echos are only shown on
4173 mouse-over, not on point-over.
4174
c8763fb6 41752005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
4176
4177 * misc.texi (Shell Mode): Describe how to activate password echoing.
4178
8cf51b2c
GM
41792005-11-04 Romain Francoise <romain@orebokech.com>
4180
4181 * mark.texi (Mark Ring): Fix typo.
4182
41832005-11-03 Richard M. Stallman <rms@gnu.org>
4184
4185 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
4186
41872005-11-01 Bill Wohler <wohler@newt.com>
4188
4189 * help.texi (Help Mode): Fix typo.
4190
41912005-11-01 Nick Roberts <nickrob@snap.net.nz>
4192
4193 * building.texi (Other GDB User Interface Buffers): Describe
4194 the command gdb-use-inferior-io-buffer.
4195
41962005-10-31 Romain Francoise <romain@orebokech.com>
4197
4198 * files.texi (Compressed Files): Fix typo.
4199
4200 * buffers.texi (Misc Buffer): Downcase `*shell*'.
4201
4202 * windows.texi (Force Same Window): Likewise.
4203
42042005-10-30 Bill Wohler <wohler@newt.com>
4205
4206 * help.texi (Help Mode): URLs viewed with browse-url.
4207
42082005-10-31 Nick Roberts <nickrob@snap.net.nz>
4209
4210 * building.texi (GDB Graphical Interface): Don't reference
4211 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
4212 must stay in same frame.
4213
42142005-10-29 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * custom.texi (Init File): Document ~/.emacs.d/init.el.
4217
4218 * anti.texi (Antinews): Likewise.
4219
8cf51b2c
GM
42202005-10-28 Bill Wohler <wohler@newt.com>
4221
4222 * help.texi (Help): Help mode now creates hyperlinks for URLs.
4223
42242005-10-28 Richard M. Stallman <rms@gnu.org>
4225
4226 * files.texi (Visiting): Explain how to enter ? in a file name.
4227
4228 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4229
8cf51b2c
GM
42302005-10-25 Nick Roberts <nickrob@snap.net.nz>
4231
4232 * building.texi (GDB Graphical Interface): Describe
4233 gdb-mouse-until.
4234
42352005-10-23 Richard M. Stallman <rms@gnu.org>
4236
4237 * custom.texi (Init File): Recommend when to use site-start.el.
4238
8cf51b2c
GM
42392005-10-21 Juri Linkov <juri@jurta.org>
4240
4241 * custom.texi (Examining): Mention accessing the old variable
4242 value via M-n in set-variable.
4243
8cf51b2c
GM
42442005-10-18 Romain Francoise <romain@orebokech.com>
4245
4246 * files.texi (Version Systems): Capitalize GNU.
4247
8cf51b2c
GM
42482005-10-18 Nick Roberts <nickrob@snap.net.nz>
4249
4250 * building.texi (Compilation Mode): Remove redundant paragraph.
4251 (Watch Expressions): Remove paragraph to reflect code change.
4252
8cf51b2c
GM
42532005-10-16 Richard M. Stallman <rms@gnu.org>
4254
4255 * building.texi (Compilation Mode, Compilation): Clarified.
4256
42572005-10-15 Richard M. Stallman <rms@gnu.org>
4258
4259 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4260
8cf51b2c
GM
42612005-10-13 Kenichi Handa <handa@m17n.org>
4262
4263 * basic.texi (Position Info): Fix previous change.
4264
c8763fb6 42652005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4266
4267 * cmdargs.texi (Icons X): Fix typo.
4268
42692005-10-12 Kenichi Handa <handa@m17n.org>
4270
4271 * basic.texi (Position Info): Describe the case that Emacs shows
4272 "part of display ...".
4273
c8763fb6 42742005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4275
4276 * cmdargs.texi (Icons X): -nb => -nbi.
4277
42782005-10-10 Chong Yidong <cyd@stupidchicken.com>
4279
4280 * frames.texi (Speedbar): A couple more clarifications.
4281
42822005-10-11 Nick Roberts <nickrob@snap.net.nz>
4283
4284 * building.texi (GDB User Interface Layout): Improve diagram.
4285 (Watch Expressions): Explain how to make speedbar global.
4286 (Other GDB User Interface Buffers): Make references more precise.
4287
8cf51b2c
GM
42882005-10-09 Richard M. Stallman <rms@gnu.org>
4289
4290 * frames.texi (Speedbar): Clarify the text.
4291
42922005-10-09 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * frames.texi (Speedbar): Add information on keybindings,
4295 dismissing the speedbar, and buffer display mode. Link to
4296 speedbar manual.
4297
c8763fb6 42982005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4299
4300 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4301 added -nb, --no-bitmap-icon.
4302
8cf51b2c
GM
43032005-10-07 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * building.texi (GDB Graphical Interface): Add variables and
4306 functions to indices. Be more precise.
4307
c8763fb6 43082005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4309
4310 * frames.texi (Drag and Drop): Remove the x- from
4311 x-dnd-open-file-other-window and xdnd-protocol-alist.
4312
43132005-09-30 Romain Francoise <romain@orebokech.com>
4314
4315 * mini.texi (Minibuffer): The default value now appears before the
4316 colon in minibuffer prompts.
4317
8cf51b2c
GM
43182005-09-25 Richard M. Stallman <rms@gnu.org>
4319
4320 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4321
8cf51b2c
GM
43222005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4323
4324 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4325
8cf51b2c
GM
43262005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4327
4328 * emacs.texi (Top): Update submenus from macos.texi.
4329
4330 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4331 (Mac OS): Update feature support status.
4332 (Mac Input): List supported input scripts. Remove description
4333 about `mac-keyboard-text-encoding'. Mention mouse button
4334 emulation and related variables.
4335 (Mac International): Mention Central European and Cyrillic
4336 support. Now `keyboard-coding-system' is dynamically changed.
4337 Add description about coding system for selection. Add
4338 description about language environment.
4339 (Mac Environment Variables): Mention
4340 `~/.MacOSX/environment.plist'. Give example of command line
4341 arguments. Add Preferences support.
4342 (Mac Directories): Explicitly state that this node is for Mac OS
4343 Classic only.
4344 (Mac Font Specs): Mention specification for scalable fonts. List
4345 supported charsets. Add preferred way of creating fontsets. Add
4346 description about `mac-allow-anti-aliasing'.
4347 (Mac Functions): Add descriptions about `mac-set-file-creator',
4348 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4349 and `mac-get-preference'.
4350
8cf51b2c
GM
43512005-09-16 Romain Francoise <romain@orebokech.com>
4352
4353 Update all files to specify GFDL version 1.2.
4354
4355 * doclicense.texi (GNU Free Documentation License): Update to
4356 version 1.2.
4357
43582005-09-15 Richard M. Stallman <rms@gnu.org>
4359
4360 * buffers.texi (List Buffers): Fix xref.
4361
4362 * rmail.texi (Rmail Basics): Fix xref.
4363
4364 * emacs.texi (Top): Update subnode menus.
4365
4366 * files.texi (Saving Commands): New node, broken out of Saving.
4367 (Customize Save): New node, broken out of Saving.
4368 Clarify effect of write-region-inhibit-fsync.
4369 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4370
8cf51b2c
GM
43712005-09-14 Romain Francoise <romain@orebokech.com>
4372
4373 * files.texi (Saving): Mention write-region-inhibit-fsync.
4374
43752005-09-05 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * custom.texi (Custom Themes): New node.
4378
43792005-09-03 Richard M. Stallman <rms@gnu.org>
4380
49823426
GM
4381 * search.texi (Search Case): Mention vars that control
4382 case-fold-search for various operations.
8cf51b2c
GM
4383
43842005-08-22 Juri Linkov <juri@jurta.org>
4385
4386 * display.texi (Standard Faces): Merge the text from
4387 `(elisp)Standard Faces' into this node.
4388
43892005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4390
4391 * emacs.texi (Top): Delete menu item for deleted node
4392 Keyboard Translations.
4393
43942005-08-18 Richard M. Stallman <rms@gnu.org>
4395
8cf51b2c
GM
4396 * trouble.texi (Unasked-for Search):
4397 Delete xref to Keyboard Translations.
4398
4399 * glossary.texi (Glossary): Delete xref.
4400
8cf51b2c
GM
4401 * custom.texi (Minor Modes): Say that the list here is not complete.
4402 (Keyboard Translations): Node deleted.
4403 (Disabling): Delete xref to it.
4404 (Customization Groups): Fix Custom buffer example.
4405 (Hooks): Mention remove-hooks.
4406
44072005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4408
4409 * building.texi (GDB Graphical Interface): Improve filling of menu
4410 item.
4411
44122005-08-18 Nick Roberts <nickrob@snap.net.nz>
4413
4414 * building.texi (GDB Graphical Interface): Use better node names.
4415
44162005-08-14 Richard M. Stallman <rms@gnu.org>
4417
4418 * text.texi (Sentences): Fix xref.
4419
44202005-08-14 Juri Linkov <juri@jurta.org>
4421
4422 * building.texi (Compilation, Grep Searching): Move grep command
4423 headings from `Compilation' to `Grep Searching'.
4424
4425 * dired.texi (Dired and Find):
4426 * maintaining.texi (Tags Search): Replace grep xref to
4427 `Compilation' node with `Grep Searching'.
4428
4429 * files.texi (Comparing Files): Replace xref to `Compilation' with
4430 `Compilation Mode'.
4431
44322005-08-13 Alan Mackenzie <acm@muc.de>
4433
4434 * search.texi (Non-ASCII Isearch): Correct a typo.
4435 (Replacement Commands): Mention query-replace key binding.
4436
44372005-08-11 Richard M. Stallman <rms@gnu.org>
4438
4439 * programs.texi (Options for Comments): Fix xref.
4440
4441 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4442 out of Regexps.
4443
8cf51b2c
GM
44442005-08-09 Juri Linkov <juri@jurta.org>
4445
4446 * building.texi (Compilation): Use `itemx' instead of `item'.
4447 (Grep Searching): Simplify phrase.
4448
4449 * display.texi (Standard Faces): Describe vertical-border on
4450 window systems.
4451
4452 * windows.texi (Split Window): Simplify phrase and mention
4453 vertical-border face.
4454
44552005-08-09 Richard M. Stallman <rms@gnu.org>
4456
4457 * files.texi (Comparing Files): Clarify compare-windows.
4458
4459 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4460
8cf51b2c
GM
44612005-08-06 Eli Zaretskii <eliz@gnu.org>
4462
4463 * mule.texi (Coding Systems): Rephrase the paragraph about
4464 codepages: no need for "M-x codepage-setup" anymore, except on
4465 MS-DOS.
4466
4467 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4468 the MS-DOS port only.
4469
44702005-07-30 Eli Zaretskii <eliz@gnu.org>
4471
4472 * makefile.w32-in (info): Don't run multi-install-info.bat.
4473 ($(infodir)/dir): New target, produced by running
4474 multi-install-info.bat.
4475
8cf51b2c
GM
44762005-07-22 Eli Zaretskii <eliz@gnu.org>
4477
4478 * files.texi (Quoted File Names): Add index entry.
4479
8cf51b2c
GM
44802005-07-19 Juri Linkov <juri@jurta.org>
4481
4482 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4483
44842005-07-18 Juri Linkov <juri@jurta.org>
4485
8cf51b2c
GM
4486 * custom.texi (Easy Customization):
4487 * files.texi (Old Versions):
4488 * frames.texi (Wheeled Mice):
4489 * mule.texi (Specify Coding):
8cf51b2c
GM
4490 * text.texi (Cell Justification):
4491 * trouble.texi (After a Crash):
8cf51b2c
GM
4492 * xresources.texi (GTK styles):
4493 Delete duplicate duplicate words.
4494
44952005-07-17 Richard M. Stallman <rms@gnu.org>
4496
4497 * frames.texi (Creating Frames): Fix foreground color example.
4498
4499 * custom.texi (Init Examples): Clean up text about conditionals.
4500
45012005-07-16 Richard M. Stallman <rms@gnu.org>
4502
4503 * mini.texi (Completion Commands): Fix command name for ?.
4504
8cf51b2c
GM
45052005-07-16 Eli Zaretskii <eliz@gnu.org>
4506
4507 * display.texi (Standard Faces): Explain that customization of
4508 `menu' face has no effect on w32 and with GTK. Add
4509 cross-references.
4510
4511 * cmdargs.texi (General Variables): Clarify the default location
4512 of $HOME on w32 systems.
4513
45142005-07-15 Jason Rumney <jasonr@gnu.org>
4515
4516 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4517 changed.
4518
45192005-07-08 Kenichi Handa <handa@m17n.org>
4520
4521 * mule.texi (Recognize Coding): Recommend
4522 revert-buffer-with-coding-system instead of revert-buffer.
4523
45242005-07-07 Richard M. Stallman <rms@gnu.org>
4525
4526 * anti.texi (Antinews): Mention mode-line-inverse-video.
4527
4528 * files.texi (Saving): Minor correction about C-x C-w.
4529
4530 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4531
45322005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * search.texi (Isearch Scroll): Add example of using the
4535 `isearch-scroll' property.
4536 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4537 `Display Custom' node.
4538 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4539 and de-emphasize it.
4540 (Other Repeating Search): `occur' currently can not correctly
4541 handle multiline matches. Correct, clarify and update description
4542 of `flush-lines' and `keep-lines'.
4543
4544 * display.texi (Display Custom): Add anchor for `baud-rate'.
4545
45462005-07-07 Richard M. Stallman <rms@gnu.org>
4547
4548 * gnu.texi: Update where to get GNU status; add refs for how to help.
4549 Add footnotes 6 and 7.
4550
45512005-07-04 Lute Kamstra <lute@gnu.org>
4552
4553 Update FSF's address in GPL notices.
4554
8cf51b2c 4555 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4556 * trouble.texi (Checklist): Update FSF's address.
4557
8cf51b2c
GM
45582005-06-24 Richard M. Stallman <rms@gnu.org>
4559
4560 * display.texi (Text Display): Change index entries.
4561
45622005-06-24 Eli Zaretskii <eliz@gnu.org>
4563
4564 * makefile.w32-in (MAKEINFO): Use --force.
4565 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4566 Makefile.in.
8cf51b2c
GM
4567
45682005-06-23 Richard M. Stallman <rms@gnu.org>
4569
4570 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4571 nobreak-char-display.
4572
4573 * emacs.texi (Top): Update detailed node listing.
4574
4575 * display.texi (Text Display): Renamed show-nonbreak-escape
4576 to nobreak-char-display and no-break-space to nobreak-space.
4577 (Standard Faces): Split up the list of standard faces
4578 and put it in a separate node. Add nobreak-space and
4579 escape-glyph.
4580
8cf51b2c
GM
45812005-06-23 Lute Kamstra <lute@gnu.org>
4582
4583 * mule.texi (Select Input Method): Fix typo.
4584
45852005-06-23 Kenichi Handa <handa@m17n.org>
4586
4587 * mule.texi (International): List all supported scripts. Adjust
4588 text for that leim is now included in the normal Emacs
4589 distribution.
4590 (Language Environments): List all language environments.
4591 Intlfonts contains fonts for most supported scripts, not all..
4592 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4593 input a specific character.
8cf51b2c
GM
4594 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4595
45962005-06-23 Juanma Barranquero <lekktu@gmail.com>
4597
49823426 4598 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4599
46002005-06-22 Miles Bader <miles@gnu.org>
4601
4602 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4603
46042005-06-20 Miles Bader <miles@gnu.org>
4605
4606 * display.texi (Faces): Add `vertical-divider'.
4607
46082005-06-17 Richard M. Stallman <rms@gnu.org>
4609
4610 * text.texi (Adaptive Fill): Minor clarification.
4611
8cf51b2c
GM
46122005-06-10 Lute Kamstra <lute@gnu.org>
4613
4614 * emacs.texi (Top): Correct version number.
4615 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4616 refer to the current version of Emacs.
4617
46182005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4619
4620 * files.texi (Log Buffer): Document when there can be more than
4621 one file to be committed.
4622
46232005-06-08 Juri Linkov <juri@jurta.org>
4624
4625 * display.texi (Faces): Add `shadow' face.
4626
46272005-06-07 Masatake YAMATO <jet@gyve.org>
4628
4629 * display.texi (Faces): Write about mode-line-highlight.
4630
46312005-06-06 Richard M. Stallman <rms@gnu.org>
4632
4633 * misc.texi (Printing Package): Explain how to initialize
4634 printing package.
4635
4636 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4637
46382005-06-05 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * emacs.texi: Rename Hardcopy to Printing.
4641 Make PostScript and PostScript Variables subnodes of it.
4642
4643 * misc.texi (Printing): Rename node from Hardcopy.
4644 Mention menu bar options.
4645 Move PostScript and PostScript Variables to submenu.
4646 (Printing package): New node.
4647
4648 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4649
4650 * dired.texi (Operating on Files): Likewise.
4651
4652 * calendar.texi (Displaying the Diary): Likewise.
4653
4654 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4655
4656 * glossary.texi (Glossary): Likewise.
4657
4658 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4659 effect.
4660
46612005-06-04 Richard M. Stallman <rms@gnu.org>
4662
4663 * trouble.texi (After a Crash): Polish previous change.
4664
8cf51b2c
GM
46652005-05-30 Noah Friedman <friedman@splode.com>
4666
4667 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4668 recovery mechanism.
4669
8cf51b2c
GM
46702005-05-28 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * building.texi (Other Buffers): SPC toggles display of
4673 floating point registers.
4674
8cf51b2c
GM
46752005-05-27 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * files.texi (Log Buffer): Merge in description of Log Edit
4678 mode from pcl-cvs.texi.
4679
46802005-05-26 Richard M. Stallman <rms@gnu.org>
4681
4682 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4683
8cf51b2c
GM
46842005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4685
4686 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4687 not enabled by default.
4688 When not on a word, `ispell-word' by default checks the word
4689 before point.
4690
46912005-05-24 Nick Roberts <nickrob@snap.net.nz>
4692
4693 * building.texi (Debugger Operation): Simplify last sentence.
4694
46952005-05-23 Lute Kamstra <lute@gnu.org>
4696
4697 * emacs.texi: Update FSF's address throughout.
4698 (Preface): Use @cite.
4699 (Distrib): Add cross reference to the node "Copying". Mention the
4700 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4701 printed manuals.
4702 (Intro): Use @xref for the Emacs Lisp Intro.
4703
8cf51b2c
GM
47042005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4705
4706 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4707
4708 * basic.texi (Moving Point): Mention default for `goto-line'.
4709
4710 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4711 of a variable's docstring.
4712
47132005-05-18 Lute Kamstra <lute@gnu.org>
4714
4715 * maintaining.texi (Overview of Emerge): Add cross reference.
4716 Remove duplication.
4717
4718 * emacs.texi (Top): Update to the current structure of the manual.
4719 * misc.texi (Emacs Server): Add menu description.
4720 * files.texi (Saving): Fix menu.
4721 * custom.texi (Customization): Fix menu.
4722 * mule.texi (International): Fix menu.
4723 * kmacro.texi (Keyboard Macros): Fix menu.
4724
47252005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4726
4727 * display.texi: Various minor changes.
4728 (Faces): Delete text that is repeated in the next section.
4729
47302005-05-16 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * building.texi (Debugger Operation): Mention GUD tooltips are
4733 disabled with GDB in text command mode.
4734
8cf51b2c
GM
47352005-05-16 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * building.texi: Replace toolbar with "tool bar" for consistency.
4738 (Compilation Mode): Describe compilation-context-lines
4739 and use of arrow in compilation buffer.
4740 (Debugger Operation): Replace help text with variable's value.
4741
4742 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4743 consistency.
4744
47452005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4746
4747 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4748 Add xref.
4749
8cf51b2c
GM
47502005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4751
4752 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4753 (Position Info): Delete discussion of `goto-line'. It is already
4754 described in `Moving point'.
4755
4756 * mini.texi (Completion Commands): Correct reference.
4757 (Completion Options): Fix typo.
4758
4759 * killing.texi (Deletion): Complete description of `C-x C-o'.
4760
8cf51b2c
GM
47612005-05-10 Richard M. Stallman <rms@gnu.org>
4762
4763 * building.texi (Compilation): Clarify recompile's directory choice.
4764
4765 * frames.texi (Tooltips): Cleanups.
4766
4767 * basic.texi (Arguments): Fix punctuation.
4768
47692005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4770
4771 * screen.texi (Menu Bar): The up and down (not left and right)
4772 arrow keys move through a keyboard menu.
4773
47742005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4775
4776 * basic.texi: Various typo and grammar fixes.
4777 (Moving Point): C-a now runs move-beginning-of-line.
4778
47792005-05-08 Nick Roberts <nickrob@snap.net.nz>
4780
4781 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4782
4783 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4784 as different animals.
4785
47862005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4789 Correct index entry.
4790
47912005-05-07 Nick Roberts <nickrob@snap.net.nz>
4792
4793 * building.texi (Debugger Operation): Update to reflect changes
4794 in GUD tooltips.
4795
47962005-04-30 Richard M. Stallman <rms@gnu.org>
4797
4798 * files.texi (Compressed Files): Auto Compression normally enabled.
4799
4800 * building.texi (Debugger Operation): Clarify previous change.
4801
8cf51b2c
GM
48022005-04-28 Nick Roberts <nickrob@snap.net.nz>
4803
4804 * building.texi (Debugger Operation): Add description for
4805 GUD tooltips when program is not running.
4806
48072005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4808
4809 * misc.texi (Shell): Add `Shell Prompts' to menu.
4810 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4811 description. Delete remarks moved to new node.
4812 (Shell Prompts): New node.
4813 (History References): Replace remarks moved to `Shell Prompts'
4814 with xref to that node.
4815 (Remote Host): Clarify how to specify the terminal type when
4816 logging in to a different machine.
4817
48182005-04-26 Richard M. Stallman <rms@gnu.org>
4819
4820 * emacs.texi (Top): Update submenus from files.texi.
4821
4822 * files.texi (Filesets): Clarify previous change.
4823
4824 * dired.texi (Misc Dired Features): Clarify previous change.
4825
48262005-04-25 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4829
4830 * dired.texi (Misc Dired Features): Document
4831 dired-compare-directories.
4832
4833 * files.texi (Filesets): New node.
4834 (File Conveniences): Document Image mode.
4835
4836 * text.texi (TeX Print): Document tex-compile.
4837
48382005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4839
4840 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4841 Delete redundant reference to tooltip Custom group. It is
4842 referred too again in the next paragraph.
4843
48442005-04-24 Richard M. Stallman <rms@gnu.org>
4845
4846 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4847
8cf51b2c
GM
48482005-04-19 Kim F. Storm <storm@cua.dk>
4849
4850 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4851
48522005-04-18 Lars Hansen <larsh@math.ku.dk>
4853
4854 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4855 turns off desktop-save-mode.
4856
48572005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4860 by default in terminals compatible with xterm. Mention that
4861 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4862 node.
4863
8cf51b2c
GM
48642005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4865
4866 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4867
c8763fb6 48682005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4869
4870 * xresources.texi (Table of Resources): Add cursorBlink.
4871
48722005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4873
4874 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4875 `d', `C-d' and `u'.
4876
48772005-04-11 Richard M. Stallman <rms@gnu.org>
4878
4879 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4880 (Misc X): Add -D, --basic-display.
4881
4882 * maintaining.texi (Change Log): Correct the description of
4883 the example.
4884
4885 * major.texi (Choosing Modes): Document magic-mode-alist.
4886
8cf51b2c
GM
48872005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4888
4889 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4890 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4891 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4892 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4893 `w', respectively.
4894 (Rmail Labels): Mention `l'.
4895 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4896 (Rmail Summary Edit): Describe `j' and RET.
4897
c8763fb6 48982005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4899
4900 * xresources.texi (Lucid Resources): Add fontSet resource.
4901
8cf51b2c
GM
49022005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4903
4904 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4905 now called `indicate-empty-lines'.
4906
49072005-04-06 Kim F. Storm <storm@cua.dk>
4908
4909 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4910
49112005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4912
4913 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4914 deleted.
4915 (Marks vs Flags): Add some convenient key bindings.
4916 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4917 (Misc Dired Features): Correct and expand description of `w' command.
4918
4919 * frames.texi (XTerm Mouse): Delete apparently false info.
4920 The GNU/Linux console currently does not appear to support
4921 `xterm-mouse-mode'.
4922
8cf51b2c
GM
49232005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4924
4925 * calendar.texi (Diary): Mention shell utility `calendar'.
4926
49272005-04-01 Richard M. Stallman <rms@gnu.org>
4928
4929 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4930
8cf51b2c
GM
49312005-04-01 Lute Kamstra <lute@gnu.org>
4932
4933 * maintaining.texi (Change Log): add-change-log-entry uses
4934 add-log-mailing-address.
4935
49362005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4937
4938 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4939 `VC Mode Line' and put in an xref to that node.
4940 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4941 its description.
4942
49432005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4944
4945 * calendar.texi (Calendar Systems): Say that the Persian calendar
4946 implemented here is the arithmetical one championed by Birashk.
4947
49482005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4949
4950 * programs.texi (Fortran Motion): Fix previous change.
4951
8cf51b2c
GM
49522005-03-29 Richard M. Stallman <rms@gnu.org>
4953
4954 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4955
49562005-03-29 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * text.texi (Refill): Refer to Long Lines Mode.
4959 (Longlines): New node.
4960 (Auto Fill): Don't index "word wrap" here.
4961 (Filling): Add Longlines to menu.
4962
49632005-03-29 Richard M. Stallman <rms@gnu.org>
4964
4965 * xresources.texi: Minor fixes.
4966
4967 * misc.texi (Emacs Server): Fix Texinfo usage.
4968
4969 * emacs.texi (Top): Don't use a real section heading for
4970 "Detailed Node Listing". Fake it instead.
4971
4972 * basic.texi (Position Info): Minor cleanup.
4973
4974 * mule.texi (Input Methods): Minor cleanup.
4975
49762005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4977
4978 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4979 constructs as well.
4980 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4981
49822005-03-29 Kenichi Handa <handa@m17n.org>
4983
4984 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4985
4986 * basic.texi (Position Info): Update the description about the
4987 command C-u C-x =.
4988
49892005-03-28 Richard M. Stallman <rms@gnu.org>
4990
4991 * emacs.texi (Top): Use @section for the detailed node listing.
4992
4993 * calendar.texi: Minor fixes to previous change.
4994
4995 * programs.texi (Fortran): Small fixes to previous changes.
4996
4997 * emacs.texi (Top): Update list of subnodes of Dired.
4998 Likewise for building.texi.
4999
5000 * files.texi (File Conveniences): Delete Auto Image File mode.
5001
50022005-03-28 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * building.texi (Flymake): New node.
5005
5006 * custom.texi (Function Keys): Document kp- event types and
5007 keypad-setup package.
5008
5009 * dired.texi (Wdired): New node.
5010
5011 * files.texi (File Conveniences): Reorder entries.
5012 Explain how to turn on Auto-image-file mode.
5013 Document Thumbs mode.
5014
5015 * mule.texi (Specify Coding): Document recode-region and
5016 recode-file-name.
5017
5018 * programs.texi (Program Modes): Add Conf mode and DNS mode.
5019
50202005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5021
5022 * commands.texi (Keys): M-o is now a prefix key.
5023
50242005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5025
5026 * programs.texi: Reformat and update copyright years.
5027 (Fortran): Update section.
5028
50292005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5030
5031 * files.texi: Several small changes in addition to:
5032 (Visiting): Change xref for Dialog Boxes to ref.
5033 (Version Headers): Replace references to obsolete var
5034 `vc-header-alist' with `vc-BACKEND-header'.
5035 (Customizing VC): Update value of `vc-handled-backends'.
5036
50372005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5038
5039 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
5040 move here from Emacs Lisp Reference Manual.
5041 * calendar.texi (Calendar/Diary, Diary Commands)
5042 (Special Diary Entries, Importing Diary): Change some xrefs to
5043 point to emacs-xtra rather than elisp.
5044
5045 * emacs-xtra.texi (Calendar Customizing):
5046 Move view-diary-entries-initially, view-calendar-holidays-initially,
5047 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
5048 Emacs Manual.
5049 (Appt Customizing): Merge entire section into main Emacs Manual.
5050 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
5051 mark-holidays-in-calendar here from emacs-xtra.
5052 (Displaying the Diary): Move view-diary-entries-initially,
5053 mark-diary-entries-in-calendar here from emacs-xtra.
5054 (Appointments): Move appt-display-mode-line,
5055 appt-display-duration, appt-disp-window-function,
5056 appt-delete-window-function here from emacs-xtra.
5057
5058 * calendar.texi: Update and reformat copyright.
5059 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
5060 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
5061 (Diary): Refer to `diary-file' rather than ~/diary.
5062 (Diary Commands): Rename node to "Displaying the Diary".
5063 * emacs.texi (Top): Rename "Diary Commands" section.
5064 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
5065
50662005-03-26 Eli Zaretskii <eliz@gnu.org>
5067
5068 * misc.texi (Emacs Server): Fix the command for setting
5069 server-name. Add an xref to Invoking emacsclient.
5070
5071 * help.texi (Help Summary): Clarify when "C-h ." will do something
5072 nontrivial.
5073 (Apropos): Add cindex entry for apropos-sort-by-scores.
5074
5075 * display.texi (Text Display): Add index entries for how no-break
5076 characters are displayed.
5077
8cf51b2c
GM
50782005-03-26 Eli Zaretskii <eliz@gnu.org>
5079
5080 * files.texi (Visiting): Fix cross-references introduced with the
5081 last change.
5082
5083 * xresources.texi (GTK resources): Fix last change.
5084
8cf51b2c
GM
50852005-03-25 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * xresources.texi (X Resources): GTK options documented too.
5088 (Resources): Clarify meaning of program name.
5089 (Table of Resources): Add visualClass.
5090 (GTK resources): Rewrite.
5091 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
5092
5093 * display.texi (Text Display): Mention non-breaking spaces.
5094
5095 * files.texi (Reverting): Document auto-revert-check-vc-info.
5096
5097 * frames.texi (Mouse Commands): Document
5098 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
5099
5100 * help.texi (Help Summary): Add `C-h .'.
5101 (Apropos): Apropos accepts a list of search terms.
5102 Document apropos-sort-by-scores.
5103 (Help Echo): Document display-local-help.
5104
5105 * misc.texi (Emacs Server): Document server-name.
5106 (Invoking emacsclient): Document -s option for server names.
5107
5108 * text.texi (Outline Visibility): Introduce "current heading
5109 line" (commands can be called with point on a body line).
5110 Re-order table to follow the sequence of discussion.
5111 hide-body won't hide lines before first header line.
5112 (TeX Mode): Add DocTeX mode.
5113
8cf51b2c
GM
51142005-03-24 Richard M. Stallman <rms@gnu.org>
5115
5116 * mule.texi (Single-Byte Character Support): Delete mention
5117 of iso-acc.el and iso-transl.el.
5118
8cf51b2c
GM
51192005-03-23 Lute Kamstra <lute@gnu.org>
5120
5121 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
5122
51232005-03-23 Richard M. Stallman <rms@gnu.org>
5124
8cf51b2c
GM
5125 * search.texi: Delete explicit node pointers.
5126 (Incremental Search): New menu.
5127 (Basic Isearch, Repeat Isearch, Error in Isearch)
5128 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
5129 (Slow Isearch): New subnodes.
5130 (Configuring Scrolling): Node deleted.
5131 (Search Case): Doc default-case-fold-search.
5132 (Regexp Replace): Move replace-regexp doc here.
5133
5134 * rmail.texi (Movemail): Put commas inside closequotes.
5135
5136 * picture.texi (Insert in Picture): Document C-c arrow combos.
5137 (Basic Picture): Clarify erasure.
5138
5139 * display.texi (Font Lock): Put commas inside closequotes.
5140
5141 * cmdargs.texi (General Variables): Put commas inside closequotes.
5142
51432005-03-23 Nick Roberts <nickrob@snap.net.nz>
5144
5145 * building.texi (Stack Buffer): Mention reverse contrast for
5146 *selected* frame (might not be current frame).
5147
8cf51b2c
GM
51482005-03-21 Richard M. Stallman <rms@gnu.org>
5149
5150 * building.texi (Starting GUD): Add bashdb.
5151
51522005-03-20 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * basic.texi (Moving Point): Add M-g M-g binding.
5155 (Undo): Document undo-only.
5156 (Position Info): Document M-g M-g and C-u M-g M-g.
5157
5158 * building.texi (Building): Put Grep Searching after Compilation
5159 Shell.
5160 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
5161 Document next-error-highlight.
5162 (Grep Searching): Document grep-highlight-matches.
5163 (Lisp Eval): Typing C-x C-e twice prints integers specially.
5164
5165 * calendar.texi (Importing Diary): Rename node from iCalendar.
5166 Document diary-from-outlook.
5167
5168 * dired.texi (Misc Dired Features): Rename node from Misc Dired
5169 Commands.
5170 Mention effect of X drag and drop on Dired buffers.
5171
5172 * files.texi (Visiting): Document large-file-warning-threshold.
5173 Move paragraph on file-selection dialog.
5174 Mention visiting files using X drag and drop.
5175 (Reverting): Mention using Auto-Revert mode to tail files.
5176 Document auto-revert-tail-mode.
5177 (Version Systems): Minor correction.
5178 (Comparing Files): Diff-mode is no longer based on Compilation
5179 mode.
5180 Document compare-ignore-whitespace.
5181 (Misc File Ops): Explain passing a directory to rename-file.
5182 Likewise for copy-file and make-symbolic-link.
5183
5184 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
5185 Document mouse-wheel-progressive speed.
5186
5187 * help.texi (Misc Help): Document numeric argument for C-h i.
5188 Correctly explain the effect of just C-u as argument.
5189
5190 * killing.texi (Deletion): Document numeric argument for
5191 just-one-space.
5192
5193 * mini.texi (Completion): Completion acts on text before point.
5194
5195 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
5196 (Emulation): CUA mode replaces pc-bindings-mode,
5197 pc-selection-mode, and s-region.
5198
5199 * mule.texi (Input Methods): Leim is now built-in.
5200 (Select Input Method): Document quail-show-key.
5201 (Specify Coding): Document revert-buffer-with-coding-system.
5202
5203 * programs.texi (Fortran Motion): Document f90-next-statement,
5204 f90-previous-statement, f90-next-block, f90-previous-block,
5205 f90-end-of-block, and f90-beginning-of-block.
5206
5207 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
5208
5209 * emacs.texi (Acknowledgments): Updated.
5210
5211 * anti.texi: Total rewrite.
5212
8cf51b2c
GM
52132005-03-19 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * ack.texi (Acknowledgments): Update.
5216
52172005-03-19 Eli Zaretskii <eliz@gnu.org>
5218
5219 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
5220 copyright years.
5221
52222005-03-14 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * building.texi (Commands of GUD): Move paragraph on setting
5225 breakpoints with mouse to the GDB Graphical Interface node.
5226
52272005-03-07 Richard M. Stallman <rms@gnu.org>
5228
8cf51b2c
GM
5229 * misc.texi (Single Shell, Shell Options): Fix previous change.
5230
5231 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5232
52332005-03-06 Richard M. Stallman <rms@gnu.org>
5234
5235 * building.texi (Starting GUD): Don't explain text vs graphical
5236 GDB here. Just mention it and xref.
5237 Delete "just one debugger process".
5238 (Debugger Operation): Move GUD tooltip info here.
5239 (GUD Tooltips): Node deleted.
5240 (GDB Graphical Interface): Explain the two GDB modes here.
5241
8cf51b2c
GM
5242 * sending.texi (Sending Mail): Minor cleanup.
5243 (Mail Aliases): Explain quoting conventions.
5244 Update key rebinding example.
5245 (Header Editing): C-M-i is like M-TAB.
5246 (Mail Mode Misc): mail-attach-file does not do MIME.
5247
5248 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5249 that really belongs here.
5250 (Remote Mailboxes): Text moved to Rmail Inbox.
5251 (Rmail Display): Mention Mouse-1.
5252 (Movemail): Clarify two movemail versions.
5253 Clarify rmail-movemail-program.
5254
8cf51b2c
GM
5255 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5256 Document async shell commands.
5257 (Shell History): Clarify.
5258 (Shell Ring): Mention C-UP an C-DOWN.
5259 (Shell Options): Add comint-prompt-read-only.
5260 (Invoking emacsclient): Set EDITOR to run Emacs.
5261 (Sorting): No need to explain what region is.
5262 (Saving Emacs Sessions): Fix typo.
5263 (Recursive Edit): Fix punctuation.
5264 (Emulation): Don't mention "PC bindings" which are standard.
5265 (Hyperlinking): Explain Mouse-1 convention here.
5266 (Find Func): Node deleted.
5267
8cf51b2c
GM
5268 * help.texi (Name Help): Xref to Hyperlinking.
5269
5270 * glossary.texi (Glossary):
5271 Rename "Balance Parentheses" to "Balancing...".
5272 Add "Byte Compilation". Correct "Copyleft".
5273 New xref in "Customization".
5274 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5275 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5276 Rename "Registers" to "Register".
5277 Replace "Selecting" with "Selected Frame",
5278 "Selected Window", and "Selecting a Buffer".
5279
5280 * files.texi (Types of Log File): Explain how projects'
5281 methods can vary.
5282
8cf51b2c
GM
5283 * display.texi (Faces): Delete "Emacs 21".
5284
5285 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5286 * fixit.texi (Spelling): C-M-i like M-TAB.
5287 * mini.texi (Completion Options): C-M-i like M-TAB.
5288 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5289 * text.texi (Text Mode): C-M-i like M-TAB.
5290
5291 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5292
5293 * calendar.texi (Specified Dates): Mention `g w'.
5294 (Appointments): appt-activate toggles with no arg.
5295
8cf51b2c
GM
52962005-03-05 Juri Linkov <juri@jurta.org>
5297
5298 * cmdargs.texi (Emacs Invocation): Add cindex
5299 "invocation (command line arguments)"
5300 (Misc X): Add -nbc, --no-blinking-cursor.
5301
53022005-03-04 Ulf Jasper <ulf.jasper@web.de>
5303
5304 * calendar.texi (iCalendar): No need to require it now.
5305
8cf51b2c
GM
53062005-03-03 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * trouble.texi (Contributing): Mention Savannah. Direct users to
5309 emacs-devel.
5310
53112005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5312
5313 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5314 window.
5315
8cf51b2c
GM
53162005-02-27 Richard M. Stallman <rms@gnu.org>
5317
5318 * building.texi (Compilation): Update mode line status info.
5319
53202005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5321
5322 * calendar.texi (General Calendar): Document binding of
5323 scroll-other-window-down.
5324 (Mayan Calendar): Fix earliest date.
5325 (Time Intervals): Document timeclock-change.
5326 Fix timeclock-ask-before-exiting documentation.
5327
53282005-02-26 Kim F. Storm <storm@cua.dk>
5329
5330 * frames.texi (Mouse References):
5331 Add mouse-1-click-in-non-selected-windows.
5332
53332005-02-25 Richard M. Stallman <rms@gnu.org>
5334
5335 * screen.texi (Screen): Explain better about cursors and mode lines;
5336 don't presuppose text terminals.
5337 (Point): Don't assume just one cursor.
5338 Clarify explanation of cursors.
5339 (Echo Area, Menu Bar): Cleanups.
5340
5341 * mini.texi (Minibuffer): Prompts are highlighted.
5342 (Minibuffer Edit): Newline = C-j only on text terminals.
5343 Clarify resize-mini-windows values.
5344 Mention M-PAGEUP and M-PAGEDOWN.
5345 (Completion Commands): Mouse-1 like Mouse-2.
5346 (Minibuffer History): Explain history commands better.
5347 (Repetition): Add xref to Incremental Search.
5348
5349 * mark.texi (Setting Mark): Clarify info about displaying mark.
5350 Clarify explanation of C-@ and C-SPC.
5351 (Transient Mark): Mention Delete Selection mode.
5352 (Marking Objects): Clean up text about extending the region.
5353
5354 * m-x.texi (M-x): One C-g doesn't always go to top level.
5355 No delay before suggest-key-bindings output.
5356
5357 * fixit.texi (Fixit): Mention C-/ for undo.
5358 (Spelling): Mention ESC TAB like M-TAB.
5359 Replacement words with r and R are rechecked.
5360 Say where C-g leaves point. Mention ? as input.
5361
53622005-02-23 Lute Kamstra <lute@gnu.org>
5363
5364 * cmdargs.texi (Initial Options): Add cross reference.
5365
8cf51b2c
GM
53662005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * emacs.texi (Top): Update menu for splitting of node in
5369 msdog.texi.
5370 * frames.texi (Frames): Update xref for splitting of node in
5371 msdog.texi.
5372 * trouble.texi (Quitting): Ditto.
5373
53742005-02-16 Richard M. Stallman <rms@gnu.org>
5375
5376 * windows.texi (Split Window): Simplify line truncation info
5377 and xref to Display Custom.
5378
5379 * trouble.texi (Quitting): Emergency escape only for text terminal.
5380 (Screen Garbled): C-l for ungarbling is only for text terminal.
5381
5382 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5383
5384 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5385
5386 * programs.texi (Program Modes): Mention Python mode.
5387 (Moving by Defuns): Repeating C-M-h extends region.
5388 (Basic Indent): Clarify.
5389 (Custom C Indent): Clarify.
5390 (Expressions): Repeating C-M-@ extends region.
5391 (Info Lookup): Clarify for C-h S.
5392 (Symbol Completion): ESC TAB alternative for M-TAB.
5393 (Electric C): Clarify.
5394
5395 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5396
5397 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5398 MS-DOS Input node.
5399 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5400 (MS-DOS and MULE): Clarify.
5401 (MS-DOS Processes, Windows Processes): Fix typos.
5402
5403 * major.texi (Choosing Modes): Clarify.
5404
5405 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5406 (Keyboard Macro Step-Edit): Clarify.
5407
5408 * indent.texi (Indentation): Clarifications.
5409
5410 * help.texi (Help): Correct error about C-h in query-replace.
5411 Clarify apropos vs C-h a. Fix how to search in FAQ.
5412 (Key Help): Describe C-h w here.
5413 (Name Help): Minor cleanup. C-h w moved to Key Help.
5414 Clarify the "object" joke.
5415 (Apropos): Clarify. Mouse-1 like Mouse-2.
5416 (Help Mode): Mouse-1 like Mouse-2.
5417
5418 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5419
5420 * display.texi (Display): Reorder menu.
5421 (Faces): Cleanup.
5422 (Font Lock): Cleanup. Mention Options menu.
5423 Delete obsolete text.
5424 (Scrolling): For C-l, don't presume text terminal.
5425 (Horizontal Scrolling): Simplify intro.
5426 (Follow Mode): Clarify.
5427 (Cursor Display): Moved before Display Custom.
5428 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5429 Doc default-tab-width. Doc line truncation more thoroughly.
5430
5431 * dired.texi (Dired Enter): C-x C-f can run Dired.
5432 (Dired Visiting): Comment out `a' command.
5433 Mouse-1 is like Mouse-2.
5434 (Shell Commands in Dired): ? can be used more than once.
5435
5436 * basic.texi (Continuation Lines): Simplify description of truncation,
5437 and refer to Display Custom for the rest of it.
5438
8cf51b2c
GM
54392005-02-06 Lute Kamstra <lute@gnu.org>
5440
5441 * basic.texi (Undo): Fix typo.
5442
5443 * cmdargs.texi (Emacs Invocation): Fix typo.
5444
5445 * custom.texi (Init Examples): Fix typo.
5446
5447 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5448
54492005-02-06 Richard M. Stallman <rms@gnu.org>
5450
5451 * regs.texi (Registers): Registers can hold numbers, too.
5452
5453 * killing.texi (Other Kill Commands): Cleanup.
5454 Delete redundant explanation of kill in read-only buffer.
5455 (Yanking): Mention term "copying".
5456 (Accumulating Text): Fix typo.
5457
5458 * entering.texi (Entering Emacs): Update rationale at start.
5459 (Exiting): Treat iconifying on a par with suspension.
5460
5461 * custom.texi (Minor Modes): Fix typo.
5462 (Easy Customization): Fix menu style.
5463 (Variables): Add xref.
5464 (Examining): Setting for future sessions works through .emacs.
5465 (Keymaps): "Text terminals", not "Many".
5466 (Init Rebinding): Explain \C-. Show example of \M-.
5467 Fix minor wording errors.
5468 (Function Keys): Explain vector syntax just once.
5469 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5470 (Init File): Mention .emacs.d directory.
5471 (Init Examples): Add xref.
5472 (Find Init): Mention .emacs.d directory.
5473
5474 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5475 (Action Arguments): Explain which kinds of -l args are found how.
5476 (Initial Options): --batch does not inhibit site-start.
5477 Add xrefs.
5478 (Command Example): Use --batch, not -batch.
5479
5480 * basic.texi (Inserting Text): Cleanup wording.
5481 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5482 C-n is not error at end of buffer.
5483 (Undo): Doc C-/ like C-_. Add xrefs.
5484 (Arguments): META key may be labeled ALT.
5485 Peculiar arg meanings are explained in doc strings.
5486
5487 * abbrevs.texi (Expanding Abbrevs): Clarify.
5488
54892005-02-05 Eli Zaretskii <eliz@gnu.org>
5490
5491 * frames.texi (Frame Parameters): Add an xref to the description
5492 of list-colors-display. Add a pointer to the X docs about colors.
5493
5494 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5495 Improve docs of list-colors-display.
8cf51b2c
GM
5496
54972005-02-03 Lute Kamstra <lute@gnu.org>
5498
5499 * frames.texi (Frames, Drag and Drop): Fix typos.
5500
55012005-02-03 Richard M. Stallman <rms@gnu.org>
5502
5503 * windows.texi (Basic Window): Mention color-change in mode line.
5504 (Change Window): Explain dragging vertical boundaries.
5505
5506 * text.texi (Sentences): Clarify.
5507 (Paragraphs): Explain M-a and blank lines.
5508 (Outline Mode): Clarify text and menu.
5509 (Hard and Soft Newlines): Mention use-hard-newlines.
5510
5511 * frames.texi (Frames): Delete unnecessary mention of Windows.
5512 (Mouse Commands): Likewise. Mention xterm mouse support.
5513 (Clipboard): Clarify.
5514 (Mouse References): Mention use of Mouse-1 for following links.
5515 (Menu Mouse Clicks): Clarify.
5516 (Mode Line Mouse): Clarify.
5517 (Drag and Drop): Rewrite.
5518
5519 * fixit.texi (Spelling): Fix typo.
5520
5521 * files.texi (File Names): Clarify.
5522 (Visiting): Update conditions for use of file dialog. Clarify.
5523 (Saving): Doc d as answer in save-some-buffers.
5524 (Remote Files): Clean up the text.
5525
5526 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5527
5528 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5529 (List Buffers): Clarify.
5530 (Several Buffers): Doc T command.
5531 (Buffer Convenience): Clarify menu.
5532
5533 * basic.texi (Undo): Clarify last change.
5534
55352005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5536
5537 * fixit.texi (Spelling): Fix typo.
5538
55392005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5540
5541 * basic.texi (Undo): Update description of `undo-outer-limit'.
5542
55432005-02-01 Nick Roberts <nickrob@snap.net.nz>
5544
5545 * building.texi: Update documentation relating to GDB Graphical
5546 Interface.
5547
55482005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5549
5550 * custom.texi (Easy Customization): Adapt menu to node name change.
5551
55522005-01-30 Richard M. Stallman <rms@gnu.org>
5553
5554 * custom.texi (Easy Customization): Defn of "User Option" now
5555 includes faces. Don't say just "option" when talking about variables.
5556 Do say just "options" to mean "anything customizable".
5557 (Specific Customization): Describe `customize-variable',
5558 not `customize-option'.
5559
5560 * glossary.texi (Glossary) <Faces>: Add xref.
5561 <User Option>: Change definition--include faces. Change xref.
5562
5563 * picture.texi (Picture): Mention artist.el.
5564
5565 * sending.texi, screen.texi, programs.texi, misc.texi:
5566 * mini.texi, major.texi, maintaining.texi, macos.texi:
5567 * help.texi, frames.texi, files.texi:
5568 Don't say just "option" when talking about variables.
5569
5570 * display.texi, mule.texi: Don't say just "option" when talking
5571 about variables. Other minor cleanups.
5572
8cf51b2c
GM
55732005-01-26 Lute Kamstra <lute@gnu.org>
5574
5575 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5576 File'. Mention the `-Q' option at the `--no-site-file' option.
5577
8cf51b2c
GM
55782005-01-22 David Kastrup <dak@gnu.org>
5579
5580 * building.texi (Grep Searching): Mention alias `find-grep' for
5581 `grep-find'.
5582
55832005-01-20 Richard M. Stallman <rms@gnu.org>
5584
5585 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5586
8cf51b2c
GM
55872005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5588
5589 * rmail.texi (Movemail): Explain differences
5590 between standard and mailutils versions of movemail.
5591 Describe command line and configuration options introduced
5592 with the latter.
5593 Explain the notion of mailbox URL, provide examples and
5594 cross-references to mailutils documentation.
5595 Describe various methods of specifying mailbox names,
5596 user names and user passwords for rmail.
5597 (Remote Mailboxes): New section. Describe
5598 how movemail handles remote mailboxes. Describe configuration
5599 options used to control its behavior.
5600 (Other Mailbox Formats): Explain handling of various mailbox
5601 formats.
5602
56032005-01-13 Richard M. Stallman <rms@gnu.org>
5604
5605 * commands.texi (Commands): Clarification.
5606
56072005-01-11 Richard M. Stallman <rms@gnu.org>
5608
5609 * programs.texi (Multi-line Indent): Fix previous change.
5610 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5611
8cf51b2c
GM
56122005-01-08 Richard M. Stallman <rms@gnu.org>
5613
5614 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5615 lazy-highlight.
5616
5617 * search.texi (Query Replace): Mention faces query-replace
5618 and lazy-highlight.
5619 (Incremental Search): Update isearch highlighting info.
5620
8cf51b2c
GM
56212005-01-04 Richard M. Stallman <rms@gnu.org>
5622
5623 * custom.texi (Saving Customizations): Minor improvement.
5624
8cf51b2c
GM
56252005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5626
5627 * custom.texi (Saving Customizations): Emacs no longer loads
5628 `custom-file' after .emacs. No longer mention customizing through
5629 Custom.
5630
8cf51b2c
GM
56312005-01-01 Andreas Schwab <schwab@suse.de>
5632
5633 * killing.texi (Graphical Kill): Move up under node Killing,
5634 change @section to @subsection.
5635
56362005-01-01 Richard M. Stallman <rms@gnu.org>
5637
5638 * custom.texi (Face Customization): Mention hex color specs.
5639
5640 * emacs.texi (Top): Update Killing submenu.
5641
5642 * killing.texi (Killing): Reorganize section.
5643 No more TeX-only text; put the node command at start of chapter.
5644 But the first section heading is used only in TeX.
5645 Rewrite the text to read better in this mode.
5646 (Graphical Kill): New subnode gets some of the text that
5647 used to be in the first section.
5648
56492004-12-31 Richard M. Stallman <rms@gnu.org>
5650
5651 * dired.texi (Shell Commands in Dired): Delete the ? example.
5652
5653 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5654
5655 * files.texi (Saving): Describe new require-final-newline features
5656 and mode-require-final-newline.
5657
8cf51b2c
GM
56582004-12-29 Richard M. Stallman <rms@gnu.org>
5659
5660 * custom.texi (File Variables): Clarify previous change.
5661
c8763fb6 56622004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5663
5664 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5665 out now.
5666
56672004-12-27 Richard M. Stallman <rms@gnu.org>
5668
5669 * Makefile.in (MAKEINFO): Specify --force.
5670
5671 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5672 (Undo): Doc undo-outer-limit.
5673
8cf51b2c
GM
56742004-12-15 Juri Linkov <juri@jurta.org>
5675
5676 * mark.texi (Transient Mark, Mark Ring): M-< and other
5677 movement commands don't set mark in Transient Mark mode
5678 if mark is active.
5679
8cf51b2c
GM
56802004-12-12 Juri Linkov <juri@jurta.org>
5681
5682 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5683 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5684
5685 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5686 (Misc Dired Commands): Add @r{(Dired)} to w.
5687
56882004-12-12 Juri Linkov <juri@jurta.org>
5689
5690 * mark.texi (Marking Objects): Marking commands also extend the
5691 region when mark is active in Transient Mark mode.
5692
8cf51b2c
GM
56932004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5694
5695 * custom.texi (Saving Customizations): Emacs only loads the custom
5696 file automatically after the init file in version 22.1 or later.
5697 Adapt text and examples to this fact.
5698
8cf51b2c
GM
56992004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5702 be set through Custom. Otherwise, it has no effect.
5703
8cf51b2c
GM
57042004-12-05 Richard M. Stallman <rms@gnu.org>
5705
5706 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5707 * entering.texi: Rename Command Line to Emacs Invocation.
5708
10d1d0af 5709 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5710
5711 * custom.texi (Easy Customization): Move up to section level,
5712 before Variables. Avoid using the term "variable"; say "option".
5713 New initial explanation.
5714 (Variables): In initial explanation, connect "variable" to the
5715 already-explained "user option".
5716
5717 * emacs.texi (Top): Fix ref to Command Line.
5718 Move reference to Easy Customization.
5719
5720 * xresources.texi (X Resources): Fix From link.
5721
5722 * doclicense.texi (GNU Free Documentation License): Fix To link.
5723
5724 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5725
5726 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5727
57282004-12-03 Richard M. Stallman <rms@gnu.org>
5729
5730 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5731
57322004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5733
5734 * kmacro.texi: Several small changes in addition to the following.
5735 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5736 defining a keyboard macro.
5737 Mention `kmacro-ring-max'.
5738 (Keyboard Macro Counter): Clarify description of
5739 `kmacro-insert-counter', `kmacro-set-counter',
5740 `kmacro-add-counter' and `kmacro-set-format'.
5741
57422004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5743
5744 * custom.texi (File Variables): Add `unibyte' and make it more
5745 clear that `unibyte' and `coding' are special. Suggested by Simon
5746 Krahnke <overlord@gmx.li>.
5747
5748 * mule.texi (Enabling Multibyte): Refer to File Variables.
5749 Suggested by Simon Krahnke <overlord@gmx.li>.
5750
c8763fb6 57512004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5752
5753 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5754 x-use-old-gtk-file-dialog.
5755
8cf51b2c
GM
57562004-11-20 Richard M. Stallman <rms@gnu.org>
5757
5758 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5759
57602004-11-09 Lars Brinkhoff <lars@nocrew.org>
5761
5762 * building.texi (Lisp Eval): Delete hyphen in section name.
5763
57642004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5765
5766 * files.texi (Old Versions):
5767 No longer document annotation as "CVS only".
5768
57692004-11-10 Andre Spiegel <spiegel@gnu.org>
5770
5771 * files.texi (Version Control): Rewrite the introduction about
5772 version systems, mentioning the new ones that we support. Thanks
5773 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5774 suggestions.
5775
c8763fb6 57762004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5777
49823426 5778 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5779
c8763fb6 57802004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5781
5782 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5783
57842004-10-23 Eli Zaretskii <eliz@gnu.org>
5785
5786 * text.texi (Text Based Tables, Table Definition)
5787 (Table Creation, Table Recognition, Cell Commands)
5788 (Cell Justification, Row Commands, Column Commands)
5789 (Fixed Width Mode, Table Conversion, Measuring Tables)
5790 (Table Misc): New nodes, documenting the Table Mode.
5791
8cf51b2c
GM
57922004-10-19 Jason Rumney <jasonr@gnu.org>
5793
5794 * makefile.w32-in (info): Change order of arguments to makeinfo.
5795
57962004-10-19 Ulf Jasper <ulf.jasper@web.de>
5797
5798 * calendar.texi (iCalendar): Update for package changes.
5799
8cf51b2c
GM
58002004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5801
5802 * files.texi (Misc File Ops): View mode is a minor mode.
5803
8cf51b2c
GM
58042004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5805
5806 * calendar.texi (iCalendar): Style changes.
5807
58082004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * search.texi (Regexps): The regexp described in the example is no
5811 longer stored in the variable `sentence-end'.
5812
8cf51b2c
GM
58132004-10-06 Nick Roberts <nickrob@snap.net.nz>
5814
5815 * building.texi (Starting GUD): Note that multiple debugging
5816 sessions requires `gdb --fullname'.
5817
58182004-10-05 Ulf Jasper <ulf.jasper@web.de>
5819
5820 * calendar.texi (iCalendar): New section for a new package.
5821
8cf51b2c
GM
58222004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5823
5824 * text.texi: Various small changes in addition to the following.
5825 (Text): Replace xref for autotype with inforef.
5826 (Sentences): Explain nil value for `sentence-end'.
5827 (Paragraphs): Update default values for `paragraph-start' and
5828 `paragraph-separate'.
5829 (Text Mode): Correct description of Text mode's effect on the
5830 syntax table.
5831 (Outline Visibility): `hide-other' does not hide top level headings.
5832 `selective-display-ellipses' no longer has an effect on Outline mode.
5833 (TeX Misc): Add missing @cindex.
5834 Replace xref for RefTeX with inforef.
5835 (Requesting Formatted Text): The variable
5836 `enriched-fill-after-visiting' no longer exists.
5837 (Editing Format Info): Update names of menu items and commands.
5838 (Format Faces): Mention special effect of specifying the default face.
5839 Describe inheritance of text properties.
5840 Correct description of `fixed' face.
5841 (Format Indentation): Correct description of effect of setting
5842 margins. Mention `set-left-margin' and `set-right-margin'.
5843 (Format Justification): Update names of menu items.
5844 `set-justification-full' is now bound to `M-j b'.
5845 Mention that `default-justification' is a per buffer variable.
5846 (Format Properties): Update name of menu item.
5847 (Forcing Enriched Mode): `format-decode-buffer' automatically
5848 turns on Enriched mode if the buffer is in text/enriched format.
5849
58502004-10-05 Emilio C. Lopes <eclig@gmx.net>
5851
5852 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5853
58542004-09-28 Kim F. Storm <storm@cua.dk>
5855
5856 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5857 Align with new functionality.
5858
8cf51b2c
GM
58592004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * display.texi (Display Custom): Remove stray `@end defvar'.
5862
58632004-09-23 Kim F. Storm <storm@cua.dk>
5864
5865 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5866 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5867
8cf51b2c
GM
58682004-09-20 Richard M. Stallman <rms@gnu.org>
5869
5870 * custom.texi (Hooks): Explain using setq to clear out a hook.
5871 (File Variables): Explain multiline string constants.
5872 (Non-ASCII Rebinding): Explain when you need to update
5873 non-ASCII char codes in .emacs.
5874
5875 * building.texi (Compilation): Explain how to make a silent
5876 subprocess that won't be terminated. Explain compilation-environment.
5877
58782004-09-13 Kim F. Storm <storm@cua.dk>
5879
5880 * mini.texi (Repetition): Rename isearch-resume-enabled to
5881 isearch-resume-in-command-history and change default to disabled.
5882
8cf51b2c
GM
58832004-09-09 Kim F. Storm <storm@cua.dk>
5884
5885 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5886 with new `kmacro-name-last-macro'.
5887
8cf51b2c
GM
58882004-09-08 Juri Linkov <juri@jurta.org>
5889
5890 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5891
8cf51b2c
GM
58922004-09-03 Juri Linkov <juri@jurta.org>
5893
5894 * search.texi (Incremental Search): Update wording for M-%.
5895
58962004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5897
5898 * killing.texi (Killing): Correct description of kill commands in
5899 read-only buffer.
5900
59012004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5902
5903 * building.texi (Compilation Mode): Add a paragraph about rules
5904 for finding the compilation buffer for `next-error'.
5905
5906 * search.texi (Other Repeating Search): Mention that Occur mode
5907 supports the next-error functionality.
5908
59092004-09-02 Juri Linkov <juri@jurta.org>
5910
5911 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5912
59132004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5914
5915 * kmacro.texi (Basic Keyboard Macro):
5916 `apply-macro-to-region-lines' now operates on all lines that begin
5917 in the region, rather than on all complete lines in the region.
5918
c8763fb6 59192004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5920
5921 * frames.texi (Drag and drop): Add documentation about
5922 x-dnd-test-function and x-dnd-known-types.
5923
59242004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5925
5926 * indent.texi: Various minor changes in addition to:
5927 (Indentation Commands): Correct description of `indent-relative'.
5928 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5929 mode. The *Tab Stops* buffer uses Overwrite Mode.
5930 (Just Spaces): `tabify' converts sequences of at least two spaces
5931 to tabs.
5932
8cf51b2c
GM
59332004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5934
5935 * frames.texi (Secondary Selection): Setting the secondary
5936 selection with M-Drag-Mouse-1 does not alter the kill ring,
5937 setting it with M-Mouse-1 and M-Mouse-3 does.
5938 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5939 toolkit scroll bars.
5940 (Scroll Bars): Ditto.
5941
5942 * windows.texi (Basic Window): When using a window system, the value
5943 of point in a non-selected window is indicated by a hollow box.
5944 (Split Window): Side by side windows are separated by a scroll bar,
5945 if scroll bars are used.
5946 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5947 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5948 (Window Convenience): Update bindings for `winner-undo' and
5949 `winner-redo'.
5950
5951 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5952 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5953 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5954 of "Using Emacs as a Server".
5955 * building.texi (Building): Interchange nodes (for correct numbering).
5956 * programs.texi (Programs): Interchange nodes (for correct numbering).
5957 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5958 Info to the node structure.
5959 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5960 Rearrange order of nodes and sections such that both "GNU GENERAL
5961 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5962 end, as appropriate for appendices.
5963 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5964 Use `@unnumberedsec'.
5965 * trouble.texi: Adapt sectioning in Info to the node structure.
5966 Adapt node pointers to change in emacs.texi.
5967 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5968
8cf51b2c
GM
59692004-08-25 Kenichi Handa <handa@m17n.org>
5970
5971 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5972 description for unibyte mode.
5973
59742004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5975
5976 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5977
5978 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5979 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5980 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5981 in @pxref.
5982
59832004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5986 Change section names.
5987
8cf51b2c
GM
59882004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5989
5990 * kmacro.texi (Keyboard Macro Ring): Rename section.
5991 Emacs treats the head of the macro ring as the `last keyboard macro'.
5992 (Keyboard Macro Counter): Minor change.
5993 (Save Keyboard Macro): Some clarifications.
5994 (Edit Keyboard Macro): Rename section.
5995
5996 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5997 32-bit machines.
5998 (Several Buffers): Clarify which buffer is selected if `2' is
5999 pressed in the Buffer Menu.
6000 Auto Revert mode can be used to update the Buffer Menu
6001 automatically.
6002
60032004-08-21 Eli Zaretskii <eliz@gnu.org>
6004
6005 * help.texi (Misc Help): Add an index entry for finding an Info
6006 manual by its file name.
6007
60082004-08-20 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * files.texi (Backup Deletion): Correct description of
6011 `delete-old-versions'.
6012 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
6013 (Auto Save Files): Recommend `auto-save-mode' to reenable
6014 auto-saving, rather than the abbreviation `auto-save'.
6015
60162004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
6019 for "killing" and "yanking" in main menu.
6020
60212004-08-16 Richard M. Stallman <rms@gnu.org>
6022
6023 * killing.texi (Yanking, Killing): Minor cleanups.
6024
6025 * mark.texi (Momentary Mark): Minor cleanups.
6026
60272004-08-15 Kenichi Handa <handa@etl.go.jp>
6028
6029 * custom.texi (Non-ASCII Rebinding):
6030 C-q always inserts the right code to pass to global-set-key.
6031
8cf51b2c
GM
60322004-08-13 Luc Teirlinck <teirllm@auburn.edu>
6033
6034 * regs.texi (RegNumbers): Mention `C-x r i' binding for
6035 `insert-register', instead of `C-x r g' binding, for consistency.
6036
60372004-08-12 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * fixit.texi (Spelling): Fix typo.
6040
60412004-08-11 Luc Teirlinck <teirllm@auburn.edu>
6042
6043 * help.texi (Help): Fix Texinfo usage.
6044
8cf51b2c
GM
60452004-07-24 Richard M. Stallman <rms@gnu.org>
6046
6047 * text.texi (Paragraphs): Update how paragraphs are separated
6048 and the default for paragraph-separate.
6049
6050 * search.texi (Regexp Replace): Further update text for new
6051 replacement operators.
6052
8cf51b2c
GM
60532004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * emacs-xtra.texi (Subdir switches): Dired does not remember the
6056 `R' switch.
6057
6058 * dired.texi (Dired Updating): `k' only deletes inserted
6059 subdirectories from the Dired buffer if a prefix argument was given.
6060
6061 * search.texi (Regexps): Delete redundant definition of `symbol' in
6062 description of `\_>'. It already occurs in the description of `\_<'.
6063
8cf51b2c
GM
60642004-07-01 Juri Linkov <juri@jurta.org>
6065
6066 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
6067 (Regexp Search): Add M-r.
6068
60692004-06-30 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
6072
60732004-06-29 Jesper Harder <harder@ifa.au.dk>
6074
49823426 6075 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
6076
60772004-06-25 Richard M. Stallman <rms@gnu.org>
6078
6079 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
6080
60812004-06-25 David Kastrup <dak@gnu.org>
6082
6083 * search.texi (Regexp Replace): Some typo corrections and
6084 rearrangement.
6085
60862004-06-24 David Kastrup <dak@gnu.org>
6087
6088 * search.texi (Unconditional Replace): Use replace-string instead
6089 of query-replace in example.
6090 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
6091 sequences.
6092 (Query Replace): Correct explanation of `^' which does not use
6093 the mark stack.
6094
60952004-06-21 Nick Roberts <nickrob@gnu.org>
6096
6097 * misc.texi (Shell History Copying): Document comint-insert-input.
6098 (Shell Ring): Describe comint-dynamic-list-input-ring here.
6099
8cf51b2c
GM
61002004-06-20 Jesper Harder <harder@ifa.au.dk>
6101
6102 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
6103 * custom.texi (Customization): Do.
6104 * anti.texi (Antinews): Do.
6105 * abbrevs.texi (Defining Abbrevs): Do.
6106
6107 * programs.texi (Info Lookup): Fix keybinding for
6108 info-lookup-symbol.
6109
61102004-06-16 Juanma Barranquero <lektu@terra.es>
6111
6112 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
6113 Add emacs-xtra.
6114 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
6115 (clean): Add emacs-xtra and flymake. Remove redundancies.
6116
61172004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6118
6119 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
6120 Add emacs-xtra.
6121 * emacs-xtra.texi: New file.
6122
61232004-06-14 Luc Teirlinck <teirllm@auburn.edu>
6124
6125 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
6126 (Dired and Find): Mention differences with ordinary Dired buffers.
6127
8cf51b2c
GM
61282004-06-13 Richard M. Stallman <rms@gnu.org>
6129
6130 * custom.texi (Init Syntax): Explain about vars that do special
6131 things when set with setq or with Custom.
6132 (Init Examples): Add line-number-mode example.
6133
8cf51b2c
GM
61342004-06-12 Juri Linkov <juri@jurta.org>
6135
6136 * dired.texi (Operating on Files): Add dired-do-touch.
6137
8cf51b2c
GM
61382004-06-10 Juri Linkov <juri@jurta.org>
6139
6140 * building.texi (Lisp Eval): Add C-M-x on defface.
6141
61422004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6143
6144 * files.texi (Reverting): Auto-Revert mode and
6145 Global Auto-Revert mode no longer revert remote files.
6146
8cf51b2c
GM
61472004-05-29 Richard M. Stallman <rms@gnu.org>
6148
6149 * custom.texi (Init File): Two dashes start --no-site-file.
6150
8cf51b2c
GM
61512004-05-29 Alan Mackenzie <acm@muc.de>
6152
6153 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 6154 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
6155 (AWK, Pike): Document as "C-like modes".
6156 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
6157 (M-x man): Supersedes M-x manual-entry.
6158 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
6159
6160 ("Comments in C"): Delete node; the info is in CC Mode manual.
6161 (c-comment-only-line-offset): Remove description.
6162
6163 (C-c ., C-c C-c): Describe new C Mode bindings.
6164
6165 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
6166 (@dfn{Style}, c-default-style, comment-column, comment-padding)
6167 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
6168 Amend definitions.
6169
6170 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
6171 Describe functions.
6172
6173 (c-comment-start-regexp, c-hanging-comment-ender-p)
6174 (c-hanging-comment-starter-p): Remove obsolete definitions.
6175
6176 * emacs.texi: Remove the menu entry "Comments in C".
6177
8cf51b2c
GM
61782004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6179
6180 * dired.texi (Dired and Find): `find-ls-option' does not apply to
6181 `M-x locate'.
6182
61832004-05-16 Karl Berry <karl@gnu.org>
6184
6185 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
6186 makeinfo --html fails.
6187 * help.texi (Help Summary) [@ifnottex]: Likewise.
6188
61892004-05-13 Nick Roberts <nickrob@gnu.org>
6190
6191 * building.texi (GDB Graphical Interface): Update and describe
6192 layout first.
6193
8cf51b2c
GM
61942004-05-04 Jason Rumney <jasonr@gnu.org>
6195
6196 * makefile.w32-in: Revert last change.
6197
61982004-05-03 Jason Rumney <jasonr@gnu.org>
6199
6200 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
6201
8cf51b2c
GM
62022004-04-23 Juanma Barranquero <lektu@terra.es>
6203
6204 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6205
62062004-04-18 Juri Linkov <juri@jurta.org>
6207
6208 * fixit.texi (Spelling): Remove file extension from ispell xref.
6209
62102004-04-15 Kim F. Storm <storm@cua.dk>
6211
6212 * cmdargs.texi (Initial Options): Add -Q.
6213
62142004-04-05 Kim F. Storm <storm@cua.dk>
6215
6216 * custom.texi (File Variables): Add safe-local-eval-forms.
6217
8cf51b2c
GM
62182004-04-02 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * files.texi (Reverting): Correct description of revert-buffer's
6221 handling of point.
6222
62232004-03-22 Juri Linkov <juri@jurta.org>
6224
6225 * emacs.texi (Top): Add `Misc X'.
6226
49823426 6227 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
6228
6229 * glossary.texi: Improve references.
6230
6231 * help.texi: Sync keywords with finder.el.
6232
6233 * mini.texi (Completion): Add description for menu items.
6234
6235 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6236
6237 * sending.texi (Mail Methods): Fix xref to Message manual.
6238
8cf51b2c
GM
62392004-03-12 Richard M. Stallman <rms@gnu.org>
6240
8cf51b2c
GM
6241 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6242
8cf51b2c
GM
62432004-03-04 Richard M. Stallman <rms@gnu.org>
6244
6245 * search.texi (Regexps): Explain that ^ and $ have their
6246 special meanings only in certain contexts.
6247
6248 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6249
6250 * mule.texi (Specify Coding): Doc C-x RET F.
6251
6252 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6253 for multiple compile and grep buffers.
6254 (Indirect Buffers): Don't recommand clone-indirect-buffer
6255 for multiple compile and grep buffers.
6256
8cf51b2c
GM
62572004-02-29 Juanma Barranquero <lektu@terra.es>
6258
6259 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6260 Use $(DEL) instead of rm, and ignore exit code.
6261
8cf51b2c
GM
62622004-02-23 Nick Roberts <nick@nick.uklinux.net>
6263
6264 * building.texi (Watch Expressions): Update.
6265
62662004-02-21 Juri Linkov <juri@jurta.org>
6267
6268 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6269 --directory, --help, --version. Move text about command-line-args
6270 to Command Arguments.
6271 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6272 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6273 (Window Size X): Join -g and --geometry. Add @cindex.
6274 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6275 (Title X): Remove alias -title.
6276 (Misc X): New node.
6277
c8763fb6 62782004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6279
6280 * frames.texi (Drag and drop): Add Motif to list of supported
6281 protocols.
6282
c8763fb6 62832004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6284
6285 * frames.texi (Drag and drop): New section.
6286
62872004-01-24 Richard M. Stallman <rms@gnu.org>
6288
6289 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6290 Include it only @ifnotinfo. Patch the preceding and following
6291 node headers to point to each other.
6292
62932004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6294
6295 * calendar.texi (Appointments): Update section.
6296
62972003-12-29 Kevin Ryde <user42@zip.com.au>
6298
8cf51b2c
GM
6299 * programs.texi (C Modes): Fix the xref.
6300
63012003-12-23 Nick Roberts <nick@nick.uklinux.net>
6302
6303 * building.texi (Watch Expressions): Update.
6304 (Commands of GUD): Include use of toolbar + breakpoints set from
6305 fringe/margin.
6306
63072003-12-03 Andre Spiegel <spiegel@gnu.org>
6308
6309 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6310 <acm@muc.de>.
6311
c8763fb6 63122003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6313
6314 * frames.texi (Dialog Boxes): Add use-file-dialog.
6315
8cf51b2c
GM
63162003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6317
6318 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6319 in CC Mode.
6320
8cf51b2c
GM
63212003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6322
6323 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6324 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6325 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6326 * man/frames.texi, man/glossary.texi, man/killing.texi:
6327 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6328 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6329 * man/sending.texi, man/text.texi, man/trouble.texi:
6330 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6331
63322003-11-01 Alan Mackenzie <acm@muc.de>
6333
6334 * search.texi (Scrolling During Incremental Search): Document a
6335 new scrolling facility in isearch mode.
6336
8cf51b2c
GM
63372003-10-22 Miles Bader <miles@gnu.org>
6338
6339 * Makefile.in (info): Move before $(top_srcdir)/info.
6340
63412003-10-22 Nick Roberts <nick@nick.uklinux.net>
6342
6343 * building.texi (Watch Expressions): Update section on data display
6344 to reflect code changes (GDB Graphical Interface).
6345
8cf51b2c
GM
63462003-10-13 Richard M. Stallman <rms@gnu.org>
6347
6348 * xresources.texi (GTK resources): Clean up previous change.
6349
c8763fb6 63502003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6351
6352 * xresources.texi (GTK resources): Add a note that some themes
6353 disallow customizations. Add scroll theme example.
6354
8cf51b2c
GM
63552003-09-30 Richard M. Stallman <rms@gnu.org>
6356
8cf51b2c
GM
6357 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6358
6359 * misc.texi (Saving Emacs Sessions): Shorten the section,
6360 collapsing back into one node.
6361
63622003-09-30 Lars Hansen <larsh@math.ku.dk>
6363
6364 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6365
ce058493 63662003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6367
6368 * xresources.texi (GTK names in Emacs): Correct typo.
6369
8cf51b2c
GM
63702003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6371
6372 * cmdargs.texi (Font X): Mention new default font. More
6373 fully describe long font names, wildcard patterns and the
6374 problems involved. (Result of discussion on emacs-devel.)
6375
63762003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6377
6378 * emacs.texi (Acknowledgements): Correct typo.
6379
63802003-09-22 Richard M. Stallman <rms@gnu.org>
6381
6382 * dired.texi (Misc Dired Commands): New node.
6383 (Dired Navigation): Add dired-goto-file.
6384
6385 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6386
6387 * emacs.texi (Acknowledgements): New node, split from Distribution.
6388
6389 * cmdargs.texi (Action Arguments): -f reads interactive args.
6390
8cf51b2c
GM
63912003-09-08 Lute Kamstra <lute@gnu.org>
6392
6393 * screen.texi (Mode Line): Say that POS comes before LINE.
6394 Mention `size-indication-mode'.
6395 * display.texi (Optional Mode Line): Document
6396 `size-indication-mode'.
6397 * basic.texi (Position Info): Mention `size-indication-mode'.
6398
63992003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6400
6401 * xresources.texi (Resources): Refer to `editres' man page.
6402 (Lucid Resources): Update defaults. Expand description of
6403 `shadowThickness'.
6404
64052003-09-04 Miles Bader <miles@gnu.org>
6406
6407 * Makefile.in (top_srcdir): New variable.
6408 ($(top_srcdir)/info): New rule.
6409 (info): Depend on it.
6410
64112003-09-03 Peter Runestig <peter@runestig.com>
6412
6413 * makefile.w32-in: New file.
6414
64152003-08-29 Richard M. Stallman <rms@gnu.org>
6416
6417 * misc.texi (Saving Emacs Sessions): Correct previous change.
6418
8cf51b2c
GM
64192003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6420
8cf51b2c
GM
6421 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6422 (Intro): Include kmacro.texi after fixit.texi instead of after
6423 custom.texi. (As suggested by Kim Storm.)
6424
64252003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6426
6427 * fixit.texi (Fixit): Update `Next' pointer.
6428 * files.texi (Files): Update `Previous' pointer.
6429 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6430 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6431 (Suggested by Kim Storm.)
6432 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6433
64342003-08-18 Kim F. Storm <storm@cua.dk>
6435
6436 * kmacro.texi: New file describing enhanced keyboard macro
6437 functionality. Replaces old description in custom.texi.
6438
6439 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6440 (Keyboard Macros): Move to new kmacro.texi file.
6441
6442 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6443
8cf51b2c
GM
64442003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6445
6446 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6447
64482003-08-17 Alex Schroeder <alex@gnu.org>
6449
6450 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6451 required.
6452
8cf51b2c
GM
64532003-08-05 Richard M. Stallman <rms@gnu.org>
6454
6455 * programs.texi (Lisp Indent): Don't describe
6456 lisp-indent-function property here. Use xref to Lisp Manual.
6457
8cf51b2c
GM
64582003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6459
fffa137c 6460 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6461 abbreviations.
6462
64632003-07-24 Markus Rost <rost@math.ohio-state.edu>
6464
6465 * buffers.texi (List Buffers): Fix previous change.
6466
8cf51b2c
GM
64672003-07-13 Markus Rost <rost@math.ohio-state.edu>
6468
6469 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6470 List*.
6471
64722003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6473
8cf51b2c
GM
6474 * display.texi (Font Lock): Fix typo.
6475
64762003-07-07 Richard M. Stallman <rms@gnu.org>
6477
6478 * display.texi (Font Lock): Add xref for format info on
6479 font-lock-remove-keywords.
6480
6481 * building.texi (Compilation): Document what happens with asynch
6482 children of compiler process.
6483
6484 * help.texi (Library Keywords): Use @multitable.
6485
8cf51b2c
GM
64862003-06-04 Richard M. Stallman <rms@gnu.org>
6487
6488 * programs.texi (Expressions): Delete C-M-DEL.
6489
6490 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6491 comint-move-point-for-output renamed from
6492 comint-scroll-to-bottom-on-output.
6493
6494 * custom.texi (Init Rebinding): Replace previous change with xref.
6495 (Non-ASCII Rebinding): Explain that issue more briefly here.
6496
64972003-05-28 Richard M. Stallman <rms@gnu.org>
6498
6499 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6500
65012003-05-28 Nick Roberts <nick@nick.uklinux.net>
6502
6503 * building.texi (GDB Graphical Interface): New node.
6504 (Rewritten somewhat by RMS.)
6505
c8763fb6 65062003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6507
6508 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6509 non-English letters. Explain how to set coding systems correctly
6510 and how to include the right coding cookie in the file.
6511
c8763fb6 65122003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6513
6514 * indent.texi (Indentation): Explain the concepts.
6515 (Just Spaces): Explain why preventing tabs for indentation might
6516 be useful.
6517
8cf51b2c
GM
65182003-04-16 Richard M. Stallman <rms@gnu.org>
6519
6520 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6521
8cf51b2c
GM
65222003-02-22 Alex Schroeder <alex@emacswiki.org>
6523
6524 * cmdargs.texi (General Variables): Document SMTPSERVER.
6525
8cf51b2c
GM
6526 * sending.texi: Remove SMTP node.
6527 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6528 library.
6529
8cf51b2c
GM
65302003-02-22 Alex Schroeder <alex@emacswiki.org>
6531
6532 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6533
65342003-02-22 Simon Josefsson <jas@extundo.com>
6535
6536 * sending.texi (Mail Methods): Add node about SMTP.
6537
c8763fb6 65382003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6539
6540 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6541
8cf51b2c
GM
65422003-02-01 Kevin Ryde <user42@zip.com.au>
6543
6544 * glossary.texi (Glossary): Correction to cl cross reference.
6545
65462003-01-20 Richard M. Stallman <rms@gnu.org>
6547
6548 * killing.texi (Rectangles): Document C-x c r.
6549
c8763fb6 65502003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6551
6552 * xresources.texi (GTK resources): New node.
6553 (GTK widget names): New node.
6554 (GTK names in Emacs): New node.
6555 (GTK styles): New node.
6556
c8763fb6 65572003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6558
6559 * maintaining.texi (Create Tags Table): Add reference to the new
6560 `etags --help --lang=LANG' option.
6561
8cf51b2c
GM
65622002-10-02 Karl Berry <karl@gnu.org>
6563
49823426 6564 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6565 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6566 where needed for the sake of the HTML output.
8cf51b2c
GM
6567
65682001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6569
6570 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6571 source files.
6572
65732001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6574
6575 * Makefile.in (emacsman): New target.
6576
8cf51b2c
GM
65772001-10-20 Gerd Moellmann <gerd@gnu.org>
6578
6579 * (Version 21.1 released.)
6580
65812001-10-05 Gerd Moellmann <gerd@gnu.org>
6582
6583 * Branch for 21.1.
6584
8cf51b2c
GM
65852001-03-05 Gerd Moellmann <gerd@gnu.org>
6586
6587 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6588
8cf51b2c
GM
65892000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6590
6591 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6592
8cf51b2c
GM
65931999-07-12 Richard Stallman <rms@gnu.org>
6594
6595 * Version 20.4 released.
6596
65971998-12-04 Markus Rost <rost@delysid.gnu.org>
6598
6599 * Makefile.in (INFO_TARGETS): Delete customize.info.
6600 (DVI_TARGETS): Delete customize.dvi.
6601 (../info/customize, customize.dvi): Targets deleted.
6602
66031998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6604
6605 * Version 20.3 released.
6606
66071998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6608
6609 * Makefile.in (EMACSSOURCES): Add mule.texi.
6610 Add msdog.texi, ack.texi. Remove gnu1.texi.
6611
66121998-04-06 Andreas Schwab <schwab@gnu.org>
6613
6614 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6615 it in dvi targets.
8cf51b2c
GM
6616
66171997-09-23 Paul Eggert <eggert@twinsun.com>
6618
6619 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6620 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6621 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6622
66231997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6624
6625 * Version 20.2 released.
6626
66271997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6628
6629 * Version 20.1 released.
6630
66311997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6632
6633 * Makefile (../info/customize, customize.dvi): New targets.
6634 (INFO_TARGETS): Add ../info/customize.
6635 (DVI_TARGETS): Add customize.dvi.
6636
8cf51b2c
GM
66371996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6638
6639 * Version 19.33 released.
6640
66411996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6642
6643 * Version 19.32 released.
6644
8cf51b2c
GM
66451996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6646
6647 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6648
66491996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6650
6651 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6652 Specify -I option.
6653 (All dvi targets): Set the TEXINPUTS variable.
6654
66551996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6656
6657 * Version 19.31 released.
6658
8cf51b2c
GM
66591995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6660
6661 * Version 19.30 released.
6662
8cf51b2c
GM
66631995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6664
6665 * Makefile.in (maintainer-clean): Rename from realclean.
6666
66671994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6668
6669 * Makefile.in: New file.
6670 * Makefile: File deleted.
6671
66721994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6673
6674 * Makefile (TEXINDEX_OBJS): Variable deleted.
6675 (texindex, texindex.o, getopt.o): Rules deleted.
6676 All deps on texindex deleted.
6677 (distclean): Don't delete texindex.
6678 (mostlyclean): Don't delete *.o.
6679 * texindex.c, getopt.c: Files deleted.
6680
66811994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6682
6683 * Version 19.26 released.
6684
66851994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6686
6687 * Makefile (EMACSSOURCES): Exclude undo.texi.
6688
66891994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6690
6691 * Version 19.25 released.
6692
66931994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6694
6695 * Version 19.24 released.
6696
66971994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6698
6699 * Version 19.23 released.
6700
67011994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6702
6703 * Makefile: Delete spurious tab.
6704
67051994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6706
6707 * Makefile (.SUFFIXES): New rule.
6708
8cf51b2c
GM
67091993-12-04 Richard Stallman (rms@srarc2)
6710
6711 * getopt.c: New file.
6712 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6713 (getopt.o): New rule.
6714 (dvi): Don't depend on texindex.
49823426 6715 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6716
67171993-12-03 Richard Stallman (rms@srarc2)
6718
49823426
GM
6719 * Makefile (TEXI2DVI): New variable.
6720 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6721 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6722
67231993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6724
6725 * Version 19.22 released.
6726
67271993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6728
6729 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6730
67311993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6732
6733 * Version 19.21 released.
6734
8cf51b2c
GM
67351993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6736
6737 * Makefile (realclean): Don't delete the Info files.
6738
f0131492 67391993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6740
8cf51b2c
GM
6741 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6742 4' where appropriate.
6743
f0131492 67441993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6745
49823426 6746 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6747
6748 * texindex.c: Include "../src/config.h" if building in emacs.
6749
6750 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6751 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6752 Add target to build texindex.c, defining `emacs'.
6753
8cf51b2c
GM
67541993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6755
6756 * Version 19.19 released.
6757
8cf51b2c
GM
67581993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6759
6760 * Version 19.18 released.
6761
67621993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6763
6764 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6765
67661993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6767
6768 * Version 19.17 released.
6769
67701993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6771
6772 * split-man: Fix typos in last change.
6773
67741993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6775
6776 * Version 19.16 released.
6777
67781993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6779
6780 * version 19.15 released.
6781
67821993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6783
6784 * Makefile (distclean): It's rm, not rf.
6785
67861993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6787
6788 * Version 19.14 released.
6789
67901993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6791
6792 * Makefile: New file.
6793
67941993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6795
6796 * Version 19.13 released.
6797
67981993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6799
6800 * Version 19.9 released.
6801
68021993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6803
6804 * Version 19.8 released.
6805
68061993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6807
6808 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6809
6810 * trouble.texi: It's `enable-flow-control-on', not
6811 `evade-flow-control-on'.
6812
68131993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6814
6815 * display.texi: Document standard-display-european.
6816
68171993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6818
6819 * Version 19.7 released.
6820
6821 * emacs.texi: Add a sentence to the top menu mentioning the
6822 specific version of Emacs this manual applies to.
6823
68241993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6825
6826 * basic.texi: Document next-line-add-lines variable used to
6827 implement down-arrow.
6828
6829 * killing.texi: Document kill-whole-line.
6830
68311993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6832
6833 * text.texi: Update unix TeX ordering information.
6834
68351993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6836
6837 * news.texi: Mention fill-rectangle in keybinding list.
6838
6839 * killing.texi: Document fill-rectangle.
6840
68411993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6842
6843 * vc.texi: Bring the docs up to date with VC 5.2.
6844
68451992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6846
6847 * emacs.tex: Mention blackbox and gomoku under Amusements.
6848 Assembler mode is now mentioned and appropriately indexed
6849 under Programming Modes.
6850
68511991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6852
6853 * emacs.tex: Update TeX ordering information.
6854
8cf51b2c
GM
68551990-06-26 David Lawrence (tale@geech)
6856
6857 * emacs.tex: Note that completion-ignored-extensions is not used
6858 to filter out names when all completions are displayed in
6859 *Completions*.
6860
68611990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6862
6863 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6864
68651990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6866
6867 * emacs.tex: Add @findex grep.
6868
8cf51b2c
GM
68691988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6870
6871 * emacs.tex: Correct two typos. No other changes before
6872 Version 19 will be made.
6873
8cf51b2c
GM
68741988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6875
6876 * emacs.tex: Update information for obtaining TeX distribution from the
6877 University of Washington.
6878
6879;; Local Variables:
c8763fb6 6880;; coding: utf-8
8cf51b2c
GM
6881;; fill-column: 79
6882;; add-log-time-zone-rule: t
6883;; End:
6884
6885 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6886 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
6887
6888 This file is part of GNU Emacs.
6889
352c8b4a 6890 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6891 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6892 the Free Software Foundation, either version 3 of the License, or
6893 (at your option) any later version.
8cf51b2c
GM
6894
6895 GNU Emacs is distributed in the hope that it will be useful,
6896 but WITHOUT ANY WARRANTY; without even the implied warranty of
6897 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6898 GNU General Public License for more details.
6899
6900 You should have received a copy of the GNU General Public License
352c8b4a 6901 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6902
6903;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd