diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 82 |
1 files changed, 70 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 854a8673458..f0f27785e3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,64 @@ | |||
| 1 | 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.c (keycode_to_xkeysym_table): Change mapping so that it | ||
| 4 | coincide with that in Apple X11 except `clear', `enter' on | ||
| 5 | laptops, and fn + `enter' on laptops. | ||
| 6 | |||
| 7 | 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte. | ||
| 10 | (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR. | ||
| 11 | (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING. | ||
| 12 | |||
| 13 | * xfns.c (xic_defaut_fontset): New constant. | ||
| 14 | (xic_create_fontsetname): New function. | ||
| 15 | Extracted from create_frame_xic. Try to generate a slightly | ||
| 16 | better fontset. | ||
| 17 | (xic_create_xfontset): Use it. | ||
| 18 | (create_frame_xic): Simplify. | ||
| 19 | |||
| 20 | 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 21 | |||
| 22 | * fileio.c (Fmake_symbolic_link): Fix last change. | ||
| 23 | |||
| 24 | 2005-03-11 Richard M. Stallman <rms@gnu.org> | ||
| 25 | |||
| 26 | * fileio.c (Frename_file, Fadd_name_to_file) | ||
| 27 | (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory, | ||
| 28 | expand the basename of FILE relative to it. | ||
| 29 | |||
| 30 | 2005-03-11 Kenichi Handa <handa@m17n.org> | ||
| 31 | |||
| 32 | * fileio.c (Finsert_file_contents): Call Fcheck_coding_system | ||
| 33 | before calling setup_coding_system so that autoloading of a coding | ||
| 34 | system work. | ||
| 35 | |||
| 36 | 2005-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 37 | |||
| 38 | * xfns.c (hourglass_started): New function. | ||
| 39 | |||
| 40 | * dispextern.h: Declare hourglass_started. | ||
| 41 | |||
| 42 | * keyboard.c (Fexecute_extended_command): Restart hourglass | ||
| 43 | after call to Fcompleting_read if already started. | ||
| 44 | |||
| 45 | * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the | ||
| 46 | GTK main loop is entered in xterm.c, thus doing the redraw. | ||
| 47 | |||
| 48 | 2005-03-10 Kim F. Storm <storm@cua.dk> | ||
| 49 | |||
| 50 | * xdisp.c (pos_visible_p): Fix X value in last line of buffer. | ||
| 51 | |||
| 52 | 2005-03-08 Kenichi Handa <handa@m17n.org> | ||
| 53 | |||
| 54 | * frame.c (x_set_font): Call set_default_ascii_font if an | ||
| 55 | available font is found. | ||
| 56 | |||
| 57 | * fontset.c (set_default_ascii_font): New function. | ||
| 58 | (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here. | ||
| 59 | |||
| 60 | * fontset.h (set_default_ascii_font): Extern it. | ||
| 61 | |||
| 1 | 2005-03-07 Kim F. Storm <storm@cua.dk> | 62 | 2005-03-07 Kim F. Storm <storm@cua.dk> |
| 2 | 63 | ||
| 3 | * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const. | 64 | * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const. |
| @@ -55,13 +116,11 @@ | |||
| 55 | * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if | 116 | * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if |
| 56 | defined (MAC_OSX) && defined (HAVE_CARBON)'. | 117 | defined (MAC_OSX) && defined (HAVE_CARBON)'. |
| 57 | 118 | ||
| 58 | * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include | 119 | * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. |
| 59 | QuickTime.h. | ||
| 60 | 120 | ||
| 61 | * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. | 121 | * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. |
| 62 | [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent. | 122 | [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent. |
| 63 | (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New | 123 | (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions. |
| 64 | functions. | ||
| 65 | (mac_clear_font_name_table): Move extern to macterm.h. | 124 | (mac_clear_font_name_table): Move extern to macterm.h. |
| 66 | 125 | ||
| 67 | * macfns.c (install_window_handler): Move extern to macterm.h. | 126 | * macfns.c (install_window_handler): Move extern to macterm.h. |
| @@ -69,16 +128,15 @@ | |||
| 69 | valid. Don't check !NILP (dir) because it is already checked with | 128 | valid. Don't check !NILP (dir) because it is already checked with |
| 70 | CHECK_STRING. | 129 | CHECK_STRING. |
| 71 | (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for | 130 | (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for |
| 72 | specifying the default location and obtaining the selected | 131 | specifying the default location and obtaining the selected filename. |
| 73 | filename. | ||
| 74 | 132 | ||
| 75 | * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. | 133 | * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. |
| 76 | 134 | ||
| 77 | * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that | 135 | * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that |
| 78 | are included via Carbon.h. | 136 | are included via Carbon.h. |
| 79 | 137 | ||
| 80 | * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: Define | 138 | * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: |
| 81 | USE_CARBON_EVENTS to 1. | 139 | Define USE_CARBON_EVENTS to 1. |
| 82 | (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare. | 140 | (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare. |
| 83 | (x_free_frame_resources): Call remove_window_handler for | 141 | (x_free_frame_resources): Call remove_window_handler for |
| 84 | non-tooltip windows. | 142 | non-tooltip windows. |
| @@ -91,12 +149,12 @@ | |||
| 91 | (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for | 149 | (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for |
| 92 | drag-and-drop handler functions and register them. | 150 | drag-and-drop handler functions and register them. |
| 93 | (remove_window_handler): New function. | 151 | (remove_window_handler): New function. |
| 94 | (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use | 152 | (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: |
| 95 | fsspec_to_posix_pathname. | 153 | Use fsspec_to_posix_pathname. |
| 96 | (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8. | 154 | (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8. |
| 97 | (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM. | 155 | (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM. |
| 98 | [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set | 156 | [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: |
| 99 | default cursors. | 157 | Set default cursors. |
| 100 | (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call | 158 | (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call |
| 101 | init_service_handler or init_quit_char_handler. | 159 | init_service_handler or init_quit_char_handler. |
| 102 | (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess. | 160 | (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess. |