Don't load poe twice;
[elisp/mu-cite.git] / ChangeLog
1 2010-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * MU-CFG: Don't load poe twice; add emu subdirectory to load-path
4         when LISPDIR is specified.
5
6 2009-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * README.en (Bug reports): Remove.
9
10 2007-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * mu-cite.el (mu-cite-remove-text-properties)
13         (fill-column-for-fill-cited-region): Don't use old-style backquotes.
14
15 2007-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * mu-cite.el (mu-cite-char-category): Rename from char-category of
18         which the name is too generic.
19
20 2006-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * README.en (What's MU): Update required version of APEL to 10.7
23         or later.
24
25         * MU-CFG (PACKAGEDIR): Use install-get-default-package-directory.
26
27 2006-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * MU-CFG (PACKAGEDIR): Avoid an error with Emacs.
30
31 2006-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * MU-MK (compile-mu-package): Use batch-update-directory-autoloads
34         if it is available instead of batch-update-directory.
35
36 2006-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * MU-CFG (PACKAGEDIR): Check for
39         (early|late|last)-package-hierarchies and configure-package-path
40         as well as (early|late|last)-packages.
41
42 2005-06-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
43
44         * mu-cite.el (mu-cite-original): Allow nil as a value of
45         `mu-cite-cited-prefix-regexp'.
46
47 2002-02-25  Daiki Ueno  <ueno@unixuser.org>
48
49         * MU-MK (config-mu-package): Add auto-autoloads and custom-load
50         only to `mu-modules-to-compile'.
51         (compile-mu-package): Don't compile `mu-modules-not-to-compile'.
52
53 2001-12-21  Katsumi Yamaoka   <yamaoka@jpl.org>
54
55         * mu-register.el (mu-cite-load-registration-file): Reverted.  I've
56         got XEmacs wrong that it does'nt support the coding system magic
57         cookie.  However it has been working since XEmacs 21.2.21.  Users
58         can avoid mis-decoding a file by setting the value of the option
59         `mu-registration-file-coding-system-for-read' properly even if
60         they are using one of old (X)Emacsen.
61         (mu-registration-file-coding-system-for-read): Fix a doc-string.
62
63 2001-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
64
65         * mu-register.el (mu-cite-load-registration-file): Retry to read
66         a file when failed.
67
68 2001-08-03  Katsumi Yamaoka   <yamaoka@jpl.org>
69
70         * mu-register.el (mu-cite-save-registration-file): Use
71         `mu-registration-file-coding-system-for-write' for writing a file.
72         (mu-registration-file-coding-system-for-read): Use `defvar'
73         instead of `defcustom' to define it.
74         (mu-registration-file-coding-system-for-write): New user option.
75
76 2001-05-23  Katsumi Yamaoka   <yamaoka@jpl.org>
77
78         * mu-cite.el (fill-column-for-fill-cited-region): Add a
79         supplementary explanation in doc-string.
80
81 2001-04-19  Katsumi Yamaoka   <yamaoka@jpl.org>
82
83         * mu-cite.el (mu-cite-remove-text-properties): Make it to work with
84         XEmacs.
85
86 2001-03-22  NISHIDA Masakazu  <m_nisida@ca2.so-net.ne.jp>
87
88         * mu-register.el (mu-cite-get-prefix-register-verbose-method):
89         Support X-Cite-Me as well as X-Attribution.
90         (mu-cite-get-prefix-register-method): Ditto.
91         * mu-bbdb.el (mu-bbdb-get-prefix-register-verbose-method): Ditto.
92         (mu-bbdb-get-prefix-register-method): Ditto.
93         * mu-cite.el (mu-cite-default-methods-alist): Ditto.
94
95 2001-03-09  Katsumi Yamaoka   <yamaoka@jpl.org>
96
97         * mu-cite.el (fill-column-for-fill-cited-region): New user option.
98         (fill-cited-region): Prefer `fill-column-for-fill-cited-region' if
99         it is an integer rather than `fill-column'.
100
101 2001-02-23  Katsumi Yamaoka   <yamaoka@jpl.org>
102
103         * mu-cite.el (char-category): Force redefine as a function because
104         it may have been defined by emu.el;  don't use `int-char' for
105         XEmacs if the function `char-category-list' returns a list of
106         characters;  enclose the whole form with `eval-and-compile'.
107
108         * MU-CFG: Define the function `add-to-list' for a makeshift.
109
110         * MU-MK: Define byte-optimizer for replacing `sref' with `aref';
111         silence XEmacs not to say "bound but not referenced".
112         (byte-compile-file-form-custom-declare-variable): Define it for old
113         Emacsen.
114
115         * mu-cite.el: Undo the last change.
116
117 2001-02-23  Katsumi Yamaoka   <yamaoka@jpl.org>
118
119         * mu-cite.el: Require `emu' as well as `poem' because we have need
120         to pickup the function `char-category' for XEmacs.
121
122 2001-02-02  Keiichi Suzuki  <keiichi@nanap.org>
123
124         * mu-cite.el (top level): Require `poem' instead of `poe' for
125         `char-next-index'.
126
127 2000-09-04  Katsumi Yamaoka   <yamaoka@jpl.org>
128
129         * mu-cite.el (mu-cite-default-methods-alist): Don't include
130         `ml-count' in `id' if it is not available.
131
132 2000-05-25  Tanaka Akira      <akr@m17n.org>
133
134         * README.en: Update for CVS via SSH.
135
136 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
137
138         * Makefile: Update for the new CVS server.
139
140 \f
141 1999-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
142
143         * MU-CITE: Version 8.1 was released.
144
145 1999-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
146
147         * mu-register.el: Ignore the obsolete variables.
148
149         * mu-cite.el: Ignore the obsolete variables and functions.
150
151 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
152
153         * README.en: Update for the recent ML address.
154
155 1999-10-19  Katsumi Yamaoka   <yamaoka@jpl.org>
156
157         * mu-cite.el (fill-cited-region): Bind `filladapt-mode' to nil.
158
159 1999-10-15  Katsumi Yamaoka   <yamaoka@jpl.org>
160
161         * mu-cite.el (fill-cited-region): Increase `fill-column' if
162         `fill-prefix' is too long to fill.
163         (detect-paragraph-cited-prefix): Abolish a product of comparing
164         each line if they are identical; don't include newlines in result.
165
166 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
167
168         * mu-cite.el (TopLevel): Don't require `widget'.
169
170 \f
171 1999-08-05  Katsumi Yamaoka   <yamaoka@jpl.org>
172
173         * MU-CITE: Version 8.0 was released.
174
175 1999-08-05  Katsumi Yamaoka   <yamaoka@jpl.org>
176
177         * mu-cite.el (detect-paragraph-cited-prefix): Use `car' and `cdr'
178         instead of `cadr'.
179
180         * mu-register.el (mu-cite-save-registration-file): Remove text
181         properties from the strings to be registered and quote them using
182         `prin1-to-string'.
183
184         * Makefile (PACKAGE): Rename from "mu" to "mu-cite".
185         (invoice): New target.
186
187 1999-08-03  Katsumi Yamaoka   <yamaoka@jpl.org>
188
189         * mu-register.el (mu-cite-get-prefix-register-verbose-method): Bind
190         `minibuffer-allow-text-properties' to nil; use
191         `mu-cite-remove-text-properties'; use `if' instead of `when'.
192         (mu-cite-get-prefix-register-method): Ditto.
193         (mu-cite-save-registration-file): Don't use `prin1-to-string' for
194         avoiding text properties.
195
196         * mu-bbdb.el (mu-bbdb-get-prefix-register-verbose-method): Bind
197         `minibuffer-allow-text-properties' to nil; use
198         `mu-cite-remove-text-properties'.
199         (mu-bbdb-get-prefix-register-method): Ditto.
200
201         * mu-cite.el (compress-cited-prefix): Use `if' instead of `when'.
202         (mu-cite-remove-text-properties): New macro for removing text
203         properties under FSF Emacs from 19.7 to under 20.1.  It is
204         suggested by Masahiro MURATA <muse@ba2.so-net.ne.jp>.
205
206         * NEWS: Document that text properties in the registration file is
207         not recommended.
208
209 1999-08-02  Katsumi Yamaoka   <yamaoka@jpl.org>
210
211         * NEWS: New file.
212
213 1999-07-30  Katsumi Yamaoka   <yamaoka@jpl.org>
214
215         * mu-cite.el (mu-cite-ml-count-field-list): Don't use
216         `mu-cite-custom-set-variable'.
217         (mu-cite-top-format): New implementation for customization.
218         (mu-cite-prefix-format): Ditto.
219         (mu-cite-custom-set-variable): Remove function.
220         (mu-cite-choose-top-format): Remove widget.
221         (mu-cite-choose-prefix-format): Remove widget.
222         (TopLevel): Don't use `mapcar' for defining obsolete functions.
223         (TopLevel): Undo the last change for defining obsolete variables
224         under XEmacs.
225         (mu-cite-obsolete-variable-alist): Redefine as a macro which will
226         be bound at the compile time only.
227
228 1999-07-29  Katsumi Yamaoka   <yamaoka@jpl.org>
229
230         * mu-cite.el (TopLevel): Use `mapcar' instead of `dolist' for
231         defining obsolete variables and functions.
232
233 1999-07-28  Katsumi Yamaoka   <yamaoka@jpl.org>
234
235         * README.en: (How to use): Remove the part.
236         (load-path): Document that FLIM should be included in `load-path'.
237         (Installation): Add expositions how to use make options LISPDIR and
238         VERSION_SPECIFIC_LISPDIR; add the clause for installing as a
239         XEmacs package.
240         (What's MU): Remove the clause for std11; add description about
241         mu-register.el; update required packages.
242         (TopLevel):Remove RCS magic cookie.
243
244         * mu-cite.el (mu-cite-ml-count-field-list): Modify tag string for
245         `choice'; use `const' with the arg nil for the menu separator;
246         delete element which value is nil when the symbol value is set.
247         (mu-cite-top-format): New implementation for customization using
248         `mu-cite-choose-top-format' and `mu-cite-custom-set-variable'.
249         (mu-cite-prefix-format): New implementation for customization using
250         `mu-cite-choose-prefix-format' and `mu-cite-custom-set-variable'.
251         (mu-cite-custom-set-variable): New function.
252         (mu-cite-choose-top-format): New widget.
253         (mu-cite-choose-prefix-format): New widget.
254
255         (widget-mu-cite-method-prompt-value): Abolish function.
256         (mu-cite-method): Abolish widget.
257         (widget-mu-cite-method-prompt-value-history): Abolish variable.
258         (mu-cite-method-list): Abolish function.
259
260 1999-07-22  Katsumi Yamaoka   <yamaoka@jpl.org>
261
262         * mu-register.el (mu-cite-load-registration-file): Check for the
263         existence of `buffer-file-coding-system' or `file-coding-system'.
264
265         * mu-cite.el (string-compare-from-top): Don't use `aref'.
266
267 1999-07-21  Katsumi Yamaoka   <yamaoka@jpl.org>
268
269         * mu-register.el (mu-cite-load-registration-file): Use
270         `file-coding-system' instead of `buffer-file-coding-system' for old
271         Emacsen.
272
273         * mu-cite.el (string-compare-from-top): Use `aref' instead of
274         `sref'.
275         (TopLevel): Require `widget' for old Emacsen.
276
277         * mu-bbdb.el (TopLevel): Don't require `path-util'.
278
279 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
280
281         * mu-cite.el (mu-cite-method-list): New function.
282         (widget-mu-cite-method-prompt-value-history): New variable.
283         (mu-cite-method): New widget.
284         (widget-mu-cite-method-prompt-value): New function.
285         (widget-mu-cite-method-action): New function.
286         (mu-cite-prefix-format): Use `mu-cite-method'.
287         (mu-cite-top-format): Likewise.
288
289 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
290
291         * mu-register.el (mu-citation-name-alist): Deleted.
292         (mu-cite-load-registration-file): Initialize value of
293         `mu-registration-symbol' if it is not bound.
294         (mu-cite-save-registration-file): Use `(symbol-value
295         mu-registration-symbol)' instead of `mu-citation-name-alist'.
296         (mu-register-get-citation-name): Likewise.
297         (mu-register-add-citation-name): Use `(set-alist
298         mu-registration-symbol ...)'.
299
300 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
301
302         * mu-cite.el (mu-cite-obsolete-variable-alist): Revert to define;
303         use it to define obsolete-variable-aliases in XEmacs.
304         - Try to set value of obsolete variables to new variables after
305           `mu-cite-load-hook' is run in non XEmacs emacsen.
306
307 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
308
309         * mu-cite.el (mu-cite-load-hook): Deleted the definition as a user
310         option.
311
312         * mu-bbdb.el (mu-bbdb-load-hook): Deleted the definition as a
313         variable.
314
315 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
316
317         * mu-cite.el (string-compare-from-top): Revert to use `sref'
318         instead of `aref'; use `char-next-index'.
319
320         * mu-cite.el (detect-paragraph-cited-prefix): Use
321         `line-beginning-position' and `line-end-position'.
322
323         * mu-cite.el (detect-paragraph-cited-prefix): Revert not to use
324         `incf'.
325
326         * mu-cite.el (mu-cite-original): Revert to use `or' instead of
327         'unless'.
328
329         * mu-cite.el (detect-paragraph-cited-prefix): Revert to use `if'
330         instead of `when'.
331
332         * mu-cite.el (mu-cite-original): Revert to use `if' instead of
333         `when'.
334
335         * mu-cite.el:
336         - Don't require `cl' when compile time.
337         - Don't require `emu'.
338         - Require `pcustom' instead of `custom'.
339         - Add autoload setting for `mu-bbdb-get-prefix-method',
340           `mu-bbdb-get-prefix-register-method' and
341           `mu-bbdb-get-prefix-register-verbose-method'.
342         (mu-cite-default-methods-alist): Add setting for
343         `mu-bbdb-get-prefix-method', `mu-bbdb-get-prefix-register-method'
344         and `mu-bbdb-get-prefix-register-verbose-method'.
345         (mu-cite-get-field-value): Add DOC-string; Revert to use `if'
346         instead of `when'.
347         (mu-cite-get-ml-count-method): Add DOC-string; revert to use `if'
348         instead of `when'; use `match-string'.
349         (mu-cite-get-value): Add DOC-string.
350         (char-category): New function.
351         (fill-cited-region): Add DOC-string; revert to use `if' instead of
352         `when'.
353         (compress-cited-prefix): Likewise.
354
355 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
356
357         * mu-bbdb.el (mu-bbdb-get-prefix-method): Add DOC-string.
358         (mu-bbdb-get-prefix-register-method): Likewise.
359         (mu-bbdb-get-prefix-register-verbose-method): Likewise.
360         - Delete setting for `mu-cite/default-methods-alist'.
361
362 1999-07-20  MORIOKA Tomohiko  <tomo@m17n.org>
363
364         * mu-bbdb.el: Don't use `module-installed-p'.
365
366 1999-07-19  Katsumi Yamaoka   <yamaoka@jpl.org>
367
368         * mu-cite.el (mu-cite-get-prefix-register-verbose-method): Move
369         function to mu-register.el.
370         (mu-cite-get-prefix-register-method): Likewise.
371         (mu-cite-get-prefix-method): Likewise.
372         (mu-cite-save-registration-file): Likewise.
373         (mu-cite-load-registration-file): Likewise.
374         (mu-cite-add-citation-name): Likewise.
375         (mu-cite-get-citation-name): Likewise.
376
377         (mu-cite-minibuffer-history): Move variable to mu-register.el.
378         (mu-cite-citation-name-alist): Likewise.
379         (mu-cite-registration-symbol): Likewise.
380         (mu-cite-registration-file-modes): Likewise.
381         (mu-cite-registration-file-coding-system-for-write): Likewise.
382         (mu-cite-registration-file-coding-system-for-read): Likewise.
383         (mu-cite-allow-null-string-registration): Likewise.
384         (mu-cite-registration-file): Likewise.
385
386         (mu-cite-registration-file): Move macro to mu-register.el.
387
388         * MU-ELS: (mu-modules-to-compile): Add `mu-register'.
389
390 1999-07-19  MORIOKA Tomohiko  <tomo@m17n.org>
391
392         * mu-cite.el (TopLevel): Add autoload setting for
393         `mu-cite-get-prefix-method', `mu-cite-get-prefix-register-method'
394         and `mu-cite-get-prefix-register-verbose-method'.
395
396         * mu-bbdb.el (mu-bbdb-history): New variable.
397         (mu-bbdb-get-prefix-register-method): Use it instead of
398         `mu-cite/minibuffer-history'.
399         (mu-bbdb-get-prefix-register-verbose-method): Likewise.
400
401         * mu-register.el: New file. The name of variables and functions
402         were changed from the past as follows:
403         mu-registration-file            <- mu-cite/registration-file
404         mu-registration-symbol          <- mu-cite/registration-symbol
405         mu-register-get-citation-name   <- mu-cite/get-citation-name
406         mu-register-add-citation-name   <- mu-cite/add-citation-name
407
408         * MU-ELS: Remove RCS magic cookie.
409
410 1999-07-19  Katsumi Yamaoka   <yamaoka@jpl.org>
411
412         * mu-cite.el (mu-cite-save-registration-file): Use `save-buffer'
413         instead of `save-buffer-as-coding-system' if the value of
414         `mu-cite-registration-file-coding-system-for-write' is nil.
415         (mu-cite-load-registration-file): Use `insert-file-contents'
416         instead of `insert-file-contents-as-coding-system' if the value of
417         `mu-cite-registration-file-coding-system-for-read' is nil.
418
419         (TopLevel): Don't warn for the obsolete variables if the value of
420         `noninteractive' is non-nil.
421         (mu-cite-registration-file): Likewise.
422
423         * mu-bbdb.el (mu-bbdb-get-prefix-register-verbose-method): Use
424         `mu-cite-get-value' instead of `mu-cite/get-value'.
425         (mu-bbdb-get-prefix-register-method): Likewise.
426         (mu-bbdb-get-prefix-method): Likewise.
427
428         (mu-bbdb-set-attr): Renamed from `mu-cite/set-bbdb-attr'.
429         (mu-bbdb-get-prefix-register-verbose-method): Renamed from
430         `mu-cite/get-bbdb-prefix-register-verbose-method'.
431         (mu-bbdb-get-prefix-register-method): Renamed from
432         `mu-cite/get-bbdb-prefix-register-method'.
433         (mu-bbdb-get-prefix-method): Renamed from
434         `mu-cite/get-bbdb-prefix-method'.
435         (mu-bbdb-get-attr): Renamed from `mu-cite/get-bbdb-attr'.
436
437         (TopLevel): Require `path-util' for picking up `module-installed-p'.
438         (TopLevel): Require `cl' at the compile time.
439
440         (Keywords, Maintainer): Add comments.
441         (Author): Change mail address.
442         (Copyright): Belong to FSF.
443
444         * ftp.in: New file.
445
446         * Makefile (ARC_DIR): Default to "/pub/elisp/mu".
447
448 1999-07-17  Kenji Itoh        <keit@tpj.co.jp>
449
450         * mu-cite.el (mu-cite-original): Add autoload cookie.
451         * latex-math-symbol.el (latex-math-decode-region): Likewise.
452         (latex-math-decode-buffer): Likewise.
453
454         * Makefile (release): New target.
455         (tar): New implementation.
456         (clean): Use the variables `RM' and `GOMI'.
457         (install-package): New target.
458         (package): New target.
459         (install): Accept the arguments `PREFIX', `LISPDIR' and
460         `VERSION_SPECIFIC_LISPDIR'.
461         (elc): Likewise.
462
463         (ARC_DIR, VERSION, FILES, GOMI): New variables.
464         (VERSION_SPECIFIC_LISPDIR, PACKAGEDIR, LISPDIR): New variables.
465         (PREFIX): Default to "NONE".
466         (XEMACS, CP, RM, TAR, RELEASE, API, PACKAGE): New variables.
467
468         * MU-MK (install-mu-package): New function.
469         (compile-mu-package): New function.
470         (config-mu-package): New function.
471         (config-mu): Extract the values of `LISPDIR' and
472         `VERSION_SPECIFIC_LISPDIR' from the command line arguments.
473
474         * MU-CFG (PACKAGEDIR): New variable.
475         (VERSION_SPECIFIC_LISPDIR): New variable.
476         (TopLevel): Delete code to detect APEL 7.3 or later.
477         (load-path): Modernize the way of adding the paths of APEL, FLIM,
478         LISPDIR, VERSION_SPECIFIC_LISPDIR, CUSTOM and `default-directory'.
479         (default-load-path): New variable.
480
481 1999-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
482
483         * mu-cite.el (mu-cite-version): Update to 8.0.
484
485         (mu-cite-eval-format): Don't use `save-excursion'.
486         (mu-cite-get-value): Save excursion while evaluating a function.
487
488         (mu-cite-save-registration-file): New implementation.
489         (mu-cite-load-registration-file): Likewise.
490
491         (mu-cite-registration-file-modes): New user option.
492         (mu-cite-registration-file-coding-system-for-write): Likewise.
493         (mu-cite-registration-file-coding-system-for-read): Likewise.
494
495         (TopLevel): Treat old variables and functions as obsolete.
496
497         (TopLevel): Require `custom'.
498         (TopLevel): Require `emu' for picking up `char-category' for
499         XEmacs.
500         (TopLevel): Require `poe' for picking up some macros,
501         e.g. `with-temp-buffer', for old Emacsen.
502         (TopLevel): Require `cl' at the compile time.
503
504         (mu-cite-top-format, mu-cite-registration-file,
505         mu-cite-prefix-format, mu-cite-pre-cite-hook,
506         mu-cite-post-cite-hook, mu-cite-ml-count-field-list,
507         mu-cite-load-hook, mu-cite-instantiation-hook,
508         mu-cite-cited-prefix-regexp,
509         mu-cite-allow-null-string-registration, citation-mark-chars,
510         citation-disable-chars): Use `defcustom' instead of `defvar'.
511
512         (mu-cite): New customization group.
513
514         (mu-cite-original): Renamed from `mu-cite/cite-original'.
515         (mu-cite-version, mu-cite-top-format,
516         mu-cite-save-registration-file, mu-cite-registration-symbol,
517         mu-cite-registration-file, mu-cite-prefix-format,
518         mu-cite-pre-cite-hook, mu-cite-post-cite-hook, mu-cite-mu-cite.el,
519         mu-cite-ml-count-field-list, mu-cite-minibuffer-history,
520         mu-cite-methods-alist, mu-cite-make-methods,
521         mu-cite-load-registration-file, mu-cite-instantiation-hook,
522         mu-cite-get-value, mu-cite-get-prefix-register-verbose-method,
523         mu-cite-get-prefix-register-method, mu-cite-get-prefix-method,
524         mu-cite-get-ml-count-method, mu-cite-get-field-value-method-alist,
525         mu-cite-get-field-value, mu-cite-get-citation-name,
526         mu-cite-eval-format, mu-cite-default-methods-alist,
527         mu-cite-cited-prefix-regexp, mu-cite-citation-name-alist,
528         mu-cite-allow-null-string-registration, mu-cite-add-citation-name):
529         Renamed from `mu-cite/*'.
530
531         * MU-MK (compile-mu): Use `mu-modules-to-compile' instead of
532         `mu-modules'.
533
534 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
535
536         * mu-cite.el: Change Maintainer; change my address.
537
538 1999-07-15  MORIOKA Tomohiko  <tomo@m17n.org>
539
540         * Makefile: Remove RCS magic cookie.
541
542         * mu-cite.el: Likewise.
543
544         * MU-MK: Likewise.
545
546         * MU-CFG: Likewise.
547
548 1999-07-15  Masahiro Murata   <muse@ba2.so-net.ne.jp>
549
550         * mu-cite.el (mu-cite/eval-format): Add `save-excursion'.
551
552 1999-07-15  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
553
554         * MU-CFG (load-path): Add "../apel" and "../flim".
555
556 1998-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
557
558         * mu-cite.el (detect-paragraph-cited-prefix): Use `cadr' instead
559         of `second'.
560
561 1998-03-09  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
562
563         * README.en (Bug reports): Modify description of tm mailing list.
564
565 \f
566 1997-03-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
567
568         * MU: Version 0.40.2 was released.
569
570 Tue Mar 18 15:07:56 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
571
572         * mu-cite.el (mu-cite/get-field-value-method-alist): Setting for
573         tm-mh-e was abolished.
574
575 \f
576 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
577
578         * MU: Version 0.40.1 was released.
579
580 Fri Mar 14 07:29:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
581
582         * Makefile, MU-MK, MU-CFG: New file.
583
584 Mon Mar 10 06:13:17 1997  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
585
586         * mu-cite.el (mu-cite/load-registration-file): New function.
587         (mu-cite/save-registration-file): Renamed from
588         `mu-cite/save-to-file'.
589
590 \f
591 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
592
593         * MU: Version 0.40 was released.
594
595 1997-03-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
596
597         * std11.el (std11-addr-to-string): Enclose quoted-string with
598         double-quote.
599
600 \f
601 1997-02-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
602
603         * MU: Version 0.39.3 was released.
604
605 Sat Feb  1 18:29:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
606
607         * mu-cite.el (citation-disable-chars): New variable.
608         (detect-paragraph-cited-prefix): Use variable
609         `citation-disable-chars' for single line.
610
611         * mu-cite.el (mu-cite/cited-prefix-regexp): Don't regard "<" as
612         cited-prefix.
613
614 \f
615 1997-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
616
617         * MU: Version 0.39.2 was released.
618
619 Fri Jan 31 12:31:20 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
620
621         * mu-cite.el (detect-paragraph-cited-prefix): check return value
622         of `string-compare-from-top'.
623
624 \f
625 1997-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
626
627         * MU: Version 0.39.1 was released.
628
629 Fri Jan 17 05:11:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
630
631         * latex-math-symbol.el (latex-math-decode-region): to avoid
632         mismatching.
633
634 Tue Jan 14 11:30:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
635
636         * latex-math-symbol.el (latex-math-symbol-table-alist): Add more
637         symbols.
638
639 Thu Jan  9 18:01:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
640
641         * mu-cite.el (detect-paragraph-cited-prefix): New function.
642         (fill-cited-region): Use function `detect-paragraph-cited-prefix'.
643         Variable `cited-prefix-regexp' was abolished.
644
645 \f
646 Tue Dec 17 13:07:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
647
648         * MU: Version 0.39 was released.
649
650         * MU-ELS (mu-modules-to-compile): Don't install tl-822.el.
651
652 Tue Dec 17 12:06:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
653
654         * std11.el (std11-full-name-string): Strip quoted-pair and return
655         nil if phrase is null-string.
656
657 Tue Dec 17 11:01:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
658
659         * std11.el (std11-wrap-as-quoted-pairs): New function.
660
661         (std11-wrap-as-quoted-string): Use function
662         `std11-wrap-as-quoted-pairs'.
663
664 Mon Dec 16 07:12:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
665
666         * std11.el (std11-strip-quoted-pair): New implementation.
667
668 \f
669 Tue Dec 10 11:57:23 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
670
671         * MU: Version 0.36 was released.
672
673         * mu-bbdb.el: Use `module-installed-p' instead of `eval-when'.
674
675 Mon Dec  2 15:20:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
676
677         * std11.el (std11-unfold-string): Save LWSP-char.
678
679 Thu Nov 28 19:38:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
680
681         * std11-parse.el (std11-check-enclosure): Unused local variable
682         `dest' was abolished.
683
684 Fri Nov 22 08:44:27 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
685
686         * mu-bbdb.el: Byte-compile even if BBDB is not present.
687
688 Tue Nov 19 07:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
689
690         * std11.el (std11-strip-quoted-string): fixed.
691
692 \f
693 Wed Oct 16 00:14:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
694
695         * MU: Version 0.34.1 was released.
696
697 Thu Oct  3 05:02:32 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
698
699         * mu-cite.el (fill-cited-region): prefix should be checked by
700         `cited-prefix-regexp'. (cf. [tm-ja:2106])
701
702 \f
703 Tue Oct  1 13:33:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
704
705         * MU: Version 0.34 was released.
706
707 Tue Oct  1 13:30:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
708
709         * std11-parse.el (std11-parse-ascii-token): Use function
710         `find-non-ascii-charset-string' instead of `find-charset-string'.
711
712 Sat Sep 28 10:34:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
713
714         * mu-cite.el
715         (mu-cite/cited-prefix-regexp), (mu-cite/ml-count-field-list),
716         (cited-prefix-regexp): Doc strings.
717         (mu-cite-load-hook), (mu-cite/instantiation-hook): Explicitly
718         defined.
719
720 Thu Sep 26 04:51:47 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
721
722         * mu-cite.el (mu-cite/cite-original):
723         regexp "^$\\|^-+$" was simplified to "^-*$".
724
725 Tue Sep 17 07:03:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
726
727         * mu-cite.el (fill-cited-region): fixed.
728
729 Mon Sep 16 09:43:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * mu-cite.el (fill-cited-region): modified for mule merged EMACS.
732
733 \f
734 Sun Sep 15 09:27:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
735
736         * MU: Version 0.33 was released.
737
738 Sat Sep 14 08:44:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
739
740         * tl-822.el (rfc822/strip-quoted-string): New alias; moved to
741         std11.el.
742
743         * std11.el (std11-strip-quoted-pair): New function; moved from
744         tl-822.el.
745         (std11-strip-quoted-string): New function; moved from tl-822.el.
746
747         * tl-822.el: Constant `rfc822/linear-white-space-regexp' was
748         abolished.
749
750 \f
751 Sun Sep  8 19:35:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
752
753         * MU: Version 0.31 was released.
754
755         * std11.el (std11-wrap-as-quoted-string): fixed typo.
756
757 Sun Sep  8 18:09:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
758
759         * tl-822.el (rfc822/wrap-as-quoted-string): New alias.
760
761 Sun Sep  8 18:07:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
762
763         * std11.el (std11-wrap-as-quoted-string): Renamed from
764         `rfc822/wrap-as-quoted-string'.
765
766         * tl-822.el (rfc822/qtext-regexp): Use variable
767         `std11-non-qtext-char-list' instead of
768         `rfc822/non-qtext-char-list'.
769
770         * std11.el (std11-non-qtext-char-list): Renamed from
771         `rfc822/non-qtext-char-list'.
772
773         * std11.el (rfc822/non-qtext-char-list): New variable; moved from
774         tl-822.el.
775         (rfc822/wrap-as-quoted-string): New function; moved from
776         tl-822.el.
777
778         * tl-822.el: Function `rfc822/wrap-as-quoted-string' and variable
779         `rfc822/non-qtext-char-list' were moved to std11.el.
780
781 \f
782 Tue Sep  3 09:49:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
783
784         * MU: Version 0.27 was released.
785
786         * std11-parse.el (std11-spaces-regexp): don't require top of line.
787         (std11-analyze-spaces): check match-beginning is 0 or not.
788
789 Tue Sep  3 09:22:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
790
791         * std11.el (std11-extract-address-components): unfold.
792
793 Mon Sep  2 16:03:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
794
795         * MU-ELS: latex-math-symbol.el was moved from tl package.
796
797         * MU-ELS: New file.
798
799 Mon Sep  2 15:48:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
800
801         * tl-822.el (rfc822/extract-address-components):
802         New alias; moved to std11.el.
803
804         * std11.el (std11-extract-address-components): New function; moved
805         from tl-822.el.
806
807         * std11.el, std11-parse.el, tl-822.el, mu-cite.el, mu-bbdb.el:
808         moved from tl package.