aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Delete Footnote mode info.Richard M. Stallman2001-02-191-45/+30
| | | | | | | Comment out EUDC info. Merge fortune-to-signature info with spook in one node, called Mail Amusements. Other small changes.
* Comment out description of re-builder.Richard M. Stallman2001-02-191-102/+115
| | | | | | | | Clarify isearch highlighting info and input method info. Rewrite descriptions of non-greedy repetition, \{...\}, and shy groups. Rewrite "Other Repeating Search" node. Other small clarifications.
* *** empty log message ***Dave Love2001-02-181-0/+5
|
* (imenu--generic-function): Use mapc to iterate overDave Love2001-02-181-2/+3
| | | | syntax characters.
* Don't say that the mode line is taller, because we are fixing that.Richard M. Stallman2001-02-171-11/+10
| | | | Minor cleanups.
* New node Rmail Coding for the discussion of coding systems.Richard M. Stallman2001-02-171-39/+49
| | | | | Clarify goto-address and fix errors. Minor cleanups.
* (fortran-strip-sqeuence-nos): Doc fix.Richard M. Stallman2001-02-172-3/+5
|
* Clarify undisplayable characters, --unibyte, locales.Richard M. Stallman2001-02-171-153/+163
| | | | | | | | | Clarify self-insertion of non-ASCII 8-bit chars. Clarify coding system detection of escape sequences. Clarify keyboard input methods and coding systems. Comment out the commands to inquire about character sets. Misc cleanups.
* Delete find-file-text and find-file-binary.Richard M. Stallman2001-02-171-75/+53
| | | | Misc cleanups.
* Clean up close-quote punctuation.Richard M. Stallman2001-02-175-344/+347
|
* Update copyright year.Richard M. Stallman2001-02-171-1/+1
|
* Clean up max-mini-window-height and Partial Completion mode.Richard M. Stallman2001-02-171-22/+27
|
* One more small cleanup.Richard M. Stallman2001-02-172-2/+2
|
* Clean up intro to Transient Mark mode.Richard M. Stallman2001-02-171-6/+17
| | | | Explain that it changes the behavior of some commands.
* Small cleanups in usage.Richard M. Stallman2001-02-171-20/+18
|
* Rewrite kill-read-only-ok, Delete Selection mode, replace-rectangle.Richard M. Stallman2001-02-171-22/+25
|
* Upcase "mouse" in @kbd.Richard M. Stallman2001-02-172-13/+13
|
* Clean up close-quote punctuation.Richard M. Stallman2001-02-171-5/+5
| | | | Clarify that "Linux" is the kernel.
* Clean up and move index-searching recommendation.Richard M. Stallman2001-02-171-19/+23
| | | | Other minor changes.
* Add Tool Bar. Minor cleanups.Richard M. Stallman2001-02-171-1/+7
|
* The log entry for the previous version was a spazz. Ignore it.Richard M. Stallman2001-02-171-1/+1
| | | | | New node Cursor Display. Put x-stretch-cursor there. Put "busy cursor" stuff in Display Custom node.
* Delete info on Font Lock Support Modes.Richard M. Stallman2001-02-172-382/+231
| | | | | | | | | Rewrite tool bar info. Rewrite wheeled mouse section. Rewrite Hi-Lock section. Rewrite trailing whitespace section. Move indicate-empty-lines into trailing whitespace section. Move busy-cursor stuff to display.texi. Rename Misc X node to Frame Commands, and move it. Many minor changes.
* Fix some Texinfo usage.Richard M. Stallman2001-02-172-21/+23
|
* Minor cleanup.Richard M. Stallman2001-02-171-17/+18
|
* Fix punctuation in license notices.Richard M. Stallman2001-02-171-4/+4
|
* Minor changes.Richard M. Stallman2001-02-171-2/+2
|
* Minor changes in previous change.Richard M. Stallman2001-02-171-6/+6
|
* Display Vars node renamed Display Custom.Richard M. Stallman2001-02-171-45/+60
| | | | | | | Include info there about customizing cursor appearance. Clean up aggressive scrolling. Clarify horizontal scrolling discussion. Fix index entries for line number mode.
* Just a short xref for dired-x.Richard M. Stallman2001-02-171-25/+35
| | | | | | Clean up dired-recursive-deletes and dired-recursive-copies. Clean up ? in shell command. Mention M-x locate here.
* Don't use naked lambdas in examples. Fix bad @xref usage.Richard M. Stallman2001-02-171-31/+40
| | | | | Fix errors in file-coding-system-alist example, and clarify text. Other minor changes.
* Minor change in wording.Richard M. Stallman2001-02-171-2/+2
|
* New general discussion of the environment.Richard M. Stallman2001-02-171-96/+80
| | | | | | Comment out privateColormap. Delete visualClass. Delete EMACSLOCKDIR.
* Various clarifications.Richard M. Stallman2001-02-171-29/+33
|
* Rewrite discussion of load-dangerous-libraries.Richard M. Stallman2001-02-171-6/+4
|
* Major rewrite of Uniquify node and Iswitchb node.Richard M. Stallman2001-02-171-81/+90
| | | | | | | Reorder info about indirect buffers, and clarify. Put BS and MSB together in one node, Buffer Menus. Don't mention kill-read-only-ok here. Misc. clarifications.
* (uniquify-buffer-name-style): Doc fix.Richard M. Stallman2001-02-172-1/+5
|
* Miscellaneous clarifications.Richard M. Stallman2001-02-171-46/+32
| | | | Info on customizing cursor moved to display.texi.
* Fix quote marks and periods.Richard M. Stallman2001-02-171-13/+13
| | | | Fix @smallexample usage.
* Fix quote marks and periods.Richard M. Stallman2001-02-171-1/+1
|
* Fix style of @kbd{...Mouse...}.Richard M. Stallman2001-02-171-2/+2
|
* Many small clarifications.Richard M. Stallman2001-02-161-254/+217
| | | | | | | | | | New node File Name Cache, broken out of the File Convenience node. Use @command. Eliminate invalid @vindex. Delete duplicate index entries. Delete vc-ignore-vc-files and vc-handle-cvs. Add vc-handled-backends. Clarify Auto Compression mode, Tar mode, Diff mode, Smerge mode, and Archive mode. Rewrite Shadow File node. Rewrite Timestamp text.
* *** empty log message ***Gerd Moellmann2001-02-162-1/+9
|
* (mouse-save-then-kill): If the distance from the newGerd Moellmann2001-02-161-1/+1
| | | | | point to the mark is equal to the distance of point from the new point, move point instead of the mark.
* (set_window_buffer): Fix last change.Gerd Moellmann2001-02-161-1/+1
|
* *** empty log message ***Gerd Moellmann2001-02-162-1/+3
|
* (set_window_buffer): Set window's vscroll to 0.Gerd Moellmann2001-02-161-2/+2
|
* (flyspell-get-word): Return string withoutDave Love2001-02-162-1/+6
| | | | properties.
* (coordinates_in_window): Increase width of areaGerd Moellmann2001-02-162-5/+11
| | | | where the vertical line can be dragged.
* Add an item for the Info manual update, and another for removalEli Zaretskii2001-02-161-0/+7
| | | | of the binary files handling on DOS/Windows.
* (generic-find-file-regexp): Doc fix.Eli Zaretskii2001-02-162-4/+31
| | | | | | | (generic-ignore-files-regexp): New defcustom. (generic-mode-find-file-hook): If the file's name matches the regexp in `generic-ignore-files-regexp', don't enter default-generic-mode. Doc fix.