aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fdefine_category, Fcategory_docstring)Luc Teirlinck2004-02-201-10/+12
| | | | | (Fget_unused_category, Fset_category_table) (Fcategory_set_mnemonics): Doc fixes.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-2/+2
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* (describe_category, describe_category_1, Fdescribe_categories): Remove.Stefan Monnier2001-11-281-94/+0
| | | | (syms_of_category): Don't defsubr Sdescribe_categories.
* (describe_category): Add dummy arg.Stefan Monnier2001-11-191-4/+4
| | | | (describe_category_1): Update call to describe_vector.
* (Fget_unused_category): Doc fix.Richard M. Stallman2001-11-141-4/+5
|
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-9/+9
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-84/+84
|
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
|
* (Fcategory_docstring): Remove unused variable `doc'.Eli Zaretskii2001-01-021-7/+0
| | | | | | | (Fget_unused_category): Remove unused variable `docstring_vector'. (Fchar_category_set): Remove unused variables `val', `charset', `c1' and `c2'.
* (Fmodify_category_entry): Use SPLIT_CHAR, notKenichi Handa2000-05-191-1/+1
| | | | SPLIT_NON_ASCII_CHAR.
* Use new macro namesGerd Moellmann2000-03-271-2/+2
| | | | for handling per-buffer variables.
* (Fset_category_table): Use new macros for per-bufferGerd Moellmann2000-03-261-2/+3
| | | | variables.
* (word_boundary_p): Delete codes for a compositeKenichi Handa1999-12-151-5/+15
| | | | | | character. (Fmake_category_table): New function. (syms_of_category): Defsubr it.
* (modify_lower_category_set): Set default value ofKenichi Handa1999-09-301-6/+5
| | | | TABLE correctly.
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-6/+6
|
* (word_boundary_p): If C1 or C2 are compositeKenichi Handa1998-11-241-0/+5
| | | | characters, test their first components.
* (syms_of_category): Doc-string modified.Kenichi Handa1998-10-261-2/+2
|
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+2
|
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-2/+2
|
* (Fmodify_category_entry): Doc fix.Richard M. Stallman1998-02-031-23/+25
| | | | | | | | (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.
* (Fmake_category_set): Don't allow multibyte string.Richard M. Stallman1998-01-091-2/+7
| | | | | (describe_category): Pass new args to insert_from_string. (describe_category_1): Likewise.
* (copy_category_table): Copy also the first extra slotKenichi Handa1997-10-271-3/+9
| | | | | | (vector of docstrings). (Fcopy_category_table): Do not give unused second arg to copy_category_table.
* (describe_category): Handle a sub-chartable.Richard M. Stallman1997-09-011-0/+6
|
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-2/+2
|
* Change copyright notices.Richard M. Stallman1997-06-201-3/+2
|
* (describe_category_1): Pass new args to describe_vector.Richard M. Stallman1997-05-131-2/+4
|
* (Fmodify_category_entry): Delete second arg in call to make_sub_char_table.Karl Heuer1997-04-141-1/+1
|
* (Fmake_category_set): Use XSETFASTINT.Karl Heuer1997-04-101-1/+2
|
* (category-table-p): Check only type and purpose.Kenichi Handa1997-04-071-51/+58
| | | | | (copy_category_table, Fmodify_category_entry): Adjusted for the new structure of Lisp_Char_Table.
* Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1997-03-181-4/+4
|
* Fix FSF address in comment.Karl Heuer1997-02-231-2/+2
|
* Initial revisionKarl Heuer1997-02-201-0/+665