diff options
Diffstat (limited to 'src')
| -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. |