diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc9a29f8978..cce64d4572d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (tool_bar_items): Use map_keymap. | ||
| 4 | (process_tool_bar_item): Add dummy args to fit the required interface. | ||
| 5 | |||
| 1 | 2006-03-25 Eli Zaretskii <eliz@gnu.org> | 6 | 2006-03-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag | 8 | * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag |
| @@ -13,8 +18,7 @@ | |||
| 13 | (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. | 18 | (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. |
| 14 | (Fdecode_time): Cast tm_year to EMACS_INT. | 19 | (Fdecode_time): Cast tm_year to EMACS_INT. |
| 15 | (Fcurrent_time_string): Report an invalid time specification if | 20 | (Fcurrent_time_string): Report an invalid time specification if |
| 16 | the argument is invalid. Also, check for out-of-range time | 21 | the argument is invalid. Also, check for out-of-range time stamps. |
| 17 | stamps. | ||
| 18 | 22 | ||
| 19 | 2006-03-24 Kim F. Storm <storm@cua.dk> | 23 | 2006-03-24 Kim F. Storm <storm@cua.dk> |
| 20 | 24 | ||
| @@ -54,8 +58,8 @@ | |||
| 54 | 58 | ||
| 55 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> | 59 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> |
| 56 | 60 | ||
| 57 | * xdisp.c (store_next_glyph): Renamed from append_glyph. | 61 | * xdisp.c (store_next_glyph): Rename from append_glyph. |
| 58 | (generate_stretch_glyph): Renamed from produce_stretch_glyph. | 62 | (generate_stretch_glyph): Rename from produce_stretch_glyph. |
| 59 | All callers changed accordingly. | 63 | All callers changed accordingly. |
| 60 | 64 | ||
| 61 | 2006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 65 | 2006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| @@ -896,8 +900,8 @@ | |||
| 896 | 900 | ||
| 897 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | 901 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. |
| 898 | (find_field): Set before_field to after_field when pos is at BEGV. | 902 | (find_field): Set before_field to after_field when pos is at BEGV. |
| 899 | (Fline_beginning_position, Fline_end_position): Clarify | 903 | (Fline_beginning_position, Fline_end_position): |
| 900 | confusing doc string. | 904 | Clarify confusing doc string. |
| 901 | 905 | ||
| 902 | * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc | 906 | * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc |
| 903 | string. | 907 | string. |