aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (kill-paragraph, backward-kill-paragraph)Dave Love2000-02-232-4/+11
| | | | (backward-kill-sentence, kill-sentence): Likewise.
* (zap-to-char, kill-line, kill-region, kill-word)Dave Love2000-02-231-5/+5
| | | | (backward-kill-word): Revert addition of * to interactive spec.
* (mouse-drag-mode-line-1): Remove `growth =' message.Dave Love2000-02-232-1/+20
|
* (gud-jdb-build-class-source-alist): Prepend space to scratch bufferDave Love2000-02-231-7/+6
| | | | | name. (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
* (internal-face-interactive): Update prompt for new read-face-name.Dave Love2000-02-231-2/+2
|
* (list-faces-display): Fix header typo.Dave Love2000-02-231-1/+1
|
* (footnote): Add :version to defgroup.Dave Love2000-02-231-42/+43
| | | | | | | | | | (footnote-section-tag-regexp): Customize. (footnote-start-tag, footnote-end-tag): New option. (footnote-latin-regexp): New variable. (Footnote-latin): New function. (footnote-style-alist): Add element for latin style. (footnote-style): Moved. (Footnote-goto-footnote): Use eq to test arg.
* Comment change.Dave Love2000-02-231-5/+0
|
* (auto-show): Defgroup doc fix.Dave Love2000-02-231-2/+2
|
* *** empty log message ***Gerd Moellmann2000-02-232-0/+6
|
* (Fstring_to_number): If number is greater than whatGerd Moellmann2000-02-231-14/+23
| | | | fits into an integer, return a float.
* *** empty log message ***Dave Love2000-02-231-0/+16
|
* Change old backquote syntax.Dave Love2000-02-231-20/+24
| | | | | | | (byte-compile-const-symbol-p): New function. (byte-compile-constp, byte-compile-out-toplevel) (byte-compile-form, byte-compile-form, byte-compile-variable-ref): Use it.
* Change old backquote syntax.Dave Love2000-02-231-8/+21
| | | | | | | (byte-compile-trueconstp): Include keywords. (byte-optimize-quote, byte-optimize-lapcode): Use byte-compile-const-symbol-p. (byte-optimize-char-before): New optimization.
* define-key-after change.Dave Love2000-02-231-3/+4
|
* (define-key-after): Default AFTER to t. Doc fix.Dave Love2000-02-231-5/+8
|
* *** empty log message ***Gerd Moellmann2000-02-232-0/+14
|
* (specbind): Remove references toGerd Moellmann2000-02-231-2/+0
| | | | keyword_symbols_constant_flag.
* (keyword_symbols_constant_flag): Removed.Gerd Moellmann2000-02-231-12/+2
| | | | | (Fmakunbound, set_internal, syms_of_data): Remove references to keyword_symbols_constant_flag.
* (Fbyte_code): Remove keyword_symbols_constant_flag.Gerd Moellmann2000-02-231-2/+0
|
* Be sure to update minor-mode-alistKenichi Handa2000-02-231-21/+94
| | | | | | | | | | and minor-mode-map-alist. (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift codes SS2 and SS3 correctly. (encoded-kbd-self-insert-ccl): New function. (encoded-kbd-setup-keymap): New function. (encoded-kbd-mode): Handle CCL based coding system. Setup keymap by calling encoded-kbd-setup-keymap.
* *** empty log message ***Kenichi Handa2000-02-231-0/+9
|
* Don't change syntax of multibyteKenichi Handa2000-02-231-10/+4
| | | | | | characters. (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
* *** empty log message ***Kenichi Handa2000-02-232-0/+17
|
* (multibyte_syntax_as_symbol): New variable.Kenichi Handa2000-02-231-9/+32
| | | | | | | | | (syms_of_syntax): Declare it as a Lisp variable. (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are nonzero, treat all multibyte characters as symbol. (init_syntax_once): Give syntax `word' to all mutlbiyte characters.
* (when, unless, split-string): Doc fix.Dave Love2000-02-222-5/+78
| | | | | | (read-passwd): Move call of clear-this-command-keys to the right place. (replace-regexps-in-string): New function.
* (emacs-lisp-mode-syntax-table)Dave Love2000-02-221-72/+71
| | | | | | | | | | | (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar. (lisp-mode-syntax-table): Set up for #|...|# comments. (lisp-imenu-generic-expression): Purecopy strings. Use syntax classes. Match `defface'. (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. (eval-defun-1): Fix for defcustom. (lisp-indent-region): Doc fix.
* *** empty log message ***Richard M. Stallman2000-02-221-6/+0
|
* (describe-variable): Set syntax table toGerd Moellmann2000-02-222-0/+7
| | | | | emacs-lisp-mode-syntax-table when moving forward over the symbol's name.
* (xterm-mouse-mode): Typo.Dave Love2000-02-222-1/+10
|
* Doc fixes.Dave Love2000-02-221-20/+19
| | | | | | (xterm-mouse-position-function): New function, replacing advice of mouse-position. (xterm-mouse-mode): Use it.
* Remove bogus spec for define-condition.Dave Love2000-02-221-4/+1
|
* (Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.Eli Zaretskii2000-02-222-0/+9
|
* (x_window_to_frame, x_any_window_to_frame)Gerd Moellmann2000-02-212-19/+36
| | | | (x_non_menubar_window_to_frame): Check the busy-cursor window.
* (Fmouse_position): GCPRO retval instead of x and y.Gerd Moellmann2000-02-211-6/+4
|
* (Vmouse_position_function): New variable.Dave Love2000-02-212-4/+28
| | | | | (Fmouse_position): Use it. (syms_of_frame): Install it.
* (format-annotate-single-property-change): HandleGerd Moellmann2000-02-212-18/+38
| | | | | properties.with dotted-list values. (format-proper-list-p): New function.
* (enriched-face-ans): Handle '(foreground-colorGerd Moellmann2000-02-211-1/+5
| | | | . COLOR) and (background-color . COLOR).
* (find_charset_in_str): Fix use of `c' instead of `c1'.Dave Love2000-02-211-2/+2
|
* (Finsert_file_contents): Unbind the binding ofGerd Moellmann2000-02-202-1/+14
| | | | standard-output done by temp_output_buffer_setup.
* (flyspell-mouse-map): Change definitionDave Love2000-02-202-24/+53
| | | | | | | | and assignments to it. (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting current local map. (make-flyspell-overlay): Use it. (flyspell-correct-word/mouse-keymap): Change XEmacs test.
* Don't require emacsbug at top level.Dave Love2000-02-201-165/+133
| | | | | | | | | | (lm-get-header-re): Defun, not defsubst. (lm-get-package-name): Defun, not defsubst. Simplify. (lm-version): Doc fix. Simplify. (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) (lm-crack-address, lm-last-modified-date, lm-commentary) (lm-verify, lm-synopsis): Simplify. (lm-report-bug): Require emacsbug. Use compose-mail.
* *** empty log message ***Gerd Moellmann2000-02-202-5/+17
|
* (dired-mode): Call propertized-buffer-identification toGerd Moellmann2000-02-201-1/+2
| | | | set mode-line-buffer-identification with text properties added.
* (propertized-buffer-identification): New function.Gerd Moellmann2000-02-201-6/+13
|
* (Fbyte_code) <Bvarset>: Inline most common case.Gerd Moellmann2000-02-201-7/+34
|
* (funcall_lambda): Don't bind Qmocklisp_arguments unlessGerd Moellmann2000-02-201-53/+87
| | | | | | Vmocklisp_arguments is nil. Inline Fcar and Fcdr. (specbind, unbind_to): Handle most common case of non-constant symbol with trivial value specially.
* *** empty log message ***Richard M. Stallman2000-02-202-5/+43
|
* Comment changes.Richard M. Stallman2000-02-201-41/+50
|
* (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2000-02-201-88/+60
| | | | | | Init found_for_buffer to 0. (Fmake_variable_frame_local): If the variable has already been buffer-local, set the check_frame field.