1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

19381 Commits

Author SHA1 Message Date
Richard M. Stallman
ba27415c3e (vc-version-diff): Change the Newer version prompt. 1997-08-05 21:38:52 +00:00
Richard M. Stallman
c029995c63 (functionp): Use byte-code-function-p, not compiled-function-p. 1997-08-05 20:52:56 +00:00
Richard M. Stallman
bf896a1b80 (read-quoted-char): Fix handling of meta-chars. 1997-08-05 20:51:55 +00:00
Richard M. Stallman
c404182949 Comment change. 1997-08-05 20:15:34 +00:00
Richard M. Stallman
bc4bc72a9a (detect_eol_type): If EOL representation does not
seem consistent, use no conversion.
1997-08-05 18:19:33 +00:00
Richard M. Stallman
fc8915913f (syms_of_fontset): Doc fixes. 1997-08-05 18:08:38 +00:00
Richard M. Stallman
6acf83d3c0 (mail-mode): Allow TAB after prefix in previous change. 1997-08-05 17:25:06 +00:00
Richard M. Stallman
0ceb5fe0ef (update-autoloads-from-directories):
Don't process file names that start with `.'.
1997-08-05 17:16:00 +00:00
Richard M. Stallman
6656e09937 (finder-compile-keywords): Don't process file names that start with `.'. 1997-08-05 17:10:16 +00:00
Richard M. Stallman
1d0d784f03 (updates): Add missing semicolons. 1997-08-05 17:06:51 +00:00
Geoff Voelker
f182c531a2 Set mode-line-frame-identification
to remove frame name from mode-line instead of
mode-line-buffer-identification.
1997-08-05 17:03:56 +00:00
Oliver Seidel
a360be793e Incorporated menus for XEmacs from Allan.Cochrane@soton.sc.philips.com,
fixed TYPO, fixed todo-file-cmd, cleaned up rcs history.
1997-08-05 16:47:01 +00:00
Oliver Seidel
da2ee6858f Added improvements from Ron Gut <rgut@aware.com>.
Added category management.
1997-08-05 14:43:39 +00:00
Richard M. Stallman
f6aa627c0b (gud): Fix defgroup doc. 1997-08-05 08:10:20 +00:00
Richard M. Stallman
51e9459c62 (compilation-error-regexp-alist): Make the
MIPS/DEC pattern more specific at the start; accept warnings
as well as errors.
1997-08-05 08:06:52 +00:00
Richard M. Stallman
358d28fb0b Doc fixes.
(default-terminal-coding-system): New var.
(set-terminal-coding-system):
Use default-terminal-coding-system as default.
(default-keyboard-coding-system): New variable.
(set-keyboard-coding-system):
Use default-keyboard-coding-system as default.
1997-08-05 07:05:12 +00:00
Richard M. Stallman
a8fb994089 (mail-mode): Fix previous change.
Treat a supercite prefix not followed by text
as a paragraph separator.
1997-08-05 06:41:51 +00:00
Richard M. Stallman
b3ac9fa99a (comment-line-break-function): New variable.
(do-auto-fill): Use that variable.
1997-08-05 06:07:24 +00:00
Richard M. Stallman
31c691c1a1 (cd-absolute): Add missing arg to `error'. 1997-08-05 05:49:10 +00:00
Richard M. Stallman
3cea0ca7f8 Fix copyright holder name. 1997-08-05 05:32:28 +00:00
Richard M. Stallman
36d31689c2 (dontcompilefiles): Delete cyril-util.el. 1997-08-05 05:29:21 +00:00
Richard M. Stallman
2631431ffc (standard-display-cyrillic-translit):
Set standard-display-table here, not when loading the file.
Read argument properly with `interactive'.
1997-08-05 05:00:55 +00:00
Richard M. Stallman
e5a60108a2 (format-annotate-atomic-property-change):
Look thru all elements of PROP-ALIST for a number,
if OLD and NEW are numbers.
1997-08-05 04:44:55 +00:00
Richard M. Stallman
688697012a (time-stamp): Use insert-and-inherit for new stamp. 1997-08-05 03:44:40 +00:00
Kenichi Handa
10ce5ba361 (cyrillic-translit): Doc-string of the package
modified.  Several tranlation rules modified.
1997-08-05 01:43:58 +00:00
Kenichi Handa
a2ac524f20 Initial revision 1997-08-05 01:18:21 +00:00
Kenichi Handa
29b398b690 (RUSSIAN): Add quail/cyril-jis.el. 1997-08-05 01:16:44 +00:00
Kenichi Handa
e62b3a78d9 Move Quail package cyrillic-jis-russian to
quail/cyril-jis.el.
1997-08-05 01:15:57 +00:00
Kenichi Handa
7286c88e13 (cyrillic-language-alist): New variable.
(standard-display-cyrillic-translit): Add autoload cookie.
1997-08-05 01:10:07 +00:00
Richard M. Stallman
f80235e34f (pascal-mode-syntax-table): _ is now a symbol constituent.
(pascal-indent-case): Removed unnecessary calls to marker-position.
(pascal-indent-declaration): Editing a parameterlist at the end of
a buffer does not hang.  Removed unnecessary call to marker-position.
(pascal-get-lineup-indent): Removed unused variable.
Now indents parameterlist correctly.
(pascal-completion-response): Removed unused variable.
1997-08-04 19:42:32 +00:00
Richard M. Stallman
15b605aea8 (pp-to-string): Use emacs-lisp-mode-sytax-table. 1997-08-04 19:06:02 +00:00
Richard M. Stallman
8bc15fa853 (isearch-quote-char): Fix handling of control
characters, copied from quoted-insert.
1997-08-04 19:03:37 +00:00
Richard M. Stallman
cb2fdcfa49 (basic-save-buffer-1): Add missing argument for error. 1997-08-04 18:56:42 +00:00
Richard M. Stallman
4adf39571b (quail-update-leim-list-file): Go to the
beginning of the package file, in case it was already visited.
1997-08-04 18:55:42 +00:00
Oliver Seidel
8cdc3b3d9d Added Raise/Lower item. 1997-08-04 16:18:45 +00:00
Richard M. Stallman
4029fd9a3f (x-get-selection): Change default for data-type
back to `STRING'.
1997-08-04 07:46:26 +00:00
Kenichi Handa
de94d711e2 (set-default-coding-systems): New function. 1997-08-04 07:03:08 +00:00
Kenichi Handa
96cf572e1e (setup-chinese-gb-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-04 07:01:31 +00:00
Kenichi Handa
bd14cdd0cb (setup-english-environment): Call set-default-coding-systems. 1997-08-04 07:01:31 +00:00
Kenichi Handa
1158c5be3a (setup-8-bit-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
b711bb8038 (setup-japanese-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
45bd6bb715 (setup-korean-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
0384b4b76d (Fcall_process_region): Use cdr part (not car part)
of Vdefault_process_coding_system for writing out text.
1997-08-04 06:59:57 +00:00
Kenichi Handa
bf9cdd4e0c (detect_coding_iso2022): Do not exclude posibility of
7-bit encoding when designation to G1 occurs.  If CSI, SS2, or SS3
is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
(Fdetect_coding_region): Doc-string modified.
1997-08-04 06:59:57 +00:00
Kenichi Handa
a95c35f6a2 (Fset_process_coding_system): Doc-string modified.
(Fprocess_coding_system): Likewise.
1997-08-04 06:59:57 +00:00
Richard M. Stallman
a6b9b0c5eb (delete-selection-mode): Delete the :initialize keyword.
Don't explicitly check the value and call delete-selection-mode.
Don't put on a custom-loads property.
1997-08-04 06:47:28 +00:00
Richard M. Stallman
666da7836b (make-autoload): For a defcustom,
generate custom-add-to-group and custom-add-load if needed.
1997-08-04 06:44:24 +00:00
Richard M. Stallman
3478257bc1 (cpp-edit-reset): Add a close-quote after the file name. 1997-08-04 06:18:23 +00:00
Richard M. Stallman
212a75c49a (cpp-create-bg-face): Don't really make a face.
Just make (background-color . COLOR).
(cpp-highlight-buffer): Don't die if buffer-invisibility-spec is t.
(cpp-face-default-list): Doc fix, fix custom type.
1997-08-04 06:10:46 +00:00
Richard M. Stallman
1819565517 (merge_face_list): New function.
(compute_char_face): Use merge_face_list.
Allow (foreground-color . COLOR) and (background-color . COLOR)
in place of a face.
1997-08-04 06:07:05 +00:00