- 23 Nov, 1999 2 commits
-
-
Stefan Monnier authored
(define-minor-mode): Specify `doc-string-elt'.
-
Stefan Monnier authored
(easy-mmode-define-toggle): New BODY arg; Never append `-mode'; Use defcustom for the hooks; Improve the auto-generated docstrings. (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. (define-minor-mode): Add BODY arg; Only declare the keymap if provided; Improve the auto-generated docstrings.
-
- 22 Nov, 1999 23 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
for glyphs from buffer text only.
-
Gerd Moellmann authored
that the leading `^' is at the start. This is necessary because paragraphs.el tries to remove anchors, but can find them only if they are the first character.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
definition.
-
Gerd Moellmann authored
(install): Install leim if present. (clean): Clean leim if present.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(gdb_data_seg_bits): New variables.
-
Gerd Moellmann authored
work on systems not allowing enumerators > INT_MAX, and it won't work if EMACS_INT is long long.
-
Gerd Moellmann authored
calendar-print-astro-day-number.
-
Paul Eggert authored
-
Paul Eggert authored
New macros.
-
Paul Eggert authored
stdlib.h now does this.
-
Paul Eggert authored
* 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.
-
Paul Eggert authored
and time-locale to system-time-locale. Do not mention previous-system-messages-locale and previous-system-time-locale.
-
- 21 Nov, 1999 6 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
`icomplete-prospects-length', obviating the need to use an apparently faulty throw/catch arrangement.
-
Eli Zaretskii authored
character code 255.
-
- 20 Nov, 1999 3 commits
-
-
Paul Eggert authored
set-language-environment, and why one might want to invoke set-locale-environment.
-
Kenichi Handa authored
for the charset chinese-sisheng is 7bit encoding, not 8bit.
-
Kenichi Handa authored
-
- 19 Nov, 1999 5 commits
-
-
Stefan Monnier authored
event for Xaw and Xaw3d(without arrows) scrollbars.
-
Stefan Monnier authored
-
Stefan Monnier authored
detect an empty prompt.
-
Francesco Potortì authored
* etags.c (_GNU_SOURCE): Define only if undefined. (get_scheme): Declaration deleted. (main): error was called with an integer as second arg, instead of a char pointer. (canonicalize_filename): Bug removed. 1999-11-18 Dave Love <d.love@dl.ac.uk> * etags.c (C_entries): Rename label `intoken', avoiding K&R lossage from name clash with macro.
-
Francesco Potortì authored
-
- 18 Nov, 1999 1 commit
-
-
Dave Love authored
-