]> code.delx.au - gnu-emacs/history - src/editfns.c
Trailing whitespace deleted.
[gnu-emacs] / src / editfns.c
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-26 Kenichi Handa(Fformat): Add comment about the treatment of 0 as...
2003-01-25 Richard M. Stallman(format2): New function, replaces format1
2003-01-17 Kim F. Storm(Finsert): Mention `string-make-multibyte' and
2003-01-17 Kenichi Handa(Fformat): Convert an unibyte char argument that is
2002-12-21 Richard M. Stallman(Fformat): Add parens.
2002-12-10 Juanma Barranquero(Fformat): Use alloca, not _alloca.
2002-12-10 Ben Keyfixed a couple of minor compilation errors in editfns.c
2002-12-09 Kai Großjohann(Fformat): Handle precision in string conversion specif...
2002-11-03 Stefan Monnier(get_pos_property): Don't hardcode Qfield.
2002-11-01 Andreas Schwab(Fmessage): Revert last change to properly handle ...
2002-11-01 Stefan Monnier(find_field): Make an exception for nil fields.
2002-10-30 Stefan Monnier(overlays_around, get_pos_property): New funs.
2002-10-26 Richard M. Stallman(Fformat): Detect invalid format letters for floats.
2002-10-05 Markus Rost(Fformat_time_string): Doc fix.
2002-08-17 Richard M. Stallman(save_restriction_restore): Defend from unchained marker.
2002-07-23 Richard M. Stallman(Fmessage): Treat "" like nil.
2002-07-16 Ken Raeburn(general_insert_function): Insertion function now
2002-07-16 Ken Raeburn(Fstring_to_char): Don't use XSTRING/XSETSTRING to...
2002-07-16 Ken Raeburn(Fstring_to_char): Use string macros instead of Lisp_St...
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,
next