1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

17896 Commits

Author SHA1 Message Date
Kenichi Handa
78eee0edd1 Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
1997-05-16 00:59:09 +00:00
Kenichi Handa
480826519d (set-language-info): Change the special treatment
of key describe-function to documentation.
(describe-specified-language-support): Renamed from
describe-language-support-internal.  Get language name from
last-command-event.
(describe-language-support): Call
describe-specified-language-support.
1997-05-16 00:59:07 +00:00
Kenichi Handa
426591c3ff Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
1997-05-16 00:59:00 +00:00
Kenichi Handa
9899214ca9 Create bold, italic, bold-italic variants of
startup fontset.
1997-05-16 00:58:58 +00:00
Kenichi Handa
13d5617d04 (make-unification-table): Fix handling of a generic
character.
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
(charset-list): Bug fixed.
1997-05-16 00:58:57 +00:00
Kenichi Handa
632a44143f (Fx_create_frame): Delete unnecessary code. 1997-05-16 00:43:41 +00:00
Kenichi Handa
0ef691383d Name change through the code:
coding-category-internal => coding-category-emacs-mule,
XXX_coding_internal => XXX_coding_emacs_mule,
coding_type_internal => coding_type_emacs_mule,
coding_type_automatic => coding_type_undecided,
CODING_CATEGORY_MASK_INTERNAL => CODING_CATEGORY_MASK_EMACS_MULE,
CODING_CATEGORY_IDX_INTERNAL => CODING_CATEGORY_IDX_EMACS_MULE,
CODING_EOL_AUTOMATIC => CODING_EOL_UNDECIDED.
1997-05-16 00:43:29 +00:00
Kenichi Handa
bd4c6dd02f (non_ascii_char_to_string): Signal error if the
argument C is an invalid character code.
(Fconcat_chars): Use alloca instead of malloc.
1997-05-16 00:43:27 +00:00
Kenichi Handa
c6112b99dc (VALID_CHAR_P): New macro.
(CHAR_STRING):  Comment modified
1997-05-16 00:43:26 +00:00
Kenichi Handa
4b9171878a Declare Fcopy_keymap as Lisp_Object in advance to
avoid compiler error.
1997-05-16 00:43:22 +00:00
Kenichi Handa
1177ecf679 (BYTES_USED): Put # at the beginning of line.
(emacs_blocked_malloc): Likewise.
1997-05-16 00:43:18 +00:00
Kenichi Handa
d02eeab3cf Declare set_internal as Lisp_Object in advance to avoid
compiler error.
1997-05-16 00:43:15 +00:00
Kenichi Handa
e3ed8469ee Declare Fuser_full_name as Lisp_Object in advance to
avoid compiler error.
1997-05-16 00:43:11 +00:00
Kenichi Handa
a9f1cc19b7 (struct ccl_prog_stack): Declear the member ccl_prog as
Lisp_Object *
1997-05-16 00:43:09 +00:00
Kenichi Handa
ea5239ece3 (fontset_pattern_regexp): Cast to (char *) before
assigning to P0.
1997-05-16 00:43:08 +00:00
Kenichi Handa
e1335ba243 (copy_sub_char_table): Declare the argument ARG as
Lisp_Object.
(Fset_char_table_default): New function.
1997-05-16 00:43:05 +00:00
Kenichi Handa
f613a4c856 (dumpglyphs): Draw glyphs one by one if the font for
them is narrower than required.
(x_connection_closed): Put # at the beginning of line.
(x_load_font): Cast to (char *) before assigning to FONTNAME.
1997-05-16 00:42:53 +00:00
Richard M. Stallman
a81ed99ed0 Add GDB/Guile task. 1997-05-15 22:07:16 +00:00
Richard M. Stallman
92cf108656 (Finsert_file_contents): Use xrealloc too. 1997-05-15 21:28:03 +00:00
Richard M. Stallman
3bdbb9adc6 Fix previous change. 1997-05-15 21:19:48 +00:00
Richard M. Stallman
2079601b89 (rmail-retry-failure): Rename local to rmail-this-buffer.
(rmail-primary-inbox-list): Don't use backquote.
1997-05-15 20:17:08 +00:00
Richard M. Stallman
b00ca0d7ea (Finsert_file_contents): Use xmalloc. not malloc.
Check correctly for whether no code translation is needed.
1997-05-15 20:15:56 +00:00
Richard M. Stallman
69b3a14b48 (Fcopy_sequence): Correctly copy the char-table contents. 1997-05-15 18:39:33 +00:00
Richard M. Stallman
859f2b3c02 (strwidth, Fchar_width): Handle display table. 1997-05-15 18:26:28 +00:00
Kenichi Handa
9e96f9415f Add Cyrillic script for Serbo-Croatian
Delete spaces at the tail for GB.
1997-05-15 11:11:10 +00:00
Karl Heuer
a04538dade Include charset.h.
(Qidentity): Define this variable.
(syms_of_casefiddle): Initialize and staticpro it.
(casify_object, casify_region): Handle multibyte.
1997-05-15 07:47:29 +00:00
Karl Heuer
e16696bacc (compute_trt_identity, compute_trt_shuffle): Add comments. 1997-05-15 07:35:32 +00:00
Richard M. Stallman
37a4471952 Don't create faces if make-face isn't defined.
Catch errors in setting face attributes.
(ansi-term-inv-fg-faces-vector): Define with defvar.
(ansi-term-inv-bg-faces-vector): Likewise.
(ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise.
(term-ignore-error): New mcro.
1997-05-15 05:18:28 +00:00
Richard M. Stallman
bafa1a69f6 (lpr-page-header-switches): Use -F, not -f. 1997-05-15 04:50:40 +00:00
Richard M. Stallman
4544e9dbee (mode-line-mule-info): Delete the colon.
(mode-line-buffer-identification): Delete %F:.
(mode-line-frame-identification): New variable.
(mode-line-format): Use mode-line-frame-identification.
Start with a dash.
(mode-line-modified): Delete the final dash.
1997-05-15 04:02:49 +00:00
Richard M. Stallman
982fa4e514 Fix previous change. 1997-05-15 03:59:36 +00:00
Richard M. Stallman
faff8e29e7 (dired-mode): Don't include `Dired:' in mode line. 1997-05-15 03:55:20 +00:00
Richard M. Stallman
7b764489ab (mode-line-frame-identification):
Set this, not mode-line-buffer-identification.
1997-05-15 03:54:56 +00:00
Richard M. Stallman
b360a6bedd (mode-line-buffer-identification):
Use a different value which omits `Emacs: '.
1997-05-15 03:39:22 +00:00
Richard M. Stallman
4edca269cc (compute_trt_identity): Use make_sub_char_table.
(compute_trt_identity, compute_trt_shuffle):
Set up bytes[0] with the charset code.
Check for a sub-char-table when deciding to recurse.
Terminate the loop properly for a sub-char-table.
1997-05-15 03:22:38 +00:00
Richard M. Stallman
55c4d99f91 (Fcall_interactively): Pass extra arg to Fread_string. 1997-05-15 02:28:34 +00:00
Richard M. Stallman
1d8d92f4fe (Fread_from_minibuffer): Add gcpro. 1997-05-15 02:28:12 +00:00
Karl Heuer
c0c15b9339 Include charset.h.
(compute_trt_inverse): Totally rewritten.
Args are now Lisp_Object.  Callers changed.
(compute_trt_identity, compute_trt_shuffle): New subroutines.
(init_casetab_once): Use XSETFASTINT to store into case table;
use CHAR_TABLE_SINGLE_BYTE_SLOTS to end the loop.
1997-05-15 02:23:20 +00:00
Richard M. Stallman
b7064fbe24 Don't include term.el. 1997-05-14 19:51:33 +00:00
Richard M. Stallman
78c11a9cce (browse-url-event-buffer):
Function renamed from event-buffer.  Callers changed.
(browse-url-event-point): Likewise.
1997-05-14 19:47:48 +00:00
Richard M. Stallman
1da54e584e (server-kill-buffer): Act only when there is a server process. 1997-05-14 18:42:57 +00:00
Per Abrahamsen
0f39575982 Restored code lost in merge. 1997-05-14 17:38:51 +00:00
Per Abrahamsen
a3c88c5987 Synched with 1.97. 1997-05-14 17:31:13 +00:00
Per Abrahamsen
86bd10bcd8 Synched with version 1.97. 1997-05-14 17:22:46 +00:00
Simon Marshall
e28449ed4b make expand-mail-aliases interactive 1997-05-14 07:27:25 +00:00
Simon Marshall
1abf89b818 entry for expand-mail-aliases 1997-05-14 07:26:32 +00:00
Richard M. Stallman
542d7fd2ba (describe_vector): Identify charset row numbers clearly. 1997-05-14 05:47:07 +00:00
Richard M. Stallman
01a6ef79ef (isearch-process-search-char): Use multibyte
characters to represent themselves.

(isearch-mode-map): Make Latin-4 characters search for themselves.
Use aset to set up these char sets.
1997-05-14 03:53:43 +00:00
Richard M. Stallman
5a0c40ea12 Make Latin-4 characters self-insert.
Use aset to set up these char sets.
1997-05-14 03:49:20 +00:00
Richard M. Stallman
2d4ef3c0ec (iso-transl-define-keys):
Obey quoted-insert-character-offset.
1997-05-14 02:25:48 +00:00