Mercurial > emacs
comparison src/ChangeLog @ 83119:6c46628776bc
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-287
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-288
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-289
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-159
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 08 May 2004 20:22:26 +0000 |
parents | 66203a2ba44a |
children | 406c79b8022c |
comparison
equal
deleted
inserted
replaced
83118:7652900ea029 | 83119:6c46628776bc |
---|---|
1 2004-05-08 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * editfns.c (Finsert_buffer_substring): Make argument names match their | |
4 use in docstring. | |
5 | |
6 * syntax.c (Fmodify_syntax_entry): Fix docstring. | |
7 | |
8 2004-05-07 Steven Tamm <steventamm@mac.com> | |
9 | |
10 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT | |
11 around call to ReceiveEvent to avoid certain crashes. | |
12 | |
13 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
14 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData) | |
15 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap) | |
16 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap): | |
17 Save/restore the current graphics port and device handle when | |
18 drawing into an offscreen graphics world. | |
19 | |
20 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1) | |
21 (gif_load): Likewise. | |
22 | |
1 2004-05-07 Juanma Barranquero <lektu@terra.es> | 23 2004-05-07 Juanma Barranquero <lektu@terra.es> |
2 | 24 |
3 * window.c (Fset_window_buffer): Fix docstring. | 25 * window.c (Fset_window_buffer): Fix docstring. |
4 | 26 |
5 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org> | 27 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org> |