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