1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

3610 Commits

Author SHA1 Message Date
Richard M. Stallman
f478c16076 (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted. 1993-06-07 18:05:57 +00:00
Richard M. Stallman
2fa8c0b5d4 Doc fix. 1993-06-07 17:19:36 +00:00
Richard M. Stallman
4f9d3ad880 *** empty log message *** 1993-06-07 08:06:10 +00:00
Richard M. Stallman
849056cc4c (rmail-variables): Default rmail-inbox-list here.
(rmail): Not here.
1993-06-07 06:56:03 +00:00
Richard M. Stallman
628300ba19 Don't declare malloc or realloc.
(Vinhibit_read_only): Declared.
1993-06-07 05:32:28 +00:00
Richard M. Stallman
32e6d8069b (read_key_sequence): Reset fkey_map when we find
something at the end of Vfunction_key_map.
1993-06-07 05:31:40 +00:00
Richard M. Stallman
e31fbc7a00 (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
different space and calls fill_in_lock_short_file_name.
(fill_in_lock_short_file_name): New function for 14-chars hashed
file names. Replaces fill_in_lock_file_name if SHORT_FILE_NAMES.
1993-06-07 05:30:29 +00:00
Richard M. Stallman
c9ca4659ed (make_event_array): Ignore bits above CHAR_META. 1993-06-07 05:30:07 +00:00
Richard M. Stallman
52a68e986d (Fset_window_configuration): If a window is supposed
to have a buffer, always give it one.

(syms_of_window): Always defvar pop-up-frames
and pop-up-frame-function.
1993-06-07 05:29:40 +00:00
Richard M. Stallman
9207deb2b9 (INTERVAL_VISIBLE_P): Use textget.
(INTERVAL_WRITABLE_P): Use textget.
Check Vinhibit_read_only.
1993-06-07 05:28:42 +00:00
Richard M. Stallman
0a4469c908 (Fdelete_overlay): Do nothing if overlay already deleted.
Bind inhibit-quit to t.
(Fmove_overlay): Properly handle changing buffers, or no prev buffer.
Bind inhibit-quit to t.
1993-06-07 05:07:34 +00:00
Richard M. Stallman
724db75f26 (ange-ftp-real-load): New function.
(ange-ftp-load): New function--handles `load'.
1993-06-07 04:51:25 +00:00
Richard M. Stallman
340600803e (outline-minor-mode): Add autoload cookie. 1993-06-07 03:47:20 +00:00
Richard M. Stallman
9fd5d7f03e entered into RCS 1993-06-07 03:34:23 +00:00
Richard M. Stallman
1b1dfe395d (Ffset): Delete special check for t and nil. 1993-06-06 22:50:55 +00:00
Richard M. Stallman
464078619a (same_size_fonts): Compare only the width. 1993-06-06 22:47:15 +00:00
Richard M. Stallman
2798dfd629 Define 2 local menu-bar submaps.
(bibtex-x-help, bibtex-x-environment): Deleted.
1993-06-06 22:36:23 +00:00
Richard M. Stallman
b78559b087 (search-upper-case): Make `no-yanks' the default.
(isearch-no-upper-case-p): New arg REGEXP-FLAG.
(isearch-search): Pass new arg.
(isearch-member-equal): Deleted.
(isearch-overlay): New variable.
(isearch-highlight, isearch-dehighlight): Rewritten to use overlays.
1993-06-06 22:11:22 +00:00
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