]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years agoRemove definition of CONST.
Dave Love [Sun, 27 Feb 2000 12:48:53 +0000 (12:48 +0000)]
Remove definition of CONST.

24 years ago*** empty log message ***
Dave Love [Sun, 27 Feb 2000 12:31:28 +0000 (12:31 +0000)]
*** empty log message ***

24 years agoFix pattern for osf5+.
Dave Love [Sun, 27 Feb 2000 12:28:12 +0000 (12:28 +0000)]
Fix pattern for osf5+.

24 years agoreplace-regexps-in-string, mouse-position-function, define-key-after change
Dave Love [Sat, 26 Feb 2000 14:00:51 +0000 (14:00 +0000)]
replace-regexps-in-string, mouse-position-function, define-key-after change

24 years ago(read_char): Set `usec' correctly.
Kenichi Handa [Sat, 26 Feb 2000 02:55:10 +0000 (02:55 +0000)]
(read_char): Set `usec' correctly.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 26 Feb 2000 02:53:47 +0000 (02:53 +0000)]
*** empty log message ***

24 years ago(ccl_driver) [CCL_MapMultiple]: When the mapped value is
Kenichi Handa [Sat, 26 Feb 2000 01:13:11 +0000 (01:13 +0000)]
(ccl_driver) [CCL_MapMultiple]: When the mapped value is
`lambda', set reg[RRR] to the map index.
(ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
reg[RRR] to 0.  Otherwise, set it to -1.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 26 Feb 2000 01:12:19 +0000 (01:12 +0000)]
*** empty log message ***

24 years ago(main): Remove code snipped commented out with `//'.
Gerd Moellmann [Fri, 25 Feb 2000 20:34:28 +0000 (20:34 +0000)]
(main): Remove code snipped commented out with `//'.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 25 Feb 2000 15:47:41 +0000 (15:47 +0000)]
*** empty log message ***

24 years agoIndent `pprint-logical-block' properly.
Gerd Moellmann [Fri, 25 Feb 2000 15:46:24 +0000 (15:46 +0000)]
Indent `pprint-logical-block' properly.

24 years ago(rmail-resend): Verify buffer is really Rmail.
Gerd Moellmann [Fri, 25 Feb 2000 15:44:18 +0000 (15:44 +0000)]
(rmail-resend): Verify buffer is really Rmail.

24 years ago(Ffile_symlink_p): If result starts with a `/'
Gerd Moellmann [Fri, 25 Feb 2000 15:42:23 +0000 (15:42 +0000)]
(Ffile_symlink_p): If result starts with a `/'
and contains a `:', prepend `/:'.

24 years ago(select_window_1): If selected_window is nil,
Gerd Moellmann [Fri, 25 Feb 2000 15:41:43 +0000 (15:41 +0000)]
(select_window_1): If selected_window is nil,
don't "swap out" the buffer's point.
(Fset_window_configuration): Set selected_window to nil
before calling Fselect_window.
(unshow_buffer): Don't set point in buffer from window's point
if another more recently selected window also shows the buffer.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 25 Feb 2000 14:05:59 +0000 (14:05 +0000)]
*** empty log message ***

24 years ago(recursive_edit_1): Cancel busy-cursor.
Gerd Moellmann [Fri, 25 Feb 2000 14:05:03 +0000 (14:05 +0000)]
(recursive_edit_1): Cancel busy-cursor.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 25 Feb 2000 13:35:37 +0000 (13:35 +0000)]
*** empty log message ***

24 years ago(show-cursor-in-non-selected-windows): New option.
Gerd Moellmann [Fri, 25 Feb 2000 13:34:08 +0000 (13:34 +0000)]
(show-cursor-in-non-selected-windows): New option.
(busy-cursor-delay-seconds): New option.

24 years ago(inhibit_busy_cursor, busy_count): Removed.
Gerd Moellmann [Fri, 25 Feb 2000 13:32:18 +0000 (13:32 +0000)]
(inhibit_busy_cursor, busy_count): Removed.
(Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
(busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
variables.
(DEFAULT_BUSY_CURSOR_DELAY): New define.
(start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
(hide_busy_cursor): New functions.
(syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.

24 years ago(read_minibuf): Cancel busy-cursor.
Gerd Moellmann [Fri, 25 Feb 2000 13:31:28 +0000 (13:31 +0000)]
(read_minibuf): Cancel busy-cursor.

24 years ago(command_loop_1): Call start_busy_cursor before
Gerd Moellmann [Fri, 25 Feb 2000 13:30:50 +0000 (13:30 +0000)]
(command_loop_1): Call start_busy_cursor before
Fcommand_execute and cancel_busy_cursor after it.
(timer_check): Remove busy-cursor code.
(Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
cursor timer.

24 years ago(wait_reading_process_input): Remove busy-cursor code.
Gerd Moellmann [Fri, 25 Feb 2000 13:30:07 +0000 (13:30 +0000)]
(wait_reading_process_input): Remove busy-cursor code.

24 years ago(Fsignal): Call cancel_busy_cursor instead of
Gerd Moellmann [Fri, 25 Feb 2000 13:29:33 +0000 (13:29 +0000)]
(Fsignal): Call cancel_busy_cursor instead of
Fx_hide_busy_cursor.

24 years ago(Fx_show_busy_cursor, Fx_hide_busy_cursor):
Gerd Moellmann [Fri, 25 Feb 2000 13:29:08 +0000 (13:29 +0000)]
(Fx_show_busy_cursor, Fx_hide_busy_cursor):
Remove prototyoes.
(start_busy_cursor, cancel_busy_cursor): Add prototypes.

24 years ago(Fx_hide_busy_cursor): Remove prototype.
Gerd Moellmann [Fri, 25 Feb 2000 13:28:41 +0000 (13:28 +0000)]
(Fx_hide_busy_cursor): Remove prototype.

24 years ago(XTread_socket): Remove busy-cursor code.
Gerd Moellmann [Fri, 25 Feb 2000 13:28:07 +0000 (13:28 +0000)]
(XTread_socket): Remove busy-cursor code.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 25 Feb 2000 13:21:42 +0000 (13:21 +0000)]
*** empty log message ***

24 years ago(flush_stdout) [GLYPH_DEBUG]: New function.
Gerd Moellmann [Fri, 25 Feb 2000 13:20:36 +0000 (13:20 +0000)]
(flush_stdout) [GLYPH_DEBUG]: New function.
(build_frame_matrix_from_leaf_window): Put code handling
glyph row's not being a slice of a frame row in #if 0.
(sync_window_with_frame_matrix_rows): New function.
(frame_row_to_window): New function.
(mirror_line_dance): Handle copies between windows.

24 years ago(Helper-describe-mode): Make buffer writable.
Gerd Moellmann [Fri, 25 Feb 2000 13:15:14 +0000 (13:15 +0000)]
(Helper-describe-mode): Make buffer writable.

24 years ago(Fload): Use `xfree' instead of `free'.
Gerd Moellmann [Fri, 25 Feb 2000 13:14:25 +0000 (13:14 +0000)]
(Fload): Use `xfree' instead of `free'.
(init_obarray): Use `xmalloc' instead of `malloc'.

24 years ago(coordinates_in_window): Take frame's internal border width
Gerd Moellmann [Fri, 25 Feb 2000 10:39:47 +0000 (10:39 +0000)]
(coordinates_in_window): Take frame's internal border width
into account.

24 years ago(Fset_window_buffer): Set WINDOW to the window
Gerd Moellmann [Fri, 25 Feb 2000 10:22:28 +0000 (10:22 +0000)]
(Fset_window_buffer): Set WINDOW to the window
after decoding.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 24 Feb 2000 14:05:02 +0000 (14:05 +0000)]
*** empty log message ***

24 years ago(show-cursor-in-non-selected-windows): New option.
Gerd Moellmann [Thu, 24 Feb 2000 14:03:59 +0000 (14:03 +0000)]
(show-cursor-in-non-selected-windows): New option.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 24 Feb 2000 13:55:54 +0000 (13:55 +0000)]
*** empty log message ***

24 years ago(x_display_and_set_cursor): Display cursor of
Gerd Moellmann [Thu, 24 Feb 2000 13:54:08 +0000 (13:54 +0000)]
(x_display_and_set_cursor): Display cursor of
non-selected windows depending on the setting of
cursor_in_non_selected_windows.

24 years ago(cursor_in_non_selected_windows): New variable.
Gerd Moellmann [Thu, 24 Feb 2000 13:53:12 +0000 (13:53 +0000)]
(cursor_in_non_selected_windows): New variable.
(syms_of_xdisp): DEFVAR_BOOL it.

24 years ago(include-other-diary-files): Undo the selective
Gerd Moellmann [Thu, 24 Feb 2000 13:47:36 +0000 (13:47 +0000)]
(include-other-diary-files): Undo the selective
display in any included file and don't kill it.

24 years ago(dired-mode-map): Don't remove "Edit" from the menu
Eli Zaretskii [Thu, 24 Feb 2000 12:59:48 +0000 (12:59 +0000)]
(dired-mode-map): Don't remove "Edit" from the menu
bar.  Menu items converted to (menu-item format, help strings
added.
[downcase, upcase]: Don't enable on MS-DOS.
[symlink, symlinks]: Don't show if make-symbolic-link is not
bound.
[chown, chgrp]: Don't show on MS-DOS and MS-Windows.

24 years ago*** empty log message ***
Richard M. Stallman [Thu, 24 Feb 2000 11:44:43 +0000 (11:44 +0000)]
*** empty log message ***

24 years ago(kill-paragraph, backward-kill-paragraph)
Dave Love [Wed, 23 Feb 2000 23:10:32 +0000 (23:10 +0000)]
(kill-paragraph, backward-kill-paragraph)
(backward-kill-sentence, kill-sentence): Likewise.

24 years ago(zap-to-char, kill-line, kill-region, kill-word)
Dave Love [Wed, 23 Feb 2000 23:08:02 +0000 (23:08 +0000)]
(zap-to-char, kill-line, kill-region, kill-word)
(backward-kill-word): Revert addition of * to interactive spec.

24 years ago(mouse-drag-mode-line-1): Remove `growth =' message.
Dave Love [Wed, 23 Feb 2000 22:20:44 +0000 (22:20 +0000)]
(mouse-drag-mode-line-1): Remove `growth =' message.

24 years ago(gud-jdb-build-class-source-alist): Prepend space to scratch buffer
Dave Love [Wed, 23 Feb 2000 22:17:05 +0000 (22:17 +0000)]
(gud-jdb-build-class-source-alist): Prepend space to scratch buffer
name.
(gud-format-command): Use int-to-string in ?l case.  Simplify slightly.

24 years ago(internal-face-interactive): Update prompt for new read-face-name.
Dave Love [Wed, 23 Feb 2000 20:44:04 +0000 (20:44 +0000)]
(internal-face-interactive): Update prompt for new read-face-name.

24 years ago(list-faces-display): Fix header typo.
Dave Love [Wed, 23 Feb 2000 20:39:38 +0000 (20:39 +0000)]
(list-faces-display): Fix header typo.

24 years ago(footnote): Add :version to defgroup.
Dave Love [Wed, 23 Feb 2000 20:25:34 +0000 (20:25 +0000)]
(footnote): Add :version to defgroup.
(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.

24 years agoComment change.
Dave Love [Wed, 23 Feb 2000 20:16:50 +0000 (20:16 +0000)]
Comment change.

24 years ago(auto-show): Defgroup doc fix.
Dave Love [Wed, 23 Feb 2000 14:52:41 +0000 (14:52 +0000)]
(auto-show): Defgroup doc fix.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 23 Feb 2000 12:52:38 +0000 (12:52 +0000)]
*** empty log message ***

24 years ago(Fstring_to_number): If number is greater than what
Gerd Moellmann [Wed, 23 Feb 2000 12:50:35 +0000 (12:50 +0000)]
(Fstring_to_number): If number is greater than what
fits into an integer, return a float.

24 years ago*** empty log message ***
Dave Love [Wed, 23 Feb 2000 12:34:34 +0000 (12:34 +0000)]
*** empty log message ***

24 years agoChange old backquote syntax.
Dave Love [Wed, 23 Feb 2000 12:29:05 +0000 (12:29 +0000)]
Change old backquote syntax.
(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.

24 years agoChange old backquote syntax.
Dave Love [Wed, 23 Feb 2000 12:28:09 +0000 (12:28 +0000)]
Change old backquote syntax.
(byte-compile-trueconstp): Include keywords.
(byte-optimize-quote, byte-optimize-lapcode): Use
byte-compile-const-symbol-p.
(byte-optimize-char-before): New optimization.

24 years agodefine-key-after change.
Dave Love [Wed, 23 Feb 2000 11:42:38 +0000 (11:42 +0000)]
define-key-after change.

24 years ago(define-key-after): Default AFTER to t. Doc fix.
Dave Love [Wed, 23 Feb 2000 11:40:06 +0000 (11:40 +0000)]
(define-key-after): Default AFTER to t.  Doc fix.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 23 Feb 2000 10:47:26 +0000 (10:47 +0000)]
*** empty log message ***

24 years ago(specbind): Remove references to
Gerd Moellmann [Wed, 23 Feb 2000 10:44:03 +0000 (10:44 +0000)]
(specbind): Remove references to
keyword_symbols_constant_flag.

24 years ago(keyword_symbols_constant_flag): Removed.
Gerd Moellmann [Wed, 23 Feb 2000 10:43:40 +0000 (10:43 +0000)]
(keyword_symbols_constant_flag): Removed.
(Fmakunbound, set_internal, syms_of_data): Remove references to
keyword_symbols_constant_flag.

24 years ago(Fbyte_code): Remove keyword_symbols_constant_flag.
Gerd Moellmann [Wed, 23 Feb 2000 10:42:36 +0000 (10:42 +0000)]
(Fbyte_code): Remove keyword_symbols_constant_flag.

24 years agoBe sure to update minor-mode-alist
Kenichi Handa [Wed, 23 Feb 2000 08:04:56 +0000 (08:04 +0000)]
Be sure to update minor-mode-alist
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.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 23 Feb 2000 08:04:11 +0000 (08:04 +0000)]
*** empty log message ***

24 years agoDon't change syntax of multibyte
Kenichi Handa [Wed, 23 Feb 2000 00:11:44 +0000 (00:11 +0000)]
Don't change syntax of multibyte
characters.
(lisp-mode-variables): Set multibyte-syntax-as-symbol to t
locally.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 23 Feb 2000 00:11:13 +0000 (00:11 +0000)]
*** empty log message ***

24 years ago(multibyte_syntax_as_symbol): New variable.
Kenichi Handa [Wed, 23 Feb 2000 00:10:34 +0000 (00:10 +0000)]
(multibyte_syntax_as_symbol): New variable.
(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.

24 years ago(when, unless, split-string): Doc fix.
Dave Love [Tue, 22 Feb 2000 20:16:31 +0000 (20:16 +0000)]
(when, unless, split-string): Doc fix.
(read-passwd): Move call of clear-this-command-keys to the right
place.
(replace-regexps-in-string): New function.

24 years ago(emacs-lisp-mode-syntax-table)
Dave Love [Tue, 22 Feb 2000 20:13:31 +0000 (20:13 +0000)]
(emacs-lisp-mode-syntax-table)
(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.

24 years ago*** empty log message ***
Richard M. Stallman [Tue, 22 Feb 2000 19:48:55 +0000 (19:48 +0000)]
*** empty log message ***

24 years ago(describe-variable): Set syntax table to
Gerd Moellmann [Tue, 22 Feb 2000 16:57:09 +0000 (16:57 +0000)]
(describe-variable): Set syntax table to
emacs-lisp-mode-syntax-table when moving forward over the
symbol's name.

24 years ago(xterm-mouse-mode): Typo.
Dave Love [Tue, 22 Feb 2000 12:02:10 +0000 (12:02 +0000)]
(xterm-mouse-mode): Typo.

24 years agoDoc fixes.
Dave Love [Tue, 22 Feb 2000 11:57:31 +0000 (11:57 +0000)]
Doc fixes.
(xterm-mouse-position-function): New function, replacing advice of
mouse-position.
(xterm-mouse-mode): Use it.

24 years agoRemove bogus spec for define-condition.
Dave Love [Tue, 22 Feb 2000 11:52:25 +0000 (11:52 +0000)]
Remove bogus spec for define-condition.

24 years ago(Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.
Eli Zaretskii [Tue, 22 Feb 2000 10:27:05 +0000 (10:27 +0000)]
(Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.

24 years ago(x_window_to_frame, x_any_window_to_frame)
Gerd Moellmann [Mon, 21 Feb 2000 16:19:41 +0000 (16:19 +0000)]
(x_window_to_frame, x_any_window_to_frame)
(x_non_menubar_window_to_frame): Check the busy-cursor window.

24 years ago(Fmouse_position): GCPRO retval instead of x and y.
Gerd Moellmann [Mon, 21 Feb 2000 16:17:24 +0000 (16:17 +0000)]
(Fmouse_position): GCPRO retval instead of x and y.

24 years ago(Vmouse_position_function): New variable.
Dave Love [Mon, 21 Feb 2000 13:50:14 +0000 (13:50 +0000)]
(Vmouse_position_function): New variable.
(Fmouse_position): Use it.
(syms_of_frame): Install it.

24 years ago(format-annotate-single-property-change): Handle
Gerd Moellmann [Mon, 21 Feb 2000 13:00:25 +0000 (13:00 +0000)]
(format-annotate-single-property-change): Handle
properties.with dotted-list values.
(format-proper-list-p): New function.

24 years ago(enriched-face-ans): Handle '(foreground-color
Gerd Moellmann [Mon, 21 Feb 2000 12:57:42 +0000 (12:57 +0000)]
(enriched-face-ans): Handle '(foreground-color
. COLOR) and (background-color . COLOR).

24 years ago(find_charset_in_str): Fix use of `c' instead of `c1'.
Dave Love [Mon, 21 Feb 2000 10:03:46 +0000 (10:03 +0000)]
(find_charset_in_str): Fix use of `c' instead of `c1'.

24 years ago(Finsert_file_contents): Unbind the binding of
Gerd Moellmann [Sun, 20 Feb 2000 21:54:26 +0000 (21:54 +0000)]
(Finsert_file_contents): Unbind the binding of
standard-output done by temp_output_buffer_setup.

24 years ago(flyspell-mouse-map): Change definition
Dave Love [Sun, 20 Feb 2000 19:03:33 +0000 (19:03 +0000)]
(flyspell-mouse-map): Change definition
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.

24 years agoDon't require emacsbug at top level.
Dave Love [Sun, 20 Feb 2000 18:25:57 +0000 (18:25 +0000)]
Don't require emacsbug at top level.
(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.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 20 Feb 2000 16:03:42 +0000 (16:03 +0000)]
*** empty log message ***

24 years ago(dired-mode): Call propertized-buffer-identification to
Gerd Moellmann [Sun, 20 Feb 2000 15:59:26 +0000 (15:59 +0000)]
(dired-mode): Call propertized-buffer-identification to
set mode-line-buffer-identification with text properties added.

24 years ago(propertized-buffer-identification): New function.
Gerd Moellmann [Sun, 20 Feb 2000 15:59:04 +0000 (15:59 +0000)]
(propertized-buffer-identification): New function.

24 years ago(Fbyte_code) <Bvarset>: Inline most common case.
Gerd Moellmann [Sun, 20 Feb 2000 15:55:38 +0000 (15:55 +0000)]
(Fbyte_code) <Bvarset>: Inline most common case.

24 years ago(funcall_lambda): Don't bind Qmocklisp_arguments unless
Gerd Moellmann [Sun, 20 Feb 2000 15:55:07 +0000 (15:55 +0000)]
(funcall_lambda): Don't bind Qmocklisp_arguments unless
Vmocklisp_arguments is nil.  Inline Fcar and Fcdr.
(specbind, unbind_to): Handle most common case of non-constant
symbol with trivial value specially.

24 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Feb 2000 14:31:40 +0000 (14:31 +0000)]
*** empty log message ***

24 years agoComment changes.
Richard M. Stallman [Sun, 20 Feb 2000 14:30:15 +0000 (14:30 +0000)]
Comment changes.

24 years ago(Fmake_variable_buffer_local): Doc fix.
Richard M. Stallman [Sun, 20 Feb 2000 14:27:12 +0000 (14:27 +0000)]
(Fmake_variable_buffer_local): Doc fix.
Init found_for_buffer to 0.
(Fmake_variable_frame_local): If the variable has already
been buffer-local, set the check_frame field.

24 years ago*** empty log message ***
Dave Love [Sun, 20 Feb 2000 13:44:12 +0000 (13:44 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Eli Zaretskii [Sun, 20 Feb 2000 13:06:08 +0000 (13:06 +0000)]
*** empty log message ***

24 years ago(IT_write_glyphs): Allocate a larger screen_buf as data
Eli Zaretskii [Sun, 20 Feb 2000 13:04:39 +0000 (13:04 +0000)]
(IT_write_glyphs): Allocate a larger screen_buf as data
produced for CODING_MODE_LAST_BLOCK requires.

24 years ago(display-mouse-p): Use variable xterm-mouse-mode and check for t-mouse
Dave Love [Sun, 20 Feb 2000 12:34:49 +0000 (12:34 +0000)]
(display-mouse-p): Use variable xterm-mouse-mode and check for t-mouse
too.

24 years ago(menu-bar-goto-menu) [next-tag, next-tag-otherw]:
Eli Zaretskii [Sun, 20 Feb 2000 12:22:14 +0000 (12:22 +0000)]
(menu-bar-goto-menu) [next-tag, next-tag-otherw]:
Don't call ring-empty-p unless tags-location-ring is bound.
From Noah Friedman <friedman@splode.com>.

24 years ago(hs-flag-region): No longer use `intangible' overlay property.
Thien-Thi Nguyen [Fri, 18 Feb 2000 23:35:24 +0000 (23:35 +0000)]
(hs-flag-region): No longer use `intangible' overlay property.

(hs-toggle-hiding): New command.
(hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.

(hs-minor-mode): Move call to `hs-grok-mode-type' early on.
Fix omission bug: Run `hs-minor-mode-hook' for both activation
and deactivation.

24 years ago*** empty log message ***
Dave Love [Fri, 18 Feb 2000 22:03:40 +0000 (22:03 +0000)]
*** empty log message ***

24 years agoAmend last change to check for echo-keystrokes being zero, not nil.
Dave Love [Fri, 18 Feb 2000 21:34:40 +0000 (21:34 +0000)]
Amend last change to check for echo-keystrokes being zero, not nil.

24 years agoMake echo-keystrokes `number'.
Dave Love [Fri, 18 Feb 2000 21:15:05 +0000 (21:15 +0000)]
Make echo-keystrokes `number'.

24 years ago*** empty log message ***
Dave Love [Fri, 18 Feb 2000 20:11:54 +0000 (20:11 +0000)]
*** empty log message ***