diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3c212924b3..3962c174970 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2007-08-19 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (Ffunction, Fquote): Signal error if not 1 argument. | ||
| 4 | |||
| 5 | 2007-08-19 Andreas Schwab <schwab@suse.de> | ||
| 6 | |||
| 7 | * alloc.c (pure): Round PURESIZE up. | ||
| 8 | |||
| 9 | 2007-08-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 10 | |||
| 11 | * xterm.c (handle_one_xevent): Remove check that mouse click is in | ||
| 12 | active frame. | ||
| 13 | |||
| 14 | 2007-08-16 Richard Stallman <rms@gnu.org> | ||
| 15 | |||
| 16 | * eval.c (Fcommandp): Add parens to clarify. | ||
| 17 | |||
| 18 | * minibuf.c (Fall_completions): Use enum for type of table. | ||
| 19 | |||
| 20 | * emacs.c (USAGE2): Improve text. | ||
| 21 | |||
| 22 | 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int> | ||
| 23 | |||
| 24 | * term.c (tty_default_color_capabilities): Declare static | ||
| 25 | variables in file scope, to avoid HPUX compiler problem. | ||
| 26 | |||
| 1 | 2007-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 27 | 2007-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 28 | ||
| 3 | * gtkutil.c (update_frame_tool_bar): Use -1 as index | 29 | * gtkutil.c (update_frame_tool_bar): Use -1 as index |