Fix -Wimplicit warnings.
[bpt/emacs.git] / src / abbrev.c
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-02-25 Karl HeuerReorder args of del_range_both.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-05 Richard M. Stallman(Fexpand_abbrev): Pass both kinds of size to oblookup.
1998-01-01 Richard M. StallmanUpdate copyright year.
1997-12-31 Richard M. Stallman(describe_abbrev): Return void.
1997-02-22 Karl HeuerChange FETCH_CHAR references to FETCH_BYTE.
1996-12-26 Richard M. Stallman(Fexpand_abbrev): Return the abbrev symbol, or nil...
1996-11-12 Richard M. Stallman(Fexpand_abbrev): If the abbrev's expansion is nil,
1996-10-31 Erik NaggumReorganize function definitions so etags finds them.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Karl Heuer(Fdefine_abbrev_table): Fix previous change.
1996-01-09 Erik Naggum(Fdefine_global_abbrev, Fdefine_mode_abbrev, Fabbrev_sy...
1995-06-06 Karl Heuer(Fexpand_abbrev): Call to upcase_initials_region
1995-04-25 Richard M. StallmanComment change.
1995-04-20 Karl Heuer(Fexpand_abbrev): Add some error checking.
1994-10-04 Karl Heuer(Fexpand_abbrev): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(write_abbrev, Finsert_abbrev_table_description): Use...
1994-09-27 Karl Heuer(Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev)...
1994-09-24 Richard M. Stallman(Fexpand_abbrev): Instead of Fcapitalize_region,
1993-09-14 Richard M. Stallman(Funexpand_abbrev, Fexpand_abbrev): Pass new arg to...
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-05-22 Jim BlandyUpdated copyright years.
1993-02-23 Jim Blandy* abbrev.c (Fexpand_abbrev): Only copy the text we...
1992-10-31 Jim Blandy* abbrev.c (Funexpand_abbrev): Just assign the last...
1992-08-19 Jim Blandy* abbrev.c (syms_of_abbrev): Call DEFVAR_PER_BUFFER...
1992-08-19 Richard M. Stallman(Fexpand_abbrev): If pre-expand hook changes the buffer,
1992-08-14 Jim Blandy* abbrev.c (Fdefine_abbrev_table): Fiddled with formatting.
1992-01-13 Jim Blandyentered into RCS
1991-12-17 Richard M. Stallman*** empty log message ***
1991-08-16 Jim Blandy*** empty log message ***
1990-12-25 Richard M. StallmanInitial revision