]> code.delx.au - gnu-emacs/log
gnu-emacs
28 years agoNew version.
Lars Magne Ingebrigtsen [Tue, 25 Jun 1996 22:21:39 +0000 (22:21 +0000)]
New version.

28 years ago(x-create-frame-with-faces): Set threshold for "light color"
Richard M. Stallman [Tue, 25 Jun 1996 18:19:09 +0000 (18:19 +0000)]
(x-create-frame-with-faces): Set threshold for "light color"
at .6 of the total for white.

28 years ago(rmail-summary-mode-map): Add rmail-summary-by-senders.
Richard M. Stallman [Tue, 25 Jun 1996 18:15:12 +0000 (18:15 +0000)]
(rmail-summary-mode-map): Add rmail-summary-by-senders.

28 years ago(LD_SWITCH_SYSTEM): Just one definition.
Richard M. Stallman [Tue, 25 Jun 1996 00:38:48 +0000 (00:38 +0000)]
(LD_SWITCH_SYSTEM): Just one definition.
Don't use prefix-args here because Makefile.in
does that when necessary.

28 years ago(x_connection_closed): If waiting_for_input, call quit_throw_to_read_char.
Richard M. Stallman [Tue, 25 Jun 1996 00:32:51 +0000 (00:32 +0000)]
(x_connection_closed): If waiting_for_input, call quit_throw_to_read_char.

28 years ago(local-variables-section): Adapted comment to outline minor mode.
Richard M. Stallman [Mon, 24 Jun 1996 22:33:56 +0000 (22:33 +0000)]
(local-variables-section): Adapted comment to outline minor mode.
(skeleton-pair-insert-maybe): Rewritten to support autowrapping.
(mirror-mode): Fixed change of pair-* to skeleton-pair-*.  Also pairs
8 bit characters.

28 years ago(mail-extract-address-components): Quote the comma in ,-pos.
Richard M. Stallman [Mon, 24 Jun 1996 20:47:16 +0000 (20:47 +0000)]
(mail-extract-address-components): Quote the comma in ,-pos.

28 years ago(unexec): Round up section header offset to bss alignment
Richard M. Stallman [Mon, 24 Jun 1996 19:54:38 +0000 (19:54 +0000)]
(unexec): Round up section header offset to bss alignment
before deciding whether it's after the bss section.

28 years ago(rmail-summary-by-senders): Fix typo in fn name.
Richard M. Stallman [Mon, 24 Jun 1996 16:59:49 +0000 (16:59 +0000)]
(rmail-summary-by-senders): Fix typo in fn name.

28 years ago(goto-address-url-face, goto-address-mail-face)
Richard M. Stallman [Mon, 24 Jun 1996 16:53:55 +0000 (16:53 +0000)]
(goto-address-url-face, goto-address-mail-face)
(goto-address-url-mouse-face): New variables.
(goto-address-fontify): Use them.

28 years agoResync mail aliases if necessary.
Simon Marshall [Mon, 24 Jun 1996 09:50:09 +0000 (09:50 +0000)]
Resync mail aliases if necessary.

28 years agoPut fewer conditions in turn-on-font-lock and more in turn-on-font-lock-if-enabled...
Simon Marshall [Mon, 24 Jun 1996 08:06:51 +0000 (08:06 +0000)]
Put fewer conditions in turn-on-font-lock and more in turn-on-font-lock-if-enabled, so a user can put the former on hooks.

28 years agoTest for lazy-lock-mode before swapping hooks.
Simon Marshall [Mon, 24 Jun 1996 07:48:15 +0000 (07:48 +0000)]
Test for lazy-lock-mode before swapping hooks.

28 years agoProtect before- and after-change-functions when updating text properties.
Simon Marshall [Mon, 24 Jun 1996 07:45:07 +0000 (07:45 +0000)]
Protect before- and after-change-functions when updating text properties.

28 years agoIn Rmail mode, make sure font-lock-maximum-size locally becomes nil.
Simon Marshall [Mon, 24 Jun 1996 07:36:45 +0000 (07:36 +0000)]
In Rmail mode, make sure font-lock-maximum-size locally becomes nil.

28 years ago(set-auto-mode): Run multiple mode: specs in left-to-right order.
Richard M. Stallman [Mon, 24 Jun 1996 06:44:15 +0000 (06:44 +0000)]
(set-auto-mode): Run multiple mode: specs in left-to-right order.

28 years ago(x_real_positions): Don't call x_uncatch_errors twice.
Richard M. Stallman [Mon, 24 Jun 1996 01:29:37 +0000 (01:29 +0000)]
(x_real_positions): Don't call x_uncatch_errors twice.

28 years ago(current_column_1): Add declaration.
Richard M. Stallman [Sun, 23 Jun 1996 19:20:33 +0000 (19:20 +0000)]
(current_column_1): Add declaration.

28 years agoMake current-column, move-to-column and current-indentation
Richard M. Stallman [Sun, 23 Jun 1996 18:47:37 +0000 (18:47 +0000)]
Make current-column, move-to-column and current-indentation
handle invisible chars (both text properties and overlays).
(skip_invisible): New function.
(Fmove_to_column): Use skip_invisible.  Get rid of `retry' label.
(compute_motion): Use skip_invisible.
(current_column_1): New function.
(current_column): Use current_column_1 if might have invisible text.

28 years ago(font-lock-verbose): Default to 0. Doc fix.
Richard M. Stallman [Sun, 23 Jun 1996 18:36:01 +0000 (18:36 +0000)]
(font-lock-verbose): Default to 0.  Doc fix.
(font-lock-default-fontify-buffer): Interpret numeric value.
(font-lock-fontified): Don't make it permanent-local.
(font-lock-mode): Remove before-revert-hook and after-revert-hook code.
Call font-lock-turn-on-thing-lock before font-lock-mode-hook.  Doc fix.
(font-lock-revert-setup, font-lock-revert-cleanup): Deleted.
(font-lock-support-mode): New variable.
(font-lock-turn-on-thing-lock): New function.  Use it.
(font-lock-turn-off-thing-lock): Renamed font-lock-thing-lock-cleanup.
(font-lock-change-major-mode): Turn off Font Lock mode if it is on.
Add font-lock-change-major-mode to change-major-mode-hook at top level.

28 years ago(term-exec-1): Run process on pty if possible.
Richard M. Stallman [Sun, 23 Jun 1996 15:51:57 +0000 (15:51 +0000)]
(term-exec-1): Run process on pty if possible.

28 years ago(rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
Noah Friedman [Sun, 23 Jun 1996 04:31:17 +0000 (04:31 +0000)]
(rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
ftelnet-carriage-filter.

28 years ago(skeleton-autowrap): New variable.
Richard M. Stallman [Sat, 22 Jun 1996 17:42:15 +0000 (17:42 +0000)]
(skeleton-autowrap): New variable.
(skeleton-abbrev-cleanup): Added variable documentation.
(skeleton-proxy): Added optional autowrappping feature.
(skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook'
instead of someday to be obsolete defer.

28 years ago(rmail-summary-bury): New function.
Richard M. Stallman [Sat, 22 Jun 1996 16:55:35 +0000 (16:55 +0000)]
(rmail-summary-bury): New function.
(rmail-summary-mode-map): Put rmail-summary-bury on b.

28 years ago(Fdefalias): Doc fix.
Richard M. Stallman [Sat, 22 Jun 1996 16:54:54 +0000 (16:54 +0000)]
(Fdefalias): Doc fix.

28 years ago(gnus-background-mode): Set threshold for "light color"
Richard M. Stallman [Sat, 22 Jun 1996 16:53:35 +0000 (16:53 +0000)]
(gnus-background-mode): Set threshold for "light color"
at .6 of the total for white.

28 years ago(font-lock-make-faces): Set threshold for "light color"
Richard M. Stallman [Sat, 22 Jun 1996 16:51:43 +0000 (16:51 +0000)]
(font-lock-make-faces):  Set threshold for "light color"
at .6 of the total for white.

28 years ago(choose-completion-string): Don't exit the minibuffer
Richard M. Stallman [Sat, 22 Jun 1996 04:50:32 +0000 (04:50 +0000)]
(choose-completion-string): Don't exit the minibuffer
when a directory name is chosen.

28 years agoRename lignux to linux-gnu in configuration names.
Richard M. Stallman [Sat, 22 Jun 1996 03:44:21 +0000 (03:44 +0000)]
Rename lignux to linux-gnu in configuration names.
Use gnu-linux as the opsys value (s/ file name).
Allow i686 just like i386, i486, i586.

(i*86-*-sco3.2v5): New alternative.
(OVERRIDE_CPPFLAG): New variable.
(CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.

Specify vpath for .texi files.

28 years ago*** empty log message ***
Michael Kifer [Sat, 22 Jun 1996 03:20:38 +0000 (03:20 +0000)]
*** empty log message ***

28 years ago(asm-mode-map): Fix typo.
Erik Naggum [Sat, 22 Jun 1996 02:14:01 +0000 (02:14 +0000)]
(asm-mode-map): Fix typo.

28 years ago*** empty log message ***
Michael Kifer [Sat, 22 Jun 1996 01:54:34 +0000 (01:54 +0000)]
*** empty log message ***

28 years agoInitial revision
Michael Kifer [Sat, 22 Jun 1996 01:44:38 +0000 (01:44 +0000)]
Initial revision

28 years agoRenamed from lignux.h.
Richard M. Stallman [Fri, 21 Jun 1996 21:36:07 +0000 (21:36 +0000)]
Renamed from lignux.h.

(SYSTEM_TYPE): Changed to gnu/linux.

28 years ago(asm-mode-map): Bind C-c ; to comment-region.
Richard M. Stallman [Fri, 21 Jun 1996 20:58:52 +0000 (20:58 +0000)]
(asm-mode-map): Bind C-c ; to comment-region.

28 years ago(mouse-drag-region): Be smart about which end
Richard M. Stallman [Fri, 21 Jun 1996 16:15:21 +0000 (16:15 +0000)]
(mouse-drag-region): Be smart about which end
gets point and which end gets the mark.

28 years ago(mouse-buffer-menu): Use aref rather than string-match.
Richard M. Stallman [Fri, 21 Jun 1996 15:33:46 +0000 (15:33 +0000)]
(mouse-buffer-menu): Use aref rather than string-match.

28 years ago(kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.
Richard M. Stallman [Fri, 21 Jun 1996 15:31:50 +0000 (15:31 +0000)]
(kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.

28 years ago(Fcall_process): Fix previous change.
Richard M. Stallman [Fri, 21 Jun 1996 15:30:28 +0000 (15:30 +0000)]
(Fcall_process): Fix previous change.

28 years ago(x_iconify_frame): If frame is invisible, explicitly mark it as iconified.
Richard M. Stallman [Fri, 21 Jun 1996 15:29:55 +0000 (15:29 +0000)]
(x_iconify_frame): If frame is invisible, explicitly mark it as iconified.

28 years agoWhitespace change.
Richard M. Stallman [Fri, 21 Jun 1996 05:54:19 +0000 (05:54 +0000)]
Whitespace change.

28 years ago(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
Richard M. Stallman [Fri, 21 Jun 1996 05:47:24 +0000 (05:47 +0000)]
(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
(wakeup): Targets deleted.
(UTILITIES): Delete wakeup and timer.

28 years ago(LaTeX-mode): Change handling of escaped $.
Richard M. Stallman [Fri, 21 Jun 1996 05:18:44 +0000 (05:18 +0000)]
(LaTeX-mode): Change handling of escaped $.

28 years ago(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman [Thu, 20 Jun 1996 21:20:11 +0000 (21:20 +0000)]
(All info targets): cd $(srcdir) to do the work.

28 years ago(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman [Thu, 20 Jun 1996 20:19:49 +0000 (20:19 +0000)]
(All info targets): Specify $(srcdir) in input files.  Specify -I option.
(All dvi targets): Set the TEXINPUTS variable.

28 years ago(outline-up-heading): Fix error message.
Richard M. Stallman [Thu, 20 Jun 1996 19:22:11 +0000 (19:22 +0000)]
(outline-up-heading): Fix error message.
(outline-backward-same-level, outline-forward-same-level): Likewise.

28 years ago(rlogin): make comint-output-filter-functions local before adding hooks.
Noah Friedman [Thu, 20 Jun 1996 17:30:41 +0000 (17:30 +0000)]
(rlogin): make comint-output-filter-functions local before adding hooks.

28 years agoentered into RCS
Richard M. Stallman [Thu, 20 Jun 1996 17:26:00 +0000 (17:26 +0000)]
entered into RCS

28 years agoInitial revision
Richard M. Stallman [Thu, 20 Jun 1996 17:24:47 +0000 (17:24 +0000)]
Initial revision

28 years agoAdd support for PowerPC Linux
Michael Meissner [Thu, 20 Jun 1996 16:20:05 +0000 (16:20 +0000)]
Add support for PowerPC Linux

28 years agoInitial revision
Richard M. Stallman [Wed, 19 Jun 1996 23:14:13 +0000 (23:14 +0000)]
Initial revision

28 years ago(Vwin32_alt_is_meta): Declared.
Richard M. Stallman [Wed, 19 Jun 1996 22:18:48 +0000 (22:18 +0000)]
(Vwin32_alt_is_meta): Declared.
(win32_kbd_mods_to_emacs): Map Alt to alt_modifier if required.

28 years ago(Vwin32_alt_is_meta): New variable.
Richard M. Stallman [Wed, 19 Jun 1996 22:17:35 +0000 (22:17 +0000)]
(Vwin32_alt_is_meta): New variable.
(win32_get_modifiers): Map Alt to alt_modifier if required.
(syms_of_win32fns): DEFVAR new variable.

28 years ago(Info-default-directory-list): Doc fix.
Richard M. Stallman [Wed, 19 Jun 1996 22:14:31 +0000 (22:14 +0000)]
(Info-default-directory-list): Doc fix.

28 years ago(HPUX10): New macro.
Richard M. Stallman [Wed, 19 Jun 1996 21:50:16 +0000 (21:50 +0000)]
(HPUX10): New macro.

28 years ago(LD_SWITCH_SYSTEM): Use no space after -L and -R.
Richard M. Stallman [Wed, 19 Jun 1996 21:15:58 +0000 (21:15 +0000)]
(LD_SWITCH_SYSTEM): Use no space after -L and -R.

28 years ago(gud-irixdbx-marker-filter): Use %1ld, not %1d,
Richard M. Stallman [Wed, 19 Jun 1996 20:52:31 +0000 (20:52 +0000)]
(gud-irixdbx-marker-filter): Use %1ld, not %1d,
when printing $curline.
(dbx, irix case): Likewise in arg of gud-down.

28 years ago(smtpmail-read-response): Goto smtpmail-read-point
Richard M. Stallman [Tue, 18 Jun 1996 22:43:32 +0000 (22:43 +0000)]
(smtpmail-read-response): Goto smtpmail-read-point

28 years ago(smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands.
Richard M. Stallman [Tue, 18 Jun 1996 22:39:51 +0000 (22:39 +0000)]
(smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands.

28 years ago(smtpmail-send-it): Don't handle FCC fields until after determining FROM field.
Richard M. Stallman [Tue, 18 Jun 1996 22:38:23 +0000 (22:38 +0000)]
(smtpmail-send-it): Don't handle FCC fields until after determining FROM field.
Delete code that converted "S:" to "Subject:".
Insert FROM field unless it already exists (code from sendmail.el).

28 years ago(smtpmail-smtp-service): Use port 25 as default.
Richard M. Stallman [Tue, 18 Jun 1996 22:35:10 +0000 (22:35 +0000)]
(smtpmail-smtp-service): Use port 25 as default.
(smtpmail-send-it): Require mail-utils upon entry.
Don't invoke sendmail-synch-aliases.
(smtpmail-deduce-address-list): Only use text matched in regexp group,
not the whole regexp.

28 years agoRecognize -openvms.
Ian Lance Taylor [Tue, 18 Jun 1996 18:23:57 +0000 (18:23 +0000)]
Recognize -openvms.

28 years ago(ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional.
Richard M. Stallman [Tue, 18 Jun 1996 17:00:03 +0000 (17:00 +0000)]
(ange-ftp-kill-ftp-process): Really use the BUFFER arg.  Make it optional.

28 years ago(vc-mode-line): If user is root, verify file really has user-writable bit.
Richard M. Stallman [Tue, 18 Jun 1996 16:52:09 +0000 (16:52 +0000)]
(vc-mode-line): If user is root, verify file really has user-writable bit.

28 years ago(he-concat-directory-file-name): Directory part may be nil.
Richard M. Stallman [Tue, 18 Jun 1996 16:28:22 +0000 (16:28 +0000)]
(he-concat-directory-file-name): Directory part may be nil.
(he-file-name-nondirectory): Referenced external variable.

28 years ago(pp-to-string): Treat #( like (.
Richard M. Stallman [Tue, 18 Jun 1996 16:22:55 +0000 (16:22 +0000)]
(pp-to-string): Treat #( like (.

28 years ago(auto-mode-alist): Add uppercase version of archive
Richard M. Stallman [Tue, 18 Jun 1996 15:55:20 +0000 (15:55 +0000)]
(auto-mode-alist): Add uppercase version of archive
mode file name extensions ARC, ZIP, LXH, ZOO.

28 years agoExplain about MSDOS installation and long file name support.
Richard M. Stallman [Mon, 17 Jun 1996 22:25:58 +0000 (22:25 +0000)]
Explain about MSDOS installation and long file name support.

28 years agoMention ESC ESC ESC instead of M-x top-level.
Richard M. Stallman [Mon, 17 Jun 1996 18:09:30 +0000 (18:09 +0000)]
Mention ESC ESC ESC instead of M-x top-level.

28 years ago(global-font-lock-mode): Set up find-file-hooks.
Richard M. Stallman [Mon, 17 Jun 1996 00:06:46 +0000 (00:06 +0000)]
(global-font-lock-mode): Set up find-file-hooks.
(font-lock-default-fontify-buffer, font-lock-fontify-block)
(font-lock-mode): Fix syntax of msgs such as Fontifying...done.

28 years ago(local-variables-section): Deleted.
Richard M. Stallman [Sun, 16 Jun 1996 23:30:31 +0000 (23:30 +0000)]
(local-variables-section): Deleted.

28 years ago(Fcall_process): Handle t or nil as STDERR_FILE.
Richard M. Stallman [Sun, 16 Jun 1996 23:09:17 +0000 (23:09 +0000)]
(Fcall_process): Handle t or nil as STDERR_FILE.

28 years ago(mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.
Richard M. Stallman [Sun, 16 Jun 1996 18:47:08 +0000 (18:47 +0000)]
(mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.

28 years ago(unforward-rmail-message): In summary buffer,
Richard M. Stallman [Sun, 16 Jun 1996 18:23:28 +0000 (18:23 +0000)]
(unforward-rmail-message): In summary buffer,
switch temporarily to Rmail buffer.

28 years ago(html-list): Definition deleted.
Richard M. Stallman [Sat, 15 Jun 1996 23:19:40 +0000 (23:19 +0000)]
(html-list): Definition deleted.
(html-headline): Definition deleted.
(html-ordered-list, html-unordered-list): New definitions.
(html-headline-1 ... html-headline-6): New definitions.
(html-mode-map): Use new commands.

28 years ago(rlogin): Doc fix.
Richard M. Stallman [Fri, 14 Jun 1996 21:30:41 +0000 (21:30 +0000)]
(rlogin): Doc fix.

28 years ago(w32_read_socket): Erase update rect on WM_PAINT, so
Richard M. Stallman [Fri, 14 Jun 1996 20:54:55 +0000 (20:54 +0000)]
(w32_read_socket): Erase update rect on WM_PAINT, so
no need to process WM_ERASEBKGND.

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.