- 28 Aug, 2000 6 commits
-
-
Eli Zaretskii authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(quail-start-translation, quail-start-conversion): Likewise.
-
Kenichi Handa authored
-
Kenichi Handa authored
the 4th arg (PREV_EVENT) Qt to suppress input method.
-
Stefan Monnier authored
(PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place. (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition. (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY. (re_compile_pattern): Use size_t for length. (init_syntax_once): Move to a better place. * regex.h: Merge changes from GNU libc. Indent cpp directives. (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
-
- 27 Aug, 2000 13 commits
-
-
Dave Love authored
-
Stefan Monnier authored
actually inside another comment as in: /* a // b */ c // d \n. Make it clear that `comstart_pos' is unused for nested comments.
-
Stefan Monnier authored
(KEYMAPP): New macro. (Fkeymap_parent, Fset_keymap_parent): Use it. (fix_submap_inheritance): Mark it static. (define_as_prefix, describe_buffer_bindings, describe_command) (describe_translation, describe_map): Complete prototypes.
-
Stefan Monnier authored
-
Stefan Monnier authored
to better match the key-lookup behavior.
-
Dave Love authored
-
Gerd Moellmann authored
(Finternal_set_lisp_face_attribute): Fix typo in error message.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(process.o, scroll.o, sysdep.o): Depend on keyboard.h. (xterm.o): Depend on coding.h
-
Miles Bader authored
-
Miles Bader authored
-
Kenichi Handa authored
'skkdic-cnv).
-
Kenichi Handa authored
-
- 26 Aug, 2000 19 commits
-
-
Miles Bader authored
-
Miles Bader authored
Add support for :inherit attribute. Add support for relative face heights. (custom-face-attributes-get): Treat `nil' as being a default value for :inherit (as well as `unspecified').
-
Miles Bader authored
Update doc string. (face-attribute-name-alist): Add :inherit. (face-valid-attribute-values): Handle :inherit. (face-read-string): Rephrase prompt to be less confusing. Assume that DEFAULT is a string, since we must return a string. (face-read-integer): Use `format' to turn DEFAULT into an acceptable default for face-read-string. Match NEW-VALUE against the string "unspecified", not the symbol `unspecified', since that's what face-read-string returns. (read-face-attribute): Lookup a name for old-value in valid, and use it as a default if we find one. Treat all values from face-read-string as strings. If the default is used, don't do any more processing on the value, just use the old value directly. (read-face-and-attribute, modify-face): Tweak prompt. (read-face-name): Don't assume prompt ends with a space.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
*Help* buffers. Add an index entry.
-
Eli Zaretskii authored
-
Miles Bader authored
values for the :height attribute.
-
Kenichi Handa authored
the corresponding '#endif'.
-
Kenichi Handa authored
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
New variable. (syms_of_xfaces): Initialize it. (LFACE_INHERIT): New macro. (Finternal_get_lisp_face_attribute, merge_face_vector_with_property) (Finternal_set_lisp_face_attribute): Deal with :inherit attribute. (check_lface_attrs): Allow new types of face height. Check inherit attribute. (CYCLE_CHECK): New macro. (merge_face_inheritance): New function. (merge_face_vectors): Merge inherited faces too. Add F and CYCLE_CHECK arguments. (merge_face_vector_with_property, Finternal_merge_in_global_face) (lookup_named_face, lookup_derived_face, realize_named_face) (face_at_string_position, face_at_buffer_position): Supply new F and CYCLE_CHECK arguments to merge_face_vectors. (merge_face_heights): New function. (merge_face_vectors, merge_face_vector_with_property) (Finternal_set_lisp_face_attribute): Call merge_face_heights to handle relative face heights. (lface_same_font_attributes_p): Compare heights using EQ.
-
Miles Bader authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(char_valid_p): If C is not less than MAX_CHAR, be sure to return 0.
-
Kenichi Handa authored
"case "${canonical}" in".
-
- 25 Aug, 2000 2 commits
-
-
Dave Love authored
-
Stefan Monnier authored
(POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG. Handle popping of a register's or a counter's data. (POP_FAILURE_POINT): Use the new name. (re_match_2_internal): Push counter data on the stack for succeed_n, jump_n and set_number_at and remove misleading dead code in succeed_n.
-