diff options
| author | Eli Zaretskii | 2002-05-17 14:10:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-05-17 14:10:12 +0000 |
| commit | 2c978fafa1f58e43e50d388f07831af00c11e6ad (patch) | |
| tree | df81470cdd0660750825810ec384325efb2d3791 | |
| parent | d0d08a25c2849ab2d2b496f2ed382cf4448226b2 (diff) | |
| download | emacs-2c978fafa1f58e43e50d388f07831af00c11e6ad.tar.gz emacs-2c978fafa1f58e43e50d388f07831af00c11e6ad.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 020a6fe3366..021b651d540 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,11 @@ | |||
| 1 | 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | |||
| 3 | * ps-mule.el (eval-and-compile): Add a trivial replacement for a | ||
| 4 | possibly missing encode-char. | ||
| 5 | (ps-mule-font-info-database-bdf): Add associations for Unicode | ||
| 6 | fonts. Doc fix. | ||
| 7 | (ps-mule-font-info-database-ps-bdf): Doc fix. | ||
| 8 | (ps-mule-encode-ucs2): New function for encoding Unicode characters. | ||
| 2 | 9 | ||
| 3 | * tar-mode.el (tar-octal-time): Fix the last argument of logior. | 10 | * tar-mode.el (tar-octal-time): Fix the last argument of logior. |
| 4 | 11 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 4afed51fa03..2bbe6c55259 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP | ||
| 4 | 2.02 and later. | ||
| 5 | |||
| 1 | 2002-05-16 Juanma Barranquero <lektu@terra.es> | 6 | 2002-05-16 Juanma Barranquero <lektu@terra.es> |
| 2 | 7 | ||
| 3 | * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix | 8 | * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix |