(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
[bpt/emacs.git] / src / editfns.c
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn* editfns.c (Fformat): Use SYMBOL_NAME and XSTRING...
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-03-14 Miles Bader(text_property_stickiness): Function moved to `textprop.c'.
2002-03-12 Juanma Barranquero(syms_of_editfns): Fix typo.
2002-02-01 Richard M. Stallman(region_limit): Nicer error message.
2002-01-02 Richard M. Stallman(Fformat): Update thissize from field_width
2001-12-18 Richard M. Stallman(Fcompare_buffer_substrings): Add QUIT to main loop.
2001-11-15 Miles Bader(find_field): Add BEG_LIMIT and END_LIMIT parameters.
2001-11-15 Richard M. Stallman(Fpropertize): Allow call with 1 arg.
2001-11-13 Pavel Janík(Fuser_real_login_name): Reindent.
2001-11-04 Richard M. StallmanMove the include of ctype.h after unistd.h.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-25 Stefan Monnier(text_property_stickiness): Fix Lisp_Object used as...
2001-10-23 Pavel Janík(char-to-string): Fix argument names (use CHAR instead...
2001-10-21 Miles Bader(Fsave_excursion, Fsave_current_buffer)
2001-10-21 Miles Bader(Finsert, Finsert_and_inherit, Finsert_before_markers...
2001-10-19 Miles Bader(text_property_stickiness): Really fix it this time.
2001-10-19 Miles Bader(text_property_stickiness): Non-rear-non-stickiness...
2001-10-19 Miles Bader(Fline_beginning_position, Fline_end_position): Clarify...
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-15 Pavel Janík(Fchar_to_string): Make doc string consistent with...
2001-10-11 Gerd Moellmann(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
2001-10-09 Gerd Moellmann(Fcurrent_time_zone): Cast isalnum() argument to
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-08 Pavel Janík*** empty log message ***
2001-07-23 Gerd Moellmann(toplevel) [STDC_HEADERS]: Include float.h.
2001-06-15 Eli Zaretskii(Fmessage_box): If the frame is not under a window
2001-05-28 Gerd Moellmann(char_property_eq): Put in #if 0.
2001-04-26 Gerd Moellmann(save_excursion_restore): Don't use XBUFFER on
2001-04-05 Gerd Moellmann(Fcurrent_time_zone): Accept spaces in timezone
2001-03-28 Gerd Moellmann(Ffloat_time): Fix off-by-factor-of-10 bug in the
2001-03-02 Gerd Moellmann(Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
2001-02-09 Kenichi Handa(Fchar_to_string): If CHARACTER is less than 256,
2001-02-02 Eli Zaretskii(Fconstrain_to_field): Doc fix.
2001-01-31 Eli Zaretskii(Fformat_time_string): Doc fix.
2001-01-22 Gerd Moellmann(Fformat): Don't extend text properties from arguments
2001-01-19 Kenichi Handa(Fformat): Use lisp_string_width instead of strwidth.
2001-01-19 Gerd Moellmann(Fbuffer_substring): Doc fix.
2001-01-04 Dave Love(Fformat): Doc fix.
2001-01-02 Eli Zaretskii(Ftranspose_regions): Remove unused variables `gcpro1'
2000-12-14 Gerd Moellmann(Fformat): Prevent a buffer overrun when the format
2000-12-04 Gerd Moellmann(save_excursion_restore): Don't move point
2000-10-25 Miles Bader(find_field):
2000-10-25 Miles Bader(find_field):
2000-10-16 Miles Bader(Fconstrain_to_field): Check carefully for field bounda...
2000-10-12 Gerd Moellmann(save_excursion_save): Additionally record the
2000-09-20 Gerd Moellmann(Fmessage_or_box): Doc fix.
2000-09-11 Miles Bader(Fbuffer_string): Doc fix.
2000-09-02 Gerd MoellmannRemove includes of
2000-08-28 Gerd Moellmann(toplevel) [HAVE_STRING_H]: Include string.h.
2000-08-22 Andrew Innes[USE_CRT_DLL]: Remove unnecessary extern, which screws
2000-08-21 Gerd Moellmann(find_field): Formatting changes.
2000-08-18 Miles Bader(save_restriction_save): Rewrite to use markers.
2000-08-08 Ken Raeburn(find_field): Use EQ, not ==, to compare lisp objects.
2000-08-05 Gerd Moellmann(Ftranspose_regions): Use xfree instead of free.
2000-08-01 Miles Bader(Fconstrain_to_field): Fix the conditions for deciding...
2000-07-27 Eli Zaretskii(lisp_time_argument): Fix last change.
2000-07-26 Sam Steingoldnew function: float-time
2000-07-24 Miles Bader(find_field): Honor special `boundary' fields.
2000-07-15 Miles Bader(char_property_eq, char_property_stickiness):
2000-07-04 Kenichi Handa(Fformat): While copying text properties, make each...
2000-05-19 Kenichi Handa(Fformat): Be sure to convert 8-bit characters to
2000-04-10 Dave Love(preceding-char, following-char): Doc fix.
2000-04-02 Ken Raeburn* editfns.c (text_property_stickiness, Fmessage_or_box...
2000-03-27 Gerd Moellmann(Fsubst_char_in_region): Don't use INC_POS in unibyte
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-01 Dave Love(Fpropertize): Doc fix.
2000-01-26 Dave Love(Fchar_after, Fchar_before): Doc fix.
2000-01-01 Gerd Moellmann(Fconstrain_to_field): Don't constrain if
2000-01-01 Gerd Moellmann(Vinhibit_field_text_motion): New variable.
1999-12-15 Kenichi Handa(Fchar_to_string): Adjusted for the change of
1999-12-07 Stefan Monnier* editfns.c (Fdelete_and_extract_region): New function.
1999-12-03 Dave Love(Fmessage_or_box): Use use_dialog_box.
1999-11-26 Richard M. Stallman(Fdelete_field): Make it noninteractive. Return nil.
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-12 Kenichi Handa(Ftranslate_region): Check the buffer multibyteness.
1999-11-09 Richard M. Stallman(Fline_beginning_position): If N is not 1,
1999-11-07 Gerd MoellmannRemove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-04 Gerd Moellmann(Fdelete_field): Renamed from Ferase_field.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-17 Gerd Moellmann(Fconstrain_to_field): Make sure we don't violate the
1999-09-29 Gerd Moellmann(Fpropertize): Renamed from Fproperties.
1999-09-25 Gerd Moellmann(Fproperties): New.
1999-09-20 Gerd Moellmann(init_editfns): Remove unused variables.
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-12 Gerd Moellmann(Fbuffer_string): Use prompt_end_charpos instead
1999-09-12 Richard M. Stallman(Fline_beginning_position): Handle minibuffer prompt...
1999-09-08 Richard M. StallmanClear up previous change.
1999-09-08 Richard M. Stallman(Fbufsize): Accept an extra BUFFER parameter.
1999-09-03 Kenichi Handa(Fsubst_char_in_region): Adjust the way to check byte...
1999-08-21 Gerd MoellmannRemove conditional compilation on NO_PROMPT_IN_BUFFER.
1999-07-21 Gerd Moellmann(Fmessage): Use message3.
1999-06-15 Karl Heuer(Fuser_full_name): Doc fix.
1999-03-19 Karl Heuer(Fformat): Accept %i format.
1999-02-07 Richard M. Stallman(Fformat): Doc fix.
1998-11-06 Kenichi Handa(Fstring_to_char): Don't return a multibyte character
1998-10-31 Kenichi Handa(Fsubst_char_in_region): Fix previous change.
next