diff options
| author | Miles Bader | 2005-05-05 00:04:55 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-05-05 00:04:55 +0000 |
| commit | cca4e3b099ec4c3f4a36fd0cb865c618a5589069 (patch) | |
| tree | 711e73e53dbe1ab3a59b53fb56a10836e777b43e /src/ChangeLog | |
| parent | d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (diff) | |
| parent | d68a5392cafedbe0ee6c3eca0444fce4a58b6cdf (diff) | |
| download | emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.tar.gz emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 272-288)
- src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 67)
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 244 |
1 files changed, 243 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ace79442e9..6d9c1da92d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,245 @@ | |||
| 1 | 2005-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * mac.c: #undef init_process so not to conflict with system headers. | ||
| 4 | |||
| 5 | 2005-05-02 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows. | ||
| 8 | |||
| 9 | * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot. | ||
| 10 | |||
| 11 | * xdisp.c (Vcursor_in_non_selected_windows) | ||
| 12 | (Qcursor_in_non_selected_windows): Vars deleted. | ||
| 13 | (syms_of_xdisp): Don't initialize them. | ||
| 14 | (get_window_cursor_type): Use cursor_in_non_selected_windows | ||
| 15 | buffer slot. | ||
| 16 | |||
| 17 | 2005-05-02 Kim F. Storm <storm@cua.dk> | ||
| 18 | |||
| 19 | * macros.c (executing_kbd_macro_index): Rename from | ||
| 20 | executing_macro_index. All uses changed. | ||
| 21 | (executing_kbd_macro_iterations): Rename from | ||
| 22 | executing_macro_iterations. All uses changed. | ||
| 23 | (executing_kbd_macro): Rename from executing_macro. | ||
| 24 | All uses changed. | ||
| 25 | (syms_of_macros): Rename Lisp var executing-macro-index to | ||
| 26 | executing-kbd-macro-index. | ||
| 27 | |||
| 28 | * xdisp.c (move_it_in_display_line_to): Fix last change. | ||
| 29 | |||
| 30 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | ||
| 31 | |||
| 32 | * xmenu.c (Fx_popup_menu): Doc fix. | ||
| 33 | |||
| 34 | * charset.c (syms_of_charset): Delete defsubr for Schars_in_region. | ||
| 35 | |||
| 36 | 2005-05-02 Jason Rumney <jasonr@gnu.org> | ||
| 37 | |||
| 38 | * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes. | ||
| 39 | |||
| 40 | 2005-05-02 Nozomu Ando <nand@mac.com> | ||
| 41 | |||
| 42 | * sysselect.h: Fix typo. | ||
| 43 | |||
| 44 | 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | ||
| 45 | |||
| 46 | * charset.c (Fchars_in_region): Remove as obsolete. | ||
| 47 | |||
| 48 | 2005-05-01 Kim F. Storm <storm@cua.dk> | ||
| 49 | |||
| 50 | * xdisp.c (move_it_in_display_line_to): Stop if we move beyond | ||
| 51 | TO_CHARPOS. This may happen if last glyphs was an image or stretch | ||
| 52 | glyph. | ||
| 53 | |||
| 54 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | ||
| 55 | |||
| 56 | * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro. | ||
| 57 | |||
| 58 | 2005-05-01 Richard M. Stallman <rms@gnu.org> | ||
| 59 | |||
| 60 | * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show): | ||
| 61 | If user cancels the menu, quit unless FOR_CLICK. | ||
| 62 | |||
| 63 | * macros.c (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. | ||
| 64 | All uses changed. | ||
| 65 | (syms_of_macros): Define only executing-kbd-macro, not executing-macro. | ||
| 66 | * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro. | ||
| 67 | * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro. | ||
| 68 | * commands.h (Vexecuting_kbd_macro): Likewise. | ||
| 69 | |||
| 70 | 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 71 | |||
| 72 | * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel. | ||
| 73 | |||
| 74 | 2005-04-30 Richard M. Stallman <rms@gnu.org> | ||
| 75 | |||
| 76 | * fileio.c (Ffind_file_name_handler): Handle the `operations' | ||
| 77 | property of the file name handler. | ||
| 78 | (Qoperations): New variable. | ||
| 79 | (syms_of_fileio): Initialize and staticpro it. | ||
| 80 | |||
| 81 | * xdisp.c (set_message_1): Delete xassert. | ||
| 82 | |||
| 83 | 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 84 | |||
| 85 | * mac.c: Don't include time.h. Include sysselect.h after | ||
| 86 | systime.h. | ||
| 87 | |||
| 88 | * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt. | ||
| 89 | |||
| 90 | * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime | ||
| 91 | before/after including Carbon.h if there is a working mktime. | ||
| 92 | |||
| 93 | 2005-04-28 Kim F. Storm <storm@cua.dk> | ||
| 94 | |||
| 95 | * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed. | ||
| 96 | Fix cyclic alias check. If alias loop is detected, signal | ||
| 97 | circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P. | ||
| 98 | |||
| 99 | 2005-04-28 Lute Kamstra <lute@gnu.org> | ||
| 100 | |||
| 101 | * eval.c (do_autoload): Record only autoloads in the autoload | ||
| 102 | property of symbols. | ||
| 103 | |||
| 104 | 2005-04-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 105 | |||
| 106 | * emacs.c (USAGE1): Add --basic-display and --quick options. | ||
| 107 | |||
| 108 | 2005-04-27 Kim F. Storm <storm@cua.dk> | ||
| 109 | |||
| 110 | * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection. | ||
| 111 | |||
| 112 | 2005-04-26 Richard M. Stallman <rms@gnu.org> | ||
| 113 | |||
| 114 | * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes. | ||
| 115 | (syms_of_window): Doc fixes. | ||
| 116 | |||
| 117 | * indent.c (Fvertical_motion): Undo previous change. | ||
| 118 | |||
| 119 | 2005-04-26 Kenichi Handa <handa@m17n.org> | ||
| 120 | |||
| 121 | * fns.c (char_table_range): New function. | ||
| 122 | (Fchar_table_range): Signal an error if characters in the range | ||
| 123 | have inconsistent values. Don't check the parent. | ||
| 124 | |||
| 125 | 2005-04-25 Kenichi Handa <handa@m17n.org> | ||
| 126 | |||
| 127 | * fontset.c (fontset_set): Fix previous change. | ||
| 128 | |||
| 129 | 2005-04-24 Richard M. Stallman <rms@gnu.org> | ||
| 130 | |||
| 131 | * indent.c (Fvertical_motion): Bind fontification-functions to nil. | ||
| 132 | |||
| 133 | 2005-04-24 Eli Zaretskii <eliz@gnu.org> | ||
| 134 | |||
| 135 | * regex.c (re_search_2, re_match_2_internal): Convert second arg | ||
| 136 | of RE_TRANSLATE to int, to shut up GCC warnings. | ||
| 137 | |||
| 138 | * fileio.c (Fcopy_file): Doc fix. | ||
| 139 | [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and | ||
| 140 | not needed. | ||
| 141 | |||
| 142 | 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 143 | |||
| 144 | * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o. | ||
| 145 | (SOME_MACHINE_OBJECTS): Likewise. | ||
| 146 | (mac.o): Depend on ccl.h. | ||
| 147 | (macselect.o): New target. | ||
| 148 | |||
| 149 | * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]: Call | ||
| 150 | syms_of_macselect. | ||
| 151 | |||
| 152 | * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. | ||
| 153 | |||
| 154 | * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or | ||
| 155 | coding.h. | ||
| 156 | (QCLIPBOARD): Remove variable. | ||
| 157 | (syms_of_mac): Don't initialize it. | ||
| 158 | (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p): | ||
| 159 | Remove functions. | ||
| 160 | (syms_of_mac): Don't defsubr them. | ||
| 161 | [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC) | ||
| 162 | (QHFS_plus_D, QHFS_plus_C): New variables. | ||
| 163 | (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them. | ||
| 164 | [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp) | ||
| 165 | (cfstring_create_normalized): New functions. | ||
| 166 | [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise. | ||
| 167 | (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it. | ||
| 168 | |||
| 169 | * macterm.c (handling_window_update, terminate_flag): Remove | ||
| 170 | variables. | ||
| 171 | (do_window_update, do_ae_quit_application, XTread_socket): Don't | ||
| 172 | use them. | ||
| 173 | (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define. | ||
| 174 | [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event) | ||
| 175 | (init_service_handler): Move to macselect.c. Remove declarations. | ||
| 176 | [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern. | ||
| 177 | (Qapplication, Qabout): New variables. | ||
| 178 | (syms_of_mac): Initialize them. | ||
| 179 | [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste) | ||
| 180 | (Qperform): New variables. | ||
| 181 | (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them. | ||
| 182 | (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu. | ||
| 183 | (do_menu_choice): Unhighlight menu bar also when menu_id is 0. | ||
| 184 | (mac_store_application_menu_event, init_menu_bar): New functions. | ||
| 185 | [USE_CARBON_EVENTS] (mac_handle_command_event) | ||
| 186 | (init_command_handler): New functions. | ||
| 187 | (mac_handle_window_event): Return noErr on window update event. | ||
| 188 | (do_ae_quit_application): Call mac_store_application_menu_event. | ||
| 189 | (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler | ||
| 190 | and init_menu_bar. | ||
| 191 | |||
| 192 | * macterm.h (x_clear_frame_selections): Add extern. | ||
| 193 | |||
| 194 | * macselect.c: New file for selection processing on Mac OS. | ||
| 195 | |||
| 196 | 2005-04-23 Richard M. Stallman <rms@gnu.org> | ||
| 197 | |||
| 198 | * fileio.c (Fcopy_file): New arg MUSTBENEW. | ||
| 199 | (Frename_file): Pass new arg to Fcopy_file. | ||
| 200 | |||
| 201 | * window.c (window_size_fixed): Variable deleted. | ||
| 202 | (syms_of_window): Initialize window-size-fixed to nil. | ||
| 203 | But don't DEFVAR window_size_fixed. | ||
| 204 | |||
| 205 | 2005-04-23 Andreas Schwab <schwab@suse.de> | ||
| 206 | |||
| 207 | * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define. | ||
| 208 | (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to | ||
| 209 | use lib64 instead of lib. | ||
| 210 | (_LP64) [_ARCH_PPC64]: Define if not defined. | ||
| 211 | |||
| 212 | 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change) | ||
| 213 | |||
| 214 | * s/ms-w32.h (HAVE_PWD_H): Define. | ||
| 215 | |||
| 216 | 2005-04-22 Kenichi Handa <handa@m17n.org> | ||
| 217 | |||
| 218 | * fns.c (copy_sub_char_table): Explicitly copy the default value | ||
| 219 | of the sub-chartable. | ||
| 220 | |||
| 221 | * fontset.c (fontset_set): When a sub-chartable is created, | ||
| 222 | explicitly sets the defalt value. | ||
| 223 | |||
| 224 | 2005-04-22 Kim F. Storm <storm@cua.dk> | ||
| 225 | |||
| 226 | * fns.c (Fplist_get): Replace by Fsafe_plist_get. | ||
| 227 | (Fsafe_plist_get): Rename to Fplist_get. | ||
| 228 | (Fsafe_get): Remove, as Fget now uses safe Fplist_get. | ||
| 229 | (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get. | ||
| 230 | |||
| 231 | * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN. | ||
| 232 | |||
| 233 | * xdisp.c (store_mode_line_string, produce_stretch_glyph) | ||
| 234 | (note_mode_line_or_margin_highlight, note_mouse_highlight): | ||
| 235 | Use Fplist_get instead of Fsafe_plist_get. | ||
| 236 | |||
| 237 | * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get. | ||
| 238 | |||
| 239 | 2005-04-21 Miles Bader <miles@gnu.org> | ||
| 240 | |||
| 241 | * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. | ||
| 242 | |||
| 1 | 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org> | 243 | 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 244 | ||
| 3 | * sysdep.c: Remove reference to defunct vms-pwd.h. | 245 | * sysdep.c: Remove reference to defunct vms-pwd.h. |
| @@ -2763,7 +3005,7 @@ | |||
| 2763 | 3005 | ||
| 2764 | * doc.c: New variable Vbuild_files. | 3006 | * doc.c: New variable Vbuild_files. |
| 2765 | (Fsnarf_documentation): If Vbuild_files is nil, populate it with | 3007 | (Fsnarf_documentation): If Vbuild_files is nil, populate it with |
| 2766 | file names from buildobh.lst. Only attach docstrings from files | 3008 | file names from buildobj.lst. Only attach docstrings from files |
| 2767 | that are in Vbuild_files. | 3009 | that are in Vbuild_files. |
| 2768 | (syms_of_doc): Defvar Vbuild_files. | 3010 | (syms_of_doc): Defvar Vbuild_files. |
| 2769 | 3011 | ||