]> code.delx.au - gnu-emacs/history - src/abbrev.c
(Version, mh-version): Update for release 8.0.
[gnu-emacs] / src / abbrev.c
2006-04-18 Richard M. Stallman(Finsert_abbrev_table_description): Sort the abbrevs...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-23 Juanma Barranquero(Funexpand_abbrev): Follow error conventions.
2004-07-31 Richard M. Stallman(Fexpand_abbrev): Undo previous change.
2004-07-24 Richard M. Stallman(Fexpand_abbrev): Run Qpre_abbrev_expand_hook
2004-06-16 Kim F. StormUpdate copyright.
2004-02-24 Luc Teirlinck(Finsert_abbrev_table_description): Doc fix.
2003-09-01 Miles BaderAdd arch taglines
2003-08-29 Richard M. Stallman(Fexpand_abbrev): Insert before deleting.
2003-04-17 Stefan Monnier(Fdefine_abbrev_table): Use XCAR, XCDR.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-08-20 Kenichi Handa(Fexpand_abbrev): Fix for the multibyte case.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-05-20 Ken Raeburn* abbrev.c (write_abbrev): Use SYMBOL_NAME instead...
2002-04-25 Pavel Janík(abbrev-start-location): Doc fix.
2002-04-22 Pavel JaníkAdd comment of arbitrary chosen constant 59.
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-03-03 Richard M. Stallman(Fexpand_abbrev): Increment plist as use count only...
2001-12-29 Ken Raeburn* abbrev.c (Fexpand_abbrev): Use NILP instead of implic...
2001-12-28 Richard M. StallmanUse the plist of an abbrev for multiple params if nec.
2001-11-26 Richard M. Stallman(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-21 Pavel Janík(Finsert_abbrev_table_description): Reindent.
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-15 Pavel JaníkPut doc strings in comments.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of...
2000-06-19 Gerd Moellmann(syms_of_abbrev): Set buffer_default's abbrev table
2000-01-21 Richard M. StallmanComment change.
1999-12-30 Gerd Moellmann(Fexpand_abbrev): If expanding an abbrev which has...
1999-09-20 Gerd Moellmann(Fexpand_abbrev): Remove unused variables.
1999-05-18 Richard M. Stallman(Fdefine_abbrev): Doc fix.
1998-11-16 Kenichi HandaInclude charset.h.
1998-08-05 Richard M. Stallman(Funexpand_abbrev): Add ADJUST instead of subtracting.
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