summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document tags-case-fold-search, tags-apropos-verbose and tags-tag-face.Eli Zaretskii2000-08-221-0/+14
|
* Mark sort-numeric-fields and sort-numeric-base as documented in the manual.Eli Zaretskii2000-08-221-1/+2
|
* Mark isearch-lazy-highlight as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* More details and index entries for isearch-lazy-highlight.Eli Zaretskii2000-08-221-0/+9
|
* Mark `ispell' and the DOZe'NT support as documented in the manual.Eli Zaretskii2000-08-221-0/+2
|
* Document that ispell works, and mention Eshell as an alternativeEli Zaretskii2000-08-221-1/+9
| | | | to Shell mode.
* Document the new operation of the `ispell' command.Eli Zaretskii2000-08-221-0/+8
|
* Mark mouse-highlight on MS-DOS as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Document support for help strings and mouse highlight.Eli Zaretskii2000-08-221-0/+5
|
* Document clone-indirect-buffer.Eli Zaretskii2000-08-221-0/+21
|
* (TAGS): Don't use [a-zA-Z]*, as it causes wildcardEli Zaretskii2000-08-222-1/+9
| | | | | expansion to become case-sensitive and return all file names in upper case on plain DOS.
* Mark change-log-version-info-enabled andEli Zaretskii2000-08-221-0/+2
| | | | change-log-version-number-regexp-list as being documented in the manual.
* Document change-log-version-info-enabled andEli Zaretskii2000-08-221-0/+11
| | | | change-log-version-number-regexp-list.
* Mark max-mini-window-height as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* More details about minibuffer window resizing control.Eli Zaretskii2000-08-221-1/+4
|
* Mark the `e' command in query-replace as being documented.Eli Zaretskii2000-08-221-0/+1
|
* Document the new `e' command inside query-replace.Eli Zaretskii2000-08-221-0/+3
|
* Mark indicate-empty-lines as being documented.Eli Zaretskii2000-08-221-0/+1
|
* Document the indicate-empty-lines variable.Eli Zaretskii2000-08-221-0/+9
|
* Mark x-stretch-cursor as being documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Document the x-stretch-cursor variable.Eli Zaretskii2000-08-221-0/+7
|
* Document backup-by-copying-when-privileged-mismatch.Eli Zaretskii2000-08-221-2/+10
|
* Mark automatic-hscrolling as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Document the automatic hscrolling.Eli Zaretskii2000-08-221-8/+6
|
* Mark busy-cursor as being documented.Eli Zaretskii2000-08-221-0/+1
|
* Document the busy-cursor feature.Eli Zaretskii2000-08-221-0/+8
|
* (comint-output-filter):Miles Bader2000-08-222-1/+14
| | | | | | Compare end of comint-last-output-overlay with the start of the newly inserted text, not the end, when deciding whether to extend it. Set saved-point's insertion type to advance after insertion.
* (shell-font-lock-keywords): Remove prompt highlighting, since this isMiles Bader2000-08-221-2/+1
| | | | now done independently of font-lock mode.
* Mark the `menu' face as already documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* check-parens can also find unbalanced quotes in strings.Eli Zaretskii2000-08-221-3/+3
|
* Mark check-parens as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Add cindex entry for unbalanced parentheses.Eli Zaretskii2000-08-221-0/+1
|
* Mark server-kill-new-buffers as documented in the manual.Eli Zaretskii2000-08-221-2/+3
| | | | Fix typos.
* Document server-kill-new-buffers.Eli Zaretskii2000-08-221-1/+13
|
* Mark hexl-insert-hex-string as documented.Eli Zaretskii2000-08-221-0/+1
|
* Update the Hexl node.Eli Zaretskii2000-08-221-0/+6
|
* Mark load-dangerous-libraries as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Document load-dangerous-libraries.Eli Zaretskii2000-08-221-0/+9
|
* Mark comment-dwim as described in the manual.Eli Zaretskii2000-08-221-1/+3
|
* Document comment-dwim and the new binding of M-;.Eli Zaretskii2000-08-221-12/+32
| | | | Document that kill-comment is now an alias for comment-kill.
* Mark list-charset-chars as documented in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Document list-charset-chars.Eli Zaretskii2000-08-221-9/+14
|
* Mark the operation of chosing safe coding system as explainedEli Zaretskii2000-08-221-0/+1
| | | | in the manual.
* Document the way Emacs prompts for a safe coding system when theEli Zaretskii2000-08-221-0/+28
| | | | buffer is saved.
* Mark inhibit-iso-escape-detection as updated in the manual.Eli Zaretskii2000-08-221-0/+1
|
* Mark timeclock.el as being described in the manual.Eli Zaretskii2000-08-221-0/+1
|
* *** empty log message ***Stefan Monnier2000-08-211-0/+2
|
* (find_field): Formatting changes.Gerd Moellmann2000-08-212-64/+106
| | | | | | (toplevel): Some old-style function forward declarations changed to prototypes, some new protypes added, some functions made static.
* (set_time_zone_rule): Add prototype.Gerd Moellmann2000-08-211-0/+2
| | | | (use_dialog_box): External declaration.
* (gen_help_event): Add parameter SIZE.Gerd Moellmann2000-08-212-43/+90
| | | | | | | | | | | (kbd_buffer_events_waiting): Slightly rewritten. (clear_event): New function. (kbd_buffer_get_event): Use it, and clear the input_events of HELP_EVENTs. (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and don't fill the newly created array with nils. (toplevel): Convert some old-style function forward declarations to prototypes.