| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fformat): Limit minlen to avoid stack overflow. | Richard M. Stallman | 1995-08-11 | 1 | -5/+16 |
* | (Fformat): Doc fix. | Richard M. Stallman | 1995-07-20 | 1 | -1/+5 |
* | (Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true. | Richard M. Stallman | 1995-07-20 | 1 | -1/+13 |
* | (Fformat): Increment total for size of control string. | Richard M. Stallman | 1995-07-18 | 1 | -0/+3 |
* | (Fmessage): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -6/+3 |
* | (Fwiden): Set clip_changed in current buffer. | Richard M. Stallman | 1995-07-07 | 1 | -3/+3 |
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
* | (Fencode_time): Doc fix. | Karl Heuer | 1995-06-03 | 1 | -1/+1 |
* | (syms_of_editfns): user-login-name renamed from user-name. | Karl Heuer | 1995-05-30 | 1 | -16/+17 |
* | (format1): Cast arg of doprnt. | Karl Heuer | 1995-05-25 | 1 | -2/+2 |
* | (Fformat): Split double into two pointers, not two ints. | Karl Heuer | 1995-05-22 | 1 | -3/+3 |
* | (days_per_month): Move variable to top level. | Richard M. Stallman | 1995-05-05 | 1 | -1/+3 |
* | (Fencode_time): Rename arg from min to minute. | Richard M. Stallman | 1995-05-05 | 1 | -7/+7 |
* | Comment change. | Richard M. Stallman | 1995-04-18 | 1 | -1/+3 |
* | (Fencode_time): Don't treat years < 100 as special. | Richard M. Stallman | 1995-04-18 | 1 | -9/+2 |
* | (Fencode_time): Rewrite by Naggum. | Richard M. Stallman | 1995-04-17 | 1 | -52/+69 |
* | (Fencode_time): Fix missing \n\'s. | Karl Heuer | 1995-04-14 | 1 | -6/+6 |
* | (init_editfns): Add casts. | Richard M. Stallman | 1995-04-14 | 1 | -3/+3 |
* | (Fbuffer_string): Doc clarification. | Karl Heuer | 1995-04-13 | 1 | -1/+3 |
* | (Fencode_time): Use XINT to examine `zone'. | Richard M. Stallman | 1995-04-12 | 1 | -0/+85 |
* | (Fformat): Cast int to pointer by way of EMACS_INT. | Richard M. Stallman | 1995-04-07 | 1 | -5/+5 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (init_editfns): Use NAME envvar to init user-full-name. | Richard M. Stallman | 1995-03-27 | 1 | -0/+4 |
* | (subst_char_in_region_unwind): New function. | Richard M. Stallman | 1995-01-19 | 1 | -0/+19 |
* | (Fnarrow_to_region): Swap using temp Lisp_Object, not int. | Karl Heuer | 1995-01-10 | 1 | -5/+2 |
* | (Finsert_char): Check inherit flag for long strings too. | Karl Heuer | 1995-01-10 | 1 | -1/+6 |
* | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -4/+4 |
* | (Fdecode_time): Fix Lisp_Object vs. integer problems. | Karl Heuer | 1994-11-02 | 1 | -8/+17 |
* | (Fdecode_time): Change one XFASTINT to XINT. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
* | (init_editfns): Get the username from the environment | Richard M. Stallman | 1994-11-01 | 1 | -0/+40 |
* | (Finsert_buffer_substring): Use insert_from_buffer instead of insert. | Karl Heuer | 1994-10-22 | 1 | -29/+5 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -4/+22 |
* | (Fuser_login_name, Fuser_real_login_name): | Richard M. Stallman | 1994-10-13 | 1 | -0/+10 |
* | (Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char, | Karl Heuer | 1994-10-04 | 1 | -15/+15 |
* | (Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET | Karl Heuer | 1994-10-04 | 1 | -4/+4 |
* | (lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers, | Karl Heuer | 1994-09-27 | 1 | -15/+15 |
* | (Fformat_time_string): Mostly rewritten, to handle | Richard M. Stallman | 1994-09-27 | 1 | -0/+65 |
* | (Fmessage_or_box): Use Fmessage_box with new name. | Richard M. Stallman | 1994-09-22 | 1 | -1/+1 |
* | (Fmessage_box): Renamed from Fbox_message. | Richard M. Stallman | 1994-09-21 | 1 | -0/+82 |
* | (Fnarrow_to_region, format1): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -3/+3 |
* | (syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again. | Karl Heuer | 1994-09-16 | 1 | -4/+11 |
* | (Finsert_and_inherit_before_markers): | Richard M. Stallman | 1994-08-30 | 1 | -2/+2 |
* | (Finsert_char): New arg INHERIT. | Richard M. Stallman | 1994-08-28 | 1 | -5/+10 |
* | (get_system_name): Add a cast. | Richard M. Stallman | 1994-07-25 | 1 | -1/+1 |
* | (init_editfns): Call init_system_name instead of get_system_name. | Karl Heuer | 1994-06-15 | 1 | -9/+8 |
* | (transpose_markers): Allow for gap at start of region. | Karl Heuer | 1994-06-12 | 1 | -48/+38 |
* | (difftm): Don't store a long value into an int variable. | Richard M. Stallman | 1994-05-28 | 1 | -1/+1 |
* | (Ftranspose_regions): Fix overlays after moving markers. | Karl Heuer | 1994-05-17 | 1 | -1/+15 |
* | (Fcurrent_time_zone): Add cast. | Richard M. Stallman | 1994-05-15 | 1 | -1/+1 |
* | (save_excursion_restore): Don't run activate-mark-hook | Richard M. Stallman | 1994-05-13 | 1 | -2/+10 |