]> git.eshelyaron.com Git - emacs.git/log
emacs.git
27 years ago(isearch-char-to-string): Use char-to-string.
Richard M. Stallman [Tue, 15 Jul 1997 00:23:03 +0000 (00:23 +0000)]
(isearch-char-to-string): Use char-to-string.
(isearch-quote-char): Add nonascii-insert-offset.

27 years agoautomatically generated from GPLed version
Miles Bader [Mon, 14 Jul 1997 22:54:30 +0000 (22:54 +0000)]
automatically generated from GPLed version

27 years agoautomatically generated from GPLed version
Paul Eggert [Mon, 14 Jul 1997 22:36:07 +0000 (22:36 +0000)]
automatically generated from GPLed version

27 years ago(unexec): Don't call update_dynamic_symbols if static link.
Richard M. Stallman [Mon, 14 Jul 1997 19:55:57 +0000 (19:55 +0000)]
(unexec): Don't call update_dynamic_symbols if static link.

27 years ago(pc:*:*:*): New entry, for DJGPP.
Richard M. Stallman [Mon, 14 Jul 1997 19:53:44 +0000 (19:53 +0000)]
(pc:*:*:*): New entry, for DJGPP.

27 years ago(make_lispy_event): Distinguish S-SPC from SPC.
Richard M. Stallman [Mon, 14 Jul 1997 19:36:01 +0000 (19:36 +0000)]
(make_lispy_event): Distinguish S-SPC from SPC.

27 years ago(read_char): Call timer_stop_idle unconditionally at non_reread.
Richard M. Stallman [Mon, 14 Jul 1997 19:26:48 +0000 (19:26 +0000)]
(read_char): Call timer_stop_idle unconditionally at non_reread.

27 years agoAll user variables now converted to custom.
Richard M. Stallman [Mon, 14 Jul 1997 07:30:11 +0000 (07:30 +0000)]
All user variables now converted to custom.
(iswitchb): New variable for use by the custom package.
(iswitchb-default-buffer): Variable deleted.
(iswitchb-define-mode-map): Addition of keybindings
for iswitchb-kill-buffer and iswitchb-find-file.
(iswitchb): When no text typed in, show all buffers.
(iswitchb-complete): Use equal rather than eq.
(iswitchb-next-match, iswitchb-prev-match): Use
iswitchb-chop to handle reordering the buffer list.
(iswitchb-chop): New function.
(iswitchb-make-buflist): Rewritten for efficiency.
(iswitchb-to-end): Operate on a list of buffers, not just one.
(iswitchb-set-matches): Always return list
of matching buffers, even in absence of user input.
(iswitchb-kill-buffer): New function.
(iswitchb-default-keybindings): Use read-kbd-macro for keys to define.
(iswitchb-exhibit): Always return list of matching buffers.
(iswitchb-show-default-buffer): Function deleted.

27 years ago(x_draw_box): Use scratch_cursor_gc to draw the cursor
Richard M. Stallman [Mon, 14 Jul 1997 04:24:24 +0000 (04:24 +0000)]
(x_draw_box): Use scratch_cursor_gc to draw the cursor
box using the color specified by cursor_pixel.

27 years ago(init_display): Go ahead and prepare for
Richard M. Stallman [Sun, 13 Jul 1997 23:20:41 +0000 (23:20 +0000)]
(init_display): Go ahead and prepare for
a X configuration in the CANNOT_DUMP case.

27 years ago(awk-mode): Require cc-langs, not cc-mode.
Richard M. Stallman [Sun, 13 Jul 1997 21:31:12 +0000 (21:31 +0000)]
(awk-mode): Require cc-langs, not cc-mode.

27 years agoRequire cc-defs.
Richard M. Stallman [Sun, 13 Jul 1997 21:30:50 +0000 (21:30 +0000)]
Require cc-defs.

27 years ago(init_lread): Don't add to load-path lisp subdirectories
Richard M. Stallman [Sun, 13 Jul 1997 21:19:52 +0000 (21:19 +0000)]
(init_lread): Don't add to load-path lisp subdirectories
of the source tree if the parent of the source was moved after dumping Emacs.

27 years ago(msdos-bg-mode): New function.
Richard M. Stallman [Sun, 13 Jul 1997 20:52:08 +0000 (20:52 +0000)]
(msdos-bg-mode): New function.
(msdos-face-setup, make-msdos-frame): Set background-mode and
display-type properties for created frames.

27 years agoRemove `stamp-oldxmenu' dependency, so
Richard M. Stallman [Sun, 13 Jul 1997 20:49:06 +0000 (20:49 +0000)]
Remove `stamp-oldxmenu' dependency, so
MSDOS users won't need `touch' installed.

27 years ago(TAGS, tags): Include new lisp subdirectories.
Richard M. Stallman [Sun, 13 Jul 1997 20:48:21 +0000 (20:48 +0000)]
(TAGS, tags): Include new lisp subdirectories.

27 years agoUse `sed' instead of `cp', which might not be installed.
Richard M. Stallman [Sun, 13 Jul 1997 20:47:45 +0000 (20:47 +0000)]
Use `sed' instead of `cp', which might not be installed.

27 years agoComment changes.
Richard M. Stallman [Sun, 13 Jul 1997 20:43:31 +0000 (20:43 +0000)]
Comment changes.

27 years ago(Fcall_process) [MSDOS]: Request EOL conversion of
Richard M. Stallman [Sun, 13 Jul 1997 20:40:43 +0000 (20:40 +0000)]
(Fcall_process) [MSDOS]: Request EOL conversion of
the process output, unless we were promised it is binary.

27 years ago(Fwrite_region) [DOS_NT]: Always use binary mode since
Richard M. Stallman [Sun, 13 Jul 1997 20:37:01 +0000 (20:37 +0000)]
(Fwrite_region) [DOS_NT]: Always use binary mode since
coding conversion now takes care of NL -> CRLF.

27 years ago(XPointer): Define XPointer.
Richard M. Stallman [Sun, 13 Jul 1997 20:20:11 +0000 (20:20 +0000)]
(XPointer): Define XPointer.

27 years ago(compile_pattern_1): Don't declare val with CONST.
Richard M. Stallman [Sun, 13 Jul 1997 06:36:36 +0000 (06:36 +0000)]
(compile_pattern_1): Don't declare val with CONST.

27 years ago(decode_mode_spec): Initialize and use `p' (for the termcap case).
Richard M. Stallman [Sat, 12 Jul 1997 19:11:07 +0000 (19:11 +0000)]
(decode_mode_spec): Initialize and use `p' (for the termcap case).

27 years ago(tpu-set-mode-line) Added mode-line-mule-info and
Richard M. Stallman [Sat, 12 Jul 1997 18:26:11 +0000 (18:26 +0000)]
(tpu-set-mode-line) Added mode-line-mule-info and
mode-line-frame-identification.

27 years ago(XPointer): Define XPointer.
Richard M. Stallman [Sat, 12 Jul 1997 07:34:33 +0000 (07:34 +0000)]
(XPointer): Define XPointer.

27 years ago(main): Use setrlimit only if RLIMIT_STACK.
Richard M. Stallman [Sat, 12 Jul 1997 07:07:26 +0000 (07:07 +0000)]
(main): Use setrlimit only if RLIMIT_STACK.

(main) [DOUG_LEA_MALLOC]: Call r_alloc_reinit when restarting a dumped Emacs.

27 years ago(r_alloc_reinit): New function.
Richard M. Stallman [Sat, 12 Jul 1997 07:04:43 +0000 (07:04 +0000)]
(r_alloc_reinit): New function.

27 years ago(get_system_name): Don't crash if Vsystem_name does not contain a string.
Richard M. Stallman [Sat, 12 Jul 1997 06:52:06 +0000 (06:52 +0000)]
(get_system_name): Don't crash if Vsystem_name does not contain a string.

27 years ago(lock_file_1): Don't crash if Fuser_login_name or
Richard M. Stallman [Sat, 12 Jul 1997 06:51:51 +0000 (06:51 +0000)]
(lock_file_1): Don't crash if Fuser_login_name or
Fsystem_name don't return strings.
(current_lock_owner): Likewise.

27 years ago(Fx_list_fonts): Fix Fnconc argument.
Richard M. Stallman [Sat, 12 Jul 1997 06:49:45 +0000 (06:49 +0000)]
(Fx_list_fonts): Fix Fnconc argument.

27 years agoInitial revision
Richard M. Stallman [Sat, 12 Jul 1997 06:49:03 +0000 (06:49 +0000)]
Initial revision

27 years ago(message2_nolog): Don't call fwrite will null string.
Richard M. Stallman [Sat, 12 Jul 1997 06:47:19 +0000 (06:47 +0000)]
(message2_nolog): Don't call fwrite will null string.

27 years ago(set_buffer_internal_1): Convert Fset_marker argument to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:46:48 +0000 (06:46 +0000)]
(set_buffer_internal_1): Convert Fset_marker argument to Lisp_Integer.
(set_buffer_temp): Likewise.
(fix_overlays_in_range): Likewise.

27 years ago(CATEGORY_DOCSTRING): Convert Fchar_table_extra_slot
Richard M. Stallman [Sat, 12 Jul 1997 06:46:35 +0000 (06:46 +0000)]
(CATEGORY_DOCSTRING): Convert Fchar_table_extra_slot
argument to Lisp_Integer.
(CATEGORY_TABLE_VERSION): Likewise.

27 years ago(Fregister_ccl_program): Convert Fmake_vector argument to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:46:21 +0000 (06:46 +0000)]
(Fregister_ccl_program): Convert Fmake_vector argument to Lisp_Integer.
(syms_of_ccl): Likewise.

27 years ago(Fdelete_backward_char): Convert Finsert_char argument to
Richard M. Stallman [Sat, 12 Jul 1997 06:45:55 +0000 (06:45 +0000)]
(Fdelete_backward_char): Convert Finsert_char argument to
Lisp_Integer and add missing argument.
(internal_self_insert): Convert Fmove_to_column argument to
Lisp_Integer and add missing argument.

27 years ago(Ffind_coding_system): Use call1, not call2.
Richard M. Stallman [Sat, 12 Jul 1997 06:45:09 +0000 (06:45 +0000)]
(Ffind_coding_system): Use call1, not call2.

27 years ago(Fsubstitute_command_keys): Add missing describe_map_tree argument.
Richard M. Stallman [Sat, 12 Jul 1997 06:44:49 +0000 (06:44 +0000)]
(Fsubstitute_command_keys): Add missing describe_map_tree argument.

27 years ago(Fcurrent_time_zone): Convert Fmake_list argument to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:43:44 +0000 (06:43 +0000)]
(Fcurrent_time_zone): Convert Fmake_list argument to Lisp_Integer.
(Ftranspose_regions): Convert Fset_text_properties arguments to Lisp_Integer.

27 years ago(Fwrite_region): Fix call2 argument.
Richard M. Stallman [Sat, 12 Jul 1997 06:43:08 +0000 (06:43 +0000)]
(Fwrite_region): Fix call2 argument.
(Fread_file_name): Convert Fcons argument to Lisp_Integer.

27 years ago(set_point): Convert call2 arguments to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:42:44 +0000 (06:42 +0000)]
(set_point): Convert call2 arguments to Lisp_Integer.

27 years ago(command_loop_1): Add missing message2 argument.
Richard M. Stallman [Sat, 12 Jul 1997 06:42:03 +0000 (06:42 +0000)]
(command_loop_1): Add missing message2 argument.
(menu_bar_items): Add missing get_keyelt argument.
(follow_key): Likewise.
(read_key_sequence): Likewise.

27 years ago(Fml_arg): Add missing Fread_string arguments.
Richard M. Stallman [Sat, 12 Jul 1997 06:41:26 +0000 (06:41 +0000)]
(Fml_arg): Add missing Fread_string arguments.

27 years ago(Fread_from_minibuffer): Remove extra get_keymap argument.
Richard M. Stallman [Sat, 12 Jul 1997 06:41:07 +0000 (06:41 +0000)]
(Fread_from_minibuffer): Remove extra get_keymap argument.
(Fminibuffer_complete): Convert Fset_window_start argument to Lisp_Integer.

27 years ago(Fprocess_send_region): Convert move_gap argument to int.
Richard M. Stallman [Sat, 12 Jul 1997 06:38:44 +0000 (06:38 +0000)]
(Fprocess_send_region): Convert move_gap argument to int.

27 years ago(init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:38:27 +0000 (06:38 +0000)]
(init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.

27 years agoFix copyright year.
Richard M. Stallman [Sat, 12 Jul 1997 06:37:59 +0000 (06:37 +0000)]
Fix copyright year.

27 years ago(interval_of): Convert args_out_of_range arguments to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:37:25 +0000 (06:37 +0000)]
(interval_of): Convert args_out_of_range arguments to Lisp_Integer.

27 years ago(Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer.
Richard M. Stallman [Sat, 12 Jul 1997 06:37:04 +0000 (06:37 +0000)]
(Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer.
(save_window_save): Convert Fset_marker argument to Lisp_Integer.

27 years ago(selection_data_to_lisp_data): Convert Fmake_vector
Richard M. Stallman [Sat, 12 Jul 1997 06:36:06 +0000 (06:36 +0000)]
(selection_data_to_lisp_data): Convert Fmake_vector
and Faset arguments to Lisp_Integer.
(clean_local_selection_data): Likewise.

27 years ago(dumpglyphs): Declare local variable first_ch as Lisp_Object, not int.
Richard M. Stallman [Sat, 12 Jul 1997 06:35:22 +0000 (06:35 +0000)]
(dumpglyphs): Declare local variable first_ch as Lisp_Object, not int.

27 years ago(EXFUN, P_): New definitions. Use them to declare
Richard M. Stallman [Sat, 12 Jul 1997 06:34:16 +0000 (06:34 +0000)]
(EXFUN, P_): New definitions.  Use them to declare
prototypes for external functions.

27 years ago(forward-visible-line): Correctly handle arg 0
Richard M. Stallman [Sat, 12 Jul 1997 06:33:49 +0000 (06:33 +0000)]
(forward-visible-line): Correctly handle arg 0
so that it doesn't mess up handling of nonzero args.

27 years ago(display_text_line): Exit the outer loop immediately
Richard M. Stallman [Sat, 12 Jul 1997 06:17:23 +0000 (06:17 +0000)]
(display_text_line): Exit the outer loop immediately
when the right margin has been reached.

27 years ago(condition-case): Fix edebug-form-spec to
Richard M. Stallman [Sat, 12 Jul 1997 06:13:54 +0000 (06:13 +0000)]
(condition-case): Fix edebug-form-spec to
allow a handler with a list of condition names.

27 years ago(mips-sony-newsos6*): File news-risc.h renamed to news-r6.h.
Richard M. Stallman [Fri, 11 Jul 1997 06:58:14 +0000 (06:58 +0000)]
(mips-sony-newsos6*): File news-risc.h renamed to news-r6.h.

27 years agoMake it clear that the warning is a warning.
Richard M. Stallman [Fri, 11 Jul 1997 06:15:11 +0000 (06:15 +0000)]
Make it clear that the warning is a warning.

27 years ago(shutdown): Define.
Geoff Voelker [Thu, 10 Jul 1997 20:12:15 +0000 (20:12 +0000)]
(shutdown): Define.
(sys_shutdown): Export.

27 years ago(sys_shutdown): New function.
Geoff Voelker [Thu, 10 Jul 1997 20:10:09 +0000 (20:10 +0000)]
(sys_shutdown): New function.

27 years agoDefine HAVE_SHUTDOWN.
Geoff Voelker [Thu, 10 Jul 1997 20:09:50 +0000 (20:09 +0000)]
Define HAVE_SHUTDOWN.

27 years ago(Fset_face_attribute_internal): Set mouse_face_defer
Eli Zaretskii [Thu, 10 Jul 1997 15:50:59 +0000 (15:50 +0000)]
(Fset_face_attribute_internal): Set mouse_face_defer
only if HAVE_X_WINDOWS is defined.

27 years ago(char-after): Allow 0 args.
Richard M. Stallman [Thu, 10 Jul 1997 10:55:23 +0000 (10:55 +0000)]
(char-after): Allow 0 args.

27 years ago(c-copy-tree): New function.
Richard M. Stallman [Thu, 10 Jul 1997 07:56:17 +0000 (07:56 +0000)]
(c-copy-tree): New function.
(c-initialize-builtin-style): Use c-copy-tree.

27 years agoInitial revision
Richard M. Stallman [Thu, 10 Jul 1997 07:54:06 +0000 (07:54 +0000)]
Initial revision

27 years ago(create-fontset-from-fontset-spec): Typo in doc-string fixed.
Kenichi Handa [Thu, 10 Jul 1997 07:36:22 +0000 (07:36 +0000)]
(create-fontset-from-fontset-spec): Typo in doc-string fixed.

27 years ago(echo_area_display): Don't offset using left-side
Richard M. Stallman [Thu, 10 Jul 1997 07:09:50 +0000 (07:09 +0000)]
(echo_area_display): Don't offset using left-side
scroll bar width because it is included in the width; clear
the entire line.

27 years ago(hilit-submit-feedback): Change mail address.
Richard M. Stallman [Thu, 10 Jul 1997 06:50:14 +0000 (06:50 +0000)]
(hilit-submit-feedback): Change mail address.

27 years agoChange titles of quail packages.
Kenichi Handa [Thu, 10 Jul 1997 06:49:35 +0000 (06:49 +0000)]
Change titles of quail packages.

27 years agoGive t as arg NOERROR to
Kenichi Handa [Thu, 10 Jul 1997 06:48:24 +0000 (06:48 +0000)]
Give t as arg NOERROR to
create-fontset-from-fontset-spec.

27 years ago(create-fontset-from-fontset-spec): Add
Kenichi Handa [Thu, 10 Jul 1997 06:46:42 +0000 (06:46 +0000)]
(create-fontset-from-fontset-spec): Add
optional arg NOERROR.
(create-fontset-from-x-resource): Give t as arg NOERROR to
create-fontset-from-fontset-spec.

27 years ago(isearch-input-method): New variable.
Kenichi Handa [Thu, 10 Jul 1997 06:46:42 +0000 (06:46 +0000)]
(isearch-input-method): New variable.
(isearch-input-method-title): New variable.
(isearch-toggle-specified-input-method): Set the above variables.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Give
iseach-input-method as arg to read-multilingual-string.

27 years ago(read-multilingual-string): Adjusted
Kenichi Handa [Thu, 10 Jul 1997 06:46:42 +0000 (06:46 +0000)]
(read-multilingual-string): Adjusted
for the previous change of variables related to input methods.

27 years ago(mode-line-mule-info): Remove tailing ">" from input
Kenichi Handa [Thu, 10 Jul 1997 06:44:55 +0000 (06:44 +0000)]
(mode-line-mule-info): Remove tailing ">" from input
method indicator.

27 years ago(isearch-message-prefix): Adjusted
Kenichi Handa [Thu, 10 Jul 1997 06:44:55 +0000 (06:44 +0000)]
(isearch-message-prefix): Adjusted
for the previous change of variables related to input methods.

27 years agoMake global bindings only via loaddefs.el.
Richard M. Stallman [Thu, 10 Jul 1997 06:43:19 +0000 (06:43 +0000)]
Make global bindings only via loaddefs.el.

27 years ago(read_process_output): Add cast.
Richard M. Stallman [Thu, 10 Jul 1997 03:09:10 +0000 (03:09 +0000)]
(read_process_output): Add cast.

27 years ago(current_lock_owner, lock_file_1): Add casts.
Richard M. Stallman [Thu, 10 Jul 1997 03:03:10 +0000 (03:03 +0000)]
(current_lock_owner, lock_file_1): Add casts.

27 years ago(x_load_font): Get value of fontp->height from
Richard M. Stallman [Thu, 10 Jul 1997 02:15:40 +0000 (02:15 +0000)]
(x_load_font): Get value of fontp->height from
ascent and descent members of structure font->max_bounds.
(dumpglyphs): Draw background by FillSolid if a font is too short.

27 years ago(x_term_init): Don't use initializer for null_bits.
Richard M. Stallman [Thu, 10 Jul 1997 02:13:26 +0000 (02:13 +0000)]
(x_term_init): Don't use initializer for null_bits.

(XTread_socket) <KeyPress>: Call XFilterEvent.

27 years ago(mail-mode): Make fill-paragraph-function local.
Richard M. Stallman [Thu, 10 Jul 1997 01:41:38 +0000 (01:41 +0000)]
(mail-mode): Make fill-paragraph-function local.

27 years ago(redisplay_internal): Fix previous change.
Richard M. Stallman [Thu, 10 Jul 1997 01:03:05 +0000 (01:03 +0000)]
(redisplay_internal): Fix previous change.

27 years ago(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
Richard M. Stallman [Wed, 9 Jul 1997 23:08:42 +0000 (23:08 +0000)]
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.

27 years ago[C_ALLOCA] (xmalloc): New function.
Richard M. Stallman [Wed, 9 Jul 1997 19:20:34 +0000 (19:20 +0000)]
[C_ALLOCA] (xmalloc): New function.

27 years ago(menu-bar-custom-menu): Add several more menu items.
Richard M. Stallman [Wed, 9 Jul 1997 19:03:09 +0000 (19:03 +0000)]
(menu-bar-custom-menu): Add several more menu items.
Rename some.  Delete "Update this menu".

27 years ago[top level]: Add `up-list' and `down-list' to eldoc-message-commands.
Noah Friedman [Wed, 9 Jul 1997 12:44:15 +0000 (12:44 +0000)]
[top level]: Add `up-list' and `down-list' to eldoc-message-commands.

27 years ago(Fdelete_frame): Always err for deleting the only frame.
Richard M. Stallman [Wed, 9 Jul 1997 08:03:08 +0000 (08:03 +0000)]
(Fdelete_frame): Always err for deleting the only frame.

27 years ago(encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX.
Kenichi Handa [Wed, 9 Jul 1997 06:56:04 +0000 (06:56 +0000)]
(encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX.

27 years ago(print-fontset): Output format improved.
Kenichi Handa [Wed, 9 Jul 1997 06:56:04 +0000 (06:56 +0000)]
(print-fontset): Output format improved.
(describe-fontset): Likewise.  Doc-string modified.
(list-fontsets): Likewise.

27 years ago(mostlyclean): Add cleaning leim directory.
Kenichi Handa [Wed, 9 Jul 1997 06:55:18 +0000 (06:55 +0000)]
(mostlyclean): Add cleaning leim directory.
(clean, distclean, maintainer-clean): Likewise.

27 years ago(Ffont_info): Make vector of correct size.
Kenichi Handa [Wed, 9 Jul 1997 06:54:54 +0000 (06:54 +0000)]
(Ffont_info): Make vector of correct size.

27 years agoFix previous change.
Richard M. Stallman [Wed, 9 Jul 1997 04:49:35 +0000 (04:49 +0000)]
Fix previous change.

27 years ago(dontcompilefiles): Add cyril-util.el.
Richard M. Stallman [Wed, 9 Jul 1997 04:47:12 +0000 (04:47 +0000)]
(dontcompilefiles): Add cyril-util.el.

27 years ago(bogosities): Check subdirs of `lisp' also.
Richard M. Stallman [Wed, 9 Jul 1997 04:27:54 +0000 (04:27 +0000)]
(bogosities): Check subdirs of `lisp' also.

(etc): Really avoid symlinks now.
(lisp): Don't delete from subdirs the things we never copy.

27 years ago(format-alist): Don't handle compression here.
Richard M. Stallman [Wed, 9 Jul 1997 04:20:46 +0000 (04:20 +0000)]
(format-alist): Don't handle compression here.

27 years ago(mouse-undouble-last-event): Fix gross bugs:
Richard M. Stallman [Wed, 9 Jul 1997 02:47:07 +0000 (02:47 +0000)]
(mouse-undouble-last-event): Fix gross bugs:
use modifiers, not old-modifiers.

27 years ago(RE_TRANSLATE): Copy definition from config.in.
Richard M. Stallman [Wed, 9 Jul 1997 01:25:06 +0000 (01:25 +0000)]
(RE_TRANSLATE): Copy definition from config.in.

27 years ago(finder-list-matches): Create *Finder Category* buffer.
Richard M. Stallman [Wed, 9 Jul 1997 01:24:54 +0000 (01:24 +0000)]
(finder-list-matches): Create *Finder Category* buffer.

27 years ago(syms_of_fns): Fix previous change.
Richard M. Stallman [Wed, 9 Jul 1997 00:33:33 +0000 (00:33 +0000)]
(syms_of_fns): Fix previous change.

27 years agoFix copyright and copying permissions.
Richard M. Stallman [Wed, 9 Jul 1997 00:29:46 +0000 (00:29 +0000)]
Fix copyright and copying permissions.

27 years ago(decode_mode_spec) <z,Z>: Display buffer coding system
Richard M. Stallman [Wed, 9 Jul 1997 00:28:25 +0000 (00:28 +0000)]
(decode_mode_spec) <z,Z>: Display buffer coding system
last of the three.