Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | (region_limit): Declare Vmark_even_if_inactive. | Roland McGrath | 1993-07-08 | 1 | -0/+1 |
| | |||||
* | (region_limit): Don't error if Vmark_even_if_inactive is set. When the | Roland McGrath | 1993-07-08 | 1 | -2/+3 |
| | | | | | mark is inactive and that is a no-no, signal mark-inactive instead of using error with a message. | ||||
* | * editfns.c (Fformat): Since floats occupy two elements in the | Jim Blandy | 1993-07-07 | 1 | -7/+12 |
| | | | | | | argument list passed to doprnt, we must use separate indices for the array of arguments passed to Fformat, and the array of arguments to be passed to doprnt. | ||||
* | (Finsert_buffer_substring): Doc fix. | Roland McGrath | 1993-06-16 | 1 | -1/+1 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
| | |||||
* | (Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE. | Richard M. Stallman | 1993-06-06 | 1 | -0/+5 |
| | |||||
* | (Fcurrent_time_zone): Make `am' an int, not long. | Richard M. Stallman | 1993-05-23 | 1 | -1/+1 |
| | |||||
* | (Fcurrent_time_zone): Assign gmt, instead of init. | Richard M. Stallman | 1993-05-23 | 1 | -5/+7 |
| | |||||
* | * editfns.c: #include <sys/types.h>, to get time_t for Eggert's | Jim Blandy | 1993-05-22 | 1 | -0/+2 |
| | | | | changes. | ||||
* | Some time-handling patches from Paul Eggert: | Jim Blandy | 1993-05-20 | 1 | -45/+91 |
| | | | | | | | | | | | | * editfns.c (Fcurrent_time_zone): Take an optional argument specifying what (absolute) time should be used to determine the current time zone. Yield just offset and name of time zone, including DST correction. Yield time zone offset in seconds, not minutes. (lisp_time_argument, difftm): New functions. (Fcurrent_time_string): Use lisp_time_argument. * systime.h (EMACS_CURRENT_TIME_ZONE, EMACS_GET_TZ_OFFSET, EMACS_GET_TZ_NAMES): Remove. * config.h.in: Add HAVE_TM_ZONE. | ||||
* | The text property routines can now modify buffers other | Jim Blandy | 1993-05-14 | 1 | -2/+2 |
| | | | | | | | | | | | | than the current one. * insdel.c (modify_region): New argument BUFFER. Select that buffer while we prepare for the modification, and switch back when we're done. * textprop.c (add_properties, remove_properties): Pass the buffer being modified as the first argument to modify_region. * editfns.c (Fsubst_char_in_region, Ftranslate_region): Pass the current_buffer as the first argument to modify_region. * casefiddle.c (casify_region): Same. | ||||
* | * editfns.c (Fcurrent_time_zone): Return a list whose elements are | Jim Blandy | 1993-04-05 | 1 | -3/+6 |
| | | | | | nil if the time zone information is unavailable, instead of signalling an error. | ||||
* | (Fchar_equal): Don't ignore high bits of character. | Richard M. Stallman | 1993-03-27 | 1 | -1/+2 |
| | |||||
* | (Fcurrent_time_string): Optional arg specifies time. | Richard M. Stallman | 1993-03-12 | 1 | -6/+31 |
| | |||||
* | (save_excursion_save): Save mark_active of buffer. | Richard M. Stallman | 1993-03-07 | 1 | -5/+17 |
| | | | | | | (save_excursion_restore): Restore mark_active of buffer. Run activate-mark-hook if it's on, or deactivate-mark-hook if it turns off. (region_limit): Error if mark inactive, if transient-mark-mode. | ||||
* | * editfns.c (Fmessage): Don't forget to return a value when | Jim Blandy | 1993-02-22 | 1 | -1/+4 |
| | | | | args[0] == Qnil. | ||||
* | (Finsert_buffer_substring): Proper error for non-ex buffer. | Richard M. Stallman | 1993-02-11 | 1 | -5/+14 |
| | | | | (Fcompare_buffer_substrings): Likewise. | ||||
* | (Fcompare_buffer_substrings): New function. | Richard M. Stallman | 1993-02-11 | 1 | -0/+117 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1993-01-08 | 1 | -5/+3 |
| | |||||
* | * * editfns.c (Fmessage): With no arguments, clear any active | Jim Blandy | 1992-10-17 | 1 | -6/+12 |
| | | | | message; let the minibuffer contents show through. | ||||
* | * editfns.c (make_buffer_string): Call copy_intervals_to_string(). | Joseph Arceneaux | 1992-10-01 | 1 | -3/+18 |
| | | | | | (Finsert_buffer_substring): Call graft_intervals_into_buffer(). #include "intervals.h". | ||||
* | * editfns.c (save_excursion_save, save_excursion_restore): | Jim Blandy | 1992-09-29 | 1 | -3/+6 |
| | | | | Formatting tweaked for readability. | ||||
* | * editfns.c (Fcurrent_time_string): Change docstring to | Jim Blandy | 1992-09-13 | 1 | -2/+1 |
| | | | | | indicate that we will probably add the timezone to the end, now that we have it available on many systems. | ||||
* | * editfns.c (Fcurrent_time_zone): Doc fix. | Jim Blandy | 1992-08-12 | 1 | -0/+38 |
| | | | | | | | | * editfns.c (Fcurrent_time_zone): Don't forget to include code to signal an error when EMACS_CURRENT_TIME_ZONE is not defined. * editfns.c (Fcurrent_time_zone): New function. (syms_of_editfns): defsubr it. | ||||
* | entered into RCS | Richard M. Stallman | 1992-06-04 | 1 | -24/+0 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-05-18 | 1 | -17/+28 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-04-24 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-14 | 1 | -11/+20 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-01-21 | 1 | -7/+12 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-01-14 | 1 | -30/+12 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-12-08 | 1 | -7/+9 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-08-02 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-07-15 | 1 | -21/+28 |
| | |||||
* | Initial revision | Jim Blandy | 1991-06-29 | 1 | -0/+1265 |