elisp/initz.git
21 years ago* lisp/initz.el (initz-get-files): Add optional argument `all'.
bg66 [Fri, 3 May 2002 12:08:08 +0000 (12:08 +0000)]
* lisp/initz.el (initz-get-files): Add optional argument `all'.
If it is non-nil, return all files.
* lisp/initz-vars.el (initz-list-all-modules): New user option.
* lisp/initz-list.el (initz-list-node-expand): Use it.

22 years ago* lisp/initz-vars.el (initz-delete-compile-log-buffer): New user
bg66 [Wed, 1 May 2002 12:32:17 +0000 (12:32 +0000)]
* lisp/initz-vars.el (initz-delete-compile-log-buffer): New user
option.
* lisp/initz.el (initz-done): If it is non-nil, delete the buffer
named `*Compile-Log*'.

22 years ago* lisp/initz-list.el (initz-list-byte-compile-file): Byte-Compile
bg66 [Tue, 30 Apr 2002 13:32:08 +0000 (13:32 +0000)]
* lisp/initz-list.el (initz-list-byte-compile-file): Byte-Compile
file, only when `file' is newer than `compile-file'.
(initz-list-load-file): Load file, only when the return value of
`initz-list-byte-compile-file' is non-nil.

22 years ago* lisp/initz.el (initz-init-alist): Use `#'' instead of `function'.
bg66 [Tue, 30 Apr 2002 13:21:44 +0000 (13:21 +0000)]
* lisp/initz.el (initz-init-alist): Use `#'' instead of `function'.
(initz-get-init-value): Ditto.
(initz-get-kind): Ditto.
(initz-get-dir): Ditto.
(initz-make-directory): Ditto.
(initz-make-directories): Ditto.
(initz-delete-files): Ditto.
(initz-delete): Ditto.
(initz-compile-files): Ditto.
(initz-compile): Ditto.
(initz-load-files): Ditto.
(initz-load): Ditto.
* lisp/initz-list.el (sort-build-lists): Ditto.
(initz-list-input-dir): Ditto.
(initz-list-input-module): Ditto.
(initz-list-node-expand): Ditto.
(initz-list): Ditto.
* lisp/initz-error.el (initz-error-node-expand): Ditto.
(initz-error): Ditto.
* lisp/initz-util.el (initz-add-to-load-list): Ditto.
(initz-add-to-ignore-list): Ditto.
(initz-remove-from-load-list): Ditto.
(initz-remove-from-ignore-list): Ditto.
(initz-add-to-load-path): Ditto.
(initz-features): Ditto.

22 years ago* lisp/initz.el (initz-init-alist): Use `mapconcat' instead of `mapc'.
bg66 [Tue, 30 Apr 2002 12:53:36 +0000 (12:53 +0000)]
* lisp/initz.el (initz-init-alist): Use `mapconcat' instead of `mapc'.

22 years ago* lisp/initz-list.el (initz-list-modeline-string): New constant
bg66 [Sun, 28 Apr 2002 08:43:48 +0000 (08:43 +0000)]
* lisp/initz-list.el (initz-list-modeline-string): New constant
variable.
(initz-list-mode): Use it.
* lisp/initz-error.el (initz-error-modeline-string): New constant
variable.
(initz-error-mode): Use it.

22 years ago* lisp/initz-globals.el (toplevel): Fix typo.
bg66 [Sat, 27 Apr 2002 18:16:44 +0000 (18:16 +0000)]
* lisp/initz-globals.el (toplevel): Fix typo.

22 years agoFix last change.
bg66 [Sat, 27 Apr 2002 16:04:47 +0000 (16:04 +0000)]
Fix last change.

22 years ago* README (Development): New section.
bg66 [Sat, 27 Apr 2002 15:50:35 +0000 (15:50 +0000)]
* README (Development): New section.

22 years agoinitial import into CVS start
bg66 [Sat, 27 Apr 2002 08:16:09 +0000 (08:16 +0000)]
initial import into CVS