bpt/emacs.git
24 years ago* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn [Mon, 7 Feb 2000 00:45:16 +0000 (00:45 +0000)]
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.

24 years ago* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes [Sun, 6 Feb 2000 23:37:51 +0000 (23:37 +0000)]
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.

* w32term.c (x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.

* window.c [WINDOWSNT]: Include w32term.h.

* xdisp.c [WINDOWSNT]: Include w32term.h.

* makefile.nt: Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($(BLD)\atimer.obj): New dependency rule.

* w32.c (sigmask): New function (does nothing).
(sigunblock): Ditto.

* frame.c [WINDOWSNT]: Include w32term.h.

* w32gui.h (struct W32FontStruct): Add ascent and descent slots.

* lread.c (syms_of_lread): Fix literal newlines.

* emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.

24 years ago[WINDOWSNT]: Include w32term.h.
Andrew Innes [Sun, 6 Feb 2000 23:37:49 +0000 (23:37 +0000)]
[WINDOWSNT]: Include w32term.h.

24 years ago(struct W32FontStruct): Add ascent and descent slots.
Andrew Innes [Sun, 6 Feb 2000 23:37:47 +0000 (23:37 +0000)]
(struct W32FontStruct): Add ascent and descent slots.

24 years ago(x_make_frame_visible): Replace call to
Andrew Innes [Sun, 6 Feb 2000 23:37:47 +0000 (23:37 +0000)]
(x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.

24 years ago(sigmask): New function (does nothing).
Andrew Innes [Sun, 6 Feb 2000 23:37:46 +0000 (23:37 +0000)]
(sigmask): New function (does nothing).
(sigunblock): Ditto.

24 years agoAdd dependencies on w32gui.h.
Andrew Innes [Sun, 6 Feb 2000 23:37:45 +0000 (23:37 +0000)]
Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($$(BLD)\atimer.obj): New dependency rule.

24 years ago(syms_of_lread): Fix literal newlines.
Andrew Innes [Sun, 6 Feb 2000 23:37:44 +0000 (23:37 +0000)]
(syms_of_lread): Fix literal newlines.

24 years ago(USAGE): Split into USAGE1 and USAGE2, to work-around
Andrew Innes [Sun, 6 Feb 2000 23:37:43 +0000 (23:37 +0000)]
(USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.

24 years agoChange HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes [Sun, 6 Feb 2000 23:37:42 +0000 (23:37 +0000)]
Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.

24 years agoAdd include protection.
Andrew Innes [Sun, 6 Feb 2000 23:37:34 +0000 (23:37 +0000)]
Add include protection.

24 years ago(SYS_LDFLAGS): Add -nologo.
Andrew Innes [Sun, 6 Feb 2000 23:37:33 +0000 (23:37 +0000)]
(SYS_LDFLAGS): Add -nologo.

24 years ago(x-handle-args): Comment out call to message.
Andrew Innes [Sun, 6 Feb 2000 23:37:19 +0000 (23:37 +0000)]
(x-handle-args): Comment out call to message.

24 years ago(install): Synchronize rules for compiling with Unix version.
Andrew Innes [Sun, 6 Feb 2000 23:36:33 +0000 (23:36 +0000)]
(install): Synchronize rules for compiling with Unix version.

24 years ago(ETAGSOBJ): Remove reference to obsolete alloca.obj.
Andrew Innes [Sun, 6 Feb 2000 23:36:06 +0000 (23:36 +0000)]
(ETAGSOBJ): Remove reference to obsolete alloca.obj.
(CTAGSOBJ): Ditto.
($$(BLD)\alloca.obj): Delete obsolete dependency rule.

24 years ago* xterm.c (x_display_and_set_cursor): Set pre-edit area.
Gerd Moellmann [Sat, 5 Feb 2000 16:50:32 +0000 (16:50 +0000)]
* xterm.c (x_display_and_set_cursor): Set pre-edit area.
(x_display_cursor): Don't set it here.
(XTread_socket) [HAVE_X_I18N] <KeyPress, KeyRelease>: Don't
dispatch the event.

24 years agoFix junk from last checkin.
Dave Love [Fri, 4 Feb 2000 20:53:21 +0000 (20:53 +0000)]
Fix junk from last checkin.

24 years ago(mode-line-mule-info): Fix/extend last change.
Dave Love [Fri, 4 Feb 2000 20:35:08 +0000 (20:35 +0000)]
(mode-line-mule-info): Fix/extend last change.

24 years ago#
Dave Love [Fri, 4 Feb 2000 18:18:41 +0000 (18:18 +0000)]
#

24 years agoRemove some unused vars.
Dave Love [Fri, 4 Feb 2000 17:56:46 +0000 (17:56 +0000)]
Remove some unused vars.
(_GNU_SOURCE): Define (for euidaccess).

24 years ago(_XOPEN_SOURCE): Declare (for ftello).
Dave Love [Fri, 4 Feb 2000 17:45:44 +0000 (17:45 +0000)]
(_XOPEN_SOURCE): Declare (for ftello).

24 years ago(read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2.
Dave Love [Fri, 4 Feb 2000 17:31:33 +0000 (17:31 +0000)]
(read_minibuf_noninteractive): Remove undeclared gcpro1, gcpro2.
(read_minibuf): Deal with allow_props correctly.

24 years ago*** empty log message ***
Dave Love [Fri, 4 Feb 2000 15:18:30 +0000 (15:18 +0000)]
*** empty log message ***

24 years agoVersion number and date updated
Carsten Dominik [Fri, 4 Feb 2000 10:14:51 +0000 (10:14 +0000)]
Version number and date updated

24 years ago(idlwave-shell-print): Fixed bug with
Carsten Dominik [Fri, 4 Feb 2000 10:10:40 +0000 (10:10 +0000)]
(idlwave-shell-print): Fixed bug with
idlwave-shell-expression-overlay.  Implemented printing of
expressions on higher levels of the calling stack.
(idlwave-shell-display-level-in-calling-stack): Restore stack
level.
(idlwave-retrieve-expression-from-level): New function.
(idlwave-shell-last-calling-stack): Variable removed.
(idlwave-shell-reset): Argument action reversed (`visible' to
`hidden').  Also remove stop-line overlay.
(idlwave-shell-calling-stack-routine): New variable.
(idlwave-shell-parse-stack-and-display): Messages now display
negative level numbers.
(idlwave-shell-mode): Set `modeline-format'.
(idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
(idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
21.
(idlwave-shell-print-expression-function): New option.

24 years ago(idlwave-template): Respect `idlwave-abbrev-change-case'.
Carsten Dominik [Fri, 4 Feb 2000 10:09:56 +0000 (10:09 +0000)]
(idlwave-template): Respect `idlwave-abbrev-change-case'.
(idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
idlwave-while): respect `idlwave-reserved-word-upcase'.
(idlwave-rw-case): New function.
(idlwave-statement-match): Fixed problem with assignment regexp.
(idlwave-font-lock-keywords): Improved regexp for keyword
parameters.
(idlwave-surround): New argument LENGTH to support padding of
operators longer than 1 char.

24 years ago(idlwave-toolbar-add-everywhere, idlwave-toolbar-remove-everywhere):
Carsten Dominik [Fri, 4 Feb 2000 10:08:49 +0000 (10:08 +0000)]
(idlwave-toolbar-add-everywhere, idlwave-toolbar-remove-everywhere):
Keybindings prefix is now `tool-bar' instead of `toolbar'.

24 years agoRefTeX 4.11
Carsten Dominik [Fri, 4 Feb 2000 10:04:45 +0000 (10:04 +0000)]
RefTeX 4.11

24 years ago(reftex-change-label): add `A-Z' to char class in regexp.
Carsten Dominik [Fri, 4 Feb 2000 10:04:00 +0000 (10:04 +0000)]
(reftex-change-label): add `A-Z' to char class in regexp.

24 years ago(reftex-with-special-syntax): Bind `case-fold-search' to nil.
Carsten Dominik [Fri, 4 Feb 2000 10:03:22 +0000 (10:03 +0000)]
(reftex-with-special-syntax): Bind `case-fold-search' to nil.

24 years ago(reftex-compile-variables): regexp-quote the
Carsten Dominik [Fri, 4 Feb 2000 10:01:08 +0000 (10:01 +0000)]
(reftex-compile-variables): regexp-quote the
environment names before they go into the section regexp.

24 years agoIDLWAVE 3.15
Carsten Dominik [Fri, 4 Feb 2000 09:57:10 +0000 (09:57 +0000)]
IDLWAVE 3.15

24 years agoReplace completion-dolist with dolist.
Dave Love [Thu, 3 Feb 2000 15:45:10 +0000 (15:45 +0000)]
Replace completion-dolist with dolist.

24 years agoReplace tar-dolist, tar-dotimes with dolist, dotimes.
Dave Love [Thu, 3 Feb 2000 15:14:15 +0000 (15:14 +0000)]
Replace tar-dolist, tar-dotimes with dolist, dotimes.

24 years agoTypos corrected for etags
Francesco Potortì [Thu, 3 Feb 2000 13:20:50 +0000 (13:20 +0000)]
Typos corrected for etags

24 years agoetags
Francesco Potortì [Thu, 3 Feb 2000 12:00:56 +0000 (12:00 +0000)]
etags

24 years ago2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
Francesco Potortì [Thu, 3 Feb 2000 11:58:48 +0000 (11:58 +0000)]
2000-01-31  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>

* etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
(get_compressor_from_suffix, process_file): Use MSDOS in if clause.
(etags_strchr, etags_strrchr): Use const char * and int as arguments.
(getenv, getcwd): Only declare them if necessary.
(EMACS_NAME): New constant macro.
(print_version): Use it.
(P_) [__STDC__]: Macro for defining function prototypes.
(all functions): Made them static.

2000-01-18  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>

* etags.c [WINDOWSNT]: #include <direct.h>

2000-01-18  Martin Buchholz  <martin@xemacs.org>

* etags.c: Prototypes and static for all the functions.

24 years ago(SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
Eli Zaretskii [Thu, 3 Feb 2000 10:10:38 +0000 (10:10 +0000)]
(SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.

24 years ago* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn [Thu, 3 Feb 2000 07:54:12 +0000 (07:54 +0000)]
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
entry instead of clobbering a previously cached string regexp.

24 years ago* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn [Wed, 2 Feb 2000 21:06:43 +0000 (21:06 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 610000.

24 years ago*** empty log message ***
Dave Love [Wed, 2 Feb 2000 20:25:23 +0000 (20:25 +0000)]
*** empty log message ***

24 years agoChange maintainer.
Dave Love [Wed, 2 Feb 2000 16:00:17 +0000 (16:00 +0000)]
Change maintainer.

24 years ago(cl-builtin-gethash, cl-builtin-remhash, cl-builtin-clrhash)
Dave Love [Wed, 2 Feb 2000 15:25:07 +0000 (15:25 +0000)]
(cl-builtin-gethash, cl-builtin-remhash, cl-builtin-clrhash)
(cl-builtin-maphash): Remove definitions.  Use the new builtins
directly.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 2 Feb 2000 15:22:19 +0000 (15:22 +0000)]
*** empty log message ***

24 years agoUse bytecomp-load-hook, not emacs-lisp-mode-hook.
Dave Love [Wed, 2 Feb 2000 15:20:31 +0000 (15:20 +0000)]
Use bytecomp-load-hook, not emacs-lisp-mode-hook.
Don't check for defalias being defined.

24 years ago(ange-ftp-write-region): Handle case that
Gerd Moellmann [Wed, 2 Feb 2000 15:11:39 +0000 (15:11 +0000)]
(ange-ftp-write-region): Handle case that
succeeding process operation sets a different coding system.

24 years agoRun bytecomp-load-hook.
Dave Love [Wed, 2 Feb 2000 15:10:35 +0000 (15:10 +0000)]
Run bytecomp-load-hook.

24 years ago(whitespace): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 15:01:39 +0000 (15:01 +0000)]
(whitespace): Add :version to defgroup.

24 years ago(tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
Dave Love [Wed, 2 Feb 2000 14:59:02 +0000 (14:59 +0000)]
(tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
Doc fix.

24 years ago(sexp-at-point, symbol-at-point)
Dave Love [Wed, 2 Feb 2000 14:51:22 +0000 (14:51 +0000)]
(sexp-at-point, symbol-at-point)
(number-at-point, list-at-point): Add autoload cookie.

24 years ago(recentf): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 14:46:06 +0000 (14:46 +0000)]
(recentf): Add :version to defgroup.

24 years ago(quickurl): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 14:41:52 +0000 (14:41 +0000)]
(quickurl): Add :version to defgroup.

24 years ago(elide-head): Use point-marker more.
Dave Love [Wed, 2 Feb 2000 14:27:03 +0000 (14:27 +0000)]
(elide-head): Use point-marker more.

24 years agoFix keywords comment.
Dave Love [Wed, 2 Feb 2000 14:05:36 +0000 (14:05 +0000)]
Fix keywords comment.

24 years ago(bs): Add :version to defgroup.
Dave Love [Wed, 2 Feb 2000 14:03:26 +0000 (14:03 +0000)]
(bs): Add :version to defgroup.

24 years ago(Fframe_parameters): Add GCPRO because tty_color_name can GC.
Gerd Moellmann [Wed, 2 Feb 2000 14:00:00 +0000 (14:00 +0000)]
(Fframe_parameters): Add GCPRO because tty_color_name can GC.

24 years ago(global-auto-revert-mode): Add autoload cookie.
Dave Love [Wed, 2 Feb 2000 13:55:46 +0000 (13:55 +0000)]
(global-auto-revert-mode): Add autoload cookie.

24 years agoDocument functions which return display capabilities.
Eli Zaretskii [Wed, 2 Feb 2000 11:54:55 +0000 (11:54 +0000)]
Document functions which return display capabilities.

24 years ago(display-color-p): Use framep-on-display.
Eli Zaretskii [Wed, 2 Feb 2000 11:38:16 +0000 (11:38 +0000)]
(display-color-p): Use framep-on-display.
(display-grayscale-p): New function.

24 years ago(frames-on-display-list, framep-on-display): New functions.
Eli Zaretskii [Wed, 2 Feb 2000 11:35:43 +0000 (11:35 +0000)]
(frames-on-display-list, framep-on-display): New functions.
(display-mouse-p, display-popup-menus-p, display-graphic-p)
(display-selections-p, display-screens, display-pixel-width)
(display-pixel-height, display-mm-width, display-mm-height)
(display-backing-store, display-save-under, display-planes)
(display-color-cells, display-visual-class): New functions.

24 years agoDon't count colors without RGB values as gray shades.
Eli Zaretskii [Wed, 2 Feb 2000 11:34:25 +0000 (11:34 +0000)]
Don't count colors without RGB values as gray shades.

24 years ago(tty-color-gray-shades): New function.
Eli Zaretskii [Wed, 2 Feb 2000 11:33:01 +0000 (11:33 +0000)]
(tty-color-gray-shades): New function.

24 years ago(ccl_driver) <CCL_WriteExprRegister>: Set jump_address
Kenichi Handa [Wed, 2 Feb 2000 07:06:26 +0000 (07:06 +0000)]
(ccl_driver) <CCL_WriteExprRegister>: Set jump_address
instead of incrementing ic directly.
<CCL_WriteExprConst> Likewise.
<ccl_set_expr>: Set ic to jump_address.

24 years ago(e_write): Fix the handling of
Kenichi Handa [Wed, 2 Feb 2000 06:58:58 +0000 (06:58 +0000)]
(e_write): Fix the handling of
CODING_FINISH_INSUFFICIENT_SRC.

24 years agoVarious fixes for new development tree.
Gerd Moellmann [Tue, 1 Feb 2000 16:47:22 +0000 (16:47 +0000)]
Various fixes for new development tree.

24 years ago*** empty log message ***
Dave Love [Tue, 1 Feb 2000 15:20:31 +0000 (15:20 +0000)]
*** empty log message ***

24 years agoCopyright up-date.
Dave Love [Tue, 1 Feb 2000 15:19:30 +0000 (15:19 +0000)]
Copyright up-date.

24 years ago(Fpropertize): Doc fix.
Dave Love [Tue, 1 Feb 2000 15:13:01 +0000 (15:13 +0000)]
(Fpropertize): Doc fix.

24 years ago(Fstart_process): Doc fix.
Dave Love [Tue, 1 Feb 2000 15:01:28 +0000 (15:01 +0000)]
(Fstart_process): Doc fix.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 1 Feb 2000 14:57:24 +0000 (14:57 +0000)]
*** empty log message ***

24 years agoMake this the no-leim Makefile. Move the
Gerd Moellmann [Tue, 1 Feb 2000 14:56:00 +0000 (14:56 +0000)]
Make this the no-leim Makefile.  Move the
leim Makefile.in to ../leim-Makefile.in as it originally was.

24 years agoMake this the no-leim Makefile.in. Leim Makefile.in is now found
Gerd Moellmann [Tue, 1 Feb 2000 14:55:30 +0000 (14:55 +0000)]
Make this the no-leim Makefile.in.  Leim Makefile.in is now found
in ../leim-Makefile.in.

24 years agoFix various doc strings not to duplicate information from
Dave Love [Tue, 1 Feb 2000 14:54:52 +0000 (14:54 +0000)]
Fix various doc strings not to duplicate information from
help-manyarg-func-alist.

24 years ago(Fset_window_margins): Don't make interactive. Doc fix.
Dave Love [Tue, 1 Feb 2000 14:52:08 +0000 (14:52 +0000)]
(Fset_window_margins): Don't make interactive.  Doc fix.

24 years ago(Vhelp_manyarg_func_alist): New variable.
Dave Love [Tue, 1 Feb 2000 14:45:38 +0000 (14:45 +0000)]
(Vhelp_manyarg_func_alist): New variable.
(Fdocumentation): Use it.
(syms_of_doc): Define it.

24 years ago(delphi): Add :version to defgroup.
Dave Love [Tue, 1 Feb 2000 14:32:21 +0000 (14:32 +0000)]
(delphi): Add :version to defgroup.

24 years ago(describe-function-1): Print note about arglist of autoloaded
Dave Love [Tue, 1 Feb 2000 14:12:00 +0000 (14:12 +0000)]
(describe-function-1): Print note about arglist of autoloaded
functions.  Move arglist of primitives up from end of doc string.
(help-manyarg-func-alist): Populate it.

24 years ago*** empty log message ***
Dave Love [Tue, 1 Feb 2000 10:03:58 +0000 (10:03 +0000)]
*** empty log message ***

24 years agoFix year ranges in copyright notice.
Dave Love [Mon, 31 Jan 2000 22:21:01 +0000 (22:21 +0000)]
Fix year ranges in copyright notice.

24 years ago(display-time-update): Change load-average help-echo.
Dave Love [Mon, 31 Jan 2000 22:14:01 +0000 (22:14 +0000)]
(display-time-update): Change load-average help-echo.

24 years agoFix copyright dates.
Dave Love [Mon, 31 Jan 2000 22:03:00 +0000 (22:03 +0000)]
Fix copyright dates.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 21:38:34 +0000 (21:38 +0000)]
*** empty log message ***

24 years agoSome changes in documentation. Removed some trailing
Gerd Moellmann [Mon, 31 Jan 2000 21:34:33 +0000 (21:34 +0000)]
Some changes in documentation.  Removed some trailing
whitespace. Changed some parameter names to agree with
documentation.
(view-mode-exit): Keep entry in `view-return-to-alist' only when a
window is not deleted.  Modifies change 1998-04-26.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 21:28:41 +0000 (21:28 +0000)]
*** empty log message ***

24 years ago(xim_open_dpy): Remove unused local variable.
Gerd Moellmann [Mon, 31 Jan 2000 20:48:01 +0000 (20:48 +0000)]
(xim_open_dpy): Remove unused local variable.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 20:18:20 +0000 (20:18 +0000)]
*** empty log message ***

24 years ago(Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
Gerd Moellmann [Mon, 31 Jan 2000 20:12:37 +0000 (20:12 +0000)]
(Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
(syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.

24 years agoUpdate copyright.
Gerd Moellmann [Mon, 31 Jan 2000 20:11:54 +0000 (20:11 +0000)]
Update copyright.

24 years ago(USAGE): Use term `display options' instead of `X
Gerd Moellmann [Mon, 31 Jan 2000 20:09:04 +0000 (20:09 +0000)]
(USAGE): Use term `display options' instead of `X
options'.

24 years ago(jit-lock-function): Widen before calculating end
Gerd Moellmann [Mon, 31 Jan 2000 19:47:38 +0000 (19:47 +0000)]
(jit-lock-function): Widen before calculating end
position.
(jit-lock-stealth-chunk-start): Rewritten.

24 years ago(Info-title-face-alist): Removed.
Gerd Moellmann [Mon, 31 Jan 2000 19:46:04 +0000 (19:46 +0000)]
(Info-title-face-alist): Removed.
(Info-title-1-face, Info-title-2-face, Info-title-3-face): New
faces.
(Info-fontify-node): Use these faces.

24 years agoFix copyright dates.
Dave Love [Mon, 31 Jan 2000 18:07:17 +0000 (18:07 +0000)]
Fix copyright dates.

24 years ago(standard-fontset-spec): Purecopy it.
Dave Love [Mon, 31 Jan 2000 17:17:49 +0000 (17:17 +0000)]
(standard-fontset-spec): Purecopy it.
(create-fontset-from-x-resource): Don't concat integers.

24 years agoA typo ("ocatal" instead of "octal").
Eli Zaretskii [Mon, 31 Jan 2000 14:36:52 +0000 (14:36 +0000)]
A typo ("ocatal" instead of "octal").

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 31 Jan 2000 14:24:19 +0000 (14:24 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 31 Jan 2000 14:04:19 +0000 (14:04 +0000)]
*** empty log message ***

24 years ago(sweep_weak_table): New function.
Gerd Moellmann [Mon, 31 Jan 2000 14:03:15 +0000 (14:03 +0000)]
(sweep_weak_table): New function.
(sweep_weak_hash_tables): Use it.  Keep on marking until there
is no more change.

24 years ago(dist): Call ./make-dist.
Gerd Moellmann [Mon, 31 Jan 2000 14:01:49 +0000 (14:01 +0000)]
(dist): Call ./make-dist.

24 years agokeywordp, user-variable-p change.
Dave Love [Mon, 31 Jan 2000 12:48:43 +0000 (12:48 +0000)]
keywordp, user-variable-p change.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 30 Jan 2000 21:22:55 +0000 (21:22 +0000)]
*** empty log message ***