elisp/mu-cite.git
24 years agoupdate. mu-cite-moto
morioka [Wed, 21 Jul 1999 06:42:26 +0000 (06:42 +0000)]
update.

24 years ago(mu-cite-method-list): New function.
morioka [Wed, 21 Jul 1999 06:41:34 +0000 (06:41 +0000)]
(mu-cite-method-list): New function.
(widget-mu-cite-method-prompt-value-history): New variable.
(mu-cite-method): New widget.
(widget-mu-cite-method-prompt-value): New function.
(widget-mu-cite-method-action): New function.
(mu-cite-prefix-format): Use `mu-cite-method'.
(mu-cite-top-format): Likewise.

24 years agoupdate.
morioka [Wed, 21 Jul 1999 04:15:32 +0000 (04:15 +0000)]
update.

24 years ago(mu-citation-name-alist): Deleted.
morioka [Wed, 21 Jul 1999 04:14:50 +0000 (04:14 +0000)]
(mu-citation-name-alist): Deleted.
(mu-cite-load-registration-file): Initialize value of
`mu-registration-symbol' if it is not bound.
(mu-cite-save-registration-file): Use `(symbol-value
mu-registration-symbol)' instead of `mu-citation-name-alist'.
(mu-register-get-citation-name): Likewise.
(mu-register-add-citation-name): Use `(set-alist
mu-registration-symbol ...)'.

24 years agoCompare with latest original mu-register.el.
morioka [Wed, 21 Jul 1999 03:55:03 +0000 (03:55 +0000)]
Compare with latest original mu-register.el.

24 years agoupdate.
morioka [Tue, 20 Jul 1999 06:34:41 +0000 (06:34 +0000)]
update.

24 years ago(mu-cite-obsolete-variable-alist): Revert to define; use it to define
morioka [Tue, 20 Jul 1999 06:32:01 +0000 (06:32 +0000)]
(mu-cite-obsolete-variable-alist): Revert to define; use it to define
obsolete-variable-aliases in XEmacs.
- Try to set value of obsolete variables to new variables after
  `mu-cite-load-hook' is run in non XEmacs emacsen.

24 years agoupdate.
morioka [Tue, 20 Jul 1999 05:34:44 +0000 (05:34 +0000)]
update.

24 years ago(mu-cite-load-hook): Deleted the definition as a user option.
morioka [Tue, 20 Jul 1999 05:33:22 +0000 (05:33 +0000)]
(mu-cite-load-hook): Deleted the definition as a user option.

24 years agoupdate.
morioka [Tue, 20 Jul 1999 05:30:02 +0000 (05:30 +0000)]
update.

24 years agoDelete `Commentary'.
morioka [Tue, 20 Jul 1999 05:28:46 +0000 (05:28 +0000)]
Delete `Commentary'.

24 years ago(mu-bbdb-load-hook): Deleted the definition as variable.
morioka [Tue, 20 Jul 1999 05:28:14 +0000 (05:28 +0000)]
(mu-bbdb-load-hook): Deleted the definition as variable.

24 years agoupdate.
morioka [Tue, 20 Jul 1999 05:25:01 +0000 (05:25 +0000)]
update.

24 years ago(string-compare-from-top): Use `sref' instead of `aref'; use
morioka [Tue, 20 Jul 1999 05:16:23 +0000 (05:16 +0000)]
(string-compare-from-top): Use `sref' instead of `aref'; use
`char-next-index'.

24 years ago(detect-paragraph-cited-prefix): Use `line-beginning-position' and
morioka [Tue, 20 Jul 1999 05:09:37 +0000 (05:09 +0000)]
(detect-paragraph-cited-prefix): Use `line-beginning-position' and
`line-end-position'.

24 years ago(detect-paragraph-cited-prefix): Don't use `incf'.
morioka [Tue, 20 Jul 1999 05:05:21 +0000 (05:05 +0000)]
(detect-paragraph-cited-prefix): Don't use `incf'.

24 years ago(mu-cite-original): Use `or' instead of 'unless'.
morioka [Tue, 20 Jul 1999 05:00:58 +0000 (05:00 +0000)]
(mu-cite-original): Use `or' instead of 'unless'.

24 years ago(compress-cited-prefix): Use `if' instead of `when'.
morioka [Tue, 20 Jul 1999 04:57:06 +0000 (04:57 +0000)]
(compress-cited-prefix): Use `if' instead of `when'.

24 years ago(fill-cited-region): Use `if' instead of `when'.
morioka [Tue, 20 Jul 1999 04:56:03 +0000 (04:56 +0000)]
(fill-cited-region): Use `if' instead of `when'.

24 years ago(detect-paragraph-cited-prefix): Use `if' instead of `when'.
morioka [Tue, 20 Jul 1999 04:55:25 +0000 (04:55 +0000)]
(detect-paragraph-cited-prefix): Use `if' instead of `when'.

24 years ago(mu-cite-original): Use `if' instead of `when'.
morioka [Tue, 20 Jul 1999 04:54:13 +0000 (04:54 +0000)]
(mu-cite-original): Use `if' instead of `when'.

24 years ago(mu-cite-get-field-value): Use `if' instead of `when'.
morioka [Tue, 20 Jul 1999 04:53:42 +0000 (04:53 +0000)]
(mu-cite-get-field-value): Use `if' instead of `when'.

24 years ago- Don't require `cl' when compile time.
morioka [Tue, 20 Jul 1999 04:52:41 +0000 (04:52 +0000)]
- Don't require `cl' when compile time.
- Don't require `emu'.
- Require `pcustom' instead of `custom'.
- Add autoload setting for `mu-bbdb-get-prefix-method',
  `mu-bbdb-get-prefix-register-method' and
  `mu-bbdb-get-prefix-register-verbose-method'.
(mu-cite-default-methods-alist): Add setting for
`mu-bbdb-get-prefix-method', `mu-bbdb-get-prefix-register-method' and
`mu-bbdb-get-prefix-register-verbose-method'.
(mu-cite-get-field-value): Add DOC-string.
(mu-cite-get-ml-count-method): Add DOC-string; use `if' instead of
`when'; use `match-string'.
(mu-cite-get-value): Add DOC-string.
(char-category): New function.
(fill-cited-region): Add DOC-string.
(compress-cited-prefix): Add DOC-string.

24 years ago(mu-bbdb-get-attr): Renamed.
morioka [Tue, 20 Jul 1999 04:38:02 +0000 (04:38 +0000)]
(mu-bbdb-get-attr): Renamed.
(mu-bbdb-set-attr): Renamed.
(mu-bbdb-get-prefix-method): Renamed from
`mu-cite/get-bbdb-prefix-method'; add DOC-string.
(mu-bbdb-get-prefix-register-method): Likewise.
(mu-bbdb-get-prefix-register-verbose-method): Likewise.
Delete setting for `mu-cite/default-methods-alist'.

24 years agoupdate.
morioka [Tue, 20 Jul 1999 02:41:11 +0000 (02:41 +0000)]
update.

24 years agoDon't use `module-installed-p'.
morioka [Tue, 20 Jul 1999 02:40:22 +0000 (02:40 +0000)]
Don't use `module-installed-p'.

24 years agoFixed.
morioka [Mon, 19 Jul 1999 11:24:47 +0000 (11:24 +0000)]
Fixed.

24 years agoModify header.
morioka [Mon, 19 Jul 1999 11:23:43 +0000 (11:23 +0000)]
Modify header.

24 years agoupdate.
morioka [Mon, 19 Jul 1999 11:21:32 +0000 (11:21 +0000)]
update.

24 years ago(mu-bbdb-history): New variable.
morioka [Mon, 19 Jul 1999 11:19:40 +0000 (11:19 +0000)]
(mu-bbdb-history): New variable.
(mu-cite/get-bbdb-prefix-method): Use `mu-cite-get-value' instead of
`mu-cite/get-value'.
(mu-cite/get-bbdb-prefix-register-method): Likewise; use
`mu-bbdb-history' instead of `mu-cite/minibuffer-history'.
(mu-cite/get-bbdb-prefix-register-verbose-method): Likewise.

24 years agoNew implementations.
morioka [Mon, 19 Jul 1999 11:17:02 +0000 (11:17 +0000)]
New implementations.

24 years ago- Add autoload setting for `mu-cite-get-prefix-method',
morioka [Mon, 19 Jul 1999 11:14:36 +0000 (11:14 +0000)]
- Add autoload setting for `mu-cite-get-prefix-method',
  `mu-cite-get-prefix-register-method' and
  `mu-cite-get-prefix-register-verbose-method'.

(mu-cite-registration-file): Deleted.
(mu-cite-obsolete-variable-alist): Deleted.
(mu-cite-obsolete-function-alist): Deleted.
(mu-cite-registration-file): Deleted [moved to mu-register.el].
(mu-cite-allow-null-string-registration): Likewise.
(mu-cite-registration-file-coding-system-for-read): Likewise.
(mu-cite-registration-file-coding-system-for-write): Deleted.
(mu-cite-registration-file-modes): Deleted [moved to mu-register.el].
(mu-cite-registration-symbol): Likewise.
(mu-cite-citation-name-alist): Likewise.
(mu-cite-minibuffer-history): Likewise.
(mu-cite-get-citation-name): Likewise.
(mu-cite-add-citation-name): Likewise.
(mu-cite-load-registration-file): Likewise.
(mu-cite-save-registration-file): Likewise.
(mu-cite-get-prefix-method): Likewise.
(mu-cite-get-prefix-register-method): Likewise.
(mu-cite-get-prefix-register-verbose-method): Likewise.
(mu-cite/allow-null-string-registration): Deleted [moved to
mu-register.el].
(mu-cite/citation-name-alist): Likewise.
(mu-cite/minibuffer-history): Deleted because there are no need.
(mu-cite/registration-file): Deleted [moved to
mu-register.el].

- Delete obsolete aliases except `mu-cite/cite-original',
  `mu-cite/get-field-value' and `mu-cite/get-value' because there are
  no need.

24 years ago- Remove RCS magic cookie.
morioka [Mon, 19 Jul 1999 10:51:32 +0000 (10:51 +0000)]
- Remove RCS magic cookie.
(mu-modules-to-compile): Add `mu-register'.

24 years agoNew file.
morioka [Mon, 19 Jul 1999 08:11:54 +0000 (08:11 +0000)]
New file.

24 years agoThis commit was manufactured by cvs2svn to create branch 'mu-cite-moto'.
tomo [Mon, 19 Jul 1999 05:14:32 +0000 (05:14 +0000)]
This commit was manufactured by cvs2svn to create branch 'mu-cite-moto'.

24 years agoUpdate.
yamaoka [Mon, 19 Jul 1999 05:14:31 +0000 (05:14 +0000)]
Update.

24 years ago(ARC_DIR): Default to "/pub/elisp/mu".
yamaoka [Mon, 19 Jul 1999 05:14:19 +0000 (05:14 +0000)]
(ARC_DIR): Default to "/pub/elisp/mu".

24 years agoNew file.
yamaoka [Mon, 19 Jul 1999 05:13:59 +0000 (05:13 +0000)]
New file.

24 years agoUpdate.
yamaoka [Mon, 19 Jul 1999 04:06:13 +0000 (04:06 +0000)]
Update.

24 years ago(mu-cite-original): Add autoload cookie.
yamaoka [Mon, 19 Jul 1999 04:06:01 +0000 (04:06 +0000)]
(mu-cite-original): Add autoload cookie.
;; Contributed by Kenji Itoh <keit@tpj.co.jp>.

24 years ago(latex-math-decode-region): Add autoload cookie.
yamaoka [Mon, 19 Jul 1999 04:05:44 +0000 (04:05 +0000)]
(latex-math-decode-region): Add autoload cookie.
(latex-math-decode-buffer): Likewise.
;; Contributed by Kenji Itoh <keit@tpj.co.jp>.

24 years ago(release): New target.
yamaoka [Mon, 19 Jul 1999 04:05:27 +0000 (04:05 +0000)]
(release): New target.
(tar): New implementation.
(clean): Use the variables `RM' and `GOMI'.
(install-package): New target.
(package): New target.
(install): Accept the arguments `PREFIX', `LISPDIR' and
`VERSION_SPECIFIC_LISPDIR'.
(elc): Likewise.
(ARC_DIR, VERSION, FILES, GOMI): New variables.
(VERSION_SPECIFIC_LISPDIR, PACKAGEDIR, LISPDIR): New variables.
(PREFIX): Default to "NONE".
(XEMACS, CP, RM, TAR, RELEASE, API, PACKAGE): New variables.
;; Contributed by Kenji Itoh <keit@tpj.co.jp>.

24 years ago(install-mu-package): New function.
yamaoka [Mon, 19 Jul 1999 04:05:01 +0000 (04:05 +0000)]
(install-mu-package): New function.
(compile-mu-package): New function.
(config-mu-package): New function.
(config-mu): Extract the values of `LISPDIR' and `VERSION_SPECIFIC_LISPDIR'
from the command line arguments.
;; Contributed by Kenji Itoh <keit@tpj.co.jp>.

24 years ago(PACKAGEDIR): New variable.
yamaoka [Mon, 19 Jul 1999 04:04:25 +0000 (04:04 +0000)]
(PACKAGEDIR): New variable.
(MU_DIR): Use `VERSION_SPECIFIC_LISPDIR' instead of `LISPDIR'.
(VERSION_SPECIFIC_LISPDIR): New variable.
(TopLevel): Delete code to detect APEL 7.3 or later.
(load-path): Modernize the way of adding the paths of APEL, FLIM, LISPDIR,
VERSION_SPECIFIC_LISPDIR, CUSTOM and `default-directory'.
(default-load-path): New variable.
;; Contributed by Kenji Itoh <keit@tpj.co.jp>.

24 years agoFix.
yamaoka [Mon, 19 Jul 1999 01:04:17 +0000 (01:04 +0000)]
Fix.

24 years agoUpdate.
yamaoka [Fri, 16 Jul 1999 12:48:36 +0000 (12:48 +0000)]
Update.

24 years ago(mu-cite-version): Update to 8.0.
yamaoka [Fri, 16 Jul 1999 12:48:15 +0000 (12:48 +0000)]
(mu-cite-version): Update to 8.0.

(mu-cite-eval-format): Don't use `save-excursion'.
(mu-cite-get-value): Save excursion while evaluating a function.

(mu-cite-save-registration-file): New implementation.
(mu-cite-load-registration-file): Likewise.

(mu-cite-registration-file-modes): New user option.
(mu-cite-registration-file-coding-system-for-write): Likewise.
(mu-cite-registration-file-coding-system-for-read): Likewise.

(TopLevel): Treat old variables and functions as obsolete.

(TopLevel): Require `custom'.
(TopLevel): Require `emu' for picking up `char-category' for XEmacs.
(TopLevel): Require `poe' for picking up some macros, e.g. `with-temp-buffer',
for old Emacsen.
(TopLevel): Require `cl' at the compile time.

(mu-cite-top-format, mu-cite-registration-file-modes,
mu-cite-registration-file-coding-system-for-write,
mu-cite-registration-file-coding-system-for-read, mu-cite-registration-file,
mu-cite-prefix-format, mu-cite-pre-cite-hook, mu-cite-post-cite-hook,
mu-cite-ml-count-field-list, mu-cite-load-hook, mu-cite-instantiation-hook,
mu-cite-cited-prefix-regexp, mu-cite-allow-null-string-registration,
citation-mark-chars, citation-disable-chars): Use `defcustom' instead of
`defvar'.

(mu-cite): New customization group.

(mu-cite-original): Renamed from `mu-cite/cite-original'.
(mu-cite-version, mu-cite-top-format, mu-cite-save-registration-file,
mu-cite-registration-symbol, mu-cite-registration-file, mu-cite-prefix-format,
mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el,
mu-cite-ml-count-field-list, mu-cite-minibuffer-history, mu-cite-methods-alist,
mu-cite-make-methods, mu-cite-load-registration-file,
mu-cite-instantiation-hook, mu-cite-get-value,
mu-cite-get-prefix-register-verbose-method, mu-cite-get-prefix-register-method,
mu-cite-get-prefix-method, mu-cite-get-ml-count-method,
mu-cite-get-field-value-method-alist, mu-cite-get-field-value,
mu-cite-get-citation-name, mu-cite-eval-format, mu-cite-default-methods-alist,
mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist,
mu-cite-allow-null-string-registration, mu-cite-add-citation-name): Renamed
from `mu-cite/*'.

24 years ago(compile-mu): Use `mu-modules-to-compile' instead of `mu-modules'.
yamaoka [Fri, 16 Jul 1999 12:47:14 +0000 (12:47 +0000)]
(compile-mu): Use `mu-modules-to-compile' instead of `mu-modules'.

24 years ago(load-path): Add "../apel" and "../flim".
yamaoka [Thu, 15 Jul 1999 08:25:11 +0000 (08:25 +0000)]
(load-path): Add "../apel" and "../flim".

24 years agoupdate.
morioka [Thu, 15 Jul 1999 08:03:14 +0000 (08:03 +0000)]
update.

24 years agoChange my address.
morioka [Thu, 15 Jul 1999 08:00:33 +0000 (08:00 +0000)]
Change my address.

24 years agoRemove RCS magic cookie.
morioka [Thu, 15 Jul 1999 07:59:49 +0000 (07:59 +0000)]
Remove RCS magic cookie.
Change Maintainer.

24 years agoRemove RCS magic cookie.
morioka [Thu, 15 Jul 1999 07:54:56 +0000 (07:54 +0000)]
Remove RCS magic cookie.

24 years agoupdate.
morioka [Thu, 15 Jul 1999 07:53:56 +0000 (07:53 +0000)]
update.

24 years agoupdate.
morioka [Thu, 15 Jul 1999 07:51:24 +0000 (07:51 +0000)]
update.

24 years agoDelete RCS keywords.
morioka [Thu, 15 Jul 1999 07:49:46 +0000 (07:49 +0000)]
Delete RCS keywords.

24 years agoUpdate.
yamaoka [Thu, 15 Jul 1999 03:06:13 +0000 (03:06 +0000)]
Update.

24 years ago(mu-cite/eval-format): Add `save-excursion'.
yamaoka [Thu, 15 Jul 1999 03:05:38 +0000 (03:05 +0000)]
(mu-cite/eval-format): Add `save-excursion'.

24 years agoUpdate.
yamaoka [Thu, 15 Jul 1999 00:41:18 +0000 (00:41 +0000)]
Update.

25 years agoupdate.
morioka [Tue, 14 Jul 1998 07:58:39 +0000 (07:58 +0000)]
update.

25 years agoupdate.
morioka [Tue, 14 Jul 1998 07:58:26 +0000 (07:58 +0000)]
update.

25 years ago(detect-paragraph-cited-prefix): Use `cadr' instead of `second'.
morioka [Tue, 14 Jul 1998 07:57:33 +0000 (07:57 +0000)]
(detect-paragraph-cited-prefix): Use `cadr' instead of `second'.

25 years agomu-cite-980221. chamonix mu-cite-980221 mu-cite-980310 mu-cite-980423
morioka [Tue, 19 May 1998 15:17:08 +0000 (15:17 +0000)]
mu-cite-980221.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r215,
morioka [Tue, 19 May 1998 15:17:08 +0000 (15:17 +0000)]
This commit was generated by cvs2svn to compensate for changes in r215,
which included commits to RCS files with non-trunk default branches.

26 years agosemi 0.75. semi-0_75
morioka [Tue, 10 Mar 1998 18:11:01 +0000 (18:11 +0000)]
semi 0.75.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r212,
morioka [Tue, 10 Mar 1998 18:11:01 +0000 (18:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r212,
which included commits to RCS files with non-trunk default branches.

26 years agosemi 0.72. semi-0_72
morioka [Tue, 10 Mar 1998 18:08:11 +0000 (18:08 +0000)]
semi 0.72.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r209,
morioka [Tue, 10 Mar 1998 18:08:11 +0000 (18:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r209,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.106. tm-7_106
morioka [Tue, 10 Mar 1998 17:57:12 +0000 (17:57 +0000)]
tm 7.106.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r206,
morioka [Tue, 10 Mar 1998 17:57:12 +0000 (17:57 +0000)]
This commit was generated by cvs2svn to compensate for changes in r206,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.105.2. tm-7_105_2
morioka [Tue, 10 Mar 1998 17:52:03 +0000 (17:52 +0000)]
tm 7.105.2.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r203,
morioka [Tue, 10 Mar 1998 17:52:03 +0000 (17:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r203,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.103.1. tm-7_103_1 tm-7_103_2 tm-7_103_3 tm-7_103_4 tm-7_103_5 tm-7_104 tm-7_105 tm-7_105_1
morioka [Tue, 10 Mar 1998 11:41:50 +0000 (11:41 +0000)]
tm 7.103.1.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r193,
morioka [Tue, 10 Mar 1998 11:41:50 +0000 (11:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r193,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.103. tm-7_103
morioka [Tue, 10 Mar 1998 11:34:03 +0000 (11:34 +0000)]
tm 7.103.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r190,
morioka [Tue, 10 Mar 1998 11:34:03 +0000 (11:34 +0000)]
This commit was generated by cvs2svn to compensate for changes in r190,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.102. tm-7_102
morioka [Tue, 10 Mar 1998 11:28:01 +0000 (11:28 +0000)]
tm 7.102.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r187,
morioka [Tue, 10 Mar 1998 11:28:01 +0000 (11:28 +0000)]
This commit was generated by cvs2svn to compensate for changes in r187,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.96. tm-7_100 tm-7_100_1 tm-7_100_2 tm-7_96 tm-7_97 tm-7_98 tm-7_99
morioka [Tue, 10 Mar 1998 07:03:41 +0000 (07:03 +0000)]
tm 7.96.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r178,
morioka [Tue, 10 Mar 1998 07:03:41 +0000 (07:03 +0000)]
This commit was generated by cvs2svn to compensate for changes in r178,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.95. tm-7_95
morioka [Tue, 10 Mar 1998 06:31:52 +0000 (06:31 +0000)]
tm 7.95.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r175,
morioka [Tue, 10 Mar 1998 06:31:52 +0000 (06:31 +0000)]
This commit was generated by cvs2svn to compensate for changes in r175,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.90. tm-7_93 tm-7_94 tm7_90 tm7_91 tm7_92
morioka [Tue, 10 Mar 1998 05:25:28 +0000 (05:25 +0000)]
tm 7.90.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r168,
morioka [Tue, 10 Mar 1998 05:25:28 +0000 (05:25 +0000)]
This commit was generated by cvs2svn to compensate for changes in r168,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.89. tm7_89
morioka [Tue, 10 Mar 1998 05:21:28 +0000 (05:21 +0000)]
tm 7.89.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r165,
morioka [Tue, 10 Mar 1998 05:21:28 +0000 (05:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r165,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.86. tm7_86 tm7_87 tm7_88
morioka [Tue, 10 Mar 1998 05:00:09 +0000 (05:00 +0000)]
tm 7.86.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r160,
morioka [Tue, 10 Mar 1998 05:00:09 +0000 (05:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r160,
which included commits to RCS files with non-trunk default branches.

26 years agotm 7.81. tm7_81 tm7_82 tm7_83 tm7_84 tm7_85
morioka [Tue, 10 Mar 1998 04:41:21 +0000 (04:41 +0000)]
tm 7.81.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r153,
morioka [Tue, 10 Mar 1998 04:41:21 +0000 (04:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r153,
which included commits to RCS files with non-trunk default branches.

26 years agoupdate.
shuhei-k [Sun, 8 Mar 1998 22:44:44 +0000 (22:44 +0000)]
update.

26 years ago(Bug reports): Modify description of tm mailing list.
shuhei-k [Sun, 8 Mar 1998 22:44:35 +0000 (22:44 +0000)]
(Bug reports): Modify description of tm mailing list.

26 years ago(mu-modules-to-compile): Delete std11.el and std11-parse.el.
morioka [Fri, 13 Feb 1998 10:15:19 +0000 (10:15 +0000)]
(mu-modules-to-compile): Delete std11.el and std11-parse.el.

26 years agoDelete because it is not used.
morioka [Fri, 13 Feb 1998 10:14:03 +0000 (10:14 +0000)]
Delete because it is not used.

26 years agoShould use std11*.el in APEL.
morioka [Fri, 13 Feb 1998 10:01:03 +0000 (10:01 +0000)]
Should use std11*.el in APEL.

26 years agoDelete because it is not used.
morioka [Fri, 13 Feb 1998 09:59:42 +0000 (09:59 +0000)]
Delete because it is not used.

26 years ago. XEmacs-20_3-b27-viet
morioka [Sun, 1 Jun 1997 23:16:33 +0000 (23:16 +0000)]
.

27 years ago*** empty log message ***
morioka [Fri, 14 Mar 1997 07:29:06 +0000 (07:29 +0000)]
*** empty log message ***

27 years ago(std11-addr-to-string): Enclose quoted-string with double-quote.
shuhei-k [Mon, 3 Mar 1997 08:03:06 +0000 (08:03 +0000)]
(std11-addr-to-string): Enclose quoted-string with double-quote.

27 years ago(mu-modules-to-compile): Don't install tl-822.el.
morioka [Tue, 17 Dec 1996 13:07:54 +0000 (13:07 +0000)]
(mu-modules-to-compile): Don't install tl-822.el.