- 16 Sep, 1994 1 commit
-
-
Karl Heuer authored
-
- 30 Aug, 1994 1 commit
-
-
Richard M. Stallman authored
Use insert_before_markers_and_inherit for character args. (Finsert_and_inherit): Use insert_and_inherit for character args.
-
- 28 Aug, 1994 1 commit
-
-
Richard M. Stallman authored
Use insert_and_inherit if requested.
-
- 25 Jul, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 15 Jun, 1994 1 commit
-
-
Karl Heuer authored
(get_system_name): New function, now just uses Vsystem_name.
-
- 12 Jun, 1994 1 commit
-
-
Karl Heuer authored
(Ftranspose_regions): Don't precompute pointers into buffer text.
-
- 28 May, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 17 May, 1994 1 commit
-
-
Karl Heuer authored
Update point as if it were a marker.
-
- 15 May, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 13 May, 1994 1 commit
-
-
Richard M. Stallman authored
if mark position is unchanged.
-
- 04 May, 1994 1 commit
-
-
Karl Heuer authored
-
- 01 May, 1994 1 commit
-
-
Richard M. Stallman authored
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.
-
- 29 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
(transpose_markers): Helper func for above. (syms_of_frame): Call defsubr for Stranspose_regions.
-
- 14 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 09 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
even if they don't change.
-
- 07 Apr, 1994 1 commit
-
-
Karl Heuer authored
-
- 25 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 05 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 11 Feb, 1994 2 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
-
- 10 Feb, 1994 2 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
-
- 30 Dec, 1993 1 commit
-
-
Richard M. Stallman authored
(syms_of_editfns): Define it for Lisp.
-
- 23 Dec, 1993 1 commit
-
-
Richard M. Stallman authored
(Fsubst_char_in_region): Move the NOUNDO hacking code after the modify_region call.
-
- 23 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
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.
-
- 09 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 14 Sep, 1993 1 commit
-
-
Richard M. Stallman authored
(Finsert_and_inherit_before_markers): New function. (Finsert, Finsert_before_markers): Pass new arg to insert_from_string*.
-
- 10 Sep, 1993 1 commit
-
-
Roland McGrath authored
-
- 02 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 30 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
and Vsystem_name; don't make them Lisp variables.
-
- 08 Jul, 1993 2 commits
-
-
Roland McGrath authored
-
Roland McGrath authored
mark is inactive and that is a no-no, signal mark-inactive instead of using error with a message.
-
- 07 Jul, 1993 1 commit
-
-
Jim Blandy authored
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.
-
- 16 Jun, 1993 1 commit
-
-
Roland McGrath authored
-
- 09 Jun, 1993 1 commit
-
-
Jim Blandy authored
-
- 06 Jun, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 23 May, 1993 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 22 May, 1993 1 commit
-
-
Jim Blandy authored
changes.
-
- 20 May, 1993 1 commit
-
-
Jim Blandy authored
* 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.
-