| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fcompose_region_internal, Fcompose_string_internal): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-08-19 | 1 | -1/+1 |
| | | |||||
| * | (run_composition_function): Call FUNC if it is fboundp. | Kenichi Handa | 2002-08-19 | 1 | -1/+1 |
| | | |||||
| * | (compose_chars_in_text): Treat Lisp string contents | Ken Raeburn | 2002-07-19 | 1 | -1/+1 |
| | | | | | as const. | ||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -6/+6 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
| | | |||||
| * | (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now). | Stefan Monnier | 2002-07-09 | 1 | -6/+0 |
| | | |||||
| * | (Fcompose_region_internal, Fcompose_string_internal): Fix typos. | Juanma Barranquero | 2002-06-14 | 1 | -2/+2 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 1 | -38/+38 |
| | | |||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -7/+7 |
| | | |||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -5/+5 |
| | | | | | with lisp system changes. | ||||
| * | (update_compositions): Do nothing if | Gerd Moellmann | 2001-08-31 | 1 | -1/+4 |
| | | | | | inhibit-modification-hooks is set. | ||||
| * | (Ffind_composition_internal): Accept ZV | Gerd Moellmann | 2001-06-19 | 1 | -2/+2 |
| | | | | | and a string's end position as POS. | ||||
| * | Update copyright. | Gerd Moellmann | 2001-06-18 | 1 | -0/+1 |
| | | |||||
| * | (Ffind_composition_internal): Check POS | Gerd Moellmann | 2001-06-18 | 1 | -1/+11 |
| | | | | | for validity. | ||||
| * | (update_compositions) <check_mask & CHECK_HEAD>: Fix | Dave Love | 2001-04-06 | 1 | -1/+1 |
| | | | | | test of `from'. | ||||
| * | (run_composition_function): Remove unused variable | Eli Zaretskii | 2001-01-02 | 1 | -2/+2 |
| | | | | | | `val'. (update_compositions): Remove unused variable `hook'. | ||||
| * | (find_composition): Fix a code for searching a composition backward. | Kenichi Handa | 2000-12-30 | 1 | -7/+18 |
| | | |||||
| * | (update_compositions): Fix typo (use the correct variable). | Kenichi Handa | 2000-12-06 | 1 | -1/+1 |
| | | |||||
| * | (Vcomposition_function_table): New variable. | Kenichi Handa | 2000-11-06 | 1 | -5/+151 |
| | | | | | | | | | | | (Qcomposition_function_table): New variable. (run_composition_function): Call Vcompose_chars_after_function with three arguments. (compose_chars_in_text): New function. (syms_of_composite): Modified the doc-string of Vcompose_chars_after_function. Declare composition-function-table as a lisp variable, and initialize it. | ||||
| * | (AREF): Remove definition. | Gerd Moellmann | 2000-07-13 | 1 | -2/+0 |
| | | |||||
| * | (make_composition_value_copy): New function. | Kenichi Handa | 2000-07-04 | 1 | -0/+25 |
| | | |||||
| * | (update_compositions): If FROM and TO is not in a | Kenichi Handa | 2000-04-13 | 1 | -0/+4 |
| | | | | | valid range, do nothing. | ||||
| * | * composite.c (run_composite_function): Use NILP when checking for nil. | Ken Raeburn | 2000-04-02 | 1 | -4/+3 |
| | | | | | | (syms_of_composite): Delete local var NARGS, pass an int as first argument to Fmake_hash_table. | ||||
| * | New file | Kenichi Handa | 1999-12-15 | 1 | -0/+707 |