| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (syms_of_editfns): Make buffer-access-fontify-functions | Richard M. Stallman | 1996-01-30 | 1 | -0/+12 |
| | | | | | locally nil in the prin1 buffer. | ||||
| * | (Fcompare_buffer_substrings): Access case_canon_table as a char_table. | Richard M. Stallman | 1996-01-27 | 1 | -2/+2 |
| | | |||||
| * | (Fformat_time_string): Don't crash if the resulting string is empty. | Paul Eggert | 1996-01-20 | 1 | -3/+5 |
| | | | | | Doc fix. | ||||
| * | sp correction | Simon Marshall | 1996-01-18 | 1 | -1/+1 |
| | | |||||
| * | (set_time_zone_rule): No longer static. | Richard M. Stallman | 1996-01-17 | 1 | -2/+2 |
| | | |||||
| * | (update_buffer_properties): Delete superfluous &'s. | Karl Heuer | 1996-01-09 | 1 | -2/+2 |
| | | |||||
| * | (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, Finsert_char, | Erik Naggum | 1996-01-09 | 1 | -74/+74 |
| | | | | | | | | Fbuffer_substring, Fbuffer_substring_no_properties, Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region): Harmonize arguments with documentation. (Fformat_time_string): Allow TIME to default to current time. | ||||
| * | (Fmessage_box, Fmessage_or_box): | Richard M. Stallman | 1995-12-28 | 1 | -17/+11 |
| | | | | | HAVE_X_MENU renamed to HAVE_MENUS. Doc fixes. | ||||
| * | (Fset_time_zone_rule): Move static var environbuf | Karl Heuer | 1995-12-21 | 1 | -11/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | to top level. (syms_of_editfns): Initialize environbuf explicitly. (Vbuffer_access_fontified_property): New variable. (syms_of_editfns): Set up Lisp var. (make_buffer_string): Don't call the Vbuffer_access_fontify_functions if the text is already fontified. (Fbuffer_string): Pas 1 for PROPS arg. (update_buffer_properties): New subroutine. (Finsert_buffer_substring): Use update_buffer_properties. (make_buffer_string): New arg PROPS. (Fbuffer_string, Fbuffer_substring): Pass new arg. (Fbuffer_substring_no_properties): New function. (syms_of_editfns): defsubr it. (Vbuffer_access_fontify_functions): New variable. (Qbuffer_access_fontify_functions): New variable. (syms_of_editfns): Set up Lisp variable, initialize them. (make_buffer_string): Run this new hook. | ||||
| * | (Fcurrent_time): Doc fix. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| | | |||||
| * | (Fformat): Use doprnt_lisp. | Richard M. Stallman | 1995-11-10 | 1 | -2/+7 |
| | | |||||
| * | (Fencode_time): Add cast. | Richard M. Stallman | 1995-10-30 | 1 | -2/+2 |
| | | | | | (Fset_time_zone_rule): Add cast. | ||||
| * | (Fchar_equal): Handle char-table as case table. | Richard M. Stallman | 1995-10-18 | 1 | -2/+3 |
| | | |||||
| * | (Fencode_time): Use mktime to do the real work; | Paul Eggert | 1995-09-10 | 1 | -90/+80 |
| | | | | | | | | | | | | this fixes bugs involving out-of-range dates and leap seconds, and allows date arithmetic via out-of-range values for arguments. Allow the ZONE parameter to be a TZ-style string. Doc string fix: `1900' -> `this century'. (set_time_zone_rule): New function. (Fset_time_zone_rule): Use it. (environ, make_time): Add extern declarations. (days_per_month): Remove. | ||||
| * | (Fset_time_zone_rule): New function. | Richard M. Stallman | 1995-09-10 | 1 | -0/+50 |
| | | | | | (syms_of_editfns): defsubr it. | ||||
| * | (Fdecode_time): Doc fix. | Richard M. Stallman | 1995-09-09 | 1 | -1/+2 |
| | | |||||
| * | (save_excursion_save): Pass the new arg to Fcopy_marker. | Richard M. Stallman | 1995-09-01 | 1 | -1/+1 |
| | | |||||
| * | (Fdecode_time): Doc fix. | Richard M. Stallman | 1995-08-29 | 1 | -1/+1 |
| | | |||||
| * | Delete some #if 0'd functions. | Richard M. Stallman | 1995-08-27 | 1 | -46/+0 |
| | | |||||
| * | (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 |
| | | | | | (Fnarrow_to_region, save_restriction_restore): Likewise. | ||||
| * | 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 |
| | | | | | | user-real-login-name renamed from user-real-name. C names changed to Vuser_real_login_name, Vuser_login_name as well. | ||||
| * | (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 |
| | | | | | (Fformat): Allow 30 characters in the printed version of integers and floats. | ||||
| * | 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 |
| | | | | | (Fencode_time): New function, to match `decode-time'. | ||||
| * | (Fformat): Cast int to pointer by way of EMACS_INT. | Richard M. Stallman | 1995-04-07 | 1 | -5/+5 |
| | | | | | (Fformat_time_string): Use emacs_strftime. Doc fix. | ||||
| * | 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 |
| | | | | | (Fsubst_char_in_region): Use it to make undo_list t temporarily. | ||||
| * | (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 |
| | | | | | | | | instead of direct access to the save_modiff field. (Ftranspose_regions): Use BUF_INTERVALS. (transpose_markers): Use BUF_MARKERS. | ||||
| * | (Fdecode_time): Fix Lisp_Object vs. integer problems. | Karl Heuer | 1994-11-02 | 1 | -8/+17 |
| | | | | | Don't use tm_gmtoff; it's not portable. | ||||
| * | (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 |
| | | | | | | | | variable USERNAME instead of USER. (Fdecode_time): New function. (syms_of_editfns): defsubr it. | ||||
| * | (Finsert_buffer_substring): Use insert_from_buffer instead of insert. | Karl Heuer | 1994-10-22 | 1 | -29/+5 |
| | | |||||