diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 54 |
1 files changed, 52 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a58d0b5905..5acc6313bbb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * frame.c (x_set_border_width): Remove #ifndef MAC_OS. | ||
| 4 | |||
| 5 | * image.c [MAC_OS] (gif_load): Allocate Lisp string first. | ||
| 6 | |||
| 7 | * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame. | ||
| 8 | |||
| 9 | * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]: | ||
| 10 | Forward keyUp events to toolbox_dispatcher. | ||
| 11 | |||
| 12 | * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)). | ||
| 13 | |||
| 14 | 2006-05-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 15 | |||
| 16 | * config.in: Regenerated (HAVE_ALSA). | ||
| 17 | |||
| 18 | * sound.c (alsa_sound_perror, alsa_open, alsa_period_size) | ||
| 19 | (alsa_configure, alsa_close, alsa_choose_format, alsa_write) | ||
| 20 | (snd_error_quiet, alsa_init): New functions. | ||
| 21 | (vox_init): Return 0 if unable to open device. | ||
| 22 | (Fplay_sound_internal): Test for alsa first and use vox (oss) as | ||
| 23 | a fallback. | ||
| 24 | (struct sound_device): Add period_size. | ||
| 25 | (wav_play, au_play): Use period_size if set. | ||
| 26 | |||
| 27 | * Makefile.in (CFLAGS_SOUND): New flags for ALSA | ||
| 28 | (ALL_CFLAGS): Add CFLAGS_SOUND | ||
| 29 | |||
| 30 | 2006-05-18 Kenichi Handa <handa@m17n.org> | ||
| 31 | |||
| 32 | * callproc.c (Fcall_process): Reject encoding arguments by | ||
| 33 | ascii-incompatible coding systems (e.g. utf-16). | ||
| 34 | |||
| 35 | * coding.c (Qascii_incompatible): New variable. | ||
| 36 | (syms_of_coding): Setup Qascii_incompatible. | ||
| 37 | (setup_coding_system): Be sure to initialize coding->common_flags. | ||
| 38 | Check `ascii-incompatible' property of the coding system. | ||
| 39 | |||
| 40 | * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro. | ||
| 41 | |||
| 42 | 2006-05-18 Kim F. Storm <storm@cua.dk> | ||
| 43 | |||
| 44 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when | ||
| 45 | backtracking in case last image doesn't fit on line. | ||
| 46 | |||
| 47 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | ||
| 48 | |||
| 49 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than | ||
| 50 | height of one frame default line. | ||
| 51 | |||
| 1 | 2006-05-16 Kim F. Storm <storm@cua.dk> | 52 | 2006-05-16 Kim F. Storm <storm@cua.dk> |
| 2 | 53 | ||
| 3 | * xterm.c (handle_one_xevent): Check that f is not NULL before | 54 | * xterm.c (handle_one_xevent): Check that f is not NULL before |
| @@ -17012,8 +17063,7 @@ | |||
| 17012 | (Fapropos_internal): Initialize them and clear them out. | 17063 | (Fapropos_internal): Initialize them and clear them out. |
| 17013 | Don't GCPRO them. | 17064 | Don't GCPRO them. |
| 17014 | 17065 | ||
| 17015 | * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: | 17066 | * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes. |
| 17016 | Doc fixes. | ||
| 17017 | 17067 | ||
| 17018 | * lisp.h: New misc type Lisp_Save_Value. | 17068 | * lisp.h: New misc type Lisp_Save_Value. |
| 17019 | (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value. | 17069 | (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value. |