elisp/initz.git
20 years ago* lisp/initz-list.el (initz-list-previous-line): Add optional master
bg66 [Tue, 3 Jun 2003 04:05:23 +0000 (04:05 +0000)]
* lisp/initz-list.el (initz-list-previous-line): Add optional
argument `arg'.

* lisp/initz-list.el (initz-list-new-file-header-message-format):
Rename from 'initz-list-new-file-comment-message-format'.
(initz-list-new-file-footer-message-format): Change value and rename
from 'initz-list-new-file-provide-message-format'.
(initz-list-new-file): Follow change above.

20 years ago* lisp/initz.el (initz-message): Protect 1st arg of `message'.
bg66 [Mon, 19 May 2003 00:39:55 +0000 (00:39 +0000)]
* lisp/initz.el (initz-message): Protect 1st arg of `message'.

21 years ago* lisp/initz-util.el (initz-add-to-load-path): Expand `path' before
bg66 [Sun, 1 Sep 2002 09:41:19 +0000 (09:41 +0000)]
* lisp/initz-util.el (initz-add-to-load-path): Expand `path' before
adding to `load-path'.

21 years ago* README (Development): Fix typo.
bg66 [Thu, 16 May 2002 19:40:58 +0000 (19:40 +0000)]
* README (Development): Fix typo.

21 years ago* Version number is increased to 0.0.11.
bg66 [Mon, 13 May 2002 17:09:29 +0000 (17:09 +0000)]
* Version number is increased to 0.0.11.

21 years ago* lisp/initz-globals.el (toplevel): Require `static'.
bg66 [Mon, 13 May 2002 16:12:48 +0000 (16:12 +0000)]
* lisp/initz-globals.el (toplevel): Require `static'.
(initz-flavor): Use `static-if' instead of `if'.

21 years ago* lisp/initz-list.el (toplevel): Require `cl'.
bg66 [Fri, 10 May 2002 22:24:01 +0000 (22:24 +0000)]
* lisp/initz-list.el (toplevel): Require `cl'.
* lisp/initz-error.el (toplevel): ditto.

* lisp/initz-list.el (initz-list-mode): Fix docstring.
* lisp/initz-error.el (initz-error-mode): ditto.

21 years ago* lisp/initz-list.el (toplevel): Require `easymenu'.
bg66 [Fri, 10 May 2002 22:17:39 +0000 (22:17 +0000)]
* lisp/initz-list.el (toplevel): Require `easymenu'.
(initz-list-mode-menu): New variable.
(initz-list-mode-map): Use it.
(initz-list-mode): Ditto.
* lisp/initz-error.el (initz-error-mode-menu): Require `easymenu'.
(initz-error-mode-menu): New variable.
(initz-error-mode-map): Use it.
(initz-error-mode): Ditto.

21 years ago* README (Development): Fix typo.
bg66 [Fri, 3 May 2002 12:10:36 +0000 (12:10 +0000)]
* README (Development): Fix typo.

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.

21 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