- 21 Mar, 1998 9 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
has moved to keyboard.c. (menu_item_equiv_key, menu_item_enabled_p_1, menu_item_enabled_p): Functions deleted; code moved to parse_menu_item in keyboard.c. (single_keymap_panes): Large part of code moved to single_menu_item. (single_menu_item): New function that uses parse_menu_item. (Qmenu_alias): Variable deleted. (QCtoggle, QCradio): New variables. (syms_of_xmenu): Change initializations of variables.
-
Richard M. Stallman authored
copy-keymap, where_is_internal_1): Support new format for menu items. (syms_of_keymap): New symbol `menu-item'.
-
Richard M. Stallman authored
(parse_menu_item): New function. (menu_item_eval_property_1, menu_item_eval_property) New suroutines. (menu_bar_one_keymap): Moved some code to menu_bar_item. (menu_bar_item): Rewritten to use parse_menu_item. (menu_bar_item_1): Function deleted. (QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio): (Qmenu_alias): New variables. (syms_of_keyboard): Initialize them, and item_properties.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(record_change): Call record_delete the new way.
-
Richard M. Stallman authored
(adjust_before_replace, adjust_after_replace, replace_range): (del_range_2): Call record_delete the new way. Use make_buffer_string_both to make the string to pass.
-
Richard M. Stallman authored
(make_buffer_string): Use make_buffer_string_both.
-
- 20 Mar, 1998 11 commits
-
-
Richard M. Stallman authored
(xmenu.o): Don't depend on puresize.h.
-
André Spiegel authored
check-in, but file on disk has changed. (vc-do-command): Consider LAST argument only if FILE is non-nil. (vc-add-triple, vc-record-rename, vc-lookup-file): Find vc-name-assoc-file based on vc-name of FILE. (vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR feature. (vc-do-command): Rewrote doc string.
-
André Spiegel authored
(vc-master-templates): Add call to vc-search-sccs-project-dir.
-
Dave Love authored
-
Richard M. Stallman authored
(reporter-compose-outgoing): Use fboundp, not functionp. (reporter-bug-hook): Fix error message. (reporter-beautify-list): Break infloop when reaching the end of the buffer without crossing an unbalanced paren. Use scan-sexps instead of forward-sexp for the loop break test. (reporter-submit-bug-report): Only call display-buffer if pop-up-windows is non-nil.
-
Richard M. Stallman authored
(current-language-environment): Use defcustom. (default-input-method): Specify :type.
-
Richard M. Stallman authored
(adjust_markers_for_delete): Delete unused local coming_gap_size. (adjust_markers_for_record_delete): New function. (insert_1_both, insert_from_string_1, insert_from_buffer_1) (adjust_after_replace, replace_range): Use adjust_markers_for_record_delete.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
different buffer, don't rely on the byte position of the marker.
-
Richard M. Stallman authored
Treat 0 like a multibyte char in %c.
-
Richard M. Stallman authored
Handle f90 in DEC AXP OSF/1 cc pattern.
-
- 19 Mar, 1998 7 commits
-
-
Richard M. Stallman authored
(lock_file_1): Add boot-time to lock only if available.
-
Dave Love authored
success or failure when no process output.
-
Kenichi Handa authored
"/ " to "/" (instead of " ").
-
Kenichi Handa authored
instead of chars_in_text because we must ignore enable-multibyte-characters here.
-
Kenichi Handa authored
instead of chars_in_text because we must ignore enable-multibyte-characters here.
-
Kenichi Handa authored
instead of chars_in_text because we must ignore enable-multibyte-characters here.
-
Richard M. Stallman authored
the uptime, assume the lock is from this system boot. (get_boot_time): New function. (lock_file_1): Include boot time in the lock text. (current_lock_owner): Parse and compare the boot time.
-
- 18 Mar, 1998 10 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(other-frame): Obey that variable.
-
Dave Love authored
paragraph-start in default filling case so that filling doc strings works.
-
André Spiegel authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(scan_sexps_forward): Make INC_FROM do UPDATE_SYNTAX_TABLE_FORWARD. Delete the explicit calls to UPDATE_SYNTAX_TABLE_FORWARD. Also set prev_from_syntax (new local var). Test that in the loop, instead of fetching syntax of the previous char.
-
- 17 Mar, 1998 3 commits
-
-
Richard M. Stallman authored
(SYNTAX_FLAGS_COMSTART_SECOND): Likewise. (SYNTAX_FLAGS_COMEND_FIRST, SYNTAX_FLAGS_COMEND_SECOND): Likewise. (SYNTAX_FLAGS_PREFIX, SYNTAX_FLAGS_COMMENT_STYLE): Likewise.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
default input method, not coding system.
-