1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Per Abrahamsen
791f12e429 Added widget and custom manuals. 1997-04-07 14:00:58 +00:00
Per Abrahamsen
d543e20b61 Initial revision 1997-04-07 13:42:59 +00:00
Paul D. Smith
383ebe4953 Changes for make 3.75.1 1997-04-07 07:22:57 +00:00
Kenichi Handa
1e05cf1d14 (disp_char_vector): Extern it.
(DISP_CHAR_VECTOR): Handle multibyte characters.
1997-04-07 07:22:22 +00:00
Kenichi Handa
ec3bb06866 (Vhighlight_wrong_size_font, Vclip_large_size_font):
New variables.
(syms_of_fontset): Declare them as Lisp variables.
1997-04-07 07:12:13 +00:00
Kenichi Handa
e497c1f38c (Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them. 1997-04-07 07:12:13 +00:00
Kenichi Handa
3604fd001c (lisp, shortlisp): Include english.elc and tibetan.elc. 1997-04-07 07:12:13 +00:00
Kenichi Handa
0551bde3a4 (Fmake_char_table): Adjusted for the new structure of
Lisp_Char_Table.
(make_sub_char_table): New function.
1997-04-07 07:12:13 +00:00
Kenichi Handa
a1942d8859 (describe_vector): Adjusted for the new structure of Lisp_Char_Table. 1997-04-07 07:12:13 +00:00
Kenichi Handa
ea724a0182 (CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots than
CHAR_TABLE_ORDINARY_SLOTS for top, defalt, parent, and purpose.
(SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
New macros.
(struct Lisp_Char_Table): New member `top'.  The member `defalt'
is moved before `contents' so that XCHAT_TABLE (val)->defalt can
also be used for a sub char table.
(SUB_CHAR_TABLE_P): New macro.
(make_sub_char_table): Extern it.
1997-04-07 07:12:13 +00:00
Kenichi Handa
3701b5de07 (read1): Adjusted for the new structure of Lisp_Char_Table. 1997-04-07 07:12:13 +00:00
Kenichi Handa
ed8ec86d08 (category-table-p): Check only type and purpose.
(copy_category_table, Fmodify_category_entry): Adjusted for the
new structure of Lisp_Char_Table.
1997-04-07 07:12:13 +00:00
Kenichi Handa
887bfbd7da (ccl_driver): Fix bug of the case CCL_WriteArrayReadJump. 1997-04-07 07:12:13 +00:00
Kenichi Handa
6dc0722daf (non_ascii_char_to_string, update_charset_table,
Fsplit_char): Adjusted for the above change.
1997-04-07 07:12:13 +00:00
Kenichi Handa
d6f92c0405 (CHARSET_TABLE_ENTRY): Handle ASCII charset correctly.
(SPLIT_NON_ASCII_CHAR, SPLIT_CHAR): Return -1 in C2 for DIMENSION1
characters.
1997-04-07 07:12:13 +00:00
Kenichi Handa
bcf26d6a7d (detect_coding_iso2022, detect_coding_mask): Ignore
invalid ESC sequence for ISO 2022.
(Fencode_sjis_char, Fencode_big5_char): Adjusted for the change of
SPLIT_CHAR.
1997-04-07 07:12:13 +00:00
Kenichi Handa
39e16e513f (Faref, Faset): Adjusted for the new structure of
Lisp_Char_Table.
1997-04-07 07:12:13 +00:00
Kenichi Handa
3720677d59 (copy_sub_char_table): New function.
(Fcopy_sequence): Call copy_sub_char_table for copying a sub char table.
(Fchar_table_range, Fset_char_table_range, map_char_table,
Fmap_char_table): Handle multibyte characters correctly.
1997-04-07 07:12:13 +00:00
Kenichi Handa
1f1ff51db0 (disp_char_vector): New function to be used from the
macro DISP_CHAR_VECTOR for multibyte characters.
1997-04-07 07:12:13 +00:00
Kenichi Handa
57b03282a0 (dumpglyphs): Clip and highlight glyphs displayed with
fonts of wrong size.
1997-04-07 07:12:13 +00:00
Kenichi Handa
3fdc9c8f41 Fix the format of the first line. 1997-04-07 05:36:52 +00:00
Kenichi Handa
e803d6bdaf Fix FSF address in comment. 1997-04-07 05:12:16 +00:00
Karl Heuer
1a7c2dbf3b (set-case-syntax): Doc fix. 1997-04-06 14:48:27 +00:00
Eli Zaretskii
70344b3461 (init_cmdargs) [MSDOS]: Make the change that sets
`installation-directory' if `info' is found as its subdirectory or
sibling, be conditioned on MSDOS (it makes trouble on Unix).
1997-04-06 14:32:33 +00:00
Richard M. Stallman
78897d3d9f (texinfo-make-menu): Accept args BEGINNING and END.
(texinfo-update-node): Accept args BEGINNING and END.
(texinfo-all-menus-update): Pass region explicitly.
(texinfo-master-menu, texinfo-every-node-update): Likewise.
1997-04-05 21:59:09 +00:00
Richard M. Stallman
e694581dc0 (mail-complete-style): New variable.
(mail-complete): Use that.
(mail-get-names): Store full names in cdrs of mail-names elts.
(mail-names): Doc fix.
(mail-directory): Minor cleanup.
1997-04-05 21:57:48 +00:00
Richard M. Stallman
0afdd8d041 (sgml-validate): Offer to save the buffer first. 1997-04-05 21:52:58 +00:00
Richard M. Stallman
531cbff1cc (indent-sexp): If calculate-lisp-indent returns nil,
don't change the line's indentation.
(lisp-indent-line): Likewise.
(lisp-comment-indent): Likewise.
(calculate-lisp-indent): Return nil if line starts inside a string.
1997-04-05 21:51:44 +00:00
Richard M. Stallman
e7c8378c39 (imenu-default-goto-function): Simplify.
Truncate imenu items.
Make use of markers or integers an option.
(imenu-use-markers, imenu-max-item-length): New variables.
(imenu-max-items): Doc fix.
(imenu-example--name-and-position): Handle imenu-use-markers.
(imenu-default-create-index-function): Likewise.
(imenu--generic-function): Likewise.
(imenu--truncate-items): New function.
(imenu--make-index-alist): Call imenu--truncate-items.
1997-04-05 21:41:59 +00:00
Richard M. Stallman
5eb9cf9777 (rmail-mode-map): Add menu item for
rmail-output-body-to-file and put it on w.
1997-04-05 21:39:03 +00:00
Richard M. Stallman
a24de13400 (rmail-output-body-to-file): Query if file exists.
Renamed from rmail-output-body.
1997-04-05 21:38:07 +00:00
Richard M. Stallman
ccdb79f5d9 (Ffind_coding_system): Doc fix. 1997-04-05 07:48:17 +00:00
Kenichi Handa
178663df99 Provide 'term/sun-mouse instead of 'sun-mouse. 1997-04-05 02:46:24 +00:00
Kenichi Handa
8dfef5034a English related codes are moved to
language/english.el.
(setup-european-environment): Call setup-english-environment to
reset to default setting at first.
1997-04-05 02:45:30 +00:00
Kenichi Handa
80d75b56bd Initial revision 1997-04-05 02:44:02 +00:00
Kenichi Handa
37cdc7adb3 Handle more Devanagari characters correctly. 1997-04-05 02:40:11 +00:00
Kenichi Handa
60acfd1593 Completely updated. 1997-04-05 02:40:11 +00:00
Kenichi Handa
dfb63c58e9 Require 'term/sun-mouse instead of 'sun-mouse. 1997-04-05 02:35:53 +00:00
Kenichi Handa
536477d4b4 Comment fixed. 1997-04-05 02:35:53 +00:00
Kenichi Handa
210dede616 Change a category of one Japanese character. 1997-04-05 02:35:53 +00:00
Kenichi Handa
b55b51290c (x-charset-registries): Add Tibetan entries. 1997-04-05 02:35:53 +00:00
Kenichi Handa
8f81f78455 Prefix for Mule related commands is changed.
(view-hello-file): Allways does correct decoding of HELLO file.
1997-04-05 02:35:53 +00:00
Kenichi Handa
2aa72de791 Change descriptions for Arabic, Indian, and
Vietnamese character sets.  Define Tibetan character sets.
1997-04-05 02:35:53 +00:00
Kenichi Handa
4366b45ecc Load language/english and language/tibetan. 1997-04-05 02:35:53 +00:00
Karl Heuer
25c307484f (Fcopy_sequence): Delete unused variable.
(Fchar_table_extra_slot, Fset_char_table_extra_slot): Doc fix.
(map_char_table): When expanding indices, don't increase depth;
that's amount used, not amount allocated.
1997-04-03 22:08:30 +00:00
Karl Heuer
5c34fe36c4 Fix comment typo. 1997-04-03 21:36:09 +00:00
Karl Heuer
7ad11f7e0d (CHAR_TABLE_REF): Fix syntax error.
(LOWERCASEP): Use NOCASEP instead of its expansion.
(UPCASE): Use UPPERCASEP instead of its expansion.
1997-04-03 21:34:11 +00:00
Karl Heuer
f7d47e2023 [!__GNUC__] (CATEGORY_SET): Fix syntax error. 1997-04-03 21:29:26 +00:00
Richard M. Stallman
d1b9ed63ea (Fcopy_file): Fix error message. 1997-04-02 19:06:31 +00:00
Richard M. Stallman
d4b8687bfa (Finsert_file_contents): Handle non-regular files. 1997-04-02 06:12:48 +00:00