| Commit message (Expand) | Author | Age | Files | Lines |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (Fconstrain_to_field): Fix int/Lisp_Object mixup. | Ken Raeburn | 2006-02-05 | 1 | -1/+2 |
* | (Fconstrain_to_field): Fix behaviour on field boundaries. | Károly Lőrentey | 2006-01-26 | 1 | -11/+31 |
* | (Fconstrain_to_field): Use get_pos_property, not Fget_char_property, | Károly Lőrentey | 2006-01-26 | 1 | -11/+13 |
* | (Fformat): Don't include string padding | Richard M. Stallman | 2005-10-28 | 1 | -2/+4 |
* | (Fcompare_buffer_substrings): Fix last change. | Kim F. Storm | 2005-10-24 | 1 | -1/+1 |
* | (Fcompare_buffer_substrings): Handle multibyte chars. | Stefan Monnier | 2005-10-24 | 1 | -5/+5 |
* | Move systime.h include after lisp.h. | Dan Nicolaescu | 2005-09-30 | 1 | -2/+2 |
* | (Fmessage, Fmessage_box, Fmessage_or_box): | Juri Linkov | 2005-09-29 | 1 | -5/+5 |
* | (Fformat): Explicitly test for end of format string and don't use `index'. | Richard M. Stallman | 2005-09-23 | 1 | -1/+3 |
* | (Fformat): Don't scan past end of format string that | Kim F. Storm | 2005-09-19 | 1 | -1/+1 |
* | (Ftranslate_region_internal): Reload `tt' after | Kim F. Storm | 2005-09-12 | 1 | -6/+9 |
* | (Fpropertize): Don't insist that properties be symbols. | Richard M. Stallman | 2005-09-04 | 1 | -4/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (Fsubst_char_in_region): Follow error conventions. | Juanma Barranquero | 2005-06-23 | 1 | -1/+1 |
* | (Fmessage_box): Use "Information" for frame title. | Nick Roberts | 2005-05-24 | 1 | -1/+1 |
* | Remove reference to defunct vms-pwd.h. | Thien-Thi Nguyen | 2005-04-20 | 1 | -3/+1 |
* | (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1. | Stefan Monnier | 2005-03-27 | 1 | -6/+3 |
* | (Fmessage): If arg is "", return "" (as before). | Richard M. Stallman | 2005-01-21 | 1 | -1/+1 |
* | * editfns.c (Voperating_system_release): Added. | Steven Tamm | 2005-01-20 | 1 | -0/+9 |
* | * editfns.c (Voperating_system_release): Added. | Steven Tamm | 2005-01-19 | 1 | -0/+18 |
* | Move #include "systime.h" before <sys/resource.h>. | Eli Zaretskii | 2004-11-08 | 1 | -11/+5 |
* | editfns.c: Adding in better patch | Steven Tamm | 2004-11-07 | 1 | -2/+3 |
* | editfns.c: Need to include sys/time.h before resource.h on darwin. | Steven Tamm | 2004-11-07 | 1 | -0/+3 |
* | (Fget_internal_run_time): New function. | Eli Zaretskii | 2004-11-06 | 1 | -0/+46 |
* | (Fmessage): Doc fix. | Richard M. Stallman | 2004-10-27 | 1 | -2/+5 |
* | (Fformat): Allocate discarded table with SAFE_ALLOCA. | Kim F. Storm | 2004-10-26 | 1 | -10/+12 |
* | (Ftranslate_region_internal): New function. | Kenichi Handa | 2004-10-22 | 1 | -20/+57 |
* | (Fdelete_and_extract_region): If region is empty, return null string. | Richard M. Stallman | 2004-10-19 | 1 | -0/+2 |
* | (Fformat): Handle format strings with multiple text | Kim F. Storm | 2004-09-12 | 1 | -4/+6 |
* | (Fformat): Allocated extra (dummy) element in info. | Kim F. Storm | 2004-07-30 | 1 | -2/+3 |
* | (Ffloat_time, Fformat_time_string, Fdecode_time) | Luc Teirlinck | 2004-07-09 | 1 | -30/+29 |
* | (Fformat, Ftranspose_regions): Use SAFE_ALLOCA. | Kim F. Storm | 2004-06-21 | 1 | -41/+29 |
* | (Fuser_login_name, Ffloat_time, Fencode_time, Fcurrent_time_string) | Juanma Barranquero | 2004-06-07 | 1 | -10/+11 |
* | (Finsert_buffer_substring): Make argument names match their use in | Juanma Barranquero | 2004-05-07 | 1 | -8/+8 |
* | (lisp_time_argument): Provide externally. | Eli Zaretskii | 2004-04-27 | 1 | -2/+2 |
* | (Fformat): Fix allocation size of precision array. | Kim F. Storm | 2004-04-13 | 1 | -2/+2 |
* | (Fformat): Fix initialization of the array info. | Kenichi Handa | 2004-03-30 | 1 | -1/+1 |
* | * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays. | Masatake YAMATO | 2004-03-25 | 1 | -1/+1 |
* | (Ftranslate_region): Lisp_Object/int mixup. | Stefan Monnier | 2004-03-02 | 1 | -2/+2 |
* | (Ftranslate_region): Fix previous change | Kenichi Handa | 2004-03-01 | 1 | -25/+11 |
* | (Ftranslate_region): Handle multibyte chars in the arg | Kenichi Handa | 2004-03-01 | 1 | -12/+25 |
* | (Fchar_after, Fchar_before): Doc fixes. | Luc Teirlinck | 2004-02-05 | 1 | -2/+2 |
* | For `format', make source and documentation match. | Jonathan Yavner | 2004-01-24 | 1 | -20/+19 |
* | (Fformat): Fix '&' to '&&'. | Kenichi Handa | 2004-01-08 | 1 | -1/+1 |
* | (region_limit): Support any non-zero value of BEGINNINGP. | Eli Zaretskii | 2003-09-07 | 1 | -1/+1 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (Fencode_time): Doc fix. | Richard M. Stallman | 2003-08-17 | 1 | -0/+3 |
* | (overlays_around): Use new type for overlays_(before|after). | Stefan Monnier | 2003-07-09 | 1 | -9/+6 |