bpt/emacs.git
26 years agoRemove extraneous semicolon.
Erik Naggum [Wed, 22 Apr 1998 17:44:41 +0000 (17:44 +0000)]
Remove extraneous semicolon.

26 years ago(x-select-text, x-get-selection-value): Replace win16 with w16.
Eli Zaretskii [Wed, 22 Apr 1998 13:45:00 +0000 (13:45 +0000)]
(x-select-text, x-get-selection-value): Replace win16 with w16.

26 years ago(alloc_xfer_buf): If want_size is more than 1MB,
Eli Zaretskii [Wed, 22 Apr 1998 13:39:59 +0000 (13:39 +0000)]
(alloc_xfer_buf): If want_size is more than 1MB,
return immediately with failure.
(Fw16_set_clipboard_data, Fw16_get_clipboard_data): Replace win16
with w16.

26 years ago(help-mode-map): Add S-tab, like backtab.
Dave Love [Wed, 22 Apr 1998 11:40:18 +0000 (11:40 +0000)]
(help-mode-map): Add S-tab, like backtab.

26 years ago(Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
Eli Zaretskii [Wed, 22 Apr 1998 10:26:10 +0000 (10:26 +0000)]
(Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
(Fwin16_get_clipboard_data, Fwin16_set_clipboard_data): Balance
the calls to BLOCK_INPUT and UNBLOCK_INPUT.

26 years agoOnly require cl if cadr and last are not defined (thanks to Dave Love.)
Stephen Eglen [Wed, 22 Apr 1998 08:32:02 +0000 (08:32 +0000)]
Only require cl if cadr and last are not defined (thanks to Dave Love.)
Merged brackets split over several lines onto one line.

26 years ago(rmail): Don't bind enable-local-variables.
Richard M. Stallman [Wed, 22 Apr 1998 06:18:02 +0000 (06:18 +0000)]
(rmail): Don't bind enable-local-variables.

26 years ago(Info-fontify-node): For menu items, use info-xref font.
Richard M. Stallman [Wed, 22 Apr 1998 03:19:43 +0000 (03:19 +0000)]
(Info-fontify-node): For menu items, use info-xref font.
Use info-node font for the node's own name,
and do not make it mouse-sensitive.

(Info-find-node): Update Info-history after switching buffer.
(info): If no arg, and *info* buffer exists, just go to it and don't alter it.

26 years ago(defcustom, defgroup, defface): Don't use backquote.
Richard M. Stallman [Wed, 22 Apr 1998 02:46:30 +0000 (02:46 +0000)]
(defcustom, defgroup, defface): Don't use backquote.

26 years ago*** empty log message ***
Richard M. Stallman [Wed, 22 Apr 1998 02:41:08 +0000 (02:41 +0000)]
*** empty log message ***

26 years agoComment change.
Richard M. Stallman [Wed, 22 Apr 1998 02:40:39 +0000 (02:40 +0000)]
Comment change.

26 years ago(encoded-kbd-mode): Doc fix.
Richard M. Stallman [Wed, 22 Apr 1998 02:34:39 +0000 (02:34 +0000)]
(encoded-kbd-mode): Doc fix.

26 years ago(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
Richard M. Stallman [Wed, 22 Apr 1998 02:14:55 +0000 (02:14 +0000)]
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.

26 years ago(help-highlight-face): Use `face' as custom type.
Richard M. Stallman [Wed, 22 Apr 1998 02:08:02 +0000 (02:08 +0000)]
(help-highlight-face): Use `face' as custom type.

26 years agoFix header comments.
Dave Love [Tue, 21 Apr 1998 18:56:02 +0000 (18:56 +0000)]
Fix header comments.
(which-func-mode): Add autoload cookie.
(which-func-mode-global): Customize.

26 years ago(remove-hook): Fix spurious quote.
Dave Love [Tue, 21 Apr 1998 18:38:34 +0000 (18:38 +0000)]
(remove-hook): Fix spurious quote.

26 years ago(describe-function): Make hyperlink to library file
Dave Love [Tue, 21 Apr 1998 13:08:47 +0000 (13:08 +0000)]
(describe-function): Make hyperlink to library file
name, if available.

26 years ago(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
Eli Zaretskii [Tue, 21 Apr 1998 11:14:24 +0000 (11:14 +0000)]
(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
(child_setup) [MSDOS]: Call run_msdos_command here.
(child_setup) [DOS_NT]: Get past drive letter in pwd.  Don't call
close_load_descs, since we are not in a vfork.

26 years ago(run_msdos_command): Don't construct process
Eli Zaretskii [Tue, 21 Apr 1998 11:10:56 +0000 (11:10 +0000)]
(run_msdos_command): Don't construct process
environment, it's already done in child_setup.
(run_msdos_command): Add ENVV to argument list.

26 years agoMore of previous.
Richard M. Stallman [Tue, 21 Apr 1998 06:14:05 +0000 (06:14 +0000)]
More of previous.

26 years agoExplain trouble with link farms in `make install'.
Richard M. Stallman [Tue, 21 Apr 1998 06:13:36 +0000 (06:13 +0000)]
Explain trouble with link farms in `make install'.

26 years ago(dired-move-to-filename-regexp): There might be a space
Richard M. Stallman [Tue, 21 Apr 1998 05:22:19 +0000 (05:22 +0000)]
(dired-move-to-filename-regexp): There might be a space
after the year instead of before it.

26 years ago(easy-menu-do-add-item):
Richard M. Stallman [Tue, 21 Apr 1998 04:54:46 +0000 (04:54 +0000)]
(easy-menu-do-add-item):
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.

26 years ago(tmm-get-keymap): Handle new format menu item w/o cache.
Richard M. Stallman [Tue, 21 Apr 1998 04:51:23 +0000 (04:51 +0000)]
(tmm-get-keymap): Handle new format menu item w/o cache.
(tmm-prompt): If reach an empty menu, get an error.

26 years agoEncoding of Greek line fixed.
Kenichi Handa [Tue, 21 Apr 1998 04:03:16 +0000 (04:03 +0000)]
Encoding of Greek line fixed.

26 years ago(cl-do-arglist): Undo previous change.
Richard M. Stallman [Mon, 20 Apr 1998 22:06:27 +0000 (22:06 +0000)]
(cl-do-arglist): Undo previous change.

26 years ago(mouse-buffer-menu-mode-mult): New variable.
Richard M. Stallman [Mon, 20 Apr 1998 20:45:25 +0000 (20:45 +0000)]
(mouse-buffer-menu-mode-mult): New variable.
(mouse-buffer-menu): Obey mouse-buffer-menu-mode-mult.
Also avoid some consing.

26 years ago(Fmake_temp_name): Complete rewrite.
Richard M. Stallman [Mon, 20 Apr 1998 18:13:03 +0000 (18:13 +0000)]
(Fmake_temp_name): Complete rewrite.

26 years ago(smtpmail-send-it): Deleted all code related to Resent-To: processing.
Richard M. Stallman [Mon, 20 Apr 1998 18:03:00 +0000 (18:03 +0000)]
(smtpmail-send-it): Deleted all code related to Resent-To: processing.
(smtpmail-deduce-address-list): Changed the search for
Resent-\(To\|Cc\|Bcc\) headers.
(smtpmail-do-bcc): Delete Resent-Bcc: headers.

26 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Apr 1998 17:43:57 +0000 (17:43 +0000)]
*** empty log message ***

26 years agoInitial revision
Richard M. Stallman [Mon, 20 Apr 1998 17:37:53 +0000 (17:37 +0000)]
Initial revision

26 years ago(Fgarbage_collect): Don't truncate command-history here.
Richard M. Stallman [Mon, 20 Apr 1998 17:04:16 +0000 (17:04 +0000)]
(Fgarbage_collect): Don't truncate command-history here.

26 years agoAdd Slovak.
Richard M. Stallman [Mon, 20 Apr 1998 16:40:11 +0000 (16:40 +0000)]
Add Slovak.

26 years ago(view-really-at-end): Return true when at end and not
Andreas Schwab [Mon, 20 Apr 1998 09:37:18 +0000 (09:37 +0000)]
(view-really-at-end): Return true when at end and not
reverting.

26 years ago(readevalloop): New arg UNIBYTE. Callers changed.
Richard M. Stallman [Mon, 20 Apr 1998 07:09:58 +0000 (07:09 +0000)]
(readevalloop): New arg UNIBYTE.  Callers changed.
Use it to bind load_convert_to_unibyte.
(Feval_buffer): New arg UNIBYTE.  Pass it to readevalloop.
(readevalloop_1): New unwind-protect subroutine.
(load_convert_to_unibyte): New variable.
(syms_of_lread): Set up Lisp var.
(read1): If load_convert_to_unibyte, convert strings to unibyte.

26 years ago(copy_text): Count down bytes_left properly
Richard M. Stallman [Mon, 20 Apr 1998 07:08:40 +0000 (07:08 +0000)]
(copy_text): Count down bytes_left properly
in multibyte to unibyte case.

26 years ago(load-with-code-conversion):
Richard M. Stallman [Mon, 20 Apr 1998 07:08:17 +0000 (07:08 +0000)]
(load-with-code-conversion):
Undo previous change.  Instead, pass the UNIBYTE arg to eval-buffer.

26 years ago*** empty log message ***
Dan Nicolaescu [Mon, 20 Apr 1998 06:37:57 +0000 (06:37 +0000)]
*** empty log message ***

26 years ago(Fcompare_strings): Require first 6 args.
Richard M. Stallman [Mon, 20 Apr 1998 04:08:31 +0000 (04:08 +0000)]
(Fcompare_strings): Require first 6 args.

26 years ago(Ftry_completion): Use Fcompare_strings.
Richard M. Stallman [Mon, 20 Apr 1998 03:53:06 +0000 (03:53 +0000)]
(Ftry_completion): Use Fcompare_strings.
(Fall_completions, Fminibuffer_complete_word): Likewise.

26 years ago(Fcompare_strings): New function.
Richard M. Stallman [Mon, 20 Apr 1998 03:52:46 +0000 (03:52 +0000)]
(Fcompare_strings): New function.
(syms_of_fns): defsubr it.

26 years ago*** empty log message ***
Dan Nicolaescu [Mon, 20 Apr 1998 03:35:05 +0000 (03:35 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Dan Nicolaescu [Mon, 20 Apr 1998 02:34:53 +0000 (02:34 +0000)]
*** empty log message ***

26 years ago(SLAVIC): New macro.
Kenichi Handa [Mon, 20 Apr 1998 02:15:45 +0000 (02:15 +0000)]
(SLAVIC): New macro.
(EUROPEAN): Include ${SLAVIC}

26 years ago(lisp): Add czech.elc, slovak.elc, and romanina.elc.
Kenichi Handa [Mon, 20 Apr 1998 02:14:57 +0000 (02:14 +0000)]
(lisp): Add czech.elc, slovak.elc, and romanina.elc.
(shortlisp): Likewise.

26 years ago(Fregister_ccl_program): Put ccl-program-idx property to NAME.
Kenichi Handa [Mon, 20 Apr 1998 02:14:57 +0000 (02:14 +0000)]
(Fregister_ccl_program): Put ccl-program-idx property to NAME.

26 years ago(setup_coding_system): For a type 4 coding system,
Kenichi Handa [Mon, 20 Apr 1998 02:14:57 +0000 (02:14 +0000)]
(setup_coding_system): For a type 4 coding system,
FLAGS member of coding spec is a cons of CCL program symbols.

26 years agoFLAGS arguments for make-coding-system changed.
Kenichi Handa [Mon, 20 Apr 1998 02:14:20 +0000 (02:14 +0000)]
FLAGS arguments for make-coding-system changed.

26 years agoSet t to `documentation' info for Romanian.
Kenichi Handa [Mon, 20 Apr 1998 02:14:20 +0000 (02:14 +0000)]
Set t to `documentation' info for Romanian.

26 years ago(ccl-compile-unify-character): Inhibit
Kenichi Handa [Mon, 20 Apr 1998 02:11:52 +0000 (02:11 +0000)]
(ccl-compile-unify-character): Inhibit
unification tables specified by integer value.
(ccl-compile-translate-single-map): Likewise.
(ccl-compile-multiple-map-function): Likewise.
(ccl-compile-translate-multiple-map): Modified for nested tables.
(ccl-dump-iterate-multiple-map): Handle the case that ID is not
integer.
(ccl-dump-translate-multiple-map): Likewise.
(ccl-dump-translate-single-map): Likewise.
(declare-ccl-program): New optional arg VECTOR.
(check-ccl-program): New macro.

26 years ago(make-coding-system): If TYPE is 4, FLAGS
Kenichi Handa [Mon, 20 Apr 1998 02:11:52 +0000 (02:11 +0000)]
(make-coding-system): If TYPE is 4, FLAGS
can be a cons of CCL-PROGRAM symbols.

26 years ago(quail-start-translation): Bind
Kenichi Handa [Mon, 20 Apr 1998 02:11:52 +0000 (02:11 +0000)]
(quail-start-translation): Bind
prefix-arg to current-prefix-arg.
(quail-mode): Doc-string modified.

26 years ago*** empty log message ***
Dan Nicolaescu [Sun, 19 Apr 1998 22:26:42 +0000 (22:26 +0000)]
*** empty log message ***

26 years ago(struct Lisp_Process): Add inherit_coding_system_flag member.
Eli Zaretskii [Sun, 19 Apr 1998 14:18:01 +0000 (14:18 +0000)]
(struct Lisp_Process): Add inherit_coding_system_flag member.

26 years ago(Fset_process_inherit_coding_system_flag,
Eli Zaretskii [Sun, 19 Apr 1998 14:13:47 +0000 (14:13 +0000)]
(Fset_process_inherit_coding_system_flag,
Fprocess_inherit_coding_system_flag): New functions.
(syms_of_process): Defsubr them.
(Fstart_process, Fopen_network_stream): Initialize inherit_coding_system_flag.
(read_process_output): If the process buffer isn't dead, call
after-insert-file-set-buffer-file-coding-system.

26 years ago(interdontcompile): New macro.
Geoff Voelker [Sun, 19 Apr 1998 03:46:53 +0000 (03:46 +0000)]
(interdontcompile): New macro.
(install): Copy uncompiled files from international subdir.

26 years ago(Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty.
Richard M. Stallman [Sat, 18 Apr 1998 22:14:32 +0000 (22:14 +0000)]
(Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty.

26 years ago*** empty log message ***
Dan Nicolaescu [Sat, 18 Apr 1998 20:43:38 +0000 (20:43 +0000)]
*** empty log message ***

26 years agoInitial revision
Richard M. Stallman [Sat, 18 Apr 1998 20:34:51 +0000 (20:34 +0000)]
Initial revision

26 years ago*** empty log message ***
Dan Nicolaescu [Sat, 18 Apr 1998 19:48:40 +0000 (19:48 +0000)]
*** empty log message ***

26 years agoInitial revision
Dan Nicolaescu [Sat, 18 Apr 1998 19:28:13 +0000 (19:28 +0000)]
Initial revision

26 years ago*** empty log message ***
Dan Nicolaescu [Sat, 18 Apr 1998 18:20:15 +0000 (18:20 +0000)]
*** empty log message ***

26 years ago(file-name-handler-alist): FIx previous change.
Richard M. Stallman [Sat, 18 Apr 1998 18:12:35 +0000 (18:12 +0000)]
(file-name-handler-alist): FIx previous change.

26 years agoUpdate copyright years.
Richard M. Stallman [Sat, 18 Apr 1998 17:09:18 +0000 (17:09 +0000)]
Update copyright years.

26 years agoCustomize. Add `;;; Code' line.
Stephen Eglen [Sat, 18 Apr 1998 16:38:50 +0000 (16:38 +0000)]
Customize.  Add `;;; Code' line.
ogonek-encoding-choices: new variable as helper for customizing.

26 years agoCustomize.
Stephen Eglen [Sat, 18 Apr 1998 16:35:35 +0000 (16:35 +0000)]
Customize.

26 years ago(elisp): Don't try to make makeinfo.
Richard M. Stallman [Sat, 18 Apr 1998 16:24:14 +0000 (16:24 +0000)]
(elisp): Don't try to make makeinfo.
Run makeinfo without specifying a directory.

(srcs): Add nonascii.texi, customize.texi and advice.texi.
(dist): Start by deleting `temp'.

(makeinfo, texindex): Targets deleted.
(makeinfo.o, texindex.o): Targets deleted.
(clean, dist): Don't do anything with them or with getopt*.

(SHELL): Defined.

(elisp.tps): New target.
(elisp.dvi): Depend on elisp.tps.

26 years ago(edebug-compute-previous-result):
Richard M. Stallman [Sat, 18 Apr 1998 14:36:05 +0000 (14:36 +0000)]
(edebug-compute-previous-result):
Don't pass floating value to single-key-description.

26 years ago(ps-output-string-prim): Use skip-chars-forward.
Richard M. Stallman [Sat, 18 Apr 1998 02:01:12 +0000 (02:01 +0000)]
(ps-output-string-prim): Use skip-chars-forward.

26 years ago(Info-menu): Allow extra spaces at start of menu item.
Richard M. Stallman [Sat, 18 Apr 1998 01:57:45 +0000 (01:57 +0000)]
(Info-menu): Allow extra spaces at start of menu item.
(Info-extract-menu-item): Likewise.
(Info-insert-dir, Info-complete-menu-item, Info-index): Likewise.
(Info-try-follow-nearest-node, Info-find-emacs-command-nodes): Likewise
(Info-fontify-node, Info-speedbar-buttons): Likewise.

26 years ago(rmail-message-regexp-p):
Richard M. Stallman [Sat, 18 Apr 1998 01:54:05 +0000 (01:54 +0000)]
(rmail-message-regexp-p):
Handle unreformatted messages for real.
(rmail-message-recipients-p): Undo previous change.

26 years ago(load-with-code-conversion):
Richard M. Stallman [Sat, 18 Apr 1998 01:48:22 +0000 (01:48 +0000)]
(load-with-code-conversion):
Don't bind default-enable-multibyte-characters to t.

26 years agoInitial revision
Richard M. Stallman [Sat, 18 Apr 1998 01:29:57 +0000 (01:29 +0000)]
Initial revision

26 years ago(syms_of_emacs): Fix patching error in previous change.
Richard M. Stallman [Fri, 17 Apr 1998 23:58:44 +0000 (23:58 +0000)]
(syms_of_emacs): Fix patching error in previous change.

26 years ago(read1): Compute NaN and infinities using 0.0 in a
Richard M. Stallman [Fri, 17 Apr 1998 23:36:34 +0000 (23:36 +0000)]
(read1): Compute NaN and infinities using 0.0 in a
variable, to cope with compilers that think they are smarter than us.

26 years ago(readchar): Find the previous byte's address properly
Richard M. Stallman [Fri, 17 Apr 1998 23:35:14 +0000 (23:35 +0000)]
(readchar): Find the previous byte's address properly
for the buffer case, as for the marker case.

26 years ago(debug-ignored-errors): Add and remove strings.
Richard M. Stallman [Fri, 17 Apr 1998 22:53:16 +0000 (22:53 +0000)]
(debug-ignored-errors): Add and remove strings.

26 years ago(jka-compr-use-shell) [ms-dos, windows-nt]: Do not use a shell.
Richard M. Stallman [Fri, 17 Apr 1998 21:17:21 +0000 (21:17 +0000)]
(jka-compr-use-shell) [ms-dos, windows-nt]: Do not use a shell.
(jka-compr-temp-name-template) [ms-dos, windows-nt]: Check common
locations for tmp directory.

26 years ago(scheme-imenu-generic-expression,
Dave Love [Fri, 17 Apr 1998 20:46:21 +0000 (20:46 +0000)]
(scheme-imenu-generic-expression,
dsssl-imenu-generic-expression): Remove leading space in submenus.

26 years ago(array-mode): Add autoload cookie.
Dave Love [Fri, 17 Apr 1998 20:40:30 +0000 (20:40 +0000)]
(array-mode): Add autoload cookie.

26 years ago(ph-install-menu): Use easy-menu-create-menu, not
Dave Love [Fri, 17 Apr 1998 20:36:48 +0000 (20:36 +0000)]
(ph-install-menu): Use easy-menu-create-menu, not
easy-menu-create-keymaps.

26 years ago(change-log-mode): Revert 1997-12-03 doc change.
Dave Love [Fri, 17 Apr 1998 20:27:32 +0000 (20:27 +0000)]
(change-log-mode): Revert 1997-12-03 doc change.
(add-change-log-entry): Replace 1997-12-03 changes with simple
implementation of add-log-keep-changes-together.  Doc fix.
(change-log-add-make-room): Function deleted.
(add-change-log-entry-other-window, change-log-mode,
add-log-keep-changes-together): Doc fix.
(add-log-lisp-like-modes): Add dsssl-mode.
(add-log-current-defun): Generalize Fortran case.

26 years agoCustomize.
Stephen Eglen [Fri, 17 Apr 1998 17:24:17 +0000 (17:24 +0000)]
Customize.

26 years ago*** empty log message ***
Dan Nicolaescu [Fri, 17 Apr 1998 07:31:56 +0000 (07:31 +0000)]
*** empty log message ***

26 years ago(Fcall_process_region): Unbind coding-system-for-write
Richard M. Stallman [Fri, 17 Apr 1998 07:08:02 +0000 (07:08 +0000)]
(Fcall_process_region): Unbind coding-system-for-write
after calling Fwrite_region.

26 years ago(ange-ftp-real-make-directory): Fix indentation.
Geoff Voelker [Fri, 17 Apr 1998 05:27:19 +0000 (05:27 +0000)]
(ange-ftp-real-make-directory): Fix indentation.

26 years ago(reset_terminal_modes): Only invoke hook if defined.
Geoff Voelker [Fri, 17 Apr 1998 05:25:48 +0000 (05:25 +0000)]
(reset_terminal_modes): Only invoke hook if defined.

26 years ago* lastfile.c (_my_endbss, my_endbss_static): New variables.
Geoff Voelker [Fri, 17 Apr 1998 05:25:35 +0000 (05:25 +0000)]
* lastfile.c (_my_endbss, my_endbss_static): New variables.

26 years ago(Vpath_separator): New variable.
Geoff Voelker [Fri, 17 Apr 1998 05:25:19 +0000 (05:25 +0000)]
(Vpath_separator): New variable.

26 years ago(shell-file-name-chars): Add ',' and ':'.
Geoff Voelker [Fri, 17 Apr 1998 05:25:04 +0000 (05:25 +0000)]
(shell-file-name-chars): Add ',' and ':'.

26 years ago(ls-lisp-dired-ignore-case): New variable.
Geoff Voelker [Fri, 17 Apr 1998 05:24:48 +0000 (05:24 +0000)]
(ls-lisp-dired-ignore-case): New variable.
(ls-lisp-handle-switches): Obey ls-lisp-dired-ignore-case.

26 years ago(path-separator): Delete variable.
Geoff Voelker [Fri, 17 Apr 1998 05:24:27 +0000 (05:24 +0000)]
(path-separator): Delete variable.

26 years ago(fast-lock-cache-name): Replace '\' with '#'.
Geoff Voelker [Fri, 17 Apr 1998 05:24:15 +0000 (05:24 +0000)]
(fast-lock-cache-name): Replace '\' with '#'.

26 years ago(comint-filename-chars): Combine DOS and Windows strings.
Geoff Voelker [Fri, 17 Apr 1998 05:23:53 +0000 (05:23 +0000)]
(comint-filename-chars): Combine DOS and Windows strings.

26 years ago(ange-ftp-tmp-name-template) [windows-nt]: Look for
Geoff Voelker [Fri, 17 Apr 1998 05:22:37 +0000 (05:22 +0000)]
(ange-ftp-tmp-name-template) [windows-nt]: Look for
common temp directories.
(ange-ftp-parse-netrc-group): Skip carriage returns.
(ange-ftp-expand-file-name): Handle files with drive letters.
(ange-ftp-write-region): Don't treat as unix.
(ange-ftp-insert-file-contents): Determine file type by transfer mode.
(ange-ftp-copy-file-internal): Don't treat as unix.
(ange-ftp-file-name-all-completions): Handle Windows filenames.
(file-name-handler-alist) [windows-nt]: Add patterns for name with
drive letters.
(ange-ftp-dired-call-process, ange-ftp-call-chmod): Use
dired-chmod-program.
(ange-ftp-disable-netrc-security-check) [windows-nt]: Disable by
default.
(ange-ftp-real-expand-file-name-actual): New function.

26 years ago(WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):
Geoff Voelker [Fri, 17 Apr 1998 05:12:27 +0000 (05:12 +0000)]
(WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):
New message macros.

26 years ago(Vw32_recognize_altgr): New variable.
Geoff Voelker [Fri, 17 Apr 1998 05:11:31 +0000 (05:11 +0000)]
(Vw32_recognize_altgr): New variable.
(dumpglyphs): Update from xterm.c.
(w32_ring_bell): Flash window, don't just reset its state.
(dumprectangle, show_mouse_face, x_draw_single_glyph): Use new
args to dumpglyphs.
(my_set_foreground_window): New function.
(w32_condemn_scroll_bars): Mark all as condemned scroll bars.
(w32_redeem_scroll_bar): Look through all scroll bars.
(w32_judge_scroll_bars): Don't clear out condemned list.
(w32_read_socket): Clip window after frame has been restored.
(x_focus_on_frame, x_raise_frame): Use my_set_foreground_window.
(syms_of_w32term): Define Vw32_recognize_altgr.

26 years ago(w32_executable_type): Properly cast dos_header when
Geoff Voelker [Fri, 17 Apr 1998 05:10:29 +0000 (05:10 +0000)]
(w32_executable_type): Properly cast dos_header when
making size comparison.
(sys_spawnve): Update comments.
(sys_select): Ignore children dead children with pending input.
Delay sending SIGCHLD until all output has been read.
(sys_kill): Sleep to allow focus change events to propagate.
Use TerminateProcess on Win95.
(int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids):
New functions.
(Vw32_valid_locale_ids): New variable.
(Fw32_set_current_locale): Send message to input thread.
(syms_of_ntproc): defsubr Sw32_get_valid_locale_ids.

26 years ago(Vmenu_updating_frame): New variable.
Geoff Voelker [Fri, 17 Apr 1998 05:09:51 +0000 (05:09 +0000)]
(Vmenu_updating_frame): New variable.
(Fx_popup_menu, set_frame_menubar): Record frame whose menu is
being updated.
(syms_of_w32menu): Define Vmenu_updating_frame.

26 years ago(Vw32_recognize_altgr): Declare.
Geoff Voelker [Fri, 17 Apr 1998 05:09:29 +0000 (05:09 +0000)]
(Vw32_recognize_altgr): Declare.
(w32_kbd_mods_to_emacs): Obey Vw32_recognize_altgr.
Add more keys for Vw32_capslock_is_shiftlock.
(w32_kbd_patch_key): Obey Vw32_recognize_altgr.
(map_virt_key): Brazilian keyboards use 0xc1 for /(?) key.