Kenichi Handa
|
839966f333
|
Sync to HEAD.
|
2004-04-08 11:39:14 +00:00 |
|
Kenichi Handa
|
8f924df7df
|
*** empty log message ***
|
2003-09-08 12:53:41 +00:00 |
|
Kenichi Handa
|
463f5630a5
|
New directory
|
2003-09-08 11:56:09 +00:00 |
|
Miles Bader
|
ab5796a9f9
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
|
Juanma Barranquero
|
177c0ea743
|
Trailing whitespace deleted.
|
2003-02-04 14:56:31 +00:00 |
|
Kenichi Handa
|
f4b670efaf
|
(copy_category_entry): Fix for the case that RANGE is an integer.
|
2003-01-31 06:10:06 +00:00 |
|
Dave Love
|
0b261f5979
|
(Fmodify_category_entry): Fix CATEGORY_MEMBER call.
|
2002-07-16 14:56:33 +00:00 |
|
Ken Raeburn
|
d5db40779d
|
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
|
2002-07-15 00:01:34 +00:00 |
|
Kenichi Handa
|
d8887a31dd
|
(Fmodify_category_entry): Don't modify the contents
of category_set for characters out of the range. Avoid
unnecessary modification.
|
2002-06-12 00:12:34 +00:00 |
|
Dave Love
|
8f7e5042a4
|
(Fmodify_category_entry): Doc fix. Remove unused
vars.
|
2002-05-23 18:44:45 +00:00 |
|
Kenichi Handa
|
ea012abd5c
|
Include "character.h".
(copy_category_entry): New function.
(copy_category_table): Call map_char_table and copy_category_entry.
(Fmake_category_table): Initialize all top-vel slots.
(char_category_set): New function.
(modify_lower_category_set): Deleted.
(Fmodify_category_entry): Call char_table_ref_and_range.
|
2002-03-01 01:13:23 +00:00 |
|
Stefan Monnier
|
3055c5a456
|
(describe_category, describe_category_1, Fdescribe_categories): Remove.
(syms_of_category): Don't defsubr Sdescribe_categories.
|
2001-11-28 20:44:42 +00:00 |
|
Stefan Monnier
|
9fd59de765
|
(describe_category): Add dummy arg.
(describe_category_1): Update call to describe_vector.
|
2001-11-19 22:46:42 +00:00 |
|
Richard M. Stallman
|
0b6694a52d
|
(Fget_unused_category): Doc fix.
|
2001-11-14 04:49:55 +00:00 |
|
Pavel Janík
|
b782650360
|
Update usage of CHECK_ macros (remove unused second argument).
|
2001-11-02 20:46:55 +00:00 |
|
Pavel Janík
|
fdb82f9337
|
Change doc-string comments to new style' [w/doc:' keyword].
|
2001-10-20 20:56:10 +00:00 |
|
Stefan Monnier
|
e35f6ff793
|
Include keymap.h.
|
2001-10-10 16:05:21 +00:00 |
|
Eli Zaretskii
|
a303d6bee9
|
(Fcategory_docstring): Remove unused variable `doc'.
(Fget_unused_category): Remove unused variable
`docstring_vector'.
(Fchar_category_set): Remove unused variables `val', `charset',
`c1' and `c2'.
|
2001-01-02 14:21:33 +00:00 |
|
Kenichi Handa
|
75ec644a43
|
(Fmodify_category_entry): Use SPLIT_CHAR, not
SPLIT_NON_ASCII_CHAR.
|
2000-05-19 23:51:29 +00:00 |
|
Gerd Moellmann
|
f6cd05276d
|
Use new macro names
for handling per-buffer variables.
|
2000-03-27 12:50:13 +00:00 |
|
Gerd Moellmann
|
6f598a6d4f
|
(Fset_category_table): Use new macros for per-buffer
variables.
|
2000-03-26 14:07:56 +00:00 |
|
Kenichi Handa
|
70414a3dac
|
(word_boundary_p): Delete codes for a composite
character.
(Fmake_category_table): New function.
(syms_of_category): Defsubr it.
|
1999-12-15 00:03:16 +00:00 |
|
Kenichi Handa
|
54e67cf740
|
(modify_lower_category_set): Set default value of
TABLE correctly.
|
1999-09-30 04:18:36 +00:00 |
|
Ken Raeburn
|
03699b140e
|
Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
|
1999-09-13 02:23:04 +00:00 |
|
Kenichi Handa
|
9a64297c67
|
(word_boundary_p): If C1 or C2 are composite
characters, test their first components.
|
1998-11-24 03:52:08 +00:00 |
|
Kenichi Handa
|
61a398eac8
|
(syms_of_category): Doc-string modified.
|
1998-10-26 08:00:11 +00:00 |
|
Andreas Schwab
|
dfcf069d56
|
Fix -Wimplicit warnings.
|
1998-04-14 12:25:56 +00:00 |
|
Richard M. Stallman
|
fc932ac6c7
|
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-03-21 07:06:14 +00:00 |
|
Richard M. Stallman
|
ea4943bfd6
|
(Fmodify_category_entry): Doc fix.
(Fdescribe_categories): Renamed from Fdescribe_category.
(syms_of_category): Corresponding changes.
(Fcategory_set_mnemonics): Doc fix.
(Fchar_category_set): Doc fix.
(Fmake_category_set): Doc fix.
|
1998-02-03 06:17:15 +00:00 |
|
Richard M. Stallman
|
115afec319
|
(Fmake_category_set): Don't allow multibyte string.
(describe_category): Pass new args to insert_from_string.
(describe_category_1): Likewise.
|
1998-01-09 22:59:31 +00:00 |
|
Kenichi Handa
|
9da95d532d
|
(copy_category_table): Copy also the first extra slot
(vector of docstrings).
(Fcopy_category_table): Do not give unused second arg to
copy_category_table.
|
1997-10-27 04:34:26 +00:00 |
|
Richard M. Stallman
|
cfcbf459e1
|
(describe_category): Handle a sub-chartable.
|
1997-09-01 17:54:37 +00:00 |
|
Richard M. Stallman
|
2e34157cd9
|
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
1997-07-04 20:44:52 +00:00 |
|
Richard M. Stallman
|
75c8c59233
|
Change copyright notices.
|
1997-06-20 06:30:29 +00:00 |
|
Richard M. Stallman
|
96439b6aab
|
(describe_category_1): Pass new args to describe_vector.
|
1997-05-13 19:36:37 +00:00 |
|
Karl Heuer
|
53740debad
|
(Fmodify_category_entry): Delete second arg in call to make_sub_char_table.
|
1997-04-14 21:32:49 +00:00 |
|
Karl Heuer
|
15c60737b7
|
(Fmake_category_set): Use XSETFASTINT.
|
1997-04-10 22:12:04 +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
|
cecda31486
|
Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
|
1997-03-18 23:31:34 +00:00 |
|
Karl Heuer
|
369314dc63
|
Fix FSF address in comment.
|
1997-02-23 09:20:52 +00:00 |
|
Karl Heuer
|
4ed4686978
|
Initial revision
|
1997-02-20 07:02:49 +00:00 |
|