bpt/emacs.git
24 years ago*** empty log message ***
Dave Love [Thu, 10 Feb 2000 20:28:26 +0000 (20:28 +0000)]
*** empty log message ***

24 years ago(create_frame_xic): Fix initialization of automatic aggregates for pcc.
Dave Love [Thu, 10 Feb 2000 20:26:39 +0000 (20:26 +0000)]
(create_frame_xic): Fix initialization of automatic aggregates for pcc.

24 years ago(pfnote, new_pfnote, C_entries, prolog_pred, erlang_func): Add
Dave Love [Thu, 10 Feb 2000 20:00:05 +0000 (20:00 +0000)]
(pfnote, new_pfnote, C_entries, prolog_pred, erlang_func): Add
`static' to definitions to keep pcc happy.

24 years ago*** empty log message ***
Dave Love [Thu, 10 Feb 2000 18:50:33 +0000 (18:50 +0000)]
*** empty log message ***

24 years agoDon't bother testing for defalias. Don't set up `caar' &c that we now
Dave Love [Thu, 10 Feb 2000 17:54:30 +0000 (17:54 +0000)]
Don't bother testing for defalias.  Don't set up `caar' &c that we now
have.

24 years ago(widgets) [defgroup]: Remove url link.
Dave Love [Thu, 10 Feb 2000 17:47:48 +0000 (17:47 +0000)]
(widgets) [defgroup]: Remove url link.
(widget-color-choice-list, widget-color-history, widget-mouse-help):
Deleted.
(widget-specify-field, widget-specify-button): Don't use
widget-mouse-help as help-echo property.
(default): Use #'ignore for :validate and :mouse-down-action.
(checkbox): Add help-echo.
(widget-sexp-validate): Rewritten to clarify error messages.
(character): Use char-valid-p in :match function.
(widget-color-complete): Use facemenu-color-alist.
(widget-color-action): Use facemenu-read-color.

24 years ago*** empty log message ***
Richard M. Stallman [Wed, 9 Feb 2000 23:54:58 +0000 (23:54 +0000)]
*** empty log message ***

24 years agoComment fix.
Dave Love [Wed, 9 Feb 2000 20:37:57 +0000 (20:37 +0000)]
Comment fix.

24 years ago(command-line-1): Don't call make-mode-line-mouse-sensitive.
Dave Love [Wed, 9 Feb 2000 12:43:30 +0000 (12:43 +0000)]
(command-line-1): Don't call make-mode-line-mouse-sensitive.

24 years ago(CCL_MAKE_CHAR): New macro.
Kenichi Handa [Wed, 9 Feb 2000 12:20:01 +0000 (12:20 +0000)]
(CCL_MAKE_CHAR): New macro.
(ccl_driver) <CCL_TranslateCharacter>: Check the validity of
registers by CCL_MAKE_CHAR before calling translate_char.
<CCL_TranslateCharacterConstTbl> Likewise.

24 years ago(mode-line-input-method-map): New variable.
Dave Love [Wed, 9 Feb 2000 12:18:48 +0000 (12:18 +0000)]
(mode-line-input-method-map): New variable.
(mode-line-mule-info): Use it; fix last change.
(mode-line-mode-menu): Move definition.
(mode-line-mouse-sensitive-p): Deleted.
(mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
(make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Feb 2000 12:18:00 +0000 (12:18 +0000)]
*** empty log message ***

24 years agoMake resourcestring a declaration region, like const and var.
Ray Blaak [Wed, 9 Feb 2000 07:04:15 +0000 (07:04 +0000)]
Make resourcestring a declaration region, like const and var.

24 years ago(__EXTENSIONS__): Define.
Dave Love [Tue, 8 Feb 2000 10:00:51 +0000 (10:00 +0000)]
(__EXTENSIONS__): Define.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 7 Feb 2000 23:29:31 +0000 (23:29 +0000)]
*** empty log message ***

24 years ago(rmail-retry-failure): Use
Gerd Moellmann [Mon, 7 Feb 2000 23:27:14 +0000 (23:27 +0000)]
(rmail-retry-failure): Use
rmail-beginning-of-message before rmail-toggle-header, because the
former toggles headers.

24 years ago(BASE_PURESIZE): Increase to 650000.
Gerd Moellmann [Mon, 7 Feb 2000 23:20:53 +0000 (23:20 +0000)]
(BASE_PURESIZE): Increase to 650000.

24 years ago(XMenuActivate): Turn off the cursor after displaying
Eli Zaretskii [Mon, 7 Feb 2000 14:18:57 +0000 (14:18 +0000)]
(XMenuActivate): Turn off the cursor after displaying
the help message.

24 years agoAdd capabilities se, so, us, ue, md, mh, mb, mr, and me to the fake
Eli Zaretskii [Mon, 7 Feb 2000 11:26:42 +0000 (11:26 +0000)]
Add capabilities se, so, us, ue, md, mh, mb, mr, and me to the fake
termcap entry.

24 years ago(diff-kill-junk): New interactive function.
Stefan Monnier [Mon, 7 Feb 2000 02:01:07 +0000 (02:01 +0000)]
(diff-kill-junk): New interactive function.
(diff-reverse-direction): Use delete-and-extract-region.
(diff-post-command-hook): Restrict the area so that the hook also works
outside of any diff hunk.  This is necessary for the minor-mode.
(diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
(diff-minor-mode): Setup the hooks for header-hunk rewriting.

24 years ago(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier [Mon, 7 Feb 2000 01:49:33 +0000 (01:49 +0000)]
(font-lock-keywords): Fix doc for multiline matches.
(font-lock-add-keywords): Make it work even if font-lock-mode is nil,
so that it can be used more easily in <foo>-mode-hook.  Also make sure
to avoid duplicate entries.
(font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
(font-lock-remove-keywords): Just as was done for `add', allow it to
work even if font-lock-mode is nil.  Also make sure we don't modify
any pre-existing list by forcing a copy-sequence.  Finally rename
`major-mode' to `mode'.
(font-lock-fontify-syntactic-anchored-keywords)
(font-lock-fontify-anchored-keywords)
(font-lock-fontify-keywords-region): Use line-end-position.
Don't make `font-lock-multiline' local (it's now done in
font-lock-set-defaults).
(font-lock-set-defaults): Make `font-lock-multiline' local.  Also
move the `font-lock-fontified' creation to inside the `unless'.

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.