1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

3492 Commits

Author SHA1 Message Date
Richard M. Stallman
47099d6f79 Include lisp.h earlier (before termhooks.h). 1993-06-06 21:16:51 +00:00
Richard M. Stallman
b602ba2fac (dired-unmark-all-files): Read arg as just a character.
Use non-regexp search to find a specific mark.
Use subst-char-in-region to make the change.
Improve the message at the end.
1993-06-06 21:13:16 +00:00
Richard M. Stallman
2ffe7ef250 [HAVE_TZNAME]: Declare tzname if not macro. 1993-06-06 17:44:23 +00:00
Richard M. Stallman
a7971c39a9 (Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE. 1993-06-06 17:43:12 +00:00
Richard M. Stallman
4c0744832b (HAVE_TZNAME): Add #undef. 1993-06-06 17:42:02 +00:00
Richard M. Stallman
999cf5c25f (NO_MODE_T): Defined.
(LINKER): Add #undef.
1993-06-06 07:54:49 +00:00
Richard M. Stallman
418d451337 (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
(vip-escape-to-emacs): Use read-key-sequence and key-binding.
Arg EVENTS replaces arg CHAR.
(vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
1993-06-06 07:16:19 +00:00
Richard M. Stallman
0a94d04eab (FRAME_MINIBUF_WINDOW): Use minibuffer_window. 1993-06-06 06:47:47 +00:00
Richard M. Stallman
9223a96afd (Fredraw_display): Redraw all visible frames.
(redraw_garbaged_frames): New function.
1993-06-06 06:46:58 +00:00
Richard M. Stallman
02a9b6e456 (redisplay, echo_area_display): Use redraw_garbaged_frames. 1993-06-06 06:46:06 +00:00
Richard M. Stallman
2732bdbbbf (access_keymap, store_in_keymap): Discard meaningless
high bits of a character event.
1993-06-06 06:45:22 +00:00
Richard M. Stallman
d4ece6796d (compile-internal): Alter current buffer only temporarily. 1993-06-06 05:28:30 +00:00
Richard M. Stallman
0dda084273 (mail-do-fcc): Replace the code for appending to buffer. 1993-06-06 03:53:08 +00:00
Richard M. Stallman
ef493a2773 [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps. 1993-06-06 03:32:24 +00:00
Richard M. Stallman
5835f86081 (x_new_font): Don't give up right away if XListFontsWithInfo
finds no fonts--try XLoadQueryFont anyway.
1993-06-06 03:27:43 +00:00
Richard M. Stallman
30c7817593 (read_process_output): Deactivate the mark.
Save and restore Vdeactivate_mark.
1993-06-06 03:15:59 +00:00
Richard M. Stallman
682ac5eb5b (rmail-summary-next-msg): Fix number of dots in regexp. 1993-06-05 21:18:11 +00:00
Richard M. Stallman
d2ae6f7e7a (scroll-bar-drag-1):
Calculate position relative to the accessible part of the buffer.
1993-06-05 20:58:47 +00:00
Richard M. Stallman
016494d277 (Fx_open_connection): Make `data' unsigned char. 1993-06-05 20:52:02 +00:00
Richard M. Stallman
c1293b1b19 (gnus-inews-buggy-date): Doc fix. 1993-06-05 20:02:34 +00:00
Richard M. Stallman
dce33aad41 entered into RCS 1993-06-05 20:00:43 +00:00
Richard M. Stallman
22390f50fd (menu-bar-help-menu): Add defvar.
(menu-bar-edit-menu, menu-bar-file-menu): Likewise.
1993-06-05 19:13:03 +00:00
Richard M. Stallman
0102ea2d95 (dired-flag-backup-files): Handle *' made by ls -F'. 1993-06-05 17:41:50 +00:00
Richard M. Stallman
e066c2ae2d (internal-ange-ftp-mode): Renamed from ange-ftp-mode. Callers changed. 1993-06-05 17:35:21 +00:00
Richard M. Stallman
378f89399a (Fx_popup_menu): Error if we don't get a window or a frame somehow. 1993-06-05 17:31:54 +00:00
Richard M. Stallman
d0dbd3bfc1 (window-system): Enable menu bars only if
window-system is non-nil.
1993-06-05 17:16:39 +00:00
Richard M. Stallman
633149516a (add-log-current-defun): Fix typos in last change. 1993-06-05 17:10:19 +00:00
Richard M. Stallman
4ce8eec2d5 Test MULTI_FRAME, not HAVE_X_WINDOWS. 1993-06-05 17:05:17 +00:00
Richard M. Stallman
cef28359c7 (Frubber_band_rectangle): Deleted.
(syms_of_frame): Don't defsubr it.
1993-06-05 17:03:08 +00:00
Richard M. Stallman
65a91500aa (gnus-local-timezone): Doc fix. 1993-06-05 09:17:34 +00:00
Richard M. Stallman
1ea40ac2be (gnus-current-time-zone): New function, which tries
current-time-zone, and if that fails falls back on gnus-local-timezone.
(gnus-inews-date): Use it.
(gnus-inews-valid-date): New optional args TIME (default now) and ZONE
	(default GMT).
(gnus-inews-buggy-date): New optional arg TIME (default now).
1993-06-05 09:13:19 +00:00
Richard M. Stallman
d51c3cdaa5 *** empty log message *** 1993-06-05 09:11:45 +00:00
Richard M. Stallman
553624bf48 (x-selection-timeout): Set it, using x-get-resource. 1993-06-05 08:39:42 +00:00
Richard M. Stallman
80da01904c (x_get_foreign_selection): Handle x_selection_timeout
as milliseconds, not as seconds.
(syms_of_xselect): Doc fix to match.
1993-06-05 08:37:45 +00:00
Richard M. Stallman
57a1f2a2ed (MIPS2): Comment out define.
(LIB_STANDARD): Delete -lisode.
1993-06-05 08:06:50 +00:00
Richard M. Stallman
95e3e1ef65 (copy_intervals): Don't adjust total_length at the end.
Set lengths of subintervals properly.
(balance_intervals): Balance left as well as right.
1993-06-05 07:57:32 +00:00
Richard M. Stallman
fc4f24da5c (term_get_fkeys): Use correct names for F10 and up.
Use the key sequence, not the termcap cap name, in Fdefine_key.
1993-06-05 07:56:46 +00:00
Richard M. Stallman
14869f4621 (mh-yank-cur-msg): Use (mark t). 1993-06-05 02:51:21 +00:00
Richard M. Stallman
c7c8b31e4f (mark): Doc fix. 1993-06-05 02:48:22 +00:00
Richard M. Stallman
a9e2a7f2b1 (add-log-current-defun): Handle Fortran. 1993-06-05 02:34:12 +00:00
Richard M. Stallman
9bd67a3716 [POSIX] [!__GNUC__] (sys_sigmask): Add declaration. 1993-06-05 02:07:08 +00:00
Richard M. Stallman
9ad8712e92 (rmail-resend): Require sendmail and mailalias. 1993-06-04 19:34:14 +00:00
Richard M. Stallman
ce04ffeb3f (display-time-24hr-format): Make it a user option. 1993-06-04 19:20:16 +00:00
Richard M. Stallman
704a9b457a [!MULTI_FRAME] (Fframep): New dummy definition.
(syms_of_frame): Defsubr that.
1993-06-04 18:42:12 +00:00
Richard M. Stallman
a96b68f119 (syms_of_buffer): Set up Lisp var inhibit-read-only.
(Vinhibit_read_only): Declared.
(Fbarf_if_buffer_read_only): Check Vinhibit_read_only.
1993-06-04 18:08:07 +00:00
Richard M. Stallman
69f19f89f7 (Fnewline): Use Fbarf_if_buffer_read_only. 1993-06-04 18:01:53 +00:00
Richard M. Stallman
a038aafc44 (GOLD-prefix): Define *after* GOLD-map. 1993-06-04 17:10:07 +00:00
Richard M. Stallman
e4e0284102 (dired-change-marks): Just ding if one arg is RET.
Search for strings, not regexps.  Use subst-char-in-region.
1993-06-04 07:25:58 +00:00
Richard M. Stallman
47c0f58be5 (x_set_menu_bar_lines_1): Adjust just the uppermost child
in a vertical split.  Adjust the hight counter to the top.
(x_set_menu_bar_lines): Don't change overall frame height.
1993-06-04 07:14:47 +00:00
Richard M. Stallman
704182054c (isearch-mode): Set isearch-window-configuration only if in slow mode.
(isearch-done): Use isearch-window-configuration only if non-nil.

(isearch-other-control-char): For mouse event, call isearch-done
in the buffer whose keymap was used.
1993-06-04 06:40:45 +00:00