bpt/emacs.git
28 years ago(create_process): Add DONT_OPEN_PTY conditional.
Richard M. Stallman [Sun, 9 Jun 1996 20:15:20 +0000 (20:15 +0000)]
(create_process): Add DONT_OPEN_PTY conditional.

28 years ago(DONT_REOPEN_PTY): New definition.
Richard M. Stallman [Sun, 9 Jun 1996 20:14:44 +0000 (20:14 +0000)]
(DONT_REOPEN_PTY): New definition.

28 years ago(main): Copy cwd when appending slash.
Richard M. Stallman [Sun, 9 Jun 1996 19:12:26 +0000 (19:12 +0000)]
(main): Copy cwd when appending slash.

28 years ago(hack-local-variables-prop-line): Bind enable-local-eval.
Richard M. Stallman [Sun, 9 Jun 1996 19:11:53 +0000 (19:11 +0000)]
(hack-local-variables-prop-line): Bind enable-local-eval.

28 years ago(make-frame-command): Treat msdos like no window system.
Richard M. Stallman [Sun, 9 Jun 1996 19:10:58 +0000 (19:10 +0000)]
(make-frame-command): Treat msdos like no window system.

28 years ago(texinfo-copy-menu): Use double backslash to quote regexp.
Karl Heuer [Sun, 9 Jun 1996 13:42:55 +0000 (13:42 +0000)]
(texinfo-copy-menu): Use double backslash to quote regexp.

28 years ago(texinfo-find-pointer): Doc fix.
Karl Heuer [Sun, 9 Jun 1996 13:40:05 +0000 (13:40 +0000)]
(texinfo-find-pointer): Doc fix.
(texinfo-sequentially-find-pointer): Doc fix.

28 years ago(comint-file-name-quote-list): Doc fix.
Karl Heuer [Sun, 9 Jun 1996 12:51:53 +0000 (12:51 +0000)]
(comint-file-name-quote-list): Doc fix.

28 years ago(etags-list-tags): When there is an explicit tag name, skip the \177 before
Roland McGrath [Sat, 8 Jun 1996 14:24:21 +0000 (14:24 +0000)]
(etags-list-tags): When there is an explicit tag name, skip the \177 before
it.

28 years ago* config.guess (i?86-ncr-sysv*): Emit minor release numbers.
Per Bothner [Sat, 8 Jun 1996 01:25:20 +0000 (01:25 +0000)]
* config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
Recognize the NCR 4850 machine and NCR Pentium-based platforms.

28 years ago(facemenu-complete-face-list): Doc fix.
Karl Heuer [Sat, 8 Jun 1996 00:55:46 +0000 (00:55 +0000)]
(facemenu-complete-face-list): Doc fix.

28 years ago(init_environment): Read PRELOAD_WINSOCK from registry if
Richard M. Stallman [Sat, 8 Jun 1996 00:22:50 +0000 (00:22 +0000)]
(init_environment): Read PRELOAD_WINSOCK from registry if
not set in environment.

(winsock_inuse) [HAVE_SOCKETS]: New variable.
(have_winsock) [HAVE_SOCKETS]: Obsolete variable removed.

(term_winsock) [HAVE_SOCKETS]: Only unload winsock library if there
are no active sockets still open, and if the cleanup function
succeeds.  Return TRUE if winsock is unloaded.

(init_winsock) [HAVE_SOCKETS]: Load winsock if not already loaded,
and return TRUE if winsock support is available.  Unload winsock
immediately if new parameter load_now is false.  Check that
WSAStartup supports the winsock version we requested.

(set_errno, check_errno, sys_socket, sys_bind, sys_connect, sys_htons,
sys_ntohs, sys_inet_addr, sys_gethostname, sys_gethostbyname,
sys_getservbyname, sys_close, sys_read, sys_write) [HAVE_SOCKETS]:
Check winsock_lib instead of have_winsock to determine if winsock
support is available.

(sys_socket, sys_close) [HAVE_SOCKETS]: Count sockets in use.

(init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup
if PRELOAD_WINSOCK is set in environment (or registry).

28 years ago(Fwin32_has_winsock, Fwin32_unload_winsock) [HAVE_SOCKETS]: New functions.
Richard M. Stallman [Sat, 8 Jun 1996 00:15:00 +0000 (00:15 +0000)]
(Fwin32_has_winsock, Fwin32_unload_winsock) [HAVE_SOCKETS]: New functions.
(syms_of_ntproc) [HAVE_SOCKETS]: defsubr them.

28 years ago(Fopen_network_stream)[WINDOWSNT]: Ensure Windows
Richard M. Stallman [Sat, 8 Jun 1996 00:14:31 +0000 (00:14 +0000)]
(Fopen_network_stream)[WINDOWSNT]: Ensure Windows
socket library is loaded if available.

28 years ago(sys_mktemp): Complete rewrite.
Richard M. Stallman [Fri, 7 Jun 1996 23:07:00 +0000 (23:07 +0000)]
(sys_mktemp): Complete rewrite.

28 years ago(c-macro-preprocessor): New clause for Solaris.
Richard M. Stallman [Fri, 7 Jun 1996 22:59:27 +0000 (22:59 +0000)]
(c-macro-preprocessor): New clause for Solaris.

28 years agoFri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Fri, 7 Jun 1996 17:31:33 +0000 (17:31 +0000)]
Fri Jun  7 13:06:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* etags.el (tag-lines-already-matched): Remove defvar.
(initialize-new-tags-table): Don't make that var local.
(tag-lines-already-matched): Add docless defvar near find-tag-in-order
  defun; this is a global state variable for that one function.
(find-tag-in-order): Move clearing of tag-lines-already-matched out of
  loop.  Make it a list of markers and search it with member; it is now
  global, not buffer-local in the tags table, and records all matches in
  any tags table during a single find-tag loop.  When we run out of
  matches, clear it and null out the markers.

28 years ago(sys_kill): Don't try to terminate a DOS process.
Richard M. Stallman [Fri, 7 Jun 1996 17:26:51 +0000 (17:26 +0000)]
(sys_kill): Don't try to terminate a DOS process.

28 years ago(x-set-selection, x-get-selection): Define them to really use TYPE.
Richard M. Stallman [Fri, 7 Jun 1996 15:06:04 +0000 (15:06 +0000)]
(x-set-selection, x-get-selection): Define them to really use TYPE.

28 years ago(rmail-get-new-mail): If conversion to BABYL fails
Richard M. Stallman [Fri, 7 Jun 1996 14:57:45 +0000 (14:57 +0000)]
(rmail-get-new-mail): If conversion to BABYL fails
for the default inboxes, rename them so they won't be tried again.

28 years ago(dired-chown-program): Try /usr/sbin/chown.
Richard M. Stallman [Fri, 7 Jun 1996 14:57:04 +0000 (14:57 +0000)]
(dired-chown-program): Try /usr/sbin/chown.

28 years ago(make-frame-command): New function.
Richard M. Stallman [Fri, 7 Jun 1996 14:52:28 +0000 (14:52 +0000)]
(make-frame-command): New function.
(ctl-x-5-map): Change C-x 5 2 to make-frame-command.

28 years ago(smtpmail-send-it): Fix error messages.
Richard M. Stallman [Fri, 7 Jun 1996 14:28:16 +0000 (14:28 +0000)]
(smtpmail-send-it): Fix error messages.
(smtpmail-deduce-address-list): Bind recipient-address-list with let.
(smtpmail-via-smtp): Bind greeting, n, process-buffer.

28 years agoInitial revision
Richard M. Stallman [Fri, 7 Jun 1996 14:21:50 +0000 (14:21 +0000)]
Initial revision

28 years ago(Fkeymap_parent, Fset_keymap_parent): New functions.
Richard M. Stallman [Thu, 6 Jun 1996 20:25:48 +0000 (20:25 +0000)]
(Fkeymap_parent, Fset_keymap_parent): New functions.
(fix_submap_inheritance): New function.
(access_keymap): Use fix_submap_inheritance.

28 years ago(Ffile_name_directory) [WINDOWSNT]: Remove previous
Richard M. Stallman [Thu, 6 Jun 1996 19:41:46 +0000 (19:41 +0000)]
(Ffile_name_directory) [WINDOWSNT]: Remove previous
change, which was incorrect and isn't strictly required.

28 years ago(init_winsock): Dynamically link to SetHandleInformation.
Richard M. Stallman [Thu, 6 Jun 1996 17:07:00 +0000 (17:07 +0000)]
(init_winsock): Dynamically link to SetHandleInformation.
(sys_socket): If possible, use SetHandleInformation to make socket
handle non-inheritable to avoid a bug in NT.

28 years ago(bright_bg): New function, enables bright background colors.
Richard M. Stallman [Thu, 6 Jun 1996 15:27:03 +0000 (15:27 +0000)]
(bright_bg): New function, enables bright background colors.
(dos_set_window_size): Move code to `bright_bg'.
(IT_set_terminal_modes): Enable bright background colors.
(IT_set_frame_parameters): Don't mask bright color bit in
background colors.  Record colors on `termscript' file.
(internal_terminal_init): Enable bright background colors.  Fix
default colors setting from $EMACSCOLORS.

28 years ago(Fset_face_attribute_internal) [MSDOS]: Don't mask
Richard M. Stallman [Thu, 6 Jun 1996 15:26:05 +0000 (15:26 +0000)]
(Fset_face_attribute_internal) [MSDOS]: Don't mask
bright color bit in background colors.

28 years ago(hexl-mode-map): Bind prior, home, deletechar, deleteline,
Richard M. Stallman [Thu, 6 Jun 1996 14:36:30 +0000 (14:36 +0000)]
(hexl-mode-map): Bind prior, home, deletechar, deleteline,
insertline, S-delete, and DEL.  Don't bind prev.

28 years ago(shell-mode-hook): Set comint-completion-addsuffix
Richard M. Stallman [Wed, 5 Jun 1996 18:25:05 +0000 (18:25 +0000)]
(shell-mode-hook): Set comint-completion-addsuffix
so that the directory suffix is backslash and the file suffix is space.

28 years ago(comint-dynamic-complete-filename) [ms-dos, windows-nt]:
Richard M. Stallman [Wed, 5 Jun 1996 18:24:14 +0000 (18:24 +0000)]
(comint-dynamic-complete-filename) [ms-dos, windows-nt]:
Always use backslash as a directory separator when completing
in shell mode on these systems.

(comint-unquote-filename): Handle quoted backslashes.

28 years ago(vc-cancel-version): Fix paren error.
Richard M. Stallman [Wed, 5 Jun 1996 17:57:26 +0000 (17:57 +0000)]
(vc-cancel-version): Fix paren error.

28 years ago(imenu): In interactive spec, pass the entire
Richard M. Stallman [Wed, 5 Jun 1996 17:19:36 +0000 (17:19 +0000)]
(imenu): In interactive spec, pass the entire
index item, not just the string.

28 years ago(set_time_zone_rule):
Richard M. Stallman [Wed, 5 Jun 1996 15:08:18 +0000 (15:08 +0000)]
(set_time_zone_rule):
Work around localtime cache bug in SunOS 4.1.3_U1 and SunOS 4.1.4.

28 years ago* config.guess: Combine mips-mips-riscos cases, and use cpp to
Per Bothner [Wed, 5 Jun 1996 04:12:46 +0000 (04:12 +0000)]
* config.guess:  Combine mips-mips-riscos cases, and use cpp to
distinguish sysv/svr4/bsd variants.

28 years ago(w32_read_socket): If the dead key was produced using
Richard M. Stallman [Tue, 4 Jun 1996 23:24:46 +0000 (23:24 +0000)]
(w32_read_socket): If the dead key was produced using
AltGr and has a valid AltGr scan code, it's a valid key and
should not be discarded.

28 years ago(xterm-mouse-event): Adjust for minibuffer prompt width.
Richard M. Stallman [Tue, 4 Jun 1996 21:51:59 +0000 (21:51 +0000)]
(xterm-mouse-event): Adjust for minibuffer prompt width.

28 years ago(he-file-name-chars): Check windows-nt, not ms-windows.
Richard M. Stallman [Tue, 4 Jun 1996 16:37:27 +0000 (16:37 +0000)]
(he-file-name-chars): Check windows-nt, not ms-windows.

28 years ago(buffer-file-numbers-unique): New variable;
Richard M. Stallman [Tue, 4 Jun 1996 16:17:22 +0000 (16:17 +0000)]
(buffer-file-numbers-unique): New variable;
initialize to nil for windows-nt.
(find-buffer-visiting): Skip search for buffer based
on buffer-file-number if these are not unique.

28 years ago(occur): Avoid "1 lines" in echo area.
Richard M. Stallman [Tue, 4 Jun 1996 15:31:01 +0000 (15:31 +0000)]
(occur): Avoid "1 lines" in echo area.

28 years ago(shell-match-partial-variable): Doc fix.
Richard M. Stallman [Tue, 4 Jun 1996 15:27:52 +0000 (15:27 +0000)]
(shell-match-partial-variable): Doc fix.

28 years ago(normalize_filename): New function.
Richard M. Stallman [Mon, 3 Jun 1996 21:18:55 +0000 (21:18 +0000)]
(normalize_filename): New function.
(dostounix_filename, unixtodos_filename): Use it.
(readdir): Convert upper case file names to lower case
if win32-downcase-file-names is non-nil.

28 years ago(Vwin32_downcase_file_names): New variable.
Richard M. Stallman [Mon, 3 Jun 1996 21:17:31 +0000 (21:17 +0000)]
(Vwin32_downcase_file_names): New variable.
(syms_of_win32fns): DEF_VAR it.

28 years ago(DRIVE_LETTER): [DOS_NT] New macro.
Richard M. Stallman [Mon, 3 Jun 1996 21:16:17 +0000 (21:16 +0000)]
(DRIVE_LETTER): [DOS_NT] New macro.
(expand_file_name): Apply DRIVE_LETTER macro to drive names.

28 years ago(install-arch-indep): If cd etc makes output,
Richard M. Stallman [Mon, 3 Jun 1996 20:06:27 +0000 (20:06 +0000)]
(install-arch-indep): If cd etc makes output,
don't treat that as part of the tar data.
Check that ./lisp actually exists.

28 years ago(env_vars): Use slashes, not backslashes.
Richard M. Stallman [Mon, 3 Jun 1996 17:44:23 +0000 (17:44 +0000)]
(env_vars): Use slashes, not backslashes.

28 years ago(mouse-show-mark): Use temporary highlighting if possible instead of a pause.
Richard M. Stallman [Mon, 3 Jun 1996 17:21:03 +0000 (17:21 +0000)]
(mouse-show-mark): Use temporary highlighting if possible instead of a pause.
(mouse-drag-region): Use mouse-show-mark to do temp highlighting.
(mouse-save-then-kill): Call mouse-show-mark for a new selection
if we have a window system.

28 years ago(CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman [Mon, 3 Jun 1996 15:44:32 +0000 (15:44 +0000)]
(CHOOSE_NEWEST_EXE): New parameter macro.
Not defined by default.
(WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
(WinMain): Convert backslashes to slashes in env var values.

28 years ago(reporter-submit-bug-report):
Richard M. Stallman [Mon, 3 Jun 1996 14:39:17 +0000 (14:39 +0000)]
(reporter-submit-bug-report):
Bind same-window-regexps, same-window-buffer-names, to nil.

28 years ago(*:Linux:*:*): Add guess for sparc-unknown-linux.
Karl Heuer [Mon, 3 Jun 1996 12:51:33 +0000 (12:51 +0000)]
(*:Linux:*:*): Add guess for sparc-unknown-linux.

28 years agoComment change.
Richard M. Stallman [Mon, 3 Jun 1996 05:05:54 +0000 (05:05 +0000)]
Comment change.

28 years ago(re_max_failures): Reduce to 8000.
Richard M. Stallman [Sun, 2 Jun 1996 21:33:01 +0000 (21:33 +0000)]
(re_max_failures): Reduce to 8000.

28 years ago(msdos-color-aliases): Define more colors. (msdos-color-translate):
Richard M. Stallman [Sun, 2 Jun 1996 13:47:53 +0000 (13:47 +0000)]
(msdos-color-aliases): Define more colors.  (msdos-color-translate):
Fix `substring' arguments.  Recognize ``medium'' prefix.

28 years ago(reset_modifiers): Only clear a modifier if the modifier key has been
Richard M. Stallman [Sat, 1 Jun 1996 12:19:27 +0000 (12:19 +0000)]
(reset_modifiers): Only clear a modifier if the modifier key has been
detected to have been released since Emacs lost focus.
(win32_wnd_proc): Have Windows translate VK_NUMLOCK and VK_SCROLL key
downs; don't reset the modifier state when Emacs loses focus.

28 years ago(Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /
Richard M. Stallman [Sat, 1 Jun 1996 02:23:06 +0000 (02:23 +0000)]
(Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /
when newdir is just "//".
(Ffile_name_directory) [WINDOWSNT]: Return Qnil if filename is a
partial UNC name such as "//foo".

28 years ago(ispell-region): Handle ispell-skip-sgml properly with an re-search.
Richard M. Stallman [Fri, 31 May 1996 20:12:44 +0000 (20:12 +0000)]
(ispell-region): Handle ispell-skip-sgml properly with an re-search.

28 years ago(single_submenu): Handle non-keymap lists like symbols.
Richard M. Stallman [Fri, 31 May 1996 20:10:02 +0000 (20:10 +0000)]
(single_submenu): Handle non-keymap lists like symbols.

28 years ago(electric-helpify): Allow NAME to be given as arg.
Richard M. Stallman [Fri, 31 May 1996 15:33:29 +0000 (15:33 +0000)]
(electric-helpify): Allow NAME to be given as arg.
(electric-command-apropos): Specify *Apropos* as buffer name.

28 years ago(reporter-submit-bug-report):
Richard M. Stallman [Fri, 31 May 1996 04:17:17 +0000 (04:17 +0000)]
(reporter-submit-bug-report):
Use display-buffer to re-show the original buffer.

28 years ago(fill-individual-paragraphs): Don't get stuck
Richard M. Stallman [Fri, 31 May 1996 04:17:02 +0000 (04:17 +0000)]
(fill-individual-paragraphs): Don't get stuck
if no newline at the end of the region.

28 years ago(Fpop_to_buffer): Doc fix.
Richard M. Stallman [Thu, 30 May 1996 23:11:14 +0000 (23:11 +0000)]
(Fpop_to_buffer): Doc fix.

28 years ago(Fdisplay_buffer): Doc fix.
Richard M. Stallman [Thu, 30 May 1996 23:09:44 +0000 (23:09 +0000)]
(Fdisplay_buffer): Doc fix.

28 years ago(shell-command-on-region): In output buffer, display
Karl Heuer [Thu, 30 May 1996 20:44:17 +0000 (20:44 +0000)]
(shell-command-on-region): In output buffer, display
first page by setting point, not window-start (which can leave
point in an unexpected place).

28 years ago(Info-insert-dir): Fix default directory.
Karl Heuer [Thu, 30 May 1996 19:46:24 +0000 (19:46 +0000)]
(Info-insert-dir): Fix default directory.

28 years ago(event-point): Fix fboundp test surrounding this.
Karl Heuer [Thu, 30 May 1996 17:12:48 +0000 (17:12 +0000)]
(event-point): Fix fboundp test surrounding this.

28 years agoUse executing-kbd-macro, not executing-macro.
Karl Heuer [Wed, 29 May 1996 17:17:34 +0000 (17:17 +0000)]
Use executing-kbd-macro, not executing-macro.

28 years agoCheck for long file names.
Karl Heuer [Wed, 29 May 1996 14:56:45 +0000 (14:56 +0000)]
Check for long file names.

28 years agoFix previous change.
Karl Heuer [Tue, 28 May 1996 15:54:53 +0000 (15:54 +0000)]
Fix previous change.

28 years ago(change-log-font-lock-keywords): Require colon after
Karl Heuer [Tue, 28 May 1996 15:46:49 +0000 (15:46 +0000)]
(change-log-font-lock-keywords): Require colon after
parenthesized function name.

28 years ago(gnus-inews-date): Avoid race condition.
Karl Heuer [Tue, 28 May 1996 15:43:27 +0000 (15:43 +0000)]
(gnus-inews-date): Avoid race condition.

28 years ago* gnus.el (gnus-article-date-ut): Avoid race condition.
Karl Heuer [Tue, 28 May 1996 15:42:20 +0000 (15:42 +0000)]
* gnus.el (gnus-article-date-ut): Avoid race condition.

28 years ago(gnus-gmt-to-local): When rewriting a date to local time,
Karl Heuer [Tue, 28 May 1996 15:22:05 +0000 (15:22 +0000)]
(gnus-gmt-to-local): When rewriting a date to local time,
use the UTC offset in effect then, not the current UTC offset.

28 years ago(LIBS_SYSTEM): Define this.
Karl Heuer [Tue, 28 May 1996 00:53:21 +0000 (00:53 +0000)]
(LIBS_SYSTEM): Define this.

28 years ago[SOLARIS2]: Define SUNOS_5.
Karl Heuer [Tue, 28 May 1996 00:17:16 +0000 (00:17 +0000)]
[SOLARIS2]: Define SUNOS_5.

28 years ago(mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,
Roland McGrath [Sun, 26 May 1996 23:12:01 +0000 (23:12 +0000)]
(mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,
to avoid recursion in indent-relative expanding part of the abbrev
expansion as an abbrev itself.

28 years ago[SOLARIS2]: Include string.h.
Karl Heuer [Sat, 25 May 1996 23:37:13 +0000 (23:37 +0000)]
[SOLARIS2]: Include string.h.

28 years agoRephrase the first page to fit on a standard tty screen.
Karl Heuer [Sat, 25 May 1996 23:21:39 +0000 (23:21 +0000)]
Rephrase the first page to fit on a standard tty screen.

28 years ago(Vwin32_mouse_move_interval): New lisp variable.
Karl Heuer [Sat, 25 May 1996 17:49:03 +0000 (17:49 +0000)]
(Vwin32_mouse_move_interval): New lisp variable.
(syms_of_win32fns): Add Vwin32_mouse_move_interval to syms.
(saved_mouse_msg): Renamed to saved_mouse_button_msg.
(timer_id): Renamed to mouse_button_timer.
(saved_mouse_move_msg, mouse_move_timer): New variables.
(win_msg_worker): Delete WM_TIMER code.
(win32_wnd_proc): Handle WM_TIMER events here. Use separate timers
for mouse down and mouse move (including scroll bar drag) events.
Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events.
Only filter WM_MOUSEMOVE events when a button is held down.
Always pass on message to DefWindowProc after calling
TranslateMessage.  Reset keyboard modifiers when losing focus.

(win32_wnd_proc): When passing modifier keystrokes back
to Windows, invoke TranslateMessage on them.

28 years ago(x_scroll_bar_handle_click): Repaint scroll bar handle
Karl Heuer [Sat, 25 May 1996 17:48:23 +0000 (17:48 +0000)]
(x_scroll_bar_handle_click): Repaint scroll bar handle
when drag is finished.

28 years ago[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
Karl Heuer [Sat, 25 May 1996 14:42:59 +0000 (14:42 +0000)]
[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.

28 years agoRecognize sparc-*-lignux.
Karl Heuer [Sat, 25 May 1996 14:38:33 +0000 (14:38 +0000)]
Recognize sparc-*-lignux.

28 years ago(AViiON:dgux:*:*): Fix typo in recognizing mc88110.
Roland McGrath [Fri, 24 May 1996 22:34:49 +0000 (22:34 +0000)]
(AViiON:dgux:*:*): Fix typo in recognizing mc88110.

28 years agoTue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Fri, 24 May 1996 18:33:30 +0000 (18:33 +0000)]
Tue May 21 19:18:05 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* regex.c [_LIBC] (re_comp, re_exec): Define these, but weakly.

28 years agoComment fix.
Karl Heuer [Thu, 23 May 1996 19:20:43 +0000 (19:20 +0000)]
Comment fix.

28 years ago(init_lread): Init Vload_file_name to Qnil.
Karl Heuer [Thu, 23 May 1996 16:16:12 +0000 (16:16 +0000)]
(init_lread): Init Vload_file_name to Qnil.

28 years agoComment fix.
Karl Heuer [Thu, 23 May 1996 01:34:07 +0000 (01:34 +0000)]
Comment fix.

28 years ago[WIN32]: No-op as for [MSDOS].
Roland McGrath [Wed, 22 May 1996 21:47:37 +0000 (21:47 +0000)]
[WIN32]: No-op as for [MSDOS].

28 years ago(modifier_set): Check toggle state of CapsLock even
Karl Heuer [Wed, 22 May 1996 03:26:55 +0000 (03:26 +0000)]
(modifier_set): Check toggle state of CapsLock even
if modifiers are not being recorded.

28 years ago(get_volume_info): Always update *pPath correctly, even if
Karl Heuer [Wed, 22 May 1996 00:36:27 +0000 (00:36 +0000)]
(get_volume_info): Always update *pPath correctly, even if
UNC header is incomplete.

28 years ago(compute_motion): When calling Fget_char_property,
Karl Heuer [Wed, 22 May 1996 00:33:28 +0000 (00:33 +0000)]
(compute_motion): When calling Fget_char_property,
don't pass window if window is displaying the wrong buffer.

28 years agoRestore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
Roland McGrath [Tue, 21 May 1996 22:55:56 +0000 (22:55 +0000)]
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
removed in the last change.

28 years agoInclude buffer.h.
Richard M. Stallman [Tue, 21 May 1996 18:09:43 +0000 (18:09 +0000)]
Include buffer.h.
(set_frame_menubar): Make sure input is unblocked
when we call create_menu_items.
Switch temporarily to proper buffer, bind inhibit-quit to t,
and run the same hooks as in smenu.c.
(syms_of_win32menu): Initialize and staticpro Qdebug_on_next_call.

28 years ago(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
Richard M. Stallman [Tue, 21 May 1996 18:06:40 +0000 (18:06 +0000)]
(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.

28 years ago(ncurses): Check this after checking fns like strerror.
Richard M. Stallman [Tue, 21 May 1996 18:04:41 +0000 (18:04 +0000)]
(ncurses): Check this after checking fns like strerror.
(HAVE_NCURSES): Look for library named ncurses.
(setlocale): Check for it.
(*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.

28 years ago(init_display) [HAVE_LIBNCURSES]: If X, call tgetent.
Karl Heuer [Tue, 21 May 1996 17:32:00 +0000 (17:32 +0000)]
(init_display) [HAVE_LIBNCURSES]: If X, call tgetent.

28 years ago(Fexecute_extended_command): Don't look for
Karl Heuer [Tue, 21 May 1996 17:29:20 +0000 (17:29 +0000)]
(Fexecute_extended_command): Don't look for
a key binding if executing a kbd macro.

28 years ago(mh-version): Use mh-e-RCS-id rather than mh-e-version
Karl Heuer [Tue, 21 May 1996 17:26:31 +0000 (17:26 +0000)]
(mh-version): Use mh-e-RCS-id rather than mh-e-version
and mh-e-time-stamp.

28 years ago(Fprin1_to_string): Preserve Vdeactivate_mark.
Karl Heuer [Tue, 21 May 1996 17:24:24 +0000 (17:24 +0000)]
(Fprin1_to_string): Preserve Vdeactivate_mark.

28 years ago(make-backup-file-name): Check msdos-long-file-names.
Karl Heuer [Tue, 21 May 1996 17:21:25 +0000 (17:21 +0000)]
(make-backup-file-name): Check msdos-long-file-names.
(basic-save-buffer-1, make-auto-save-file-name): Likewise.