]> code.delx.au - gnu-emacs/log
gnu-emacs
28 years ago(win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread.
Richard M. Stallman [Fri, 14 Jun 1996 20:54:26 +0000 (20:54 +0000)]
(win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread.

28 years agoA bit more fiddling with layout of Filofax year page.
Edward M. Reingold [Fri, 14 Jun 1996 19:04:46 +0000 (19:04 +0000)]
A bit more fiddling with layout of Filofax year page.

28 years agoFix Filofax year output so that it's the correct size.
Edward M. Reingold [Fri, 14 Jun 1996 18:39:08 +0000 (18:39 +0000)]
Fix Filofax year output so that it's the correct size.

28 years ago(set-fill-column): Error if no argument.
Richard M. Stallman [Fri, 14 Jun 1996 02:11:11 +0000 (02:11 +0000)]
(set-fill-column): Error if no argument.

28 years ago(make-lucid-menu-keymap): Add menu-alias property.
Richard M. Stallman [Thu, 13 Jun 1996 21:05:06 +0000 (21:05 +0000)]
(make-lucid-menu-keymap): Add menu-alias property.

28 years ago(easy-menu-create-keymaps): Add menu-alias property.
Richard M. Stallman [Thu, 13 Jun 1996 21:04:52 +0000 (21:04 +0000)]
(easy-menu-create-keymaps): Add menu-alias property.

28 years ago(Qmenu_alias): New variable.
Richard M. Stallman [Thu, 13 Jun 1996 21:04:29 +0000 (21:04 +0000)]
(Qmenu_alias): New variable.
(syms_of_xmenu): Initialize it.
(menu_item_equiv_key): Check this property on the definition.

28 years ago(Fexpand_file_name): When simplifying /foo/.., keep the initial slash.
Richard M. Stallman [Thu, 13 Jun 1996 19:09:32 +0000 (19:09 +0000)]
(Fexpand_file_name): When simplifying /foo/.., keep the initial slash.

28 years ago(LIBS_SYSTEM): Two new definitions (and #undef first).
Richard M. Stallman [Thu, 13 Jun 1996 16:41:20 +0000 (16:41 +0000)]
(LIBS_SYSTEM): Two new definitions (and #undef first).

28 years agoInitial revision
Richard M. Stallman [Thu, 13 Jun 1996 04:38:21 +0000 (04:38 +0000)]
Initial revision

28 years ago(tar-mode-revert): Cope if user cancels the revert.
Richard M. Stallman [Wed, 12 Jun 1996 21:50:08 +0000 (21:50 +0000)]
(tar-mode-revert): Cope if user cancels the revert.

28 years ago(main): For SIGHUP, use sigblock and sigunblock,
Richard M. Stallman [Wed, 12 Jun 1996 21:49:19 +0000 (21:49 +0000)]
(main): For SIGHUP, use sigblock and sigunblock,
not sigblockx and sigunblockx.

28 years ago(Fset_keymap_parent): Return early if KEYMAP already has the proper parent.
Richard M. Stallman [Wed, 12 Jun 1996 21:47:59 +0000 (21:47 +0000)]
(Fset_keymap_parent): Return early if KEYMAP already has the proper parent.

28 years ago(Fkill_buffer): Doc fix.
Richard M. Stallman [Wed, 12 Jun 1996 21:47:03 +0000 (21:47 +0000)]
(Fkill_buffer): Doc fix.

28 years ago(term-terminal-menu): Don't make a self-recursive keymap.
Richard M. Stallman [Wed, 12 Jun 1996 21:45:45 +0000 (21:45 +0000)]
(term-terminal-menu): Don't make a self-recursive keymap.

28 years ago(restrict_dos_process): Variable deleted.
Richard M. Stallman [Wed, 12 Jun 1996 18:20:11 +0000 (18:20 +0000)]
(restrict_dos_process): Variable deleted.
(sys_spawnve): Restrict DOS processes on NT as well.

28 years agoDelete restrict_dos_process.
Richard M. Stallman [Wed, 12 Jun 1996 18:19:40 +0000 (18:19 +0000)]
Delete restrict_dos_process.

28 years agoComment change.
Richard M. Stallman [Wed, 12 Jun 1996 17:56:46 +0000 (17:56 +0000)]
Comment change.

28 years ago(nnmail-move-inbox): Prompt for POP3 password if
Richard M. Stallman [Wed, 12 Jun 1996 17:55:03 +0000 (17:55 +0000)]
(nnmail-move-inbox): Prompt for POP3 password if
required, and include on the movemail command line.

28 years ago(restrict_dos_process): Renamed from can_run_dos_process.
Richard M. Stallman [Wed, 12 Jun 1996 16:02:09 +0000 (16:02 +0000)]
(restrict_dos_process): Renamed from can_run_dos_process.
(sys_spawnve): Refer to restrict_dos_process.

28 years ago(restrict_dos_process): Renamed from can_run_dos_process.
Richard M. Stallman [Wed, 12 Jun 1996 15:58:53 +0000 (15:58 +0000)]
(restrict_dos_process): Renamed from can_run_dos_process.
(init_ntproc): Refer to restrict_dos_process.

28 years ago(sigunblockx): Use sigunblock.
Richard M. Stallman [Wed, 12 Jun 1996 15:49:49 +0000 (15:49 +0000)]
(sigunblockx): Use sigunblock.

28 years ago(read_char): Use unsigned to compare against
Richard M. Stallman [Wed, 12 Jun 1996 15:20:37 +0000 (15:20 +0000)]
(read_char): Use unsigned to compare against
the size of Vkeyboard_translate_table.
Check size for char-table too.

28 years ago(imenu--mouse-menu): Don't check imenu-use-keymap-menu.
Richard M. Stallman [Wed, 12 Jun 1996 15:00:48 +0000 (15:00 +0000)]
(imenu--mouse-menu): Don't check imenu-use-keymap-menu.

28 years ago(find-alternate-file): Don't clear buffer-file-truename
Richard M. Stallman [Wed, 12 Jun 1996 14:43:51 +0000 (14:43 +0000)]
(find-alternate-file): Don't clear buffer-file-truename
and friends until after calling unlock-buffer.

28 years ago(rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.
Richard M. Stallman [Wed, 12 Jun 1996 03:13:51 +0000 (03:13 +0000)]
(rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.

28 years ago(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
Richard M. Stallman [Tue, 11 Jun 1996 21:13:39 +0000 (21:13 +0000)]
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.

28 years ago(etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
Richard M. Stallman [Tue, 11 Jun 1996 21:13:14 +0000 (21:13 +0000)]
(etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.

28 years agoComment change.
Richard M. Stallman [Tue, 11 Jun 1996 19:50:32 +0000 (19:50 +0000)]
Comment change.

28 years ago(wait_reading_process_input): Move the O_NONBLOCK and
Richard M. Stallman [Tue, 11 Jun 1996 19:48:13 +0000 (19:48 +0000)]
(wait_reading_process_input): Move the O_NONBLOCK and
O_NDELAY conditionals out of the EWOULDBLOCK conditional.

28 years ago[__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman [Tue, 11 Jun 1996 01:39:29 +0000 (01:39 +0000)]
[__ELF__] (LD_SWITCH_SYSTEM): Define it.

28 years ago(rmail-retry-failure): Nicer error message
Richard M. Stallman [Tue, 11 Jun 1996 01:33:41 +0000 (01:33 +0000)]
(rmail-retry-failure): Nicer error message
if can't find mail-unsent-separator.

28 years ago(hexl-mode): Run hexl-mode-hook.
Richard M. Stallman [Mon, 10 Jun 1996 21:36:29 +0000 (21:36 +0000)]
(hexl-mode): Run hexl-mode-hook.

28 years agoDon't undef MULTI_FRAME.
Richard M. Stallman [Mon, 10 Jun 1996 21:22:42 +0000 (21:22 +0000)]
Don't undef MULTI_FRAME.

28 years agoNo need to require 'faces and set menu-bar-mode.
Richard M. Stallman [Mon, 10 Jun 1996 21:21:35 +0000 (21:21 +0000)]
No need to require 'faces and set menu-bar-mode.
(window-frame): Remove; it is now on `frame.c'.
(raise-frame, select-frame): Likewise.

28 years ago(frame-initialize): Don't count MSDOS neither as
Richard M. Stallman [Mon, 10 Jun 1996 21:20:40 +0000 (21:20 +0000)]
(frame-initialize): Don't count MSDOS neither as
window-system nor as a terminal frame here.

28 years agoOn MSDOS, don't assume that `make-frame' is only bound under an X
Richard M. Stallman [Mon, 10 Jun 1996 21:20:18 +0000 (21:20 +0000)]
On MSDOS, don't assume that `make-frame' is only bound under an X
emulator; use `x-create-frame' instead.

28 years ago(msdos-face-setup): Use `terminal-frame' for initial frame setup.
Richard M. Stallman [Mon, 10 Jun 1996 21:19:59 +0000 (21:19 +0000)]
(msdos-face-setup): Use `terminal-frame' for initial frame setup.
(make-msdos-frame): New MSDOS-specific frame creation function.
(focus-frame, unfocus-frame): Don't set to 'ignore.
(auto-raise-mode, auto-lower-mode): Likewise.
(set-background-color, set-foreground-color): Definitions deleted.

28 years agoWhitespace changes.
Richard M. Stallman [Mon, 10 Jun 1996 21:15:47 +0000 (21:15 +0000)]
Whitespace changes.

28 years ago(change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.
Richard M. Stallman [Mon, 10 Jun 1996 21:13:26 +0000 (21:13 +0000)]
(change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.

28 years ago(Fredraw_frame, remake_frame_glyphs)
Richard M. Stallman [Mon, 10 Jun 1996 21:11:02 +0000 (21:11 +0000)]
(Fredraw_frame, remake_frame_glyphs)
(direct_output_for_insert, change_frame_size): Support MSDOS frames.

28 years ago(Fset_mouse_position): Remove the DOS-specific
Richard M. Stallman [Mon, 10 Jun 1996 21:09:54 +0000 (21:09 +0000)]
(Fset_mouse_position): Remove the DOS-specific
definition (it's defined on `frame.c').
(syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.

28 years ago(Fmake_terminal_frame): Test MSDOS, not __MSDOS__.
Richard M. Stallman [Mon, 10 Jun 1996 21:09:04 +0000 (21:09 +0000)]
(Fmake_terminal_frame): Test MSDOS, not __MSDOS__.

28 years ago(Fset_mouse_position): Remove the DOS-specific
Richard M. Stallman [Mon, 10 Jun 1996 21:08:24 +0000 (21:08 +0000)]
(Fset_mouse_position): Remove the DOS-specific
definition (it's defined on `frame.c').
(syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.

28 years ago(FRAME_MSDOS_P): A new macro for MSDOS frames.
Richard M. Stallman [Mon, 10 Jun 1996 21:05:11 +0000 (21:05 +0000)]
(FRAME_MSDOS_P): A new macro for MSDOS frames.

28 years ago(choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.
Richard M. Stallman [Mon, 10 Jun 1996 21:04:09 +0000 (21:04 +0000)]
(choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.

28 years ago(choose_minibuf_frame): Support multiple frames on MSDOS.
Richard M. Stallman [Mon, 10 Jun 1996 21:03:43 +0000 (21:03 +0000)]
(choose_minibuf_frame): Support multiple frames on MSDOS.

28 years ago(check_x): Fix error message.
Richard M. Stallman [Mon, 10 Jun 1996 21:03:05 +0000 (21:03 +0000)]
(check_x): Fix error message.

(x_set_menu_bar_lines): New function, copied from xfns.c.
(IT_set_frame_parameters): Use selected_frame instead of
the_only_frame.
(internal_terminal_init): Use selected_frame instead of the_only_frame.
(check_x): New function, replacing macro in msdos.h.
(XMenuActivate): Use selected_frame instead of
the_only_frame.  Don't let the title for the "Buffers" popup
include a number when it is split into several menus.

28 years ago(check_x): Macro definition deleted.
Richard M. Stallman [Mon, 10 Jun 1996 21:02:00 +0000 (21:02 +0000)]
(check_x): Macro definition deleted.
(DisplayWidth): Use `selected_frame'.
(DisplayHeight): Use `selected_frame'.
(x_mouse_leave): Remove; it's not used.

28 years agoWhitespace and #if 0 code changes.
Richard M. Stallman [Mon, 10 Jun 1996 21:01:22 +0000 (21:01 +0000)]
Whitespace and #if 0 code changes.

28 years ago(Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call
Richard M. Stallman [Mon, 10 Jun 1996 21:00:11 +0000 (21:00 +0000)]
(Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call
`x_set_menu_bar_lines' on MSDOS as well.

28 years ago(init_frame_faces): Build faces for an MSDOS frame like for X frame.
Richard M. Stallman [Mon, 10 Jun 1996 20:58:24 +0000 (20:58 +0000)]
(init_frame_faces): Build faces for an MSDOS frame like for X frame.
(Fmake_face_internal): Call `ensure_face_ready' for MSDOS frames.
(Fset_face_attribute_internal): Support face attributes for MSDOS frames.

28 years ago(redisplay_internal): Use FRAME_WINDOW_P.
Richard M. Stallman [Mon, 10 Jun 1996 20:56:25 +0000 (20:56 +0000)]
(redisplay_internal): Use FRAME_WINDOW_P.
(decode_mode_spec): Likewise.

28 years ago(redisplay_internal): Use `Vterminal_frame' and other
Richard M. Stallman [Mon, 10 Jun 1996 20:50:01 +0000 (20:50 +0000)]
(redisplay_internal): Use `Vterminal_frame' and other
termcap frame code on MSDOS as well.
(display_text_line) [HAVE_FACES]: Support faces on MSDOS.
(decode_mode_spec): Return frame name on MSDOS like for termcap frames.

28 years ago(x_to_win32_font): Allow any quality fonts.
Richard M. Stallman [Mon, 10 Jun 1996 18:33:04 +0000 (18:33 +0000)]
(x_to_win32_font): Allow any quality fonts.

28 years ago(mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.
Richard M. Stallman [Mon, 10 Jun 1996 18:19:48 +0000 (18:19 +0000)]
(mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.

28 years ago(fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.
Richard M. Stallman [Mon, 10 Jun 1996 18:19:25 +0000 (18:19 +0000)]
(fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.

28 years ago(sync_modifiers): New function.
Richard M. Stallman [Mon, 10 Jun 1996 17:35:37 +0000 (17:35 +0000)]
(sync_modifiers): New function.
(w32_wnd_proc): Synchronize modifiers on each key down.

28 years ago(XTread_socket): Use XtAppNextEvent when using toolkit configurations.
Richard M. Stallman [Mon, 10 Jun 1996 17:32:13 +0000 (17:32 +0000)]
(XTread_socket): Use XtAppNextEvent when using toolkit configurations.

28 years ago(make_menu_in_widget): Set mapping delay
Richard M. Stallman [Mon, 10 Jun 1996 17:31:25 +0000 (17:31 +0000)]
(make_menu_in_widget): Set mapping delay
for cascade buttons to zero.

28 years ago(imenu--mouse-menu): Always use nested keymaps.
Richard M. Stallman [Mon, 10 Jun 1996 17:30:50 +0000 (17:30 +0000)]
(imenu--mouse-menu): Always use nested keymaps.
(imenu-use-keymap-menu): Variable deleted.

28 years ago(hexl-mode): Set hexl-max-address early on
Richard M. Stallman [Mon, 10 Jun 1996 17:00:06 +0000 (17:00 +0000)]
(hexl-mode): Set hexl-max-address early on
and call hexl-goto-address afterward.
And call hexlify-buffer even earlier.

28 years agoComment change.
Richard M. Stallman [Mon, 10 Jun 1996 15:53:37 +0000 (15:53 +0000)]
Comment change.

28 years agoAlways check for HAVE_X11R5.
Richard M. Stallman [Sun, 9 Jun 1996 20:52:47 +0000 (20:52 +0000)]
Always check for HAVE_X11R5.
Separately decide whether to use a toolkit by default.

If X11R5 is missing the Xaw headers, default to --with-x-toolkit=no.

(powerpc-*-solaris2*): Use ibmrs6000, not rs6000.

28 years ago(shell-directory-tracker): Use comint-substitute-in-file-name to
Richard M. Stallman [Sun, 9 Jun 1996 20:31:51 +0000 (20:31 +0000)]
(shell-directory-tracker): Use comint-substitute-in-file-name to
handle system-specific syntax.

(shell-chdrive-regexp): New variable.
(shell-mode): Update doc string.
(shell-directory-tracker): Detect drive changes.
Update doc string.

28 years ago(comint-dynamic-complete-as-filename)
Richard M. Stallman [Sun, 9 Jun 1996 20:31:04 +0000 (20:31 +0000)]
(comint-dynamic-complete-as-filename)
(omint-dynamic-simple-complete)
(comint-dynamic-list-filename-completions) [ms-dos, windows-nt]:
Set completion-ignore-case to t for these systems.

(comint-substitute-in-file-name): New function.
(comint-match-partial-filename): Use comint-substitute-in-file-name
to handle system-specific syntax.

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.