diff options
| author | Luc Teirlinck | 2003-11-23 03:10:57 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-11-23 03:10:57 +0000 |
| commit | aef109b7d59f08ed4d88a7f9dafbe3553cba2d88 (patch) | |
| tree | 083a425484207cc52b194ee67cbc95a3b1211a5e /src/ChangeLog | |
| parent | c5cb529745b8a774717e0b41f2947d3121f19e7d (diff) | |
| download | emacs-aef109b7d59f08ed4d88a7f9dafbe3553cba2d88.tar.gz emacs-aef109b7d59f08ed4d88a7f9dafbe3553cba2d88.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b039817337..c353ab7a52b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-11-22 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * fns.c (Fset_char_table_parent): Doc fix. | ||
| 4 | |||
| 1 | 2003-11-23 Kim F. Storm <storm@cua.dk> | 5 | 2003-11-23 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * dispnew.c (buffer_posn_from_coords): Return actual row/column | 7 | * dispnew.c (buffer_posn_from_coords): Return actual row/column |
| @@ -6,8 +10,8 @@ | |||
| 6 | pointers for returning actual row/column for glyph clicked on. | 10 | pointers for returning actual row/column for glyph clicked on. |
| 7 | Simplify and optimize loops. | 11 | Simplify and optimize loops. |
| 8 | 12 | ||
| 9 | * dispextern.h (mode_line_string, marginal_area_string): | 13 | * dispextern.h (mode_line_string, marginal_area_string): |
| 10 | Update prototypes. | 14 | Update prototypes. |
| 11 | 15 | ||
| 12 | * keyboard.c (make_lispy_position): New function for generating | 16 | * keyboard.c (make_lispy_position): New function for generating |
| 13 | mouse click positions from frame and pixel coordinates. | 17 | mouse click positions from frame and pixel coordinates. |
| @@ -35,7 +39,7 @@ | |||
| 35 | (getgrgid): Added. | 39 | (getgrgid): Added. |
| 36 | * mac.c (struct my_group): Added. | 40 | * mac.c (struct my_group): Added. |
| 37 | (getgrgid): Added. | 41 | (getgrgid): Added. |
| 38 | 42 | ||
| 39 | 2003-11-21 Luc Teirlinck <teirllm@auburn.edu> | 43 | 2003-11-21 Luc Teirlinck <teirllm@auburn.edu> |
| 40 | 44 | ||
| 41 | * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes. | 45 | * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes. |