bpt/emacs.git
26 years ago(Info-split): Convert positions to bytes to put in file.
Richard M. Stallman [Mon, 29 Jun 1998 18:34:43 +0000 (18:34 +0000)]
(Info-split): Convert positions to bytes to put in file.
(Info-tagify): Likewise.

26 years ago(Info-find-node): Use byte-to-position.
Richard M. Stallman [Mon, 29 Jun 1998 18:34:24 +0000 (18:34 +0000)]
(Info-find-node): Use byte-to-position.

26 years ago(ange-ftp-send-cmd): When listing a directory that
Richard M. Stallman [Mon, 29 Jun 1998 17:29:15 +0000 (17:29 +0000)]
(ange-ftp-send-cmd): When listing a directory that
contains space(s), cd to the directory first to avoid problems
with (some) ftp servers.

26 years agoRequire `loadhist'. Variable
Richard M. Stallman [Mon, 29 Jun 1998 17:23:25 +0000 (17:23 +0000)]
Require `loadhist'.  Variable
(find-function-function) variable removed.
(find-function-regexp): New variable, taken from former constant
in `find-function-noselect'.  Can now find function definitions
with parameters on a new line.
(find-variable-regexp): New variable.
(find-function-recenter-line): New variable.
(find-function-after-hook): New variable.
(find-function-search-for-symbol): subroutine, from
of `find-function-noselect'
(find-function-search-for-symbol): `regexp-quote' the symbol name:
needed to find-function `mapcar*' for example.
(find-function-noselect): Improved docstring.  Don't include
`library' in let.
Use `symbol-file' instead of `describe-symbol-find-file'
(find-function-read): Renamed from `find-function-read-function'.
With optional arg now read a variable.
(find-function-read): Separate `completing-read' calls for
variables and functions.
(find-function-do-it): If buffer found was already current push
mark. Added parameter to indicate if a variable is being searched for.
(find-function-do-it): Mention new `find-function-recenter-line'
and `find-function-after-hook' in docstring.  Use them.
(find-function): Remove optional arg.  Use `find-function-do-it'
and `find-function-read'.
(find-function-other-window): ditto.
(find-function-other-frame): ditto.
(find-function): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-function-other-window): Remove most of docstring and add
reference to `find-function' instead.
(find-function-other-frame): Ditto.
(find-variable-noselect): New function for finding the point of
definition of variables, modeled on `find-function-noselect'.
(find-variable-noselect): Use `symbol-file' instead of
`describe-symbol-find-file'.
(find-variable): New function.
(find-variable-other-window): Ditto.
(find-variable-other-frame): Ditto.
(find-variable): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-variable-other-window): Remove most of docstring and add
reference to `find-variable' instead.
(find-variable-other-frame): Ditto.
(find-function-on-key): Simplified.  Removed stuff now taken care
of by interactive "k".
(find-function-at-point): New function.
(find-variable-at-point): Ditto.

26 years ago(wordify): Fix i_byte even in unibyte case for copy loop.
Richard M. Stallman [Mon, 29 Jun 1998 17:20:52 +0000 (17:20 +0000)]
(wordify): Fix i_byte even in unibyte case for copy loop.
If input is unibyte, make the output unibyte.

26 years ago(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.
Eli Zaretskii [Mon, 29 Jun 1998 13:32:48 +0000 (13:32 +0000)]
(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.

26 years agodiary-mail-entries calls exit-calendar when finished.
Stephen Eglen [Mon, 29 Jun 1998 09:51:39 +0000 (09:51 +0000)]
diary-mail-entries calls exit-calendar when finished.

26 years ago(mh-find-progs): Avoid WTA error
Richard M. Stallman [Sun, 28 Jun 1998 22:52:49 +0000 (22:52 +0000)]
(mh-find-progs): Avoid WTA error
when mh-progs is nil.  Give a clear specific error message instead.

26 years ago(shell-copy-environment-variable): Fix doc typo.
Richard M. Stallman [Sun, 28 Jun 1998 22:43:25 +0000 (22:43 +0000)]
(shell-copy-environment-variable): Fix doc typo.

26 years ago*** empty log message ***
Richard M. Stallman [Sun, 28 Jun 1998 21:19:54 +0000 (21:19 +0000)]
*** empty log message ***

26 years ago(mail): Avoid changing auto-save file name.
Richard M. Stallman [Sun, 28 Jun 1998 18:57:51 +0000 (18:57 +0000)]
(mail): Avoid changing auto-save file name.

26 years ago*** empty log message ***
Dan Nicolaescu [Sun, 28 Jun 1998 02:15:12 +0000 (02:15 +0000)]
*** empty log message ***

26 years ago(command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
Richard M. Stallman [Sat, 27 Jun 1998 23:11:51 +0000 (23:11 +0000)]
(command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
(command-line-1): Fix mouse startup message.

26 years ago(text-mode): Locally set indent-line-function.
Richard M. Stallman [Sat, 27 Jun 1998 22:23:43 +0000 (22:23 +0000)]
(text-mode): Locally set indent-line-function.

26 years ago(find-dired): Bind dired-buffers so it can't change. Use abbreviate-file-name.
Richard M. Stallman [Sat, 27 Jun 1998 21:59:11 +0000 (21:59 +0000)]
(find-dired): Bind dired-buffers so it can't change.  Use abbreviate-file-name.

26 years ago(html-imenu-regexp): New defvar.
Richard M. Stallman [Sat, 27 Jun 1998 19:46:22 +0000 (19:46 +0000)]
(html-imenu-regexp): New defvar.
(html-imenu-index): New function.
(html-mode): Set up local vars to use html-imenu-index.
Don't sort the menu.

26 years ago(imenu-space-replacement): Use `.'.
Richard M. Stallman [Sat, 27 Jun 1998 19:45:22 +0000 (19:45 +0000)]
(imenu-space-replacement): Use `.'.

26 years ago(set-keyboard-coding-system): Doc typo.
Richard M. Stallman [Sat, 27 Jun 1998 17:48:27 +0000 (17:48 +0000)]
(set-keyboard-coding-system): Doc typo.

26 years ago(x_list_fonts): Fix prev change: cast result of alloca.
Richard M. Stallman [Sat, 27 Jun 1998 04:52:31 +0000 (04:52 +0000)]
(x_list_fonts): Fix prev change: cast result of alloca.

26 years ago(Fx_list_fonts): Bring arglist into sync with xfns.c.
Richard M. Stallman [Sat, 27 Jun 1998 04:44:01 +0000 (04:44 +0000)]
(Fx_list_fonts): Bring arglist into sync with xfns.c.
(x_set_font): Call face-set-after-frame-default.
(Qface_set_after_frame_default): New variable.
(syms_of_w32fns): Initialize it.

26 years ago(set-face-font): For now, don't call
Richard M. Stallman [Sat, 27 Jun 1998 04:42:03 +0000 (04:42 +0000)]
(set-face-font): For now, don't call
resolve-fontset-name on Windows.
(set-face-font-auto): Likewise.

26 years ago*** empty log message ***
Richard M. Stallman [Fri, 26 Jun 1998 20:10:57 +0000 (20:10 +0000)]
*** empty log message ***

26 years agoAdd coding-priority.
Kenichi Handa [Fri, 26 Jun 1998 07:32:11 +0000 (07:32 +0000)]
Add coding-priority.

26 years ago(mail-complete): Fix the test of (mail-heder-end).
Richard M. Stallman [Fri, 26 Jun 1998 06:04:56 +0000 (06:04 +0000)]
(mail-complete): Fix the test of (mail-heder-end).

26 years ago(Qemacs_mule): Extern it.
Kenichi Handa [Fri, 26 Jun 1998 04:14:52 +0000 (04:14 +0000)]
(Qemacs_mule): Extern it.

26 years ago(init_process): Initilize Vdefault_process_coding_system.
Kenichi Handa [Fri, 26 Jun 1998 04:13:40 +0000 (04:13 +0000)]
(init_process): Initilize Vdefault_process_coding_system.

26 years ago(create-fontset-from-fontset-spec):
Kenichi Handa [Fri, 26 Jun 1998 03:29:58 +0000 (03:29 +0000)]
(create-fontset-from-fontset-spec):
Generate ASCII font names of style variants fontsets from a
resolved ASCII font name of a base fontset.

26 years ago(isearch-toggle-korean-input-method,
Kenichi Handa [Fri, 26 Jun 1998 03:29:58 +0000 (03:29 +0000)]
(isearch-toggle-korean-input-method,
isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
New functions.
(korean-key-bindings): Renamed from exit-korean-environment-data.
Initialized apropriately.
(setup-korean-environment): Setup key bindings according to
korean-key-bindings.
(exit-korean-environment): Revert key bindings only if the current
key bindings is the same as what set by setup-korean-environment.

26 years ago(setup_raw_text_coding_system): New function.
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(setup_raw_text_coding_system): New function.
(decode_coding_sjis_big5): Bug for handling invalid code fixed.

26 years ago(setup_raw_text_coding_system): Extern it.
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(setup_raw_text_coding_system): Extern it.

26 years ago(Fstart_process): Check process-coding-system-alist
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(Fstart_process): Check process-coding-system-alist
and default-process-coding-system even in unibyte mode.
(create_process): In unibyte mode, suppress character code
conversion.

26 years ago(Finsert_file_contents): Call setup_raw_text_coding_system.
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(Finsert_file_contents): Call setup_raw_text_coding_system.

26 years agoDelete defcustom definition.
Richard M. Stallman [Fri, 26 Jun 1998 01:27:40 +0000 (01:27 +0000)]
Delete defcustom definition.
(flyspell-auto-correct-binding): Fix custom type.
(mail-mode-flyspell-verify): Check for `Subject:'.
(flyspell-mouse-map): Use cond, not if.
(flyspell-region): Update message only every 100 actions.

26 years agoInitial revision
Richard M. Stallman [Fri, 26 Jun 1998 01:24:05 +0000 (01:24 +0000)]
Initial revision

26 years ago(mail-unsent-separator): Add new alternative.
Richard M. Stallman [Thu, 25 Jun 1998 18:52:18 +0000 (18:52 +0000)]
(mail-unsent-separator): Add new alternative.

26 years agoStyle and doc fixes.
Karl Heuer [Thu, 25 Jun 1998 17:14:47 +0000 (17:14 +0000)]
Style and doc fixes.

26 years ago(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
Richard M. Stallman [Thu, 25 Jun 1998 01:16:56 +0000 (01:16 +0000)]
(dabbrev-ignored-buffer-names): Fix typo.  Add *Buffer List*.

26 years ago(null-device): Renamed from grep-null-device.
Andrew Innes [Wed, 24 Jun 1998 20:32:19 +0000 (20:32 +0000)]
(null-device): Renamed from grep-null-device.

26 years ago(custom-set-default): New function.
Richard M. Stallman [Wed, 24 Jun 1998 18:35:06 +0000 (18:35 +0000)]
(custom-set-default): New function.
(custom-set-variables): Use custom-set-default.
(custom-local-buffer): New variable.
(defcustom): Doc fix.

26 years ago(PRINTFINISH): Convert text to unibyte before
Richard M. Stallman [Wed, 24 Jun 1998 18:32:53 +0000 (18:32 +0000)]
(PRINTFINISH): Convert text to unibyte before
inserting in a unibyte buffer.

26 years ago(get_doc_string): Adjust declaration.
Richard M. Stallman [Wed, 24 Jun 1998 18:27:02 +0000 (18:27 +0000)]
(get_doc_string): Adjust declaration.

26 years ago(read_list): Pass new arg to get_doc_string.
Richard M. Stallman [Wed, 24 Jun 1998 18:26:36 +0000 (18:26 +0000)]
(read_list): Pass new arg to get_doc_string.

26 years ago(get_doc_string): Take both UNIBYTE and DEFINITION as args.
Richard M. Stallman [Wed, 24 Jun 1998 18:26:20 +0000 (18:26 +0000)]
(get_doc_string): Take both UNIBYTE and DEFINITION as args.
All callers changed.

26 years ago(fontset-default-styles): Fix custom type.
Richard M. Stallman [Wed, 24 Jun 1998 18:10:16 +0000 (18:10 +0000)]
(fontset-default-styles): Fix custom type.

26 years ago(custom-magic-show): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:36:08 +0000 (09:36 +0000)]
(custom-magic-show): Use `other' widget type.

26 years ago(bibtex-include-OPTkey): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:25:09 +0000 (09:25 +0000)]
(bibtex-include-OPTkey): Use `other' widget
type.

26 years ago(shadow-noquery): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:23:52 +0000 (09:23 +0000)]
(shadow-noquery): Use `other' widget type.

26 years ago(rlogin-process-connection-type,
Andreas Schwab [Wed, 24 Jun 1998 09:23:00 +0000 (09:23 +0000)]
(rlogin-process-connection-type,
rlogin-directory-tracking-mode): Use `other' widget type.

26 years ago(ps-print-control-characters): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:22:18 +0000 (09:22 +0000)]
(ps-print-control-characters): Use `other' widget
type.

26 years ago(executable-query): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:21:03 +0000 (09:21 +0000)]
(executable-query): Use `other' widget
type.

26 years ago(tags-add-tables): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:20:18 +0000 (09:20 +0000)]
(tags-add-tables): Use `other' widget type.

26 years ago(mouse-sel-default-bindings): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:19:00 +0000 (09:19 +0000)]
(mouse-sel-default-bindings): Use `other' widget
type.

26 years ago(sc-cite-region-limit): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:18:11 +0000 (09:18 +0000)]
(sc-cite-region-limit): Use `other' widget
type.

26 years ago(rmail-enable-mime): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:17:20 +0000 (09:17 +0000)]
(rmail-enable-mime): Use `other' widget type.

26 years ago(mh-yank-from-start-of-msg): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:16:26 +0000 (09:16 +0000)]
(mh-yank-from-start-of-msg): Use `other' widget
type.

26 years ago(lazy-lock-defer-on-scrolling,
Andreas Schwab [Wed, 24 Jun 1998 09:15:11 +0000 (09:15 +0000)]
(lazy-lock-defer-on-scrolling,
lazy-lock-defer-contextually): Use `other' widget type.

26 years ago(ispell-highlight-p, ispell-check-comments,
Andreas Schwab [Wed, 24 Jun 1998 09:14:31 +0000 (09:14 +0000)]
(ispell-highlight-p, ispell-check-comments,
ispell-help-in-bufferp, ispell-skip-sgml): Use `other' widget
type.

26 years ago(search-upper-case): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:13:36 +0000 (09:13 +0000)]
(search-upper-case): Use `other' widget type.

26 years ago(imenu-always-use-completion-buffer-p): Use `other'
Andreas Schwab [Wed, 24 Jun 1998 09:12:33 +0000 (09:12 +0000)]
(imenu-always-use-completion-buffer-p): Use `other'
widget type.

26 years ago(gnus-use-article-prefetch): Use `other'
Andreas Schwab [Wed, 24 Jun 1998 09:11:55 +0000 (09:11 +0000)]
(gnus-use-article-prefetch): Use `other'
widget type.

26 years ago(gnus-prompt-before-saving): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:11:10 +0000 (09:11 +0000)]
(gnus-prompt-before-saving): Use `other' widget
type.

26 years ago(font-lock-verbose): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:09:56 +0000 (09:09 +0000)]
(font-lock-verbose): Use `other' widget type.

26 years ago(version-control, delete-old-versions,
Andreas Schwab [Wed, 24 Jun 1998 09:08:57 +0000 (09:08 +0000)]
(version-control, delete-old-versions,
require-final-newline, enable-local-variables, enable-local-eval):
Use `other' widget type.

26 years ago(fast-lock-verbose): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:07:36 +0000 (09:07 +0000)]
(fast-lock-verbose): Use `other' widget type.

26 years ago(copyright-query): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:06:56 +0000 (09:06 +0000)]
(copyright-query): Use `other' widget
type.

26 years ago(checkdoc-autofix-flag): Use `other'
Andreas Schwab [Wed, 24 Jun 1998 09:05:39 +0000 (09:05 +0000)]
(checkdoc-autofix-flag): Use `other'
widget type.

26 years ago(byte-compile-generate-call-tree):
Andreas Schwab [Wed, 24 Jun 1998 09:02:58 +0000 (09:02 +0000)]
(byte-compile-generate-call-tree):
Use `other' widget type.

26 years ago(ad-redefinition-action,
Andreas Schwab [Wed, 24 Jun 1998 08:58:39 +0000 (08:58 +0000)]
(ad-redefinition-action,
ad-default-compilation-action): Use `other' widget type.

26 years ago(ediff-autostore-merges): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 08:58:07 +0000 (08:58 +0000)]
(ediff-autostore-merges): Use `other' widget
type.

26 years ago(dos-ps-printer): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 08:57:33 +0000 (08:57 +0000)]
(dos-ps-printer): Use `other' widget type.

26 years ago(dired-vm-read-only-folders): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 08:56:46 +0000 (08:56 +0000)]
(dired-vm-read-only-folders): Use `other' widget
type.

26 years ago(dired-backup-overwrite): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 08:55:53 +0000 (08:55 +0000)]
(dired-backup-overwrite): Use `other' widget type.

26 years ago(dabbrev-case-fold-search, dabbrev-case-replace,
Andreas Schwab [Wed, 24 Jun 1998 08:54:53 +0000 (08:54 +0000)]
(dabbrev-case-fold-search, dabbrev-case-replace,
dabbrev-check-other-buffers): Use `other' widget type.

26 years ago(selective-display, suggest-key-bindings,
Andreas Schwab [Wed, 24 Jun 1998 08:54:04 +0000 (08:54 +0000)]
(selective-display, suggest-key-bindings,
message-log-max): Use `other' widget type.

26 years ago(PC-first-char): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 08:50:59 +0000 (08:50 +0000)]
(PC-first-char): Use `other' widget type.

26 years ago(comint-input-autoexpand): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 08:50:14 +0000 (08:50 +0000)]
(comint-input-autoexpand): Use `other' widget type.

26 years ago(bookmark-save-flag, bookmark-version-control): Use
Andreas Schwab [Wed, 24 Jun 1998 08:48:57 +0000 (08:48 +0000)]
(bookmark-save-flag, bookmark-version-control): Use
`other' widget type.

26 years ago(auto-insert, auto-insert-query): Use `other'
Andreas Schwab [Wed, 24 Jun 1998 08:48:01 +0000 (08:48 +0000)]
(auto-insert, auto-insert-query): Use `other'
widget type.

26 years ago(ange-ftp-default-user,
Andreas Schwab [Wed, 24 Jun 1998 08:47:03 +0000 (08:47 +0000)]
(ange-ftp-default-user,
ange-ftp-generate-anonymous-password): Use `other' widget type.

26 years ago(set-language-environment): Allow all language environments, even in
Richard M. Stallman [Wed, 24 Jun 1998 05:25:01 +0000 (05:25 +0000)]
(set-language-environment): Allow all language environments, even in
unibyte mode.  But set the terminal coding system only in the known few.

26 years ago(iso-2022-jp): Delete spurious quote.
Richard M. Stallman [Wed, 24 Jun 1998 05:10:54 +0000 (05:10 +0000)]
(iso-2022-jp): Delete spurious quote.

26 years agoNumerous documentation fixups.
Richard M. Stallman [Wed, 24 Jun 1998 04:31:20 +0000 (04:31 +0000)]
Numerous documentation fixups.
Delete periods from error messages.

(bibtex-move-outside-of-entry): If outside an entry,
try not to move point, or only move it minimally.

(bibtex-autokey-get-titlestring): Omit delimiters.

26 years ago(get_doc_string): 2nd arg is now DEFINITION;
Richard M. Stallman [Wed, 24 Jun 1998 04:11:00 +0000 (04:11 +0000)]
(get_doc_string): 2nd arg is now DEFINITION;
if non-nil, read a dynamic function definition.
(read_doc_string): Don't call read here.

26 years ago(x-style-funcs-alist): Remove duplicated code.
Kenichi Handa [Wed, 24 Jun 1998 02:41:08 +0000 (02:41 +0000)]
(x-style-funcs-alist): Remove duplicated code.

26 years ago(indented_beyond_p): Return the right kind of value.
Richard M. Stallman [Tue, 23 Jun 1998 20:31:53 +0000 (20:31 +0000)]
(indented_beyond_p): Return the right kind of value.

26 years ago(executable-binary-suffixes): New variable.
Richard M. Stallman [Tue, 23 Jun 1998 18:37:01 +0000 (18:37 +0000)]
(executable-binary-suffixes): New variable.
(executable-find): Use it to look for executable program files.

26 years ago(auto-mode-alist): Map .xml to sgml-mode.
Dave Love [Tue, 23 Jun 1998 17:45:10 +0000 (17:45 +0000)]
(auto-mode-alist): Map .xml to sgml-mode.

26 years ago(rmail-output): Handle directories properly
Richard M. Stallman [Tue, 23 Jun 1998 15:53:08 +0000 (15:53 +0000)]
(rmail-output): Handle directories properly
in suggestions fro the alist.

26 years ago(grep-command): Initialize to nil.
Richard M. Stallman [Tue, 23 Jun 1998 15:51:47 +0000 (15:51 +0000)]
(grep-command): Initialize to nil.
(grep-find-command): Initialize to nil.
(grep-find-use-xargs): Initialize to nil.
(grep-compute-defaults): New function, sets those three vars properly.
(grep, grep-find): Call grep-compute-defaults if ...command variable
is still nil.
(grep-program): Doc fix.

26 years ago(find-file-noselect-1): Init buffer-file-coding-system
Richard M. Stallman [Tue, 23 Jun 1998 15:49:54 +0000 (15:49 +0000)]
(find-file-noselect-1): Init buffer-file-coding-system
from default-buffer-file-coding-system.

(find-file-noselect-1): Return the buffer that is current
after after-find-file.
(find-file-noselect): Return whatever find-file-noselect-1 returns.

26 years ago(buffer-modified-p): Make defsetf handle buffer argument.
Richard M. Stallman [Tue, 23 Jun 1998 15:47:38 +0000 (15:47 +0000)]
(buffer-modified-p): Make defsetf handle buffer argument.

26 years ago(sort_args): Discard duplicate options with no args.
Richard M. Stallman [Tue, 23 Jun 1998 14:42:40 +0000 (14:42 +0000)]
(sort_args): Discard duplicate options with no args.
(main): With duplicate -d options, use the last one.  Likewise for -t.
Check -d last, by checking for -nl earlier on.

26 years agoentered into RCS
Richard M. Stallman [Tue, 23 Jun 1998 03:44:32 +0000 (03:44 +0000)]
entered into RCS

26 years ago(command_loop): Reset executing_macro after
Richard M. Stallman [Tue, 23 Jun 1998 03:09:24 +0000 (03:09 +0000)]
(command_loop): Reset executing_macro after
command_loop_2 has returned, in case a throw to exit or top-level
was executed as part of a keyboard macro.

26 years ago(Fcall_process): Handle third argument BUFFER
Richard M. Stallman [Tue, 23 Jun 1998 03:07:05 +0000 (03:07 +0000)]
(Fcall_process): Handle third argument BUFFER
consistently when it is an integer or a list.

26 years agoChange copyright notice.
Richard M. Stallman [Tue, 23 Jun 1998 01:55:31 +0000 (01:55 +0000)]
Change copyright notice.

26 years agoIntroduce new character code property
Kenichi Handa [Tue, 23 Jun 1998 00:30:05 +0000 (00:30 +0000)]
Introduce new character code property
`composition'.  Add property `jisx0208' to Japanese hankaku
characters.
(japanese-kana-table): Add more data.
(japanese-symbol-table): Change the order of elements.
(japanese-katakana-region): Adjusted for the above changes.  Check
character code properties directly here.
(japanese-hiragana-region): Likewise.
(japanese-hankaku-region): Likewise.
(japanese-zenkaku-region): Likewise.

26 years ago(Fmodify_syntax_entry): Use macro STRING_BYTES to get
Kenichi Handa [Tue, 23 Jun 1998 00:29:51 +0000 (00:29 +0000)]
(Fmodify_syntax_entry): Use macro STRING_BYTES to get
byte size of a string.

26 years ago(rmail-summary-rmail-update): Fix indentation.
Karl Heuer [Mon, 22 Jun 1998 18:23:14 +0000 (18:23 +0000)]
(rmail-summary-rmail-update): Fix indentation.

26 years agoInclude buffer.h, charset.h, and coding.h.
Andrew Innes [Mon, 22 Jun 1998 17:43:15 +0000 (17:43 +0000)]
Include buffer.h, charset.h, and coding.h.
(Vclipboard_coding_system): New variable.
(syms_of_w32select): DEF_VAR it.
(Fw32_set_clipboard_data): Encode string using
Vclipboard_coding_system if necessary.
(Fw32_get_clipboard_data): Decode clipboard contents using
Vclipboard_coding_system if necessary.