summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (abbreviated-home-dir): Doc fix.Dave Love1999-07-291-1/+1
|
* (dontcompilefiles): Add latin-[89].el.Dave Love1999-07-291-1/+1
|
* Initial revisionDave Love1999-07-292-0/+224
|
* Update comments.Dave Love1999-07-291-7/+10
|
* (x-fixed-font-alist): Add lucidasanstypewriter.Dave Love1999-07-281-4/+6
|
* Require cl only when compiling.Dave Love1999-07-281-21/+10
| | | | | | (msb--home-dir): Deleted. (msb--format-title): Use abbreviate-file-name. (msb--choose-file-menu): Simplify string comparison.
* (toolbar): Add face definition for mono displays.Gerd Moellmann1999-07-271-0/+2
|
* (fill-region-as-paragraph): Fix previous change.Karl Heuer1999-07-271-3/+7
|
* (frame-initialize): When setting frame-initial-frame-alist,Karl Heuer1999-07-271-1/+1
| | | | force copying of default-frame-alist.
* (ps-mule-begin-job): Fix malformed regexp.Kenichi Handa1999-07-271-1/+1
|
* (set-mouse-color): If new color is nil,Karl Heuer1999-07-261-1/+4
| | | | really respecify the current color.
* Initial revisionKarl Heuer1999-07-261-0/+1975
|
* (bitmap-area): Change background to white for mono displays.Gerd Moellmann1999-07-261-1/+4
|
* (ccl-embed-symbol): New function.Kenichi Handa1999-07-261-33/+25
| | | | | | | | | | (ccl-program-p): Deleted. Now it's implemented in C code. (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. (ccl-compile-translate-character): Likewise. (ccl-compile-map-single): Likewise. (ccl-compile-multiple-map-function): Likewise. (declare-ccl-program): Doc-string modified. (check-ccl-program): Check compiled CCL code by ccl-program-p.
* (fill-region-as-paragraph): Fix previous change.Kenichi Handa1999-07-261-4/+3
|
* (fill-region-as-paragraph): Fix previous change.Kenichi Handa1999-07-261-2/+1
|
* (custom-save-variables, custom-save-faces): SortMarkus Rost1999-07-251-47/+58
| | | | the entries to make custom-file more readable.
* (custom-save-delete): Avoid error for empty .emacs.Karl Heuer1999-07-251-1/+4
|
* (info-lookup-interactive-arguments): Add optionalKarl Heuer1999-07-251-10/+18
| | | | | | | argument query for new choice of help mode. (info-lookup-symbol): Use it. (info-lookup-file): Ditto. (info-lookup): Don't switch to other window, if already in Info buffer.
* Delete compatibility code.Karl Heuer1999-07-251-8/+7
| | | | | (edebug-next-token-class): If . is followed by a digit, return `symbol' for the token class.
* (command-line): If we don't find the user's init file,Karl Heuer1999-07-251-0/+5
| | | | set user-init-file to nil.
* (fortran-mode-syntax-table): Change `\' to `\'Dave Love1999-07-241-65/+45
| | | | | | | | | | syntax. (fortran-fontify-string, fortran-match-!-commen): Deleted. (fortran-font-lock-syntactic-keywords): New variable. (fortran-mode): Use it. (fortran-font-lock-keywords-1): Don't do comments. (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save match data.
* (sgml-validate-command): Use nsgmls.Dave Love1999-07-231-3/+4
|
* (hl-line-mode): Add autload cookies.Dave Love1999-07-231-0/+3
|
* (msb-menu-bar-update-buffers): Renamed fromDave Love1999-07-231-38/+43
| | | | | | | menu-bar-update-buffers. (msb-custom-set, msb--toggle-menu-type): Call msb-menu-bar-update-buffers. (msb-mode): Revise the hook setting.
* (turn-on-font-lock): Use tty-display-color-p.Dave Love1999-07-231-1/+1
|
* (top-level): Add jit-lock-mode as new support mode.Gerd Moellmann1999-07-231-29/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (font-lock-fontify-keywords-region): Stop when reaching end instead of letting re-search-forward signal an error. (jit-lock-mode): New. (font-lock-turn-on-thing-lock): Add jit-lock-mode. (font-lock-turn-off-thing-lock): Ditto. (font-lock-after-fontify-buffer): Ditto. (font-lock-after-unfontify-buffer): Ditto. (font-lock-comment-face): Add spec for color tty. (font-lock-string-face): Ditto. (font-lock-keyword-face): Ditto. (font-lock-builtin-face): Ditto. (font-lock-function-name-face): Ditto. (font-lock-variable-name-face): Ditto. (font-lock-type-face): Ditto. (font-lock-constant-face): Ditto. (font-lock-warning-face): Ditto. (font-lock-comment-face): Use new face attribute names. (font-lock-string-face): Ditto. (font-lock-keyword-face): Ditto. (font-lock-builtin-face): Ditto. (font-lock-function-name-face): Ditto. (font-lock-variable-name-face): Ditto. (font-lock-type-face): Ditto. (font-lock-reference-face): Ditto. (font-lock-warning-face): Ditto.
* (describe-key-briefly): Handle mode line stringsGerd Moellmann1999-07-231-2/+16
| | | | | | with local-map properties. (describe-key): Ditto. (mode-line-key-binding): New.
* (next-history-element): Set point to the end of theGerd Moellmann1999-07-231-1/+3
| | | | prompt if minibuffer-prompt-in-buffer.
* (lisp-font-lock-keywords-2): Fix regexp.Karl Heuer1999-07-231-12/+12
|
* (fill-region-as-paragraph): Avoid backing upKenichi Handa1999-07-231-1/+5
| | | | before left margin and fill-prefix by fill-find-break-point.
* (encoded-kbd-self-insert-iso2022-7bit): Don't insert the characterKenichi Handa1999-07-231-22/+16
| | | | | | | but push it to unread-command-events. (encoded-kbd-self-insert-iso2022-8bit): Likewise. (encoded-kbd-self-insert-sjis): Likewise. (encoded-kbd-self-insert-big5): Likewise.
* (info-lookup-setup-mode): Don't give up, ifKarl Heuer1999-07-221-2/+4
| | | | | | info-lookup-make-completions returns an error. (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file name latex, not latex2e.
* (perform-replace): Turn off case-fold-searchKarl Heuer1999-07-211-0/+3
| | | | if FROM-STRING argument has uppercase in it.
* Complete rewrite.Gerd Moellmann1999-07-211-1411/+1347
|
* New file.Gerd Moellmann1999-07-214-0/+1286
|
* (enriched-translations): Add `display' and "x-display".Gerd Moellmann1999-07-211-1/+36
| | | | | (enriched-handle-display-prop): New. (enriched-decode-display-prop): New.
* (cl-make-hash-table): Renamed from make-hash-table.Gerd Moellmann1999-07-211-7/+3
| | | | | | | | | | (cl-hash-table-p): Renamed from hash-table-p. (cl-hash-table-count): Renamed from hash-table-count. (maphash): Alias to cl-maphash removed. (gethash): Likewise. (puthash): Likewise. (remhash): Likewise. (clrhash): Likewise.
* (easy-menu-do-add-item): Support for new seperator types.Gerd Moellmann1999-07-211-9/+3
|
* (defface): Extend documentation to include newGerd Moellmann1999-07-211-2/+4
| | | | | face attributes. (defface): Add new face attributes to function comment.
* (make-mode-line-mouse-sensitive): Add keyGerd Moellmann1999-07-211-2/+129
| | | | | | | | | | | | | | | | | | | | | | definitions for `top-line'. (mode-line-format): Replace `mode-name' with `(:eval mode-line-mode-name)'. (mode-line-mode-name): New. (make-mode-line-mouse-sensitive): Don't change default value of `mode-name'. (make-mode-line-mouse-sensitive): Use down-mouse-3 instead of mouse-3 to pop up menus. (make-mode-line-mouse-sensitive): Pop mouse buffer menu over buffer name. (mode-line-buffer-menu-1): Removed. (mode-line-buffer-identification-keymap): New. (mode-line-buffer-menu-keymap): New. (mode-line-mode-menu-keymap): New. (mode-line-unbury-buffer): New. (mode-line-other-buffer): New. (mode-line-buffer-menu-1): New. (mode-line-mode-menu-1): New. (make-mode-line-mouse-sensitive): New.
* Ditto.Gerd Moellmann1999-07-211-56/+246
| | | | | | | | | | | | | | | | (custom-face-attributes): Add overline, strike-through, box. (custom-face-attributes): Use `choice' everywhere so that "*" can be entered. (custom-face-attributes): Don't use `#''. (custom-face-attributes): Accept color name. (custom-facep): Always define as alias for facep. (custom-face-attributes): Use choice widgets. Remove :bold and :italic. (custom-face-attributes): Add :bold and :italic for compatibility with old code. (custom-face-attributes): Use new face attributes. (custom-declare-face): Don't make frame-local faces. (global): Face relief added.
* (top-level): Give `display' property `format-list-atomic-p.Gerd Moellmann1999-07-211-1/+6
| | | | | (format-annotate-single-property-change): Test that property. If present, treat list property values like atoms.
* (after-setting-font-hooks): New; from Eric BanchrowGerd Moellmann1999-07-211-3/+120
| | | | | | | | | <offby1@blarg.net>. (set-frame-font): Run the hooks. (frame-initialize): Use tty-create-frame-with-faces. (show-trailing-whitespace): New. (blink-cursor-mode): Function to toggle blinking cursor mode. The cursor of selected_window blinks if the mode is enabled.
* (scroll-bar-timer): New.Gerd Moellmann1999-07-211-7/+66
| | | | | | | (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. (scroll-bar-toolkit-scroll): Handle `top' and `bottom'. (scroll-bar-toolkit-scroll): New. (global): Use different key bindings if using toolkit scroll bars.
* (command-line-1): Activate tooltip mode if interactive.Gerd Moellmann1999-07-211-2/+17
| | | | | (command-line-1): Call make-mode-line-mouse-sensitive. (command-line): Register default tty colors.
* (widget-use-overlay-change): Uncustomize and make it unconditionally t.Dave Love1999-07-201-4/+2
|
* (c++-font-lock-extra-types): Add "type_info".Karl Heuer1999-07-201-0/+1
|
* (describe-variable): Fix test for customizability.Dave Love1999-07-201-3/+3
|
* (append-to-buffer, prepend-to-buffer, copy-to-buffer): Check forDave Love1999-07-201-6/+9
| | | | | | readonly buffer in interactive spec. (zap-to-char, kill-line, kill-region, comment-region, kill-word) (backward-kill-word): Add * to interactive spec.