| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (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 |
| | | |||||
| * | *** 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 |
| | | | | | Call init_editfns now if it was not done before. | ||||
| * | (Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char, | Karl Heuer | 1994-10-04 | 1 | -15/+15 |
| | | | | | | Fprevious_char, Fchar_after, Ftranslate_region, Fnarrow_to_region, save_restriction_save): Don't use XFASTINT as an lvalue. | ||||
| * | (Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET | Karl Heuer | 1994-10-04 | 1 | -4/+4 |
| | | | | | directly. | ||||
| * | (lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers, | Karl Heuer | 1994-09-27 | 1 | -15/+15 |
| | | | | | Finsert_and_inherit_before_markers, Fformat): Use type test macros. | ||||
| * | (Fformat_time_string): Mostly rewritten, to handle | Richard M. Stallman | 1994-09-27 | 1 | -0/+65 |
| | | | | | | | | unlimited size, and report errors properly. (Fformat_time_string): New function. (syms_of_editfns): Defsubr it. | ||||
| * | (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 |
| | | | | | | | (Fbox_message): New function to print a message in a dialog box. (Fmessage_or_box): New function that choose whether to print a message in a dialog or in the echo area. | ||||
| * | (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 |
| | | | | | | Use insert_before_markers_and_inherit for character args. (Finsert_and_inherit): Use insert_and_inherit for character args. | ||||
| * | (Finsert_char): New arg INHERIT. | Richard M. Stallman | 1994-08-28 | 1 | -5/+10 |
| | | | | | Use insert_and_inherit if requested. | ||||
| * | (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 |
| | | | | | (get_system_name): New function, now just uses Vsystem_name. | ||||
| * | (transpose_markers): Allow for gap at start of region. | Karl Heuer | 1994-06-12 | 1 | -48/+38 |
| | | | | | (Ftranspose_regions): Don't precompute pointers into buffer text. | ||||
| * | (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 |
| | | | | | Update point as if it were a marker. | ||||
| * | (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 |
| | | | | | if mark position is unchanged. | ||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | | |||||
| * | (Ftranspose_regions): Take addresses only after move gap. | Richard M. Stallman | 1994-05-01 | 1 | -28/+54 |
| | | | | | | | Cast result of alloca. Use xmalloc instead, for large objects. Always copy the middle portion directly; never put it in temp. Always move the gap to START1 or END2, whichever is nearer. | ||||
| * | (Ftranspose_regions): New function. | Richard M. Stallman | 1994-04-29 | 1 | -0/+301 |
| | | | | | | (transpose_markers): Helper func for above. (syms_of_frame): Call defsubr for Stranspose_regions. | ||||
| * | (Fuser_real_login_name): Doc syntax fix. | Richard M. Stallman | 1994-04-14 | 1 | -1/+1 |
| | | |||||
| * | (make_buffer_string): Copy properties whenever we have some | Richard M. Stallman | 1994-04-09 | 1 | -2/+3 |
| | | | | | even if they don't change. | ||||
| * | (Fformat): Reword confusing error message. | Karl Heuer | 1994-04-07 | 1 | -1/+1 |
| | | |||||
| * | (Fformat): Validate number and type of arguments. | Karl Heuer | 1994-03-25 | 1 | -1/+3 |
| | | |||||
| * | (save_excursion_restore): Don't call Vrun_hooks if nil. | Richard M. Stallman | 1994-03-05 | 1 | -4/+7 |
| | | |||||
| * | (Fuser_real_login_name): Doc fix. | Karl Heuer | 1994-02-11 | 1 | -1/+2 |
| | | |||||
| * | (init_editfns): Look at LOGNAME before USER. | Karl Heuer | 1994-02-11 | 1 | -4/+4 |
| | | |||||
| * | (Fmessage): Copy the text to be displayed into a malloc'd buffer. | Karl Heuer | 1994-02-10 | 1 | -1/+19 |
| | | |||||
| * | (difftm): Simplify expression. | Karl Heuer | 1994-02-10 | 1 | -16/+15 |
| | | |||||
| * | (Femacs_pid): New function. | Richard M. Stallman | 1993-12-30 | 1 | -0/+8 |
| | | | | | (syms_of_editfns): Define it for Lisp. | ||||
| * | (Fmessage): Use message2. | Richard M. Stallman | 1993-12-23 | 1 | -10/+11 |
| | | | | | | (Fsubst_char_in_region): Move the NOUNDO hacking code after the modify_region call. | ||||
| * | (make_buffer_string): Don't copy intervals | Richard M. Stallman | 1993-11-23 | 1 | -7/+19 |
| | | | | | | | | | | | | if we don't really have any properties. (Finsert_buffer_substring): Pass graft_intervals_into_buffer the current buffer. Pass it the extra arg LENGTH. (Fsubst_char_in_region): Call modify_region only if a change has to be made. Call signal_after_change just once, at end. | ||||
| * | Doc fixes. | Richard M. Stallman | 1993-11-09 | 1 | -6/+6 |
| | | |||||
| * | (Finsert_and_inherit): New function. | Richard M. Stallman | 1993-09-14 | 1 | -3/+78 |
| | | | | | | (Finsert_and_inherit_before_markers): New function. (Finsert, Finsert_before_markers): Pass new arg to insert_from_string*. | ||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | (save_excursion_restore): Never make the buffer visible. | Richard M. Stallman | 1993-08-02 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_editfns): Just staticpro Vuser...name | Richard M. Stallman | 1993-07-30 | 1 | -11/+4 |
| | | | | | and Vsystem_name; don't make them Lisp variables. | ||||