| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fformat): Add comment about the treatment of 0 as a multibyte | Kenichi Handa | 2003-01-26 | 1 | -0/+4 |
* | (format2): New function, replaces format1 | Richard M. Stallman | 2003-01-25 | 1 | -21/+8 |
* | (Finsert): Mention `string-make-multibyte' and | Kim F. Storm | 2003-01-17 | 1 | -2/+7 |
* | (Fformat): Convert an unibyte char argument that is | Kenichi Handa | 2003-01-17 | 1 | -8/+16 |
* | (Fformat): Add parens. | Richard M. Stallman | 2002-12-21 | 1 | -1/+2 |
* | (Fformat): Use alloca, not _alloca. | Juanma Barranquero | 2002-12-10 | 1 | -5/+3 |
* | fixed a couple of minor compilation errors in editfns.c | Ben Key | 2002-12-10 | 1 | -2/+2 |
* | (Fformat): Handle precision in string conversion specifiers like libc | Kai Großjohann | 2002-12-09 | 1 | -18/+64 |
* | (get_pos_property): Don't hardcode Qfield. | Stefan Monnier | 2002-11-03 | 1 | -4/+4 |
* | (Fmessage): Revert last change to properly handle %% format. | Andreas Schwab | 2002-11-01 | 1 | -1/+1 |
* | (find_field): Make an exception for nil fields. | Stefan Monnier | 2002-11-01 | 1 | -0/+6 |
* | (overlays_around, get_pos_property): New funs. | Stefan Monnier | 2002-10-30 | 1 | -67/+158 |
* | (Fformat): Detect invalid format letters for floats. | Richard M. Stallman | 2002-10-26 | 1 | -1/+6 |
* | (Fformat_time_string): Doc fix. | Markus Rost | 2002-10-05 | 1 | -2/+2 |
* | (save_restriction_restore): Defend from unchained marker. | Richard M. Stallman | 2002-08-17 | 1 | -5/+7 |
* | (Fmessage): Treat "" like nil. | Richard M. Stallman | 2002-07-23 | 1 | -1/+3 |
* | (general_insert_function): Insertion function now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value. | Ken Raeburn | 2002-07-16 | 1 | -4/+1 |
* | (Fstring_to_char): Use string macros instead of Lisp_String fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+3 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -39/+38 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -4/+4 |
* | * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -0/+6 |
* | (text_property_stickiness): Function moved to `textprop.c'. | Miles Bader | 2002-03-14 | 1 | -77/+1 |
* | (syms_of_editfns): Fix typo. | Juanma Barranquero | 2002-03-12 | 1 | -1/+1 |
* | (region_limit): Nicer error message. | Richard M. Stallman | 2002-02-01 | 1 | -1/+1 |
* | (Fformat): Update thissize from field_width | Richard M. Stallman | 2002-01-02 | 1 | -1/+3 |
* | (Fcompare_buffer_substrings): Add QUIT to main loop. | Richard M. Stallman | 2001-12-18 | 1 | -0/+2 |
* | (find_field): Add BEG_LIMIT and END_LIMIT parameters. | Miles Bader | 2001-11-15 | 1 | -21/+33 |
* | (Fpropertize): Allow call with 1 arg. | Richard M. Stallman | 2001-11-15 | 1 | -2/+2 |
* | (Fuser_real_login_name): Reindent. | Pavel Janík | 2001-11-13 | 1 | -4/+4 |
* | Move the include of ctype.h after unistd.h. | Richard M. Stallman | 2001-11-04 | 1 | -1/+2 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -43/+43 |
* | (text_property_stickiness): Fix Lisp_Object used as boolean. | Stefan Monnier | 2001-10-25 | 1 | -3/+3 |
* | (char-to-string): Fix argument names (use CHAR instead of C) and usage. | Pavel Janík | 2001-10-23 | 1 | -1/+2 |
* | (Fsave_excursion, Fsave_current_buffer) | Miles Bader | 2001-10-21 | 1 | -3/+8 |
* | (Finsert, Finsert_and_inherit, Finsert_before_markers, Fmessage) | Miles Bader | 2001-10-21 | 1 | -10/+29 |
* | (text_property_stickiness): Really fix it this time. | Miles Bader | 2001-10-19 | 1 | -20/+28 |
* | (text_property_stickiness): Non-rear-non-stickiness doesn't take | Miles Bader | 2001-10-19 | 1 | -11/+17 |
* | (Fline_beginning_position, Fline_end_position): Clarify documentation. | Miles Bader | 2001-10-19 | 1 | -8/+15 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -231/+230 |
* | Put doc strings in comments. | Pavel Janík | 2001-10-15 | 1 | -524/+521 |
* | (Fchar_to_string): Make doc string consistent with arguments. | Pavel Janík | 2001-10-15 | 1 | -1/+1 |
* | (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float. | Gerd Moellmann | 2001-10-11 | 1 | -7/+9 |
* | (Fcurrent_time_zone): Cast isalnum() argument to | Gerd Moellmann | 2001-10-09 | 1 | -1/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | *** empty log message *** | Pavel Janík | 2001-10-08 | 1 | -0/+1 |
* | (toplevel) [STDC_HEADERS]: Include float.h. | Gerd Moellmann | 2001-07-23 | 1 | -1/+8 |
* | (Fmessage_box): If the frame is not under a window | Eli Zaretskii | 2001-06-15 | 1 | -7/+7 |
* | (char_property_eq): Put in #if 0. | Gerd Moellmann | 2001-05-28 | 1 | -0/+4 |