aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-09-081-8/+42
|\
| * (Finsert_byte): Return a proper value.Dave Love2002-10-151-1/+1
| * (general_insert_function): Check VAL by ASCII_CHAR_P,Kenichi Handa2002-10-151-1/+1
| * (Finsert_byte): New function.Kenichi Handa2002-08-201-0/+24
| * (Fchar_equal): Fix for the unibyte case.Kenichi Handa2002-08-201-2/+14
| * (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.Kenichi Handa2002-08-191-1/+1
| * Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-4/+2
* | New directoryKenichi Handa2003-09-081-6/+0
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (Fencode_time): Doc fix.Richard M. Stallman2003-08-171-0/+3
* | (overlays_around): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-9/+6
* | (save_excursion_restore, transpose_markers): Update for new types.Stefan Monnier2003-06-261-9/+8
* | (get_pos_property): Don't assume that `object' = nil.Stefan Monnier2003-05-171-21/+21
* | (Fformat): Set abort_on_gc during first scan of format.Richard M. Stallman2003-04-301-1/+9
* | (Fformat): Lisp_Object/int mixup.Stefan Monnier2003-04-111-2/+2
* | (Fformat): Translate positions of text propertiesRichard M. Stallman2003-04-091-26/+114
* | (Fformat): Use a copy of FORMAT string so that we canKenichi Handa2003-04-041-0/+7
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
* | (Fformat): Add comment about the treatment of 0 as a multibyteKenichi Handa2003-01-261-0/+4
* | (format2): New function, replaces format1Richard M. Stallman2003-01-251-21/+8
* | (Finsert): Mention `string-make-multibyte' andKim F. Storm2003-01-171-2/+7
* | (Fformat): Convert an unibyte char argument that isKenichi Handa2003-01-171-8/+16
* | (Fformat): Add parens.Richard M. Stallman2002-12-211-1/+2
* | (Fformat): Use alloca, not _alloca.Juanma Barranquero2002-12-101-5/+3
* | fixed a couple of minor compilation errors in editfns.cBen Key2002-12-101-2/+2
* | (Fformat): Handle precision in string conversion specifiers like libcKai Großjohann2002-12-091-18/+64
* | (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