]> git.eshelyaron.com Git - emacs.git/log
emacs.git
31 years ago(drem): Check for this function.
Karl Heuer [Fri, 4 Feb 1994 20:21:21 +0000 (20:21 +0000)]
(drem): Check for this function.

31 years ago(Using NON_GNU_CPP): Don't lose if it has spaces.
Richard M. Stallman [Fri, 4 Feb 1994 20:20:00 +0000 (20:20 +0000)]
(Using NON_GNU_CPP): Don't lose if it has spaces.
If CPP was inherited from environment, don't use NON_GNU_CPP.
(NON_GNU_CC): Likewise.
(handling with_gcc): Use explicit if in the `no' case.
(cc_specified): New variable; if set, don't use NON_GNU_CC.

31 years ago(fmod): Implement it on systems where it's missing, using drem if available.
Karl Heuer [Fri, 4 Feb 1994 20:18:59 +0000 (20:18 +0000)]
(fmod): Implement it on systems where it's missing, using drem if available.

31 years ago(xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
Fred Pierresteguy [Fri, 4 Feb 1994 17:13:26 +0000 (17:13 +0000)]
(xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
avoid the flickering of the menubar.

31 years ago(te-escape-help, te-more-break-help, terminal-emulator):
Richard M. Stallman [Fri, 4 Feb 1994 06:46:02 +0000 (06:46 +0000)]
(te-escape-help, te-more-break-help, terminal-emulator):
Pass just one KEYMAP arg to where-is-internal.

31 years ago(insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.
Richard M. Stallman [Fri, 4 Feb 1994 06:45:41 +0000 (06:45 +0000)]
(insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.

31 years ago(edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
Richard M. Stallman [Fri, 4 Feb 1994 06:45:26 +0000 (06:45 +0000)]
(edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
Pass (keymap) as KEYMAP arg to where-is-internal.

31 years ago(calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.
Richard M. Stallman [Fri, 4 Feb 1994 06:44:55 +0000 (06:44 +0000)]
(calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.

31 years ago(sentence-end-double-space): New variable.
Richard M. Stallman [Fri, 4 Feb 1994 04:45:52 +0000 (04:45 +0000)]
(sentence-end-double-space): New variable.
(fill-region-as-paragraph): Handle it.

31 years ago(do-auto-fill): Don't break line at period-single-space.
Richard M. Stallman [Fri, 4 Feb 1994 04:37:44 +0000 (04:37 +0000)]
(do-auto-fill): Don't break line at period-single-space.

31 years agoAdd comments describing the rules used by the merge algorithm.
Karl Heuer [Fri, 4 Feb 1994 01:18:01 +0000 (01:18 +0000)]
Add comments describing the rules used by the merge algorithm.

31 years ago(comment-region): Fix previous change.
Richard M. Stallman [Fri, 4 Feb 1994 01:13:05 +0000 (01:13 +0000)]
(comment-region): Fix previous change.

31 years ago(define-mode-clone): Renamed from mode-clone.
Richard M. Stallman [Fri, 4 Feb 1994 01:04:15 +0000 (01:04 +0000)]
(define-mode-clone): Renamed from mode-clone.
Swap args PARENT and CHILD.
Don't use clone-run-setup-function.
(clone-run-setup-function): Function deleted.

31 years agoInitial revision
Richard M. Stallman [Fri, 4 Feb 1994 00:30:33 +0000 (00:30 +0000)]
Initial revision

31 years agoRms (in his change to comment-region on Feb 1) decided to make
Michael I. Bushnell [Thu, 3 Feb 1994 23:48:59 +0000 (23:48 +0000)]
Rms (in his change to comment-region on Feb 1) decided to make
`interactive' in the function backward-word all upper case.  Needless
to say, this isn't such a good idea.

31 years ago(init_cmdargs): Set Vinstallation_directory.
Richard M. Stallman [Thu, 3 Feb 1994 19:51:07 +0000 (19:51 +0000)]
(init_cmdargs): Set Vinstallation_directory.
(syms_of_emacs): staticpro it.

31 years ago(record_first_change): Check for buffer-undo-list = t.
Richard M. Stallman [Thu, 3 Feb 1994 19:39:21 +0000 (19:39 +0000)]
(record_first_change): Check for buffer-undo-list = t.
Make an undo boundary if appropriate.  Set last_undo_buffer.
(record_property_change): Use BUFFER, not current_buffer,
when testing undo_list.

31 years ago(c-fill-paragraph): Delete extraneous close paren.
Karl Heuer [Thu, 3 Feb 1994 19:18:21 +0000 (19:18 +0000)]
(c-fill-paragraph): Delete extraneous close paren.

31 years ago(merge_properties_sticky): Preserve original order of properties.
Karl Heuer [Thu, 3 Feb 1994 18:54:04 +0000 (18:54 +0000)]
(merge_properties_sticky): Preserve original order of properties.

31 years ago(X_IO_BUG): Defined.
Richard M. Stallman [Thu, 3 Feb 1994 06:07:47 +0000 (06:07 +0000)]
(X_IO_BUG): Defined.

31 years ago(Fwrite_region): If FILENAME has no handler, see if VISIT has one.
Richard M. Stallman [Thu, 3 Feb 1994 05:56:36 +0000 (05:56 +0000)]
(Fwrite_region): If FILENAME has no handler, see if VISIT has one.

31 years ago(Using NON_GNU_CPP): Don't lose if it has spaces.
Richard M. Stallman [Thu, 3 Feb 1994 05:55:12 +0000 (05:55 +0000)]
(Using NON_GNU_CPP): Don't lose if it has spaces.

31 years ago(scan_buffer): New arg ALLOW_QUIT.
Richard M. Stallman [Thu, 3 Feb 1994 05:06:01 +0000 (05:06 +0000)]
(scan_buffer): New arg ALLOW_QUIT.
(find_next_newline): Pass new arg.

31 years ago(find_defun_start): Pass new arg to scan_buffer.
Richard M. Stallman [Thu, 3 Feb 1994 05:05:42 +0000 (05:05 +0000)]
(find_defun_start): Pass new arg to scan_buffer.

31 years ago(Fforward_line): Pass new arg to scan_buffer.
Richard M. Stallman [Thu, 3 Feb 1994 05:05:12 +0000 (05:05 +0000)]
(Fforward_line): Pass new arg to scan_buffer.

31 years ago(XTread_socket): Add X_IO_BUG conditional.
Richard M. Stallman [Wed, 2 Feb 1994 23:47:57 +0000 (23:47 +0000)]
(XTread_socket): Add X_IO_BUG conditional.

31 years ago(dired-font-lock-keywords): New variable.
Richard M. Stallman [Wed, 2 Feb 1994 23:45:08 +0000 (23:45 +0000)]
(dired-font-lock-keywords): New variable.
(font-lock-set-defaults): Handle dired.el.

31 years ago(thing@pt-version): Removed variable.
Richard M. Stallman [Wed, 2 Feb 1994 23:19:42 +0000 (23:19 +0000)]
(thing@pt-version): Removed variable.

31 years ago(mouse-sel-version): Don't base version number on
Richard M. Stallman [Wed, 2 Feb 1994 23:19:11 +0000 (23:19 +0000)]
(mouse-sel-version): Don't base version number on
RCS revision.  Updated to version 2.0.
(mouse-sel-set-selection-function, mouse-sel-get-selection-function,
 mouse-sel-check-selection-function):
Check whether X11 functions are bound when setting defaults.
(mouse-extend): Check whether modify-frame-parameters is bound before
calling it.  Add support to kill region with double-mouse-3.

31 years ago(server-program): Add exec-directory to value.
Richard M. Stallman [Wed, 2 Feb 1994 22:53:39 +0000 (22:53 +0000)]
(server-program): Add exec-directory to value.

31 years ago(mips-mips-riscos4*): Set NON_GNU_CPP.
Richard M. Stallman [Wed, 2 Feb 1994 22:35:44 +0000 (22:35 +0000)]
(mips-mips-riscos4*): Set NON_GNU_CPP.

31 years ago(sort-paragraphs): Use proper paragraph definition instead of just checking
Karl Heuer [Wed, 2 Feb 1994 21:57:02 +0000 (21:57 +0000)]
(sort-paragraphs): Use proper paragraph definition instead of just checking
for whitespace.

31 years ago(ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
Karl Heuer [Wed, 2 Feb 1994 21:35:07 +0000 (21:35 +0000)]
(ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
want to preload this file.

31 years agoDoc fix.
Richard M. Stallman [Wed, 2 Feb 1994 20:43:50 +0000 (20:43 +0000)]
Doc fix.

31 years ago(shell-font-lock-keywords): Doc fix.
Richard M. Stallman [Wed, 2 Feb 1994 20:00:15 +0000 (20:00 +0000)]
(shell-font-lock-keywords): Doc fix.

31 years ago(vc-mode-line): use force-mode-line-update instead of the Emacs 18
Eric S. Raymond [Wed, 2 Feb 1994 18:56:02 +0000 (18:56 +0000)]
(vc-mode-line): use force-mode-line-update instead of the Emacs 18
kluge.

31 years ago(disable-command): Reject invalid commands.
Richard M. Stallman [Wed, 2 Feb 1994 18:46:29 +0000 (18:46 +0000)]
(disable-command): Reject invalid commands.

31 years ago(make-help-screen): Remove debugging code.
Karl Heuer [Wed, 2 Feb 1994 07:44:43 +0000 (07:44 +0000)]
(make-help-screen): Remove debugging code.

31 years ago(x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.
Karl Heuer [Wed, 2 Feb 1994 07:34:08 +0000 (07:34 +0000)]
(x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.

31 years ago(try_window_id): Don't pass value beyond ZV to compute_motion.
Karl Heuer [Wed, 2 Feb 1994 07:25:37 +0000 (07:25 +0000)]
(try_window_id): Don't pass value beyond ZV to compute_motion.

31 years ago(Fpos_visible_in_window_p): Return nil if POS > ZV.
Karl Heuer [Wed, 2 Feb 1994 07:16:51 +0000 (07:16 +0000)]
(Fpos_visible_in_window_p): Return nil if POS > ZV.

31 years ago(x_term_init): Use get_system_name instead of gethostname.
Karl Heuer [Wed, 2 Feb 1994 06:32:28 +0000 (06:32 +0000)]
(x_term_init): Use get_system_name instead of gethostname.

31 years ago(get_system_name): Declared.
Karl Heuer [Wed, 2 Feb 1994 06:31:26 +0000 (06:31 +0000)]
(get_system_name): Declared.

31 years ago(x_get_customization_string): Use get_system_name instead of gethostname.
Karl Heuer [Wed, 2 Feb 1994 06:26:21 +0000 (06:26 +0000)]
(x_get_customization_string): Use get_system_name instead of gethostname.

31 years ago(get_system_name): Remove restriction on hostname size.
Karl Heuer [Wed, 2 Feb 1994 06:20:58 +0000 (06:20 +0000)]
(get_system_name): Remove restriction on hostname size.

31 years agoFix file-relative-name to allow for ancestors as well as descendants.
Karl Heuer [Wed, 2 Feb 1994 04:39:22 +0000 (04:39 +0000)]
Fix file-relative-name to allow for ancestors as well as descendants.

31 years agovc-parse-buffer: arrange for old properties to get cleared when their
Eric S. Raymond [Wed, 2 Feb 1994 03:27:26 +0000 (03:27 +0000)]
vc-parse-buffer: arrange for old properties to get cleared when their
match string is not found in the master file.

31 years ago(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman [Wed, 2 Feb 1994 00:06:43 +0000 (00:06 +0000)]
(mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.

31 years ago(comment-region): Handle comment-end deletion for C-u.
Richard M. Stallman [Wed, 2 Feb 1994 00:05:42 +0000 (00:05 +0000)]
(comment-region): Handle comment-end deletion for C-u.
Don't let short lines confuse the comment-end deletion.

(comment-region): Just C-u prefix means uncomment lines.

31 years ago(Fmod): Use HAVE_FMOD.
Karl Heuer [Tue, 1 Feb 1994 23:21:22 +0000 (23:21 +0000)]
(Fmod): Use HAVE_FMOD.

31 years ago(HAVE_FMOD): Add another #undef.
Karl Heuer [Tue, 1 Feb 1994 23:18:34 +0000 (23:18 +0000)]
(HAVE_FMOD): Add another #undef.

31 years agoCheck whether fmod exists.
Karl Heuer [Tue, 1 Feb 1994 23:17:03 +0000 (23:17 +0000)]
Check whether fmod exists.

31 years ago(font-lock-set-defaults): Handle shell mode.
Richard M. Stallman [Tue, 1 Feb 1994 23:10:41 +0000 (23:10 +0000)]
(font-lock-set-defaults): Handle shell mode.
(shell-font-lock-keywords): New variable.

31 years ago(SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.
Richard M. Stallman [Tue, 1 Feb 1994 18:24:12 +0000 (18:24 +0000)]
(SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 Feb 1994 18:21:00 +0000 (18:21 +0000)]
*** empty log message ***

31 years agoMany doc fixes.
Richard M. Stallman [Tue, 1 Feb 1994 18:14:56 +0000 (18:14 +0000)]
Many doc fixes.
(pascal-get-beg-of-line, pascal-get-end-of-line):
Use defsubst.  Renamed from get-...
(pascal-within-string): Use defsubst.
(delete-whitespaces): Function deleted;
callers use delete-horizontal-space instead.
(pascal-string-diff): Renamed from string-diff.

Complete rewrite.  Added an outline- minor-mode and completion.

31 years ago(auto-mode-alist): Add .p and .pas for pascal-mode.
Richard M. Stallman [Tue, 1 Feb 1994 17:46:53 +0000 (17:46 +0000)]
(auto-mode-alist): Add .p and .pas for pascal-mode.

31 years ago(x_set_menu_bar_lines): Test also menubar_widget before calling
Fred Pierresteguy [Tue, 1 Feb 1994 17:33:14 +0000 (17:33 +0000)]
(x_set_menu_bar_lines): Test also menubar_widget before calling
XtDestroyWidget.

31 years ago(calculate-fortran-indent): Handle
Richard M. Stallman [Tue, 1 Feb 1994 17:25:41 +0000 (17:25 +0000)]
(calculate-fortran-indent): Handle
Fortran 90 INTERFACE and SELECT/CASE blocks.

31 years ago(dumpglyphs): Don't crash for invalid face code.
Richard M. Stallman [Tue, 1 Feb 1994 06:49:18 +0000 (06:49 +0000)]
(dumpglyphs): Don't crash for invalid face code.

31 years ago(revert-buffer): Doc fix.
Richard M. Stallman [Tue, 1 Feb 1994 03:46:09 +0000 (03:46 +0000)]
(revert-buffer): Doc fix.

31 years ago(font-lock-mode): Use the new hooks to get proper behavior on a revert.
Karl Heuer [Tue, 1 Feb 1994 01:32:48 +0000 (01:32 +0000)]
(font-lock-mode): Use the new hooks to get proper behavior on a revert.

31 years ago(revert-buffer): reposition after-revert-hook, and add before-revert-hook.
Karl Heuer [Tue, 1 Feb 1994 01:31:37 +0000 (01:31 +0000)]
(revert-buffer): reposition after-revert-hook, and add before-revert-hook.

31 years ago(tabify): Don't delete back before initial START.
Richard M. Stallman [Tue, 1 Feb 1994 00:16:31 +0000 (00:16 +0000)]
(tabify): Don't delete back before initial START.

31 years ago(appt-display-interval, appt-display-duration)
Richard M. Stallman [Tue, 1 Feb 1994 00:00:36 +0000 (00:00 +0000)]
(appt-display-interval, appt-display-duration)
(appt-message-warning-time): Use larger defaults.

31 years agoDistribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.
Roland McGrath [Mon, 31 Jan 1994 23:57:52 +0000 (23:57 +0000)]
Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.

31 years ago(visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
Roland McGrath [Mon, 31 Jan 1994 23:05:32 +0000 (23:05 +0000)]
(visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
it is 'same.  Do list verification frobbing for it being either 'same or
nil; but only set tags-table-list-started-at and tags-table-list-pointer
when it's nil.

31 years ago(show-children): Don't call outline-level at eob.
Richard M. Stallman [Mon, 31 Jan 1994 16:41:12 +0000 (16:41 +0000)]
(show-children): Don't call outline-level at eob.

31 years ago(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.
Richard M. Stallman [Mon, 31 Jan 1994 16:16:05 +0000 (16:16 +0000)]
(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.

31 years agoFix rmail summary commands to work with rmail-mail-new-frame.
Karl Heuer [Mon, 31 Jan 1994 07:05:45 +0000 (07:05 +0000)]
Fix rmail summary commands to work with rmail-mail-new-frame.

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 31 Jan 1994 05:35:36 +0000 (05:35 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Mon, 31 Jan 1994 04:34:11 +0000 (04:34 +0000)]
entered into RCS

31 years ago*** empty log message ***
Richard M. Stallman [Sun, 30 Jan 1994 03:17:32 +0000 (03:17 +0000)]
*** empty log message ***

31 years agoentered into RCS
Richard M. Stallman [Sun, 30 Jan 1994 03:04:13 +0000 (03:04 +0000)]
entered into RCS

31 years agoWhitespace changes.
Richard M. Stallman [Sun, 30 Jan 1994 01:09:58 +0000 (01:09 +0000)]
Whitespace changes.

31 years agoWhitespace change.
Richard M. Stallman [Sun, 30 Jan 1994 01:03:56 +0000 (01:03 +0000)]
Whitespace change.

31 years ago(configuration): Change # comment to C comment.
Richard M. Stallman [Sun, 30 Jan 1994 00:50:32 +0000 (00:50 +0000)]
(configuration): Change # comment to C comment.

31 years agoInitial revision
Richard M. Stallman [Sun, 30 Jan 1994 00:30:22 +0000 (00:30 +0000)]
Initial revision

31 years ago(calendar-mayan-date-string): New function.
Richard M. Stallman [Sun, 30 Jan 1994 00:30:02 +0000 (00:30 +0000)]
(calendar-mayan-date-string): New function.
(calendar-print-mayan-date, diary-mayan-date): Use it.

31 years ago(calendar-french-date-string): New function.
Richard M. Stallman [Sun, 30 Jan 1994 00:29:32 +0000 (00:29 +0000)]
(calendar-french-date-string): New function.
(calendar-print-french-date, diary-french-date): Use it.

31 years ago(calendar-sunrise-sunset): Add date to message.
Richard M. Stallman [Sun, 30 Jan 1994 00:29:09 +0000 (00:29 +0000)]
(calendar-sunrise-sunset): Add date to message.

31 years ago(calendar-phases-of-moon): Fix mode line.
Richard M. Stallman [Sun, 30 Jan 1994 00:28:54 +0000 (00:28 +0000)]
(calendar-phases-of-moon): Fix mode line.

31 years ago(list-calendar-holidays): Fix mode line.
Richard M. Stallman [Sun, 30 Jan 1994 00:28:40 +0000 (00:28 +0000)]
(list-calendar-holidays): Fix mode line.

31 years ago(diary-day-of-year, diary-iso-date, diary-islamic-date,
Richard M. Stallman [Sun, 30 Jan 1994 00:26:04 +0000 (00:26 +0000)]
(diary-day-of-year, diary-iso-date, diary-islamic-date,
 diary-hebrew-date, diary-julian-date, diary-astro-day-number):
 Use new functions from calendar.el.

31 years ago(calendar-version): New function.
Richard M. Stallman [Sun, 30 Jan 1994 00:25:00 +0000 (00:25 +0000)]
(calendar-version): New function.
Adjustments to commentary at top of file.
(diary-entry-marker, calendar-today-marker,
calendar-holiday-marker): Don't autoload them; change definitions
to support monochrome and color workstations.
(calendar-french-date-string,calendar-mayan-date-string): Autoload them.
(calendar-day-of-year-string, calendar-iso-date-string,
calendar-julian-date-string,calendar-islamic-date-string,
calendar-hebrew-date-string,calendar-astro-date-string): New functions
(calendar-print-day-of-year, calendar-print-iso-date,
calendar-print-iso-date,calendar-print-julian-date,
calendar-print-islamic-date,calendar-print-hebrew-date,
calendar-print-astro-day-number): Use them.
(calendar-mode-map): Add mouse support.
(calendar-unmark,mark-visible-calendar-date,calendar-mark-today):
Rewritten.

31 years ago(minor-mode-alist): Don't add "Outl" if already added.
Richard M. Stallman [Sat, 29 Jan 1994 23:58:07 +0000 (23:58 +0000)]
(minor-mode-alist): Don't add "Outl" if already added.

31 years ago(rmail-make-in-reply-to-field): Discard text properties from
Richard M. Stallman [Sat, 29 Jan 1994 23:56:27 +0000 (23:56 +0000)]
(rmail-make-in-reply-to-field): Discard text properties from
the address before printing it.

31 years agoScale by sizeof when allocating objects.
Karl Heuer [Sat, 29 Jan 1994 02:09:41 +0000 (02:09 +0000)]
Scale by sizeof when allocating objects.

31 years ago(kill-all-local-variables): follow symbol forwarding.
Karl Heuer [Sat, 29 Jan 1994 02:03:55 +0000 (02:03 +0000)]
(kill-all-local-variables): follow symbol forwarding.

31 years ago(c-fill-paragraph): Handle C++ mode.
Richard M. Stallman [Sat, 29 Jan 1994 01:27:32 +0000 (01:27 +0000)]
(c-fill-paragraph): Handle C++ mode.

31 years agoInclude stdio.h.
Richard M. Stallman [Sat, 29 Jan 1994 01:16:17 +0000 (01:16 +0000)]
Include stdio.h.
(init_callproc): Put non-ex-dir warnings on stderr.

31 years ago(init_lread): Put non-ex-dir warnings on stderr.
Richard M. Stallman [Sat, 29 Jan 1994 01:15:53 +0000 (01:15 +0000)]
(init_lread): Put non-ex-dir warnings on stderr.

31 years ago(x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and...
Fred Pierresteguy [Fri, 28 Jan 1994 17:34:46 +0000 (17:34 +0000)]
(x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and return.

31 years ago* xterm.c (x_term_init): Cast to (char **) before assignment to argv.
Fred Pierresteguy [Fri, 28 Jan 1994 14:28:51 +0000 (14:28 +0000)]
* xterm.c (x_term_init): Cast to (char **) before assignment to argv.

31 years ago* keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and
Fred Pierresteguy [Thu, 27 Jan 1994 11:01:59 +0000 (11:01 +0000)]
* keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and
        test FRAME_EXTERNAL_MENU_BAR.
        (map_event_to_object) [USE_X_TOOLKIT]: Declare and use it.

31 years ago(x_set_mouse_position): Don't raise the frame.
Richard M. Stallman [Wed, 26 Jan 1994 21:09:54 +0000 (21:09 +0000)]
(x_set_mouse_position): Don't raise the frame.

31 years ago(mkdir): Use MKDIR_PROTOTYPE if defined.
Richard M. Stallman [Wed, 26 Jan 1994 20:55:19 +0000 (20:55 +0000)]
(mkdir): Use MKDIR_PROTOTYPE if defined.

31 years ago[__GNUC__] (MKDIR_PROTOTYPE): Defined.
Richard M. Stallman [Wed, 26 Jan 1994 20:54:23 +0000 (20:54 +0000)]
[__GNUC__] (MKDIR_PROTOTYPE): Defined.

31 years ago(help-for-help): Doc fix.
Richard M. Stallman [Wed, 26 Jan 1994 20:14:27 +0000 (20:14 +0000)]
(help-for-help): Doc fix.

31 years ago(three-step-help): New option.
Richard M. Stallman [Wed, 26 Jan 1994 20:12:33 +0000 (20:12 +0000)]
(three-step-help): New option.
(make-help-screen): Implement that option.
Handle delete function key like DEL.
Don't include the option list in the prompt when displaying
a full window of options.