]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years ago(get_user_app): Free the gethomedir value.
Richard M. Stallman [Sun, 27 Apr 1997 03:18:20 +0000 (03:18 +0000)]
(get_user_app): Free the gethomedir value.

27 years ago(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
Richard M. Stallman [Sat, 26 Apr 1997 22:14:21 +0000 (22:14 +0000)]
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.

27 years ago(calendar-print-french-date): Label French date in echo area.
Richard M. Stallman [Sat, 26 Apr 1997 22:14:07 +0000 (22:14 +0000)]
(calendar-print-french-date): Label French date in echo area.

27 years ago(forward-paragraph): Fix editing error
Richard M. Stallman [Sat, 26 Apr 1997 19:20:00 +0000 (19:20 +0000)]
(forward-paragraph): Fix editing error
in the updating of paragraph-separate.

27 years agoChanged version number.
Per Abrahamsen [Sat, 26 Apr 1997 14:56:02 +0000 (14:56 +0000)]
Changed version number.

27 years ago*** empty log message ***
Per Abrahamsen [Sat, 26 Apr 1997 13:40:48 +0000 (13:40 +0000)]
*** empty log message ***

27 years ago(reset_buffer): Initialize clip_changed field.
Richard M. Stallman [Sat, 26 Apr 1997 04:46:29 +0000 (04:46 +0000)]
(reset_buffer): Initialize clip_changed field.

27 years ago(rmail-reply): Pass Rmail buffer and msgnum
Richard M. Stallman [Sat, 26 Apr 1997 01:33:18 +0000 (01:33 +0000)]
(rmail-reply): Pass Rmail buffer and msgnum
as arguments within the mail-send action.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): New function.
(rmail-only-expunge): Update the new kind of action.
(rmail-send-actions-rmail-msg-number)
(rmail-send-actions-rmail-buffer): Variables no longer used.

27 years ago(skip_chars): Merge mule changes back in.
Richard M. Stallman [Fri, 25 Apr 1997 21:59:44 +0000 (21:59 +0000)]
(skip_chars): Merge mule changes back in.

27 years ago(sort_args): Free the malloc'd memory.
Richard M. Stallman [Fri, 25 Apr 1997 19:42:38 +0000 (19:42 +0000)]
(sort_args): Free the malloc'd memory.

27 years agoDelete setting of byte-compile-dynamic,
Richard M. Stallman [Fri, 25 Apr 1997 18:14:10 +0000 (18:14 +0000)]
Delete setting of byte-compile-dynamic,
byte-compile-dynamic-docstrings and byte-optimize.
(with-current-buffer): Duplicate definition deleted.
(save-buffer-state, do-while): Move defmacros to top level.

27 years agoDelete setting of byte-compile-dynamic,
Richard M. Stallman [Fri, 25 Apr 1997 18:13:42 +0000 (18:13 +0000)]
Delete setting of byte-compile-dynamic,
byte-compile-dynamic-docstrings and byte-optimize.
(fast-lock-save-facep, save-buffer-state): Move defmacros to top level.

27 years ago(describe-face): Add documentation.
Richard M. Stallman [Fri, 25 Apr 1997 18:11:33 +0000 (18:11 +0000)]
(describe-face): Add documentation.

27 years ago(apropos): Add support for customization groups.
Richard M. Stallman [Fri, 25 Apr 1997 18:10:43 +0000 (18:10 +0000)]
(apropos): Add support for customization groups.
(apropos-print): Ditto.

27 years ago(Fwrite_region): GCPRO `start' near the beginning.
Richard M. Stallman [Fri, 25 Apr 1997 04:59:48 +0000 (04:59 +0000)]
(Fwrite_region): GCPRO `start' near the beginning.

27 years ago*** empty log message ***
Richard M. Stallman [Fri, 25 Apr 1997 04:48:20 +0000 (04:48 +0000)]
*** empty log message ***

27 years ago(x_set_menu_bar_lines): Increment windows_or_buffers_changed.
Richard M. Stallman [Fri, 25 Apr 1997 04:47:13 +0000 (04:47 +0000)]
(x_set_menu_bar_lines): Increment windows_or_buffers_changed.

27 years ago(facemenu-add-new-face): Rewrite to give each
Richard M. Stallman [Fri, 25 Apr 1997 04:46:19 +0000 (04:46 +0000)]
(facemenu-add-new-face): Rewrite to give each
lambda expression a doc string.

27 years ago(set_frame_menubar): When widget is new, forget records of old contents.
Richard M. Stallman [Fri, 25 Apr 1997 00:44:48 +0000 (00:44 +0000)]
(set_frame_menubar): When widget is new, forget records of old contents.

27 years agoDelete all menu-enable properties.
Richard M. Stallman [Thu, 24 Apr 1997 22:54:27 +0000 (22:54 +0000)]
Delete all menu-enable properties.
They ran slowly and sometimes got errors.

27 years ago(skeleton-read): Doc fix.
Richard M. Stallman [Thu, 24 Apr 1997 19:40:23 +0000 (19:40 +0000)]
(skeleton-read): Doc fix.

27 years agoMany doc fixes.
Richard M. Stallman [Thu, 24 Apr 1997 19:37:13 +0000 (19:37 +0000)]
Many doc fixes.

27 years agoSynched with custom 1.90.
Per Abrahamsen [Thu, 24 Apr 1997 16:53:55 +0000 (16:53 +0000)]
Synched with custom 1.90.

27 years ago(w32-using-nt, w32-shell-name, w32-using-system-shell-p,
Geoff Voelker [Thu, 24 Apr 1997 02:58:11 +0000 (02:58 +0000)]
(w32-using-nt, w32-shell-name, w32-using-system-shell-p,
w32-startup): New functions.
(w32-system-shells): New variable.

27 years agoFix messages.
Richard M. Stallman [Wed, 23 Apr 1997 23:34:20 +0000 (23:34 +0000)]
Fix messages.

27 years agoFix names of some languages.
Richard M. Stallman [Wed, 23 Apr 1997 23:12:45 +0000 (23:12 +0000)]
Fix names of some languages.

27 years agoChange references of windowsnt.h to ms-w32.h.
Geoff Voelker [Wed, 23 Apr 1997 22:23:44 +0000 (22:23 +0000)]
Change references of windowsnt.h to ms-w32.h.
(obj): Change references of nt*.c files to w32*.c files.

27 years ago(sgml-value): Use 'identity as default value.
Richard M. Stallman [Wed, 23 Apr 1997 18:58:33 +0000 (18:58 +0000)]
(sgml-value): Use 'identity as default value.
(sgml-mode): Doc fix.
(sgml-name-8bit-mode): Tell the user if set or reset.
(sgml-tag): Doc fix.
(sgml-tag): Protect "<" from skeleton-transformation.
(sgml-attributes): Doc fix.
(sgml-attributes): Square brackets removed from prompt.
(sgml-attributes): Arg ALIST renamed to TAG.
(sgml-attributes): Apply skeleton-transformation when necessary.
(sgml-value): Doc added.
(sgml-value): Square brackets removed from prompt.
(html-tag-alist): New variable 1-7, variable `list' changed.
(html-tag-alist)<dir>, <menu>: Use new value of `list'.
(html-tag-alist)<font>: Fixed (doc of sgml-tag-alist needs fixing).
(html-tag-alist)<ol>, <ul>: Fixed.
(html-tag-alist)<fn>: Commented out.

27 years ago(define-skeleton): Doc fix.
Richard M. Stallman [Wed, 23 Apr 1997 17:37:06 +0000 (17:37 +0000)]
(define-skeleton): Doc fix.

27 years agoRespect font-lock-face-attributes and custom fixes.
Simon Marshall [Wed, 23 Apr 1997 07:10:09 +0000 (07:10 +0000)]
Respect font-lock-face-attributes and custom fixes.

27 years ago(compare-windows): Allow windows on different frames.
Richard M. Stallman [Wed, 23 Apr 1997 05:06:35 +0000 (05:06 +0000)]
(compare-windows): Allow windows on different frames.

27 years agoRe-arrange priorities of coding categories.
Kenichi Handa [Wed, 23 Apr 1997 01:30:10 +0000 (01:30 +0000)]
Re-arrange priorities of coding categories.

27 years ago(frame_allow_splitting): New variable.
Richard M. Stallman [Wed, 23 Apr 1997 00:30:43 +0000 (00:30 +0000)]
(frame_allow_splitting): New variable.
(Fsplit_window): Ignore `unsplittable' if frame_allow_splitting.
(syms_of_window): Set up Lisp var.

27 years ago(ispell-overlay-window): Bind frame-override-unsplittable.
Richard M. Stallman [Tue, 22 Apr 1997 23:25:24 +0000 (23:25 +0000)]
(ispell-overlay-window): Bind frame-override-unsplittable.

27 years ago(remote-compile): Make comint-file-name-prefix local
Richard M. Stallman [Tue, 22 Apr 1997 22:54:32 +0000 (22:54 +0000)]
(remote-compile): Make comint-file-name-prefix local
in the compilation buffer.

27 years ago(debug-ignored-errors): Update the regexps for
Richard M. Stallman [Tue, 22 Apr 1997 22:02:49 +0000 (22:02 +0000)]
(debug-ignored-errors): Update the regexps for
the dabbrev error messages

27 years agoUse cl only at compile time.
Richard M. Stallman [Tue, 22 Apr 1997 17:00:52 +0000 (17:00 +0000)]
Use cl only at compile time.

27 years agoUse copy-sequence, not copy-list.
Richard M. Stallman [Tue, 22 Apr 1997 16:59:47 +0000 (16:59 +0000)]
Use copy-sequence, not copy-list.

27 years ago(custom-variable-type): Use copy-sequence, not copy-list.
Richard M. Stallman [Tue, 22 Apr 1997 16:55:19 +0000 (16:55 +0000)]
(custom-variable-type): Use copy-sequence, not copy-list.

27 years ago(inferior-octave-output-list): Declare here
Richard M. Stallman [Tue, 22 Apr 1997 04:45:17 +0000 (04:45 +0000)]
(inferior-octave-output-list): Declare here
to avoid compiler warnings.
(inferior-octave-output-string): Likewise.
(inferior-octave-receive-in-progress): Likewise.

27 years ago(m2-end-comment-column): New defvar.
Richard M. Stallman [Tue, 22 Apr 1997 04:42:21 +0000 (04:42 +0000)]
(m2-end-comment-column): New defvar.
(modula-2-mode, m2-end-comment): Use m2-end-comment-column
instead of end-comment-column.
(m2-compile, m2-link): Don't set `modulename',

27 years ago(sh-case): Make this a simple define-skeleton
Richard M. Stallman [Tue, 22 Apr 1997 04:37:22 +0000 (04:37 +0000)]
(sh-case): Make this a simple define-skeleton
as it was originally.  Don't add a menu-enable property.
(sh-assignment-regexp): Renamed from sh-assignment-prefix
undoing a renaming made by mistake.

27 years ago(sgml-transformation): Fix previous change.
Richard M. Stallman [Tue, 22 Apr 1997 04:32:00 +0000 (04:32 +0000)]
(sgml-transformation): Fix previous change.

27 years ago(custom-declare-variable): Use copy-sequence, not copy-list.
Richard M. Stallman [Tue, 22 Apr 1997 01:17:06 +0000 (01:17 +0000)]
(custom-declare-variable): Use copy-sequence, not copy-list.

27 years ago(vc-find-cvs-master): Handle a "New file!" entry.
Richard M. Stallman [Tue, 22 Apr 1997 01:04:48 +0000 (01:04 +0000)]
(vc-find-cvs-master): Handle a "New file!" entry.
(vc-fetch-master-properties): Match "New file!".

27 years ago(elp-report-limit): Change prompt string.
Richard M. Stallman [Mon, 21 Apr 1997 23:48:34 +0000 (23:48 +0000)]
(elp-report-limit): Change prompt string.
(elp-version): Incremented.

27 years ago(mule-keymap): Add C-x RET C-\ for select-input-method.
Richard M. Stallman [Mon, 21 Apr 1997 04:54:43 +0000 (04:54 +0000)]
(mule-keymap): Add C-x RET C-\ for select-input-method.

27 years ago(recover-file): Fix error message.
Richard M. Stallman [Mon, 21 Apr 1997 04:48:47 +0000 (04:48 +0000)]
(recover-file): Fix error message.

27 years agoMajor simplification; most of file contents deleted.
Richard M. Stallman [Mon, 21 Apr 1997 04:01:41 +0000 (04:01 +0000)]
Major simplification; most of file contents deleted.
factory-face property renamed to face-defface-spec.

27 years ago(make-frame): Don't call custom-initialize-frame.
Richard M. Stallman [Mon, 21 Apr 1997 03:57:23 +0000 (03:57 +0000)]
(make-frame): Don't call custom-initialize-frame.

27 years ago(frame-set-background-mode): New function.
Richard M. Stallman [Mon, 21 Apr 1997 03:56:57 +0000 (03:56 +0000)]
(frame-set-background-mode): New function.
(frame-background-mode): New variable.
(x-create-frame-with-faces): Rearrangement of order of font processing.
Handle custom-faces here.
(face-doc-string, set-face-doc-string): New functions.
(set-face-bold-p, set-face-italic-p): New functions.
(face-bold-p, face-italic-p): New function.
(face-spec-set, face-spec-set-1, face-spec-set-match-display): New functions.

27 years ago(custom-face-set): Don't copy an empty face,
Richard M. Stallman [Mon, 21 Apr 1997 03:55:17 +0000 (03:55 +0000)]
(custom-face-set): Don't copy an empty face,
just call custom-face-display-set.
(custom-face-reset-saved, custom-face-save, custom-face-reset-factory):
Likewise.
(custom-face-display-set): Define this here.
(custom-display-match-frame): Define here.

27 years agoComment change.
Richard M. Stallman [Mon, 21 Apr 1997 03:53:02 +0000 (03:53 +0000)]
Comment change.

27 years ago(x_set_offset): Turn off the code that added the border_width
Richard M. Stallman [Sun, 20 Apr 1997 22:14:53 +0000 (22:14 +0000)]
(x_set_offset): Turn off the code that added the border_width
to modified_left and modified_top; it seems incorrect to do that.

27 years ago(texinfo-master-menu-header): Delete newline at start.
Richard M. Stallman [Sun, 20 Apr 1997 21:02:06 +0000 (21:02 +0000)]
(texinfo-master-menu-header): Delete newline at start.
(texinfo-insert-master-menu-list): Add @detailmenu and
@end detailmenu commands.

27 years agoComment change.
Richard M. Stallman [Sun, 20 Apr 1997 07:33:52 +0000 (07:33 +0000)]
Comment change.

27 years agoInitial revision
Richard M. Stallman [Sun, 20 Apr 1997 07:29:56 +0000 (07:29 +0000)]
Initial revision

27 years ago(skeleton-read): Fix previous change.
Richard M. Stallman [Sun, 20 Apr 1997 01:37:09 +0000 (01:37 +0000)]
(skeleton-read): Fix previous change.

27 years agoFix previous change.
Richard M. Stallman [Sun, 20 Apr 1997 01:30:13 +0000 (01:30 +0000)]
Fix previous change.

27 years ago(transient-mark-mode): Print message if used interactively.
Richard M. Stallman [Sun, 20 Apr 1997 01:28:20 +0000 (01:28 +0000)]
(transient-mark-mode): Print message if used interactively.

27 years ago(mail-attach-file): New function.
Richard M. Stallman [Sun, 20 Apr 1997 01:20:58 +0000 (01:20 +0000)]
(mail-attach-file): New function.
(mail-mode-map): Add mail-attach-file on C-c C-i.

27 years ago(describe_vector): Test for suppressed commands in
Richard M. Stallman [Sat, 19 Apr 1997 22:59:20 +0000 (22:59 +0000)]
(describe_vector): Test for suppressed commands in
all cases.  Call get_keyelt with two arguments.

27 years ago(Faccessible_keymaps): Convert PREFIX to a vector
Richard M. Stallman [Sat, 19 Apr 1997 22:52:28 +0000 (22:52 +0000)]
(Faccessible_keymaps): Convert PREFIX to a vector
at the beginning, if it has any definition.

27 years ago(print): Symbols like e2 and 2e are not confusing.
Richard M. Stallman [Fri, 18 Apr 1997 19:12:24 +0000 (19:12 +0000)]
(print): Symbols like e2 and 2e are not confusing.

27 years agoDon't use cl forms in defcustom declarations.
Simon Marshall [Fri, 18 Apr 1997 12:25:09 +0000 (12:25 +0000)]
Don't use cl forms in defcustom declarations.

27 years agoCleaned up custom support.
Simon Marshall [Fri, 18 Apr 1997 07:08:56 +0000 (07:08 +0000)]
Cleaned up custom support.

27 years agoFix previous change.
Richard M. Stallman [Fri, 18 Apr 1997 02:54:33 +0000 (02:54 +0000)]
Fix previous change.

27 years ago(facemenu-update): Don't make global bindings here.
Richard M. Stallman [Fri, 18 Apr 1997 02:53:46 +0000 (02:53 +0000)]
(facemenu-update): Don't make global bindings here.
Make them at top level.
(facemenu-key): Variable deleted.
(facemenu-keybindings, facemenu-new-faces-at-end)
(facemenu-unlisted-faces, facemenu-remove-face-function): Doc fixes.

27 years agoComment change.
Richard M. Stallman [Fri, 18 Apr 1997 02:50:15 +0000 (02:50 +0000)]
Comment change.

27 years ago(Fexpand_file_name): Fix expansion of "/foo/../".
Richard M. Stallman [Fri, 18 Apr 1997 02:47:40 +0000 (02:47 +0000)]
(Fexpand_file_name): Fix expansion of "/foo/../".

27 years agoautomatically generated from GPLed version
Paul Eggert [Fri, 18 Apr 1997 00:48:01 +0000 (00:48 +0000)]
automatically generated from GPLed version

27 years agoRemove all menu-enable properties except for sh-case.
Richard M. Stallman [Thu, 17 Apr 1997 23:08:33 +0000 (23:08 +0000)]
Remove all menu-enable properties except for sh-case.

27 years ago(sgml-name-char): Ask user with a prompt.
Richard M. Stallman [Thu, 17 Apr 1997 21:22:21 +0000 (21:22 +0000)]
(sgml-name-char): Ask user with a prompt.

27 years agoFixes for MIPS OpenBSD systems (from Per Fogelstrom
Ian Lance Taylor [Thu, 17 Apr 1997 18:00:12 +0000 (18:00 +0000)]
Fixes for MIPS OpenBSD systems (from Per Fogelstrom
<pefo@openbsd.org>)

27 years agoCustomise.
Simon Marshall [Thu, 17 Apr 1997 07:35:54 +0000 (07:35 +0000)]
Customise.

27 years agoUse EVAL form for shell-prompt-pattern.
Simon Marshall [Thu, 17 Apr 1997 07:35:38 +0000 (07:35 +0000)]
Use EVAL form for shell-prompt-pattern.

27 years agoFont Lock support.
Simon Marshall [Thu, 17 Apr 1997 07:32:31 +0000 (07:32 +0000)]
Font Lock support.

27 years agoCustomise. And a few code cleanups.
Simon Marshall [Thu, 17 Apr 1997 07:29:13 +0000 (07:29 +0000)]
Customise.  And a few code cleanups.

27 years agoFixed version number.
Lars Magne Ingebrigtsen [Wed, 16 Apr 1997 22:34:17 +0000 (22:34 +0000)]
Fixed version number.

27 years agoInitial revision
Lars Magne Ingebrigtsen [Wed, 16 Apr 1997 22:13:18 +0000 (22:13 +0000)]
Initial revision

27 years agoComment change.
Richard M. Stallman [Wed, 16 Apr 1997 21:44:14 +0000 (21:44 +0000)]
Comment change.

27 years ago(sgml-value): Don't perform the skeleton-transformation
Richard M. Stallman [Wed, 16 Apr 1997 21:43:01 +0000 (21:43 +0000)]
(sgml-value): Don't perform the skeleton-transformation
on the value.

(sgml-transformation): New variable.
(sgml-mode-common): Use it.
(html-href-anchor): Ask for address, wrap around text.
(html-name-anchor): Same as above, without initial input.
(html-image): No initial input for address.
(html-ordered-list): Incorporate char into string.
(html-unordered-list): Same as above.
(html-checkboxes, html-radio-buttons): Rewritten.

(sgml-char-names): Change ensp to nbsp.

(sgml-tag): Use intangible here.
(sgml-tags-invisible): Don't add intangible property
separately here.  Just the category property is enough.
Eliminate local variable `point'.
Bind inhibit-point-motion-hooks.

27 years ago(skeleton-insert): Rename the function's argument
Richard M. Stallman [Wed, 16 Apr 1997 19:41:21 +0000 (19:41 +0000)]
(skeleton-insert): Rename the function's argument
to `regions', and bind `skeleton-regions' with let.
(skeleton-read): Rename arg STR to PROMPT.

27 years agoAdd defgroup's; use defcustom for user vars.
Richard M. Stallman [Wed, 16 Apr 1997 06:58:47 +0000 (06:58 +0000)]
Add defgroup's; use defcustom for user vars.

27 years ago(sendmail-send-it): Use quoted-printable encoding for the From field.
Richard M. Stallman [Wed, 16 Apr 1997 06:54:11 +0000 (06:54 +0000)]
(sendmail-send-it): Use quoted-printable encoding for the From field.

(mail-do-fcc): After appending to a buffer,
offer to save it.  Or if the buffer matched the file,
append to the file too.

27 years ago*** empty log message ***
Richard M. Stallman [Wed, 16 Apr 1997 06:47:39 +0000 (06:47 +0000)]
*** empty log message ***

27 years ago(hilit-rehighlight-message): Respect mail-mode header/body separation line.
Richard M. Stallman [Wed, 16 Apr 1997 04:09:25 +0000 (04:09 +0000)]
(hilit-rehighlight-message): Respect mail-mode header/body separation line.

27 years ago(setup_coding_system): Setup coding->eol_type as LF
Kenichi Handa [Wed, 16 Apr 1997 01:04:54 +0000 (01:04 +0000)]
(setup_coding_system): Setup coding->eol_type as LF
for a invalid coding system.

27 years ago(rmail-summary-delete-forward): Argument is now a repeat count.
Richard M. Stallman [Wed, 16 Apr 1997 00:56:40 +0000 (00:56 +0000)]
(rmail-summary-delete-forward): Argument is now a repeat count.
(rmail-summary-delete-backward): Corresponding changes.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Tue, 15 Apr 1997 23:38:27 +0000 (23:38 +0000)]
Add defgroup; use defcustom for user vars.

27 years ago(pascal-mode): Set comment-start.
Richard M. Stallman [Tue, 15 Apr 1997 23:30:35 +0000 (23:30 +0000)]
(pascal-mode): Set comment-start.

27 years agoAdd defgroup; use defcustom for user vars.
Richard M. Stallman [Tue, 15 Apr 1997 20:33:18 +0000 (20:33 +0000)]
Add defgroup; use defcustom for user vars.

27 years ago(sh-while-getopts): Don't add menu-enable property.
Richard M. Stallman [Tue, 15 Apr 1997 18:16:28 +0000 (18:16 +0000)]
(sh-while-getopts): Don't add menu-enable property.

27 years agoprovide `cus-load'.
Per Abrahamsen [Tue, 15 Apr 1997 15:17:38 +0000 (15:17 +0000)]
provide `cus-load'.

27 years ago* (x-select-enable-clipboard): New variable.
Eli Zaretskii [Tue, 15 Apr 1997 15:00:38 +0000 (15:00 +0000)]
* (x-select-enable-clipboard): New variable.
(x-select-text, x-get-selection-value): New functions, support for
MS-Windows clipboard.

27 years agoTue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
Francesco Potortì [Tue, 15 Apr 1997 14:50:46 +0000 (14:50 +0000)]
Tue Apr 15 16:09:15 1997  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
* etags.c (xnew): Add support for debugging with chkmalloc.
(error): Use this instead of printf whenever possible.
(main): Only call xnew after having initialised progname.
(substitute): Bad memory corruption error corrected.
* etags.c (add_regex): Undo previous change.
(relative_filename): Small memory leak closed.
(absolute_filename): Cleaned up the code, possibly closing a bug.
(absolute_dirname): Always return a newly allocated string.

27 years agoSpelling error.
Per Abrahamsen [Tue, 15 Apr 1997 11:35:12 +0000 (11:35 +0000)]
Spelling error.

27 years agoAdd support for build in faces.
Per Abrahamsen [Tue, 15 Apr 1997 11:32:14 +0000 (11:32 +0000)]
Add support for build in faces.

27 years agoFixed message.
Per Abrahamsen [Tue, 15 Apr 1997 11:14:08 +0000 (11:14 +0000)]
Fixed message.

27 years agoFixed generation of empty dependencies lists.
Per Abrahamsen [Tue, 15 Apr 1997 11:13:24 +0000 (11:13 +0000)]
Fixed generation of empty dependencies lists.