Mercurial > emacs
comparison src/ChangeLog @ 83653:2a69b973fae2
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 852-856)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 93-96)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 245)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-32
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 21 Aug 2007 04:55:30 +0000 |
parents | 5b644ae74c91 858e3a792169 |
children | 27d11c1d4e46 |
comparison
equal
deleted
inserted
replaced
83652:5b644ae74c91 | 83653:2a69b973fae2 |
---|---|
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 |
4 to gtk_toolbar_insert. | 30 to gtk_toolbar_insert. |
5 | 31 |