bpt/emacs.git
29 years ago[USE_X_TOOLKIT] (x_window): If using Motif,
Karl Heuer [Sun, 11 Jun 1995 20:27:39 +0000 (20:27 +0000)]
[USE_X_TOOLKIT] (x_window): If using Motif,
add some extra to sizes, for consistent behavior.

29 years agoInclude widget.h.
Karl Heuer [Sun, 11 Jun 1995 20:27:12 +0000 (20:27 +0000)]
Include widget.h.
(x_wm_set_size_hint) [USE_X_TOOLKIT]:
Get the size from the outer widget.
Copy the base and minimum sizes from the old hint.

29 years ago(EmacsFrameSetCharSize): Manually alter the height
Karl Heuer [Sun, 11 Jun 1995 20:26:47 +0000 (20:26 +0000)]
(EmacsFrameSetCharSize): Manually alter the height
and width of the outer widget (and the width of the column widget)
carefully using deltas.
Set update_hints_inhibit nonzero while updating.
Then call update_wm_hints explicitly.
(update_wm_hints): Use 0 for min_rows, min_cols.
Do nothing if update_hints_inhibit is nonzero.

29 years ago(lwlib_toolkit_type): New variable.
Karl Heuer [Sun, 11 Jun 1995 20:22:09 +0000 (20:22 +0000)]
(lwlib_toolkit_type): New variable.

29 years ago(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer [Sun, 11 Jun 1995 20:14:36 +0000 (20:14 +0000)]
(Fframe_or_buffer_changed_p): Calculate vector size right.
Add hysteresis when making it larger.  Fill it up reliably
and check at the end for overflowing it.
(syms_of_display): Make frame_and_buffer_state initially with 20 elts.

29 years ago(read_char_minibuf_menu_prompt):
Karl Heuer [Sun, 11 Jun 1995 20:09:49 +0000 (20:09 +0000)]
(read_char_minibuf_menu_prompt):
If the char to type doesn't match the prompt string,
show the char explicitly.

29 years ago(save-selected-window): New macro.
Karl Heuer [Sun, 11 Jun 1995 19:27:57 +0000 (19:27 +0000)]
(save-selected-window): New macro.

29 years agoInclude config.h before stdio.h.
Geoff Voelker [Sat, 10 Jun 1995 21:45:43 +0000 (21:45 +0000)]
Include config.h before stdio.h.

29 years ago*** empty log message ***
Geoff Voelker [Sat, 10 Jun 1995 02:51:03 +0000 (02:51 +0000)]
*** empty log message ***

29 years agoInitial revision
Geoff Voelker [Sat, 10 Jun 1995 02:24:19 +0000 (02:24 +0000)]
Initial revision

29 years agomakefile.def (EMACS_ICON_PATH,ADDPM): Defined.
Geoff Voelker [Sat, 10 Jun 1995 02:23:39 +0000 (02:23 +0000)]
makefile.def (EMACS_ICON_PATH,ADDPM): Defined.

29 years ago(ALL,addpm,addpm.exe,addpm.obj): Defined.
Geoff Voelker [Sat, 10 Jun 1995 02:22:49 +0000 (02:22 +0000)]
(ALL,addpm,addpm.exe,addpm.obj): Defined.
(all): Depend upon $(BLD) and $(ALL).
(install): Depend upon emacs.bat.
Create program item for Emacs.
(clean): Delete obj.
(emacs.bat): Defined.

29 years ago(TEMACS): Depend upon $(BLD).
Geoff Voelker [Sat, 10 Jun 1995 02:22:05 +0000 (02:22 +0000)]
(TEMACS): Depend upon $(BLD).
(temacs): Remove $(BLD) dependency.

29 years agochanged referend\bce to \b\b\bof makefile.nt to makedf\b\bfile.def in configure section
Geoff Voelker [Sat, 10 Jun 1995 00:03:02 +0000 (00:03 +0000)]
changed referend\bce to \b\b\bof makefile.nt to makedf\b\bfile.def in configure section

29 years ago(system_key_syms): Deleted; now part of struct kboard.
Karl Heuer [Fri, 9 Jun 1995 20:37:54 +0000 (20:37 +0000)]
(system_key_syms): Deleted; now part of struct kboard.
(make_lispy_event): Use the struct member.
(init_kboard): Initialize it.
(syms_of_keyboard): Delete initialization and staticpro.

29 years ago(mark_kboards): Mark system_key_syms member.
Karl Heuer [Fri, 9 Jun 1995 20:37:32 +0000 (20:37 +0000)]
(mark_kboards): Mark system_key_syms member.

29 years ago(struct kboard): New member system_key_syms.
Karl Heuer [Fri, 9 Jun 1995 20:37:20 +0000 (20:37 +0000)]
(struct kboard): New member system_key_syms.

29 years ago(modify_event_symbol): Mask out high bits here,
Karl Heuer [Fri, 9 Jun 1995 19:15:55 +0000 (19:15 +0000)]
(modify_event_symbol): Mask out high bits here,
and only for certain purposes.  table_size now unsigned.
(modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name.
(make_lispy_event): Don't mask high bits here.
Supply -1 as table_size for system-specific keys.

29 years ago(x_get_keysym_name): New function.
Karl Heuer [Fri, 9 Jun 1995 19:15:28 +0000 (19:15 +0000)]
(x_get_keysym_name): New function.

29 years ago(update_menu_bar): Use set_buffer_internal_1 to switch bufs.
Karl Heuer [Fri, 9 Jun 1995 16:00:45 +0000 (16:00 +0000)]
(update_menu_bar): Use set_buffer_internal_1 to switch bufs.
Run the hooks in the proper buffer.
Normally bind overriding-local-map to nil.
(Qoverriding_local_map): New variable.
(syms_of_xdisp): staticpro it.

29 years ago(SOURCES): Makefile isn't source; Makefile.in.in is.
Karl Heuer [Fri, 9 Jun 1995 15:44:44 +0000 (15:44 +0000)]
(SOURCES): Makefile isn't source; Makefile.in.in is.

29 years ago(x-create-frame-with-faces): Don't use initial-frame-alist
Karl Heuer [Fri, 9 Jun 1995 15:42:08 +0000 (15:42 +0000)]
(x-create-frame-with-faces): Don't use initial-frame-alist
when looking for the X resource name.
Copy parameters from default-frame-alist, before the geometry
specs from the X resource database.

29 years ago(x-create-frame-with-faces): Don't look for geometry
Karl Heuer [Fri, 9 Jun 1995 15:24:50 +0000 (15:24 +0000)]
(x-create-frame-with-faces): Don't look for geometry
resource if name is nil.

29 years agoConverted xemacs *screen* nomenclature to *frame*.
Karl Heuer [Fri, 9 Jun 1995 14:38:56 +0000 (14:38 +0000)]
Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.

29 years ago(gnus-cancel-news): Use `buffer-disable-undo'.
Karl Heuer [Fri, 9 Jun 1995 14:35:26 +0000 (14:35 +0000)]
(gnus-cancel-news): Use `buffer-disable-undo'.
(gnus-inews-article): Ditto.
(gnus-inews-insert-signature): Use the recommended
hyphen-hyphen-space as the signature delimiter.

29 years agoCheck for -lpthread.
Karl Heuer [Fri, 9 Jun 1995 03:09:50 +0000 (03:09 +0000)]
Check for -lpthread.

29 years ago(Fminibuffer_complete): Make last_command be kboard-local.
Karl Heuer [Fri, 9 Jun 1995 03:05:13 +0000 (03:05 +0000)]
(Fminibuffer_complete): Make last_command be kboard-local.

29 years ago(internal_self_insert): Make last_command be kboard-local.
Karl Heuer [Fri, 9 Jun 1995 03:05:04 +0000 (03:05 +0000)]
(internal_self_insert): Make last_command be kboard-local.

29 years ago(last_command): Var deleted; now part of struct kboard.
Karl Heuer [Fri, 9 Jun 1995 03:04:43 +0000 (03:04 +0000)]
(last_command): Var deleted; now part of struct kboard.

29 years ago(struct kboard): New member Vlast_command.
Karl Heuer [Fri, 9 Jun 1995 03:04:26 +0000 (03:04 +0000)]
(struct kboard): New member Vlast_command.

29 years ago(last_command): Var deleted; now part of struct kboard.
Karl Heuer [Fri, 9 Jun 1995 03:03:46 +0000 (03:03 +0000)]
(last_command): Var deleted; now part of struct kboard.
(command_loop_1): Make last_command be kboard-local.
(syms_of_keyboard): Defvar it.
(init_kboard): Initialize it.

29 years agoInitial revision
Karl Heuer [Fri, 9 Jun 1995 02:31:33 +0000 (02:31 +0000)]
Initial revision

29 years ago(LIBS_MACHINE): Use -lpthread if it exists.
Karl Heuer [Fri, 9 Jun 1995 01:39:10 +0000 (01:39 +0000)]
(LIBS_MACHINE): Use -lpthread if it exists.

29 years ago(prompt-for-change-log-name): Handle the case where
Karl Heuer [Fri, 9 Jun 1995 01:29:21 +0000 (01:29 +0000)]
(prompt-for-change-log-name): Handle the case where
a directory name is specified gracefully.

29 years ago(Info-mode): Doco fix.
Karl Heuer [Fri, 9 Jun 1995 01:26:00 +0000 (01:26 +0000)]
(Info-mode): Doco fix.
(Info-next-preorder): Renamed from Info-next-preorder-1.
Old definition deleted.
After moving up, go to end of node.
(Info-last-preorder): If no menu, try the previous node.
After going down thru menu or to previous, position at end
of node and recenter.
After moving up, position at start of menu.
(Info-follow-nearest-node, Info-mouse-follow-nearest-node):
Use Info-next-preorder.
(Info-scroll-up, Info-scroll-down): Doc fix.

29 years ago(report-emacs-bug-info): New command.
Karl Heuer [Fri, 9 Jun 1995 01:24:47 +0000 (01:24 +0000)]
(report-emacs-bug-info): New command.
(report-emacs-bug): Put it in local map.  Display a message
in another window.

29 years ago(format-find-file, format-insert-file): New functions.
Karl Heuer [Fri, 9 Jun 1995 01:23:01 +0000 (01:23 +0000)]
(format-find-file, format-insert-file): New functions.

29 years ago(vc-backend-checkin): Handle RCS `co'-output in the event
Karl Heuer [Fri, 9 Jun 1995 01:21:18 +0000 (01:21 +0000)]
(vc-backend-checkin): Handle RCS `co'-output in the event
that a check-in only results in reverting to the previous version.
Also be more robust if the new version number cannot be told from
what `co' says.

29 years ago(vc-register): Check for a visited file first thing.
Karl Heuer [Fri, 9 Jun 1995 01:17:59 +0000 (01:17 +0000)]
(vc-register): Check for a visited file first thing.

29 years ago(Flookup_key, Fdefine_key): Use Fevent_convert_list.
Karl Heuer [Fri, 9 Jun 1995 01:15:14 +0000 (01:15 +0000)]
(Flookup_key, Fdefine_key): Use Fevent_convert_list.

29 years ago(Fevent_convert_list): Renamed from convert_event_type_list.
Karl Heuer [Fri, 9 Jun 1995 01:14:45 +0000 (01:14 +0000)]
(Fevent_convert_list): Renamed from convert_event_type_list.
(syms_of_keyboard): defsubr it.

29 years ago(xmenu_show): Do call lw_destroy_all_widgets.
Karl Heuer [Fri, 9 Jun 1995 01:11:36 +0000 (01:11 +0000)]
(xmenu_show): Do call lw_destroy_all_widgets.
(xdialog_show): Likewise.
(popup_get_selection): Don't call it here.

29 years ago(Freplace_match): Do the right thing with backslash.
Karl Heuer [Fri, 9 Jun 1995 01:10:11 +0000 (01:10 +0000)]
(Freplace_match): Do the right thing with backslash.

29 years ago(Freplace_match): Fix check for valid reg in string replace.
Karl Heuer [Fri, 9 Jun 1995 01:07:18 +0000 (01:07 +0000)]
(Freplace_match): Fix check for valid reg in string replace.

29 years ago(LIBS_MACHINE): Define to -ldnet or -ldnet_stub.
Karl Heuer [Fri, 9 Jun 1995 01:05:48 +0000 (01:05 +0000)]
(LIBS_MACHINE): Define to -ldnet or -ldnet_stub.

29 years ago(file-precious-flag): Doc clarification.
Karl Heuer [Fri, 9 Jun 1995 01:00:42 +0000 (01:00 +0000)]
(file-precious-flag): Doc clarification.

29 years ago(Vhelp_event_list): New var.
Karl Heuer [Fri, 9 Jun 1995 00:55:30 +0000 (00:55 +0000)]
(Vhelp_event_list): New var.
(syms_of_keyboard): Set up Lisp var.
(help_char_p): New function.
(read_char, echo_char, read_key_sequence): Use help_char_p.

29 years ago(Vlucid_menu_bar_dirty_flag): Declare this variable.
Karl Heuer [Fri, 9 Jun 1995 00:53:44 +0000 (00:53 +0000)]
(Vlucid_menu_bar_dirty_flag): Declare this variable.
(Qrecompute_lucid_menubar, Qactivate_menubar_hook): Likewise.

29 years ago(read_key_sequence): Don't run activate-menubar-hook
Karl Heuer [Fri, 9 Jun 1995 00:52:18 +0000 (00:52 +0000)]
(read_key_sequence): Don't run activate-menubar-hook
or call recompute-lucid-menubar.

29 years ago(update_menu_bar): Run activate-menubar-hook
Karl Heuer [Fri, 9 Jun 1995 00:51:32 +0000 (00:51 +0000)]
(update_menu_bar): Run activate-menubar-hook
and call recompute-lucid-menubar.

29 years agoChanged vip-*-frame-* to *-frame-*, incorporated overlay strings,
Karl Heuer [Fri, 9 Jun 1995 00:12:29 +0000 (00:12 +0000)]
Changed vip-*-frame-* to *-frame-*, incorporated overlay strings,
unread-command-events, removed support for emacs versions 19.28 and
xemacs 19.11 and earlier.

29 years ago(vip-event-key): now handles keys 128--255 as meta-chars.
Karl Heuer [Fri, 9 Jun 1995 00:11:53 +0000 (00:11 +0000)]
(vip-event-key): now handles keys 128--255 as meta-chars.

Changed vip-*-frame-* to *-frame-*, incorporated overlay strings,
unread-command-events, removed support for emacs versions 19.28 and
xemacs 19.11 and earlier.

29 years agoFixed problems with yanking/deleting buffers.
Karl Heuer [Fri, 9 Jun 1995 00:11:23 +0000 (00:11 +0000)]
Fixed problems with yanking/deleting buffers.

Changed vip-*-frame-* to *-frame-*, incorporated overlay strings,
unread-command-events, removed support for emacs versions 19.28 and
xemacs 19.11 and earlier.

29 years ago(vip-envelop-ESC-key): if an ESC-sequence translates
Karl Heuer [Fri, 9 Jun 1995 00:09:26 +0000 (00:09 +0000)]
(vip-envelop-ESC-key): if an ESC-sequence translates
into a function key, pretend that this key was the last command event.

(vip-put-back,vip-Put-back): now emulate Vi's behavior
more closely.

(vip-line): no longer not bombs out.
(vip-exec-shift) now preserves the point.

Fixed the behavior of the Vi commands M, L, G, yw, dg, etc.

Changed vip-*-frame-* to *-frame-*, incorporated overlay strings,
unread-command-events, removed support for emacs versions 19.28 and
xemacs 19.11 and earlier.

29 years ago(SYSTEM_PURESIZE_EXTRA) [!HAVE_X_WINDOWS]: Increase to 62000.
Karl Heuer [Thu, 8 Jun 1995 20:39:45 +0000 (20:39 +0000)]
(SYSTEM_PURESIZE_EXTRA) [!HAVE_X_WINDOWS]: Increase to 62000.

29 years agoUndefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
Karl Heuer [Thu, 8 Jun 1995 20:35:11 +0000 (20:35 +0000)]
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.

29 years ago[MSDOS]: #undef chdir.
Karl Heuer [Thu, 8 Jun 1995 20:13:45 +0000 (20:13 +0000)]
[MSDOS]: #undef chdir.

29 years agoDefine STDC_HEADERS.
Karl Heuer [Thu, 8 Jun 1995 19:57:56 +0000 (19:57 +0000)]
Define STDC_HEADERS.

29 years ago[!subprocesses]: Include sysselect.h.
Karl Heuer [Thu, 8 Jun 1995 19:21:05 +0000 (19:21 +0000)]
[!subprocesses]: Include sysselect.h.

29 years ago(xmenu_show): If !HAVE_X_WINDOWS, don't reference X display.
Karl Heuer [Thu, 8 Jun 1995 19:14:45 +0000 (19:14 +0000)]
(xmenu_show): If !HAVE_X_WINDOWS, don't reference X display.

29 years ago(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath [Thu, 8 Jun 1995 16:48:40 +0000 (16:48 +0000)]
(map-y-or-n-p): Don't eval return value of prompter function.

29 years agoInitial revision
Melissa Weisshaus [Thu, 8 Jun 1995 15:39:07 +0000 (15:39 +0000)]
Initial revision

29 years agofixed errors that appeared during update to 19.29.
Melissa Weisshaus [Thu, 8 Jun 1995 15:34:01 +0000 (15:34 +0000)]
fixed errors that appeared during update to 19.29.

29 years agoPut comments first in texinfo-font-lock-keywords.
Simon Marshall [Thu, 8 Jun 1995 14:29:13 +0000 (14:29 +0000)]
Put comments first in texinfo-font-lock-keywords.

29 years ago(rlogin): If optional second arg is buffer or string, use that as name.
Roland McGrath [Thu, 8 Jun 1995 13:03:15 +0000 (13:03 +0000)]
(rlogin): If optional second arg is buffer or string, use that as name.

29 years agoupdates for version 19.29.
Melissa Weisshaus [Thu, 8 Jun 1995 04:43:19 +0000 (04:43 +0000)]
updates for version 19.29.
,

29 years agoupdated for 19.29.
Melissa Weisshaus [Thu, 8 Jun 1995 04:16:18 +0000 (04:16 +0000)]
updated for 19.29.

29 years agoupdated address.
Melissa Weisshaus [Wed, 7 Jun 1995 23:55:43 +0000 (23:55 +0000)]
updated address.

29 years agoupdated menus and dates for june 1995 edition.
Melissa Weisshaus [Wed, 7 Jun 1995 23:00:15 +0000 (23:00 +0000)]
updated menus and dates for june 1995 edition.

29 years ago(mark_kboards): Mark Vprefix_arg instead of
Karl Heuer [Wed, 7 Jun 1995 22:25:46 +0000 (22:25 +0000)]
(mark_kboards): Mark Vprefix_arg instead of
prefix_factor and prefix_value.

29 years ago(Fexecute_kbd_macro): Vprefix_arg is now part of kboard.
Karl Heuer [Wed, 7 Jun 1995 22:24:23 +0000 (22:24 +0000)]
(Fexecute_kbd_macro): Vprefix_arg is now part of kboard.

29 years ago(cmd_error, command_loop_1, Fcommand_execute)
Karl Heuer [Wed, 7 Jun 1995 22:18:05 +0000 (22:18 +0000)]
(cmd_error, command_loop_1, Fcommand_execute)
(Fexecute_extended_command, init_kboard, syms_of_keyboard):
Undo Feb 28 change; prefix arg handling is now in Lisp code again.

29 years ago(current_prefix_partial): Deleted.
Karl Heuer [Wed, 7 Jun 1995 22:12:07 +0000 (22:12 +0000)]
(current_prefix_partial): Deleted.
(Vprefix_arg): Deleted; not part of struct kboard again.
(Funiversal_argument, Fnegative_argument, Fdigit_argument)
(clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg): Deleted.
(syms_of_callint): Use DEFVAR_KBOARD for Vprefix_arg.
Remove defsubrs for deleted functions.

29 years ago(gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.
Roland McGrath [Wed, 7 Jun 1995 22:07:53 +0000 (22:07 +0000)]
(gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.

29 years ago(struct kboard): member Vprefix_arg restored, replacing
Karl Heuer [Wed, 7 Jun 1995 21:48:03 +0000 (21:48 +0000)]
(struct kboard): member Vprefix_arg restored, replacing
prefix_factor, prefix_value, prefix_sign, and prefix_partial.

29 years ago(current_prefix_partial): Deleted.
Karl Heuer [Wed, 7 Jun 1995 21:39:33 +0000 (21:39 +0000)]
(current_prefix_partial): Deleted.
(Vprefix_arg): Deleted; now part of struct kboard again.
(Funiversal_argument, Fnegative_argument, Fdigit_argument)
(clear_prefix_arg, finalize_prefix_arg): Deleted.

29 years ago(Flocal_variable_p): New optional arg BUFFER.
Karl Heuer [Wed, 7 Jun 1995 21:07:25 +0000 (21:07 +0000)]
(Flocal_variable_p): New optional arg BUFFER.
Really check whether var is local in *that* buffer.

29 years ago(realclean): New target.
Karl Heuer [Wed, 7 Jun 1995 21:06:17 +0000 (21:06 +0000)]
(realclean): New target.
(elisp): Remove any old elisp-* files first.

29 years ago(x_real_positions): Uncatch and recatch X errors in the loop.
Karl Heuer [Wed, 7 Jun 1995 21:02:00 +0000 (21:02 +0000)]
(x_real_positions): Uncatch and recatch X errors in the loop.

29 years ago(Fbuffer_disable_undo): Make this function interactive.
Karl Heuer [Wed, 7 Jun 1995 21:00:01 +0000 (21:00 +0000)]
(Fbuffer_disable_undo): Make this function interactive.

29 years ago(query-replace-map): Bind f1 and help.
Karl Heuer [Wed, 7 Jun 1995 20:54:21 +0000 (20:54 +0000)]
(query-replace-map): Bind f1 and help.

29 years ago(read-quoted-char): Turn on help-form and turn off help-char.
Karl Heuer [Wed, 7 Jun 1995 20:53:07 +0000 (20:53 +0000)]
(read-quoted-char): Turn on help-form and turn off help-char.

29 years ago(vc-register): Clean error message if no visited file.
Karl Heuer [Wed, 7 Jun 1995 20:50:55 +0000 (20:50 +0000)]
(vc-register): Clean error message if no visited file.

29 years ago(isearch-other-meta-char): Try downshifting
Karl Heuer [Wed, 7 Jun 1995 20:48:53 +0000 (20:48 +0000)]
(isearch-other-meta-char): Try downshifting
shifted control characters.

29 years ago(file-precious-flag): Doc fix.
Karl Heuer [Wed, 7 Jun 1995 20:45:11 +0000 (20:45 +0000)]
(file-precious-flag): Doc fix.

29 years ago(unlock_file, lock_file): Call Fexpand_file_name.
Karl Heuer [Wed, 7 Jun 1995 20:39:56 +0000 (20:39 +0000)]
(unlock_file, lock_file): Call Fexpand_file_name.

29 years agoDelete version number.
Karl Heuer [Wed, 7 Jun 1995 18:58:06 +0000 (18:58 +0000)]
Delete version number.
(s-region-bind): Doc fix.
(s-region-move): Split into s-region-move and s-region-move-p1.
(s-region-move-p2): New function.
(s-region-move): Bind this-command.  Bind keys to s-region-move-p1
or s-region-move-p2 as appropriate.

29 years ago(vc-menu-map): Disable Register when no visited file.
Karl Heuer [Wed, 7 Jun 1995 18:55:22 +0000 (18:55 +0000)]
(vc-menu-map): Disable Register when no visited file.

29 years agoDoc fix.
Karl Heuer [Wed, 7 Jun 1995 18:38:02 +0000 (18:38 +0000)]
Doc fix.

29 years ago(display-time-filter):
Karl Heuer [Wed, 7 Jun 1995 18:35:06 +0000 (18:35 +0000)]
(display-time-filter):
Use same instant for both time and time-zone.

29 years ago*** empty log message ***
Karl Heuer [Tue, 6 Jun 1995 22:23:32 +0000 (22:23 +0000)]
*** empty log message ***

29 years ago*** empty log message ***
Karl Heuer [Tue, 6 Jun 1995 19:21:15 +0000 (19:21 +0000)]
*** empty log message ***

29 years ago(install-arch-indep): Install info files for mh-e.
Karl Heuer [Tue, 6 Jun 1995 03:11:10 +0000 (03:11 +0000)]
(install-arch-indep): Install info files for mh-e.
(uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.

29 years agoDeclare sbrk.
Karl Heuer [Tue, 6 Jun 1995 02:02:51 +0000 (02:02 +0000)]
Declare sbrk.

29 years ago(TOOLKIT_DEFINES): Define.
Karl Heuer [Tue, 6 Jun 1995 01:57:46 +0000 (01:57 +0000)]
(TOOLKIT_DEFINES): Define.
(ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here.

29 years ago(syms_of_xfns): Provide motif in Motif version.
Karl Heuer [Tue, 6 Jun 1995 01:56:05 +0000 (01:56 +0000)]
(syms_of_xfns): Provide motif in Motif version.

29 years ago(Fwaiting_for_user_input_p): Function declared.
Karl Heuer [Tue, 6 Jun 1995 01:52:32 +0000 (01:52 +0000)]
(Fwaiting_for_user_input_p): Function declared.
(Fupcase_initials, Fupcase_initials_region): Likewise.
(Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise.
(Fframe_first_window): Likewise.

29 years ago(Freplace_match): Calls to upcase_initials and upcase_initials_region changed
Karl Heuer [Tue, 6 Jun 1995 01:48:53 +0000 (01:48 +0000)]
(Freplace_match): Calls to upcase_initials and upcase_initials_region changed
to Fupcase_initials and Fupcase_initials_region for consistency.

29 years ago(Fexpand_abbrev): Call to upcase_initials_region
Karl Heuer [Tue, 6 Jun 1995 01:46:33 +0000 (01:46 +0000)]
(Fexpand_abbrev): Call to upcase_initials_region
changed to Fupcase_initials_region for consistency.

29 years ago(Fvertical_motion): Add cast.
Karl Heuer [Tue, 6 Jun 1995 01:44:34 +0000 (01:44 +0000)]
(Fvertical_motion): Add cast.