1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs.git for use in CI/development since the upstream savannah git repo is very flakey.
Go to file
Kenichi Handa ac4137cca6 (SPLIT_COMPOSITE_SEQ): New macro.
(SPLIT_CHARACTER_SEQ): New macro.
(SPLIT_MULTIBYTE_SEQ): New macro.
(CHAR_COMPONENT_VALID_P): New macro.
(non_ascii_char_to_string): Generate a multibyte sequence as far
as possible.
(string_to_non_ascii_char): The 4th arg exclude_tail_garbage is
deleted.  Caller changed.  Use the macro SPLIT_MULTIBYTE_SEQ.
(split_non_ascii_string): Likewise.
(multibyte_form_length): Use the macro PARSE_MULTIBYTE_SEQ.
(char_printable_p): New function.
(translate_char): Check character by NATNUMP instead of INTEGERP.
(unibyte_char_to_multibyte): Call char_valid_p instead of
VALID_MULTIBYTE_CHAR_P.
(Fmake_char_internal): Check the arguments more rigidly.
(Fcharset_after): Use the macro SPLIT_MULTIBYTE_SEQ.
(char_valid_p): Check the validity by CHAR_COMPONENT_VALID_P.
(Fmultibyte_char_to_unibyte): Check the validity of character by
CHAR_VALID_P.
(chars_in_text): Call multibyte_chars_in_text.
(multibyte_chars_in_text): Use the macro PARSE_MULTIBYTE_SEQ.
(Fcompose_string): Use the macro STRING_CHAR_AND_LENGTH instead of
STRING_CHAR_AND_CHAR_LENGTH (which is obsolete now).
1999-09-03 01:28:42 +00:00
etc Update Ada, ILISP, GNUPG, MULE_UCS. 1999-09-02 17:06:35 +00:00
leim (cyrillic-jcuken): Use X11 keyboard layout. 1999-07-13 19:08:57 +00:00
lib-src Include <stdlib.h> if available. 1999-08-30 15:08:30 +00:00
lisp Delete duplicated code. 1999-09-03 01:28:20 +00:00
lispref *** empty log message *** 1999-09-01 20:59:41 +00:00
lwlib Add function prototypes. 1999-07-21 21:43:52 +00:00
man Add faq. 1999-09-01 11:18:42 +00:00
msdos (SHELL, MAKESHELL): Use /xyzzy/command as the shell. 1999-07-29 10:44:27 +00:00
nt Use an icon with a transparent background, to be in 1999-06-16 19:55:59 +00:00
src (SPLIT_COMPOSITE_SEQ): New macro. 1999-09-03 01:28:42 +00:00
build-ins.in
config.bat Make --no-debug work again by removing -gcoff. 1999-08-04 10:19:09 +00:00
config.guess 1999-05-26 Ben Elliston <bje@cygnus.com> 1999-05-25 20:15:44 +00:00
config.sub Merge recent additions from autoconf source tree. 1999-05-17 11:43:47 +00:00
configure1.in Check for getpagesize. 1994-10-26 23:19:16 +00:00
configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after 1999-08-30 22:50:51 +00:00
GETTING.GNU.SOFTWARE Old changes finally checked into RCS 1998-04-08 06:09:04 +00:00
INSTALL *** empty log message *** 1999-05-31 18:09:42 +00:00
make-dist Unset EMACS_UNIBYTE, so Emacs runs in its default state. 1999-06-23 05:30:39 +00:00
Makefile.in (mkdir): If we create ${datadir}, make it world-readable. 1999-04-09 19:23:31 +00:00
PROBLEMS
tparam.c Update FSF address in comment. 1996-01-29 22:30:55 +00:00
vpath.sed Delete reference to ymakefile. 1995-05-17 19:42:46 +00:00