bpt/emacs.git
29 years ago(x_report_frame_params): Report value of `display' parm.
Richard M. Stallman [Tue, 18 Apr 1995 18:36:03 +0000 (18:36 +0000)]
(x_report_frame_params): Report value of `display' parm.

29 years ago(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath [Tue, 18 Apr 1995 18:29:05 +0000 (18:29 +0000)]
(tags-search, tags-query-replace): Put (quote ...) around args inserted
into forms to be evalled.

29 years ago(Ffetch_bytecode): Check the type of the object being read from the file.
Richard M. Stallman [Tue, 18 Apr 1995 18:13:13 +0000 (18:13 +0000)]
(Ffetch_bytecode): Check the type of the object being read from the file.

29 years ago(cpp-edit-list): Move definition toward start of file.
Richard M. Stallman [Tue, 18 Apr 1995 07:21:52 +0000 (07:21 +0000)]
(cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.

29 years ago(line-move): Fix previous change: if we get an error,
Richard M. Stallman [Tue, 18 Apr 1995 07:01:34 +0000 (07:01 +0000)]
(line-move): Fix previous change: if we get an error,
move to where the error happened, don't go back to starting point.

29 years ago(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Richard M. Stallman [Tue, 18 Apr 1995 03:54:39 +0000 (03:54 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
(../info/mh-e, mh-e.dvi): New targets.

29 years agoComment change.
Richard M. Stallman [Tue, 18 Apr 1995 03:45:52 +0000 (03:45 +0000)]
Comment change.

29 years ago(Fencode_time): Don't treat years < 100 as special.
Richard M. Stallman [Tue, 18 Apr 1995 03:31:38 +0000 (03:31 +0000)]
(Fencode_time): Don't treat years < 100 as special.

29 years ago(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Richard M. Stallman [Tue, 18 Apr 1995 03:17:12 +0000 (03:17 +0000)]
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.

29 years ago(insert_1): Adjust overlay center after inserting.
Karl Heuer [Mon, 17 Apr 1995 23:16:23 +0000 (23:16 +0000)]
(insert_1): Adjust overlay center after inserting.
(insert_from_string_1, insert_from_buffer_1): Likewise.
(del_range_1): Adjust overlay center after deleting.

29 years ago(adjust_overlays_for_insert): New function.
Karl Heuer [Mon, 17 Apr 1995 23:13:56 +0000 (23:13 +0000)]
(adjust_overlays_for_insert): New function.
(adjust_overlays_for_delete): New function.

29 years agoDeclare some functions.
Karl Heuer [Mon, 17 Apr 1995 23:12:34 +0000 (23:12 +0000)]
Declare some functions.

29 years ago(map-y-or-n-p): Don't log prompt messages.
Karl Heuer [Mon, 17 Apr 1995 18:52:41 +0000 (18:52 +0000)]
(map-y-or-n-p): Don't log prompt messages.

29 years ago(finder-known-keywords): Generalize `c' keyword.
Richard M. Stallman [Mon, 17 Apr 1995 18:42:29 +0000 (18:42 +0000)]
(finder-known-keywords): Generalize `c' keyword.

29 years ago(ispell-init-ispell): Don't barf if there is a
Richard M. Stallman [Mon, 17 Apr 1995 07:11:51 +0000 (07:11 +0000)]
(ispell-init-ispell): Don't barf if there is a
warning message before the version line when Ispell starts up.

29 years ago(Fencode_time): Rewrite by Naggum.
Richard M. Stallman [Mon, 17 Apr 1995 06:10:39 +0000 (06:10 +0000)]
(Fencode_time): Rewrite by Naggum.

29 years ago(font-lock-make-faces): Determine font-lock-background-mode from color
Richard M. Stallman [Sun, 16 Apr 1995 05:41:53 +0000 (05:41 +0000)]
(font-lock-make-faces): Determine font-lock-background-mode from color
values of background color.

(font-lock-make-faces-done): New variable.
(font-lock-make-faces): Set font-lock-make-faces-done to t.
Don't call it when loading the file.
(font-lock-mode): Call font-lock-make-faces if not yet done.

29 years ago(x-defined-colors): Take frame as optional arg.
Richard M. Stallman [Sun, 16 Apr 1995 04:17:36 +0000 (04:17 +0000)]
(x-defined-colors): Take frame as optional arg.
Check whether colors are really supported on the display in use.

29 years ago(list-colors-display): Minor clarification.
Richard M. Stallman [Sun, 16 Apr 1995 04:15:39 +0000 (04:15 +0000)]
(list-colors-display): Minor clarification.
(facemenu-special-menu): Add "Intangible" item.
(facemenu-color-equal): Doc fix.

29 years ago(set-face-background): Handle FRAME = nil directly
Richard M. Stallman [Sun, 16 Apr 1995 04:09:48 +0000 (04:09 +0000)]
(set-face-background): Handle FRAME = nil directly
so stipple colors work in that case.

29 years ago(set-auto-mode): If -*- spec doesn't set `mode:',
Richard M. Stallman [Sun, 16 Apr 1995 03:20:40 +0000 (03:20 +0000)]
(set-auto-mode): If -*- spec doesn't set `mode:',
look for other ways of specifying major mode.

29 years ago(xaw_pop_instance): Make x, y, w, h unsigned.
Richard M. Stallman [Sat, 15 Apr 1995 18:34:01 +0000 (18:34 +0000)]
(xaw_pop_instance): Make x, y, w, h unsigned.

29 years ago(size_menu): Make height and label_width unsigned.
Richard M. Stallman [Sat, 15 Apr 1995 18:33:29 +0000 (18:33 +0000)]
(size_menu): Make height and label_width unsigned.
(fit_to_screen): Make screen_width and screen_height unsigned.
(motion_event_is_in_menu): Make x, y unsigned.

29 years ago(really-lwlib, really-oldXMenu): Mark as .PHONY.
Richard M. Stallman [Sat, 15 Apr 1995 18:32:49 +0000 (18:32 +0000)]
(really-lwlib, really-oldXMenu): Mark as .PHONY.

29 years agoDelete the #if that compares MARKBIT.
Richard M. Stallman [Sat, 15 Apr 1995 18:27:51 +0000 (18:27 +0000)]
Delete the #if that compares MARKBIT.

29 years ago(dired-do-search): Renamed from dired-do-tags-search.
Richard M. Stallman [Sat, 15 Apr 1995 05:42:25 +0000 (05:42 +0000)]
(dired-do-search): Renamed from dired-do-tags-search.
(dired-do-query-replace): Renamed from dired-do-tags-query-replace.

29 years ago(dired-mode-map): Rename commands for A and Q.
Richard M. Stallman [Sat, 15 Apr 1995 05:41:28 +0000 (05:41 +0000)]
(dired-mode-map): Rename commands for A and Q.

29 years ago(cpp-parse-open): Delete comments that go past end of line.
Richard M. Stallman [Sat, 15 Apr 1995 02:04:41 +0000 (02:04 +0000)]
(cpp-parse-open): Delete comments that go past end of line.
(cpp-edit-reset): Clean up the four standard buttons.
(cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.

29 years agoComment change.
Richard M. Stallman [Fri, 14 Apr 1995 23:24:11 +0000 (23:24 +0000)]
Comment change.

29 years ago(finder-known-keywords):
Richard M. Stallman [Fri, 14 Apr 1995 23:16:06 +0000 (23:16 +0000)]
(finder-known-keywords):
Add frames, hypermedia, outlines, oop.

29 years agoCreate mouse-drag-overlay as a dead overlay, instead
Karl Heuer [Fri, 14 Apr 1995 22:39:19 +0000 (22:39 +0000)]
Create mouse-drag-overlay as a dead overlay, instead
of having it live in the *scratch* buffer until first used.

29 years ago(rmail-reformat-message): Call `rmail-clear-headers'
Richard M. Stallman [Fri, 14 Apr 1995 22:16:50 +0000 (22:16 +0000)]
(rmail-reformat-message): Call `rmail-clear-headers'
also if `rmail-displayed-headers' is set.
(rmail-clear-headers): Handle `rmail-displayed-headers' correctly.

(rmail-insert-inbox-text): When reading old
.newmail-<user> file, report it specifically.

(rmail-displayed-headers): New variable.
(rmail-clear-headers): Handle rmail-displayed-headers

(rmail-display-labels): Use `format' to convert
message numbers to strings.

(rmail-resend): If mailabbrev loaded, use that to expand abbrevs.

29 years ago(Fencode_time): Fix missing \n\'s.
Karl Heuer [Fri, 14 Apr 1995 21:06:02 +0000 (21:06 +0000)]
(Fencode_time): Fix missing \n\'s.

29 years ago(tar-mode): Locally bind next-line-add-newlines to nil.
Richard M. Stallman [Fri, 14 Apr 1995 20:46:11 +0000 (20:46 +0000)]
(tar-mode): Locally bind next-line-add-newlines to nil.
(tar-subfile-mode): Doc fix.
(tar-expunge): Make questions and messages start with upper case letter.
(tar-summarize-buffer): Ditto.
(tar-subfile-save-buffer): Make message like others.
(tar-mode): Locally bind local-write-file-hooks.
(tar-mode-write-file): Renamed from tar-mode-maybe-write-tar-file.
(tar-mode-write-file): Simplify to only work for tar file buffers.
(write-file-hooks): Don't modify this.

29 years ago(popup_get_selection): Queue up events that aren't
Richard M. Stallman [Fri, 14 Apr 1995 18:36:40 +0000 (18:36 +0000)]
(popup_get_selection): Queue up events that aren't
for the menu, and process them afterward.  New arg dpyinfo.
(set_frame_menubar): Use inhibit_garbage_collection.
[USE_X_TOOLKIT] (xmenu_show): Delete the queue code here.
Pass dpyinfo to popup_get_selection.
Don't call lw_destroy_all_widgets.
[USE_X_TOOLKIT] (xdialog_show): Simplify using popup_get_selection.

29 years ago(fill-paragraph, fill-region, fill-nonuniform-paragraphs)
Richard M. Stallman [Fri, 14 Apr 1995 18:33:44 +0000 (18:33 +0000)]
(fill-paragraph, fill-region, fill-nonuniform-paragraphs)
(fill-individual-paragraphs): Pass `full' for JUSTIFY arg,
in the interactive spec, if have prefix arg.

29 years ago(init_editfns): Add casts.
Richard M. Stallman [Fri, 14 Apr 1995 18:31:50 +0000 (18:31 +0000)]
(init_editfns): Add casts.

29 years ago(get_doc_string): Add cast.
Richard M. Stallman [Fri, 14 Apr 1995 18:28:45 +0000 (18:28 +0000)]
(get_doc_string): Add cast.

29 years ago(kbd_buffer_get_event): Don't use prototype.
Richard M. Stallman [Fri, 14 Apr 1995 18:26:53 +0000 (18:26 +0000)]
(kbd_buffer_get_event): Don't use prototype.

(read_char): Rearrange code so that getcjmp is set
only around sit_for and kbd_buffer_get_event, and
and polling is stopped only around the kbd_buffer_get_event call.
(Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars.

29 years ago(redisplay): Call init_desired_glyphs for each frame.
Richard M. Stallman [Fri, 14 Apr 1995 18:24:00 +0000 (18:24 +0000)]
(redisplay): Call init_desired_glyphs for each frame.
Call prepare_menu_bars.
(prepare_menu_bars): Delete code at beginning that duplicates
things done at the beginning of redisplay.

(message_log_check_duplicate): Make p1 and p2 unsigned char *.

29 years agoComment fix.
Karl Heuer [Fri, 14 Apr 1995 17:59:59 +0000 (17:59 +0000)]
Comment fix.

29 years agoMany doc fixes.
Karl Heuer [Fri, 14 Apr 1995 17:28:59 +0000 (17:28 +0000)]
Many doc fixes.
(edt-version): Deleted.

29 years ago(edt-vt100-revision): Deleted.
Karl Heuer [Fri, 14 Apr 1995 17:19:29 +0000 (17:19 +0000)]
(edt-vt100-revision): Deleted.

29 years ago(edt-pc-revision): Deleted.
Karl Heuer [Fri, 14 Apr 1995 17:18:19 +0000 (17:18 +0000)]
(edt-pc-revision): Deleted.

29 years ago(edt-mapper-revision): Deleted.
Karl Heuer [Fri, 14 Apr 1995 17:17:15 +0000 (17:17 +0000)]
(edt-mapper-revision): Deleted.

29 years ago(edt-lk201-revision): Deleted.
Karl Heuer [Fri, 14 Apr 1995 17:16:17 +0000 (17:16 +0000)]
(edt-lk201-revision): Deleted.

29 years ago(derived-mode-merge-keymaps): Recursively merge prefix key submaps also.
Richard M. Stallman [Fri, 14 Apr 1995 05:56:31 +0000 (05:56 +0000)]
(derived-mode-merge-keymaps): Recursively merge prefix key submaps also.

29 years ago(x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.
Richard M. Stallman [Fri, 14 Apr 1995 03:58:51 +0000 (03:58 +0000)]
(x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6.

(XTread_socket): Pass dpyinfo to popup_get_selection.

(XTread_socket): For ConfigureNotify,
combine the USE_X_TOOLKIT and non-toolkit cases, which provides
some things that were missing in the former.

29 years ago(update_one_menu_entry, make_menu_in_widget):
Richard M. Stallman [Fri, 14 Apr 1995 03:51:10 +0000 (03:51 +0000)]
(update_one_menu_entry, make_menu_in_widget):
Specify more useful names in XmCreatePulldownMenu calls.

29 years ago(main): Improve error handling.
Karl Heuer [Fri, 14 Apr 1995 02:10:52 +0000 (02:10 +0000)]
(main): Improve error handling.

29 years ago(Fbuffer_string): Doc clarification.
Karl Heuer [Thu, 13 Apr 1995 23:02:25 +0000 (23:02 +0000)]
(Fbuffer_string): Doc clarification.

29 years ago(byte-compile-log-file): Always insert at eob.
Richard M. Stallman [Thu, 13 Apr 1995 22:20:11 +0000 (22:20 +0000)]
(byte-compile-log-file): Always insert at eob.
(byte-compile-insert-header): Cope if user-mail-address is nil.

29 years agoUpdate copyright.
Karl Heuer [Thu, 13 Apr 1995 21:34:34 +0000 (21:34 +0000)]
Update copyright.

29 years agoDelete the #if that compares MARKBIT.
Karl Heuer [Thu, 13 Apr 1995 21:14:31 +0000 (21:14 +0000)]
Delete the #if that compares MARKBIT.

29 years agoComment change.
Richard M. Stallman [Thu, 13 Apr 1995 21:13:31 +0000 (21:13 +0000)]
Comment change.

29 years ago(print-help-return-message): Check same-window-buffer-names
Richard M. Stallman [Thu, 13 Apr 1995 18:15:01 +0000 (18:15 +0000)]
(print-help-return-message): Check same-window-buffer-names
and same-window-regexps.

29 years ago(Fdisplay_buffer): Search the proper frame when the
Karl Heuer [Thu, 13 Apr 1995 18:06:46 +0000 (18:06 +0000)]
(Fdisplay_buffer): Search the proper frame when the
current frame is minibuffer-only.

29 years ago(Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
Karl Heuer [Thu, 13 Apr 1995 17:45:06 +0000 (17:45 +0000)]
(Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
special code for WINDOWSNT.

29 years ago(main, skip_to_lf): Improve error handling.
Karl Heuer [Thu, 13 Apr 1995 17:24:35 +0000 (17:24 +0000)]
(main, skip_to_lf): Improve error handling.
(sysfail): New function.

29 years ago(make-help-screen): Explicitly translate key thru function-key-map.
Richard M. Stallman [Thu, 13 Apr 1995 17:07:03 +0000 (17:07 +0000)]
(make-help-screen): Explicitly translate key thru function-key-map.

29 years ago(main): Check for trailing ", " before trying to delete it.
Karl Heuer [Thu, 13 Apr 1995 17:06:05 +0000 (17:06 +0000)]
(main): Check for trailing ", " before trying to delete it.

29 years ago(reporter-mailer): Replace mail with reporter-mail.
Richard M. Stallman [Thu, 13 Apr 1995 17:05:39 +0000 (17:05 +0000)]
(reporter-mailer): Replace mail with reporter-mail.
(reporter-mail): New function.
(reporter-submit-bug-report): Don't check return value of
the reporter-mailer function.

29 years ago(tabify): Include entire first line in narrowing.
Richard M. Stallman [Thu, 13 Apr 1995 17:04:57 +0000 (17:04 +0000)]
(tabify): Include entire first line in narrowing.

29 years ago(compute_char_face): Don't use NULL.
Richard M. Stallman [Thu, 13 Apr 1995 16:56:05 +0000 (16:56 +0000)]
(compute_char_face): Don't use NULL.

29 years agoFix previous change.
Karl Heuer [Thu, 13 Apr 1995 16:55:10 +0000 (16:55 +0000)]
Fix previous change.

29 years ago(Foverlays_at, Fnext_overlay_change): Don't use NULL.
Richard M. Stallman [Thu, 13 Apr 1995 16:54:41 +0000 (16:54 +0000)]
(Foverlays_at, Fnext_overlay_change): Don't use NULL.
(Fprevious_overlay_change): Don't use NULL.

29 years ago(Fx_color_defined_p): Doc fix.
Richard M. Stallman [Thu, 13 Apr 1995 16:51:39 +0000 (16:51 +0000)]
(Fx_color_defined_p): Doc fix.

29 years ago[! HAVE_X_WINDOWS] (build_face): Deleted.
Richard M. Stallman [Thu, 13 Apr 1995 16:18:42 +0000 (16:18 +0000)]
[! HAVE_X_WINDOWS] (build_face): Deleted.

29 years ago(Fcall_interactively): Fix paren nesting.
Richard M. Stallman [Thu, 13 Apr 1995 16:10:04 +0000 (16:10 +0000)]
(Fcall_interactively): Fix paren nesting.

29 years ago(evaporate_overlays): Fix type error.
Richard M. Stallman [Thu, 13 Apr 1995 16:09:46 +0000 (16:09 +0000)]
(evaporate_overlays): Fix type error.

29 years ago(scan_c_file): At end, restore file name last char to its original value.
Richard M. Stallman [Thu, 13 Apr 1995 16:05:43 +0000 (16:05 +0000)]
(scan_c_file): At end, restore file name last char to its original value.

29 years ago(all): Build test-distrib and make-docfile.
Richard M. Stallman [Thu, 13 Apr 1995 16:03:08 +0000 (16:03 +0000)]
(all): Build test-distrib and make-docfile.

29 years ago(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman [Thu, 13 Apr 1995 07:47:27 +0000 (07:47 +0000)]
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.

(init_desired_glyphs): New function.

29 years agoComment change.
Richard M. Stallman [Thu, 13 Apr 1995 06:40:19 +0000 (06:40 +0000)]
Comment change.

29 years ago(mail-do-fcc): Use just find-buffer-visiting
Richard M. Stallman [Thu, 13 Apr 1995 05:43:35 +0000 (05:43 +0000)]
(mail-do-fcc): Use just find-buffer-visiting
to find buffer to append to.

29 years ago(MARKBIT): Do the shifting as unsigned int.
Richard M. Stallman [Thu, 13 Apr 1995 05:12:24 +0000 (05:12 +0000)]
(MARKBIT): Do the shifting as unsigned int.

29 years ago(top_distclean): Delete config.cache.
Richard M. Stallman [Thu, 13 Apr 1995 04:56:20 +0000 (04:56 +0000)]
(top_distclean): Delete config.cache.

29 years ago(x-set-selection): Fix up interactive defaults.
Richard M. Stallman [Thu, 13 Apr 1995 02:34:03 +0000 (02:34 +0000)]
(x-set-selection): Fix up interactive defaults.

29 years ago(temp_output_buffer_show): Select the chosen window
Richard M. Stallman [Thu, 13 Apr 1995 02:03:59 +0000 (02:03 +0000)]
(temp_output_buffer_show): Select the chosen window
temporarily for running temp-buffer-show-hook.
(syms_of_window): Fix typo.

29 years ago(time-stamp-format): Replace list of Lisp
Richard M. Stallman [Thu, 13 Apr 1995 01:33:08 +0000 (01:33 +0000)]
(time-stamp-format): Replace list of Lisp
functions with string containing %-escapes in the style of date(1).
(time-stamp): Widen buffer while time-stamping.
(time-stamp-toggle-active): New function.
(time-stamp-warn-inactive): New variable.

29 years ago(gc_sweep): If a misc has type Lisp_Misc_Free,
Richard M. Stallman [Wed, 12 Apr 1995 17:53:01 +0000 (17:53 +0000)]
(gc_sweep): If a misc has type Lisp_Misc_Free,
keep it on the free list.  Sum pseudovector sizes properly.

29 years ago(Fencode_time): Use XINT to examine `zone'.
Richard M. Stallman [Wed, 12 Apr 1995 06:16:00 +0000 (06:16 +0000)]
(Fencode_time): Use XINT to examine `zone'.

(Fencode_time): New function, to match `decode-time'.

29 years agoInitial revision
Karl Heuer [Wed, 12 Apr 1995 04:48:18 +0000 (04:48 +0000)]
Initial revision

29 years ago(all): Use DEL_TREE instead of delnode.
Karl Heuer [Wed, 12 Apr 1995 03:13:59 +0000 (03:13 +0000)]
(all): Use DEL_TREE instead of delnode.

29 years agoKey [C-M-backspace] defined.
Karl Heuer [Wed, 12 Apr 1995 03:13:20 +0000 (03:13 +0000)]
Key [C-M-backspace] defined.
(mode-line-format): Defined.

29 years ago[WINDOWSNT]: Find doc strings
Karl Heuer [Wed, 12 Apr 1995 03:11:40 +0000 (03:11 +0000)]
[WINDOWSNT]: Find doc strings

29 years ago(set-auto-mode) [WINDOWSNT]: Match insensitive to case.
Karl Heuer [Wed, 12 Apr 1995 03:10:46 +0000 (03:10 +0000)]
(set-auto-mode) [WINDOWSNT]: Match insensitive to case.

29 years ago(dired-chmod-program): Defined.
Karl Heuer [Wed, 12 Apr 1995 03:09:44 +0000 (03:09 +0000)]
(dired-chmod-program): Defined.

29 years ago* dired-aux.el (dired-do-chmod): Use dired-chmod-program.
Karl Heuer [Wed, 12 Apr 1995 03:08:59 +0000 (03:08 +0000)]
* dired-aux.el (dired-do-chmod): Use dired-chmod-program.
(dired-do-chgrp, dired-do-chown) [DOS_NT]: Disabled.

29 years ago(obj, lisp): Update to expanded list of source files.
Karl Heuer [Wed, 12 Apr 1995 03:00:06 +0000 (03:00 +0000)]
(obj, lisp): Update to expanded list of source files.
(DOC): Place DOC strings in DOC-X.
(config.h, paths.h): New source location.
(all): Use COMPAT_LIB in library list.
Use DEL_TREE instead of delnode.
(etags.exe): Use $(LINK) instead of link32.

29 years ago(getenv_internal): Balance parentheses across #if/#endif.
Karl Heuer [Wed, 12 Apr 1995 02:56:05 +0000 (02:56 +0000)]
(getenv_internal): Balance parentheses across #if/#endif.

29 years agoFix typo in previous change.
Karl Heuer [Wed, 12 Apr 1995 02:50:23 +0000 (02:50 +0000)]
Fix typo in previous change.

29 years ago(sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
Karl Heuer [Wed, 12 Apr 1995 02:33:01 +0000 (02:33 +0000)]
(sys_subshell) [WINDOWSNT]: Don't invoke restore_console.

29 years ago(HAVE_RANDOM): Defined.
Karl Heuer [Wed, 12 Apr 1995 02:32:26 +0000 (02:32 +0000)]
(HAVE_RANDOM): Defined.
(random): Macro undefined.
(srandom): Macro undefined.
(HAVE_UTIME): Defined.
(utime): Defined.
(EMACS_CONFIGURATION): Defined.
(_VARARGS_): Defined.
(_CALLBACK_): Defined.
(ctime): Defined to be nt_ctime.
(NULL): Defined when missing from included system files.
(EMACS_CONFIG_OPTIONS): Defined.
(LISP_FLOAT_TYPE): Defined.
(HAVE_TZNAME): Defined.
(HAVE_TIMEVAL): Defined.
(struct timeval): Defined.
(struct timezone): Defined.
(struct nt_stat): Defined.

29 years ago(Fset_message_beep): Defined.
Karl Heuer [Wed, 12 Apr 1995 02:29:47 +0000 (02:29 +0000)]
(Fset_message_beep): Defined.
(ring_bell): Support audio cards.

29 years ago(win32_wait): Reap synchronous subprocesses, and place
Karl Heuer [Wed, 12 Apr 1995 02:27:16 +0000 (02:27 +0000)]
(win32_wait): Reap synchronous subprocesses, and place
return code in synch_process_retcode.

29 years agoFixed function prototypes.
Karl Heuer [Wed, 12 Apr 1995 02:25:05 +0000 (02:25 +0000)]
Fixed function prototypes.

29 years ago(do_mouse_event): Use XSETFASTINT.
Karl Heuer [Wed, 12 Apr 1995 02:23:35 +0000 (02:23 +0000)]
(do_mouse_event): Use XSETFASTINT.
(SET_FRAME): Undefined.
(select): Renamed to sys_select to correspond to routine in sysdep.c
(sys_select): Support struct timeval.
(key_event): Support German keyboard.
Replace SET_FRAME with XSETFRAME.
(nt_kbd_mods_to_emacs): Renamed to win32_kbd_mods_to_emacs.
(win32_kbd_mods_to_emacs): Support AltGr on German keyboards.
(win32_number_shift_map): Defined.
(WIN32_KEY_SHIFTED): Defined.
(win32_patch_key): Defined.
(map_virt_key): Support VK_OEM_102 for German keyboards.
(win32_mouse_position): Add arg insist.
(do_mouse_event): Replace SET_FRAME with XSETFRAME.
Use win32_kbd_mods_to_emacs.

29 years ago(sbrk): Shrink heap by arbitrary amounts.
Karl Heuer [Wed, 12 Apr 1995 02:12:02 +0000 (02:12 +0000)]
(sbrk): Shrink heap by arbitrary amounts.

29 years ago(nt_ctime): Defined.
Karl Heuer [Wed, 12 Apr 1995 02:10:10 +0000 (02:10 +0000)]
(nt_ctime): Defined.
(gettimeofday): Defined.
(nt_stat): Defined.
(random): Defined.
(srandom): Defined.
(readdir): Include "." and "..".
(get_inode_and_device_vals): Handle directories.