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