Commit graph

19841 commits

Author SHA1 Message Date
Richard M. Stallman
c7387861c7 (debug): Allow recursive minibuffers if we're in a minibuffer already. 1997-09-12 20:57:17 +00:00
Richard M. Stallman
54c548db96 (next-history-element):
Cope if minibuffer-text-before-history is nil.
1997-09-12 20:55:34 +00:00
Richard M. Stallman
bb40e751be (compilation-parse-errors): Fixed two bugs that
could make compilation-parse-errors loop infinitely.  Each round
of the parsing loop now either moves point ahead at least a line
or sets `found-desired' to true to stop the loop.
1997-09-12 19:53:33 +00:00
Richard M. Stallman
5aa3f181e5 (customize-group): Handle groups not yet loaded.
(hook) [:value-to-internal]: Use a nil value unchanged.
1997-09-12 19:43:45 +00:00
Richard M. Stallman
780249f808 (french-calendar-accents): Change variable to function.
Uses changed.  Test that we can display multibyte chars.
(french-calendar-day-name-array, french-calendar-month-name-array):
New functions.  Use them instead of directly using these variables.
(french-calendar-multibyte-month-name-array): New variable.
(french-calendar-multibyte-special-days-array): New variable.
(calendar-print-french-date): Bind enable-multibyte-characters to t.
1997-09-12 19:34:27 +00:00
Richard M. Stallman
1ae38812a9 (latin-2-postfix): Replace comma and period with `. Replace colon with /.
(latin-1-postfix): Replace comma with /.
(french-postfix): Replace comma with /.
(latin-3-postfix): Replace comma with ` and period with /.
(latin-4-postfix): Replace comma with ` and period with ~.
(latin-5-postfix): Replace comma with ` and period with /.
(turkish-postfix): Replace comma with ` and period with /.
1997-09-12 08:14:01 +00:00
Richard M. Stallman
896a6a5d6e (custom-face-menu): Use custom-face-save-command. not custom-face-save.
(custom-face-save-command): New function.
(custom-variable-save): Fix error message.
1997-09-12 07:04:41 +00:00
Richard M. Stallman
cd22039d5b (Fexternal_debugging_output): On Windows output to debugger. 1997-09-12 04:06:46 +00:00
Kenichi Handa
3ef477b92d (quail-translation-keymap): Fix previous
change.
1997-09-12 02:14:46 +00:00
Kenichi Handa
a92db45a68 (sendmail-send-it): If both
buffer-file-coding-system and sendmail-coding-system are nil, use
iso-latin-1 for encoding.
1997-09-12 01:46:32 +00:00
Richard M. Stallman
06fb6aabb2 (ps-emacs-face-kind-p): Function deleted.
(ps-face-bold-p, ps-face-italic-p):
Check ps-bold-faces or ps-italic-faces.
(ps-zebra-stripes, ps-zebra-stripe-height): Doc fixes.
(ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region, ps-setup): Doc fixes.
1997-09-11 23:51:29 +00:00
Richard M. Stallman
e3799a7253 (quail-update-translation): Fix previous change.
(quail-simple-translation-keymap, quail-conversion-keymap):
Make the default binding with define-key.
Handle meta-prefix-char the way isearch does.
(quail-translation-keymap): Likewise.
(quail-execute-non-quail-command): Handle the key sequence as the
same way as universal-argument-other-key.

(quail-make-guidance-frame): Don't dedicate the guidance buffer window.
(quail-show-guidance-buf): Likewise.
(quail-hide-guidance-buf): Delete code to turn off window dedication.
1997-09-11 23:15:08 +00:00
Richard M. Stallman
ce1364815e (hexlify-buffer): Bind coding-system-for-write to
raw-text with eol-type derived from the buffer-file-coding-system.
1997-09-11 22:13:15 +00:00
Richard M. Stallman
ca6e03c285 (describe-coding-system): Describe coding systems of type 5, raw-text. 1997-09-11 19:05:59 +00:00
Paul Eggert
89752145b5 automatically generated from GPLed version 1997-09-11 18:22:03 +00:00
Ulrich Drepper
b93ad5e24b automatically generated from GPLed version 1997-09-11 18:13:19 +00:00
Paul Eggert
b970b3af41 automatically generated from GPLed version 1997-09-11 18:13:19 +00:00
Ulrich Drepper
c9364bbf20 automatically generated from GPLed version 1997-09-11 18:13:19 +00:00
Richard M. Stallman
c6a6499f7d Switch to raw-text as coding system. 1997-09-11 17:51:36 +00:00
Michael Kifer
28650cf112 new version 1997-09-11 16:08:19 +00:00
Kenichi Handa
5d3cb55957 (kkc-mode-map): Bind meta-prefix-char to a
map which only has default key binding to
quail-execute-non-quail-command.
(kkc-non-kkc-command): Handle the key sequence as the same way as
universal-argument-other-key.
1997-09-11 11:52:38 +00:00
Geoff Voelker
e87601de4c Fix typo. 1997-09-11 05:33:51 +00:00
Geoff Voelker
07b0b2641c (debug.bat): New target. 1997-09-11 05:27:46 +00:00
Geoff Voelker
891f47e479 Initial revision 1997-09-11 05:27:25 +00:00
Kenichi Handa
edfa053fdd Set no-conversion for network communication
with nntpd.
(gnus-mule-initialize): For safety, set no-conversion for network
communication with nntpd.
1997-09-11 05:24:25 +00:00
Richard M. Stallman
4e82508479 (syms_of_msdos): Intern background-color and
foreground-color, and staticpro them.
(IT_set_frame_parameters): Use Qforeground_color and
Qbackground_color.
1997-09-11 01:27:57 +00:00
Michael Kifer
73f5295803 new version 1997-09-11 01:20:27 +00:00
Richard M. Stallman
4472bb0031 (install): Use quail/* in the second tar that copies a dir named quail. 1997-09-11 00:06:36 +00:00
Richard M. Stallman
b1d1b865a1 (ENCODE_FILE): New macro.
(Vfile_name_coding_system): New variable.
(syms_of_fileio): Set up Lisp variable.
(Fset_visited_file_modtime): Use ENCODE_FILE.
(Fcopy_file, Fmake_directory_internal, Fdelete_directory, Fdelete_file)
(Frename_file, Fadd_name_to_file, Ffile_exists_p Ffile_executable_p)
(Ffile_readable_p, Ffile_writable_p, Faccess_file, Ffile_symlink_p)
(Ffile_directory_p, Ffile_accessible_directory_p, Ffile_regular_p)
(Ffile_modes, Fset_file_modes, Ffile_newer_than_file_p, Fwrite_region)
(Finsert_file_contents, Fverify_visited_file_modtime): Likewise.

(Ffile_symlink_p): Decode the file name value.
1997-09-11 00:00:01 +00:00
Jeff Law
222ef66ffd typos. 1997-09-10 21:16:20 +00:00
Jeff Law
576e9f396a * config.sub: Use "amigaos" instread of "amigados". Still
recognize "amigados" for backward compatability.
1997-09-10 21:13:00 +00:00
Kenichi Handa
170a94d275 (setup-ethiopic-environment): Don't bind
keys in global-map, don't add a hook to rmail-mode-hook and
mail-mode-hook.
(ethio-mode): New buffer local variable.
(ethio-mode-map): New variable.
(ethio-mode): New function.
(ethio-sera-to-fidel-mail-or-marker): New function.
(ethio-fidel-to-sera-mail-or-marker): New function.
(ethio-find-file): Do nothing if not in ethio-mode.
(ethio-write-file): Likewise.
(ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el.
(ethio-toggle-space): Likewise.
(ethio-insert-space): Likewise.
(ethio-insert-ethio-space): Likewise.
(ethio-prefer-ascii-punctuation): Likewise.
(ethio-toggle-punctuation): Likewise.
(ethio-gemination): Likewise.
1997-09-10 13:15:42 +00:00
Kenichi Handa
1d6af2e59e (sendmail-send-it): The priority of coding
system for encoding outgoing mails is (1) local value of
buffer-file-coding-system, (2) sendmail-coding-syste, (3)
default-buffer-file-coding-system.
1997-09-10 13:15:07 +00:00
Kenichi Handa
2813d65208 Don't bind keys in quail-mode-map. The
function added to quail-mode-hook turn ethio-mode on only when
input method "ethiopic" is begin used.
(ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
(ethio-toggle-space): Likewise.
(ethio-insert-space): Likewise.
(ethio-insert-ethio-space): Likewise.
(ethio-prefer-ascii-punctuation): Likewise.
(ethio-toggle-punctuation): Likewise.
(ethio-gemination): Likewise.
("ethiopic"): Doc-string of this Quail package modified.  Bind
function keys for TRANSLATION-KEYMAP to
quail-execute-non-quail-command.
1997-09-10 13:14:45 +00:00
Kenichi Handa
8eeac318b6 Add coding system specification for several
news groups.
1997-09-10 07:42:31 +00:00
Kenichi Handa
a6385fa99c (setup-japanese-environment): Give
iso-2022-jp to set-default-coding-system if not running on DOS.
(read-hiragana-string): Use input method
"japanese-hiragana".
1997-09-10 07:42:08 +00:00
Richard M. Stallman
d1d0d27fec (BROKEN_MKTIME): Define. 1997-09-10 03:26:31 +00:00
Doug Evans
f5824ed6e3 Recognize ARC cpu. 1997-09-09 22:23:48 +00:00
Richard M. Stallman
4b15e3acac (lisp-imenu-generic-expression): Recognizedefcustom' and defgroup". 1997-09-09 19:54:18 +00:00
Richard M. Stallman
b2b5274783 (standard-display-european): Doc fix. 1997-09-09 19:07:56 +00:00
Kenichi Handa
b55ba0277e (quail-simple): New function.
(quail-require-guidance-buf): New function.
(quail-show-guidance-buf): Do not show guidance buffer if simple
input method is used in the minibuffer.
(quail-update-guidance): Likewise.
1997-09-09 14:57:01 +00:00
Kenichi Handa
c27c4ed8d6 (input-method-verbose-flag):
Doc-string fied.
1997-09-09 14:55:29 +00:00
Richard Kenner
5773304ab3 (alpha): Replace CPU-determining program with one that's more precise
and also supports pca56 and ev6.  Handle those in returned name.
1997-09-09 14:10:23 +00:00
Simon Marshall
e0e277ff6a Try to comment where font-lock-keyword order is important. 1997-09-09 13:01:02 +00:00
Richard M. Stallman
a998441284 (standard-display-european): If AUTO is non-nil, intern it.
Don't call set-terminal-coding-system if noninteractive.
1997-09-09 09:16:54 +00:00
Richard M. Stallman
20848896e4 (quail-translation-keymap)
(quail-simple-translation-keymap, quail-conversion-keymap):
Don't define escape.
1997-09-09 09:02:25 +00:00
Richard M. Stallman
7f72c06f7f (ps-face-bold-p): Use face-bold-p.
(ps-face-italic-p): Use face-italic-p.
1997-09-09 07:33:12 +00:00
Richard M. Stallman
af898b0f84 (comint-file-name-chars): Doc fix.
(comint-word): Treat all non-ASCII chars as "[art of word".
1997-09-09 07:24:02 +00:00
Richard M. Stallman
19d7331338 (view-end-message): Don't mention q if it really do anything. 1997-09-09 07:09:20 +00:00
Richard M. Stallman
18ed17e43b Use uniquify-file-name-nondirectory throughout; documentation tweaks. 1997-09-09 07:08:58 +00:00