1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 22:12:30 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
8bdb9f4af9 (rmail-forward): Insert separator before and after message. 1994-09-18 09:09:43 +00:00
Richard M. Stallman
eaccd4d857 (ediff-submit-report, ediff-revision)
(ediff-find-file-name-handler, vc-ediff-internal, rcs-ediff-internal):
New functions.
(ediff-version-control-package): New variable.
(vc-ediff, rcs-ediff): Functions deleted.

(ediff-submit-report): New function.

(ediff-toggle-read-only, ediff-patch-file): Check out
version controlled files before their buffers are modified.
(ediff-local-checkout-flag, ediff-toggle-read-only-function): New variables.

(ediff-find-file, ediff-patch-file): Were getting
confused by symbolic links.  Fixed.
1994-09-18 08:52:32 +00:00
Richard M. Stallman
bcd4052086 (reset_buffer): Don't call reset_buffer_local_variables.
(Fget_buffer_create): Call it here.
(init_buffer_once): And here.
1994-09-18 08:46:34 +00:00
Richard M. Stallman
5956f71d45 (get_minibuffer): Call Fkill_all_local_variables. 1994-09-18 08:45:56 +00:00
Richard M. Stallman
239c87a199 Major rewrite to behave more like a minor mode.
Doc fixes.
(icomplete-mode): New function and var.
(icomplete-minibuffer-setup-hook): New hook.
(icomplete-inhibit): Defunct.  Using icomplete-pre-command-hook,
icomplete-post-command-hook as real hook functions.
(icomplete-simple-completing-p): Subsumes
icomplete-window-minibuffer-p plus other stuff, determines whether
simple completion is active.
(icomplete-window-minibuffer-p): Defunct, see above.
(icomplete-minibuffer-setup): Use icomplete-simple-completing-p,
copy-sequence hooks before adding to them, run hooks properly.
(icomplete-tidy): Changed from misnamed icomplete-pre-command-hook;
use icomplete-simple-completing-p.
(icomplete-exhibit): Changed from misnamed icomplete-post-command-hook;
use icomplete-simple-completing-p.
(icomplete-completions): Changed from old, misnamed icomplete-exhibit;
combined with old misnamed icomplete-prompt.
1994-09-18 08:27:12 +00:00
Richard M. Stallman
c0b2f23c46 (parsing options): Simplify sed command to delete -'s. 1994-09-18 08:19:12 +00:00
Richard M. Stallman
d05c42e46d (DECLARE_GETPWUID_WITH_UID_T): Defined.
[NO_SHARED_LIBS and __FreeBSD__]:
(LD_SWITCH_SYSTEM, A_TEXT_OFFSET, A_TEXT_SEEK): Alternate definitions.
1994-09-18 08:14:59 +00:00
Richard M. Stallman
1c45ffdf8a (make-lucid-menu-keymap-disable): New variable.
(make-lucid-menu-keymap): Use that when disabling item unconditionally.
1994-09-18 05:06:35 +00:00
Richard M. Stallman
bbea4f40f9 (REL_ALLOC): #undef deleted. 1994-09-18 04:05:03 +00:00
Richard M. Stallman
47684cd9b5 (Fkey_description): Give error if KEYS not an array.
(get_keyelt, access_keymap, get_keymap_1): Use type test macros.
1994-09-18 04:02:25 +00:00
Richard M. Stallman
edd2556799 (unexec): Fix logic for rounding section boundaries. 1994-09-17 23:52:45 +00:00
Richard M. Stallman
d0cb5e047d (generate-file-autoloads): Warn if we put a line
in loaddefs.el that is long enough to cause trouble.
1994-09-17 20:02:15 +00:00
Richard M. Stallman
2eb1d6a2a2 (Fforward_comment): Do increment from, when reaching
single-char comment end going forward.
1994-09-17 19:49:03 +00:00
Richard M. Stallman
f015160841 (EMACS_CONFIG_OPTIONS): Add #undef. 1994-09-17 17:11:21 +00:00
Paul Reilly
200286b15a *** empty log message *** 1994-09-17 15:06:37 +00:00
Paul Reilly
d398028fdd *** empty log message *** 1994-09-17 12:53:30 +00:00
Richard M. Stallman
1a63b3de36 [SUNOS4]: Include link.h.
(unexec) [SUNOS4]: Cancel relocations that ld.so did.
1994-09-17 10:22:21 +00:00
Richard M. Stallman
7e76ae2395 (describe-variable): Report whether var is local in this buf. 1994-09-17 07:30:42 +00:00
Richard M. Stallman
5afc7fb0ba Don't declare malloc. 1994-09-17 05:50:17 +00:00
Richard M. Stallman
33ca35042a (property_value): Declare args plist, prop. 1994-09-17 05:46:25 +00:00
Richard M. Stallman
0f244b2641 (PURESIZE): Defnitions deleted. 1994-09-17 05:40:11 +00:00
Richard M. Stallman
2ee1a2f7a9 (print): sprintf arg for frame depends on VALBITS. 1994-09-17 05:36:53 +00:00
Richard M. Stallman
00fb3e95ef (Fcall_process) [__osf__ && __alpha]:
Don't stop reading if read returns negative.
1994-09-17 05:30:39 +00:00
Richard M. Stallman
c2ae679cbc (terminal-map): Define switch-frame. 1994-09-17 05:16:09 +00:00
Richard M. Stallman
7a6dde277c (HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change. 1994-09-17 05:10:51 +00:00
Richard M. Stallman
b22e89dc98 (facemenu-update): Reverse the menu order again. 1994-09-17 03:32:48 +00:00
Karl Heuer
0f5e911dc8 (menu_item_enabled_p): Fix declaration. 1994-09-17 03:16:16 +00:00
Karl Heuer
bde7c50060 Add #include "intervals.h" 1994-09-17 03:15:29 +00:00
Karl Heuer
023c80d051 Declare some functions. 1994-09-17 03:14:26 +00:00
Karl Heuer
c4df73f9c8 (barf_or_query_if_file_exists): Fix declaration. 1994-09-17 03:12:39 +00:00
Richard M. Stallman
59aa6c905e (hack_wm_protocols): Arrange to handle WM_SAVE_YOURSELF. 1994-09-17 02:16:33 +00:00
Karl Heuer
64cfec5c1c (config_options): New shell variable.
Pass its value to C code in EMACS_CONFIG_OPTIONS.
1994-09-17 02:07:50 +00:00
Karl Heuer
f0fc0b1a46 (Vsystem_configuration_options): New variable.
(syms_of_emacs): Initialize it.
1994-09-17 02:05:34 +00:00
Karl Heuer
d5a67884b7 (report-emacs-bug): Insert configuration options. 1994-09-17 02:04:08 +00:00
Karl Heuer
74e88815db Declare evaporate_overlays. 1994-09-17 01:52:13 +00:00
Karl Heuer
d386034e2c (del_range_1): Call evaporate_overlays after deleting text. 1994-09-17 01:51:58 +00:00
Karl Heuer
9d7608b719 (Qevaporate): New symbol.
(syms_of_buffer): Initialize it.
(Fmove_overlay): Check if overlay is empty.
(Foverlay_put): Check if setting evaporate property on empty overlay.
(evaporate_overlays): New function.
1994-09-17 01:51:30 +00:00
Richard M. Stallman
3a7cf11581 (HAVE_VFORK): Defined.
[__GNUC__] (C_SWITCH_SYSTEM): Add #undef.
1994-09-17 01:24:59 +00:00
Richard M. Stallman
820b2ca25c (struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT. 1994-09-17 01:00:25 +00:00
Richard M. Stallman
b061d5f1ee Initial revision 1994-09-17 00:59:56 +00:00
Richard M. Stallman
ce99fd6592 (EMACS_INT, EMACS_UINT): Define, if not already defined. 1994-09-17 00:51:52 +00:00
Richard M. Stallman
5d5ed90761 (message): Use EMACS_INT. 1994-09-17 00:45:16 +00:00
Richard M. Stallman
dc83de2d44 (struct window): Use EMACS_INT. 1994-09-17 00:43:45 +00:00
Richard M. Stallman
5647f9794b (CHECK_IMPURE, all versions): Use EMACS_INT. 1994-09-17 00:41:40 +00:00
Richard M. Stallman
1687325e19 (print): Use EMACS_UINT. 1994-09-17 00:40:54 +00:00
Richard M. Stallman
9aae3fc9eb Check for __alpha, in __osf__ conditional.
(EXCEEDS_LISP_PTR): Use EMACS_UINT.
1994-09-17 00:39:50 +00:00
Richard M. Stallman
609b39788d (unchain_marker): Use EMACS_INT. 1994-09-17 00:37:10 +00:00
Richard M. Stallman
7a70b397ae (Fload): Use EMACS_INT. 1994-09-17 00:36:43 +00:00
Richard M. Stallman
627a950226 (Lisp_Object): Use EMACS_INT.
(MARKBIT): Don't define if already defined.
(VALMASK, GCTYPEMASK, XSETTYPE, XSET)
(XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING)
(XSETSYMBOL, XSETFUNCTION, XSETMARKER, XSETOBJFWD)
(XSETINTPTR, XSETWINDOW, XSETPROCESS, XSETFLOAT)
(struct Lisp_String, struct Lisp_Vector): Use EMACS_INT.
1994-09-17 00:35:09 +00:00
Richard M. Stallman
0c38c2f9e0 (struct frame, selected_frame, last_nonminibuf_frame): Use EMACS_INT. 1994-09-17 00:32:14 +00:00