1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

30451 Commits

Author SHA1 Message Date
Eli Zaretskii
8b4baa7be4 Fix a typo in a comment. 2000-08-28 03:32:42 +00:00
Kenichi Handa
9dfb0fa2f8 (kkc-region): Hide "... loaded" message. 2000-08-28 01:54:45 +00:00
Kenichi Handa
bcbeff8570 (quail-use-package): Hide "... loaded" message.
(quail-start-translation, quail-start-conversion): Likewise.
2000-08-28 01:54:18 +00:00
Kenichi Handa
41a68aef3c *** empty log message *** 2000-08-28 01:53:53 +00:00
Kenichi Handa
7735786b8e (read_char_minibuf_menu_prompt): Call read_char with
the 4th arg (PREV_EVENT) Qt to suppress input method.
2000-08-28 01:32:15 +00:00
Stefan Monnier
0b32bf0e34 * regex.c: Indent cpp directives and remove parens after `defined'.
(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).
2000-08-28 00:37:50 +00:00
Dave Love
28bb2cef02 (mapc): Use byte-compile-funarg. 2000-08-27 21:55:00 +00:00
Stefan Monnier
f7c436c1c8 (back_comment): Detect cases where a comment-starter is
actually inside another comment as in:   /* a // b */ c // d \n.
Make it clear that `comstart_pos' is unused for nested comments.
2000-08-27 17:44:59 +00:00
Stefan Monnier
5749539688 (store_in_keymap, fix_submap_inheritance): New prototypes.
(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.
2000-08-27 16:21:55 +00:00
Stefan Monnier
1b6be00882 (store_in_keymap, fix_submap_inheritance): Remove. 2000-08-27 15:50:49 +00:00
Stefan Monnier
9cd2ced769 (menu_bar_item): Detect duplicate entries for all items
to better match the key-lookup behavior.
2000-08-27 15:47:59 +00:00
Dave Love
67320f8d5c *** empty log message *** 2000-08-27 13:02:01 +00:00
Gerd Moellmann
6288c62f1c (lface_fully_specified_p): Handle :inherit.
(Finternal_set_lisp_face_attribute): Fix typo in error message.
2000-08-27 11:30:05 +00:00
Eli Zaretskii
f139e55913 Fix a typo in a comment. 2000-08-27 10:10:14 +00:00
Eli Zaretskii
e931344e7c (dispnew.o, indent.o, fontset.o, minibuf.o)
(process.o, scroll.o, sysdep.o): Depend on keyboard.h.
(xterm.o): Depend on coding.h
2000-08-27 10:06:41 +00:00
Miles Bader
11a1118d7b *** empty log message *** 2000-08-27 02:09:36 +00:00
Miles Bader
48ec993922 (read-face-font, read-face-and-attribute): Tweak prompts. 2000-08-27 02:04:26 +00:00
Kenichi Handa
c9ef1229a7 (skkdic-convert): Insert (require 'ja-dic-cnv), not (require
'skkdic-cnv).
2000-08-27 02:04:17 +00:00
Kenichi Handa
0f85d4777a *** empty log message *** 2000-08-27 02:03:55 +00:00
Miles Bader
a0e5a5a49c (face-x-resources): Add entry for :inherit. 2000-08-26 11:50:06 +00:00
Miles Bader
6bca30057a (custom-face-attributes):
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').
2000-08-26 11:47:02 +00:00
Miles Bader
19feb949ce (set-face-attribute):
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.
2000-08-26 10:59:51 +00:00
Eli Zaretskii
7c100e1a3f It was "skk" that was renamed, not "skkdic". 2000-08-26 06:10:30 +00:00
Eli Zaretskii
320a028da2 Fix a typo. 2000-08-26 06:08:42 +00:00
Eli Zaretskii
585afdb3b4 Another typo. 2000-08-26 06:07:05 +00:00
Eli Zaretskii
8eb13d6619 Fix a typo. 2000-08-26 06:05:37 +00:00
Eli Zaretskii
63ef5047b1 Mention that M-x clone-buffer can be used to create multiple *info* and
*Help* buffers.  Add an index entry.
2000-08-26 06:02:53 +00:00
Eli Zaretskii
6104547c31 Fix typos. 2000-08-26 05:59:50 +00:00
Miles Bader
787345ff6f Add description of new :inherit face attribute, and additional legal
values for the :height attribute.
2000-08-26 05:58:27 +00:00
Kenichi Handa
1848e3a5ab (internal_self_insert): Delete '#ifdef HAVE_FACES' and
the corresponding '#endif'.
2000-08-26 05:56:50 +00:00
Kenichi Handa
d10dfeef97 *** empty log message *** 2000-08-26 05:56:05 +00:00
Miles Bader
2d73e8d3a2 *** empty log message *** 2000-08-26 05:53:18 +00:00
Miles Bader
25ac7b52b0 (describe-face): Add support for :inherit attribute. 2000-08-26 05:51:52 +00:00
Miles Bader
2c20458f58 (QCinherit):
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.
2000-08-26 05:36:17 +00:00
Miles Bader
cd68bbe836 (enum lface_attribute_index): Add LFACE_INHERIT_INDEX. 2000-08-26 05:33:29 +00:00
Kenichi Handa
6ce974d452 *** empty log message *** 2000-08-26 01:08:44 +00:00
Kenichi Handa
0e235b7e3a (char_to_string): Check the character validity.
(char_valid_p): If C is not less than MAX_CHAR, be sure to return 0.
2000-08-26 01:07:49 +00:00
Kenichi Handa
71c72a72ac <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
"case "${canonical}" in".
2000-08-26 00:36:57 +00:00
Dave Love
f8340326f3 <osf>: Use NON_GNU_CPP='cpp' always. 2000-08-25 15:20:51 +00:00
Stefan Monnier
dc1e502dd9 (PUSH_FAILURE_COUNT): New macro.
(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.
2000-08-25 14:35:12 +00:00
Gerd Moellmann
bd9d0f3f80 (redisplay_internal): If considering all windows on all
frames, update the display for each frame as soon as possible,
instead of first building all desired matrices for all frames, and
then updating them all.
(try_cursor_movement): Handle case that last_cursor.vpos is -1.
2000-08-25 13:21:46 +00:00
Gerd Moellmann
84c58e1e6c *** empty log message *** 2000-08-25 11:20:36 +00:00
Kenichi Handa
b01cef4781 (terminal-emulator): Fix args to `concat'. Now concat doesn't accept
interger.
2000-08-25 07:23:42 +00:00
Kenichi Handa
e84fa7c5bc *** empty log message *** 2000-08-25 07:22:07 +00:00
Kenichi Handa
a1a2e38fb9 *** empty log message *** 2000-08-25 02:37:11 +00:00
Kenichi Handa
1b33349269 Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl. 2000-08-25 01:58:44 +00:00
Kenichi Handa
b47a7926d8 Renamed from skkdic-cnv.el.
Provide ja-dic-cnv instead of skkdic-cnv.
(ja-dic-filename): Renamed from skkdic-filename.  Referers changed
(iso-2022-7bit-short): Add safe-charsets property.
(skkdic-convert-postfix): Search Japanese chou-on character in
addition to Hiragana character.
(skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
(skkdic-convert): Change file names from skkdic.el to ja-dic.el
(batch-skkdic-convert): Likewise.
2000-08-25 01:56:39 +00:00
Kenichi Handa
383a3ccf9f Renamed from skkdic-utl.el.
Provide ja-dic-utl instead of skkdic-utl.
(skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2000-08-25 01:47:27 +00:00
Kenichi Handa
457dd64a58 *** empty log message *** 2000-08-25 01:42:12 +00:00
Kenichi Handa
243353b982 Rename skkdic to ja-dic throughout the file. 2000-08-25 01:39:56 +00:00