aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40Miles Bader2004-09-151-4/+6
|\
| * (Fformat): Handle format strings with multiple textKim F. Storm2004-09-121-4/+6
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27Miles Bader2004-08-031-2/+3
|\ \ | |/
| * (Fformat): Allocated extra (dummy) element in info.Kim F. Storm2004-07-301-2/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-23Miles Bader2004-07-111-30/+29
|\ \ | |/
| * (Ffloat_time, Fformat_time_string, Fdecode_time)Luc Teirlinck2004-07-091-30/+29
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader2004-06-291-41/+29
|\ \ | |/
| * (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-41/+29
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-20/+21
|\ \ | |/
| * (Fuser_login_name, Ffloat_time, Fencode_time, Fcurrent_time_string)Juanma Barranquero2004-06-071-10/+11
| * (Finsert_buffer_substring): Make argument names match their use inJuanma Barranquero2004-05-071-8/+8
| * (lisp_time_argument): Provide externally.Eli Zaretskii2004-04-271-2/+2
| * (Fformat): Fix allocation size of precision array.Kim F. Storm2004-04-131-2/+2
| * (Fformat): Fix initialization of the array info.Kenichi Handa2004-03-301-1/+1
| * * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.Masatake YAMATO2004-03-251-1/+1
| * (Ftranslate_region): Lisp_Object/int mixup.Stefan Monnier2004-03-021-2/+2
| * (Ftranslate_region): Fix previous changeKenichi Handa2004-03-011-25/+11
| * (Ftranslate_region): Handle multibyte chars in the argKenichi Handa2004-03-011-12/+25
| * (Fchar_after, Fchar_before): Doc fixes.Luc Teirlinck2004-02-051-2/+2
| * For `format', make source and documentation match.Jonathan Yavner2004-01-241-20/+19
| * (Fformat): Fix '&' to '&&'.Kenichi Handa2004-01-081-1/+1
| * (region_limit): Support any non-zero value of BEGINNINGP.Eli Zaretskii2003-09-071-1/+1
* | Sync to HEADKenichi Handa2004-04-161-3/+3
* | Sync to HEAD.Kenichi Handa2004-04-071-48/+167
* | (Ftranslate_region_internal): Fix Lisp_Object/int mixup.Kenichi Handa2004-03-111-1/+1
* | (Ftranslate_region_internal): Renamed fromKenichi Handa2004-03-041-49/+72
* | (Fgoto_char): Fix docstring.Kenichi Handa2003-10-171-4/+1
* | *** 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