bpt/emacs.git
31 years ago(record_delete): Record pos before the deletion.
Richard M. Stallman [Mon, 28 Sep 1992 13:10:43 +0000 (13:10 +0000)]
(record_delete): Record pos before the deletion.
(Fprimitive_undo): Go back to recorded position.

31 years ago(del_range): Call record_delete before updating point.
Richard M. Stallman [Mon, 28 Sep 1992 13:10:15 +0000 (13:10 +0000)]
(del_range): Call record_delete before updating point.

31 years ago(file-relative-name-1): New function split out.
Richard M. Stallman [Mon, 28 Sep 1992 13:02:52 +0000 (13:02 +0000)]
(file-relative-name-1): New function split out.
(file-relative-name): Use it.

31 years agoUse frame-width instead of screen-width.
Richard M. Stallman [Mon, 28 Sep 1992 13:02:35 +0000 (13:02 +0000)]
Use frame-width instead of screen-width.

31 years ago(ws-mark-word): Use forward-word, with an arg, instead of backward-word.
Richard M. Stallman [Mon, 28 Sep 1992 13:02:21 +0000 (13:02 +0000)]
(ws-mark-word): Use forward-word, with an arg, instead of backward-word.
(wordstar-mode): Move after definition of keymap.
(ws-move-block): Just two args for kill-region.

31 years ago(vc-rename-file): Use OLD, not FILE which is unbound.
Richard M. Stallman [Mon, 28 Sep 1992 13:01:53 +0000 (13:01 +0000)]
(vc-rename-file): Use OLD, not FILE which is unbound.

31 years ago(ange-ftp-kill-ftp-process): Delete spurious ".
Richard M. Stallman [Mon, 28 Sep 1992 12:54:05 +0000 (12:54 +0000)]
(ange-ftp-kill-ftp-process): Delete spurious ".

31 years ago(timer-process-sentinel): Don't set timer-scratch.
Richard M. Stallman [Mon, 28 Sep 1992 12:41:39 +0000 (12:41 +0000)]
(timer-process-sentinel): Don't set timer-scratch.

31 years ago(Finsert_file_contents): Do record_insert, then inc MODIFF.
Richard M. Stallman [Mon, 28 Sep 1992 07:40:46 +0000 (07:40 +0000)]
(Finsert_file_contents): Do record_insert, then inc MODIFF.

31 years ago* keyboard.c (read_char): If we're returning an event from a
Jim Blandy [Mon, 28 Sep 1992 06:55:54 +0000 (06:55 +0000)]
* keyboard.c (read_char): If we're returning an event from a
macro, set Vlast_event_frame to Qmacro, instead of leaving it set
to the frame of the previous real event.
(read_key_sequence): If Vlast_event_frame isn't a frame, don't
bother switching buffers.
(syms_of_keyboard): Doc fix for Vlast_event_frame.
(Vlast_event_frame): Doc fix.

* keyboard.c (format_modifiers, reorder_modifiers): Handle the new
modifier bits.

31 years ago* termhooks.h (alt_modifier, hyper_modifier, super_modifier,
Jim Blandy [Mon, 28 Sep 1992 06:53:29 +0000 (06:53 +0000)]
* termhooks.h (alt_modifier, hyper_modifier, super_modifier,
down_modifier, drag_modifier): New modifiers, to support the new
input system.  Re-arranged modifiers so that their bits are in
canonical order; this makes reorder_modifiers slightly simpler.

31 years ago* window.c (delete_all_subwindows): Save the window's buffer in
Jim Blandy [Mon, 28 Sep 1992 06:10:03 +0000 (06:10 +0000)]
* window.c (delete_all_subwindows): Save the window's buffer in
its `height' field; we may need to know the window's old buffer
once we have restored it from a window configuration.
Fset_window_configuration): When we restore a window, if its
`height' field is a buffer, restore its `buffer' field from that.
This allows us to leave the window's buffer unchanged if the
buffer recorded in the configuration is dead.

* window.c (delete_all_subwindows): Removed unused variable named
"count".

31 years ago* keymap.c (access_keymap): Remove code to notice bindings for
Jim Blandy [Mon, 28 Sep 1992 02:20:23 +0000 (02:20 +0000)]
* keymap.c (access_keymap): Remove code to notice bindings for
Qt.

* keymap.c (Fwhere_is_internal): Don't forget to advance map to
the next element when we find something that is neither a vector
nor a cons.  Don't forget to QUIT in the appropriate places,
either.

31 years agoUse (function ...) around lambdas, so it works in v18.
Roland McGrath [Mon, 28 Sep 1992 01:27:56 +0000 (01:27 +0000)]
Use (function ...) around lambdas, so it works in v18.

31 years agoDox Fix
Christopher Zaborsky [Sun, 27 Sep 1992 17:30:03 +0000 (17:30 +0000)]
Dox Fix

31 years agoDoc fix.
Christopher Zaborsky [Sun, 27 Sep 1992 17:22:08 +0000 (17:22 +0000)]
Doc fix.

31 years ago(vc-update-change-log): Use file-relative-name.
Roland McGrath [Sun, 27 Sep 1992 02:42:08 +0000 (02:42 +0000)]
(vc-update-change-log): Use file-relative-name.

31 years ago(file-relative-name): Rewritten so unrelativizable file names win.
Roland McGrath [Sun, 27 Sep 1992 02:40:49 +0000 (02:40 +0000)]
(file-relative-name): Rewritten so unrelativizable file names win.

31 years ago(file-relative-name): Don't lose when DIRECTORY is nil.
Roland McGrath [Sun, 27 Sep 1992 02:27:00 +0000 (02:27 +0000)]
(file-relative-name): Don't lose when DIRECTORY is nil.

31 years ago(file-relative-name): New function.
Roland McGrath [Sun, 27 Sep 1992 02:25:31 +0000 (02:25 +0000)]
(file-relative-name): New function.

31 years ago%.2d -> %02d
Roland McGrath [Sun, 27 Sep 1992 01:55:21 +0000 (01:55 +0000)]
%.2d -> %02d

31 years ago(vc-checkin-hook): New user hook variable.
Roland McGrath [Sun, 27 Sep 1992 01:51:04 +0000 (01:51 +0000)]
(vc-checkin-hook): New user hook variable.
(vc-log-after-operation-hook): New internal defvar.
(vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook.
(vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end.

(vc-update-change-log): When doing all visited files, remove directory
names from file names that are in default-directory.

31 years ago(vc-update-change-log): Use shell-command, not shell-command-on-region.
Roland McGrath [Sun, 27 Sep 1992 01:31:15 +0000 (01:31 +0000)]
(vc-update-change-log): Use shell-command, not shell-command-on-region.
Take optional args to pass to script.
Add fancy interactive spec: C-u for current file only; M-0 for all visited.

31 years agoNew version from sk. Further hacked:
Roland McGrath [Sun, 27 Sep 1992 01:24:00 +0000 (01:24 +0000)]
New version from sk.  Further hacked:
(find-grep-dired): Use ! -type d, not -type f.

31 years ago(vc-toggle-read-only): Doc fix.
Roland McGrath [Sun, 27 Sep 1992 00:45:57 +0000 (00:45 +0000)]
(vc-toggle-read-only): Doc fix.
(vc-mode-line): Add interactive spec.

31 years agoDoc fix.
Richard M. Stallman [Sat, 26 Sep 1992 22:58:56 +0000 (22:58 +0000)]
Doc fix.

31 years agoDelete obsolete comments.
Richard M. Stallman [Sat, 26 Sep 1992 22:52:22 +0000 (22:52 +0000)]
Delete obsolete comments.

31 years ago(gomoku): Make it autoload.
Richard M. Stallman [Sat, 26 Sep 1992 22:49:36 +0000 (22:49 +0000)]
(gomoku): Make it autoload.

31 years agoRISC-OS rev 5, DEC OSF/1 changes.
Michael Meissner [Sat, 26 Sep 1992 22:37:56 +0000 (22:37 +0000)]
RISC-OS rev 5, DEC OSF/1 changes.

31 years ago(spook): Make it autoload.
Richard M. Stallman [Sat, 26 Sep 1992 21:41:37 +0000 (21:41 +0000)]
(spook): Make it autoload.

31 years ago(setenv): Make it autoload.
Richard M. Stallman [Sat, 26 Sep 1992 21:34:39 +0000 (21:34 +0000)]
(setenv): Make it autoload.

31 years agoFix setup of mpuz-read-map not to depend on keymap format.
Richard M. Stallman [Sat, 26 Sep 1992 21:27:08 +0000 (21:27 +0000)]
Fix setup of mpuz-read-map not to depend on keymap format.
(mpuz): Renamed from mult-puzzle.  Make it autoload.

31 years agoDoc fix.
Richard M. Stallman [Sat, 26 Sep 1992 21:15:01 +0000 (21:15 +0000)]
Doc fix.

31 years ago(diff): Don't print echo area message.
Richard M. Stallman [Sat, 26 Sep 1992 21:00:17 +0000 (21:00 +0000)]
(diff): Don't print echo area message.
(diff-parse-differences): Always add `done' to message, at end.
New local num-loci-found counts the loci.

31 years ago(mouse-split-window-vertically): Use @.
Richard M. Stallman [Sat, 26 Sep 1992 08:15:35 +0000 (08:15 +0000)]
(mouse-split-window-vertically): Use @.
(mouse-split-window-horizontally): New command.
Use S-mouse-2 for them.
(mouse-delete-window): Put on mode-line mouse-3.
(mouse-save-then-kill): New command, on mouse-3.
(mouse-delete-other-windows): Use @.  Now on mode-line mouse-1.
(mouse-scroll-down, mouse-scroll-up): Use e, get line from event.
(mouse-scroll-move-cursor): Likewise.
(mouse-scroll-left, mouse-scroll-right): Likewise for column.
(mouse-scroll-move-cursor-horizontally): Likewise.

31 years ago(single_keymap_panes): Handle vectors properly.
Richard M. Stallman [Fri, 25 Sep 1992 23:23:17 +0000 (23:23 +0000)]
(single_keymap_panes): Handle vectors properly.

31 years ago(after-find-file): New arg NOAUTO.
Richard M. Stallman [Thu, 24 Sep 1992 07:23:59 +0000 (07:23 +0000)]
(after-find-file): New arg NOAUTO.
(revert-buffer, recover-file): Pass t for that arg.

31 years agoSee ChangeLog
Joseph Arceneaux [Thu, 24 Sep 1992 01:29:22 +0000 (01:29 +0000)]
See ChangeLog

31 years ago* xmenu.c (single_keymap_panes): Comment out the code which
Jim Blandy [Wed, 23 Sep 1992 12:48:12 +0000 (12:48 +0000)]
* xmenu.c (single_keymap_panes): Comment out the code which
tries to handle a dense keymap's table; it uses keymap_table, and
the rest of the code never uses the table contents anyway.

31 years ago* keymap.c (DENSE_TABLE_SIZE): Doc fix.
Jim Blandy [Wed, 23 Sep 1992 12:46:52 +0000 (12:46 +0000)]
* keymap.c (DENSE_TABLE_SIZE): Doc fix.
(keymap_table): Function removed; this function exists only to
support an incorrect understanding of the format of keymaps.
(access_keymap, store_in_keymap, Fcopy_keymap,
Faccessible_keymaps): Correctly handle vectors at any point in the
keymap; don't assume it must be at the front.
(describe_map): Instead of calling describe_vector on the vector
in the cadr of the keymap (if present) and then calling
describe_alist to do the rest, just call describe_map_2.
(describe_alist): Renamed to describe_map_2; call describe_vector
when we encounter a vector in the list.

* keymap.c (access_keymap, store_in_keymap): Clarify error message
for non-ASCII characters.

* keymap.c (access_keymap): Return the binding of Qt as the
binding for all unbound characters.

31 years ago* indent.c (Fmove_to_column): Pass the right number of arguments
Jim Blandy [Wed, 23 Sep 1992 12:45:50 +0000 (12:45 +0000)]
* indent.c (Fmove_to_column): Pass the right number of arguments
to Findent_to.

31 years ago* process.c [SIGCHLD && !BSD && !UNIPLUS && !HPUX]
Jim Blandy [Wed, 23 Sep 1992 11:51:59 +0000 (11:51 +0000)]
* process.c [SIGCHLD && !BSD && !UNIPLUS && !HPUX]
(create_process): #if 0 out the code which sets the child's
handler for SIGCHLD to sigchld; the code which gives sigchld its
value has been diked out under these CPP symbols, so this should
be diked out too.

31 years ago*** empty log message ***
Jim Blandy [Wed, 23 Sep 1992 10:33:26 +0000 (10:33 +0000)]
*** empty log message ***

31 years ago(calculate-c-indent): When testing for function-start line,
Richard M. Stallman [Wed, 23 Sep 1992 04:21:23 +0000 (04:21 +0000)]
(calculate-c-indent): When testing for function-start line,
always match the first paren if have more than one.

31 years ago* fileio.c (syms_of_fileio): Don't try to defsubr Sunix_sync
Jim Blandy [Wed, 23 Sep 1992 03:51:58 +0000 (03:51 +0000)]
* fileio.c (syms_of_fileio): Don't try to defsubr Sunix_sync
unless it's actually been defined - that is, if unix is #defined.

31 years ago* sysdep.c (sys_suspend): Don't try to use "nice (- nice (0))" to
Jim Blandy [Wed, 23 Sep 1992 03:51:13 +0000 (03:51 +0000)]
* sysdep.c (sys_suspend): Don't try to use "nice (- nice (0))" to
set the subshell's priority to normal; nice doesn't return a
defined value on all systems.  Instead, since emacs_priority gives
the priority that Emacs was nastied to, we can use it to reset the
priority in a straightforward way.
[BSD4_1], [USG], [VMS] (setpriority): Remove dummy and
compatibility definitions of setpriority.

31 years ago* emacs.c (emacs_priority): Doc fix.
Jim Blandy [Wed, 23 Sep 1992 03:46:12 +0000 (03:46 +0000)]
* emacs.c (emacs_priority): Doc fix.
(main): Use nice, not setpriority; we just need a
simple, portable call to nice here.

31 years ago* callproc.c (child_setup): Don't use setpriority; we just need a
Jim Blandy [Wed, 23 Sep 1992 03:43:10 +0000 (03:43 +0000)]
* callproc.c (child_setup): Don't use setpriority; we just need a
simple, portable call to nice here.

31 years ago* xrdb.c (x_get_resource): Cast the value being assigned to
Jim Blandy [Tue, 22 Sep 1992 06:43:04 +0000 (06:43 +0000)]
* xrdb.c (x_get_resource): Cast the value being assigned to
ret_value->addr, rather than ret_value->addr itself; only GCC
allows you to cast lvalues.

31 years ago* eval.c (unbind_catch): Do the long-jump here. Take a VALUE
Jim Blandy [Tue, 22 Sep 1992 06:23:30 +0000 (06:23 +0000)]
* eval.c (unbind_catch): Do the long-jump here.  Take a VALUE
argument, which specifies the value to return to the catch, or the
data to give to the condition handler.  Renamed to
unwind_to_catch, to reflect new role.
(Fsignal, Fthrow): Removed code to set catch tag value and do the
long-jump; this is taken care of by unwind_to_catch.

31 years agoThu Sep 17 15:51:18 1992 Jim Blandy (jimb@pogo.cs.oberlin.edu)
Jim Blandy [Tue, 22 Sep 1992 05:19:09 +0000 (05:19 +0000)]
Thu Sep 17 15:51:18 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)

* minibuf.c (get_minibuffer): Enable undo in minibuffers.

31 years ago* lisp.h (struct handler): Remove the poll_suppress_count member
Jim Blandy [Tue, 22 Sep 1992 05:18:34 +0000 (05:18 +0000)]
* lisp.h (struct handler): Remove the poll_suppress_count member
of this structure; it is always equal to the poll_suppress_count
of its catchtag structure.  The non-local exit code in eval.c is
difficult enough to understand as it is; needless duplication
doesn't help.

* lisp.h (struct specbinding, struct handler): More documentation.

31 years ago* eval.c (Fcondition_case): Rearranged for clarity. Don't worry
Jim Blandy [Tue, 22 Sep 1992 05:17:48 +0000 (05:17 +0000)]
* eval.c (Fcondition_case): Rearranged for clarity.  Don't worry
about setting h.poll_suppress_count; it's guaranteed to be the
same as c.poll_suppress_count.
(internal_condition_case): Don't worry about
h.poll_suppress_count.
(Fsignal): Use h->tag->poll_suppress_count instead of
h->poll_suppress_count.

* eval.c (Fsignal): It's okay for the debugger to return to the
caller if the caller was signalling a quit.

* eval.c (unbind_catch): Restore the polling suppression count
here, instead of in Fsignal and Fthrow.
(Fthrow, Fsignal): Don't restore the polling suppression count here.

* eval.c (struct catchtag): More documentation.

* eval.c (entering_debugger): Variable renamed
when_entered_debugger, and is now a timestamp based on
num_nonmacro_input_chars.
(init_eval): Initialize when_entered_debugger, not
entering_debugger.
(call_debugger): Set when_entered_debugger to the current value of
num_nonmacro_input_chars.
(find_handler_clause): Don't call debugger unless
num_nonmacro_input_chars is greater than when_entered_debugger;
that way, we won't call the debugger unless the user has had a
chance to take control.
(Fbacktrace): Don't clear entering_debugger here.

31 years ago* buffer.c (Fget_buffer_create): Doc fix.
Jim Blandy [Tue, 22 Sep 1992 05:16:47 +0000 (05:16 +0000)]
* buffer.c (Fget_buffer_create): Doc fix.

31 years agoDoc fix.
Jim Blandy [Tue, 22 Sep 1992 04:32:26 +0000 (04:32 +0000)]
Doc fix.

31 years ago* fns.c (Fy_or_n_p): After testing for a QUIT, clear Vquit_flag.
Jim Blandy [Tue, 22 Sep 1992 04:29:25 +0000 (04:29 +0000)]
* fns.c (Fy_or_n_p): After testing for a QUIT, clear Vquit_flag.
Otherwise, if Fy_or_n_p is called while Vinhibit_quit is true and
the user presses C-g, this function goes into an infinite loop.

31 years ago* dispnew.c (get_display_line): Don't abort if the frame is
Jim Blandy [Tue, 22 Sep 1992 04:29:12 +0000 (04:29 +0000)]
* dispnew.c (get_display_line): Don't abort if the frame is
invisible; since unmap events are handled at the interrupt level,
a screen may become invisible at any time.

31 years ago* keyboard.h (num_nonmacro_input_chars): Added extern declaration
Jim Blandy [Tue, 22 Sep 1992 04:28:52 +0000 (04:28 +0000)]
* keyboard.h (num_nonmacro_input_chars): Added extern declaration
for this.

31 years agoInitial revision
Richard M. Stallman [Tue, 22 Sep 1992 02:04:19 +0000 (02:04 +0000)]
Initial revision

31 years agocomment changes
Joseph Arceneaux [Mon, 21 Sep 1992 23:57:58 +0000 (23:57 +0000)]
comment changes

31 years ago(texinfo-mode): Capitalize the mode name string.
Richard M. Stallman [Mon, 21 Sep 1992 18:32:59 +0000 (18:32 +0000)]
(texinfo-mode): Capitalize the mode name string.

31 years agoDoc fixes. Make tq-create autoload.
Richard M. Stallman [Mon, 21 Sep 1992 15:01:37 +0000 (15:01 +0000)]
Doc fixes.  Make tq-create autoload.

31 years ago(mail-undo-backslash-quoting): Renamed from undo-...
Richard M. Stallman [Mon, 21 Sep 1992 14:52:30 +0000 (14:52 +0000)]
(mail-undo-backslash-quoting): Renamed from undo-...
(mail-safe-move-sexp): Renamed from safe-...
(mail-variant-method): Renamed from variant-method.

31 years agoentered into RCS
Eric S. Raymond [Mon, 21 Sep 1992 12:33:27 +0000 (12:33 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Mon, 21 Sep 1992 08:28:43 +0000 (08:28 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Mon, 21 Sep 1992 01:35:20 +0000 (01:35 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Sun, 20 Sep 1992 23:59:32 +0000 (23:59 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Sep 1992 22:45:13 +0000 (22:45 +0000)]
*** empty log message ***

31 years ago(Faccept_process_output): Initialize useconds.
Richard M. Stallman [Sun, 20 Sep 1992 21:06:42 +0000 (21:06 +0000)]
(Faccept_process_output): Initialize useconds.

31 years agoentered into RCS
Richard M. Stallman [Sun, 20 Sep 1992 20:58:22 +0000 (20:58 +0000)]
entered into RCS

31 years agoDon't include sys/dir.h.
Richard M. Stallman [Sun, 20 Sep 1992 20:17:16 +0000 (20:17 +0000)]
Don't include sys/dir.h.

(Fverify_visited_file_modtime):
Pass buffer itself to handler, if have handler.
(Fwrite_region): GCPRO around Fexpand_file_name, Ffie_name_directory.
(Fread_file_name_internal): GCPRO around file name manip.
(Ffile_writable_p, Ffile_readable_p): Use abspath, not filename,
(Ffile_executable_p, Ffile_exists_p): to run the handler.
(Fset_file_modes, Ffile_directory_p, Ffile_modes): Likewise.
(Ffile_newer_than_file_p): GCPRO around expand_and_dir_to_file.

31 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Sep 1992 19:06:51 +0000 (19:06 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Sun, 20 Sep 1992 02:22:09 +0000 (02:22 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Sun, 20 Sep 1992 00:41:38 +0000 (00:41 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Sat, 19 Sep 1992 21:46:00 +0000 (21:46 +0000)]
entered into RCS

31 years agoUpdate copyright year.
Richard M. Stallman [Sat, 19 Sep 1992 21:24:56 +0000 (21:24 +0000)]
Update copyright year.

31 years ago[VMS]: Include string.h, rms.h, rmsdef.h.
Richard M. Stallman [Sat, 19 Sep 1992 21:24:30 +0000 (21:24 +0000)]
[VMS]: Include string.h, rms.h, rmsdef.h.
[VMS] (Ffile_version_limit): New function.

31 years ago(sys_suspend): Read EMACS_PARENT_PID envvar for parent.
Richard M. Stallman [Sat, 19 Sep 1992 20:41:32 +0000 (20:41 +0000)]
(sys_suspend): Read EMACS_PARENT_PID envvar for parent.

31 years agoentered into RCS
Richard M. Stallman [Sat, 19 Sep 1992 19:40:38 +0000 (19:40 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Sep 1992 19:21:09 +0000 (19:21 +0000)]
*** empty log message ***

31 years ago(mark_object): Save last 500 values of objptr.
Richard M. Stallman [Sat, 19 Sep 1992 17:52:29 +0000 (17:52 +0000)]
(mark_object): Save last 500 values of objptr.
Check for clobberage of ptr, when marking a vector.

31 years ago(scan_lists): When searching back for comment:
Richard M. Stallman [Sat, 19 Sep 1992 17:52:07 +0000 (17:52 +0000)]
(scan_lists): When searching back for comment:
if comment-end is 2 chars, assume it does end a comment.
Otherwise, scan back to previous comment-end to see if there's
a comment starter between.  Also record whether the string quotes
between the start and the end are paired and uniform.
If so, skip to comment starter.  If not, scan from start of
defun to find comment starter if any.
(find_defun_start): New function.

31 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Sep 1992 07:51:41 +0000 (07:51 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Sat, 19 Sep 1992 05:57:58 +0000 (05:57 +0000)]
entered into RCS

31 years agoentered into RCS
Joseph Arceneaux [Sat, 19 Sep 1992 01:11:21 +0000 (01:11 +0000)]
entered into RCS

31 years agoentered into RCS
Richard M. Stallman [Fri, 18 Sep 1992 18:47:19 +0000 (18:47 +0000)]
entered into RCS

31 years ago*** empty log message ***
Joseph Arceneaux [Fri, 18 Sep 1992 07:43:41 +0000 (07:43 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Fri, 18 Sep 1992 07:30:25 +0000 (07:30 +0000)]
*** empty log message ***

31 years ago(get_keyelt): Skip menu help string after menu item name.
Richard M. Stallman [Fri, 18 Sep 1992 07:29:36 +0000 (07:29 +0000)]
(get_keyelt): Skip menu help string after menu item name.

31 years ago*** empty log message ***
Jim Blandy [Thu, 17 Sep 1992 21:54:44 +0000 (21:54 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Richard M. Stallman [Thu, 17 Sep 1992 19:50:27 +0000 (19:50 +0000)]
*** empty log message ***

31 years agoInitial revision
Joseph Arceneaux [Thu, 17 Sep 1992 02:26:53 +0000 (02:26 +0000)]
Initial revision

31 years agoentered into RCS
Roland McGrath [Thu, 17 Sep 1992 01:12:50 +0000 (01:12 +0000)]
entered into RCS

31 years agoInitial revision
Karl Berry [Wed, 16 Sep 1992 14:52:41 +0000 (14:52 +0000)]
Initial revision

31 years agoInitial revision
Karl Berry [Wed, 16 Sep 1992 12:19:41 +0000 (12:19 +0000)]
Initial revision

31 years ago*** empty log message ***
Jim Blandy [Wed, 16 Sep 1992 00:08:26 +0000 (00:08 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Tue, 15 Sep 1992 22:52:46 +0000 (22:52 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Roland McGrath [Tue, 15 Sep 1992 21:35:53 +0000 (21:35 +0000)]
*** empty log message ***

31 years agoentered into RCS
Roland McGrath [Tue, 15 Sep 1992 21:11:58 +0000 (21:11 +0000)]
entered into RCS

31 years ago*** empty log message ***
Roland McGrath [Tue, 15 Sep 1992 21:04:44 +0000 (21:04 +0000)]
*** empty log message ***