aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (get_pos_property): Don't hardcode Qfield.Stefan Monnier2002-11-031-4/+4
* (Fmessage): Revert last change to properly handle %% format.Andreas Schwab2002-11-011-1/+1
* (find_field): Make an exception for nil fields.Stefan Monnier2002-11-011-0/+6
* (overlays_around, get_pos_property): New funs.Stefan Monnier2002-10-301-67/+158
* (Fformat): Detect invalid format letters for floats.Richard M. Stallman2002-10-261-1/+6
* (Fformat_time_string): Doc fix.Markus Rost2002-10-051-2/+2
* (save_restriction_restore): Defend from unchained marker.Richard M. Stallman2002-08-171-5/+7
* (Fmessage): Treat "" like nil.Richard M. Stallman2002-07-231-1/+3
* (general_insert_function): Insertion function nowKen Raeburn2002-07-161-2/+2
* (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.Ken Raeburn2002-07-161-4/+1
* (Fstring_to_char): Use string macros instead of Lisp_String fields.Ken Raeburn2002-07-161-5/+3
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-39/+38
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-4/+4
* * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+6
* (text_property_stickiness): Function moved to `textprop.c'.Miles Bader2002-03-141-77/+1
* (syms_of_editfns): Fix typo.Juanma Barranquero2002-03-121-1/+1
* (region_limit): Nicer error message.Richard M. Stallman2002-02-011-1/+1
* (Fformat): Update thissize from field_widthRichard M. Stallman2002-01-021-1/+3
* (Fcompare_buffer_substrings): Add QUIT to main loop.Richard M. Stallman2001-12-181-0/+2
* (find_field): Add BEG_LIMIT and END_LIMIT parameters.Miles Bader2001-11-151-21/+33
* (Fpropertize): Allow call with 1 arg.Richard M. Stallman2001-11-151-2/+2
* (Fuser_real_login_name): Reindent.Pavel Janík2001-11-131-4/+4
* Move the include of ctype.h after unistd.h.Richard M. Stallman2001-11-041-1/+2
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-43/+43
* (text_property_stickiness): Fix Lisp_Object used as boolean.Stefan Monnier2001-10-251-3/+3
* (char-to-string): Fix argument names (use CHAR instead of C) and usage.Pavel Janík2001-10-231-1/+2
* (Fsave_excursion, Fsave_current_buffer)Miles Bader2001-10-211-3/+8
* (Finsert, Finsert_and_inherit, Finsert_before_markers, Fmessage)Miles Bader2001-10-211-10/+29
* (text_property_stickiness): Really fix it this time.Miles Bader2001-10-191-20/+28
* (text_property_stickiness): Non-rear-non-stickiness doesn't takeMiles Bader2001-10-191-11/+17
* (Fline_beginning_position, Fline_end_position): Clarify documentation.Miles Bader2001-10-191-8/+15
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-231/+230
* Put doc strings in comments.Pavel Janík2001-10-151-524/+521
* (Fchar_to_string): Make doc string consistent with arguments.Pavel Janík2001-10-151-1/+1
* (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.Gerd Moellmann2001-10-111-7/+9
* (Fcurrent_time_zone): Cast isalnum() argument toGerd Moellmann2001-10-091-1/+1
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* *** empty log message ***Pavel Janík2001-10-081-0/+1
* (toplevel) [STDC_HEADERS]: Include float.h.Gerd Moellmann2001-07-231-1/+8
* (Fmessage_box): If the frame is not under a windowEli Zaretskii2001-06-151-7/+7
* (char_property_eq): Put in #if 0.Gerd Moellmann2001-05-281-0/+4
* (save_excursion_restore): Don't use XBUFFER onGerd Moellmann2001-04-261-2/+5
* (Fcurrent_time_zone): Accept spaces in timezoneGerd Moellmann2001-04-051-1/+1
* (Ffloat_time): Fix off-by-factor-of-10 bug in theGerd Moellmann2001-03-281-3/+6
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-021-0/+14
* (Fchar_to_string): If CHARACTER is less than 256,Kenichi Handa2001-02-091-1/+3
* (Fconstrain_to_field): Doc fix.Eli Zaretskii2001-02-021-1/+1
* (Fformat_time_string): Doc fix.Eli Zaretskii2001-01-311-2/+5
* (Fformat): Don't extend text properties from argumentsGerd Moellmann2001-01-221-4/+6