Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
[bpt/emacs.git] / src / casefiddle.c
1998-01-09 Richard M. Stallman(casify_object): Scan string by bytes and chars.
1998-01-01 Richard M. Stallman(casify_region): Scan in bytes and chars.
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-06-04 Kenichi Handa(casify_object): Fix bug on handling a character
1997-05-28 Kenichi Handa(casify_object): Handle multibyte characters.
1997-05-15 Karl HeuerInclude charset.h.
1997-02-22 Karl HeuerChange FETCH_CHAR references to FETCH_BYTE.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-05-06 Richard M. Stallman(casify_region, casify_object):
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fupcase_region, Fdowncase_region, Fcapitalize_region,
1995-06-15 Karl HeuerUpdate GPL to version 2.
1995-06-06 Karl Heuer(casify_region): Use explicit local vars for start
1994-10-04 Karl Heuer(casify_object, operate_on_word, Fupcase_word, Fdowncas...
1994-09-27 Karl Heuer(casify_object): Use type test macros.
1994-09-24 Richard M. Stallman(Fupcase_initials_region): New function.
1994-09-24 Richard M. Stallman(upcase_initials): New function.
1994-05-04 Karl HeuerUpdate copyright.
1994-03-06 Richard M. Stallman(operate_on_word): Don't move point; store in *NEWPOINT.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-05-16 Richard M. Stallman(casify_region): Remove mistaken arg to record_change.
1993-05-14 Jim BlandyThe text property routines can now modify buffers other
1993-02-22 Jim Blandy* callint.c (Fcall_interactively): Pass the correct...
1992-10-31 Jim Blandy* casefiddle.c (operate_on_word): Declare end to be...
1992-01-13 Jim Blandyentered into RCS
1990-11-12 Jim BlandyInitial revision