diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b8ce358cd5..7e365fde360 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-02-11 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el. | ||
| 4 | |||
| 1 | 2003-02-11 Kenichi Handa <handa@m17n.org> | 5 | 2003-02-11 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * loadup.el: Load "language/malayalam" and "language/tamil". | 7 | * loadup.el: Load "language/malayalam" and "language/tamil". |
| @@ -105,7 +109,7 @@ | |||
| 105 | 109 | ||
| 106 | * printing.el (pr-get-symbol): Define during compile. | 110 | * printing.el (pr-get-symbol): Define during compile. |
| 107 | 111 | ||
| 108 | 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 112 | 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 109 | 113 | ||
| 110 | * printing.el: New file. | 114 | * printing.el: New file. |
| 111 | 115 | ||
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ac3f3d3725f..8f735ba3a99 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,11 +1,3 @@ | |||
| 1 | 2003-02-10 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * buffers.texi (Current Buffer): Describe `save-current-buffer' as a | ||
| 4 | special form, not a macro. From Jesper Harder <harder@ifa.au.dk>. | ||
| 5 | |||
| 6 | * text.texi (Insertion): Don't show COUNT argument of `insert-char' as | ||
| 7 | optional. From Jesper Harder <harder@ifa.au.dk>. | ||
| 8 | |||
| 9 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | 1 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
| 10 | 2 | ||
| 11 | * os.texi (System Environment): Added cygwin system-type. | 3 | * os.texi (System Environment): Added cygwin system-type. |