1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
Commit graph

17807 commits

Author SHA1 Message Date
Kenichi Handa
c4cd8760a2 (enable-kinsoku): Name changed form do-kinsoku.
(fill-region-as-paragraph): Do `kinsoku' processing only if both
enable-kinsoku and enable-multibyte-characters are non-nil.
1997-05-17 02:01:42 +00:00
Richard M. Stallman
3fbca58aae (update-autoloads-from-directories): Renamed from
update-autoloads-from-directory.  Take multiple directories as args.
Use locate-library to find loaddefs.el and the top level Lisp dir.
(batch-update-autoloads): Call update-autoloads-from-directories.
1997-05-16 22:49:59 +00:00
Richard M. Stallman
c47ec7c4a8 Comment change for testing. 1997-05-16 22:16:27 +00:00
Richard M. Stallman
a22ca1e0d0 (nonascii_insert_offset): New variable.
(Fself_insert_command, internal_self_insert):
Add nonascii_insert_offset to what we insert, when appropriate.
(syms_of_cmds): Set up Lisp variable.
1997-05-16 08:08:49 +00:00
Richard M. Stallman
cd82f42fe2 (iso-accents-insert-offset): Use nonascii-insert-offset. 1997-05-16 08:05:14 +00:00
Richard M. Stallman
889c8aee79 (iso-transl-define-keys): Use nonascii-insert-offset. 1997-05-16 08:04:19 +00:00
Richard M. Stallman
1842fc1ae1 (display_text_line): Move the code to fill out the line
with the newline's face to the end of the newline code.
Add changes (commented out) to record ellipsis positions in charstarts.
1997-05-16 07:32:59 +00:00
Richard M. Stallman
b0119c6825 (mallopt): Declare, if appropriate.
(r_alloc_init) [DOUG_LEA_MALLOC]: Call mallopt,
instead of setting __malloc_extra_blocks.
1997-05-16 05:35:04 +00:00
Kenichi Handa
b8a9ebfb3f (charset.o): Add disptab.h in dependency list. 1997-05-16 02:23:12 +00:00
Kenichi Handa
fc6b09bfb5 Include disptab.h. 1997-05-16 02:22:39 +00:00
Kenichi Handa
acfb10b843 (standard-fontset-spec): Name changed from
default-fontset-spec.
1997-05-16 00:59:15 +00:00
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