aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2002-10-101-0/+2
|
* (Flanginfo): Fix typo.Dave Love2002-10-101-2/+2
|
* *** empty log message ***Dave Love2002-10-101-0/+8
|
* (unexec): Make last change conditional on Irix 6.5.Dave Love2002-10-101-0/+17
|
* (detect_coding_utf_8): Check incomplete byte sequence.Kenichi Handa2002-10-101-100/+175
| | | | | | | | | | | | | | | Don't update *mask when correctly detected. (detect_coding_utf_16): Likewise. (detect_coding_emacs_mule): Likewise. (detect_coding_iso_2022): Likewise. (detect_coding_sjis): Likewise. (detect_coding_big5): Likewise. (detect_coding_ccl): Likewise. (decode_coding_sjis): Fix decoding of katakana-jisx0201. (detect_eol): Delete the argument CODING, and add the argument CATEGORY. (detect_coding): Adjusted for the changes above. (detect_coding_system): Likewise.
* *** empty log message ***Kenichi Handa2002-10-101-0/+16
|
* (decode_coding_utf_8): Treat surrogates as invalid.Dave Love2002-10-091-2/+2
|
* *** empty log message ***Kenichi Handa2002-10-091-0/+15
|
* (char_string): Renamed fromKenichi Handa2002-10-091-4/+50
| | | | | | char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK. (string_char): Renamed from string_char.
* (CHAR_STRING): Call char_string if C is greater thanKenichi Handa2002-10-091-31/+27
| | | | | | | | | MAX_3_BYTE_CHAR. (CHAR_STRING_ADVANCE): Likewise. (STRING_CHAR): Call string_char instead of string_char_with_unification. (STRING_CHAR_AND_LENGTH): Likewise. (STRING_CHAR_ADVANCE): Likewise.
* (re_search_2): Fix for the case of unibyte buffer.Kenichi Handa2002-10-072-6/+26
|
* (push_key_description): Pay attention to force_multibyte.Kenichi Handa2002-10-071-1/+2
|
* *** empty log message ***Dave Love2002-10-061-0/+2
|
* Copyright up-date.Dave Love2002-10-061-1/+1
|
* Comment fix.Dave Love2002-10-061-2/+2
|
* (define_charset_internal): Rename `supprementary'.Dave Love2002-10-061-3/+3
|
* *** empty log message ***Dave Love2002-10-061-0/+4
|
* (lisp, shortlisp): Remove latin-N.Dave Love2002-10-061-14/+0
|
* (use_xim): Initialize.Dave Love2002-10-061-48/+64
| | | | | (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim. (x_term_init): Maybe set use_xim.
* (use_xim) [HAVE_X_I18N]: Declare.Dave Love2002-10-051-0/+5
|
* *** empty log message ***Dave Love2002-10-051-3/+12
|
* (x_window, x_window): Use use_xim.Dave Love2002-10-051-15/+15
|
* *** empty log message ***Kenichi Handa2002-10-011-0/+6
|
* (search_buffer): Fix case-fold-search of multibyteKenichi Handa2002-10-011-32/+23
| | | | | characters. (boyer_moore): Rename the last argument to char_high_bits.
* *** empty log message ***Kenichi Handa2002-09-271-0/+14
|
* (x_new_fontset): If FONTSETNAME specifies the defaultKenichi Handa2002-09-271-2/+8
| | | | fontset, return Qt.
* (set_lface_from_font_name): Reject the default fontset.Kenichi Handa2002-09-271-2/+8
| | | | | (Finternal_set_lisp_face_attribute): Use signal_error for the error of invalid fontset.
* (x_set_font): Change the error message of the case thatKenichi Handa2002-09-271-1/+1
| | | | x_new_fontset returns Qt.
* (display_string): Fix for the case of zero width glyph.Kenichi Handa2002-09-271-1/+1
|
* (re_search_2): Fix previous change.Kenichi Handa2002-09-191-8/+9
|
* *** empty log message ***Kenichi Handa2002-09-191-0/+4
|
* *** empty log message ***Kenichi Handa2002-09-182-1/+5
|
* (skip_syntaxes): Fix previous change.Kenichi Handa2002-09-181-25/+30
|
* (skip_syntaxes): Fix previous change.Kenichi Handa2002-09-181-1/+1
|
* (skip_chars): Fix previous change.Kenichi Handa2002-09-132-21/+23
| | | | (skip_syntaxes): Fix previous change.
* *** empty log message ***Dave Love2002-09-062-0/+923
|
* *** empty log message ***Dave Love2002-09-051-0/+2
|
* Removed (now auto-generated).Dave Love2002-09-051-913/+0
|
* *** empty log message ***Dave Love2002-09-051-0/+17
|
* Fix last change.Dave Love2002-09-051-1/+1
|
* (unexec): Make .got handling not SGI-specific.Dave Love2002-09-051-9/+0
|
* (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.Dave Love2002-09-051-1/+1
|
* Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.Dave Love2002-09-051-1/+1
|
* commentDave Love2002-09-051-0/+2
|
* (fontset_add): Return Lisp_Object.Dave Love2002-09-051-4/+4
|
* (Fset_buffer_multibyte, Fset_buffer_multibyte): FixDave Love2002-09-051-2/+2
| | | | type error.
* (read_key_sequence): Fix type error.Dave Love2002-09-051-1/+1
|
* *** empty log message ***Dave Love2002-09-031-2/+6
|
* (charset_ordered_list_tick): Declare extern.Dave Love2002-09-031-1/+1
|
* *** empty log message ***Kenichi Handa2002-09-032-1/+110
|