diff options
| author | Andreas Schwab | 2010-07-15 23:54:10 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-15 23:54:10 +0200 |
| commit | 01b564ff5e1e71e4e860e579f0f056b35d1191d0 (patch) | |
| tree | 7378d402644147e672a917b8ef059046e59cf484 /src/ChangeLog | |
| parent | 2b23d2a6b11385b571eeac64f3c1b0e8d194823c (diff) | |
| download | emacs-01b564ff5e1e71e4e860e579f0f056b35d1191d0.tar.gz emacs-01b564ff5e1e71e4e860e579f0f056b35d1191d0.zip | |
* xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2f8c596ed9..35c4294a9f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-07-15 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-07-15 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): | ||
| 4 | Convert old-style definition. | ||
| 5 | |||
| 3 | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of | 6 | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of |
| 4 | timestamp argument. | 7 | timestamp argument. |
| 5 | 8 | ||