Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (describe_abbrev): Return void. | Richard M. Stallman | 1997-12-31 | 1 | -14/+27 | |
| | | | | | | (write_abbrev): Return void. (Fexpand_abbrev): Scan in bytepos along with charpos. (Funexpand_abbrev): Use bytepos to delete the expansion. | |||||
* | Change FETCH_CHAR references to FETCH_BYTE. | Karl Heuer | 1997-02-22 | 1 | -2/+2 | |
| | ||||||
* | (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion. | Richard M. Stallman | 1996-12-26 | 1 | -7/+7 | |
| | ||||||
* | (Fexpand_abbrev): If the abbrev's expansion is nil, | Richard M. Stallman | 1996-11-12 | 1 | -38/+48 | |
| | | | | | don't expand it, but do still call the hook. (Fdefine_abbrev): Allow anything for EXPANSION. | |||||
* | Reorganize function definitions so etags finds them. | Erik Naggum | 1996-10-31 | 1 | -3/+2 | |
| | ||||||
* | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -11/+11 | |
| | ||||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 | |
| | ||||||
* | (Fdefine_abbrev_table): Fix previous change. | Karl Heuer | 1996-01-09 | 1 | -5/+4 | |
| | ||||||
* | (Fdefine_global_abbrev, Fdefine_mode_abbrev, Fabbrev_symbol, | Erik Naggum | 1996-01-09 | 1 | -20/+20 | |
| | | | | | Finsert_abbrev_table_description, Fdefine_abbrev_table): Harmonize arguments with documentation. | |||||
* | (Fexpand_abbrev): Call to upcase_initials_region | Karl Heuer | 1995-06-06 | 1 | -2/+2 | |
| | | | | changed to Fupcase_initials_region for consistency. | |||||
* | Comment change. | Richard M. Stallman | 1995-04-25 | 1 | -0/+2 | |
| | ||||||
* | (Fexpand_abbrev): Add some error checking. | Karl Heuer | 1995-04-20 | 1 | -3/+7 | |
| | ||||||
* | (Fexpand_abbrev): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -1/+1 | |
| | ||||||
* | (write_abbrev, Finsert_abbrev_table_description): Use new accessor macros | Karl Heuer | 1994-10-04 | 1 | -2/+2 | |
| | | | | instead of calling XSET directly. | |||||
* | (Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -7/+7 | |
| | ||||||
* | (Fexpand_abbrev): Instead of Fcapitalize_region, | Richard M. Stallman | 1994-09-24 | 1 | -8/+8 | |
| | | | | just upcase the first initial. | |||||
* | (Funexpand_abbrev, Fexpand_abbrev): Pass new arg to insert_from_string. | Richard M. Stallman | 1993-09-14 | 1 | -2/+3 | |
| | ||||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 | |
| | ||||||
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 | |
| | ||||||
* | * abbrev.c (Fexpand_abbrev): Only copy the text we're going to | Jim Blandy | 1993-02-23 | 1 | -1/+1 | |
| | | | | | | expand - from wordstart to wordend, not from wordstart to point - into the buffer. There might be non-word text between wordend and point. | |||||
* | * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value | Jim Blandy | 1992-10-31 | 1 | -1/+3 | |
| | | | | | to val; don't use XSET. Make sure that the value of the abbrev-symbol is a string. | |||||
* | * abbrev.c (syms_of_abbrev): Call DEFVAR_PER_BUFFER with the new | Jim Blandy | 1992-08-19 | 1 | -5/+5 | |
| | | | | TYPE argument. | |||||
* | (Fexpand_abbrev): If pre-expand hook changes the buffer, | Richard M. Stallman | 1992-08-19 | 1 | -4/+9 | |
| | | | | assume that means we "did an expansion". | |||||
* | * abbrev.c (Fdefine_abbrev_table): Fiddled with formatting. | Jim Blandy | 1992-08-14 | 1 | -6/+3 | |
| | ||||||
* | entered into RCS | Jim Blandy | 1992-01-13 | 1 | -23/+22 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1991-12-17 | 1 | -0/+14 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1991-08-16 | 1 | -2/+8 | |
| | ||||||
* | Initial revision | Richard M. Stallman | 1990-12-25 | 1 | -0/+540 | |