log src/category.c @ 41643:604a5f86840f

age author description
Wed, 28 Nov 2001 20:44:42 +0000 Stefan Monnier (describe_category, describe_category_1, Fdescribe_categories): Remove.
Mon, 19 Nov 2001 22:46:42 +0000 Stefan Monnier (describe_category): Add dummy arg.
Wed, 14 Nov 2001 04:49:55 +0000 Richard M. Stallman (Fget_unused_category): Doc fix.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Wed, 10 Oct 2001 16:05:21 +0000 Stefan Monnier Include keymap.h.
Tue, 02 Jan 2001 14:21:33 +0000 Eli Zaretskii (Fcategory_docstring): Remove unused variable `doc'.
Fri, 19 May 2000 23:51:29 +0000 Kenichi Handa (Fmodify_category_entry): Use SPLIT_CHAR, not
Mon, 27 Mar 2000 12:50:13 +0000 Gerd Moellmann Use new macro names
Sun, 26 Mar 2000 14:07:56 +0000 Gerd Moellmann (Fset_category_table): Use new macros for per-buffer
Wed, 15 Dec 1999 00:03:16 +0000 Kenichi Handa (word_boundary_p): Delete codes for a composite
Thu, 30 Sep 1999 04:18:36 +0000 Kenichi Handa (modify_lower_category_set): Set default value of
Mon, 13 Sep 1999 02:23:04 +0000 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
Tue, 24 Nov 1998 03:52:08 +0000 Kenichi Handa (word_boundary_p): If C1 or C2 are composite
Mon, 26 Oct 1998 08:00:11 +0000 Kenichi Handa (syms_of_category): Doc-string modified.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Tue, 03 Feb 1998 06:17:15 +0000 Richard M. Stallman (Fmodify_category_entry): Doc fix.
Fri, 09 Jan 1998 22:59:31 +0000 Richard M. Stallman (Fmake_category_set): Don't allow multibyte string.
Mon, 27 Oct 1997 04:34:26 +0000 Kenichi Handa (copy_category_table): Copy also the first extra slot
Mon, 01 Sep 1997 17:54:37 +0000 Richard M. Stallman (describe_category): Handle a sub-chartable.
Fri, 04 Jul 1997 20:44:52 +0000 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
Fri, 20 Jun 1997 06:30:29 +0000 Richard M. Stallman Change copyright notices.
Tue, 13 May 1997 19:36:37 +0000 Richard M. Stallman (describe_category_1): Pass new args to describe_vector.
Mon, 14 Apr 1997 21:32:49 +0000 Karl Heuer (Fmodify_category_entry): Delete second arg in call to make_sub_char_table.
Thu, 10 Apr 1997 22:12:04 +0000 Karl Heuer (Fmake_category_set): Use XSETFASTINT.
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (category-table-p): Check only type and purpose.
Tue, 18 Mar 1997 23:31:34 +0000 Kenichi Handa Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
Sun, 23 Feb 1997 09:20:52 +0000 Karl Heuer Fix FSF address in comment.
Thu, 20 Feb 1997 07:02:49 +0000 Karl Heuer Initial revision