diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8886c6582c5..4199801fe56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-03-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in: Update dependencies. | ||
| 4 | |||
| 1 | 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> | 5 | 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 6 | ||
| 3 | * nsfns.m (syms_of_nsfns): Remove Qbuffered. | 7 | * nsfns.m (syms_of_nsfns): Remove Qbuffered. |
| @@ -16,7 +20,7 @@ | |||
| 16 | (load_charset_map_from_file): Temporarily bind | 20 | (load_charset_map_from_file): Temporarily bind |
| 17 | `file-name-handler-alist' to nil while calling openp. (Bug#2435) | 21 | `file-name-handler-alist' to nil while calling openp. (Bug#2435) |
| 18 | 22 | ||
| 19 | 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change) | 23 | 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change) |
| 20 | 24 | ||
| 21 | * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide, | 25 | * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide, |
| 22 | not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352) | 26 | not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352) |