Dave Love
fa09a82db6
(main): Set LANG=C iff AX3_2 defined.
1999-12-01 12:13:13 +00:00
Gerd Moellmann
27a9e9b3fa
Correct typo.
1999-11-28 20:14:03 +00:00
Gerd Moellmann
27413d9924
(HAVE_SETITIMER, HAVE_UALARM): New.
1999-11-28 20:12:41 +00:00
Gerd Moellmann
c53a6701c3
(EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
...
(EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT,EMACS_TIME_LE): New
macros.
1999-11-28 20:11:56 +00:00
Richard M. Stallman
dfe35e7b88
Comment change.
1999-11-28 17:29:57 +00:00
Gerd Moellmann
717d0121dd
*** empty log message ***
1999-11-28 12:49:29 +00:00
Gerd Moellmann
2d6d9df0f4
(Fwindow_end): Don't call temp_set_pt_both with
...
out of range position.
1999-11-28 12:48:29 +00:00
Gerd Moellmann
f9632fc8a4
(XTread_socket) <ClientMessage, Xatom_Scrollbar>:
...
Switch off busy-cursor by setting inhibit_busy_cursor to 2.
1999-11-28 12:37:33 +00:00
Eli Zaretskii
613a83462a
(Fmake_char_internal): Print the charset ID when
...
signalling an error.
1999-11-28 10:20:12 +00:00
Eli Zaretskii
59c65f1e9f
(synchronize_locale): Avoid compiler warnings about
...
pointer type mismatch.
1999-11-28 10:16:33 +00:00
Richard M. Stallman
d01f357041
(Fdelete_field): Make it noninteractive. Return nil.
1999-11-26 23:08:26 +00:00
Gerd Moellmann
65a3ccf741
(BASE_PURESIZE): Increase to 550000.
1999-11-26 15:17:52 +00:00
Gerd Moellmann
b3b9859282
*** empty log message ***
1999-11-26 12:31:42 +00:00
Gerd Moellmann
0087ade67a
(set_text_properties): New function. Like
...
Fset_text_properties, but with additional parameter
SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after
changes.
(Fset_text_properties): Use it.
1999-11-26 12:07:31 +00:00
Gerd Moellmann
f2cab2ea4a
(insert_1_both): Call set_text_properties with last
...
parameter nil so that no after changes will be signaled.
1999-11-26 12:07:04 +00:00
Gerd Moellmann
48778e46da
Add prototype for set_text_properties.
1999-11-26 12:06:29 +00:00
Gerd Moellmann
18df93696d
(set_lface_from_font_name): Fix previous change.
...
(recompute_basic_faces): Change assert to abort.
1999-11-26 10:17:53 +00:00
Dave Love
71a8e74b6e
(Fnthcdr, Fnreverse): Inline cdr.
...
(Fmember, Fdelq, Fdelete): Inline car.
(Fy_or_n_p): Doc fix.
1999-11-25 15:26:37 +00:00
Gerd Moellmann
3221576ba2
(set_lface_from_font_name): New parameter may_fail_p.
...
Callers changed. If specified font name is bogus, and mail_fail_p
is set, try to use a reasonable default.
1999-11-25 15:01:15 +00:00
Gerd Moellmann
bc6a57829a
*** empty log message ***
1999-11-25 10:20:13 +00:00
Gerd Moellmann
975c62260a
(direct_output_for_insert): Set glyph row's
...
displays_text_p flag. Correct window's window_end_vpos if
necessary.
1999-11-25 10:14:15 +00:00
Paul Eggert
0c8559bbd1
* emacs.c (fixup_locale): Don't bother to record initial locale.
...
(synchronize_locale): If the desired locale is nil,
treat it as if it were the empty string,
so that we set the locale from the environment.
1999-11-25 05:33:31 +00:00
Kenichi Handa
22d92d6b53
(Finsert_file_contents): Set buffer-file-coding-system
...
of the current buffer via Fset.
1999-11-25 04:41:52 +00:00
Kenichi Handa
3573735116
*** empty log message ***
1999-11-25 04:41:00 +00:00
Dave Love
fb4927c45d
Don't duplicate Qmode_line definition done elsewhere.
1999-11-24 14:38:09 +00:00
Dave Love
5562b47fcd
*** empty log message ***
1999-11-24 14:36:36 +00:00
Dave Love
0cafb359c7
Don't duplicate Qdisplay definition done elsewhere.
1999-11-24 14:28:33 +00:00
Dave Love
a7e27ef736
Don't duplicate Qheight, Qwidth definitions done elsewhere.
1999-11-24 14:06:26 +00:00
Gerd Moellmann
cee971adcc
Fix typo in previous change.
1999-11-24 14:01:54 +00:00
Gerd Moellmann
00da0e4ab4
(PVEC_FLAG): New variable.
1999-11-24 13:56:09 +00:00
Gerd Moellmann
f1b14279ae
(enum pvec_type): Put PVEC_FLAG in #if 0.
1999-11-24 13:53:39 +00:00
Dave Love
851cab134c
Include sys/stat.h. Declare filemodestring.
1999-11-24 12:56:02 +00:00
Gerd Moellmann
b1775dc141
*** empty log message ***
1999-11-23 17:27:52 +00:00
Gerd Moellmann
c31d7cc9f3
(unexec): Use unsigned instead of uintptr_t because
...
that fails on IBM PowerPC, AIX 4.2.
1999-11-23 17:22:03 +00:00
Eli Zaretskii
08de620019
(syms_of_buffer): Add %z, %Z, %m and %& to the doc
...
string of mode-line-format. Remove the obsolete %t.
1999-11-23 13:17:01 +00:00
Gerd Moellmann
f2fa858fe4
(direct_output_for_insert): Increment glyph positions
...
for glyphs from buffer text only.
1999-11-22 17:38:21 +00:00
Gerd Moellmann
02fda8fffb
*** empty log message ***
1999-11-22 13:22:55 +00:00
Gerd Moellmann
30aa3f192c
(gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
...
(gdb_data_seg_bits): New variables.
1999-11-22 13:19:41 +00:00
Gerd Moellmann
d0ee1a95da
(enum gdb_lisp_params): Put in #if 0, since it doesn't
...
work on systems not allowing enumerators > INT_MAX, and it
won't work if EMACS_INT is long long.
1999-11-22 13:17:23 +00:00
Paul Eggert
1b0d24e7f6
*** empty log message ***
1999-11-22 08:21:28 +00:00
Paul Eggert
493c3eed38
(ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
...
New macros.
1999-11-22 08:20:53 +00:00
Paul Eggert
08e3087b62
(malloc, realloc, calloc): Remove decls;
...
stdlib.h now does this.
1999-11-22 08:20:40 +00:00
Paul Eggert
ca9c056758
* callproc.c (strerror): Remove decl.
...
* fileio.c (strerror): Likewise.
* process.c (strerror): Likewise.
* emacs.c (strerror): Likewise.
(Vsystem_messages_locale): Renamed from Vmessages_locale.
All uses changed.
(Vprevious_system_messages_locale): Likewise, from
Vprevious_messages_locale.
(Vsystem_time_locale): Likewise, from Vtime_locale.
(Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
(ABORT_RETURN_TYPE): New macro.
(abort): Return type is now ABORT_RETURN_TYPE.
(main): Always invoke init_signals, even if POSIX_SIGNALS is not
defined.
(syms_of_emacs): messages-locale -> system-messages-locale,
previous-messages-locale -> previous-system-messages-locale,
time-locale -> system-time-locale,
previous-time-locale -> previous-system-time-locale.
* gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
(const): Do not define; that's config.h's job.
(<limits.h>): Include if HAVE_LIMITS_H is defined.
(CHAR_BIT): Move test for definedness outside of limits.h condition.
(<stddef.h>): Include if STDC_HEADERS is defined.
(FREE_RETURN_TYPE): New macro.
(free): Return type is now FREE_RETURN_TYPE.
* lisp.h (synchronize_system_time_locale): Renamed from
synchronize_time_locale. All uses changed.
(synchronize_system_messages_locale): Likewise, from
synchronize_messages_locale.
* process.c (sys_siglist): Remove.
* syntax.c (scan_sexps_forward): Use abort, not assert.
* sysdep.c (my_sys_siglist): New var.
(sys_siglist): New macro. Remove old initialized vars of same name.
(init_signals): Initialize sys_siglist.
* xfns.c (abort): Remove decl; stdlib.h now does this.
1999-11-22 08:19:51 +00:00
Paul Eggert
719f38ac95
(my_strftime): Some old compilers object to '\a', so don't bother
...
optimizing for it.
1999-11-18 23:22:16 +00:00
Dave Love
946173adb4
*** empty log message ***
1999-11-18 18:28:59 +00:00
Dave Love
2f2500efff
Add forward declaration for get_boot_time_1.
1999-11-18 18:20:28 +00:00
Dave Love
0dcd5b54e2
*** empty log message ***
1999-11-18 18:14:29 +00:00
Dave Love
a1051b732b
(Finternal_show_cursor_p): Fix doc string.
1999-11-18 18:03:57 +00:00
Gerd Moellmann
71447e8f88
*** empty log message ***
1999-11-18 13:34:19 +00:00
Gerd Moellmann
0afdfe3895
(struct buffer_text): Add comment about moving
...
buffer text if REL_ALLOC is defined.
1999-11-18 13:31:04 +00:00