* help.el (view-lossage): Fix docstring, lossage is now 300 keys.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
89774b5f
CY
12008-10-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
4 (Select Buffer): Mention use of minibuffer history. Describe default
5 value of default-major-mode. Mention that C-x 4 b selects the other
6 window.
7 (List Buffers): Document CRM indicators in the order they appear.
8 (Kill Buffer): Document new command kill-matching buffers.
9 (Several Buffers): Move explanation of the relationship between buffer
10 list and buffer menu to the top.
11 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
12
4c72bf27
CY
132008-10-10 Chong Yidong <cyd@stupidchicken.com>
14
15 * entering.texi (Exiting): Document change of C-x C-c to
16 save-buffers-kill-terminal. Document kill-emacs.
17
f68eb991
EZ
182008-09-30 Eli Zaretskii <eliz@gnu.org>
19
20 * mule.texi (Coding Systems): Don't mention codepage-setup.
21
22 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
23 cpNNN coding systems anymore.
24 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
25 for unibyte mode. Don't mention line-drawing characters. Don't
26 mention dos-unsupported-char-glyph.
27
1a2dd44d
CY
282008-09-25 Chong Yidong <cyd@stupidchicken.com>
29
30 * search.texi (Search): Shorten introduction.
31 (Basic Isearch): Add command table. Discuss reverse isearch and
32 isearch highlighting.
33 (Repeat Isearch): Move lazy highlighting discussion here. Add search
34 ring to cindex.
35 (Special Isearch): Move input methods discussion here.
36 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
37 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
38 Repeat Isearch.
39 (Isearch Minibuffer): New node.
40 (Word Search): Document new word search commands.
41 (Regexp Example): Simplify example using sentence-end-base variable.
42 (Replace): Reword introduction.
43 (Unconditional Replace): Remove unnecessary example.
44 (Other Repeating Search): Document new `M-s o' binding.
45
46 * emacs.texi (Top): Update node listings.
47
e45da31d
JB
482008-09-22 Juanma Barranquero <lekktu@gmail.com>
49
50 * emacs.texi (Top): Remove Kill Errors from menu.
51
841c8096
CY
522008-09-22 Chong Yidong <cyd@stupidchicken.com>
53
402168fa
CY
54 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
55 interface for defining macros. Simplify examples. Note that C-g quits
56 macro definitions.
57 (Keyboard Macro Counter): Document using F3 to insert counter. Give
58 usage example.
59 (Keyboard Macro Query): Organize query responses in a table.
60
61 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
62 to Erasing node.
841c8096
CY
63 (Undo): Reorganize paragraphs for logical flow. Move keybinding
64 rationale to a footnote.
65 (Kill Errors): Remove node, due to redundancy with Erasing.
66 (Spelling): Move discussion of flyspell to end. Note new behavior of
67 M-$ in active region. Remove non-ispell-specific keybindings from
68 table.
69
eab2ee89
DN
702008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * cmdargs.texi (Initial Options): Document --daemon.
73
3d53e905
GM
742008-09-20 Glenn Morris <rgm@gnu.org>
75
76 * files.texi (Numbered Backups): Mention that some modes set
77 version-control.
78
1c90484d
GM
792008-09-20 Jim Blandy <jimb@red-bean.com>
80
81 * files.texi (Numbered Backups): Reference File Variables, as well.
82 Remove discussion of Rmail's implementation.
83
0fc0d844
CY
842008-09-06 Chong Yidong <cyd@stupidchicken.com>
85
86 * misc.texi (Recursive Edit): Note that top-level exits active
87 minibuffers.
88
89 * trouble.texi (Quitting): Likewise.
90
b18d283d
CY
912008-08-31 Chong Yidong <cyd@stupidchicken.com>
92
93 * emacs.texi (Top): Add Temporary Face Changes xref.
94
95 * display.texi (Display): Move Temporary Face Changes node to just
96 after Standard Faces.
97 (Scrolling): Document recenter-top-bottom instead of recenter.
98 (Horizontal Scrolling): Move auto hscroll discussion to the top.
99 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
100 (Display Custom): Copyedits.
101 (Optional Mode Line): Document display-battery-mode.
102
180135fc
RF
1032008-08-27 Romain Francoise <romain@orebokech.com>
104
105 * custom.texi (Directory Variables): Minor fix.
106
d3fe3475
GM
1072008-08-27 Glenn Morris <rgm@gnu.org>
108
109 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
110 descriptions.
111 (Calendar Customizing): Tweak layout description.
183080b6 112 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
113 markers. Condense calendar-star-date and calendar-mark-today
114 description.
115 (Holiday Customizing): Add oriental and solar holidays.
116 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
117 Fix holiday-float description. Use zerop in examples. Be less verbose.
118 (Date Display Format): Change ISO format. Be less verbose.
119 (Diary Customizing): Mention day and month abbrev arrays.
120 Mention the date-form variables by name. Update European example.
121 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
122 Condense examples. Mention diary-entry-symbols by name.
123 Condense table for insertion commands.
124 (Fancy Diary Display): Mention diary-include-string and
125 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
126 Ethiopic, Persian date functions. Condense descriptions.
127
128 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
129 (Adding to Diary): Adapt for changed node name.
130
71755807
GM
1312008-08-26 Glenn Morris <rgm@gnu.org>
132
133 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
134 node "Hebrew/Islamic Entries".
135
136 * calendar.texi (Specified Dates): Fix names of iso functions.
137 (General Calendar): There may not be another window.
138 (Writing Calendar Files, Holidays): Tweak intro.
139 (Holidays): Mention Baha'i and Chinese holidays.
140 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
141 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
142 (To Other Calendar): Add calendar-print-other-dates.
143 Refer to "graphic display" rather than "X.
144 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
145 (Displaying the Diary): Fix whitespace after reference.
146 Fix `diary-number-of-entries' reference.
147 (Date Formats): Explicitly mention that day names can be abbreviated.
148 (Adding to Diary): Add some references to other sections.
149 (Special Diary Entries): Fix reference.
150 (Appointments): Simplify appt-message-warning-time entry.
151 Clarify where times must be.
152 (Importing Diary): Comment out icalendar paragraph that does not apply.
153 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
154
d76ebc75
GM
1552008-08-23 Glenn Morris <rgm@gnu.org>
156
157 * fortran-xtra.texi (Fortran): Change description of free form and
158 fixed form a bit. Mention hideshow and imenu.
159 (Fortran Motion): Mention fortran-end-of-subprogram,
160 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
161 (Fortran Indent): Minor re-word.
162 (ForIndent Commands): Mention fortran-fill-paragraph and
163 fortran-fill-statement.
164 (ForIndent Cont): Mention fortran-tab-mode-string.
165 (Fortran Comments): Mention fortran-comment-line-start-skip.
166 (Fortran Columns): Mention font-locking.
167 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
168
e2a71e28
JB
1692008-08-23 Johan Bockgard <bojohan@muon>
170
171 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
172
5c52e13c
CY
1732008-08-22 Chong Yidong <cyd@stupidchicken.com>
174
175 * mini.texi (Minibuffer): Simplify introduction.
176 (Minibuffer File): Document tilde in minibuffer filenames.
177 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
178 to enter tabs, spaces, and question marks. Describe behavior of C-a.
179 (Completion Example): Update example to current command list.
180 (Completion Options): Document `lazy' value of completion-auto-help.
181 Update contents of completion-ignored-extensions.
182 (Minibuffer History): Describe "future history" list. State default
183 value of history-delete-duplicates.
184
77a00355
GM
1852008-08-21 Glenn Morris <rgm@gnu.org>
186
187 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 188 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 189
39ee1d04
CY
1902008-08-17 Chong Yidong <cyd@stupidchicken.com>
191
192 * regs.texi (Registers): Clarify valid register names.
193 (RegPos): Note that buffer is saved and restored too.
194 (RegText): Note that mark is reactivated/deactivated.
195 (RegConfig): Xref to Windows node.
196
b12c348f
CY
1972008-08-16 Chong Yidong <cyd@stupidchicken.com>
198
3ae7ba79
CY
199 * basic.texi (Inserting Text): Provide command name for C-q.
200
b12c348f
CY
201 * killing.texi (Killing): Copyedit. Define read-only text.
202 (Deletion): DEL and C-d were already explained in Erasing; xref there.
203 (Killing by Lines): Copyedit.
204 (Other Kill Commands): Move M-w description here.
205 (Yanking): Move M-w to Other Kill Commands.
206 (Kill Ring): Also mention saving text in registers. Link to Text
207 Properties in elisp manual.
208 (Accumulating Text): Copyedit.
209 (CUA Bindings): Shift selection is now the default.
210
d8ff7692
TZ
2112008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
212
213 * maintaining.texi (Change Log): Mention next-error is available.
214
a43a8a2e
GM
2152008-08-10 Glenn Morris <rgm@gnu.org>
216
217 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
218 and intermonth text.
219 (Holiday Customizing): Add holiday-chinese.
220
eba27308
EZ
2212008-08-08 Eli Zaretskii <eliz@gnu.org>
222
223 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
224
5f14a5b3
DN
2252008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
226
227 * files.texi (Log Buffer): Describe C-c C-d.
228 (Diff Mode): Describe C-x 4 A.
229
49989bff
EZ
2302008-08-06 Eli Zaretskii <eliz@gnu.org>
231
232 * vc1-xtra.texi (VC Directory Mode): Fix last change.
233
5c915c02
DN
2342008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
235
2beaf97a
DN
236 * files.texi (Old Revisions): Update the keys used by vc-annotate and
237 describe the new bindings to show the changeset diff, toggle annotation
238 visibility, show revisions.
239 (VC Status): Describe key bindings for modifying the change comments,
240 displaying changeset diffs and annotations.
241
5c915c02
DN
242 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
243
71798ace
NR
2442008-08-05 Nick Roberts <nickrob@snap.net.nz>
245
246 * vc1-xtra.texi (VC Directory Mode): Fix typo.
247
b8949644
EZ
2482008-08-02 Eli Zaretskii <eliz@gnu.org>
249
250 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
251 and wording.
252
819567d1
DN
2532008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 256 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
257 commands. Improve some old info.
258
5f38310a
CY
2592008-07-31 Chong Yidong <cyd@stupidchicken.com>
260
0dc3906b
CY
261 * display.texi (Visual Line Mode): New node.
262
5f38310a
CY
263 * basic.texi (Inserting Text): Move DEL to deletion node.
264 (Moving Point): Add additional alternative key bindings. Describe
265 line-move-visual.
266 (Erasing): Describe DEL.
267 (Basic Undo, Blank Lines, Arguments): Copyedit.
268 (Continuation Lines): Mention Visual Line mode.
269 (Position Info): Move extended discussion to mule.texi.
270
271 * mule.texi (International Chars): Describe C-x =.
272
273 * emacs.texi (Top): Add Visual Line Mode node.
274
7c2fb837
DN
2752008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
276
277 * emacs.texi: Remove VMS support.
278
3f6b73ef
DN
2792008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
280
281 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
282 the vc-dir command name.
283
9e2a2647
DN
2842008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
285
286 * xresources.texi: Remove mentions of Mac Carbon.
287
568beaa2
AS
2882008-07-19 Andreas Schwab <schwab@suse.de>
289
290 * ns-emacs.texi: Move to ../misc.
291
0ef94706
CY
2922008-07-15 Chong Yidong <cyd@stupidchicken.com>
293
294 * entering.texi (Exiting): Don't describe text-only terminals as the
295 default. Describe the new startup screen.
296 (Exiting): Describe how to kill Emacs first. Change description of
297 iconification to handle modern window systems.
298
ba60bd44 2992008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
300
301 * ns-emacs.texi: New file, documents features of Emacs port under
302 NeXTstep windowing.
303
9f30aa73
CY
3042008-07-15 Chong Yidong <cyd@stupidchicken.com>
305
938a5d2e
CY
306 * entering.texi (Entering Emacs): Update prev node.
307
308 * glossary.texi (Glossary): Remove xref to Text Characters.
309
9f30aa73
CY
310 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
311 directly, rather than in the context of ASCII. Move description of
312 special properties of modifier key to new Modifier Keys node.
313 (Keys): Copyedit.
314 (Text Characters): Delete node. Multibyte is the default nowadays, and
315 the node contents are obsolete.
316
317 * custom.texi (Modifier Keys): New node.
318
319 * emacs.texi (Top): Update node list.
320
7e53d36c
CY
3212008-07-13 Chong Yidong <cyd@stupidchicken.com>
322
323 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
324 saying that Emacs provides menus and mouse support (which is par for
325 the course).
326
327 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
328 early on.
329 (Point): Copyedit. Relegate historical trivia to a footnote.
330 (Mode Line): Explain mode-line format more consistently.
331 (Menu Bar): Copyedit.
332
1e9fa96d
GM
3332008-06-27 Glenn Morris <rgm@gnu.org>
334
335 * cal-xtra.texi (Sexp Diary Entries):
336 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
337
dc9bebb8
CY
3382008-06-26 Chong Yidong <cyd@stupidchicken.com>
339
340 * mark.texi (Shift selection): New node.
341 (Mark): Copyedits.
342 (Persistent Mark): Move to the end of the chapter.
343
e7881076
EZ
3442008-06-20 Eli Zaretskii <eliz@gnu.org>
345
346 * makefile.w32-in (distclean): Remove makefile.
347
f427400c
NR
3482008-06-17 Nick Roberts <nickrob@snap.net.nz>
349
350 * building.texi (Starting GUD): Add an entry for gud-gdb.
351 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
352 command mode.
353
b597d348
GM
3542008-06-17 Glenn Morris <rgm@gnu.org>
355
356 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
357
647b7094
NR
3582008-06-17 Nick Roberts <nickrob@snap.net.nz>
359
360 * building.texi (Starting GUD): Expand on remote debugging.
361 (Other GDB-UI Buffers): Mention new keyboard bindings.
362
47a30023
GM
3632008-06-15 Glenn Morris <rgm@gnu.org>
364
365 * gnu.texi: Use a verbatim license for this invariant section,
366 as per etc/GNU.
367
37e5d54a
GM
3682008-06-13 Daniel Engeler <engeler@gmail.com>
369
370 * emacs.texi, misc.texi: Add documentation about serial port access.
371
8e65d46c
GM
3722008-06-13 Glenn Morris <rgm@gnu.org>
373
c1473b4c
MB
374 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
375 maintain.info.
8e65d46c 376
e40a85cd
MB
3772008-06-05 Miles Bader <miles@gnu.org>
378
379 * display.texi (Temporary Face Changes): Update to reflect function
380 renamings in face-remap.el.
381
56c73dec
MB
3822008-06-04 Miles Bader <miles@gnu.org>
383
384 * display.texi (Temporary Face Changes): Add
385 `adjust-buffer-face-height'. Rewrite description of
386 `increase-buffer-face-height' and `decrease-default-face-height' now
387 that they aren't bound by default.
388
9d3d42fb
MB
3892008-06-03 Miles Bader <miles@gnu.org>
390
391 * display.texi (Temporary Face Changes): New node.
392
2be6bfe2
EZ
3932008-05-31 Eli Zaretskii <eliz@gnu.org>
394
395 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
396
daf7e339
GM
3972008-05-31 Glenn Morris <rgm@gnu.org>
398
399 * cal-xtra.texi (Fancy Diary Display): Simplify.
400
d21d2618
GM
4012008-05-30 Glenn Morris <rgm@gnu.org>
402
403 * cal-xtra.texi (Fancy Diary Display): Update for
404 diary-display-function replacing diary-display-hook.
405
71ce5fd0
JB
4062008-05-29 Drew Adams <drew.adams@oracle.com>
407
408 * msdog.texi (Windows Keyboard): Add descriptions of
409 w32-register-hot-key and w32-unregister-hot-key.
410
a3cdbdf8
MO
4112008-05-21 Tom Tromey <tromey@redhat.com>
412
413 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
414 Variables node.
415
854a574c
MO
4162008-05-19 Tom Tromey <tromey@redhat.com>
417
418 * custom.texi (Variables): Add Directory Variables to menu.
419 (Directory Variables): New node.
420
7c2ec3f9
ER
4212008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
422
71ce5fd0 423 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 424
370fded4
ER
4252008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
426
427 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
428 Revision Tags and rewritten. Section now uses modern terminology,
429 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
430 accurately.
431
6af511e3
EZ
4322008-05-10 Eli Zaretskii <eliz@gnu.org>
433
434 * msdog.texi (Windows Files): Update documentation of
435 w32-get-true-file-attributes.
436
7a78b6e7
ER
4372008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
438
439 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
440 directory mode.
441
1bcfc24e
CY
4422008-05-08 Chong Yidong <cyd@stupidchicken.com>
443
444 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 445 entry "television".
1bcfc24e 446
db86064f
ER
4472008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
448
ab5ec32c 449 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 450
a31b405e
ER
4512008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
452
453 * emacs/buffers.texi, emacs/files.texi (Version-control):
454 vc-toggle-read-only is no longer a good idea...
455
ff2c14fc
GM
4562008-04-29 Glenn Morris <rgm@gnu.org>
457
458 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
459
367c9b7c
JL
4602008-04-22 Juri Linkov <juri@jurta.org>
461
462 * dired.texi (Subdirectories in Dired): Describe using `^'
463 to return to the parent directory.
464
4ac1e9b4
NR
4652008-04-22 Nick Roberts <nickrob@snap.net.nz>
466
467 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
468 recent changes.
469
b9b3bf2b
NR
4702008-04-19 Nick Roberts <nickrob@snap.net.nz>
471
472 * building.texi (GDB-UI Layout, Breakpoints Buffer)
473 (Other GDB-UI Buffers): Update for recent thread related changes.
474
4d120d6a
SM
4752008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
476
477 * maintaining.texi (Maintaining):
478 * emacs.texi (Top): Typo.
479
a152877d
SM
4802008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
481
b9b3bf2b
NR
482 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
483 arg in `font-lock-add-keywords'.
a152877d 484
36c0514c
GM
4852008-04-08 Glenn Morris <rgm@gnu.org>
486
487 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
488 Also add Baha'i calendar references where appropriate.
489
06a97d46
GM
4902008-04-05 Glenn Morris <rgm@gnu.org>
491
492 * custom.texi (Init File): Byte-compiling .emacs is bad.
493
6adc6eed
SM
4942008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
497
571388b0
GM
4982008-03-29 Glenn Morris <rgm@gnu.org>
499
500 * calendar.texi: Update for `calendar-date-style' replacing
501 `european-calendar'.
502
3ae8f876
JR
5032008-03-28 Jason Rumney <jasonr@gnu.org>
504
505 * display.texi (Display Custom): Mention overlay-margin in text.
506
5bc6ddff 5072008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 508
5bc6ddff
MB
509 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
510 tutorial' comments.
03a864d5 511
7186a830
CY
5122008-03-28 Chong Yidong <cyd@stupidchicken.com>
513
514 * mark.texi (Mark): Rearrange nodes.
515 (Persistent Mark): Rename from Transient Mark.
516 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
517 Describe Transient Mark mode as the default.
518
519 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
520 the default behavior with Transient Mark mode off.
521 (Position Info): Fix typo.
522
71ce5fd0
JB
523 * display.texi (Standard Faces): Reference the Mark node.
524 Remove discussion of the region face, which is discussed there.
7186a830
CY
525
526 * emacs.texi (Top): Update node listings.
527
528 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
529 as the default.
530
531 * fixit.texi (Undo): Standardize choice of undo key sequence.
532 (Undo, Spelling): Describe Transient Mark mode as the default.
533
534 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
535 default.
536
537 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
538
539 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
540 mode is the default, and note that the mark is not activated when set.
541
542 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
543 Describe Transient Mark mode as the default.
544
545 * search.texi (Basic Isearch): Reference the Mark Ring node.
546 (Replace, Unconditional Replace, Other Repeating Search):
547 Describe Transient Mark mode as the default.
548
549 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
550 Transient Mark mode as the default.
551 (Paragraphs): Describe how M-h behaves when region is active.
552
553 * trouble.texi (Quitting): Clarify effects of C-g.
554
dc47d1ff
GM
5552008-03-13 Glenn Morris <rgm@gnu.org>
556
557 * emacs.texi (EMACSVER): Set to 23.0.60.
558
e3e0fb39 5592008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 560
e3e0fb39
GM
561 * dired.texi (Hiding Subdirectories): Fix previous change.
562
5632008-03-05 Drew Adams <drew.adams@oracle.com>
564
565 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 566
5e14abf8
KS
5672008-02-28 Kim F. Storm <storm@cua.dk>
568
569 * help.texi (Help Files): Move describe-gnu-project to C-h g.
570 Move describe-distribution to C-h C-o.
571 Move view-emacs-problems to C-h C-p.
572 Add view-emacs-debugging on C-h C-d.
573 Add view-external-packages on C-h C-e.
d0207bf3 574 Add view-order-manuals on C-h C-m.
5e14abf8 575
d0207bf3 5762008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
577
578 * msdog-xtra.texi (MS-DOS): Docstring fix.
579
87e391bb
EZ
5802008-02-09 Eli Zaretskii <eliz@gnu.org>
581
582 * msdog.texi (Windows Fonts): Use a @table for describing font
583 properties.
584
5662e503
JR
5852008-02-07 Jason Rumney <jasonr@gnu.org>
586
587 * msdog.texi (Windows Files): w32-get-true-file-attributes default
588 value has changed.
589 (Windows HOME): Clarify what is meant by "if that fails as well".
590 (Windows Fonts): New section.
591
72463824
GM
5922008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
593
594 * basic.texi (Basic Undo): Remove duplicate "you can".
595
7ff926e0
EZ
5962008-02-02 Eli Zaretskii <eliz@gnu.org>
597
598 * maintaining.texi (Tags): Fix last change.
599
6ab7aef1
MA
6002008-02-02 Michael Albinus <michael.albinus@gmx.de>
601
093571c3 602 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 603
ace67e7e
NR
6042008-01-31 Nick Roberts <nickrob@snap.net.nz>
605
606 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
607
ae068fdf
RS
6082008-01-26 Richard Stallman <rms@gnu.org>
609
610 * maintaining.texi (Tags): Delete redundant index entry.
611
a56d9a08
EZ
6122008-01-26 Eli Zaretskii <eliz@gnu.org>
613
614 * programs.texi (Imenu): Move "@cindex tags" from here...
615 * maintaining.texi (Tags): ...to here.
616
e941ed90
NR
6172008-01-23 Kevin Ryde <user42@zip.com.au>
618
619 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
620 click count.
621
650276d5
JB
6222008-01-21 Juanma Barranquero <lekktu@gmail.com>
623
624 * entering.texi (Exiting): Fix typo.
625 Reported by D. E. Evans <sinuhe@gnu.org>.
626
8dc17977
MR
6272007-12-31 Martin Rudalics <rudalics@gmx.at>
628
629 * glossary.texi (Glossary): Fix typo.
630
9f9695a6
RS
6312007-12-27 Richard Stallman <rms@gnu.org>
632
633 * text.texi (Formatted Text): Improve menu tag.
634 (Editing Format Info): In Info, add duplicate menu of nodes
635 about the submenus.
636 (Format Faces): Say where Faces menu is found. Mention Other.
637 (Format Colors): Say where these submenus are found.
638 (Format Indentation, Format Justification): Likewise.
639 (Format Properties): Likewise.
640
abfd0191
RS
6412007-12-22 Richard Stallman <rms@gnu.org>
642
643 * search.texi (Query Replace): Make exp of query-replace more
644 self-contained, and clarify.
8dc17977 645
abfd0191
RS
646 * cc-mode.texi (Getting Started): Change @ref to @pxref.
647
a2586785
RS
6482007-12-15 Richard Stallman <rms@gnu.org>
649
650 * files.texi (Auto Save): Clarify definition of auto-saving.
651
a67cf2bb
RS
6522007-11-26 Richard Stallman <rms@gnu.org>
653
654 * help.texi (Help Echo): Cleanups.
655
448b33b1
TTN
6562007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
657
658 * files.texi (Why Version Control?): Fix typo.
659 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
660 (Selecting a Fileset): Fix typos; small rewording.
661 (Log Buffer): Likewise.
662 (Old Revisions): Likewise.
448b33b1 663
221bb7f6
EZ
6642007-11-17 Eli Zaretskii <eliz@gnu.org>
665
666 * mule.texi (Communication Coding): Fix wording of last change.
667
d0207bf3 6682007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 669
630cb3b7
JB
670 * custom.texi (Specifying File Variables):
671 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 672
53b7759e
KH
6732007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
674
a5ab2e0c 675 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
676
677 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
678
c8763fb6 6792007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 680
630cb3b7 681 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
682 --output=file.
683
ff98e024
MR
6842007-11-13 Martin Rudalics <rudalics@gmx.at>
685
686 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
687 (Help Echo): Avoid mentioning the term "region" here and
688 consistently use the term "active text".
689
37b11c22
GM
6902007-11-11 Glenn Morris <rgm@gnu.org>
691
692 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
693
21d50ba1
JL
6942007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
695
696 * search.texi (Query Replace): Mention
697 `query-replace-show-replacement'.
698
c12ecb0a 6992007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
700
701 * building.texi (Watch Expressions): Remove obscure sentence.
702
3b4201f4
KH
7032007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
704
705 * mule.texi (Select Input Method): Describe how to activate an input
706 method in the text mode.
707
07e5c0b0
DN
7082007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
709
710 * cmdargs.texi (Misc Variables): Remove Sun windows info.
711
52dd7391
NR
7122007-10-30 Nick Roberts <nickrob@snap.net.nz>
713
714 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
715
c004e539
GM
7162007-10-30 Glenn Morris <rgm@gnu.org>
717
718 * misc.texi (Directory Tracking): Explain a bit more about
719 dirtrack-mode.
720
ca8c5b8c
GM
7212007-10-25 Glenn Morris <rgm@gnu.org>
722
723 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
724
b6c764ef
RS
7252007-10-24 Richard Stallman <rms@gnu.org>
726
727 * misc.texi (Interactive Shell): Cleanup last change.
728
eabd84c9
JL
7292007-10-22 Juri Linkov <juri@jurta.org>
730
731 * mini.texi (Minibuffer History): Add text about a list of minibuffer
732 default values.
733
0b43c7e2
ER
7342007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
735
ca8c5b8c 736 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
737 'filesets'.
738
a80859d4
MR
7392007-10-18 Martin Rudalics <rudalics@gmx.at>
740
741 * trouble.texi (Quitting): Fix typo.
742
c9447ae1
GM
7432007-10-18 Glenn Morris <rgm@gnu.org>
744
745 * frames.texi (Mode Line Mouse): Mention minor mode names.
746
168b980f
JL
7472007-10-17 Juri Linkov <juri@jurta.org>
748
749 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
750 fill-paragraph operates on the active region in Transient Mark mode.
751 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
752 with fill-paragraph.
753
754 * basic.texi (Arguments): Replace fill-paragraph-or-region with
755 fill-paragraph.
756
757 * fixit.texi (Spelling): ispell-word operates on the active region
758 in Transient Mark mode.
759
5a331f34
JB
7602007-10-17 Aaron S. Hawley <aaronh@garden.org>
761
762 * building.texi (Source Buffers):
763 * custom.texi (Init Non-ASCII):
764 * glossary.texi (Glossary): Use "key binding" consistently.
765
2a9f4d55
JB
7662007-10-17 Juanma Barranquero <lekktu@gmail.com>
767
768 * calendar.texi (Diary): Fix directive.
769
de13cecf
RS
7702007-10-16 Richard Stallman <rms@gnu.org>
771
772 * calendar.texi (Diary): Clarify text about diary file example.
773
5f90d53e
ER
7742007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
775
776 * files.texi: Capitalize node names according to convention.
777
3aa491bc
GM
7782007-10-13 Glenn Morris <rgm@gnu.org>
779
780 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
781
8a3106d3
ER
7822007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
783
784 * emacs.texi:
785 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 786 suggested by RMS and Robert J. Chassell.
8a3106d3 787
da1080a2
ER
7882007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
789
3aa491bc 790 * files.texi (Version Systems):
0870a421
ER
791 * vc-xtra.texi:
792 * vc1-xtra.texi:
ac3f4c6f 793 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 794 operations. Change of terminology from `version' to `revision'.
a7fc5b78 795 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 796 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 797
58ade22b
ER
7982007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
799
da1080a2 800 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
801 Reorder the descriptions to be chronological.
802
93870ce2
RS
8032007-10-09 Richard Stallman <rms@gnu.org>
804
805 * display.texi (Cursor Display): Correct how cursor appears
806 in nonselected windows.
807
568c7288
NR
8082007-10-04 Nick Roberts <nickrob@snap.net.nz>
809
810 * building.texi (GDB Graphical Interface): Remove references to gdba
811 and mention gud-gdb.
812
1af74d06 8132007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 814
1af74d06 815 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 816
0d8fb755
JL
8172007-10-06 Juri Linkov <juri@jurta.org>
818
819 * text.texi (Fill Commands): Document fill-paragraph-or-region.
820 (Fill Prefix, Format Indentation): Replace fill-paragraph with
821 fill-paragraph-or-region.
822
823 * basic.texi (Arguments): Replace fill-paragraph with
824 fill-paragraph-or-region.
825
b981e2c6
ER
8262007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
827
828 * files.texi: Update the section on version control for 2007
2a9f4d55 829 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
830 will come later.
831
5fceaf9c
GM
8322007-09-15 Glenn Morris <rgm@gnu.org>
833
834 * calendar.texi (Holidays): Change all instances of `holiday-list' back
835 to `list-holidays'.
836
b0e44b17
GM
8372007-09-14 Glenn Morris <rgm@gnu.org>
838
839 * calendar.texi: Update all instances of mark-calendar-holidays,
840 list-calendar-holidays, list-holidays with the new names.
841
8cf51b2c
GM
8422007-09-06 Glenn Morris <rgm@gnu.org>
843
844 * Move manual sources from man/ to subdirectories of doc/.
845 Split into the Emacs manual in emacs/, and other manuals in misc/.
846 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
847 manual.
848 (infodir): New variable.
849 (info): Use $infodir.
850 (emacsman): Delete target, not needed any more.
851 Move all targets that are not the Emacs manual to misc/Makefile.in.
852 (mostlyclean): Remove `gnustmp'.
853 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
854 manual.
92f9b43f 855 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
856 (emacsman): Delete target, not needed any more.
857 (clean): Remove all info files but Emacs manual.
858 Move all targets that are not the Emacs manual to misc/Makefile.in.
859 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
860
861 * Makefile.in (INFOSOURCES): Delete.
862 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
863 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
864 *.vrs *.toc here...
865 (maintainer-clean): ...from here.
866
8672007-09-05 Glenn Morris <rgm@gnu.org>
868
869 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
870
8cf51b2c
GM
8712007-08-29 Glenn Morris <rgm@gnu.org>
872
873 * emacs.texi (EMACSVER): Increase to 23.0.50.
874
3420c522
RS
8752007-08-27 Richard Stallman <rms@gnu.org>
876
877 * emacs.texi (Top): Clarify menu item for Glossary.
878
879 * display.texi (Faces): Change secn title.
880 Clarify not all fonts come from Font Lock.
881
8cf51b2c
GM
8822007-08-17 Eli Zaretskii <eliz@gnu.org>
883
884 * basic.texi (Position Info): Add index entry for face at point.
885 Mention that character faces are also displayed by "C-u C-x =".
886
8cf51b2c
GM
8872007-08-08 Glenn Morris <rgm@gnu.org>
888
889 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
890
8912007-08-07 Chong Yidong <cyd@stupidchicken.com>
892
893 * files.texi (File Conveniences): Document point motion keys in Image
894 mode.
895
8cf51b2c
GM
8962007-07-27 Glenn Morris <rgm@gnu.org>
897
8cf51b2c
GM
898 * emacs.texi (Copying): Include license text from gpl.texi, rather than
899 in-line.
900
901 * gpl.texi: New file with text of GPL.
902 * Makefile.in (EMACSSOURCES): Add gpl.texi.
903
9042007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
905
906 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
907
908 * dired.texi (Wdired): Mention C-x C-q key binding.
909
9102007-07-28 Nick Roberts <nickrob@snap.net.nz>
911
912 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
913
9142007-07-25 Glenn Morris <rgm@gnu.org>
915
8cf51b2c
GM
916 * emacs.texi (Copying): Replace license with GPLv3.
917
918 * Relicense all FSF files to GPLv3 or later.
919
9202007-07-24 Glenn Morris <rgm@gnu.org>
921
922 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
923 for some calendars.
924
9252007-07-23 Nick Roberts <nickrob@snap.net.nz>
926
927 * screen.texi (Mode Line): Describe new mode-line flag that shows if
928 default-directory for the current buffer is on a remote machine.
929
8cf51b2c
GM
9302007-07-21 Eli Zaretskii <eliz@gnu.org>
931
932 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
933 default value.
934
9352007-07-21 Richard Stallman <rms@gnu.org>
936
937 * files.texi (Why Version Control?): Improve previous change.
938
9392007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
940
941 * files.texi (Why Version Control?): New node.
942
8cf51b2c
GM
9432007-07-12 Nick Roberts <nickrob@snap.net.nz>
944
8cf51b2c
GM
945 * building.texi (Starting GUD): Add xref to this anchor.
946
8cf51b2c
GM
9472007-06-24 Karl Berry <karl@gnu.org>
948
2a9f4d55 949 * emacs.texi: New Back-Cover Text.
8cf51b2c 950
8cf51b2c
GM
9512007-06-07 Alan Mackenzie <acm@muc.de>
952
953 * display.texi (Optional Mode Line): Document the new form of
954 line+column numbers, "(561,2)".
955
9562007-06-06 Juanma Barranquero <lekktu@gmail.com>
957
49823426 958 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
959
9602007-06-02 Chong Yidong <cyd@stupidchicken.com>
961
962 * Version 22.1 released.
963
8cf51b2c
GM
9642007-05-07 Karl Berry <karl@gnu.org>
965
966 * emacs.texi (EMACSVER): Back to 22.
967
9682007-05-06 Richard Stallman <rms@gnu.org>
969
970 * maintaining.texi (Create Tags Table): Clean up previous change.
971
c8763fb6 9722007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
973
974 * maintaining.texi (Create Tags Table): Add text about the dangers of
975 making symbolic links to tags files.
976
9772007-05-04 Karl Berry <karl@gnu.org>
978
979 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
980
9812007-05-03 Karl Berry <karl@gnu.org>
982
983 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
984
985 * .cvsignore (*.pdf): New entry.
986
8cf51b2c
GM
987 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
988 for printing.
989
9902007-05-01 Richard Stallman <rms@gnu.org>
991
992 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
993
8cf51b2c
GM
9942007-04-28 Glenn Morris <rgm@gnu.org>
995
996 * ack.texi (Acknowledgments):
997 * anti.texi (Antinews):
8cf51b2c
GM
998 * programs.texi (Program Modes): Restore mention of python.el pending
999 consideration of legal status.
1000
10012007-04-28 Richard Stallman <rms@gnu.org>
1002
1003 * files.texi (File Names): Fixes to ~ description on MS systems.
1004
8cf51b2c
GM
10052007-04-26 Glenn Morris <rgm@gnu.org>
1006
1007 * emacs.texi (EMACSVER): Increase to 22.1.50.
1008
10092007-04-25 Karl Berry <karl@gnu.org>
1010
1011 * emacs.texi: Improve line breaks on copyright page,
1012 similar layout to lispref, 8.5x11 by default.
1013
1014 * dired.texi (Image-Dired): Improve line break, fix typo.
1015
10162007-04-24 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * programs.texi (Program Modes):
8cf51b2c
GM
1019 * anti.texi (Antinews):
1020 * ack.texi (Acknowledgments): python.el removed.
1021
8cf51b2c
GM
10222007-04-23 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * display.texi (Highlight Interactively): Correct description of
1025 hi-lock-file-patterns-policy.
1026
1027 * files.texi (File Archives): Mention self-extracting executables.
1028
10292007-04-23 Eli Zaretskii <eliz@gnu.org>
1030
1031 * search.texi (Unconditional Replace, Query Replace): Add xref to
1032 "Replacement and Case".
1033
10342007-04-22 Chong Yidong <cyd@stupidchicken.com>
1035
1036 * dired.texi (Image-Dired): Move from Thumbnails node.
1037 * misc.texi (Thumbnails): Node deleted.
1038 * emacs.texi (Top): Update node listing.
1039
1040 * files.texi (File Conveniences):
49823426 1041 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1042
10432007-04-21 Richard Stallman <rms@gnu.org>
1044
1045 * display.texi (Highlight Interactively): Correct previous change.
1046 Clarify doc of hi-lock-find-patterns, and move new features into it.
1047
10482007-04-20 David Koppelman <koppel@ece.lsu.edu>
1049
1050 * display.texi (Highlight Interactively): Document
1051 hi-lock-file-patterns-policy.
1052
10532007-04-20 Martin Rudalics <rudalics@gmx.at>
1054
1055 * display.texi (Scrolling): Fix typo.
1056
8cf51b2c
GM
10572007-04-15 Chong Yidong <cyd@stupidchicken.com>
1058
8cf51b2c
GM
1059 * doclicense.texi: Remove node heading, so that it can be included by
1060 other files.
1061
1062 * emacs.texi: Insert node heading for GFDL.
1063
8cf51b2c
GM
10642007-04-14 Eli Zaretskii <eliz@gnu.org>
1065
1066 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1067 "command line".
1068
1069 * display.texi (Faces): Refer to "Creating Frames" for face
1070 and other frame customizations in .emacs.
1071
1072 * frames.texi (Creating Frames): Mention that face customizations can
1073 be put in .emacs. Add index entries.
1074
10752007-04-12 Richard Stallman <rms@gnu.org>
1076
1077 * glossary.texi (Glossary): Explain `iff'.
1078
10792007-04-11 Karl Berry <karl@gnu.org>
1080
1081 * gnu.texi (Top),
1082 * macos.texi (Mac Font Specs),
1083 * anti.texi (Antinews),
1084 * xresources.texi (Resources),
1085 * misc.texi (Emulation),
1086 * calendar.texi (Daylight Saving),
1087 * dired.texi (Dired and Find),
1088 * rmail.texi (Remote Mailboxes),
1089 * sending.texi (Mail Headers),
1090 * programs.texi (Which Function),
1091 * files.texi (Recover),
1092 * buffers.texi (Uniquify),
1093 * frames.texi (Wheeled Mice),
1094 * killing.texi (Rectangles): Wording to improve breaks in
1095 8.5x11 format.
1096 * mule.texi (Language Environments): \hbadness=10000 since there's
1097 no way to reword.
1098 * emacs.texi (smallbook): New @set to more easily switch between
1099 smallbook and 8.5x11.
1100
11012007-04-11 Richard Stallman <rms@gnu.org>
1102
1103 * files.texi (File Conveniences): Add xref to Tumme.
1104 Delete text about Thumbnail mode.
1105
8cf51b2c
GM
11062007-04-09 Alan Mackenzie <acm@muc.de>
1107
1108 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
1109 new name. Insert concept index entries.
1110
8cf51b2c
GM
11112007-04-08 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * display.texi (Standard Faces): Document prefix arg for
1114 list-faces-display.
1115
1116 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
1117
8cf51b2c
GM
11182007-04-07 Chong Yidong <cyd@stupidchicken.com>
1119
8cf51b2c
GM
1120 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
1121
1122 * files.texi (Misc File Ops): Rewrite description of
1123 insert-file-literally.
1124
8cf51b2c
GM
11252007-03-31 Eli Zaretskii <eliz@gnu.org>
1126
1127 * misc.texi (Printing): Postscript -> PostScript.
1128
8cf51b2c
GM
1129 * ack.texi (Acknowledgments): Postscript -> PostScript.
1130
1131 * custom.texi (Init File, Init Non-ASCII): Fix last change.
1132
1133 * emacs.texi (Top): Fix the menu due to the change in custom.texi
1134 below.
1135
11362007-03-30 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
1139 Init Non-ASCII.
1140 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
1141 (Init Non-ASCII): New node.
1142
11432007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1144
1145 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
1146
8cf51b2c
GM
11472007-03-12 Glenn Morris <rgm@gnu.org>
1148
8cf51b2c
GM
1149 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
1150 "Daylight Savings".
1151
49823426 1152 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
1153 saving" in text throughout.
1154
8cf51b2c
GM
11552007-03-04 Richard Stallman <rms@gnu.org>
1156
1157 * custom.texi (Safe File Variables): Minor correction.
1158
8cf51b2c
GM
11592007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1160
1161 * rmail.texi (Movemail): Add internal ref.
1162 Don't indent the intro for the PROTO table.
1163 Format PROTO table items with @code.
1164
8cf51b2c
GM
11652007-02-26 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * building.texi: Remove references to bashdb.
1168
8cf51b2c
GM
11692007-02-19 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * mule.texi (Language Environments): Update list of supported language
1172 environments.
1173
8cf51b2c
GM
11742007-02-14 Kim F. Storm <storm@cua.dk>
1175
1176 * building.texi (Grep Searching): Fix lgrep doc.
1177
11782007-02-12 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * back.texi: Remove unused file.
1181
c8763fb6 11822007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1183
1184 * maintaining.texi (Tag Syntax): Now --members is the default for
1185 etags, not for ctags yet.
1186
8cf51b2c
GM
11872007-02-03 Eli Zaretskii <eliz@gnu.org>
1188
1189 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
1190 headers compliant with Texinfo guidelines and with what texnfo-upd.el
1191 expects. Add comments to prevent people from inadvertently modifying
1192 the key parts needed by `texinfo-multiple-files-update'.
1193
11942007-01-29 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * frames.texi (Secondary Selection): Window clicked does not matter
1197 when mouse-yank-at-point is non-nil.
1198
8cf51b2c
GM
11992007-01-16 Glenn Morris <rgm@gnu.org>
1200
1201 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
1202 system abbrev.
1203
12042007-01-11 Richard Stallman <rms@gnu.org>
1205
1206 * msdog.texi (Windows Keyboard): Another small cleanup.
1207
12082007-01-10 Richard Stallman <rms@gnu.org>
1209
1210 * msdog.texi (Windows Keyboard): Yet another try to make
1211 everyone happy with that passage.
1212
12132007-01-05 Richard Stallman <rms@gnu.org>
1214
1215 * anti.texi (Antinews): Mention M-x shell scrolling.
1216
12172007-01-05 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * building.texi (Watch Expressions): Describe gdb-max-children.
1220
8cf51b2c
GM
12212007-01-04 Richard Stallman <rms@gnu.org>
1222
8cf51b2c
GM
1223 * msdog.texi (Windows Keyboard): Clarify previous change.
1224
8cf51b2c
GM
12252007-01-02 Richard Stallman <rms@gnu.org>
1226
1227 * custom.texi (Changing a Variable): Minor clarification.
1228 (Specific Customization): customize-customized => customize-unsaved.
1229
1230 * entering.texi (Entering Emacs): Clean up text about restarting
1231 Emacs for each file.
1232
1233 * misc.texi (Shell Options): Minor cleanup.
1234
1235 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
1236 with Emacs, not vice versa.
1237
1238 * programs.texi (Symbol Completion): Recommend customizing
1239 window manager.
1240
1241 * xresources.texi (Resources): Minor fix.
1242
c8763fb6 12432007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1244
1245 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
1246
12472007-01-01 Richard Stallman <rms@gnu.org>
1248
1249 * commands.texi (User Input): Document keys stolen by window mangers.
1250
12512006-12-31 Richard Stallman <rms@gnu.org>
1252
1253 * custom.texi (Specific Customization): Document customize-option
1254 instead of customize-variable.
1255
12562006-12-31 Kim F. Storm <storm@cua.dk>
1257
1258 * major.texi (Choosing Modes): Document auto-mode-case-fold.
1259
12602006-12-30 Kim F. Storm <storm@cua.dk>
1261
1262 * killing.texi (CUA Bindings): Fix typo.
1263
1264 * xresources.texi (Table of Resources): Mention grow-only value for
1265 auto-resize-tool-bars.
1266
8cf51b2c
GM
12672006-12-27 Eli Zaretskii <eliz@gnu.org>
1268
1269 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
1270 and how to get them back.
1271
12722006-12-26 Richard Stallman <rms@gnu.org>
1273
1274 * calendar.texi (Holidays): Holiday listing is based on current
1275 practice, but DST is not.
1276
12772006-12-25 Richard Stallman <rms@gnu.org>
1278
1279 * emacs.texi (Top): Update subnode menus.
1280
1281 * mark.texi (Transient Mark): Fix xref.
1282
1283 * killing.texi (Graphical Kill): Node deleted.
1284 (Killing): Add xref to Cut and Paste.
1285 (CUA Bindings): Update xref.
1286
1287 * frames.texi (Cut and Paste): New section to hold other nodes.
1288 (Mouse Commands): Node demoted.
1289 (Cut/Paste Other App): Split out from Mouse Commands.
1290 (Word and Line Mouse): Likewise.
1291 (Secondary Selection, Clipboard): Nodes demoted.
1292
8cf51b2c
GM
12932006-12-24 Kevin Ryde <user42@zip.com.au>
1294
1295 * calendar.texi (Holidays): US daylight saving begins second Sunday
1296 in March for 2007 onwards.
1297 (Daylight Savings): Show new US default daylight saving rules, 2nd
1298 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
1299
13002006-12-23 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * calendar.texi (Scroll Calendar): < and > are switched.
1303
13042006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
1305
1306 * killing.texi (Deletion): Describe M-\ prefix argument.
1307
13082006-12-23 Richard Stallman <rms@gnu.org>
1309
1310 * search.texi (Regexp Search): Explain why forward and reverse regexp
1311 search are not mirror images.
1312
8cf51b2c
GM
13132006-12-19 Kim F. Storm <storm@cua.dk>
1314
1315 * major.texi (Choosing Modes): Describe match-function elements for
1316 magic-mode-alist.
1317
8cf51b2c
GM
13182006-12-18 Eli Zaretskii <eliz@gnu.org>
1319
1320 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
1321 peculiarities.
1322
13232006-12-18 Richard Stallman <rms@gnu.org>
1324
1325 * abbrevs.texi (Editing Abbrevs): Fix previous change.
1326
8cf51b2c
GM
13272006-12-17 Alan Mackenzie <acm@muc.de>
1328
1329 * programs.texi (Left Margin Paren): Remove the bit which says
1330 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
1331 Discuss some of the issues of setting this option to nil.
1332
13332006-12-17 Glenn Morris <rgm@gnu.org>
1334
1335 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
1336
13372006-12-16 Eli Zaretskii <eliz@gnu.org>
1338
1339 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
1340 (Windows Files): `w32-get-true-file-attributes' is only relevant for
1341 NTFS volumes.
1342 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
1343 volumes.
1344
13452006-12-15 Eli Zaretskii <eliz@gnu.org>
1346
1347 * text.texi (HTML Mode): Fix "C-c TAB".
1348
8cf51b2c
GM
13492006-12-09 Richard Stallman <rms@gnu.org>
1350
1351 * misc.texi (Invoking emacsclient): Simplify TCP file text.
1352
13532006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1354
1355 * files.texi (Misc File Ops): Document insert-file-literally.
1356
13572006-12-08 Eli Zaretskii <eliz@gnu.org>
1358
1359 * cmdargs.texi (Colors): Note that --color is intended for overriding
1360 the terminal defaults, not for normal invocation.
1361
1362 * misc.texi (Emacs Server): Improve wording. Don't mention the
1363 ``server program''. Add a cross-reference to "Init File" node.
1364 (Invoking emacsclient): Add index entries. Document both short and
1365 long versions of command-line options. Document the -f option.
1366
8cf51b2c
GM
13672006-12-06 Richard Stallman <rms@gnu.org>
1368
1369 * text.texi (Outline Format): Say to set outline-regexp
1370 and outline-level with major modes and file local variables.
1371
c8763fb6 13722006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
1373
1374 * anti.texi (Antinews): Mention the alternative to
1375 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
1376
8cf51b2c
GM
1377 * misc.texi (Interactive Shell): Ditto.
1378
13792006-12-04 Eli Zaretskii <eliz@gnu.org>
1380
1381 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1382
1383 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
1384
13852006-12-01 Eli Zaretskii <eliz@gnu.org>
1386
1387 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
1388 colon in the mode line.
1389
1390 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
1391
13922006-11-26 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * building.texi (Watch Expressions): Mention SPC for expanding/
1395 contracting watch expressions.
1396
13972006-11-26 Kim F. Storm <storm@cua.dk>
1398
1399 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
1400
14012006-11-26 Nick Roberts <nickrob@snap.net.nz>
1402
1403 * building.texi (Debugger Operation): Define text command mode.
1404 Clarify how tooltips work.
1405 (GDB Graphical Interface): Explain how to run in text command mode
1406 more clearly.
1407
14082006-11-25 Juanma Barranquero <lekktu@gmail.com>
1409
1410 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
1411
14122006-11-22 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * anti.texi (Antinews): Mention --server-file and TCP sockets.
1415
8cf51b2c
GM
14162006-11-18 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
1419 and EMACS is deprecated.
1420
14212006-11-18 Juanma Barranquero <lekktu@gmail.com>
1422
1423 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
1424
c8763fb6 14252006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1426
1427 * Makefile.in (emacs.dvi): Remove xresmini.texi.
1428
1429 * emacs.texi: Include xresources.texi both for info and dvi.
1430
1431 * xresources.texi: Merge text from xresmini.texi.
1432
c8763fb6 14332006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
1434
1435 * glossary.texi: Fix typos.
1436
8cf51b2c
GM
14372006-11-06 Richard Stallman <rms@gnu.org>
1438
1439 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
1440
1441 * ack.texi (Acknowledgments): Fix name spelling.
1442
14432006-11-01 Juri Linkov <juri@jurta.org>
1444
1445 * search.texi (Word Search): Document incremental word search.
1446
14472006-10-28 Glenn Morris <rgm@gnu.org>
1448
1449 * ack.texi (Acknowledgments): Add cal-html author.
1450
1451 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
1452 Calendar"). Describe new package cal-html.
1453 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
1454 Calendar Files."
1455
8cf51b2c
GM
14562006-10-23 Richard Stallman <rms@gnu.org>
1457
1458 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
1459 Abbrev mode is enabled.
1460
8cf51b2c
GM
14612006-10-16 Richard Stallman <rms@gnu.org>
1462
8cf51b2c
GM
1463 * emacs.texi: Update ISBN.
1464
8cf51b2c
GM
14652006-10-11 Kim F. Storm <storm@cua.dk>
1466
1467 * emacs.texi (Acknowledgments): Use @dotless{i}.
1468
14692006-10-08 Nick Roberts <nickrob@snap.net.nz>
1470
1471 * building.texi (Breakpoints Buffer): Mention catchpoints.
1472
14732006-10-08 Kim F. Storm <storm@cua.dk>
1474
1475 * ack.texi (Acknowledgments): Update.
1476
1477 * emacs.texi (Acknowledgments): Fix bad @/ form.
1478
8cf51b2c
GM
14792006-10-05 Kim F. Storm <storm@cua.dk>
1480
1481 * emacs.texi (Acknowledgments): Add more contributors.
1482
14832006-10-03 Richard Stallman <rms@gnu.org>
1484
1485 * emacs.texi (Acknowledgments): Update version and edition.
1486
8cf51b2c
GM
14872006-10-01 Karl Berry <karl@gnu.org>
1488
1489 * custom.texi (Customization Groups): Page break to keep example buffer
1490 on one page.
1491
14922006-09-30 Karl Berry <karl@gnu.org>
1493
1494 * programs.texi (Basic Indent): @need to improve page break.
1495 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
1496
14972006-09-29 Glenn Morris <rgm@gnu.org>
1498
1499 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
1500
15012006-09-29 Karl Berry <karl@gnu.org>
1502
1503 * windows.texi (Basic Window): Remove forced @break, no longer
1504 desirable.
1505 * frames.texi (Frame Commands),
1506 * mark.texi (Marking Objects): Reword to avoid bad page break.
1507 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
1508
15092006-09-19 Richard Stallman <rms@gnu.org>
1510
1511 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
1512 stick to present tense.
1513
c8763fb6 15142006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1515
1516 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
1517 to x-gtk-use-old-file-dialog.
1518 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
1519
15202006-09-15 Jay Belanger <belanger@truman.edu>
1521
49823426 1522 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
1523 Change "Library Public License" to "Lesser Public License"
1524 throughout. Use "yyyy" to represent year.
1525
8cf51b2c
GM
15262006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
1527
1528 * files.texi (Visiting): Add index entry "open file".
1529
8cf51b2c
GM
15302006-09-11 Richard Stallman <rms@gnu.org>
1531
1532 * building.texi (Compilation Mode): Clarification.
1533 (Grep Searching): Add xref to Compilation Mode.
1534
8cf51b2c
GM
15352006-09-08 Richard Stallman <rms@gnu.org>
1536
1537 * search.texi (Search): Ref multi-file search commands here.
1538 (Other Repeating Search): Not here.
1539
8cf51b2c
GM
15402006-08-28 Richard Stallman <rms@gnu.org>
1541
1542 * windows.texi (Split Window): Update xref.
1543
1544 * basic.texi (Continuation Lines): Update xref.
1545
1546 * indent.texi (Tab Stops): Update xref.
1547
1548 * emacs.texi (Top): Update subnode menu.
1549
1550 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
1551 split out of Display Custom.
1552
15532006-08-25 Kim F. Storm <storm@cua.dk>
1554
1555 * display.texi (Display Custom): Add variables overline-margin
1556 and x-underline-at-descent-line.
1557
15582006-08-25 Richard Stallman <rms@gnu.org>
1559
1560 * entering.texi (Exiting): Rewrite to give graphical displays
1561 priority over text terminals.
1562
1563 * search.texi (Incremental Search): Move index entries.
1564
15652006-08-23 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * custom.texi (Init File): Reference Find Init to avoid "home
1568 directory" confusion.
1569
15702006-08-22 Nick Roberts <nickrob@snap.net.nz>
1571
1572 * building.texi (Other GDB-UI Buffers): Describe how to edit
1573 a value in the locals buffer.
1574
15752006-08-21 Richard Stallman <rms@gnu.org>
1576
1577 * search.texi (Basic Isearch): Add `isearch' index entry.
1578
15792006-08-16 Richard Stallman <rms@gnu.org>
1580
1581 * misc.texi (Saving Emacs Sessions): Clean up wording.
1582
1583 * mark.texi (Marking Objects): Mention term "select all".
1584
1585 * emacs.texi (Top): Update subnode menu.
1586
1587 * help.texi (Help Mode): Move node up in file.
1588
8cf51b2c
GM
15892006-08-15 Nick Roberts <nickrob@snap.net.nz>
1590
1591 * building.texi (Stack Buffer): Explain fringe arrow.
1592
8cf51b2c
GM
15932006-08-12 Eli Zaretskii <eliz@gnu.org>
1594
8cf51b2c
GM
1595 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
1596 on startup.
1597
15982006-08-11 Romain Francoise <romain@orebokech.com>
1599
1600 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
1601
16022006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
1603
1604 * mule.texi (Recognize Coding, Text Coding): Fix typos.
1605
16062006-08-10 Richard Stallman <rms@gnu.org>
1607
1608 * text.texi (Format Faces): Substantial rewrites to deal
1609 with face merging. Empty regions don't count. Clarify
1610 face property inheritance.
1611
16122006-08-08 Romain Francoise <romain@orebokech.com>
1613
1614 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
1615 <arjuropo@cc.jyu.fi>.
1616
8cf51b2c
GM
16172006-08-04 Eli Zaretskii <eliz@gnu.org>
1618
1619 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
1620 apply to all frames.
1621
8cf51b2c
GM
16222006-08-01 Richard Stallman <rms@gnu.org>
1623
1624 * help.texi (Name Help): Add index entries for describe-variable.
1625
16262006-08-01 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * building.texi (GDB Graphical Interface): Shorten node names.
1629 (GDB-UI Layout): Use GDB-related.
1630 (Other GDB-UI Buffers): Simplify English.
1631
16322006-07-31 Richard Stallman <rms@gnu.org>
1633
1634 * search.texi (Query Replace): Add xref for Dired's Q command.
1635
8cf51b2c
GM
16362006-07-31 Nick Roberts <nickrob@snap.net.nz>
1637
1638 * building.texi (GDB commands in Fringe): Rename to...
1639 (Source Buffers): ..this and move forward. Describe hollow arrow and
1640 new option gdb-find-source-frame.
1641
16422006-07-29 Richard Stallman <rms@gnu.org>
1643
1644 * dired.texi (Operating on Files): Simplify previous change
1645 and fix Texinfo usage.
1646
16472006-07-29 Eli Zaretskii <eliz@gnu.org>
1648
1649 * dired.texi (Operating on Files): Add cross-references. State the
1650 Unix commands that do similar things.
1651
16522006-07-28 Richard Stallman <rms@gnu.org>
1653
1654 * mark.texi (Transient Mark): Clarify that region never disappears
1655 when Transient Mark mode is off, and not when it is on.
1656
16572006-07-27 Richard Stallman <rms@gnu.org>
1658
1659 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
1660
16612006-07-24 Richard Stallman <rms@gnu.org>
1662
1663 * xresources.texi (GTK styles): Fix texinfo usage.
1664
8cf51b2c
GM
1665 * commands.texi (User Input): Explain why we teach keyboard cmds.
1666
1667 * xresources.texi, xresmini.texi, search.texi, programs.texi:
1668 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
1669 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
1670 * doclicense.texi, display.texi, dired.texi, basic.texi:
1671 * anti.texi, ack.texi: Move periods and commas inside quotes.
1672
16732006-07-22 Eli Zaretskii <eliz@gnu.org>
1674
1675 * cmdargs.texi (General Variables): Document EMAIL.
1676
16772006-07-21 Eli Zaretskii <eliz@gnu.org>
1678
1679 * frames.texi (Frame Commands): Mention that focus-follows-mouse
1680 doesn't have effect on MS-Windows.
1681
8cf51b2c
GM
16822006-07-17 Richard Stallman <rms@gnu.org>
1683
1684 * building.texi (Grep Searching): Explain about chaining grep commands.
1685
8cf51b2c
GM
16862006-07-10 Nick Roberts <nickrob@snap.net.nz>
1687
49823426 1688 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
1689
16902006-07-09 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
1693 is invoked for multiple files.
1694
16952006-07-08 Eli Zaretskii <eliz@gnu.org>
1696
1697 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
1698 on-line manual for the rest of this node.
1699 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
1700 unconditionally.
1701 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
1702 Improve wording.
1703 (Windows Printing): Improve wording.
1704 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
1705 rest of this node.
1706
8cf51b2c
GM
17072006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1708
49823426
GM
1709 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
1710 with eval-buffer.
8cf51b2c
GM
1711
17122006-07-05 Nick Roberts <nickrob@snap.net.nz>
1713
1714 * mule.texi (Coding Systems, Specify Coding): Link descriptions
1715 of character translation.
1716
17172006-07-04 Nick Roberts <nickrob@snap.net.nz>
1718
1719 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
1720
17212006-07-03 Karl Berry <karl@gnu.org>
1722
1723 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
1724 not-too-underfull hboxes in the TeX output.
1725 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
1726 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
1727 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
1728 * sending.texi, text.texi: Fix overfull/underfull boxes.
1729
17302006-07-03 Romain Francoise <romain@orebokech.com>
1731
1732 * m-x.texi (M-x): Fix.
1733
17342006-07-03 Richard Stallman <rms@gnu.org>
1735
8cf51b2c
GM
1736 * search.texi (Other Repeating Search): filename -> file name.
1737
1738 * misc.texi (Narrowing): Minor cleanups.
1739
1740 * files.texi (Visiting): filename -> file name.
1741
1742 * emacs.texi (Top): Update subnode menus.
1743
1744 * mule.texi (Coding Systems): Move char translation stuff here.
1745 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
1746 (Recognize Coding): Substantial local rewrites.
1747 (International): Update menu.
1748
1749 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
1750 (Scrolling): Substantial local rewrites.
1751 (Display): Update menu and intro.
1752
1753 * dired.texi: filename -> file name.
1754
1755 * custom.texi (Safe File Variables): Texinfo usage fix.
1756
17572006-07-03 Ted Zlatanov <tzz@lifelogs.com>
1758
1759 * help.texi, m-x.texi: Lots of cleanups.
1760
8cf51b2c
GM
17612006-06-30 Eli Zaretskii <eliz@gnu.org>
1762
1763 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
1764 (Windows Processes, Windows Misc): Shorten the printed version by
1765 selectively conditioning less important portions by @ifnottex.
1766
8cf51b2c
GM
17672006-06-27 Richard Stallman <rms@gnu.org>
1768
1769 * mini.texi (Minibuffer File): Minor cleanup.
1770
17712006-06-25 Nick Roberts <nickrob@snap.net.nz>
1772
1773 * frames.texi (XTerm Mouse): Rename to...
1774 (Text-Only Mouse): ...this. Mention t-mouse-mode.
1775
1776 * emacs.texi (Top): Use new node name.
1777
17782006-06-24 Eli Zaretskii <eliz@gnu.org>
1779
1780 * emacs.texi (Top): Update the detailed menu according to changes in
1781 msdog.texi.
1782
1783 * msdog.texi (Windows Keyboard): New section.
1784 (Windows Mouse): New section.
1785 (Windows System Menu): Remove section (text merged with "Windows
1786 Keyboard").
1787 (Windows Misc): New section.
1788
1789 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
1790
1791 * msdog.texi (ls in Lisp): New section.
1792
1793 * files.texi (Visiting): Document case-insensitive wildcard matching
1794 under find-file-wildcards.
1795
8cf51b2c
GM
17962006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1797
1798 * macos.texi (Mac Input): Add description of mac-function-modifier.
1799 Now Unicode keyboard layouts work.
1800
8cf51b2c
GM
18012006-06-10 Richard Stallman <rms@gnu.org>
1802
1803 * mule.texi (Recognize Coding): Clarify previous change.
1804
18052006-06-09 Kenichi Handa <handa@m17n.org>
1806
1807 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
1808 notation.
1809
18102006-06-07 Kevin Ryde <user42@zip.com.au>
1811
1812 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
1813 manual for @ifnottex, but in emacs-extra for @iftex.
1814
1815 * cmdargs.texi (General Variables): Fix smtpmail xref.
1816
18172006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1818
8cf51b2c 1819 * programs.texi (Comment Commands):
8cf51b2c 1820 * custom.texi (Specifying File Variables):
49823426 1821 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
1822
18232006-06-07 Nick Roberts <nickrob@snap.net.nz>
1824
1825 * building.texi (Watch Expressions): Move node to end.
1826 (GDB Graphical Interface): Move description of clicks in fringe...
1827 (GDB commands in the Fringe): ...to here. New node.
1828
8cf51b2c
GM
18292006-06-05 Romain Francoise <romain@orebokech.com>
1830
49823426 1831 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
1832
18332006-06-05 Nick Roberts <nickrob@snap.net.nz>
1834
1835 * building.texi (GDB Graphical Interface): Update bindings.
1836 (Commands of GUD): Add gud-print. Remove gud-run.
1837 Restate availability more generally.
1838
18392006-06-03 Ted Zlatanov <tzz@lifelogs.com>
1840
1841 * mini.texi: Lots of cleanups.
1842
18432006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1844
1845 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
1846 and Mouse-2.
1847
c8763fb6 18482006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1849
1850 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
1851
8cf51b2c
GM
18522006-05-31 Richard Stallman <rms@gnu.org>
1853
1854 * basic.texi (Moving Point): Fix previous change.
1855
c8763fb6 18562006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1857
1858 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
1859
18602006-05-28 Ted Zlatanov <tzz@lifelogs.com>
1861
1862 * basic.texi: Many simplifications and improvements in wording.
1863
8cf51b2c
GM
18642006-05-26 Nick Roberts <nickrob@snap.net.nz>
1865
1866 * anti.texi (Antinews): Create a node for gdb-ui.
1867
8cf51b2c
GM
18682006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1869
1870 * frames.texi (Menu Bars, Tool Bars): Add index entries.
1871
18722006-05-20 Richard Stallman <rms@gnu.org>
1873
1874 * dired.texi (Dired Navigation): dired-goto-file is now j.
1875
8cf51b2c
GM
18762006-05-20 Eli Zaretskii <eliz@gnu.org>
1877
1878 * mule.texi (Coding Systems): Mention the undecided-* coding systems
1879 and their aliases.
1880
1881 * msdog.texi (Windows Printing): Mention non-support of plain text
1882 printing with some el-cheapo printers, and suggest a workaround.
1883
18842006-05-20 Kevin Ryde <user42@zip.com.au>
1885
1886 * text.texi (TeX Print): tex-dvi-view-command has a default value,
1887 remove the bit saying you must set it.
1888
18892006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1890
1891 * trouble.texi (Checklist):
1892 * text.texi (Text, Auto Fill, Text Mode):
1893 * search.texi (Nonincremental Search):
1894 * rmail.texi (Rmail Labels):
1895 * mule.texi (Input Methods, Multibyte Conversion):
1896 * misc.texi (Gnus, Where to Look, PostScript):
1897 * maintaining.texi (Create Tags Table):
1898 * indent.texi (Indentation Commands):
1899 * fixit.texi (Spelling):
1900 * emacs.texi (Copying):
1901 * custom.texi (Init File): ifinfo -> ifnottex.
1902
8cf51b2c
GM
19032006-05-17 Richard Stallman <rms@gnu.org>
1904
1905 * files.texi (Diff Mode): Mention C-x `.
1906
19072006-05-08 Richard Stallman <rms@gnu.org>
1908
1909 * custom.texi (Disabling): Textual cleanups.
1910
8cf51b2c
GM
19112006-05-12 Glenn Morris <rgm@gnu.org>
1912
1913 * calendar.texi (Displaying the Diary, Format of Diary File):
1914 Refer to diary-view-entries, diary-list-entries,
1915 diary-show-all-entries rather than obsolete aliases.
1916
19172006-05-12 Eli Zaretskii <eliz@gnu.org>
1918
1919 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
1920 (Displaying the Diary, Special Diary Entries, Importing Diary):
1921 * building.texi (Compilation Shell):
1922 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
1923 emacs-xtra with @inforef's.
1924
1925 * files.texi (Visiting): Fix wording.
1926
1927 * mule.texi (Coding Systems, Text Coding): More indexing.
1928 Mention that C-x RET f can set eol conversion.
1929
c8763fb6 19302006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
1931
1932 * xresmini.texi (GTK resources): Insert GTK description.
1933
1934 * xresources.texi (GTK resources): metafont should be menufont.
1935
8cf51b2c
GM
19362006-05-06 Michael Albinus <michael.albinus@gmx.de>
1937
49823426 1938 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
1939 method, user name and host name is active only in partial
1940 completion mode.
1941
8cf51b2c
GM
19422006-05-06 Eli Zaretskii <eliz@gnu.org>
1943
1944 * makefile.w32-in (emacs.dvi):
1945 * Makefile.in (emacs.dvi): Add xresmini.texi.
1946
1947 * xresmini.texi (Table of Resources): Remove xref to non-existent
1948 node "LessTif Resources".
1949
1950 * msdog.texi (Microsoft Windows):
1951 * calendar.texi (Calendar/Diary, Displaying the Diary)
1952 (Special Diary Entries, Importing Diary, Holidays):
1953 * programs.texi (Program Modes):
1954 * text.texi (Text):
1955 * buffers.texi (Several Buffers):
1956 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
1957
19582006-05-06 Eli Zaretskii <eliz@gnu.org>
1959
1960 The following changes merge the emacs-xtra manual into the main
1961 manual, but only for on-line version of the manual.
1962
1963 * vc2-xtra.texi (Version Backups, Local Version Control)
1964 (Making Snapshots, Change Logs and VC, Version Headers)
1965 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
1966 on-line manual.
1967
1968 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
1969 for on-line manual.
1970
1971 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
1972 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
1973 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
1974 for on-line manual.
1975
1976 * fortran-xtra.texi (Fortran, Fortran Autofill)
1977 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
1978 for on-line manual.
1979
1980 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
1981 Conditional xref's for on-line manual.
1982
1983 * emerge-xtra.texi (Emerge, Overview of Emerge)
1984 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
1985 manual.
1986
1987 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
1988 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1989 (EMACSSOURCES): Use EMACS_XTRA.
1990 (../info/emacs-xtra): Remove.
1991 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1992
1993 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
1994 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
1995 (EMACSSOURCES): Use EMACS_XTRA.
1996 ($(infodir)/emacs-xtra): Remove.
1997 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
1998
1999 * trouble.texi (Quitting):
2000 * text.texi (Text):
2001 * programs.texi (Program Modes):
2002 * msdog.texi (Microsoft Windows):
2003 * frames.texi (Frames):
2004 * files.texi (Backup, Version Control, VC Concepts)
2005 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2006 (Registering, VC Status, VC Undo, Multi-User Branching)
2007 (Comparing Files):
2008 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2009 (Displaying the Diary, Special Diary Entries, Importing Diary):
2010 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2011 conditional xref's, depending on @iftex/@ifnottex.
2012
2013 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2014 "MS-DOS". @include msdog-xtra.texi.
2015
2016 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2017 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2018
2019 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2020 for vc-xtra.texi subsections.
2021 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2022 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2023
2024 * sending.texi (Sending Mail): A @node line without explicit Prev,
2025 Next, and Up links.
2026
2027 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2028 Next, and Up links.
2029
2030 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2031 and its sections. @include picture-xtra.texi.
2032
2033 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2034 "Emerge".
2035 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2036
2037 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2038 exact duplicate of its name-sake in calendar.texi.
2039
2040 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2041 "Advanced Calendar/Diary Usage".
2042 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2043
2044 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2045 dired-xtra.texi.
2046 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2047
2048 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2049 (Files) [ifnottex]: Add menu entry for Autorevert.
2050
2051 * emacs-xtra.texi (Introduction): Reword to make consistent with
2052 printed version only.
2053 <Top level>: Remove the body of all chapters and move them to the
2054 new *-xtra.texi files. Use @raisesections and @lowersections to
2055 convert sections to chapters etc.
2056
2057 * msdog-xtra.texi:
2058 * fortran-xtra.texi:
2059 * vc-xtra.texi:
2060 * vc1-xtra.texi:
2061 * vc2-xtra.texi:
2062 * emerge-xtra.texi:
2063 * cal-xtra.texi:
2064 * dired-xtra.texi:
2065 * arevert-xtra.texi: New files, with text from respective chapters
2066 of emacs-xtra.texi. Convert each @chapter into @section, @section
2067 into @subsection, etc.
2068
2069 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2070 updated.
2071
2072 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2073 Windows". All references updated.
2074
20752006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2076
2077 * macos.texi (Mac Input): Mention input from Character Palette.
2078 (Mac Font Specs): Fix typo.
2079
20802006-05-05 Richard Stallman <rms@gnu.org>
2081
2082 * files.texi (Diff Mode): Minor cleanup.
2083
20842006-05-05 Karl Berry <karl@gnu.org>
2085
8cf51b2c
GM
2086 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
2087 errors from the current release of makeinfo (4.8).
2088 * help.texi (Library Keywords): Change widest word in multitable
2089 template from `emulations' to `convenience'. (Not sure if this is
2090 related to the font change.)
2091
20922006-05-05 Eli Zaretskii <eliz@gnu.org>
2093
2094 * files.texi (File Names): Add a footnote about limited support of
2095 ~USER on MS-Windows.
2096
2097 * cmdargs.texi (Initial Options): Add a footnote about limited
2098 support of ~USER on MS-Windows.
2099
21002006-05-03 Richard Stallman <rms@gnu.org>
2101
2102 * files.texi (Diff Mode): Node moved here.
2103 (Comparing Files): Delete what duplicates new node.
2104 (Files): Put Diff Mode in menu.
2105
2106 * misc.texi (Diff Mode): Moved to files.texi.
2107
2108 * emacs.texi (Top): Update menu for Diff Mode.
2109
2110 * trouble.texi (Emergency Escape): Simplify.
2111
2112 * emacs.texi (Top): Minor clarification.
2113
21142006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2115
2116 * commands.texi, entering.texi, screen.texi: Many simplifications.
2117
21182006-05-03 Richard Stallman <rms@gnu.org>
2119
2120 * commands.texi (Text Characters): Delete paragraph about unibyte
2121 non-ASCII printing chars.
2122
2123 * killing.texi (Killing): Say "graphical displays".
2124 * display.texi: Say "graphical displays".
2125
2126 * cmdargs.texi (Misc X): Say "graphical displays".
2127
21282006-05-01 Richard Stallman <rms@gnu.org>
2129
2130 * emacs.texi (Top): Add Diff Mode to menu.
2131
21322006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2133
2134 * misc.texi (Diff Mode): New node.
2135
21362006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2137
2138 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
2139 (Mac Environment Variables): Shorten example line.
2140 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
2141
21422006-05-01 Nick Roberts <nickrob@snap.net.nz>
2143
2144 * building.texi (GUD Customization): Describe cases %d and %c.
2145 Update description for %e.
2146
21472006-04-30 Glenn Morris <rgm@gnu.org>
2148
2149 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
2150
21512006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2152
2153 * custom.texi (Examining): Update C-h v output example.
2154
21552006-04-29 Kim F. Storm <storm@cua.dk>
2156
2157 * building.texi (Grep Searching): Add lgrep and rgrep.
2158
8cf51b2c
GM
21592006-04-23 Richard Stallman <rms@gnu.org>
2160
2161 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
2162
2163 * xresmini.texi: New file.
2164
2165 * xresources.texi (Face Resources): Split table into font resources
2166 and the rest. Combine similar attributes for brevity.
2167
8cf51b2c
GM
21682006-04-21 Eli Zaretskii <eliz@gnu.org>
2169
2170 * emacs-xtra.texi (MS-DOS File Names): Remove section about
2171 backslashes and case-insensitivity in file names (moved to the
2172 main manual).
2173 (MS-DOS Printing): Move most of the text to the main manual.
2174
2175 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
2176 New nodes.
2177 (Windows Processes, Windows System Menu): Add index entries and
2178 fix wording.
2179
8cf51b2c
GM
21802006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2181
2182 * misc.texi (Shell Ring): Add notes on saved input when
2183 navigating off the end of the history list.
2184
21852006-04-18 Chong Yidong <cyd@mit.edu>
2186
2187 * misc.texi (Shell Options): Correct default value of
2188 comint-scroll-show-maximum-output.
2189
8cf51b2c
GM
21902006-04-18 Nick Roberts <nickrob@snap.net.nz>
2191
2192 * building.texi (Watch Expressions): Update.
2193
8cf51b2c
GM
21942006-04-12 Richard Stallman <rms@gnu.org>
2195
2196 * search.texi: Clean up previous change.
2197
21982006-04-12 Eli Zaretskii <eliz@gnu.org>
2199
2200 * search.texi (Regexp Backslash, Regexp Replace): Add index
2201 entries for ``back reference'' and mention the term itself in the
2202 text.
2203
22042006-04-11 Richard Stallman <rms@gnu.org>
2205
2206 * custom.texi (Safe File Variables):
2207 Document enable-local-variables = :safe.
2208
22092006-04-11 Karl Berry <karl@gnu.org>
2210
2211 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
2212 (Remote Repositories, Version Backups, Local Version Control)
2213 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
2214 (Miscellaneous Commands and Features of VC, Change Logs and VC)
2215 (Renaming VC Work Files and Master Files)
2216 (Inserting Version Control Headers, Customizing VC, General Options)
2217 (Options for RCS and SCCS, Options specific for CVS): Move all
2218 these nodes to emacs-xtra.texi, for brevity.
2219 * cmdargs.texi, files.texi: Change cross-references.
2220
8cf51b2c
GM
22212006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2222
2223 * files.texi (Old Versions): Update description of vc-annotate's
2224 use of color to indicate date ranges.
2225
8cf51b2c
GM
22262006-04-09 Kevin Ryde <user42@zip.com.au>
2227
8cf51b2c
GM
2228 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
2229 put info and printed manual names the right way around.
2230
22312006-04-09 Karl Berry <karl@gnu.org>
2232
2233 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
2234 emacs-xtra.texi, leaving only MS Windows information.
2235 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
2236 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
2237 node names.
2238
2239 * emacs.texi: Move @summarycontents and @contents to the beginning
2240 of the file.
2241
8cf51b2c
GM
22422006-04-08 Kevin Ryde <user42@zip.com.au>
2243
2244 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
2245
22462006-04-07 Richard Stallman <rms@gnu.org>
2247
2248 * programs.texi (Comments, Comment Commands, Options for Comments)
2249 (Multi-Line Comments): "Align", not "indent".
2250 (Basic Indent): C-j deletes trailing whitespace before the newline.
2251
22522006-04-06 Richard Stallman <rms@gnu.org>
2253
8cf51b2c
GM
2254 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
2255
22562006-04-06 Eli Zaretskii <eliz@gnu.org>
2257
2258 * killing.texi (Rectangles): Add index entry for marking a rectangle.
2259
8cf51b2c
GM
22602006-04-05 Richard Stallman <rms@gnu.org>
2261
2262 * emacs.texi (Top): Update subnode menu.
2263
2264 * trouble.texi (Unasked-for Search): Node deleted.
2265 (Lossage): Delete from menu.
2266
22672006-04-04 Richard Stallman <rms@gnu.org>
2268
2269 * trouble.texi: Various cleanups.
2270 (Checklist): Don't bother saying how to snail a bug report.
2271 (Emergency Escape): Much rewriting.
2272 (After a Crash): Rename the core dump immediately.
2273 (Total Frustration): Call it a psychotherapist.
2274 (Bug Criteria): Avoid "illegal instruction".
2275 (Sending Patches): We always put the contributor's name in.
2276
2277 * misc.texi (Thumbnails): Minor correction.
2278
8cf51b2c
GM
22792006-04-03 Richard Stallman <rms@gnu.org>
2280
2281 * misc.texi (Thumbnails): Minor cleanup.
2282
22832006-04-02 Karl Berry <karl@gnu.org>
2284
2285 * sending.texi (Mail Sending): pxref to Top needs five args.
2286
2287 * texinfo.tex: Update to current version (2006-03-21.13).
2288
8cf51b2c
GM
22892006-03-31 Richard Stallman <rms@gnu.org>
2290
2291 * emacs.texi (Top): Update subnode menu.
2292
2293 * help.texi (Help Mode): Cleanup.
2294
2295 * dired.texi: Many cleanups.
2296 (Dired Deletion): Describe dired-recursive-deletes.
2297 (Operating on Files): dired-create-directory moved.
2298 (Misc Dired Features): Move to here.
2299 (Tumme): Node moved to misc.texi.
2300
2301 * custom.texi: Many cleanups.
2302 (Minor Modes): Don't mention ISO Accents Mode.
2303 (Examining): Update C-h v output example.
2304 (Hooks): Add index and xref for add-hook.
2305 (Locals): Delete list of vars that are always per-buffer. Rearrange.
2306 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
2307
2308 * misc.texi: Many cleanups.
2309 (beginning): Add to summary of topics.
2310 (Shell): Put eshell xref at the end. Remove eshell from table.
2311 (Thumbnails): New node.
2312
8cf51b2c
GM
23132006-03-28 Eli Zaretskii <eliz@gnu.org>
2314
2315 * files.texi (File Name Cache): Make it clear that the cache is
2316 not persistent.
2317
8cf51b2c
GM
23182006-03-25 Karl Berry <karl@gnu.org>
2319
49823426
GM
2320 * emacs-xtra.texi, emacs.texi, gnu.texi:
2321 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
2322 (2) do not indent copyright year list (or anything else).
2323
8cf51b2c
GM
23242006-03-21 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * files.texi (VC Dired Mode): Remove misplaced brackets.
2327
23282006-03-21 Andre Spiegel <spiegel@gnu.org>
2329
2330 * files.texi: Various updates and clarifications in the VC chapter.
2331
23322006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2333
2334 * help.texi (Help Mode): Document "C-c C-c".
2335
8cf51b2c
GM
23362006-03-16 Luc Teirlinck <teirllm@auburn.edu>
2337
2338 * emacs-xtra.texi (Top): Avoid ugly continuation line in
2339 menu in the standalone Info reader.
2340
23412006-03-15 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
2344 moved here from Emacs manual.
2345
2346 * programs.texi (Fortran): Section moved to emacs-xtra.
2347 (Program Modes): Xref to Fortran in emacs-xtra.
2348
2349 * maintaining.texi (Emerge): Move to emacs-xtra.
2350 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
2351
2352 * picture.texi: File deleted.
2353 * Makefile.in:
2354 * makefile.w32-in: Remove picture.texi.
2355
2356 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
2357 * abbrevs.texi (Abbrevs):
2358 * sending.texi (Sending Mail): Picture node removed.
2359
2360 * emacs.texi (Top): Update node listings.
2361
8cf51b2c
GM
23622006-03-12 Richard Stallman <rms@gnu.org>
2363
2364 * calendar.texi: Various cleanups.
2365
8cf51b2c
GM
23662006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2367
2368 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
2369 syntax.
2370
8cf51b2c
GM
23712006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2372
2373 * search.texi (Regexps): More accurately describe which characters
2374 are special in which situations. Recommend _not_ to quote `]' or
2375 `-' when they are not special.
2376
8cf51b2c
GM
23772006-02-28 Andre Spiegel <spiegel@gnu.org>
2378
2379 * files.texi (Old Versions): Clarify operation of C-x v =.
2380
8cf51b2c
GM
23812006-02-21 Nick Roberts <nickrob@snap.net.nz>
2382
2383 * building.texi (Watch Expressions): Update and describe
2384 gdb-speedbar-auto-raise.
2385
23862006-02-19 Richard M. Stallman <rms@gnu.org>
2387
2388 * emacs.texi: Use @smallbook.
2389 (Top): Update ref to Emacs paper, delete ref to Cookbook.
2390 Update subnode menu.
2391
2392 * building.texi (Lisp Interaction): Minor addition.
2393
23942006-02-18 Nick Roberts <nickrob@snap.net.nz>
2395
2396 * building.texi (Watch Expressions): Update and be more precise.
2397
c8763fb6 23982006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2399
2400 * maintaining.texi (Create Tags Table): Explain why the
2401 exception when etags writes to files under the /dev tree.
2402
24032006-02-14 Richard M. Stallman <rms@gnu.org>
2404
2405 * custom.texi (Safe File Variables): Lots of clarification.
2406 Renamed from Unsafe File Variables.
2407
24082006-02-14 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * custom.texi (Unsafe File Variables): File variable confirmation
2411 assumed denied in batch mode.
2412
24132006-02-14 Richard M. Stallman <rms@gnu.org>
2414
2415 * building.texi (GDB User Interface Layout): Don't say `inferior'
2416 for program being debugged.
2417
24182006-02-15 Nick Roberts <nickrob@snap.net.nz>
2419
2420 * building.texi (GDB Graphical Interface):
2421 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2422
24232006-02-13 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * custom.texi (Specifying File Variables, Unsafe File Variables):
2426 New nodes, split from File Variables. Document new file local
2427 variable behavior.
2428
24292006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2430
2431 * display.texi (Standard Faces):
8cf51b2c
GM
2432 * files.texi (Visiting):
2433 * frames.texi (Clipboard):
2434 * glossary.texi (Glossary) <Clipboard>:
2435 * xresources.texi (X Resources): Mention Mac OS port.
2436
8cf51b2c
GM
24372006-02-12 Richard M. Stallman <rms@gnu.org>
2438
2439 * building.texi (Building): Clarify topic in intro.
2440
2441 * maintaining.texi (Maintaining): Change title; clarify topic.
2442 Delete duplicate index entries.
2443
2444 * building.texi (Other GDB User Interface Buffers): Clarifications.
2445
2446 * text.texi (Cell Commands): Clarifications.
2447
2448 * programs.texi (Defuns): Delete duplicate explanation of
2449 left-margin paren convention.
2450 (Hungry Delete): Minor cleanup.
2451
24522006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2453
2454 * dired.texi (Tumme): More tumme documentation.
2455
24562006-02-11 Alan Mackenzie <acm@muc.de>
2457
2458 * programs.texi ("Hungry Delete"): Correct the appellation of the
2459 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
2460
24612006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2462
2463 * dired.texi (Tumme): Fix small bug.
2464
24652006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2466
2467 * macos.texi (Mac International): Rename "fontset-mac" to
2468 "fontset-standard".
2469
8cf51b2c
GM
24702006-02-09 Mathias Dahl <mathias.dah@gmail.com>
2471
2472 * dired.texi (Tumme): Basic documentation for Tumme added.
2473
8cf51b2c
GM
24742006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2475
2476 * mule.texi (International):
2477 * programs.texi (Basic Indent): Fix typos.
2478
8cf51b2c
GM
2479 * custom.texi (Minor Modes):
2480 * display.texi (Text Display):
2481 * commands.texi (Text Characters): Update xrefs.
2482
24832006-02-07 Richard M. Stallman <rms@gnu.org>
2484
2485 * emacs.texi (Top): Update subnode menu.
2486 Update info on old Emacs papers.
2487 (Intro): "Graphical display", not window system.
2488
2489 * xresources.texi (GTK styles): Minor clarifications.
2490
2491 * trouble.texi: "Graphical display", not window system.
2492 (Stuck Recursive): Minor clarification.
2493
2494 * text.texi: Minor clarifications.
2495 (Sentences): Explain why two-space convention is better.
2496 Explain sentence-end-without-period here.
2497 (Fill Commands): Not here.
2498 (Refill): Node moved down.
2499 (Filling): Update menu.
2500 (Table Creation, Cell Justification, Column Commands): Clarify.
2501
2502 * sending.texi: Minor clarifications.
2503
2504 * search.texi (Regexp Backslash): Clarification.
2505
2506 * rmail.texi: Minor cleanups.
2507 (Rmail): Delete digression about `rmail-mode'.
2508 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
2509 (Rmail Files): Mention C-u M-x rmail.
2510 (Rmail Reply): Mention References.
2511 (Rmail Display): Mention rmail-nonignored-headers.
2512
2513 * programs.texi: Minor cleanups.
2514 (Comment Commands): Mention momentary Transient Mark mode.
2515 (Matching): Be more specific about customizing show-paren-mode.
2516 (Info Lookup): Don't list the modes that support C-h S.
2517 Just say what it does in an unsupported mode.
2518 (Man Page): Delete excessive info on customizing woman.
2519 (Motion in C): Don't mention c-for/backward-into-nomenclature.
2520
2521 * abbrevs.texi: Minor clarifications.
2522 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
2523 not "dynamic abbrevs" as if they were a kind of abbrev.
2524
2525 * picture.texi (Picture): Minor cleanup.
2526
2527 * mule.texi (Communication Coding): Say "other applications".
2528 (Fontsets): Not specific to X. Add xref to X Resources.
2529 (Unibyte Mode): Rename from Single-Byte Character Support.
2530 "Graphical display", not window system.
2531 (International): Update menu.
2532
2533 * maintaining.texi (Format of ChangeLog):
2534 New node, split out from ChangeLog.
2535 (ChangeLog): Clarifications in the remaining text.
2536 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
2537 (Find Tag): Add @w.
2538 (Tags Search): Explain tag table order here. Simplify grep ref.
2539 (List Tags): tags-tag-face is a variable, not a face.
2540 (Emerge): Cleanups.
2541
2542 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
2543 (Keyboard Macros): Avoid "the user".
2544
2545 * killing.texi: "Graphical display", not window system.
2546
2547 * help.texi (Help Echo): "Graphical display", not window system.
2548
2549 * glossary.texi: Say "you", not "the user". Say "graphical display".
2550
2551 * frames.texi: Minor cleanups. "Graphical display", not window system.
2552
2553 * files.texi (Visiting): Make drag-and-drop not X-specific.
2554
2555 * custom.texi: Minor cleanups. "Graphical display", not window system.
2556
2557 * cmdargs.texi: Minor cleanups.
2558
2559 * building.texi (Compilation): Move and split kill-compilation para.
2560 Add para about multiple compilers.
2561 (Compilation Mode): Commands also available in grep mode and others.
2562 Mention C-u C-x ` more tutorially. Clarify C-x `.
2563 (Compilation Shell): Clarify. Put Bash example first.
2564 (Grep Searching): Minor cleanups; add @w.
2565 (Debuggers): Minor cleanups.
2566 (Starting GUD): Make GDB xgraphical mode issue clearer.
2567 (Debugger Operation): Lots of clarifications including
2568 GDB tooltip side-effect issue.
2569 (Commands of GUD): Clarify.
2570 (GUD Customization): Add bashdb-mode-hook.
2571 (GDB Graphical Interface): Rewrite for clarity.
2572 (GDB User Interface Layout): Rewrite for clarity.
2573 (Stack Buffer, Watch Expressions): Likewise.
2574 (Other GDB User Interface Buffers): Cleanups.
2575 (Lisp Libraries, External Lisp): Cleanup.
2576
2577 * basic.texi (Position Info): "Graphical displays", rather than
2578 window systems.
2579
2580 * anti.texi: Minor cleanup.
2581
8cf51b2c
GM
25822006-02-03 Eli Zaretskii <eliz@gnu.org>
2583
2584 * custom.texi (Init File, Find Init): Add cross-references to
2585 where $HOME is described.
2586
25872006-02-01 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
2590 is not inside the @table.
2591
2592 * emacs.texi (Top): Correct node name.
2593
2594 * files.texi (File Names): Fix @xref.
2595 (Reverting): Fix typo.
2596
2597 * mule.texi (International): Correct node name.
2598
2599 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
2600
26012006-02-01 Richard M. Stallman <rms@gnu.org>
2602
2603 * emacs.texi (Top): Update subnode menu.
2604
2605 * mule.texi: Minor clarifications.
2606 Reduce the specific references to X Windows.
2607 Refer to "graphical" terminals, rather than window systems.
2608 (Text Coding): Rename from Specify Coding.
2609 (Communication Coding, File Name Coding, Terminal Coding):
2610 New nodes split out from Text Coding.
2611
2612 * kmacro.texi: Minor clarifications.
2613 (Keyboard Macro Ring): Comment out some excessive commands.
2614 (Basic Keyboard Macro): Split up the table, putting part in each node.
2615
2616 * major.texi: Minor clarifications.
2617
2618 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
2619
2620 * windows.texi: Minor clarifications.
2621 (Change Window): Don't describe mode-line mouse cmds here.
2622 Add xref to Mode Line Mouse.
2623
2624 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
2625
2626 * macos.texi (Mac International): Fix xref.
2627
2628 * indent.texi: Minor clarifications.
2629
2630 * frames.texi: Minor clarifications.
2631 Reduce the specific references to X Windows.
2632 Refer to "graphical" terminals, rather than window systems.
2633 (Frame Parameters): Don't mention commands like
2634 set-foreground-color. Just say to customize a face.
2635 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
2636
2637 * files.texi: Minor clarifications.
2638 (Numbered Backups): New node, split out from Backup Names.
2639
2640 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
2641
2642 * cmdargs.texi (General Variables): Fix xref.
2643
2644 * buffers.texi: Minor clarifications.
2645
8cf51b2c
GM
26462006-01-31 Richard M. Stallman <rms@gnu.org>
2647
2648 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
2649 Nodes moved to top.
2650
2651 * display.texi: Minor clarifications.
2652 (Display): Rearrange menu.
2653 (Standard Faces): Mention query-replace face.
2654 (Faces): Simplify.
2655 (Font Lock): Simplify face customization info.
2656 (Highlight Changes): Node merged into Highlight Interactively.
2657 (Highlight Interactively): Much rewriting and cleanup.
2658 (Optional Mode Line): Narrowed line number not good for goto-line.
2659 Simplify face customization advice.
2660 (Text Display): Mention use of escape-glyph face.
2661 Move ctl-arrow and tab-width here.
2662 (Display Custom): Move no-redraw-on-reenter to end of node.
2663
2664 * search.texi: Minor clarifications.
2665 (Isearch Scroll): Simplify.
2666 (Other Repeating Search): Document multi-occur-in-matching-buffers.
2667
2668 * regs.texi (Registers): Mention bookmarks here.
2669
2670 * mark.texi: Minor clarifications.
2671 (Selective Undo): Node deleted.
2672
2673 * m-x.texi: Minor clarifications.
2674
2675 * killing.texi: Minor clarifications.
2676 Refer to "graphical" terminals, rather than window systems.
2677
2678 * help.texi: Clarifications.
2679 (Help): Don't describe C-h F and C-h K here.
2680 (Key Help): Describe C-h K here.
2681 (Name Help): Mention Emacs Lisp Intro.
2682 Describe C-h F here.
2683 (Misc Help): Mention C-h F and C-h K only briefly.
2684
2685 * fixit.texi (Undo): New node, mostly copied from basic.texi.
2686 Selective undo text merged in.
2687 (Spelling): Mention Aspell along with Ispell.
2688
2689 * emacs.texi (Top): Update subnode menus.
2690
2691 * basic.texi (Basic Undo): Rename from Undo. Most of text
2692 moved to new Undo node.
2693
8cf51b2c
GM
26942006-01-29 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * basic.texi (Continuation Lines, Inserting Text):
2697 Mention longlines mode.
2698
26992006-01-29 Richard M. Stallman <rms@gnu.org>
2700
10d1d0af 2701 * screen.texi: Minor cleanups.
8cf51b2c
GM
2702 (Screen): Clean up the intro paragraphs.
2703 (Mode Line): Lots of rewriting. Handle frame-name better.
2704 eol-mnemonic-... vars moved out.
2705
2706 * emacs.texi (Top): Change menu item for MS-DOS node.
2707 Update subnode menu.
2708
2709 * msdog.texi (MS-DOS): Rewrite intro to explain how this
2710 chapter relates to Windows. Title changed.
2711
2712 * mini.texi: Minor cleanups.
2713
2714 * mark.texi (Selective Undo): New node, text moved from basic.texi.
2715 (Mark): Put it in the menu.
2716
2717 * entering.texi: Minor cleanups.
2718
2719 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
2720 (Intro): Refer to "graphical" terminals, rather than X.
2721
2722 * display.texi (Display Custom): Add xref to Variables.
2723 (Optional Mode Line): eol-mnemonic-... vars moved here.
2724
2725 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
2726 rather than X.
2727
8cf51b2c
GM
2728 * basic.texi: Minor cleanups.
2729 (Undo): selective-undo moved.
2730
8cf51b2c
GM
27312006-01-25 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * anti.texi (Antinews): Various corrections and additions.
2734
27352006-01-23 Juri Linkov <juri@jurta.org>
2736
2737 * custom.texi (Easy Customization, Customization Groups)
2738 (Browsing Custom): Mention links along with buttons.
2739
8cf51b2c
GM
27402006-01-21 Eli Zaretskii <eliz@gnu.org>
2741
8cf51b2c
GM
2742 * text.texi (TeX Print): Use @key for TAB.
2743
8cf51b2c
GM
2744 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
2745
8cf51b2c
GM
27462006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
2747
2748 * files.texi (File Aliases): Don't claim that usually separate
2749 buffers are created for two file names that name the same data.
2750 Mention additional situations where different names mean the same
2751 file on disk.
2752
27532006-01-19 Richard M. Stallman <rms@gnu.org>
2754
2755 * killing.texi (Deletion): Upcase @key argument.
2756
2757 * custom.texi (Custom Themes): Minor cleanup.
2758
2759 * programs.texi (Hungry Delete): Upcase @key argument.
2760
8cf51b2c
GM
27612006-01-16 Juri Linkov <juri@jurta.org>
2762
2763 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
2764 Move `mode-line-highlight' before `mode-line-buffer-id'.
2765
8cf51b2c
GM
27662006-01-14 Richard M. Stallman <rms@gnu.org>
2767
2768 * basic.texi (Inserting Text): Minor cleanup.
2769
8cf51b2c
GM
27702006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2771
2772 * custom.texi (Changing a Variable, Face Customization):
2773 Update for changes in Custom menus.
2774
8cf51b2c
GM
27752006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2776
2777 * macos.texi (Mac International): Undo last change.
2778
8cf51b2c
GM
27792006-01-02 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * custom.texi (Custom Themes): Describe the new
2782 customize-create-theme interface.
2783
27842005-12-30 Juri Linkov <juri@jurta.org>
2785
2786 * basic.texi (Position Info): Update example.
2787
c8763fb6 27882005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2789
2790 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
2791
27922005-12-24 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * custom.texi (Custom Themes): `load-theme' always loads.
2795
27962005-12-23 Juri Linkov <juri@jurta.org>
2797
2798 * display.texi (Highlight Interactively): Use double space to
2799 separate sentences. Replace C-p with M-p, and C-n with M-n.
2800
28012005-12-22 Richard M. Stallman <rms@gnu.org>
2802
2803 * custom.texi (Easy Customization and subnodes):
2804 Replace "active field" with "button".
2805 Use "user option" only for variables.
2806 Use "setting" for variable-or-face.
2807
28082005-12-22 Luc Teirlinck <teirllm@auburn.edu>
2809
2810 * buffers.texi (Select Buffer): Change order in table to make
2811 "Similar" refer to the correct item.
2812 (Indirect Buffers): Minor rewording.
2813
8cf51b2c
GM
28142005-12-20 Juri Linkov <juri@jurta.org>
2815
2816 * files.texi (VC Status): Put P and N near p and n.
2817
8cf51b2c
GM
28182005-12-19 Richard M. Stallman <rms@gnu.org>
2819
2820 * programs.texi (Electric C): Delete the info about newline control.
2821 (Other C Commands): Minor cleanup.
2822 (Left Margin Paren): Minor cleanup.
2823
28242005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2825
2826 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
2827 (Customization Groups): Delete text moved to "Browsing Custom".
2828 (Browsing Custom): New node.
2829 (Specific Customization): Clarify which commands only work for
2830 loaded options.
2831
28322005-12-18 Bill Wohler <wohler@newt.com>
2833
2834 * frames.texi (Tool Bars): Shorten text of previous change.
2835
28362005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2837
2838 * files.texi (VC Status): Document log-view mode.
2839
28402005-12-18 Bill Wohler <wohler@newt.com>
2841
2842 * frames.texi (Tool Bars): Mention that you can turn off tool bars
2843 permanently via the customize interface.
2844
8cf51b2c
GM
28452005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
2846
2847 * killing.texi (Killing by Lines): Document `kill-whole-line'
2848 function.
2849
c8763fb6 28502005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
2851
2852 * buffers.texi (Select Buffer): Change `prev-buffer' to
2853 `previous-buffer'. Indicate that these functions use a frame
2854 local buffer list.
2855
8cf51b2c
GM
28562005-12-12 Richard M. Stallman <rms@gnu.org>
2857
2858 * custom.texi (Easy Customization): Change menu comment.
2859 (Prefix Keymaps): Fix spelling of Control-X-prefix.
2860
2861 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
2862 (Help): Among the Apropos commands, describe only C-h a here.
2863
28642005-12-11 Richard M. Stallman <rms@gnu.org>
2865
2866 * programs.texi (Options for Comments): Comment-end starts with space.
2867
2868 * glossary.texi (Glossary): Minor cleanup.
2869
2870 * files.texi (Old Versions): Use @table.
2871
8cf51b2c
GM
28722005-12-10 David Koppelman <koppel@ece.lsu.edu>
2873
2874 * display.texi (Highlight Interactively): Include
2875 global-hi-lock-mode. Add miscellaneous details and elaborations.
2876
28772005-12-09 Richard M. Stallman <rms@gnu.org>
2878
2879 * display.texi (Font Lock): Delete the Global FL menu item.
2880
28812005-12-09 Luc Teirlinck <teirllm@auburn.edu>
2882
2883 * custom.texi (Minibuffer Maps): Mention the maps for file name
2884 completion.
2885
28862005-12-09 Kim F. Storm <storm@cua.dk>
2887
2888 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 2889 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
2890 cursor to next corner in rectangle; clarify insert around rectangle.
2891
8cf51b2c
GM
28922005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2893
2894 * custom.texi (Customization): Use xref to elisp manual for
2895 non-TeX output.
2896 (Minor Modes): Update.
2897 (Customization Groups, Changing a Variable, Face Customization):
2898 Update for new appearance of Custom buffers.
2899 (Changing a Variable): `custom-buffer-done-function' has been
2900 replaced by `custom-buffer-done-kill'.
2901 (Specific Customization): In the `customize-group' buffer, a
2902 subgroup's contents are not "hidden". They are not included at
2903 all. They have no [Show] button.
2904 (Mouse Buttons): Add pxref to description of mouse event lists in
2905 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
2906 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
2907 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
2908
29092005-12-08 Richard M. Stallman <rms@gnu.org>
2910
2911 * mini.texi (Completion Commands, Completion):
2912 In file name input, SPC does not do completion.
2913
8cf51b2c
GM
29142005-12-08 Nick Roberts <nickrob@snap.net.nz>
2915
2916 * building.texi (GDB Graphical Interface): Explain screen size
2917 setting.
2918 (Other GDB User Interface Buffers): Describe features specific to
2919 GDB 6.4.
2920
8cf51b2c
GM
29212005-12-01 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * building.texi (GDB User Interface Layout): Describe how to
2924 kill associated buffers.
2925 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
2926 (Watch Expressions): Be more precise.
2927 (Other GDB User Interface Buffers): Describe how to change a
2928 register value.
2929
8cf51b2c
GM
29302005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2931
2932 * macos.texi (Mac Input): Remove description of
2933 mac-command-key-is-meta. Add descriptions of
2934 mac-control-modifier, mac-command-modifier, and
2935 mac-option-modifier.
2936 (Mac International): Fix description of conversion of clipboard data.
2937 (Mac Font Specs): Add example of font customization by face attributes.
2938
29392005-11-22 Nick Roberts <nickrob@snap.net.nz>
2940
2941 * building.texi (Watch Expressions): Expand description.
2942 (Other GDB User Interface Buffers): Describe local map for
2943 gud-watch.
2944
29452005-11-21 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * display.texi (Font Lock): Font lock is enabled by default now.
2948
29492005-11-20 Juri Linkov <juri@jurta.org>
2950
2951 * basic.texi (Position Info): Update examples of the output.
2952 Remove the fact that examples are produced in the TeXinfo buffer,
2953 because in the Info reader users will get a different output from
2954 `C-x ='.
2955
2956 * building.texi (Compilation Mode): Remove paragraph duplicated
2957 from the node `Compilation'. Add `compilation-skip-threshold'.
2958
2959 * display.texi (Font Lock): Suggest more user-friendly method of
2960 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2961
29622005-11-18 Richard M. Stallman <rms@gnu.org>
2963
2964 * files.texi (Registering): Mention @@ in mode line.
2965
2966 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2967
29682005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2969
2970 * files.texi (Renaming and VC): Some back-ends don't
2971 handle renaming.
2972
8cf51b2c
GM
29732005-11-17 Juri Linkov <juri@jurta.org>
2974
2975 * emacs.texi (Top):
2976 * display.texi (Highlight Interactively): Put this font-lock based
2977 mode near Font Lock node.
2978
29792005-11-16 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
2982 icons.
2983
29842005-11-12 Kim F. Storm <storm@cua.dk>
2985
2986 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
2987 (Help Summary): Add C-h d and C-h e.
2988 (Apropos): Clarify that all apropos commands may search for either
2989 list of words or a regexp. Add C-h d for apropos-documentation.
2990 Describe apropos-documentation-sort-by-scores user option.
2991
8cf51b2c
GM
29922005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * killing.texi (CUA Bindings): Add @section.
2995
29962005-11-10 Kim F. Storm <storm@cua.dk>
2997
2998 * emacs.texi (Top): Add CUA Bindings entry to menu.
2999
3000 * killing.texi (CUA Bindings): New node. Moved here from
3001 misc.texi and extended with info on rectangle commands and
3002 rectangle highlighting, interface to registers, and the global
3003 mark feature.
3004
3005 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3006
3007 * regs.texi: Prev link points to CUA Bindings node.
3008
30092005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3010
3011 * help.texi (Help Echo): By default, help echos are only shown on
3012 mouse-over, not on point-over.
3013
c8763fb6 30142005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3015
3016 * misc.texi (Shell Mode): Describe how to activate password echoing.
3017
8cf51b2c
GM
30182005-11-04 Romain Francoise <romain@orebokech.com>
3019
3020 * mark.texi (Mark Ring): Fix typo.
3021
30222005-11-03 Richard M. Stallman <rms@gnu.org>
3023
3024 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3025
30262005-11-01 Bill Wohler <wohler@newt.com>
3027
3028 * help.texi (Help Mode): Fix typo.
3029
30302005-11-01 Nick Roberts <nickrob@snap.net.nz>
3031
3032 * building.texi (Other GDB User Interface Buffers): Describe
3033 the command gdb-use-inferior-io-buffer.
3034
30352005-10-31 Romain Francoise <romain@orebokech.com>
3036
3037 * files.texi (Compressed Files): Fix typo.
3038
3039 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3040
3041 * windows.texi (Force Same Window): Likewise.
3042
30432005-10-30 Bill Wohler <wohler@newt.com>
3044
3045 * help.texi (Help Mode): URLs viewed with browse-url.
3046
30472005-10-31 Nick Roberts <nickrob@snap.net.nz>
3048
3049 * building.texi (GDB Graphical Interface): Don't reference
3050 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3051 must stay in same frame.
3052
30532005-10-29 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3056
3057 * anti.texi (Antinews): Likewise.
3058
8cf51b2c
GM
30592005-10-28 Bill Wohler <wohler@newt.com>
3060
3061 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3062
30632005-10-28 Richard M. Stallman <rms@gnu.org>
3064
3065 * files.texi (Visiting): Explain how to enter ? in a file name.
3066
3067 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3068
8cf51b2c
GM
30692005-10-25 Nick Roberts <nickrob@snap.net.nz>
3070
3071 * building.texi (GDB Graphical Interface): Describe
3072 gdb-mouse-until.
3073
30742005-10-23 Richard M. Stallman <rms@gnu.org>
3075
3076 * custom.texi (Init File): Recommend when to use site-start.el.
3077
8cf51b2c
GM
30782005-10-21 Juri Linkov <juri@jurta.org>
3079
3080 * custom.texi (Examining): Mention accessing the old variable
3081 value via M-n in set-variable.
3082
8cf51b2c
GM
30832005-10-18 Romain Francoise <romain@orebokech.com>
3084
3085 * files.texi (Version Systems): Capitalize GNU.
3086
8cf51b2c
GM
30872005-10-18 Nick Roberts <nickrob@snap.net.nz>
3088
3089 * building.texi (Compilation Mode): Remove redundant paragraph.
3090 (Watch Expressions): Remove paragraph to reflect code change.
3091
8cf51b2c
GM
30922005-10-16 Richard M. Stallman <rms@gnu.org>
3093
3094 * building.texi (Compilation Mode, Compilation): Clarified.
3095
30962005-10-15 Richard M. Stallman <rms@gnu.org>
3097
3098 * misc.texi (Saving Emacs Sessions): Mention savehist library.
3099
8cf51b2c
GM
31002005-10-13 Kenichi Handa <handa@m17n.org>
3101
3102 * basic.texi (Position Info): Fix previous change.
3103
c8763fb6 31042005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3105
3106 * cmdargs.texi (Icons X): Fix typo.
3107
31082005-10-12 Kenichi Handa <handa@m17n.org>
3109
3110 * basic.texi (Position Info): Describe the case that Emacs shows
3111 "part of display ...".
3112
c8763fb6 31132005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3114
3115 * cmdargs.texi (Icons X): -nb => -nbi.
3116
31172005-10-10 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * frames.texi (Speedbar): A couple more clarifications.
3120
31212005-10-11 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * building.texi (GDB User Interface Layout): Improve diagram.
3124 (Watch Expressions): Explain how to make speedbar global.
3125 (Other GDB User Interface Buffers): Make references more precise.
3126
8cf51b2c
GM
31272005-10-09 Richard M. Stallman <rms@gnu.org>
3128
3129 * frames.texi (Speedbar): Clarify the text.
3130
31312005-10-09 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * frames.texi (Speedbar): Add information on keybindings,
3134 dismissing the speedbar, and buffer display mode. Link to
3135 speedbar manual.
3136
c8763fb6 31372005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3138
3139 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
3140 added -nb, --no-bitmap-icon.
3141
8cf51b2c
GM
31422005-10-07 Nick Roberts <nickrob@snap.net.nz>
3143
3144 * building.texi (GDB Graphical Interface): Add variables and
3145 functions to indices. Be more precise.
3146
c8763fb6 31472005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3148
3149 * frames.texi (Drag and Drop): Remove the x- from
3150 x-dnd-open-file-other-window and xdnd-protocol-alist.
3151
31522005-09-30 Romain Francoise <romain@orebokech.com>
3153
3154 * mini.texi (Minibuffer): The default value now appears before the
3155 colon in minibuffer prompts.
3156
8cf51b2c
GM
31572005-09-25 Richard M. Stallman <rms@gnu.org>
3158
3159 * search.texi (Regexp Search): Doc search-whitespace-regexp.
3160
8cf51b2c
GM
31612005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3162
3163 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
3164
8cf51b2c
GM
31652005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3166
3167 * emacs.texi (Top): Update submenus from macos.texi.
3168
3169 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
3170 (Mac OS): Update feature support status.
3171 (Mac Input): List supported input scripts. Remove description
3172 about `mac-keyboard-text-encoding'. Mention mouse button
3173 emulation and related variables.
3174 (Mac International): Mention Central European and Cyrillic
3175 support. Now `keyboard-coding-system' is dynamically changed.
3176 Add description about coding system for selection. Add
3177 description about language environment.
3178 (Mac Environment Variables): Mention
3179 `~/.MacOSX/environment.plist'. Give example of command line
3180 arguments. Add Preferences support.
3181 (Mac Directories): Explicitly state that this node is for Mac OS
3182 Classic only.
3183 (Mac Font Specs): Mention specification for scalable fonts. List
3184 supported charsets. Add preferred way of creating fontsets. Add
3185 description about `mac-allow-anti-aliasing'.
3186 (Mac Functions): Add descriptions about `mac-set-file-creator',
3187 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
3188 and `mac-get-preference'.
3189
8cf51b2c
GM
31902005-09-16 Romain Francoise <romain@orebokech.com>
3191
3192 Update all files to specify GFDL version 1.2.
3193
3194 * doclicense.texi (GNU Free Documentation License): Update to
3195 version 1.2.
3196
31972005-09-15 Richard M. Stallman <rms@gnu.org>
3198
3199 * buffers.texi (List Buffers): Fix xref.
3200
3201 * rmail.texi (Rmail Basics): Fix xref.
3202
3203 * emacs.texi (Top): Update subnode menus.
3204
3205 * files.texi (Saving Commands): New node, broken out of Saving.
3206 (Customize Save): New node, broken out of Saving.
3207 Clarify effect of write-region-inhibit-fsync.
3208 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
3209
8cf51b2c
GM
32102005-09-14 Romain Francoise <romain@orebokech.com>
3211
3212 * files.texi (Saving): Mention write-region-inhibit-fsync.
3213
32142005-09-05 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * custom.texi (Custom Themes): New node.
3217
32182005-09-03 Richard M. Stallman <rms@gnu.org>
3219
49823426
GM
3220 * search.texi (Search Case): Mention vars that control
3221 case-fold-search for various operations.
8cf51b2c
GM
3222
32232005-08-22 Juri Linkov <juri@jurta.org>
3224
3225 * display.texi (Standard Faces): Merge the text from
3226 `(elisp)Standard Faces' into this node.
3227
32282005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3229
3230 * emacs.texi (Top): Delete menu item for deleted node
3231 Keyboard Translations.
3232
32332005-08-18 Richard M. Stallman <rms@gnu.org>
3234
8cf51b2c
GM
3235 * trouble.texi (Unasked-for Search):
3236 Delete xref to Keyboard Translations.
3237
3238 * glossary.texi (Glossary): Delete xref.
3239
8cf51b2c
GM
3240 * custom.texi (Minor Modes): Say that the list here is not complete.
3241 (Keyboard Translations): Node deleted.
3242 (Disabling): Delete xref to it.
3243 (Customization Groups): Fix Custom buffer example.
3244 (Hooks): Mention remove-hooks.
3245
32462005-08-17 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * building.texi (GDB Graphical Interface): Improve filling of menu
3249 item.
3250
32512005-08-18 Nick Roberts <nickrob@snap.net.nz>
3252
3253 * building.texi (GDB Graphical Interface): Use better node names.
3254
32552005-08-14 Richard M. Stallman <rms@gnu.org>
3256
3257 * text.texi (Sentences): Fix xref.
3258
32592005-08-14 Juri Linkov <juri@jurta.org>
3260
3261 * building.texi (Compilation, Grep Searching): Move grep command
3262 headings from `Compilation' to `Grep Searching'.
3263
3264 * dired.texi (Dired and Find):
3265 * maintaining.texi (Tags Search): Replace grep xref to
3266 `Compilation' node with `Grep Searching'.
3267
3268 * files.texi (Comparing Files): Replace xref to `Compilation' with
3269 `Compilation Mode'.
3270
32712005-08-13 Alan Mackenzie <acm@muc.de>
3272
3273 * search.texi (Non-ASCII Isearch): Correct a typo.
3274 (Replacement Commands): Mention query-replace key binding.
3275
32762005-08-11 Richard M. Stallman <rms@gnu.org>
3277
3278 * programs.texi (Options for Comments): Fix xref.
3279
3280 * search.texi (Regexp Backslash, Regexp Example): New nodes split
3281 out of Regexps.
3282
8cf51b2c
GM
32832005-08-09 Juri Linkov <juri@jurta.org>
3284
3285 * building.texi (Compilation): Use `itemx' instead of `item'.
3286 (Grep Searching): Simplify phrase.
3287
3288 * display.texi (Standard Faces): Describe vertical-border on
3289 window systems.
3290
3291 * windows.texi (Split Window): Simplify phrase and mention
3292 vertical-border face.
3293
32942005-08-09 Richard M. Stallman <rms@gnu.org>
3295
3296 * files.texi (Comparing Files): Clarify compare-windows.
3297
3298 * calendar.texi (Scroll Calendar): Document < and > in calendar.
3299
8cf51b2c
GM
33002005-08-06 Eli Zaretskii <eliz@gnu.org>
3301
3302 * mule.texi (Coding Systems): Rephrase the paragraph about
3303 codepages: no need for "M-x codepage-setup" anymore, except on
3304 MS-DOS.
3305
3306 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
3307 the MS-DOS port only.
3308
33092005-07-30 Eli Zaretskii <eliz@gnu.org>
3310
3311 * makefile.w32-in (info): Don't run multi-install-info.bat.
3312 ($(infodir)/dir): New target, produced by running
3313 multi-install-info.bat.
3314
8cf51b2c
GM
33152005-07-22 Eli Zaretskii <eliz@gnu.org>
3316
3317 * files.texi (Quoted File Names): Add index entry.
3318
8cf51b2c
GM
33192005-07-19 Juri Linkov <juri@jurta.org>
3320
3321 * files.texi (Comparing Files): Mention resync for `compare-windows'.
3322
33232005-07-18 Juri Linkov <juri@jurta.org>
3324
8cf51b2c
GM
3325 * custom.texi (Easy Customization):
3326 * files.texi (Old Versions):
3327 * frames.texi (Wheeled Mice):
3328 * mule.texi (Specify Coding):
8cf51b2c
GM
3329 * text.texi (Cell Justification):
3330 * trouble.texi (After a Crash):
8cf51b2c
GM
3331 * xresources.texi (GTK styles):
3332 Delete duplicate duplicate words.
3333
33342005-07-17 Richard M. Stallman <rms@gnu.org>
3335
3336 * frames.texi (Creating Frames): Fix foreground color example.
3337
3338 * custom.texi (Init Examples): Clean up text about conditionals.
3339
33402005-07-16 Richard M. Stallman <rms@gnu.org>
3341
3342 * mini.texi (Completion Commands): Fix command name for ?.
3343
8cf51b2c
GM
33442005-07-16 Eli Zaretskii <eliz@gnu.org>
3345
3346 * display.texi (Standard Faces): Explain that customization of
3347 `menu' face has no effect on w32 and with GTK. Add
3348 cross-references.
3349
3350 * cmdargs.texi (General Variables): Clarify the default location
3351 of $HOME on w32 systems.
3352
33532005-07-15 Jason Rumney <jasonr@gnu.org>
3354
3355 * cmdargs.texi (General Variables): Default HOME on MS Windows has
3356 changed.
3357
33582005-07-08 Kenichi Handa <handa@m17n.org>
3359
3360 * mule.texi (Recognize Coding): Recommend
3361 revert-buffer-with-coding-system instead of revert-buffer.
3362
33632005-07-07 Richard M. Stallman <rms@gnu.org>
3364
3365 * anti.texi (Antinews): Mention mode-line-inverse-video.
3366
3367 * files.texi (Saving): Minor correction about C-x C-w.
3368
3369 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
3370
33712005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3372
3373 * search.texi (Isearch Scroll): Add example of using the
3374 `isearch-scroll' property.
3375 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
3376 `Display Custom' node.
3377 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
3378 and de-emphasize it.
3379 (Other Repeating Search): `occur' currently can not correctly
3380 handle multiline matches. Correct, clarify and update description
3381 of `flush-lines' and `keep-lines'.
3382
3383 * display.texi (Display Custom): Add anchor for `baud-rate'.
3384
33852005-07-07 Richard M. Stallman <rms@gnu.org>
3386
3387 * gnu.texi: Update where to get GNU status; add refs for how to help.
3388 Add footnotes 6 and 7.
3389
33902005-07-04 Lute Kamstra <lute@gnu.org>
3391
3392 Update FSF's address in GPL notices.
3393
8cf51b2c 3394 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
3395 * trouble.texi (Checklist): Update FSF's address.
3396
8cf51b2c
GM
33972005-06-24 Richard M. Stallman <rms@gnu.org>
3398
3399 * display.texi (Text Display): Change index entries.
3400
34012005-06-24 Eli Zaretskii <eliz@gnu.org>
3402
3403 * makefile.w32-in (MAKEINFO): Use --force.
3404 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3405 Makefile.in.
8cf51b2c
GM
3406
34072005-06-23 Richard M. Stallman <rms@gnu.org>
3408
3409 * anti.texi (Antinews): Renamed show-nonbreak-escape to
3410 nobreak-char-display.
3411
3412 * emacs.texi (Top): Update detailed node listing.
3413
3414 * display.texi (Text Display): Renamed show-nonbreak-escape
3415 to nobreak-char-display and no-break-space to nobreak-space.
3416 (Standard Faces): Split up the list of standard faces
3417 and put it in a separate node. Add nobreak-space and
3418 escape-glyph.
3419
8cf51b2c
GM
34202005-06-23 Lute Kamstra <lute@gnu.org>
3421
3422 * mule.texi (Select Input Method): Fix typo.
3423
34242005-06-23 Kenichi Handa <handa@m17n.org>
3425
3426 * mule.texi (International): List all supported scripts. Adjust
3427 text for that leim is now included in the normal Emacs
3428 distribution.
3429 (Language Environments): List all language environments.
3430 Intlfonts contains fonts for most supported scripts, not all..
3431 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 3432 input a specific character.
8cf51b2c
GM
3433 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
3434
34352005-06-23 Juanma Barranquero <lekktu@gmail.com>
3436
49823426 3437 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
3438
34392005-06-22 Miles Bader <miles@gnu.org>
3440
3441 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
3442
34432005-06-20 Miles Bader <miles@gnu.org>
3444
3445 * display.texi (Faces): Add `vertical-divider'.
3446
34472005-06-17 Richard M. Stallman <rms@gnu.org>
3448
3449 * text.texi (Adaptive Fill): Minor clarification.
3450
8cf51b2c
GM
34512005-06-10 Lute Kamstra <lute@gnu.org>
3452
3453 * emacs.texi (Top): Correct version number.
3454 * anti.texi (Antinews): Correct version number. Use EMACSVER to
3455 refer to the current version of Emacs.
3456
34572005-06-08 Luc Teirlinck <teirllm@auburn.edu>
3458
3459 * files.texi (Log Buffer): Document when there can be more than
3460 one file to be committed.
3461
34622005-06-08 Juri Linkov <juri@jurta.org>
3463
3464 * display.texi (Faces): Add `shadow' face.
3465
34662005-06-07 Masatake YAMATO <jet@gyve.org>
3467
3468 * display.texi (Faces): Write about mode-line-highlight.
3469
34702005-06-06 Richard M. Stallman <rms@gnu.org>
3471
3472 * misc.texi (Printing Package): Explain how to initialize
3473 printing package.
3474
3475 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
3476
34772005-06-05 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * emacs.texi: Rename Hardcopy to Printing.
3480 Make PostScript and PostScript Variables subnodes of it.
3481
3482 * misc.texi (Printing): Rename node from Hardcopy.
3483 Mention menu bar options.
3484 Move PostScript and PostScript Variables to submenu.
3485 (Printing package): New node.
3486
3487 * mark.texi (Using Region): Change Hardcopy xref to Printing.
3488
3489 * dired.texi (Operating on Files): Likewise.
3490
3491 * calendar.texi (Displaying the Diary): Likewise.
3492
3493 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
3494
3495 * glossary.texi (Glossary): Likewise.
3496
3497 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
3498 effect.
3499
35002005-06-04 Richard M. Stallman <rms@gnu.org>
3501
3502 * trouble.texi (After a Crash): Polish previous change.
3503
8cf51b2c
GM
35042005-05-30 Noah Friedman <friedman@splode.com>
3505
3506 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
3507 recovery mechanism.
3508
8cf51b2c
GM
35092005-05-28 Nick Roberts <nickrob@snap.net.nz>
3510
3511 * building.texi (Other Buffers): SPC toggles display of
3512 floating point registers.
3513
8cf51b2c
GM
35142005-05-27 Nick Roberts <nickrob@snap.net.nz>
3515
3516 * files.texi (Log Buffer): Merge in description of Log Edit
3517 mode from pcl-cvs.texi.
3518
35192005-05-26 Richard M. Stallman <rms@gnu.org>
3520
3521 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
3522
8cf51b2c
GM
35232005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3524
3525 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
3526 not enabled by default.
3527 When not on a word, `ispell-word' by default checks the word
3528 before point.
3529
35302005-05-24 Nick Roberts <nickrob@snap.net.nz>
3531
3532 * building.texi (Debugger Operation): Simplify last sentence.
3533
35342005-05-23 Lute Kamstra <lute@gnu.org>
3535
3536 * emacs.texi: Update FSF's address throughout.
3537 (Preface): Use @cite.
3538 (Distrib): Add cross reference to the node "Copying". Mention the
3539 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
3540 printed manuals.
3541 (Intro): Use @xref for the Emacs Lisp Intro.
3542
8cf51b2c
GM
35432005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3544
3545 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
3546
3547 * basic.texi (Moving Point): Mention default for `goto-line'.
3548
3549 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
3550 of a variable's docstring.
3551
35522005-05-18 Lute Kamstra <lute@gnu.org>
3553
3554 * maintaining.texi (Overview of Emerge): Add cross reference.
3555 Remove duplication.
3556
3557 * emacs.texi (Top): Update to the current structure of the manual.
3558 * misc.texi (Emacs Server): Add menu description.
3559 * files.texi (Saving): Fix menu.
3560 * custom.texi (Customization): Fix menu.
3561 * mule.texi (International): Fix menu.
3562 * kmacro.texi (Keyboard Macros): Fix menu.
3563
35642005-05-16 Luc Teirlinck <teirllm@auburn.edu>
3565
3566 * display.texi: Various minor changes.
3567 (Faces): Delete text that is repeated in the next section.
3568
35692005-05-16 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * building.texi (Debugger Operation): Mention GUD tooltips are
3572 disabled with GDB in text command mode.
3573
8cf51b2c
GM
35742005-05-16 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * building.texi: Replace toolbar with "tool bar" for consistency.
3577 (Compilation Mode): Describe compilation-context-lines
3578 and use of arrow in compilation buffer.
3579 (Debugger Operation): Replace help text with variable's value.
3580
3581 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
3582 consistency.
3583
35842005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3585
3586 * major.texi (Choosing Modes): normal-mode processes the -*- line.
3587 Add xref.
3588
8cf51b2c
GM
35892005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3590
3591 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
3592 (Position Info): Delete discussion of `goto-line'. It is already
3593 described in `Moving point'.
3594
3595 * mini.texi (Completion Commands): Correct reference.
3596 (Completion Options): Fix typo.
3597
3598 * killing.texi (Deletion): Complete description of `C-x C-o'.
3599
8cf51b2c
GM
36002005-05-10 Richard M. Stallman <rms@gnu.org>
3601
3602 * building.texi (Compilation): Clarify recompile's directory choice.
3603
3604 * frames.texi (Tooltips): Cleanups.
3605
3606 * basic.texi (Arguments): Fix punctuation.
3607
36082005-05-09 Luc Teirlinck <teirllm@auburn.edu>
3609
3610 * screen.texi (Menu Bar): The up and down (not left and right)
3611 arrow keys move through a keyboard menu.
3612
36132005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3614
3615 * basic.texi: Various typo and grammar fixes.
3616 (Moving Point): C-a now runs move-beginning-of-line.
3617
36182005-05-08 Nick Roberts <nickrob@snap.net.nz>
3619
3620 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
3621
3622 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
3623 as different animals.
3624
36252005-05-07 Luc Teirlinck <teirllm@auburn.edu>
3626
3627 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
3628 Correct index entry.
3629
36302005-05-07 Nick Roberts <nickrob@snap.net.nz>
3631
3632 * building.texi (Debugger Operation): Update to reflect changes
3633 in GUD tooltips.
3634
36352005-04-30 Richard M. Stallman <rms@gnu.org>
3636
3637 * files.texi (Compressed Files): Auto Compression normally enabled.
3638
3639 * building.texi (Debugger Operation): Clarify previous change.
3640
8cf51b2c
GM
36412005-04-28 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * building.texi (Debugger Operation): Add description for
3644 GUD tooltips when program is not running.
3645
36462005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3647
3648 * misc.texi (Shell): Add `Shell Prompts' to menu.
3649 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
3650 description. Delete remarks moved to new node.
3651 (Shell Prompts): New node.
3652 (History References): Replace remarks moved to `Shell Prompts'
3653 with xref to that node.
3654 (Remote Host): Clarify how to specify the terminal type when
3655 logging in to a different machine.
3656
36572005-04-26 Richard M. Stallman <rms@gnu.org>
3658
3659 * emacs.texi (Top): Update submenus from files.texi.
3660
3661 * files.texi (Filesets): Clarify previous change.
3662
3663 * dired.texi (Misc Dired Features): Clarify previous change.
3664
36652005-04-25 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
3668
3669 * dired.texi (Misc Dired Features): Document
3670 dired-compare-directories.
3671
3672 * files.texi (Filesets): New node.
3673 (File Conveniences): Document Image mode.
3674
3675 * text.texi (TeX Print): Document tex-compile.
3676
36772005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3678
3679 * frames.texi (Tooltips): Tooltip mode is enabled by default.
3680 Delete redundant reference to tooltip Custom group. It is
3681 referred too again in the next paragraph.
3682
36832005-04-24 Richard M. Stallman <rms@gnu.org>
3684
3685 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
3686
8cf51b2c
GM
36872005-04-19 Kim F. Storm <storm@cua.dk>
3688
3689 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
3690
36912005-04-18 Lars Hansen <larsh@math.ku.dk>
3692
3693 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
3694 turns off desktop-save-mode.
3695
36962005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3697
3698 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
3699 by default in terminals compatible with xterm. Mention that
3700 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
3701 node.
3702
8cf51b2c
GM
37032005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
3706
c8763fb6 37072005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3708
3709 * xresources.texi (Table of Resources): Add cursorBlink.
3710
37112005-04-11 Luc Teirlinck <teirllm@auburn.edu>
3712
3713 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
3714 `d', `C-d' and `u'.
3715
37162005-04-11 Richard M. Stallman <rms@gnu.org>
3717
3718 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
3719 (Misc X): Add -D, --basic-display.
3720
3721 * maintaining.texi (Change Log): Correct the description of
3722 the example.
3723
3724 * major.texi (Choosing Modes): Document magic-mode-alist.
3725
8cf51b2c
GM
37262005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3727
3728 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
3729 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
3730 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
3731 (Rmail Output): Clarify which statements apply to `o', `C-o' and
3732 `w', respectively.
3733 (Rmail Labels): Mention `l'.
3734 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
3735 (Rmail Summary Edit): Describe `j' and RET.
3736
c8763fb6 37372005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3738
3739 * xresources.texi (Lucid Resources): Add fontSet resource.
3740
8cf51b2c
GM
37412005-04-09 Luc Teirlinck <teirllm@auburn.edu>
3742
3743 * display.texi (Useless Whitespace): `indicate-unused-lines' is
3744 now called `indicate-empty-lines'.
3745
37462005-04-06 Kim F. Storm <storm@cua.dk>
3747
3748 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
3749
37502005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3751
3752 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
3753 deleted.
3754 (Marks vs Flags): Add some convenient key bindings.
3755 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
3756 (Misc Dired Features): Correct and expand description of `w' command.
3757
3758 * frames.texi (XTerm Mouse): Delete apparently false info.
3759 The GNU/Linux console currently does not appear to support
3760 `xterm-mouse-mode'.
3761
8cf51b2c
GM
37622005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3763
3764 * calendar.texi (Diary): Mention shell utility `calendar'.
3765
37662005-04-01 Richard M. Stallman <rms@gnu.org>
3767
3768 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
3769
8cf51b2c
GM
37702005-04-01 Lute Kamstra <lute@gnu.org>
3771
3772 * maintaining.texi (Change Log): add-change-log-entry uses
3773 add-log-mailing-address.
3774
37752005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3776
3777 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
3778 `VC Mode Line' and put in an xref to that node.
3779 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
3780 its description.
3781
37822005-03-31 Paul Eggert <eggert@cs.ucla.edu>
3783
3784 * calendar.texi (Calendar Systems): Say that the Persian calendar
3785 implemented here is the arithmetical one championed by Birashk.
3786
37872005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3788
3789 * programs.texi (Fortran Motion): Fix previous change.
3790
8cf51b2c
GM
37912005-03-29 Richard M. Stallman <rms@gnu.org>
3792
3793 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
3794
37952005-03-29 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * text.texi (Refill): Refer to Long Lines Mode.
3798 (Longlines): New node.
3799 (Auto Fill): Don't index "word wrap" here.
3800 (Filling): Add Longlines to menu.
3801
38022005-03-29 Richard M. Stallman <rms@gnu.org>
3803
3804 * xresources.texi: Minor fixes.
3805
3806 * misc.texi (Emacs Server): Fix Texinfo usage.
3807
3808 * emacs.texi (Top): Don't use a real section heading for
3809 "Detailed Node Listing". Fake it instead.
3810
3811 * basic.texi (Position Info): Minor cleanup.
3812
3813 * mule.texi (Input Methods): Minor cleanup.
3814
38152005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3816
3817 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
3818 constructs as well.
3819 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
3820
38212005-03-29 Kenichi Handa <handa@m17n.org>
3822
3823 * mule.texi (Input Methods): Refer to the command C-u C-x =.
3824
3825 * basic.texi (Position Info): Update the description about the
3826 command C-u C-x =.
3827
38282005-03-28 Richard M. Stallman <rms@gnu.org>
3829
3830 * emacs.texi (Top): Use @section for the detailed node listing.
3831
3832 * calendar.texi: Minor fixes to previous change.
3833
3834 * programs.texi (Fortran): Small fixes to previous changes.
3835
3836 * emacs.texi (Top): Update list of subnodes of Dired.
3837 Likewise for building.texi.
3838
3839 * files.texi (File Conveniences): Delete Auto Image File mode.
3840
38412005-03-28 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * building.texi (Flymake): New node.
3844
3845 * custom.texi (Function Keys): Document kp- event types and
3846 keypad-setup package.
3847
3848 * dired.texi (Wdired): New node.
3849
3850 * files.texi (File Conveniences): Reorder entries.
3851 Explain how to turn on Auto-image-file mode.
3852 Document Thumbs mode.
3853
3854 * mule.texi (Specify Coding): Document recode-region and
3855 recode-file-name.
3856
3857 * programs.texi (Program Modes): Add Conf mode and DNS mode.
3858
38592005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3860
3861 * commands.texi (Keys): M-o is now a prefix key.
3862
38632005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3864
3865 * programs.texi: Reformat and update copyright years.
3866 (Fortran): Update section.
3867
38682005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3869
3870 * files.texi: Several small changes in addition to:
3871 (Visiting): Change xref for Dialog Boxes to ref.
3872 (Version Headers): Replace references to obsolete var
3873 `vc-header-alist' with `vc-BACKEND-header'.
3874 (Customizing VC): Update value of `vc-handled-backends'.
3875
38762005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3877
3878 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
3879 move here from Emacs Lisp Reference Manual.
3880 * calendar.texi (Calendar/Diary, Diary Commands)
3881 (Special Diary Entries, Importing Diary): Change some xrefs to
3882 point to emacs-xtra rather than elisp.
3883
3884 * emacs-xtra.texi (Calendar Customizing):
3885 Move view-diary-entries-initially, view-calendar-holidays-initially,
3886 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
3887 Emacs Manual.
3888 (Appt Customizing): Merge entire section into main Emacs Manual.
3889 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
3890 mark-holidays-in-calendar here from emacs-xtra.
3891 (Displaying the Diary): Move view-diary-entries-initially,
3892 mark-diary-entries-in-calendar here from emacs-xtra.
3893 (Appointments): Move appt-display-mode-line,
3894 appt-display-duration, appt-disp-window-function,
3895 appt-delete-window-function here from emacs-xtra.
3896
3897 * calendar.texi: Update and reformat copyright.
3898 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
3899 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
3900 (Diary): Refer to `diary-file' rather than ~/diary.
3901 (Diary Commands): Rename node to "Displaying the Diary".
3902 * emacs.texi (Top): Rename "Diary Commands" section.
3903 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
3904
39052005-03-26 Eli Zaretskii <eliz@gnu.org>
3906
3907 * misc.texi (Emacs Server): Fix the command for setting
3908 server-name. Add an xref to Invoking emacsclient.
3909
3910 * help.texi (Help Summary): Clarify when "C-h ." will do something
3911 nontrivial.
3912 (Apropos): Add cindex entry for apropos-sort-by-scores.
3913
3914 * display.texi (Text Display): Add index entries for how no-break
3915 characters are displayed.
3916
8cf51b2c
GM
39172005-03-26 Eli Zaretskii <eliz@gnu.org>
3918
3919 * files.texi (Visiting): Fix cross-references introduced with the
3920 last change.
3921
3922 * xresources.texi (GTK resources): Fix last change.
3923
8cf51b2c
GM
39242005-03-25 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * xresources.texi (X Resources): GTK options documented too.
3927 (Resources): Clarify meaning of program name.
3928 (Table of Resources): Add visualClass.
3929 (GTK resources): Rewrite.
3930 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
3931
3932 * display.texi (Text Display): Mention non-breaking spaces.
3933
3934 * files.texi (Reverting): Document auto-revert-check-vc-info.
3935
3936 * frames.texi (Mouse Commands): Document
3937 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
3938
3939 * help.texi (Help Summary): Add `C-h .'.
3940 (Apropos): Apropos accepts a list of search terms.
3941 Document apropos-sort-by-scores.
3942 (Help Echo): Document display-local-help.
3943
3944 * misc.texi (Emacs Server): Document server-name.
3945 (Invoking emacsclient): Document -s option for server names.
3946
3947 * text.texi (Outline Visibility): Introduce "current heading
3948 line" (commands can be called with point on a body line).
3949 Re-order table to follow the sequence of discussion.
3950 hide-body won't hide lines before first header line.
3951 (TeX Mode): Add DocTeX mode.
3952
8cf51b2c
GM
39532005-03-24 Richard M. Stallman <rms@gnu.org>
3954
3955 * mule.texi (Single-Byte Character Support): Delete mention
3956 of iso-acc.el and iso-transl.el.
3957
8cf51b2c
GM
39582005-03-23 Lute Kamstra <lute@gnu.org>
3959
3960 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
3961
39622005-03-23 Richard M. Stallman <rms@gnu.org>
3963
8cf51b2c
GM
3964 * search.texi: Delete explicit node pointers.
3965 (Incremental Search): New menu.
3966 (Basic Isearch, Repeat Isearch, Error in Isearch)
3967 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
3968 (Slow Isearch): New subnodes.
3969 (Configuring Scrolling): Node deleted.
3970 (Search Case): Doc default-case-fold-search.
3971 (Regexp Replace): Move replace-regexp doc here.
3972
3973 * rmail.texi (Movemail): Put commas inside closequotes.
3974
3975 * picture.texi (Insert in Picture): Document C-c arrow combos.
3976 (Basic Picture): Clarify erasure.
3977
3978 * display.texi (Font Lock): Put commas inside closequotes.
3979
3980 * cmdargs.texi (General Variables): Put commas inside closequotes.
3981
39822005-03-23 Nick Roberts <nickrob@snap.net.nz>
3983
3984 * building.texi (Stack Buffer): Mention reverse contrast for
3985 *selected* frame (might not be current frame).
3986
8cf51b2c
GM
39872005-03-21 Richard M. Stallman <rms@gnu.org>
3988
3989 * building.texi (Starting GUD): Add bashdb.
3990
39912005-03-20 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * basic.texi (Moving Point): Add M-g M-g binding.
3994 (Undo): Document undo-only.
3995 (Position Info): Document M-g M-g and C-u M-g M-g.
3996
3997 * building.texi (Building): Put Grep Searching after Compilation
3998 Shell.
3999 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4000 Document next-error-highlight.
4001 (Grep Searching): Document grep-highlight-matches.
4002 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4003
4004 * calendar.texi (Importing Diary): Rename node from iCalendar.
4005 Document diary-from-outlook.
4006
4007 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4008 Commands.
4009 Mention effect of X drag and drop on Dired buffers.
4010
4011 * files.texi (Visiting): Document large-file-warning-threshold.
4012 Move paragraph on file-selection dialog.
4013 Mention visiting files using X drag and drop.
4014 (Reverting): Mention using Auto-Revert mode to tail files.
4015 Document auto-revert-tail-mode.
4016 (Version Systems): Minor correction.
4017 (Comparing Files): Diff-mode is no longer based on Compilation
4018 mode.
4019 Document compare-ignore-whitespace.
4020 (Misc File Ops): Explain passing a directory to rename-file.
4021 Likewise for copy-file and make-symbolic-link.
4022
4023 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4024 Document mouse-wheel-progressive speed.
4025
4026 * help.texi (Misc Help): Document numeric argument for C-h i.
4027 Correctly explain the effect of just C-u as argument.
4028
4029 * killing.texi (Deletion): Document numeric argument for
4030 just-one-space.
4031
4032 * mini.texi (Completion): Completion acts on text before point.
4033
4034 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4035 (Emulation): CUA mode replaces pc-bindings-mode,
4036 pc-selection-mode, and s-region.
4037
4038 * mule.texi (Input Methods): Leim is now built-in.
4039 (Select Input Method): Document quail-show-key.
4040 (Specify Coding): Document revert-buffer-with-coding-system.
4041
4042 * programs.texi (Fortran Motion): Document f90-next-statement,
4043 f90-previous-statement, f90-next-block, f90-previous-block,
4044 f90-end-of-block, and f90-beginning-of-block.
4045
4046 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4047
4048 * emacs.texi (Acknowledgments): Updated.
4049
4050 * anti.texi: Total rewrite.
4051
8cf51b2c
GM
40522005-03-19 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * ack.texi (Acknowledgments): Update.
4055
40562005-03-19 Eli Zaretskii <eliz@gnu.org>
4057
4058 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4059 copyright years.
4060
40612005-03-14 Nick Roberts <nickrob@snap.net.nz>
4062
4063 * building.texi (Commands of GUD): Move paragraph on setting
4064 breakpoints with mouse to the GDB Graphical Interface node.
4065
40662005-03-07 Richard M. Stallman <rms@gnu.org>
4067
8cf51b2c
GM
4068 * misc.texi (Single Shell, Shell Options): Fix previous change.
4069
4070 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4071
40722005-03-06 Richard M. Stallman <rms@gnu.org>
4073
4074 * building.texi (Starting GUD): Don't explain text vs graphical
4075 GDB here. Just mention it and xref.
4076 Delete "just one debugger process".
4077 (Debugger Operation): Move GUD tooltip info here.
4078 (GUD Tooltips): Node deleted.
4079 (GDB Graphical Interface): Explain the two GDB modes here.
4080
8cf51b2c
GM
4081 * sending.texi (Sending Mail): Minor cleanup.
4082 (Mail Aliases): Explain quoting conventions.
4083 Update key rebinding example.
4084 (Header Editing): C-M-i is like M-TAB.
4085 (Mail Mode Misc): mail-attach-file does not do MIME.
4086
4087 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
4088 that really belongs here.
4089 (Remote Mailboxes): Text moved to Rmail Inbox.
4090 (Rmail Display): Mention Mouse-1.
4091 (Movemail): Clarify two movemail versions.
4092 Clarify rmail-movemail-program.
4093
8cf51b2c
GM
4094 * misc.texi (Single Shell): Replace uudecode example with gpg example.
4095 Document async shell commands.
4096 (Shell History): Clarify.
4097 (Shell Ring): Mention C-UP an C-DOWN.
4098 (Shell Options): Add comint-prompt-read-only.
4099 (Invoking emacsclient): Set EDITOR to run Emacs.
4100 (Sorting): No need to explain what region is.
4101 (Saving Emacs Sessions): Fix typo.
4102 (Recursive Edit): Fix punctuation.
4103 (Emulation): Don't mention "PC bindings" which are standard.
4104 (Hyperlinking): Explain Mouse-1 convention here.
4105 (Find Func): Node deleted.
4106
8cf51b2c
GM
4107 * help.texi (Name Help): Xref to Hyperlinking.
4108
4109 * glossary.texi (Glossary):
4110 Rename "Balance Parentheses" to "Balancing...".
4111 Add "Byte Compilation". Correct "Copyleft".
4112 New xref in "Customization".
4113 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
4114 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
4115 Rename "Registers" to "Register".
4116 Replace "Selecting" with "Selected Frame",
4117 "Selected Window", and "Selecting a Buffer".
4118
4119 * files.texi (Types of Log File): Explain how projects'
4120 methods can vary.
4121
8cf51b2c
GM
4122 * display.texi (Faces): Delete "Emacs 21".
4123
4124 * custom.texi (Changing a Variable): C-M-i like M-TAB.
4125 * fixit.texi (Spelling): C-M-i like M-TAB.
4126 * mini.texi (Completion Options): C-M-i like M-TAB.
4127 * programs.texi (Symbol Completion): C-M-i like M-TAB.
4128 * text.texi (Text Mode): C-M-i like M-TAB.
4129
4130 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
4131
4132 * calendar.texi (Specified Dates): Mention `g w'.
4133 (Appointments): appt-activate toggles with no arg.
4134
8cf51b2c
GM
41352005-03-05 Juri Linkov <juri@jurta.org>
4136
4137 * cmdargs.texi (Emacs Invocation): Add cindex
4138 "invocation (command line arguments)"
4139 (Misc X): Add -nbc, --no-blinking-cursor.
4140
41412005-03-04 Ulf Jasper <ulf.jasper@web.de>
4142
4143 * calendar.texi (iCalendar): No need to require it now.
4144
8cf51b2c
GM
41452005-03-03 Nick Roberts <nickrob@snap.net.nz>
4146
4147 * trouble.texi (Contributing): Mention Savannah. Direct users to
4148 emacs-devel.
4149
41502005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4151
4152 * calendar.texi (Adding to Diary): Mention redrawing of calendar
4153 window.
4154
8cf51b2c
GM
41552005-02-27 Richard M. Stallman <rms@gnu.org>
4156
4157 * building.texi (Compilation): Update mode line status info.
4158
41592005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4160
4161 * calendar.texi (General Calendar): Document binding of
4162 scroll-other-window-down.
4163 (Mayan Calendar): Fix earliest date.
4164 (Time Intervals): Document timeclock-change.
4165 Fix timeclock-ask-before-exiting documentation.
4166
41672005-02-26 Kim F. Storm <storm@cua.dk>
4168
4169 * frames.texi (Mouse References):
4170 Add mouse-1-click-in-non-selected-windows.
4171
41722005-02-25 Richard M. Stallman <rms@gnu.org>
4173
4174 * screen.texi (Screen): Explain better about cursors and mode lines;
4175 don't presuppose text terminals.
4176 (Point): Don't assume just one cursor.
4177 Clarify explanation of cursors.
4178 (Echo Area, Menu Bar): Cleanups.
4179
4180 * mini.texi (Minibuffer): Prompts are highlighted.
4181 (Minibuffer Edit): Newline = C-j only on text terminals.
4182 Clarify resize-mini-windows values.
4183 Mention M-PAGEUP and M-PAGEDOWN.
4184 (Completion Commands): Mouse-1 like Mouse-2.
4185 (Minibuffer History): Explain history commands better.
4186 (Repetition): Add xref to Incremental Search.
4187
4188 * mark.texi (Setting Mark): Clarify info about displaying mark.
4189 Clarify explanation of C-@ and C-SPC.
4190 (Transient Mark): Mention Delete Selection mode.
4191 (Marking Objects): Clean up text about extending the region.
4192
4193 * m-x.texi (M-x): One C-g doesn't always go to top level.
4194 No delay before suggest-key-bindings output.
4195
4196 * fixit.texi (Fixit): Mention C-/ for undo.
4197 (Spelling): Mention ESC TAB like M-TAB.
4198 Replacement words with r and R are rechecked.
4199 Say where C-g leaves point. Mention ? as input.
4200
42012005-02-23 Lute Kamstra <lute@gnu.org>
4202
4203 * cmdargs.texi (Initial Options): Add cross reference.
4204
8cf51b2c
GM
42052005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * emacs.texi (Top): Update menu for splitting of node in
4208 msdog.texi.
4209 * frames.texi (Frames): Update xref for splitting of node in
4210 msdog.texi.
4211 * trouble.texi (Quitting): Ditto.
4212
42132005-02-16 Richard M. Stallman <rms@gnu.org>
4214
4215 * windows.texi (Split Window): Simplify line truncation info
4216 and xref to Display Custom.
4217
4218 * trouble.texi (Quitting): Emergency escape only for text terminal.
4219 (Screen Garbled): C-l for ungarbling is only for text terminal.
4220
4221 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
4222
4223 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
4224
4225 * programs.texi (Program Modes): Mention Python mode.
4226 (Moving by Defuns): Repeating C-M-h extends region.
4227 (Basic Indent): Clarify.
4228 (Custom C Indent): Clarify.
4229 (Expressions): Repeating C-M-@ extends region.
4230 (Info Lookup): Clarify for C-h S.
4231 (Symbol Completion): ESC TAB alternative for M-TAB.
4232 (Electric C): Clarify.
4233
4234 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
4235
4236 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
4237 MS-DOS Input node.
4238 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
4239 (MS-DOS and MULE): Clarify.
4240 (MS-DOS Processes, Windows Processes): Fix typos.
4241
4242 * major.texi (Choosing Modes): Clarify.
4243
4244 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
4245 (Keyboard Macro Step-Edit): Clarify.
4246
4247 * indent.texi (Indentation): Clarifications.
4248
4249 * help.texi (Help): Correct error about C-h in query-replace.
4250 Clarify apropos vs C-h a. Fix how to search in FAQ.
4251 (Key Help): Describe C-h w here.
4252 (Name Help): Minor cleanup. C-h w moved to Key Help.
4253 Clarify the "object" joke.
4254 (Apropos): Clarify. Mouse-1 like Mouse-2.
4255 (Help Mode): Mouse-1 like Mouse-2.
4256
4257 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
4258
4259 * display.texi (Display): Reorder menu.
4260 (Faces): Cleanup.
4261 (Font Lock): Cleanup. Mention Options menu.
4262 Delete obsolete text.
4263 (Scrolling): For C-l, don't presume text terminal.
4264 (Horizontal Scrolling): Simplify intro.
4265 (Follow Mode): Clarify.
4266 (Cursor Display): Moved before Display Custom.
4267 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
4268 Doc default-tab-width. Doc line truncation more thoroughly.
4269
4270 * dired.texi (Dired Enter): C-x C-f can run Dired.
4271 (Dired Visiting): Comment out `a' command.
4272 Mouse-1 is like Mouse-2.
4273 (Shell Commands in Dired): ? can be used more than once.
4274
4275 * basic.texi (Continuation Lines): Simplify description of truncation,
4276 and refer to Display Custom for the rest of it.
4277
8cf51b2c
GM
42782005-02-06 Lute Kamstra <lute@gnu.org>
4279
4280 * basic.texi (Undo): Fix typo.
4281
4282 * cmdargs.texi (Emacs Invocation): Fix typo.
4283
4284 * custom.texi (Init Examples): Fix typo.
4285
4286 * abbrevs.texi (Expanding Abbrevs): Fix typo.
4287
42882005-02-06 Richard M. Stallman <rms@gnu.org>
4289
4290 * regs.texi (Registers): Registers can hold numbers, too.
4291
4292 * killing.texi (Other Kill Commands): Cleanup.
4293 Delete redundant explanation of kill in read-only buffer.
4294 (Yanking): Mention term "copying".
4295 (Accumulating Text): Fix typo.
4296
4297 * entering.texi (Entering Emacs): Update rationale at start.
4298 (Exiting): Treat iconifying on a par with suspension.
4299
4300 * custom.texi (Minor Modes): Fix typo.
4301 (Easy Customization): Fix menu style.
4302 (Variables): Add xref.
4303 (Examining): Setting for future sessions works through .emacs.
4304 (Keymaps): "Text terminals", not "Many".
4305 (Init Rebinding): Explain \C-. Show example of \M-.
4306 Fix minor wording errors.
4307 (Function Keys): Explain vector syntax just once.
4308 (Named ASCII Chars): Clarify history of TAB/C-i connection.
4309 (Init File): Mention .emacs.d directory.
4310 (Init Examples): Add xref.
4311 (Find Init): Mention .emacs.d directory.
4312
4313 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
4314 (Action Arguments): Explain which kinds of -l args are found how.
4315 (Initial Options): --batch does not inhibit site-start.
4316 Add xrefs.
4317 (Command Example): Use --batch, not -batch.
4318
4319 * basic.texi (Inserting Text): Cleanup wording.
4320 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
4321 C-n is not error at end of buffer.
4322 (Undo): Doc C-/ like C-_. Add xrefs.
4323 (Arguments): META key may be labeled ALT.
4324 Peculiar arg meanings are explained in doc strings.
4325
4326 * abbrevs.texi (Expanding Abbrevs): Clarify.
4327
43282005-02-05 Eli Zaretskii <eliz@gnu.org>
4329
4330 * frames.texi (Frame Parameters): Add an xref to the description
4331 of list-colors-display. Add a pointer to the X docs about colors.
4332
4333 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 4334 Improve docs of list-colors-display.
8cf51b2c
GM
4335
43362005-02-03 Lute Kamstra <lute@gnu.org>
4337
4338 * frames.texi (Frames, Drag and Drop): Fix typos.
4339
43402005-02-03 Richard M. Stallman <rms@gnu.org>
4341
4342 * windows.texi (Basic Window): Mention color-change in mode line.
4343 (Change Window): Explain dragging vertical boundaries.
4344
4345 * text.texi (Sentences): Clarify.
4346 (Paragraphs): Explain M-a and blank lines.
4347 (Outline Mode): Clarify text and menu.
4348 (Hard and Soft Newlines): Mention use-hard-newlines.
4349
4350 * frames.texi (Frames): Delete unnecessary mention of Windows.
4351 (Mouse Commands): Likewise. Mention xterm mouse support.
4352 (Clipboard): Clarify.
4353 (Mouse References): Mention use of Mouse-1 for following links.
4354 (Menu Mouse Clicks): Clarify.
4355 (Mode Line Mouse): Clarify.
4356 (Drag and Drop): Rewrite.
4357
4358 * fixit.texi (Spelling): Fix typo.
4359
4360 * files.texi (File Names): Clarify.
4361 (Visiting): Update conditions for use of file dialog. Clarify.
4362 (Saving): Doc d as answer in save-some-buffers.
4363 (Remote Files): Clean up the text.
4364
4365 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
4366
4367 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
4368 (List Buffers): Clarify.
4369 (Several Buffers): Doc T command.
4370 (Buffer Convenience): Clarify menu.
4371
4372 * basic.texi (Undo): Clarify last change.
4373
43742005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4375
4376 * fixit.texi (Spelling): Fix typo.
4377
43782005-02-01 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * basic.texi (Undo): Update description of `undo-outer-limit'.
4381
43822005-02-01 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * building.texi: Update documentation relating to GDB Graphical
4385 Interface.
4386
43872005-01-30 Luc Teirlinck <teirllm@auburn.edu>
4388
4389 * custom.texi (Easy Customization): Adapt menu to node name change.
4390
43912005-01-30 Richard M. Stallman <rms@gnu.org>
4392
4393 * custom.texi (Easy Customization): Defn of "User Option" now
4394 includes faces. Don't say just "option" when talking about variables.
4395 Do say just "options" to mean "anything customizable".
4396 (Specific Customization): Describe `customize-variable',
4397 not `customize-option'.
4398
4399 * glossary.texi (Glossary) <Faces>: Add xref.
4400 <User Option>: Change definition--include faces. Change xref.
4401
4402 * picture.texi (Picture): Mention artist.el.
4403
4404 * sending.texi, screen.texi, programs.texi, misc.texi:
4405 * mini.texi, major.texi, maintaining.texi, macos.texi:
4406 * help.texi, frames.texi, files.texi:
4407 Don't say just "option" when talking about variables.
4408
4409 * display.texi, mule.texi: Don't say just "option" when talking
4410 about variables. Other minor cleanups.
4411
8cf51b2c
GM
44122005-01-26 Lute Kamstra <lute@gnu.org>
4413
4414 * cmdargs.texi (Initial Options): Add a cross reference to `Init
4415 File'. Mention the `-Q' option at the `--no-site-file' option.
4416
8cf51b2c
GM
44172005-01-22 David Kastrup <dak@gnu.org>
4418
4419 * building.texi (Grep Searching): Mention alias `find-grep' for
4420 `grep-find'.
4421
44222005-01-20 Richard M. Stallman <rms@gnu.org>
4423
4424 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
4425
8cf51b2c
GM
44262005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
4427
4428 * rmail.texi (Movemail): Explain differences
4429 between standard and mailutils versions of movemail.
4430 Describe command line and configuration options introduced
4431 with the latter.
4432 Explain the notion of mailbox URL, provide examples and
4433 cross-references to mailutils documentation.
4434 Describe various methods of specifying mailbox names,
4435 user names and user passwords for rmail.
4436 (Remote Mailboxes): New section. Describe
4437 how movemail handles remote mailboxes. Describe configuration
4438 options used to control its behavior.
4439 (Other Mailbox Formats): Explain handling of various mailbox
4440 formats.
4441
44422005-01-13 Richard M. Stallman <rms@gnu.org>
4443
4444 * commands.texi (Commands): Clarification.
4445
44462005-01-11 Richard M. Stallman <rms@gnu.org>
4447
4448 * programs.texi (Multi-line Indent): Fix previous change.
4449 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
4450
8cf51b2c
GM
44512005-01-08 Richard M. Stallman <rms@gnu.org>
4452
4453 * display.texi (Faces): isearch-lazy-highlight-face renamed to
4454 lazy-highlight.
4455
4456 * search.texi (Query Replace): Mention faces query-replace
4457 and lazy-highlight.
4458 (Incremental Search): Update isearch highlighting info.
4459
8cf51b2c
GM
44602005-01-04 Richard M. Stallman <rms@gnu.org>
4461
4462 * custom.texi (Saving Customizations): Minor improvement.
4463
8cf51b2c
GM
44642005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * custom.texi (Saving Customizations): Emacs no longer loads
4467 `custom-file' after .emacs. No longer mention customizing through
4468 Custom.
4469
8cf51b2c
GM
44702005-01-01 Andreas Schwab <schwab@suse.de>
4471
4472 * killing.texi (Graphical Kill): Move up under node Killing,
4473 change @section to @subsection.
4474
44752005-01-01 Richard M. Stallman <rms@gnu.org>
4476
4477 * custom.texi (Face Customization): Mention hex color specs.
4478
4479 * emacs.texi (Top): Update Killing submenu.
4480
4481 * killing.texi (Killing): Reorganize section.
4482 No more TeX-only text; put the node command at start of chapter.
4483 But the first section heading is used only in TeX.
4484 Rewrite the text to read better in this mode.
4485 (Graphical Kill): New subnode gets some of the text that
4486 used to be in the first section.
4487
44882004-12-31 Richard M. Stallman <rms@gnu.org>
4489
4490 * dired.texi (Shell Commands in Dired): Delete the ? example.
4491
4492 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
4493
4494 * files.texi (Saving): Describe new require-final-newline features
4495 and mode-require-final-newline.
4496
8cf51b2c
GM
44972004-12-29 Richard M. Stallman <rms@gnu.org>
4498
4499 * custom.texi (File Variables): Clarify previous change.
4500
c8763fb6 45012004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4502
4503 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
4504 out now.
4505
45062004-12-27 Richard M. Stallman <rms@gnu.org>
4507
4508 * Makefile.in (MAKEINFO): Specify --force.
4509
4510 * basic.texi (Moving Point): C-e now runs move-end-of-line.
4511 (Undo): Doc undo-outer-limit.
4512
8cf51b2c
GM
45132004-12-15 Juri Linkov <juri@jurta.org>
4514
4515 * mark.texi (Transient Mark, Mark Ring): M-< and other
4516 movement commands don't set mark in Transient Mark mode
4517 if mark is active.
4518
8cf51b2c
GM
45192004-12-12 Juri Linkov <juri@jurta.org>
4520
4521 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
4522 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
4523
4524 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
4525 (Misc Dired Commands): Add @r{(Dired)} to w.
4526
45272004-12-12 Juri Linkov <juri@jurta.org>
4528
4529 * mark.texi (Marking Objects): Marking commands also extend the
4530 region when mark is active in Transient Mark mode.
4531
8cf51b2c
GM
45322004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * custom.texi (Saving Customizations): Emacs only loads the custom
4535 file automatically after the init file in version 22.1 or later.
4536 Adapt text and examples to this fact.
4537
8cf51b2c
GM
45382004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4539
4540 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
4541 be set through Custom. Otherwise, it has no effect.
4542
8cf51b2c
GM
45432004-12-05 Richard M. Stallman <rms@gnu.org>
4544
4545 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
4546 * entering.texi: Rename Command Line to Emacs Invocation.
4547
10d1d0af 4548 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
4549
4550 * custom.texi (Easy Customization): Move up to section level,
4551 before Variables. Avoid using the term "variable"; say "option".
4552 New initial explanation.
4553 (Variables): In initial explanation, connect "variable" to the
4554 already-explained "user option".
4555
4556 * emacs.texi (Top): Fix ref to Command Line.
4557 Move reference to Easy Customization.
4558
4559 * xresources.texi (X Resources): Fix From link.
4560
4561 * doclicense.texi (GNU Free Documentation License): Fix To link.
4562
4563 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
4564
4565 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
4566
45672004-12-03 Richard M. Stallman <rms@gnu.org>
4568
4569 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
4570
45712004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4572
4573 * kmacro.texi: Several small changes in addition to the following.
4574 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
4575 defining a keyboard macro.
4576 Mention `kmacro-ring-max'.
4577 (Keyboard Macro Counter): Clarify description of
4578 `kmacro-insert-counter', `kmacro-set-counter',
4579 `kmacro-add-counter' and `kmacro-set-format'.
4580
45812004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4582
4583 * custom.texi (File Variables): Add `unibyte' and make it more
4584 clear that `unibyte' and `coding' are special. Suggested by Simon
4585 Krahnke <overlord@gmx.li>.
4586
4587 * mule.texi (Enabling Multibyte): Refer to File Variables.
4588 Suggested by Simon Krahnke <overlord@gmx.li>.
4589
c8763fb6 45902004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4591
4592 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
4593 x-use-old-gtk-file-dialog.
4594
8cf51b2c
GM
45952004-11-20 Richard M. Stallman <rms@gnu.org>
4596
4597 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4598
45992004-11-09 Lars Brinkhoff <lars@nocrew.org>
4600
4601 * building.texi (Lisp Eval): Delete hyphen in section name.
4602
46032004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4604
4605 * files.texi (Old Versions):
4606 No longer document annotation as "CVS only".
4607
46082004-11-10 Andre Spiegel <spiegel@gnu.org>
4609
4610 * files.texi (Version Control): Rewrite the introduction about
4611 version systems, mentioning the new ones that we support. Thanks
4612 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
4613 suggestions.
4614
c8763fb6 46152004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 4616
49823426 4617 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 4618
c8763fb6 46192004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4620
4621 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
4622
46232004-10-23 Eli Zaretskii <eliz@gnu.org>
4624
4625 * text.texi (Text Based Tables, Table Definition)
4626 (Table Creation, Table Recognition, Cell Commands)
4627 (Cell Justification, Row Commands, Column Commands)
4628 (Fixed Width Mode, Table Conversion, Measuring Tables)
4629 (Table Misc): New nodes, documenting the Table Mode.
4630
8cf51b2c
GM
46312004-10-19 Jason Rumney <jasonr@gnu.org>
4632
4633 * makefile.w32-in (info): Change order of arguments to makeinfo.
4634
46352004-10-19 Ulf Jasper <ulf.jasper@web.de>
4636
4637 * calendar.texi (iCalendar): Update for package changes.
4638
8cf51b2c
GM
46392004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * files.texi (Misc File Ops): View mode is a minor mode.
4642
8cf51b2c
GM
46432004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4644
4645 * calendar.texi (iCalendar): Style changes.
4646
46472004-10-07 Luc Teirlinck <teirllm@auburn.edu>
4648
4649 * search.texi (Regexps): The regexp described in the example is no
4650 longer stored in the variable `sentence-end'.
4651
8cf51b2c
GM
46522004-10-06 Nick Roberts <nickrob@snap.net.nz>
4653
4654 * building.texi (Starting GUD): Note that multiple debugging
4655 sessions requires `gdb --fullname'.
4656
46572004-10-05 Ulf Jasper <ulf.jasper@web.de>
4658
4659 * calendar.texi (iCalendar): New section for a new package.
4660
8cf51b2c
GM
46612004-10-05 Luc Teirlinck <teirllm@auburn.edu>
4662
4663 * text.texi: Various small changes in addition to the following.
4664 (Text): Replace xref for autotype with inforef.
4665 (Sentences): Explain nil value for `sentence-end'.
4666 (Paragraphs): Update default values for `paragraph-start' and
4667 `paragraph-separate'.
4668 (Text Mode): Correct description of Text mode's effect on the
4669 syntax table.
4670 (Outline Visibility): `hide-other' does not hide top level headings.
4671 `selective-display-ellipses' no longer has an effect on Outline mode.
4672 (TeX Misc): Add missing @cindex.
4673 Replace xref for RefTeX with inforef.
4674 (Requesting Formatted Text): The variable
4675 `enriched-fill-after-visiting' no longer exists.
4676 (Editing Format Info): Update names of menu items and commands.
4677 (Format Faces): Mention special effect of specifying the default face.
4678 Describe inheritance of text properties.
4679 Correct description of `fixed' face.
4680 (Format Indentation): Correct description of effect of setting
4681 margins. Mention `set-left-margin' and `set-right-margin'.
4682 (Format Justification): Update names of menu items.
4683 `set-justification-full' is now bound to `M-j b'.
4684 Mention that `default-justification' is a per buffer variable.
4685 (Format Properties): Update name of menu item.
4686 (Forcing Enriched Mode): `format-decode-buffer' automatically
4687 turns on Enriched mode if the buffer is in text/enriched format.
4688
46892004-10-05 Emilio C. Lopes <eclig@gmx.net>
4690
4691 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
4692
46932004-09-28 Kim F. Storm <storm@cua.dk>
4694
4695 * display.texi (Display Custom) <indicate-buffer-boundaries>:
4696 Align with new functionality.
4697
8cf51b2c
GM
46982004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4699
4700 * display.texi (Display Custom): Remove stray `@end defvar'.
4701
47022004-09-23 Kim F. Storm <storm@cua.dk>
4703
4704 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
4705 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
4706
8cf51b2c
GM
47072004-09-20 Richard M. Stallman <rms@gnu.org>
4708
4709 * custom.texi (Hooks): Explain using setq to clear out a hook.
4710 (File Variables): Explain multiline string constants.
4711 (Non-ASCII Rebinding): Explain when you need to update
4712 non-ASCII char codes in .emacs.
4713
4714 * building.texi (Compilation): Explain how to make a silent
4715 subprocess that won't be terminated. Explain compilation-environment.
4716
47172004-09-13 Kim F. Storm <storm@cua.dk>
4718
4719 * mini.texi (Repetition): Rename isearch-resume-enabled to
4720 isearch-resume-in-command-history and change default to disabled.
4721
8cf51b2c
GM
47222004-09-09 Kim F. Storm <storm@cua.dk>
4723
4724 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
4725 with new `kmacro-name-last-macro'.
4726
8cf51b2c
GM
47272004-09-08 Juri Linkov <juri@jurta.org>
4728
4729 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
4730
8cf51b2c
GM
47312004-09-03 Juri Linkov <juri@jurta.org>
4732
4733 * search.texi (Incremental Search): Update wording for M-%.
4734
47352004-09-02 Luc Teirlinck <teirllm@auburn.edu>
4736
4737 * killing.texi (Killing): Correct description of kill commands in
4738 read-only buffer.
4739
47402004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4741
4742 * building.texi (Compilation Mode): Add a paragraph about rules
4743 for finding the compilation buffer for `next-error'.
4744
4745 * search.texi (Other Repeating Search): Mention that Occur mode
4746 supports the next-error functionality.
4747
47482004-09-02 Juri Linkov <juri@jurta.org>
4749
4750 * search.texi (Regexp Replace): Add missing backslash to \footnote.
4751
47522004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4753
4754 * kmacro.texi (Basic Keyboard Macro):
4755 `apply-macro-to-region-lines' now operates on all lines that begin
4756 in the region, rather than on all complete lines in the region.
4757
c8763fb6 47582004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4759
4760 * frames.texi (Drag and drop): Add documentation about
4761 x-dnd-test-function and x-dnd-known-types.
4762
47632004-08-30 Luc Teirlinck <teirllm@auburn.edu>
4764
4765 * indent.texi: Various minor changes in addition to:
4766 (Indentation Commands): Correct description of `indent-relative'.
4767 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
4768 mode. The *Tab Stops* buffer uses Overwrite Mode.
4769 (Just Spaces): `tabify' converts sequences of at least two spaces
4770 to tabs.
4771
8cf51b2c
GM
47722004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4773
4774 * frames.texi (Secondary Selection): Setting the secondary
4775 selection with M-Drag-Mouse-1 does not alter the kill ring,
4776 setting it with M-Mouse-1 and M-Mouse-3 does.
4777 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
4778 toolkit scroll bars.
4779 (Scroll Bars): Ditto.
4780
4781 * windows.texi (Basic Window): When using a window system, the value
4782 of point in a non-selected window is indicated by a hollow box.
4783 (Split Window): Side by side windows are separated by a scroll bar,
4784 if scroll bars are used.
4785 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
4786 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
4787 (Window Convenience): Update bindings for `winner-undo' and
4788 `winner-redo'.
4789
4790 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 4791 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
4792 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
4793 of "Using Emacs as a Server".
4794 * building.texi (Building): Interchange nodes (for correct numbering).
4795 * programs.texi (Programs): Interchange nodes (for correct numbering).
4796 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
4797 Info to the node structure.
4798 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
4799 Rearrange order of nodes and sections such that both "GNU GENERAL
4800 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
4801 end, as appropriate for appendices.
4802 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
4803 Use `@unnumberedsec'.
4804 * trouble.texi: Adapt sectioning in Info to the node structure.
4805 Adapt node pointers to change in emacs.texi.
4806 * cmdargs.texi, doclicense.texi: Adapt node pointers.
4807
8cf51b2c
GM
48082004-08-25 Kenichi Handa <handa@m17n.org>
4809
4810 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
4811 description for unibyte mode.
4812
48132004-08-23 Luc Teirlinck <teirllm@auburn.edu>
4814
4815 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
4816
4817 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
4818 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
4819 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
4820 in @pxref.
4821
48222004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4823
4824 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
4825 Change section names.
4826
8cf51b2c
GM
48272004-08-21 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * kmacro.texi (Keyboard Macro Ring): Rename section.
4830 Emacs treats the head of the macro ring as the `last keyboard macro'.
4831 (Keyboard Macro Counter): Minor change.
4832 (Save Keyboard Macro): Some clarifications.
4833 (Edit Keyboard Macro): Rename section.
4834
4835 * buffers.texi (Buffers): Maximum buffer size is now 256M on
4836 32-bit machines.
4837 (Several Buffers): Clarify which buffer is selected if `2' is
4838 pressed in the Buffer Menu.
4839 Auto Revert mode can be used to update the Buffer Menu
4840 automatically.
4841
48422004-08-21 Eli Zaretskii <eliz@gnu.org>
4843
4844 * help.texi (Misc Help): Add an index entry for finding an Info
4845 manual by its file name.
4846
48472004-08-20 Luc Teirlinck <teirllm@auburn.edu>
4848
4849 * files.texi (Backup Deletion): Correct description of
4850 `delete-old-versions'.
4851 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
4852 (Auto Save Files): Recommend `auto-save-mode' to reenable
4853 auto-saving, rather than the abbreviation `auto-save'.
4854
48552004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4856
4857 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
4858 for "killing" and "yanking" in main menu.
4859
48602004-08-16 Richard M. Stallman <rms@gnu.org>
4861
4862 * killing.texi (Yanking, Killing): Minor cleanups.
4863
4864 * mark.texi (Momentary Mark): Minor cleanups.
4865
48662004-08-15 Kenichi Handa <handa@etl.go.jp>
4867
4868 * custom.texi (Non-ASCII Rebinding):
4869 C-q always inserts the right code to pass to global-set-key.
4870
8cf51b2c
GM
48712004-08-13 Luc Teirlinck <teirllm@auburn.edu>
4872
4873 * regs.texi (RegNumbers): Mention `C-x r i' binding for
4874 `insert-register', instead of `C-x r g' binding, for consistency.
4875
48762004-08-12 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * fixit.texi (Spelling): Fix typo.
4879
48802004-08-11 Luc Teirlinck <teirllm@auburn.edu>
4881
4882 * help.texi (Help): Fix Texinfo usage.
4883
8cf51b2c
GM
48842004-07-24 Richard M. Stallman <rms@gnu.org>
4885
4886 * text.texi (Paragraphs): Update how paragraphs are separated
4887 and the default for paragraph-separate.
4888
4889 * search.texi (Regexp Replace): Further update text for new
4890 replacement operators.
4891
8cf51b2c
GM
48922004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4893
4894 * emacs-xtra.texi (Subdir switches): Dired does not remember the
4895 `R' switch.
4896
4897 * dired.texi (Dired Updating): `k' only deletes inserted
4898 subdirectories from the Dired buffer if a prefix argument was given.
4899
4900 * search.texi (Regexps): Delete redundant definition of `symbol' in
4901 description of `\_>'. It already occurs in the description of `\_<'.
4902
8cf51b2c
GM
49032004-07-01 Juri Linkov <juri@jurta.org>
4904
4905 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
4906 (Regexp Search): Add M-r.
4907
49082004-06-30 Luc Teirlinck <teirllm@auburn.edu>
4909
4910 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
4911
49122004-06-29 Jesper Harder <harder@ifa.au.dk>
4913
49823426 4914 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
4915
49162004-06-25 Richard M. Stallman <rms@gnu.org>
4917
4918 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
4919
49202004-06-25 David Kastrup <dak@gnu.org>
4921
4922 * search.texi (Regexp Replace): Some typo corrections and
4923 rearrangement.
4924
49252004-06-24 David Kastrup <dak@gnu.org>
4926
4927 * search.texi (Unconditional Replace): Use replace-string instead
4928 of query-replace in example.
4929 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
4930 sequences.
4931 (Query Replace): Correct explanation of `^' which does not use
4932 the mark stack.
4933
49342004-06-21 Nick Roberts <nickrob@gnu.org>
4935
4936 * misc.texi (Shell History Copying): Document comint-insert-input.
4937 (Shell Ring): Describe comint-dynamic-list-input-ring here.
4938
8cf51b2c
GM
49392004-06-20 Jesper Harder <harder@ifa.au.dk>
4940
4941 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
4942 * custom.texi (Customization): Do.
4943 * anti.texi (Antinews): Do.
4944 * abbrevs.texi (Defining Abbrevs): Do.
4945
4946 * programs.texi (Info Lookup): Fix keybinding for
4947 info-lookup-symbol.
4948
49492004-06-16 Juanma Barranquero <lektu@terra.es>
4950
4951 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
4952 Add emacs-xtra.
4953 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
4954 (clean): Add emacs-xtra and flymake. Remove redundancies.
4955
49562004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4957
4958 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
4959 Add emacs-xtra.
4960 * emacs-xtra.texi: New file.
4961
49622004-06-14 Luc Teirlinck <teirllm@auburn.edu>
4963
4964 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
4965 (Dired and Find): Mention differences with ordinary Dired buffers.
4966
8cf51b2c
GM
49672004-06-13 Richard M. Stallman <rms@gnu.org>
4968
4969 * custom.texi (Init Syntax): Explain about vars that do special
4970 things when set with setq or with Custom.
4971 (Init Examples): Add line-number-mode example.
4972
8cf51b2c
GM
49732004-06-12 Juri Linkov <juri@jurta.org>
4974
4975 * dired.texi (Operating on Files): Add dired-do-touch.
4976
8cf51b2c
GM
49772004-06-10 Juri Linkov <juri@jurta.org>
4978
4979 * building.texi (Lisp Eval): Add C-M-x on defface.
4980
49812004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * files.texi (Reverting): Auto-Revert mode and
4984 Global Auto-Revert mode no longer revert remote files.
4985
8cf51b2c
GM
49862004-05-29 Richard M. Stallman <rms@gnu.org>
4987
4988 * custom.texi (Init File): Two dashes start --no-site-file.
4989
8cf51b2c
GM
49902004-05-29 Alan Mackenzie <acm@muc.de>
4991
4992 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 4993 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
4994 (AWK, Pike): Document as "C-like modes".
4995 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
4996 (M-x man): Supersedes M-x manual-entry.
4997 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
4998
4999 ("Comments in C"): Delete node; the info is in CC Mode manual.
5000 (c-comment-only-line-offset): Remove description.
5001
5002 (C-c ., C-c C-c): Describe new C Mode bindings.
5003
5004 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5005 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5006 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5007 Amend definitions.
5008
5009 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5010 Describe functions.
5011
5012 (c-comment-start-regexp, c-hanging-comment-ender-p)
5013 (c-hanging-comment-starter-p): Remove obsolete definitions.
5014
5015 * emacs.texi: Remove the menu entry "Comments in C".
5016
8cf51b2c
GM
50172004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5018
5019 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5020 `M-x locate'.
5021
50222004-05-16 Karl Berry <karl@gnu.org>
5023
5024 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5025 makeinfo --html fails.
5026 * help.texi (Help Summary) [@ifnottex]: Likewise.
5027
50282004-05-13 Nick Roberts <nickrob@gnu.org>
5029
5030 * building.texi (GDB Graphical Interface): Update and describe
5031 layout first.
5032
8cf51b2c
GM
50332004-05-04 Jason Rumney <jasonr@gnu.org>
5034
5035 * makefile.w32-in: Revert last change.
5036
50372004-05-03 Jason Rumney <jasonr@gnu.org>
5038
5039 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5040
8cf51b2c
GM
50412004-04-23 Juanma Barranquero <lektu@terra.es>
5042
5043 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5044
50452004-04-18 Juri Linkov <juri@jurta.org>
5046
5047 * fixit.texi (Spelling): Remove file extension from ispell xref.
5048
50492004-04-15 Kim F. Storm <storm@cua.dk>
5050
5051 * cmdargs.texi (Initial Options): Add -Q.
5052
50532004-04-05 Kim F. Storm <storm@cua.dk>
5054
5055 * custom.texi (File Variables): Add safe-local-eval-forms.
5056
8cf51b2c
GM
50572004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * files.texi (Reverting): Correct description of revert-buffer's
5060 handling of point.
5061
50622004-03-22 Juri Linkov <juri@jurta.org>
5063
5064 * emacs.texi (Top): Add `Misc X'.
5065
49823426 5066 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5067
5068 * glossary.texi: Improve references.
5069
5070 * help.texi: Sync keywords with finder.el.
5071
5072 * mini.texi (Completion): Add description for menu items.
5073
5074 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5075
5076 * sending.texi (Mail Methods): Fix xref to Message manual.
5077
8cf51b2c
GM
50782004-03-12 Richard M. Stallman <rms@gnu.org>
5079
8cf51b2c
GM
5080 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5081
8cf51b2c
GM
50822004-03-04 Richard M. Stallman <rms@gnu.org>
5083
5084 * search.texi (Regexps): Explain that ^ and $ have their
5085 special meanings only in certain contexts.
5086
5087 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
5088
5089 * mule.texi (Specify Coding): Doc C-x RET F.
5090
5091 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
5092 for multiple compile and grep buffers.
5093 (Indirect Buffers): Don't recommand clone-indirect-buffer
5094 for multiple compile and grep buffers.
5095
8cf51b2c
GM
50962004-02-29 Juanma Barranquero <lektu@terra.es>
5097
5098 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
5099 Use $(DEL) instead of rm, and ignore exit code.
5100
8cf51b2c
GM
51012004-02-23 Nick Roberts <nick@nick.uklinux.net>
5102
5103 * building.texi (Watch Expressions): Update.
5104
51052004-02-21 Juri Linkov <juri@jurta.org>
5106
5107 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
5108 --directory, --help, --version. Move text about command-line-args
5109 to Command Arguments.
5110 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
5111 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
5112 (Window Size X): Join -g and --geometry. Add @cindex.
5113 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
5114 (Title X): Remove alias -title.
5115 (Misc X): New node.
5116
c8763fb6 51172004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5118
5119 * frames.texi (Drag and drop): Add Motif to list of supported
5120 protocols.
5121
c8763fb6 51222004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5123
5124 * frames.texi (Drag and drop): New section.
5125
51262004-01-24 Richard M. Stallman <rms@gnu.org>
5127
5128 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
5129 Include it only @ifnotinfo. Patch the preceding and following
5130 node headers to point to each other.
5131
51322004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5133
5134 * calendar.texi (Appointments): Update section.
5135
51362003-12-29 Kevin Ryde <user42@zip.com.au>
5137
8cf51b2c
GM
5138 * programs.texi (C Modes): Fix the xref.
5139
51402003-12-23 Nick Roberts <nick@nick.uklinux.net>
5141
5142 * building.texi (Watch Expressions): Update.
5143 (Commands of GUD): Include use of toolbar + breakpoints set from
5144 fringe/margin.
5145
51462003-12-03 Andre Spiegel <spiegel@gnu.org>
5147
5148 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
5149 <acm@muc.de>.
5150
c8763fb6 51512003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5152
5153 * frames.texi (Dialog Boxes): Add use-file-dialog.
5154
8cf51b2c
GM
51552003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5156
5157 * ack.texi: Note that Alan Mackenzie contributed the AWK support
5158 in CC Mode.
5159
8cf51b2c
GM
51602003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5161
5162 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
5163 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 5164 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
5165 * man/frames.texi, man/glossary.texi, man/killing.texi:
5166 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
5167 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
5168 * man/sending.texi, man/text.texi, man/trouble.texi:
5169 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
5170
51712003-11-01 Alan Mackenzie <acm@muc.de>
5172
5173 * search.texi (Scrolling During Incremental Search): Document a
5174 new scrolling facility in isearch mode.
5175
8cf51b2c
GM
51762003-10-22 Miles Bader <miles@gnu.org>
5177
5178 * Makefile.in (info): Move before $(top_srcdir)/info.
5179
51802003-10-22 Nick Roberts <nick@nick.uklinux.net>
5181
5182 * building.texi (Watch Expressions): Update section on data display
5183 to reflect code changes (GDB Graphical Interface).
5184
8cf51b2c
GM
51852003-10-13 Richard M. Stallman <rms@gnu.org>
5186
5187 * xresources.texi (GTK resources): Clean up previous change.
5188
c8763fb6 51892003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5190
5191 * xresources.texi (GTK resources): Add a note that some themes
5192 disallow customizations. Add scroll theme example.
5193
8cf51b2c
GM
51942003-09-30 Richard M. Stallman <rms@gnu.org>
5195
8cf51b2c
GM
5196 * cmdargs.texi (General Variables): Remove MAILRC envvar.
5197
5198 * misc.texi (Saving Emacs Sessions): Shorten the section,
5199 collapsing back into one node.
5200
52012003-09-30 Lars Hansen <larsh@math.ku.dk>
5202
5203 * misc.texi: Section "Saving Emacs Sessions" rewritten.
5204
ce058493 52052003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5206
5207 * xresources.texi (GTK names in Emacs): Correct typo.
5208
8cf51b2c
GM
52092003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
5210
5211 * cmdargs.texi (Font X): Mention new default font. More
5212 fully describe long font names, wildcard patterns and the
5213 problems involved. (Result of discussion on emacs-devel.)
5214
52152003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
5216
5217 * emacs.texi (Acknowledgements): Correct typo.
5218
52192003-09-22 Richard M. Stallman <rms@gnu.org>
5220
5221 * dired.texi (Misc Dired Commands): New node.
5222 (Dired Navigation): Add dired-goto-file.
5223
5224 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
5225
5226 * emacs.texi (Acknowledgements): New node, split from Distribution.
5227
5228 * cmdargs.texi (Action Arguments): -f reads interactive args.
5229
8cf51b2c
GM
52302003-09-08 Lute Kamstra <lute@gnu.org>
5231
5232 * screen.texi (Mode Line): Say that POS comes before LINE.
5233 Mention `size-indication-mode'.
5234 * display.texi (Optional Mode Line): Document
5235 `size-indication-mode'.
5236 * basic.texi (Position Info): Mention `size-indication-mode'.
5237
52382003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5239
5240 * xresources.texi (Resources): Refer to `editres' man page.
5241 (Lucid Resources): Update defaults. Expand description of
5242 `shadowThickness'.
5243
52442003-09-04 Miles Bader <miles@gnu.org>
5245
5246 * Makefile.in (top_srcdir): New variable.
5247 ($(top_srcdir)/info): New rule.
5248 (info): Depend on it.
5249
52502003-09-03 Peter Runestig <peter@runestig.com>
5251
5252 * makefile.w32-in: New file.
5253
52542003-08-29 Richard M. Stallman <rms@gnu.org>
5255
5256 * misc.texi (Saving Emacs Sessions): Correct previous change.
5257
8cf51b2c
GM
52582003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5259
8cf51b2c
GM
5260 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
5261 (Intro): Include kmacro.texi after fixit.texi instead of after
5262 custom.texi. (As suggested by Kim Storm.)
5263
52642003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5265
5266 * fixit.texi (Fixit): Update `Next' pointer.
5267 * files.texi (Files): Update `Previous' pointer.
5268 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
5269 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
5270 (Suggested by Kim Storm.)
5271 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
5272
52732003-08-18 Kim F. Storm <storm@cua.dk>
5274
5275 * kmacro.texi: New file describing enhanced keyboard macro
5276 functionality. Replaces old description in custom.texi.
5277
5278 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
5279 (Keyboard Macros): Move to new kmacro.texi file.
5280
5281 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
5282
8cf51b2c
GM
52832003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5284
5285 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
5286
52872003-08-17 Alex Schroeder <alex@gnu.org>
5288
5289 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
5290 required.
5291
8cf51b2c
GM
52922003-08-05 Richard M. Stallman <rms@gnu.org>
5293
5294 * programs.texi (Lisp Indent): Don't describe
5295 lisp-indent-function property here. Use xref to Lisp Manual.
5296
8cf51b2c
GM
52972003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5298
fffa137c 5299 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
5300 abbreviations.
5301
53022003-07-24 Markus Rost <rost@math.ohio-state.edu>
5303
5304 * buffers.texi (List Buffers): Fix previous change.
5305
8cf51b2c
GM
53062003-07-13 Markus Rost <rost@math.ohio-state.edu>
5307
5308 * buffers.texi (List Buffers): Adjust to new format of *Buffer
5309 List*.
5310
53112003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
5312
8cf51b2c
GM
5313 * display.texi (Font Lock): Fix typo.
5314
53152003-07-07 Richard M. Stallman <rms@gnu.org>
5316
5317 * display.texi (Font Lock): Add xref for format info on
5318 font-lock-remove-keywords.
5319
5320 * building.texi (Compilation): Document what happens with asynch
5321 children of compiler process.
5322
5323 * help.texi (Library Keywords): Use @multitable.
5324
8cf51b2c
GM
53252003-06-04 Richard M. Stallman <rms@gnu.org>
5326
5327 * programs.texi (Expressions): Delete C-M-DEL.
5328
5329 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
5330 comint-move-point-for-output renamed from
5331 comint-scroll-to-bottom-on-output.
5332
5333 * custom.texi (Init Rebinding): Replace previous change with xref.
5334 (Non-ASCII Rebinding): Explain that issue more briefly here.
5335
53362003-05-28 Richard M. Stallman <rms@gnu.org>
5337
5338 * indent.texi (Indentation): Condense, simplify, clarify prev change.
5339
53402003-05-28 Nick Roberts <nick@nick.uklinux.net>
5341
5342 * building.texi (GDB Graphical Interface): New node.
5343 (Rewritten somewhat by RMS.)
5344
c8763fb6 53452003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5346
5347 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
5348 non-English letters. Explain how to set coding systems correctly
5349 and how to include the right coding cookie in the file.
5350
c8763fb6 53512003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
5352
5353 * indent.texi (Indentation): Explain the concepts.
5354 (Just Spaces): Explain why preventing tabs for indentation might
5355 be useful.
5356
8cf51b2c
GM
53572003-04-16 Richard M. Stallman <rms@gnu.org>
5358
5359 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
5360
8cf51b2c
GM
53612003-02-22 Alex Schroeder <alex@emacswiki.org>
5362
5363 * cmdargs.texi (General Variables): Document SMTPSERVER.
5364
8cf51b2c
GM
5365 * sending.texi: Remove SMTP node.
5366 (Mail Sending): Describe `send-mail-function'. Link to SMTP
5367 library.
5368
8cf51b2c
GM
53692003-02-22 Alex Schroeder <alex@emacswiki.org>
5370
5371 * sending.texi (Sending via SMTP): Explain MTA/MUA.
5372
53732003-02-22 Simon Josefsson <jas@extundo.com>
5374
5375 * sending.texi (Mail Methods): Add node about SMTP.
5376
c8763fb6 53772003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5378
5379 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
5380
8cf51b2c
GM
53812003-02-01 Kevin Ryde <user42@zip.com.au>
5382
5383 * glossary.texi (Glossary): Correction to cl cross reference.
5384
53852003-01-20 Richard M. Stallman <rms@gnu.org>
5386
5387 * killing.texi (Rectangles): Document C-x c r.
5388
c8763fb6 53892003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5390
5391 * xresources.texi (GTK resources): New node.
5392 (GTK widget names): New node.
5393 (GTK names in Emacs): New node.
5394 (GTK styles): New node.
5395
c8763fb6 53962003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5397
5398 * maintaining.texi (Create Tags Table): Add reference to the new
5399 `etags --help --lang=LANG' option.
5400
8cf51b2c
GM
54012002-10-02 Karl Berry <karl@gnu.org>
5402
49823426 5403 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 5404 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 5405 where needed for the sake of the HTML output.
8cf51b2c
GM
5406
54072001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
5408
5409 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
5410 source files.
5411
54122001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5413
5414 * Makefile.in (emacsman): New target.
5415
8cf51b2c
GM
54162001-10-20 Gerd Moellmann <gerd@gnu.org>
5417
5418 * (Version 21.1 released.)
5419
54202001-10-05 Gerd Moellmann <gerd@gnu.org>
5421
5422 * Branch for 21.1.
5423
8cf51b2c
GM
54242001-03-05 Gerd Moellmann <gerd@gnu.org>
5425
5426 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
5427
8cf51b2c
GM
54282000-05-31 Stefan Monnier <monnier@cs.yale.edu>
5429
5430 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
5431
8cf51b2c
GM
54321999-07-12 Richard Stallman <rms@gnu.org>
5433
5434 * Version 20.4 released.
5435
54361998-12-04 Markus Rost <rost@delysid.gnu.org>
5437
5438 * Makefile.in (INFO_TARGETS): Delete customize.info.
5439 (DVI_TARGETS): Delete customize.dvi.
5440 (../info/customize, customize.dvi): Targets deleted.
5441
54421998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5443
5444 * Version 20.3 released.
5445
54461998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5447
5448 * Makefile.in (EMACSSOURCES): Add mule.texi.
5449 Add msdog.texi, ack.texi. Remove gnu1.texi.
5450
54511998-04-06 Andreas Schwab <schwab@gnu.org>
5452
5453 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
5454 it in dvi targets.
8cf51b2c
GM
5455
54561997-09-23 Paul Eggert <eggert@twinsun.com>
5457
5458 * Makefile.in: Merge changes mistakenly made to `Makefile'.
5459 (INFO_TARGETS): Change ../info/custom to ../info/customize.
5460 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
5461
54621997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5463
5464 * Version 20.2 released.
5465
54661997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5467
5468 * Version 20.1 released.
5469
54701997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5471
5472 * Makefile (../info/customize, customize.dvi): New targets.
5473 (INFO_TARGETS): Add ../info/customize.
5474 (DVI_TARGETS): Add customize.dvi.
5475
8cf51b2c
GM
54761996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5477
5478 * Version 19.33 released.
5479
54801996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5481
5482 * Version 19.32 released.
5483
8cf51b2c
GM
54841996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5485
5486 * Makefile.in (All info targets): cd $(srcdir) to do the work.
5487
54881996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5489
5490 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5491 Specify -I option.
5492 (All dvi targets): Set the TEXINPUTS variable.
5493
54941996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5495
5496 * Version 19.31 released.
5497
8cf51b2c
GM
54981995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5499
5500 * Version 19.30 released.
5501
8cf51b2c
GM
55021995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5503
5504 * Makefile.in (maintainer-clean): Rename from realclean.
5505
55061994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5507
5508 * Makefile.in: New file.
5509 * Makefile: File deleted.
5510
55111994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5512
5513 * Makefile (TEXINDEX_OBJS): Variable deleted.
5514 (texindex, texindex.o, getopt.o): Rules deleted.
5515 All deps on texindex deleted.
5516 (distclean): Don't delete texindex.
5517 (mostlyclean): Don't delete *.o.
5518 * texindex.c, getopt.c: Files deleted.
5519
55201994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5521
5522 * Version 19.26 released.
5523
55241994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
5525
5526 * Makefile (EMACSSOURCES): Exclude undo.texi.
5527
55281994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5529
5530 * Version 19.25 released.
5531
55321994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5533
5534 * Version 19.24 released.
5535
55361994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5537
5538 * Version 19.23 released.
5539
55401994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5541
5542 * Makefile: Delete spurious tab.
5543
55441994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5545
5546 * Makefile (.SUFFIXES): New rule.
5547
8cf51b2c
GM
55481993-12-04 Richard Stallman (rms@srarc2)
5549
5550 * getopt.c: New file.
5551 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5552 (getopt.o): New rule.
5553 (dvi): Don't depend on texindex.
49823426 5554 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
5555
55561993-12-03 Richard Stallman (rms@srarc2)
5557
49823426
GM
5558 * Makefile (TEXI2DVI): New variable.
5559 (emacs.dvi): Add explicit command.
8cf51b2c
GM
5560 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5561
55621993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5563
5564 * Version 19.22 released.
5565
55661993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5567
5568 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5569
55701993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5571
5572 * Version 19.21 released.
5573
8cf51b2c
GM
55741993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5575
5576 * Makefile (realclean): Don't delete the Info files.
5577
55781993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5579
8cf51b2c
GM
5580 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
5581 4' where appropriate.
5582
55831993-10-20 Brian Fox (bfox@ai.mit.edu)
5584
49823426 5585 * Makefile: Fix targets for texindex.
8cf51b2c
GM
5586
5587 * texindex.c: Include "../src/config.h" if building in emacs.
5588
5589 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 5590 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
5591 Add target to build texindex.c, defining `emacs'.
5592
8cf51b2c
GM
55931993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5594
5595 * Version 19.19 released.
5596
8cf51b2c
GM
55971993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5598
5599 * Version 19.18 released.
5600
56011993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5602
5603 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
5604
56051993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5606
5607 * Version 19.17 released.
5608
56091993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5610
5611 * split-man: Fix typos in last change.
5612
56131993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5614
5615 * Version 19.16 released.
5616
56171993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5618
5619 * version 19.15 released.
5620
56211993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5622
5623 * Makefile (distclean): It's rm, not rf.
5624
56251993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5626
5627 * Version 19.14 released.
5628
56291993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5630
5631 * Makefile: New file.
5632
56331993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5634
5635 * Version 19.13 released.
5636
56371993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5638
5639 * Version 19.9 released.
5640
56411993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5642
5643 * Version 19.8 released.
5644
56451993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5646
5647 * cmdargs.texi: Document the -i, -itype, and -iconic options.
5648
5649 * trouble.texi: It's `enable-flow-control-on', not
5650 `evade-flow-control-on'.
5651
56521993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5653
5654 * display.texi: Document standard-display-european.
5655
56561993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5657
5658 * Version 19.7 released.
5659
5660 * emacs.texi: Add a sentence to the top menu mentioning the
5661 specific version of Emacs this manual applies to.
5662
56631993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5664
5665 * basic.texi: Document next-line-add-lines variable used to
5666 implement down-arrow.
5667
5668 * killing.texi: Document kill-whole-line.
5669
56701993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5671
5672 * text.texi: Update unix TeX ordering information.
5673
56741993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5675
5676 * news.texi: Mention fill-rectangle in keybinding list.
5677
5678 * killing.texi: Document fill-rectangle.
5679
56801993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5681
5682 * vc.texi: Bring the docs up to date with VC 5.2.
5683
56841992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5685
5686 * emacs.tex: Mention blackbox and gomoku under Amusements.
5687 Assembler mode is now mentioned and appropriately indexed
5688 under Programming Modes.
5689
56901991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
5691
5692 * emacs.tex: Update TeX ordering information.
5693
8cf51b2c
GM
56941990-06-26 David Lawrence (tale@geech)
5695
5696 * emacs.tex: Note that completion-ignored-extensions is not used
5697 to filter out names when all completions are displayed in
5698 *Completions*.
5699
57001990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5701
5702 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5703
57041990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5705
5706 * emacs.tex: Add @findex grep.
5707
8cf51b2c
GM
57081988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5709
5710 * emacs.tex: Correct two typos. No other changes before
5711 Version 19 will be made.
5712
8cf51b2c
GM
57131988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5714
5715 * emacs.tex: Update information for obtaining TeX distribution from the
5716 University of Washington.
5717
5718;; Local Variables:
c8763fb6 5719;; coding: utf-8
8cf51b2c
GM
5720;; fill-column: 79
5721;; add-log-time-zone-rule: t
5722;; End:
5723
5724 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
dcb8ac09 5725 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
5726
5727 This file is part of GNU Emacs.
5728
352c8b4a 5729 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 5730 it under the terms of the GNU General Public License as published by
352c8b4a
GM
5731 the Free Software Foundation, either version 3 of the License, or
5732 (at your option) any later version.
8cf51b2c
GM
5733
5734 GNU Emacs is distributed in the hope that it will be useful,
5735 but WITHOUT ANY WARRANTY; without even the implied warranty of
5736 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5737 GNU General Public License for more details.
5738
5739 You should have received a copy of the GNU General Public License
352c8b4a 5740 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
5741
5742;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd