diff options
| author | Stefan Monnier | 2004-04-21 16:09:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-04-21 16:09:23 +0000 |
| commit | d58f8753fb07765becc40b53bcb1f48e20c1483a (patch) | |
| tree | 38f554badc63d9aa3c982614a59758fdacbd0e24 /src/ChangeLog | |
| parent | 79e1c9d48819e838e9e4367d306a0f85113bec49 (diff) | |
| download | emacs-d58f8753fb07765becc40b53bcb1f48e20c1483a.tar.gz emacs-d58f8753fb07765becc40b53bcb1f48e20c1483a.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ac2c6e7b0db..6839c70e398 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -75,16 +75,20 @@ | |||
| 75 | 75 | ||
| 76 | * xterm.h (image_ascent): Remove prototype. | 76 | * xterm.h (image_ascent): Remove prototype. |
| 77 | 77 | ||
| 78 | 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 79 | |||
| 80 | * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup. | ||
| 81 | |||
| 78 | 2004-04-20 John Paul Wallington <jpw@gnu.org> | 82 | 2004-04-20 John Paul Wallington <jpw@gnu.org> |
| 79 | 83 | ||
| 80 | * fns.c (Fassoc, Feql): Fix indentation. | 84 | * fns.c (Fassoc, Feql): Fix indentation. |
| 81 | 85 | ||
| 82 | * fontset.c (regularize_fontname): Renamed from regulalize_fontname. | 86 | * fontset.c (regularize_fontname): Rename from regulalize_fontname. |
| 83 | 87 | ||
| 84 | 2004-04-19 John Paul Wallington <jpw@gnu.org> | 88 | 2004-04-19 John Paul Wallington <jpw@gnu.org> |
| 85 | 89 | ||
| 86 | * fns.c (Feql): New function. | 90 | * fns.c (Feql): New function. |
| 87 | (syms_of_fns): defsubr it. | 91 | (syms_of_fns): Defsubr it. |
| 88 | 92 | ||
| 89 | 2004-04-18 Jason Rumney <jasonr@gnu.org> | 93 | 2004-04-18 Jason Rumney <jasonr@gnu.org> |
| 90 | 94 | ||