comparison src/ChangeLog @ 66014:3873fa9d3eb4

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 11 Oct 2005 08:32:08 +0000
parents 0bff86ee0892
children a75f1ccb1086
comparison
equal deleted inserted replaced
66013:1de4729d29d6 66014:3873fa9d3eb4
1 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * image.c (fn_jpeg_stdio_src): Don't define it.
4 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
5 (our_common_init_source): Rename from `our_init_source'.
6 (our_common_term_source): Rename from `our_term_source'.
7 (our_memory_fill_input_buffer): Rename from
8 `our_fill_input_buffer'.
9 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
10 (jpeg_memory_src): Use the new names.
11 (struct jpeg_stdio_mgr): New struct.
12 (JPEG_STDIO_BUFFER_SIZE): New constant.
13 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
14 (jpeg_file_src): New functions.
15 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
16
1 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 17 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 18
3 * macterm.c (PER_CHAR_METRIC): Remove unused macro. 19 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
4 (fm_font_family_alist): New variable. 20 (fm_font_family_alist): New variable.
5 (syms_of_macterm): Initialize and staticpro it. 21 (syms_of_macterm): Initialize and staticpro it.
1618 * xmenu.c (popup_get_selection): Click not in menu deactivates menu. 1634 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
1619 1635
1620 2005-06-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1636 2005-06-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
1621 1637
1622 * macmenu.c (cleanup_popup_menu): New function. 1638 * macmenu.c (cleanup_popup_menu): New function.
1623 (Fx_popup_menu): unwind protect cleanup_popup_menu in case 1639 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
1624 mac_menu_show Quit:s. 1640 mac_menu_show Quit:s.
1625 (mac_menu_show): Quit on cancel if not popped up on click (i.e. 1641 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
1626 a dialog). 1642 a dialog).
1627 1643
1628 2005-06-04 Kim F. Storm <storm@cua.dk> 1644 2005-06-04 Kim F. Storm <storm@cua.dk>
16920 * w32.h (FILE_NDELAY): New flag. 16936 * w32.h (FILE_NDELAY): New flag.
16921 16937
16922 * w32.c (sys_getpeername, fcntl): New functions. 16938 * w32.c (sys_getpeername, fcntl): New functions.
16923 (_sys_read_ahead): Temporarily block on non-blocking sockets. 16939 (_sys_read_ahead): Temporarily block on non-blocking sockets.
16924 16940
16925 * w32proc.c: include sys/file.h. 16941 * w32proc.c: Include sys/file.h.
16926 16942
16927 2002-05-03 Colin Walters <walters@verbum.org> 16943 2002-05-03 Colin Walters <walters@verbum.org>
16928 16944
16929 * callproc.c (Vgame_score_directory): Renamed to 16945 * callproc.c (Vgame_score_directory): Renamed to
16930 Vshared_game_score_directory. 16946 Vshared_game_score_directory.