X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/382c648db85fd1182678ef3f1b4480082b5f34cd..7815fe1985833c57457882b415a29358991dabdc:/src/ChangeLog.10 diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index b8ddfe26c9..dd847f8a64 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -1,226 +1,3 @@ -2007-06-02 Chong Yidong - - * Version 22.1 released. - -2007-06-01 Richard Stallman - - * xfns.c (x_encode_text): Add GCPRO. - -2007-06-01 YAMAMOTO Mitsuharu - - * xfns.c (x_set_name_internal): Save encoded name before - x_encode_text in case string data is relocated. - -2007-05-31 Richard Stallman - - * buffer.c (syms_of_buffer): Doc fix. - -2007-05-30 Nick Roberts - - * sysdep.c (init_sys_modes): Add rather than replace with - O_NONBLOCK. - - * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to - term_mouse_moveto. - - * termhooks.h (term_mouse_moveto): New extern. - - * term.c (mouse_face_window): Rename... - (Qmouse_face_window): ...to this. - (term_show_mouse_face, term_clear_mouse_face) - (term_mouse_highlight): Use Qmouse_face_window. - (term_mouse_moveto): New function. - (term_mouse_position): Make it work. - (syms_of_term): Uncomment assignment to mouse_position_hook. - Staticpro Qmouse_face_window. - -2007-05-28 YAMAMOTO Mitsuharu - - * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t - around current_column call. - -2007-05-26 Dan Nicolaescu - - * xfaces.c (syms_of_xfaces): Delete stray semicolon. - * xdisp.c (next_element_from_buffer): - * window.c (delete_window): - * term.c (term_mouse_highlight): - * msdos.c (getdefdir): - * macterm.c (mac_create_bitmap_from_bitmap_data) - (init_font_name_table): - * fns.c (Fsxhash): - * data.c (Fmake_local_variable): - * ccl.c (ccl_driver): Likewise. - -2007-05-24 YAMAMOTO Mitsuharu - - * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): - Call mac_wakeup_from_rne on window size change. - -2007-05-25 Chong Yidong - - * image.c (uncache_image): Fix typo. - -2007-05-23 Johannes Weiner (tiny change) - - * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. - -2007-05-22 Richard Stallman - - * xterm.c (x_connection_closed): Remove NO_RETURN. - -2007-05-22 Martin Rudalics - - * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. - -2007-05-21 Chong Yidong - - * image.c (uncache_image): New function. - (Fimage_refresh): New function. - -2007-05-20 Jan Dj,Ad(Brv - - * Makefile.in: Move GPM check outside HAVE_X_WINDOWS. - -2007-05-20 Nick Roberts - - * config.in, keyboard.c, Makefile.in, sysdep.c, term.c, - * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H. - -2007-05-20 Nick Roberts - - * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT - conditional on [HAVE_GPM_H]. - -2007-05-19 Stefan Monnier - - * syntax.c (skip_chars): Update syntax-table only after we checked that - the new location is valid. - -2007-05-19 YAMAMOTO Mitsuharu - - * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around - mac_get_window_bounds. - -2007-05-20 Nick Roberts - - * Makefile.in (LIBGPM): Allow it to be set from configure. - If set then link Emacs with it. - - * config.in: Regenerate. - - * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): - New externs. - - * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT. - Include gpm.h. - (handle_one_term_event, term_gpm): New externs. - - * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking - and allow it to be interrupted by SIGIO. - - * process.c (gpm_wait_mask, max_gpm_desc): New variables. - (wait_reading_process_output): Wait on gpm_fd too. - (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions. - (add_gpm_wait_descriptor_called_flag): New variable. - (delete_keyboard_wait_descriptor): Check gpm_wait_mask. - - * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message) - (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved) - (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard): - Extend HAVE_MOUSE ifdefs to HAVE_GPM_H. - (make_lispy_event): Add case GPM_CLICK_EVENT. - (read_avail_input): Handle mouse input. - - * term.c (write_glyphs_with_face): New function. - [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h. - (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row) - (mouse_face_end_col, mouse_face_past_end, mouse_face_window) - (mouse_face_face_id, term_gpm, pos_x, pos_y) - (last_mouse_x, last_mouse_y): New variables. - (term_show_mouse_face, term_clear_mouse_face, fast_find_position) - (term_mouse_highlight, term_mouse_movement, term_mouse_position) - (term_mouse_click, handle_one_term_event, Fterm_open_connection) - (Fterm_close_connection): New functions. - (term_init): Initialise mouse_face_window. - -2007-05-19 Chong Yidong - - * xdisp.c (redisplay_window): If first window line is a - continuation line, recompute the new window start instead of - recentering. - -2007-05-18 Glenn Morris - - * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD. - Suggested by Alfred M. Szmidt . - -2007-05-17 Glenn Morris - - * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD. - -2007-05-16 YAMAMOTO Mitsuharu - - * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert - dead key repeat and up events. - -2007-05-14 Chong Yidong - - * image.c (pbm_load): Check image size for monochrome pbm. - -2007-05-13 Chong Yidong - - * xterm.c (XTread_socket): Revert last change. - -2007-05-12 Chong Yidong - - * image.c (pbm_load): Correctly check image size for greyscale pbm. - - * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). - -2007-05-07 Stefan Monnier - - * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object - mixup (YAILOM). - -2007-05-07 Andreas Schwab - - * keymap.c (Flookup_key): Fix typo in last change. - -2007-05-07 Stefan Monnier - - * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier - mapping for unibyte strings. - -2007-05-01 YAMAMOTO Mitsuharu - - * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c. - (Fx_popup_dialog) [MAC_OSX]: Likewise. - -2007-04-29 Richard Stallman - - * insdel.c (replace_range): For undo, record insertion first. - -2007-04-29 Andreas Schwab - - * lisp.h (VECSIZE): Use OFFSETOF. - -2007-04-29 YAMAMOTO Mitsuharu - - * xdisp.c (try_window_reusing_current_matrix): Fix number of - disabled lines. - -2007-04-28 Richard Stallman - - * lread.c (read_escape): In a string, \s is always space. - -2007-04-27 Jan Dj,Ad(Brv - - * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog. - - * gtkutil.c (xg_update_menubar, create_menus): Create empty - submenu for menu bar items. - 2007-04-24 Chong Yidong * Branch for 22.1. @@ -335,7 +112,7 @@ * emacs.c (main): Fix instructions for building Emacs for profiling. -2007-04-03 Jan Dj,Ad(Brv +2007-04-03 Jan Djärv * gtkutil.c (xg_update_menubar): Call g_list_next after moving menu bar item. @@ -579,9 +356,9 @@ 2007-03-10 Kim F. Storm * xdisp.c (redisplay_window): Don't automatically select a new window - start for a contination line during mouse-click. + start for a continuation line during mouse-click. -2007-03-09 Jan Dj,Ad(Brv +2007-03-09 Jan Djärv * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar. @@ -611,7 +388,7 @@ * minibuf.c (read_minibuf): Bind inhibit-read-only a bit longer so as to handle correctly prompts with read-only property. -2007-03-06 Jan Dj,Ad(Brv +2007-03-06 Jan Djärv * sound.c (wav_play): Check header->data_length to see how much we shall read. @@ -806,7 +583,7 @@ * xfaces.c (Fcolor_distance): Don't continue checking a color for errors after it has been correctly parsed as an RGB list. -2007-02-14 Jan Dj,Ad(Brv +2007-02-14 Jan Djärv * xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN. @@ -878,7 +655,7 @@ Use the foreground color of the scroll-bar face when drawing the scroll-bar's border. -2007-02-02 Jan Dj,Ad(Brv +2007-02-02 Jan Djärv * xterm.c (do_ewmh_fullscreen): Check that what != NULL before calling wm_supports. @@ -888,7 +665,7 @@ * lread.c (syms_of_lread) : Doc fix. Wording by Eli Zaretskii. -2007-01-31 Jan Dj,Ad(Brv +2007-01-31 Jan Djärv * gtkutil.c (update_frame_tool_bar): Initialize h/vmargin to 0. @@ -906,7 +683,7 @@ * m/hp800.h: Restore, removing HP-UX support. -2007-01-29 Jan Dj,Ad(Brv +2007-01-29 Jan Djärv * Makefile.in: Use a variable, XFT_LIBS, instead #define LIB_X11_LIB. @@ -928,7 +705,7 @@ * minibuf.c (Fcompleting_read): Doc fix. -2007-01-26 Jan Dj,Ad(Brv +2007-01-26 Jan Djärv * gtkutil.c (xg_initialize): Call XftInit if HAVE_XFT. @@ -1053,7 +830,7 @@ * macterm.h (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX. (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions. -2007-01-11 Jan Dj,Ad(Brv +2007-01-11 Jan Djärv * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal, block/unblock SIGIO. @@ -1110,7 +887,7 @@ (XDrawLine): Rename from mac_draw_line_to_pixmap. (mac_quit_char_key_p) [MAC_OSX]: Add extern. -2007-01-08 Jan Dj,Ad(Brv +2007-01-08 Jan Djärv * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and interrupt_input_pending. @@ -1187,7 +964,7 @@ * window.c (Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF. -2007-01-02 Jan Dj,Ad(Brv +2007-01-02 Jan Djärv * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and unhighlight_id. @@ -1199,14 +976,14 @@ (create_menus): Connect enter/leave-notify-event to the menu instead of individual items. -2006-12-31 Jan Dj,Ad(Brv +2006-12-31 Jan Djärv * gtkutil.c (update_frame_tool_bar): Connect create-menu-proxy with xg_tool_bar_menu_proxy. (xg_tool_bar_menu_proxy): New function. (xg_tool_bar_proxy_callback): New function. -2006-12-30 Jan Dj,Ad(Brv +2006-12-30 Jan Djärv * gtkutil.c (xg_tool_bar_button_cb): Save last modifier on widget. (xg_tool_bar_callback): Remove check for button. @@ -1285,7 +1062,7 @@ * w32.c (_sys_wait_accept): Fix handle leak. -2006-12-20 Jan Dj,Ad(Brv +2006-12-20 Jan Djärv * sound.c: Include if ALSA_SUBDIR_INCLUDE is defined. @@ -1539,7 +1316,7 @@ * Makefile.in (version): New variable, set by configure. (bootstrapclean, mostlyclean): Also remove emacs-${version}. -2006-12-03 Jan Dj,Ad(Brv +2006-12-03 Jan Djärv * gtkutil.c (update_frame_tool_bar): Handle modifying a toolbar item without an image. @@ -1553,7 +1330,7 @@ * xdisp.c (move_it_to): Correctly count tab glyphs for continued lines ending in tab. -2006-11-30 Jan Dj,Ad(Brv +2006-11-30 Jan Djärv * xterm.c (x_raise_frame): Move setting of _NET_ACTIVE_WINDOW property ... @@ -1742,7 +1519,7 @@ (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence) (Fstring_make_unibyte): Fix typos in docstrings. -2006-11-10 Jan Dj,Ad(Brv +2006-11-10 Jan Djärv * xterm.h (struct x_display_info): Fix indentation. @@ -1846,7 +1623,7 @@ * gtkutil.c (update_frame_tool_bar): If icon image is invalid and wicon is null, insert an empty button. -2006-11-03 Jan Dj,Ad(Brv +2006-11-03 Jan Djärv * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the window. @@ -2009,12 +1786,12 @@ New variable. (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it. -2006-10-19 Jan Dj,Ad(Brv +2006-10-19 Jan Djärv * xselect.c (x_handle_selection_request): If the converted_selection is nil or XCDR (converted_selection) is nil, decline the request. -2006-10-16 Jan Dj,Ad(Brv +2006-10-16 Jan Djärv * gtkutil.c (get_utf8_string): Remove warnings with casts. (xg_tool_bar_button_cb): Ditto. @@ -2215,7 +1992,7 @@ * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table whose default value is non-nil. -2006-09-22 Jan Dj,Ad(Brv +2006-09-22 Jan Djärv * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for Gtk+ versions < 2.10. @@ -2288,7 +2065,7 @@ (do_menu_choice): Remove extern. (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern. -2006-09-18 Jan Dj,Ad(Brv +2006-09-18 Jan Djärv * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to x_gtk_file_dialog_help_text. @@ -2331,7 +2108,7 @@ * syntax.c (Fmodify_syntax_entry): Clear regexp cache. -2006-09-16 Jan Dj,Ad(Brv +2006-09-16 Jan Djärv * gtkutil.c (xg_get_file_with_chooser): Check x-gtk-show-chooser-help-text before adding the help text. @@ -2360,7 +2137,7 @@ * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies. - * keymap.c: include "window.h". + * keymap.c: Include "window.h". (Fcommand_remapping): New optional POSITION argument. (Fkey_binding): New optional POSITION argument. Completely rework handling of mouse clicks to get the same order of keymaps as @@ -2449,7 +2226,7 @@ * dispnew.c (Fredisplay): Document return value. -2006-09-10 Jan Dj,Ad(Brv +2006-09-10 Jan Djärv * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK. @@ -2609,7 +2386,7 @@ [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for ASCII keystroke event. -2006-09-04 Jan Dj,Ad(Brv +2006-09-04 Jan Djärv * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in the file chooser message. Only call gtk_file_chooser_set_current_name @@ -2634,7 +2411,7 @@ * window.c (syms_of_window) : : Doc fix. -2006-09-02 Jan Dj,Ad(Brv +2006-09-02 Jan Djärv * gtkutil.c (xg_get_file_with_chooser): Change file chooser message for writing files. Call gtk_file_chooser_set_current_name to keep @@ -2810,7 +2587,7 @@ * buffer.c (Fset_buffer_multibyte): Record proper undo entry. -2006-08-21 Jan Dj,Ad(Brv +2006-08-21 Jan Djärv * keyboard.c: Clarify difference between in_sighandler and handling_signal. @@ -2887,7 +2664,7 @@ * frame.c (Fmouse_position, Fmouse_pixel_position) (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix. -2006-08-11 Jan Dj,Ad(Brv +2006-08-11 Jan Djärv * xselect.c (Fx_register_dnd_atom): New function. (syms_of_xselect): Defsubr it. @@ -2899,7 +2676,7 @@ * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*. -2006-08-10 Jan Dj,Ad(Brv +2006-08-10 Jan Djärv * keyboard.c: Define in_sighandler. (input_available_signal): Set in_sighandler. @@ -3230,7 +3007,7 @@ * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a server socket (FILE_LISTEN flag). -2006-07-14 Jan Dj,Ad(Brv +2006-07-14 Jan Djärv * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open. @@ -3239,7 +3016,7 @@ * w32.c: Fix high cpu load for server sockets. (pfn_WSAEventSelect): New function ptr. (init_winsock): Load it. - (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's + (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's char_avail event object to FD_ACCEPT. (sys_accept): Check FILE_LISTEN flag. Set event mask on new socket's char_avail event object to FD_READ|FD_CLOSE. @@ -3446,7 +3223,7 @@ 2006-07-04 Kim F. Storm - * xterm.c (x_delete_display): Don't free or derefence NULL pointers. + * xterm.c (x_delete_display): Don't free or dereference NULL pointers. 2006-07-04 Kenichi Handa @@ -3475,7 +3252,7 @@ 2006-07-02 Kim F. Storm * xdisp.c (display_tool_bar_line): Skip glyphs which are too big - to ever fit the tool-bar, + to ever fit the tool-bar. (MAX_FRAME_TOOL_BAR_HEIGHT): New macro. (tool_bar_lines_needed): Use unused mode-line row as temp_row. (redisplay_tool_bar): Only clear desired matrix if we actually @@ -3605,13 +3382,13 @@ 2006-06-16 Kim F. Storm * dispextern.h (struct it): Add union to iterator stack to save - image, composition, and stretch specific paramters. + image, composition, and stretch specific parameters. * xdisp.c (next_overlay_string): Fix assert. (push_it, pop_it): Handle composition and stretch specific values. Only handle it->slice in image (for now). (back_to_previous_visible_line_start): Continue search if newline is - part of a compisition. Simplify. + part of a composition. Simplify. (reseat_1): Set it->object to buffer. (set_iterator_to_next): Set it->object to string or buffer, when setting it->method to GET_FROM_STRING or GET_FROM_BUFFER. @@ -3783,7 +3560,7 @@ continued line. (dump_glyph): Dump composite glyph. -2006-06-02 Jan Dj,Ad(Brv +2006-06-02 Jan Djärv * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL. @@ -3791,7 +3568,7 @@ * window.c (Fsplit_window): Doc fix. -2006-06-01 Micha,Ak(Bl Cadilhac +2006-06-01 Michaël Cadilhac * process.c (deleted_pid_list): New variable to store the pids of deleted processes. Declare it only if SIGCHLD is defined. @@ -3814,12 +3591,12 @@ * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil. (XTread_socket): Remove obsolete comment. -2006-06-01 Jan Dj,Ad(Brv +2006-06-01 Jan Djärv * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for menu-bar-open. -2006-06-01 Jan Dj,Ad(Brv +2006-06-01 Jan Djärv * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to menu-bar-open. @@ -3885,7 +3662,7 @@ * lisp.h (die, nsberror): Likewise. -2006-05-29 Jan Dj,Ad(Brv +2006-05-29 Jan Djärv * sound.c (alsa_open, alsa_configure, alsa_write): Move assignment to err out of if-statement. @@ -3957,7 +3734,7 @@ when OK-IF-ALREADY-EXISTS is nil. (Frename_file): Call Fcopy_file without MUSTBENEW argument. -2006-05-26 Jan Dj,Ad(Brv +2006-05-26 Jan Djärv * sound.c (alsa_configure): Move get period/buffer_size after setting hwparams. @@ -4061,7 +3838,7 @@ resource to backtranslate key with modifiers. (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent. -2006-05-23 Jan Dj,Ad(Brv +2006-05-23 Jan Djärv * xterm.c: Remove declarations already in xterm.h. @@ -4104,7 +3881,7 @@ * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)). -2006-05-18 Jan Dj,Ad(Brv +2006-05-18 Jan Djärv * config.in: Regenerated (HAVE_ALSA). @@ -4163,7 +3940,7 @@ * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. -2006-05-14 Jan Dj,Ad(Brv +2006-05-14 Jan Djärv * xterm.c (handle_one_xevent): Check that f is not NULL before calling _XEditResCheckMessages. @@ -4641,7 +4418,7 @@ * puresize.h (BASE_PURESIZE): Increment to 1210000. -2006-04-13 Micha,Ak(Bl Cadilhac +2006-04-13 Michaël Cadilhac * print.c (Fprin1_to_string): Mention in the `doc' that the behavior is modified by `print-level' and `print-length'. @@ -4762,7 +4539,7 @@ * xfaces.c (Finternal_merge_in_global_face, try_font_list): Add explicit braces to avoid ambiguous `else'. -2006-04-11 Micha,Ak(Bl Cadilhac +2006-04-11 Michaël Cadilhac * dispnew.c (init_display): Don't init X display if the user asked for a non-X display. @@ -4868,10 +4645,6 @@ * image.c: Include "charset.h" and "coding.h". (x_find_image_file): Return an encoded file name. -2006-04-01 Eli Zaretskii - - * configure: Regenerated. - 2006-03-31 Kenichi Handa * xfns.c (xg_set_icon): Delete superfluous UNGCPRO. @@ -4953,7 +4726,7 @@ (generate_stretch_glyph): Rename from produce_stretch_glyph. All callers changed accordingly. -2006-03-21 Jan Dj,Ad(Brv +2006-03-21 Jan Djärv * xterm.c: x_session_initialized new variable. (x_term_init): Use x_session_initialized to check if @@ -5133,7 +4906,7 @@ (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size) (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw. -2006-03-12 L$,1 q(Brentey K,Aa(Broly +2006-03-12 Lőrentey Károly * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'. @@ -5277,7 +5050,7 @@ * frame.h (struct frame): New member n_tool_bar_rows. - * xdisp.c: Minimize the unpleasent visual impact of the requirement + * xdisp.c: Minimize the unpleasant visual impact of the requirement that non-toolkit tool-bars must occupy an integral number of screen lines, by distributing the rows evenly over the tool-bar screen area. (Vtool_bar_border): New variable. @@ -5384,7 +5157,7 @@ * buffer.c (modify_overlay): Force redisplay if we modify an overlay at the end of the buffer. -2006-02-24 Jan Dj,Ad(Brv +2006-02-24 Jan Djärv * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns nil the image file has been removed, in that case use the (cached) @@ -5596,7 +5369,7 @@ * m/ibms390x.h: New file. -2006-02-14 Jan Dj,Ad(Brv +2006-02-14 Jan Djärv * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the value of x-gtk-whole-detached-tool-bar. @@ -5604,7 +5377,7 @@ * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. -2006-02-14 Jan Dj,Ad(Brv +2006-02-14 Jan Djärv * xterm.c (x_x_to_emacs_modifiers): Make non-static. @@ -5620,7 +5393,7 @@ * .gdbinit (xwindow): Update the code to show the window box. -2006-02-13 Jan Dj,Ad(Brv +2006-02-13 Jan Djärv * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). @@ -5675,7 +5448,7 @@ (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error. -2006-02-09 Jan Dj,Ad(Brv +2006-02-09 Jan Djärv * xterm.c (handle_one_xevent): Must note mouse movement even for nil frames for GTK, in that case it is the tool bar. This is so that @@ -5685,7 +5458,7 @@ * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes. -2006-02-08 Jan Dj,Ad(Brv +2006-02-08 Jan Djärv * window.c (adjust_window_trailing_edge): Check that shrinking does not set a window to size zero or less. @@ -5741,7 +5514,7 @@ * coding.c (decode_composition_emacs_mule): Fix handling of incorrect format data. -2006-01-31 Jan Dj,Ad(Brv +2006-01-31 Jan Djärv * gtkutil.c (update_frame_tool_bar): Use new tool bar function gtk_toolbar_insert() so we can have tool bars of different sizes. @@ -5782,9 +5555,9 @@ * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there. -2006-01-26 L$,1 q(Brentey K,Aa(Broly +2006-01-26 Lőrentey Károly - * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. + * editfns.c (Fconstrain_to_field): Fix behavior on field boundaries. (find_field): Set before_field to after_field when pos is at BEGV. (Fline_beginning_position, Fline_end_position): Clarify confusing doc string. @@ -5809,7 +5582,7 @@ * alloc.c (allocate_string_data): Update next_free immediately, to reduce risk of memory clobberage. -2006-01-24 L$,1 q(Brentey K,Aa(Broly +2006-01-24 Lőrentey Károly * xdisp.c (handle_invisible_prop): Set it->position to fix cursor display when point moves across an ellipsis. If there are @@ -5923,7 +5696,7 @@ Fix elimination of // so that it doesn't prevent elimination of an immediately following /. or /.. -2006-01-09 Jan Dj,Ad(Brv +2006-01-09 Jan Djärv * gtkutil.c (xg_toggle_notify_cb): New function. (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to @@ -5953,7 +5726,7 @@ gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac OS X 10.4 and later. -2006-01-04 Jan Dj,Ad(Brv +2006-01-04 Jan Djärv * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file, let GTK do all image processing. Importing Emacs own pixmaps to GTK @@ -6050,7 +5823,7 @@ (struct describe_map_elt): New data type. (describe_map_compare): New function. -2005-12-28 Jan Dj,Ad(Brv +2005-12-28 Jan Djärv * gtkutil.c (xg_get_file_with_chooser): Change message shown in file chooser. @@ -6070,7 +5843,7 @@ * charset.c (lisp_string_width): Check multibyteness of STRING. -2005-12-27 Jan Dj,Ad(Brv +2005-12-27 Jan Djärv * xfns.c (x_show_hidden_files): New variable. (syms_of_xfns): Defvar it. @@ -6090,9 +5863,9 @@ 2005-12-26 Luc Teirlinck - * keyboard.h: extern last_point_position_window. + * keyboard.h: Extern last_point_position_window. - * undo.c: include keyboard.h. + * undo.c: Include keyboard.h. * Makefile.in (undo.o): Depend on keyboard.h. @@ -6151,7 +5924,7 @@ (insert_before_markers_and_inherit): Make sure FROM is correct when `after-change-functions' are called. -2005-12-23 Jan Dj,Ad(Brv +2005-12-23 Jan Djärv * xfns.c (Fx_uses_old_gtk_dialog): New function. @@ -6174,7 +5947,7 @@ (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID): New macros. (struct MacFontStruct): Add member `bounds'. Remove member - `per_char'. All uses for QuichDraw Text fonts are changed to + `per_char'. All uses for QuickDraw Text fonts are changed to `bounds.per_char'. ATSUI font bounds are represented as an array `bounds.rows' of XCharStructRow's, each of which consists of a bitmap of valid entries and an array of char bounds. @@ -6195,7 +5968,7 @@ * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR. (Fminibuffer_completion_help): Remove duplicates before display. -2005-12-21 L$,1 q(Brentey K,Aa(Broly +2005-12-21 Lőrentey Károly * print.c (print_preprocess): Don't lose print_depth levels while iterating. @@ -6219,7 +5992,7 @@ (parse_single_submenu, digest_single_submenu): New functions. (single_submenu): Function deleted, replaced by those two. (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't create - or dispose of EventHandlerUPP. Install hander to all submenus. + or dispose of EventHandlerUPP. Install handler to all submenus. (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING instead of ENCODE_SYSTEM. (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for @@ -6314,7 +6087,7 @@ (display_completion_list_1): Use `nil' for second arg of `Fdisplay_completion_list'. -2005-12-14 Jan Dj,Ad(Brv +2005-12-14 Jan Djärv * xfns.c (compute_tip_xy): Handle negative dx and dy. @@ -6331,7 +6104,7 @@ * coding.c (code_convert_region_unwind): GCPRO arg. -2005-12-12 Jan Dj,Ad(Brv +2005-12-12 Jan Djärv * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x, i.e. dy is offset from top of frame instead of bottom. @@ -6470,7 +6243,7 @@ * xfns.c (Fx_create_frame): Comment out previous change. -2005-12-07 L$,1 q(Brentey K,Aa(Broly +2005-12-07 Lőrentey Károly * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame, when needed. @@ -6500,7 +6273,7 @@ * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't fit below. -2005-12-02 Jan Dj,Ad(Brv +2005-12-02 Jan Djärv * xterm.h: Add prototype for xg_set_icon_from_xpm_data. @@ -6531,7 +6304,7 @@ * window.c (Fset_window_configuration): Don't accidentally copy the window-point of one window to another. -2005-11-30 L$,1 q(Brentey K,Aa(Broly +2005-11-30 Lőrentey Károly * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer. @@ -7003,7 +6776,7 @@ * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars. -2005-10-23 Jan Dj,Ad(Brv +2005-10-23 Jan Djärv * xterm.c (note_mouse_movement): Always call note_mouse_highlight so tool tips don't interfere with press on tool bar button. @@ -7270,7 +7043,7 @@ (XTmouse_position): Fix calculation of fake glyph under mouse. Move code to calculate glyph under mouse into remember_mouse_glyph. -2005-10-10 Jan Dj,Ad(Brv +2005-10-10 Jan Djärv * emacs.c (USAGE3, standard_args): -nb => -nbi. @@ -7285,7 +7058,7 @@ * window.c (Fwindow_end): Don't try to redisplay if non-interactive. -2005-10-09 Jan Dj,Ad(Brv +2005-10-09 Jan Djärv * emacs.c (standard_args): Remove options -i, -itype, --icon-type. Add options -nb, --no-bitmap-icon. @@ -7555,7 +7328,7 @@ * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]: Setup slave tty options before forking. -2005-09-20 Jan Dj,Ad(Brv +2005-09-20 Jan Djärv * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program positions have been set for the frame (as is done for frames in @@ -7564,7 +7337,7 @@ 2005-09-19 Kim F. Storm * editfns.c (Fformat): Don't scan past end of format string that - ends in %. Reported by Johan Bockg,Ae(Brd. + ends in %. Reported by Johan Bockgård. 2005-09-18 Andreas Schwab @@ -7871,7 +7644,7 @@ * dispnew.c (buffer_posn_from_coords): Check that target row is within matrix. -2005-08-16 Jan Dj,Ad(Brv +2005-08-16 Jan Djärv * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to xg_set_frame_icon and call it. @@ -7913,7 +7686,7 @@ * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. -2005-08-13 Jan Dj,Ad(Brv +2005-08-13 Jan Djärv * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function. (xg_get_image_for_pixmap): Move some code to @@ -7941,7 +7714,7 @@ * floatfns.c (Fexpt): Use floats for negative exponent. -2005-08-08 Jan Dj,Ad(Brv +2005-08-08 Jan Djärv * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that should not be there, causing menu display errors with GTK 2.6.9. @@ -8096,7 +7869,7 @@ 2005-07-19 Juanma Barranquero - * eval.c (Fprog2, Fcalled_interactively_p), + * eval.c (Fprog2, Fcalled_interactively_p) (syms_of_eval) : Doc fixes. (syms_of_eval) : (Finteractive_p): Fix typos in docstrings. @@ -8318,7 +8091,7 @@ * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM). -2005-07-11 Jan Dj,Ad(Brv +2005-07-11 Jan Djärv * xfaces.c (x_update_menu_appearance): Use fontSet resource for Lucid if X_I18N, font otherwise. @@ -8410,7 +8183,7 @@ * w32term.c (w32_initialize): Move check for screen reader here from syms_of_w32term. -2005-06-30 Jan Dj,Ad(Brv +2005-06-30 Jan Djärv * xterm.c (handle_one_xevent): bzero compose_status when nbytes is not zero. @@ -8499,7 +8272,7 @@ * xdisp.c (syms_of_xdisp) : Doc fix. (syms_of_xdisp) : Doc fix. - * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows. + * fileio.c (Frename_file) [!DOS_NT]: Don't call chown on MSDOS/Windows. 2005-06-23 Richard M. Stallman @@ -8791,7 +8564,7 @@ * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available. -2005-06-06 Jan Dj,Ad(Brv +2005-06-06 Jan Djärv * macmenu.c (menu_quit_handler, install_menu_quit_handler): New functions for popping down menus on C-g. @@ -8827,11 +8600,11 @@ * xdisp.c (Qno_break_space): New variable. (syms_of_xdisp): Initialize it. - (get_next_display_element): Add no-break space and soft hypen + (get_next_display_element): Add no-break space and soft hyphen codes for iso8859-2 and iso8859-5. Don't add `\' for them. Use `no-break-space' face for no-break spaces. -2005-06-06 Jan Dj,Ad(Brv +2005-06-06 Jan Djärv * window.c (delete_window): Handle the case where a h/vchild has a h/vchild. @@ -8857,7 +8630,7 @@ * xmenu.c (popup_get_selection): Click not in menu deactivates menu. -2005-06-04 Jan Dj,Ad(Brv +2005-06-04 Jan Djärv * macmenu.c (cleanup_popup_menu): New function. (Fx_popup_menu): Unwind protect cleanup_popup_menu in case @@ -8950,7 +8723,7 @@ 2005-05-28 Masatake YAMATO * xdisp.c (note_mode_line_or_margin_highlight): Change the - pointer to a hand cursor when hoovering over a mouse-face. + pointer to a hand cursor when hovering over a mouse-face. 2005-05-27 Kenichi Handa @@ -9236,7 +9009,7 @@ (syms_of_buffer): Add default-cursor-in-non-selected-windows. Fix type of cursor-in-non-selected-windows. -2005-05-03 Jan Dj,Ad(Brv +2005-05-03 Jan Djärv * mac.c: #undef init_process so not to conflict with system headers. @@ -9538,7 +9311,7 @@ routines also on Mac OS Classic. (init_font_name_table) [!TARGET_API_MAC_CARBON]: Use add_font_name_table_entry. - (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as + (mac_do_list_fonts): Regard 0 in XLFD scalable fields as specified. Derive unspecified scalable fields from specified one. (x_list_fonts): Consider Valternate_fontname_alist. (kDefaultFontSize): Change value from 9 to 12. @@ -9775,7 +9548,7 @@ * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry. Call it again after autoload. -2005-04-02 Jan Dj,Ad(Brv +2005-04-02 Jan Djärv * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling mallopt. @@ -9798,7 +9571,7 @@ (fast_string_match_ignore_case): Likewise. (search_buffer): Fix checking of boyer-moore usability. (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. - No need of tranlating characters in PAT. Fix calculation of + No need of translating characters in PAT. Fix calculation of simple_translate. 2005-03-31 Stefan Monnier @@ -9868,7 +9641,7 @@ * callproc.c (Vdoc_file_name, Vfile_name_coding_system) (Vdefault_file_name_coding_system): Remove unused declarations. -2005-03-24 Jan Dj,Ad(Brv +2005-03-24 Jan Djärv * xmenu.c (create_and_show_popup_menu): Just remove menu and return if it failed to pop up (Gnome "show pointer on ctrl" option makes @@ -9891,7 +9664,7 @@ * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face): Derive face from fringe face. -2005-03-22 Jan Dj,Ad(Brv +2005-03-22 Jan Djärv * xrdb.c (x_load_resources): Undo previous change (2005-03-18). @@ -9922,7 +9695,7 @@ * unexec.c (write_segment, unexec): Move these functions to avoid forward references (which cause errors with "gcc -gcoff"). -2005-03-18 Jan Dj,Ad(Brv +2005-03-18 Jan Djärv * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so that it doesn't become "tooltip". The specbind is enough. @@ -10125,7 +9898,7 @@ before calling setup_coding_system so that autoloading of a coding system work. -2005-03-10 Jan Dj,Ad(Brv +2005-03-10 Jan Djärv * xfns.c (hourglass_started): New function. @@ -10290,7 +10063,7 @@ * xdisp.c (fast_find_position): Rename END to BEG. (syms_of_xdisp) : Doc fix. -2005-02-27 Jan Dj,Ad(Brv +2005-02-27 Jan Djärv * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to gtk_window_resize and x_wm_set_size_hint. @@ -10502,7 +10275,7 @@ * undo.c (Fprimitive_undo): Check that undo function does not switch buffer. -2005-02-08 Jan Dj,Ad(Brv +2005-02-08 Jan Djärv * xselect.c (selection_data_to_lisp_data): For the special case type == XA_ATOM, data contains array of int, not array of Atom. @@ -10513,7 +10286,7 @@ * undo.c (Fprimitive_undo): Check veracity of delta,start,end. -2005-02-07 Jan Dj,Ad(Brv +2005-02-07 Jan Djärv * xfns.c (Fx_change_window_property): Use long array when format is 32. (Fx_window_property): If format is 32 and long is bigger than 32 bits, @@ -10522,7 +10295,7 @@ zero before clearing area. * xselect.c (x_reply_selection_request): Pass long array to - XChangeProperty so that 64 bit longs are handeled correctly. + XChangeProperty so that 64 bit longs are handled correctly. (x_get_window_property): If format is 32 and long is bigger than 32 bits convert data from XGetWindowProperty from long array to int array. (lisp_data_to_selection_data): When the input is a vector and the @@ -10540,7 +10313,7 @@ 2005-02-07 Kim F. Storm - * undo.c (Fprimitive_undo): Record max one dummmy apply element. + * undo.c (Fprimitive_undo): Record max one dummy apply element. 2005-02-06 Richard M. Stallman @@ -10552,7 +10325,7 @@ * sysdep.c (sys_subshell): Properly terminate execlp argument list. -2005-02-05 Jan Dj,Ad(Brv +2005-02-05 Jan Djärv * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle the longs in a XClientMessageEvent correctly when long is 64 bits. @@ -10562,7 +10335,7 @@ * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM instead of HAVE_X_WINDOWS, for non-X windowed sessions. -2005-02-03 Jan Dj,Ad(Brv +2005-02-03 Jan Djärv * xmenu.c (menubar_selection_callback): Force out GTK buffered events so the menu event comes after them. This is to prevent sit-for @@ -10648,7 +10421,7 @@ * undo.c (syms_of_undo) : Doc update. Increase value to 3 Meg. -2005-01-29 Jan Dj,Ad(Brv +2005-01-29 Jan Djärv * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK, button events are not received otherwise. @@ -10766,7 +10539,7 @@ * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args to return number of partially invisible pixels at top and bottom - of the dislay row at POS. + of the display row at POS. * lisp.h (pos_visible_p): Fix prototype. @@ -10774,7 +10547,7 @@ * fileio.c (Fcopy_file): Doc fix. -2005-01-21 Jan Dj,Ad(Brv +2005-01-21 Jan Djärv * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw. (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to @@ -10857,7 +10630,7 @@ * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1. -2005-01-16 Jan Dj,Ad(Brv +2005-01-16 Jan Djärv * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *. @@ -10971,7 +10744,7 @@ (next_element_from_display_vector): If it->dpvec_face_id is set, use that instead of lface_id from glyph itself. -2005-01-08 Jan Dj,Ad(Brv +2005-01-08 Jan Djärv * xterm.h (struct x_output): New member, toolbar_detached. @@ -10983,7 +10756,7 @@ (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if toolbar_detached is zero. -2005-01-07 Jan Dj,Ad(Brv +2005-01-07 Jan Djärv * xmenu.c (create_and_show_popup_menu): Pass zero as button to gtk_menu_popup if not for_click, so callbacks for the menu are called. @@ -11096,7 +10869,7 @@ * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers. -2004-12-31 Jan Dj,Ad(Brv +2004-12-31 Jan Djärv * xterm.c (handle_one_xevent): Clear area in expose event for GTK. @@ -11204,7 +10977,7 @@ (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol) (decode_coding): Constify arguments and local vars. -2004-12-27 Jan Dj,Ad(Brv +2004-12-27 Jan Djärv * xmenu.c (popup_get_selection): Only pop down dialogs on C-g and Escape. @@ -11372,7 +11145,7 @@ * lread.c (syms_of_lread) : Doc fix. -2004-12-27 Jan Dj,Ad(Brv +2004-12-27 Jan Djärv * xmenu.c (popup_get_selection): Pop down on C-g. (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that @@ -11391,7 +11164,7 @@ * coding.c (code_convert_region): Fix calculation of `ratio'. -2004-12-25 Jan Dj,Ad(Brv +2004-12-25 Jan Djärv * gtkutil.c (update_frame_tool_bar): Make the value of tool-bar-button-margin control margins of images in tool bar. @@ -11403,7 +11176,7 @@ (overrun_check_free): Only check for overhead if check_depth is 1. Increase/decrease check_depth in entry/exit. -2004-12-23 Jan Dj,Ad(Brv +2004-12-23 Jan Djärv * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK before touching input_available_clear_time, to avoid accessing it @@ -11411,7 +11184,7 @@ 2004-12-23 Jason Rumney - * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour + * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behavior of JPEG library. 2004-12-22 Richard M. Stallman @@ -11477,11 +11250,11 @@ 2004-12-18 YAMAMOTO Mitsuharu * macterm.c (endif, x_font_name_to_mac_font_name): - Use maccentraleurroman instead of maccentraleuropean + Use maccentraleurroman instead of maccentraleuropean. (mac_c_string_match, mac_do_list_fonts): Speed up font search by quickly finding a specific font without needing regexps. -2004-12-15 Jan Dj,Ad(Brv +2004-12-15 Jan Djärv * syssignal.h: Declare main_thread. (SIGNAL_THREAD_CHECK): New macro. @@ -11558,7 +11331,7 @@ * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT. -2004-12-11 Jan Dj,Ad(Brv +2004-12-11 Jan Djärv * w32term.c (x_calc_absolute_position): Remove calculation of difference between inner and outer window. Don't subtract difference @@ -11584,7 +11357,7 @@ * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE) (init_image): Use 1 rather than TRUE. TRUE's not always defined. -2004-12-07 Jan Dj,Ad(Brv +2004-12-07 Jan Djärv * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around reset_malloc_hooks. @@ -11600,7 +11373,7 @@ * config.in: Regenerate. -2004-12-07 Jan Dj,Ad(Brv +2004-12-07 Jan Djärv * xmenu.c (Fx_popup_menu): Correct documentation about position. (xmenu_show): Do not call XTranslateCoordinates. Adjust position @@ -11843,7 +11616,7 @@ * xdisp.c (move_it_in_display_line_to, display_line): Restore saved_face_id also when truncate-lines or hscrolled. -2004-11-23 Jan Dj,Ad(Brv +2004-11-23 Jan Djärv * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog. @@ -11994,7 +11767,7 @@ * xdisp.c (erase_phys_cursor): Adjust cursor row visible height. -2004-11-16 Jan Dj,Ad(Brv +2004-11-16 Jan Djärv * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW. @@ -12062,7 +11835,7 @@ * xdisp.c (get_next_display_element): Fix previous change. -2004-11-14 Jan Dj,Ad(Brv +2004-11-14 Jan Djärv * window.c (shrink_windows): Handle special case of one window left when trying to shrink the final reminder. Grow windows if @@ -12083,7 +11856,7 @@ * minibuf.c (syms_of_minibuf) : Doc fix. -2004-11-14 Jan Dj,Ad(Brv +2004-11-14 Jan Djärv * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT. @@ -12095,7 +11868,7 @@ * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions. -2004-11-13 Jan Dj,Ad(Brv +2004-11-13 Jan Djärv * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel) (xg_file_sel_destroy): Remove. @@ -12152,7 +11925,7 @@ of the window by redisplay. * xdisp.c (init_iterator): Clear it.max_extra_line_spacing. - (move_it_vertically_backward): Don't recure to move further back. + (move_it_vertically_backward): Don't recurse to move further back. (move_it_vertically): Remove superfluous condition. (move_it_by_lines): Clear last_height when moved 0 lines. (resize_mini_window): Use it.max_extra_line_spacing. @@ -12165,7 +11938,7 @@ * xmenu.c (pop_down_menu): Return nil. -2004-11-12 Jan Dj,Ad(Brv +2004-11-12 Jan Djärv * xmenu.c (x_menu_wait_for_event): New function. (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event @@ -12223,7 +11996,7 @@ * callint.c (Fcall_interactively): Remove unused variable 'funcar'. -2004-11-09 Jan Dj,Ad(Brv +2004-11-09 Jan Djärv * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies to ${OLDXMENU}. @@ -12234,7 +12007,7 @@ connects on BSD. If connect is interrupted, just close socket and start over rather than sleeping and retry with same socket. -2004-11-09 Jan Dj,Ad(Brv +2004-11-09 Jan Djärv * .cvsignore: Add buildobj.lst. @@ -12276,9 +12049,9 @@ (fontset_pattern_regexp): Change the meaning of the second arg. (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset. (check_fontset_name): Try NAME as literal at first, and if it - failes, try NAME as pattern. + fails, try NAME as pattern. -2004-11-07 Jan Dj,Ad(Brv +2004-11-07 Jan Djärv * emacs.c (Fdump_emacs): Only output warning on GNU/Linux. @@ -12288,7 +12061,7 @@ * dired.c (Fmsdos_downcase_filename): Don't declare here. * fileio.c: Likewise. -2004-11-07 Jan Dj,Ad(Brv +2004-11-07 Jan Djärv * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in comparisons with integers instead of Lisp_Object address. @@ -12328,7 +12101,7 @@ * frame.c (syms_of_frame): Fix the example in the doc string. -2004-11-06 Jan Dj,Ad(Brv +2004-11-06 Jan Djärv * eval.c (Feval): Remove check for INPUT_BLOCKED_P. @@ -12390,7 +12163,7 @@ and use x_handle_selection_event. (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT. -2004-11-05 Jan Dj,Ad(Brv +2004-11-05 Jan Djärv * xselect.c (TRACE3): New debug macro. (x_reply_selection_request): Use it. @@ -12401,7 +12174,7 @@ * fontset.c (fontset_pattern_regexp): Use unsigned char. -2004-11-04 Jan Dj,Ad(Brv +2004-11-04 Jan Djärv * fileio.c (Fnext_read_file_uses_dialog_p): New function. @@ -12423,7 +12196,7 @@ * .gdbinit (ppt): New function. -2004-11-02 Jan Dj,Ad(Brv +2004-11-02 Jan Djärv * xterm.c (x_window_to_scroll_bar): Only call xg_get_scroll_id_for_window if toolkit scroll bars are used. @@ -12476,7 +12249,7 @@ * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for comparing font names. -2004-11-02 Jan Dj,Ad(Brv +2004-11-02 Jan Djärv * fileio.c (Fread_file_name): Pass Qt as fifth parameter to Fx_file_dialog if only directories should be read. @@ -12523,7 +12296,7 @@ * w32term.c (x_scroll_run): Delete region objects after use. -2004-10-31 Jan Dj,Ad(Brv +2004-10-31 Jan Djärv * xmenu.c: Add prototypes for forward function declarations. (popup_get_selection): Remove parameter do_timers, remove call to @@ -12543,7 +12316,7 @@ * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor. -2004-10-28 Will +2004-10-28 Will Glozer * macterm.c: Allow user to assign key modifiers to the Mac Option key via a 'mac-option-modifier' variable. @@ -12587,7 +12360,7 @@ Remove size arg. All users changed. (SAFE_FREE_LISP): Remove. All users changed to use SAFE_FREE. -2004-10-26 Jan Dj,Ad(Brv +2004-10-26 Jan Djärv * gtkutil.c: Put empty line between comment and function body. (xg_destroy_widgets): Rename from remove_from_container. @@ -12609,7 +12382,7 @@ * buffer.c (syms_of_buffer): Fix a few typos. -2004-10-26 Jan Dj,Ad(Brv +2004-10-26 Jan Djärv * xsmfns.c: Put empty line between comment and function body. Use two spaces before comment end. @@ -12631,11 +12404,11 @@ * editfns.c (Ftranslate_region_internal): New function. (syms_of_editfns): Defsubr it. -2004-10-22 Jan Dj,Ad(Brv +2004-10-22 Jan Djärv * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. -2004-10-21 K,Aa(Broly L$,1 q(Brentey +2004-10-21 Károly Lőrentey * xterm.h (x_output): New member `xic_base_fontname'. (FRAME_XIC_BASE_FONTNAME): New macro. @@ -12653,7 +12426,7 @@ * w32term.c (x_draw_glyph_string): Use overline_color for overlines. -2004-10-20 Jan Dj,Ad(Brv +2004-10-20 Jan Djärv * xterm.h (XSync): If USE_GTK, define XSync as process_all and then XSync. @@ -12686,7 +12459,7 @@ * editfns.c (Fdelete_and_extract_region): If region is empty, return null string. -2004-10-19 Jan Dj,Ad(Brv +2004-10-19 Jan Djärv * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left and canon_width. @@ -12704,7 +12477,7 @@ * gtkutil.h (xg_frame_cleared): Remove. - * xterm.c (x_clear_frame): Remove call to xg_frame_cleared + * xterm.c (x_clear_frame): Remove call to xg_frame_cleared. (x_scroll_bar_create, XTset_vertical_scroll_bar): Remove arguments left and width to xg_update_scrollbar_pos. (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. @@ -12713,7 +12486,7 @@ * xdisp.c (display_mode_element): Fix display of wide chars. -2004-10-18 Jan Dj,Ad(Brv +2004-10-18 Jan Djärv * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to gdk_window_clear and move gdk_window_process_all_updates after @@ -12800,7 +12573,7 @@ * doc.c (Fsubstitute_command_keys): Ignore remappings unless there are no ordinary bindings. -2004-10-11 Jan Dj,Ad(Brv +2004-10-11 Jan Djärv * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also. @@ -12834,7 +12607,7 @@ * macterm.c (mac_check_for_quit_char): Remove warning for using NULL where 0 should be used. * unexmacosx.c: Use malloc/malloc.h on Tiger instead of - objc/malloc.h + objc/malloc.h. * mac.c: Include time.h for Tiger compatibility. 2004-10-07 Kim F. Storm @@ -12866,7 +12639,7 @@ (mac_get_window_bounds): New function. (x_calc_absolute_position): Use the difference of width and height between the inner and outer window. - (x_set_offset): Specify window position by the coordinae of the + (x_set_offset): Specify window position by the coordinate of the outer window. Adjust the position if the title bar is completely outside the screen. (app_is_suspended, app_sleep_time): Remove unused variables. @@ -12880,14 +12653,14 @@ precedence. (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area. -2004-10-05 Jan Dj,Ad(Brv +2004-10-05 Jan Djärv * config.in: Regenerate. * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD. -2004-10-05 Jan Dj,Ad(Brv +2004-10-05 Jan Djärv * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for a row if Alt or Meta has been found for that row. Also stop scanning @@ -12909,7 +12682,7 @@ (x_draw_vertical_border): Do not draw line if frame has scroll bars. * window.c (coordinates_in_window): Relax check for cursor - on vertial border between mode lines. + on vertical border between mode lines. (Fset_window_fringes): Do not allow negative widths. (Fset_window_scroll_bars): Likewise. @@ -13004,11 +12777,11 @@ allow a simple cons. (Ffringe_bitmaps_at_pos): Use nil value for no bitmap. -2004-09-25 Jan Dj,Ad(Brv +2004-09-25 Jan Djärv * config.in: Rebuild. -2004-09-24 Jan Dj,Ad(Brv +2004-09-24 Jan Djärv * config.in: Rebuild. @@ -13056,7 +12829,7 @@ properties. Reverse text property list from the format string, so the positions are in increasing order. -2004-09-10 Jan Dj,Ad(Brv +2004-09-10 Jan Djärv * xselect.c (x_reply_selection_request): XSync and UNBLOCK before x_uncatch_errors so that possible protocol errors are delivered. @@ -13066,7 +12839,7 @@ * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and blockinput.h. (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, - charset.h, and coding.h + charset.h, and coding.h. (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h. (term.o): Depend on window.h and keymap.h. (abbrev.o): Depend on syntax.h. @@ -13184,8 +12957,8 @@ Use SetWindowTitleWithCFString. (Fx_server_version): Get correct OS version. - * macmenu.c (add_menu_item): Remove unused variable `i'. - Don't let separator items destroy refence constants of other menu items. + * macmenu.c (add_menu_item): Remove unused variable `i'. Don't let + separator items destroy reference constants of other menu items. * macterm.c (x_update_end): Move SetPortWindowPort to inside BLOCK_INPUT. @@ -13199,7 +12972,7 @@ (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. Use LIBS_CARBON. -2004-09-02 Jan Dj,Ad(Brv +2004-09-02 Jan Djärv * xfns.c (x_set_name_internal): New function. Check if we shall call xfree before ENCODE_UTF_8. @@ -13210,7 +12983,7 @@ * w32fns.c (w32_load_font): If a BDF font is already loaded, do not reload it. -2004-08-30 Jan Dj,Ad(Brv +2004-08-30 Jan Djärv * macmenu.c (_widget_value): Add lname and lkey. (single_submenu): Set lname and lkey in widget_value @@ -13232,7 +13005,7 @@ * macmenu.c (mac_menu_show): Remove shadowing of menu variable by using different names for inner loop variables. -2004-08-27 Jan Dj,Ad(Brv +2004-08-27 Jan Djärv * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used. @@ -13244,9 +13017,9 @@ * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte strings in menu items. - (single_submenu): Use ENCODE_MENU_STRING + (single_submenu): Use ENCODE_MENU_STRING. (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because - button release isn't passed to event loop + button release isn't passed to event loop. (add_menu_item): Use SetMenuItemWithCFString. 2004-08-26 Steven Tamm @@ -13255,7 +13028,7 @@ tool-bar/menu click. * macfns.c (Fx_file_dialog): Implement using NavServices. -2004-08-24 Jan Dj,Ad(Brv +2004-08-24 Jan Djärv * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed. @@ -13289,7 +13062,7 @@ * syntax.c (char_quoted): Mixup byte/char pos. (back_comment): Fixup globals in all cases. -2004-08-19 Jan Dj,Ad(Brv +2004-08-19 Jan Djärv * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before passing it to gtk_window_set_title. @@ -13491,7 +13264,7 @@ (append_stretch_glyph): Increment ncols_scale_factor and set fonts_changed_p if current area is full. -2004-07-21 Jan Dj,Ad(Brv +2004-07-21 Jan Djärv * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. @@ -13578,7 +13351,7 @@ * fileio.c (Fvisited_file_modtime): Return a list of two integers, instead of a cons. -2004-07-14 K,Aa(Broly L$,1 q(Brentey +2004-07-14 Károly Lőrentey * keyboard.c (echo_dash): Do nothing if there already is a dash at the end of the echo string. @@ -13617,7 +13390,7 @@ * fns.c (Fclear_string): Signal an error if STRING is not a string. -2004-07-05 Jan Dj,Ad(Brv +2004-07-05 Jan Djärv * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList instead of CGMainDisplayID (only in OSX 10.2 and later). @@ -13692,7 +13465,7 @@ * macterm.c (XTread_socket): Correctly set the frame position after the window is moved. -2004-06-28 Jan Dj,Ad(Brv +2004-06-28 Jan Djärv * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on gpix and gmask just before return to avoid memory leak. @@ -13815,7 +13588,7 @@ predicates, respectively. Should give satisfactory performance in all relevant cases. -2004-06-17 Jan Dj,Ad(Brv +2004-06-17 Jan Djärv * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from clip_x/y_origin. @@ -13852,7 +13625,7 @@ * syntax.c (skip_chars): Only recognize [:class:] when it has the proper format and class is a lower-case word. -2004-06-14 Jan Dj,Ad(Brv +2004-06-14 Jan Djärv * gtkutil.c (xg_get_image_for_pixmap): New function. (xg_get_gdk_pixmap_and_mask): Remove. @@ -13916,7 +13689,7 @@ * keyboard.c (cmd_error): Don't call any_kboard_state if inside a recursive edit level. -2004-06-13 K,Aa(Broly L$,1 q(Brentey +2004-06-13 Károly Lőrentey * keyboard.c (command_loop): Call any_kboard_state before command_loop_2 when at top level. @@ -13962,7 +13735,7 @@ ccl->eof_ic on EOF. (ccl_debug_hook): New function. (struct ccl_prog_stack): New member eof_ic. - (ccl_driver): Handle EOF in subrountine call correctly. + (ccl_driver): Handle EOF in subroutine call correctly. 2004-06-11 Kenichi Handa @@ -14187,7 +13960,7 @@ * alloc.c: Undo Kim's recent changes and fix the same bug differently. (marker_blocks_pending_free): Remove. (Fgarbage_collect): Sweep after cleaning up undo-lists. - Mark the undo lists after claning them up. + Mark the undo lists after cleaning them up. Don't free block in marker_blocks_pending_free. (mark_buffer): Don't mark undo_list. (gc_sweep): Sweep hash-tables and strings first. @@ -14229,7 +14002,7 @@ before actually accepting connection in case it has already been accepted due to recursion. -2004-05-23 K,Aa(Broly L$,1 q(Brentey +2004-05-23 Károly Lőrentey * coding.c (Fset_safe_terminal_coding_system_internal): Set suppress_error in safe_terminal_coding, not terminal_coding. @@ -14266,7 +14039,7 @@ the removed cons cells. (mark_object): Undo previous change - disallow Lisp_Misc_Free objects. (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have - any cons cells pointing to unallocated stings. + any cons cells pointing to unallocated strings. Do not lisp_free any marker blocks, as there may still be pointers to them from buffer undo lists at this stage of GC. @@ -14462,7 +14235,7 @@ (Finternal_copy_lisp_face): Fix typo in docstring. (Finternal_get_lisp_face_attribute): Fix docstring. -2004-05-12 Jan Dj,Ad(Brv +2004-05-12 Jan Djärv * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK. @@ -14601,7 +14374,7 @@ * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash. -2004-05-04 Jan Dj,Ad(Brv +2004-05-04 Jan Djärv * fileio.c (barf_or_query_if_file_exists): Use lstat. (Frename_file): Handle renaming of symlinks across file systems. @@ -14616,7 +14389,7 @@ (x_produce_glyphs): Ignore line-spacing if line-height is 0. Handle total line-spacing property. -2004-05-03 Jan Dj,Ad(Brv +2004-05-03 Jan Djärv * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear "under" scroll bar when size/position changes. @@ -15035,7 +14808,7 @@ * emacs.c (gdb_use_union, gdb_use_lsb): New vars. (gdb_emacs_intbits): Remove. -2004-03-31 Jan Dj,Ad(Brv +2004-03-31 Jan Djärv * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes. @@ -15081,7 +14854,7 @@ * editfns.c (Ftranspose_regions): Likewise. -2004-03-20 Jan Dj,Ad(Brv +2004-03-20 Jan Djärv * xterm.c (handle_one_xevent): Do not pass key press events to GTK. @@ -15095,7 +14868,7 @@ to_charpos corresponds to newline in right fringe. Use local BUFFER_POS_REACHED_P macro. -2004-03-19 Jan Dj,Ad(Brv +2004-03-19 Jan Djärv * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM to compile on non-window system. @@ -15362,7 +15135,7 @@ (syms_of_xfns): Move image related symbols to image.c. (init_xfns): Remove; initialization moved to init_image in image.c. - * lisp.h (syms_of_image, init_image): Add protoypes. + * lisp.h (syms_of_image, init_image): Add prototypes. (init_xfns): Remove prototype. * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap) @@ -15378,7 +15151,7 @@ 2004-03-09 Kenichi Handa - * coding.c (decode_coding_emacs_mule): Handle insufficent source + * coding.c (decode_coding_emacs_mule): Handle insufficient source correctly. 2004-03-04 Richard M. Stallman @@ -15403,7 +15176,7 @@ 2004-03-02 Kenichi Handa - * doc.c (Fsubstitute_command_keys): Fix counding bytes. + * doc.c (Fsubstitute_command_keys): Fix counting bytes. 2004-03-02 Kim F. Storm @@ -15446,7 +15219,7 @@ * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies. -2004-03-01 Jan Dj,Ad(Brv +2004-03-01 Jan Djärv * xfns.c (Fx_display_color_cells): Use number of planes to calculate how many colors can be displayed. @@ -15467,7 +15240,7 @@ updates by setting prevent_redisplay_optimizations_p and update_mode_lines. -2004-02-28 Jan Dj,Ad(Brv +2004-02-28 Jan Djärv * xfns.c (x_window): Fix indentation. @@ -15634,7 +15407,7 @@ (Fxw_display_color_p): Use dpyinfo->color_p. (Fx_display_grayscale_p, Fx_display_planes): Don't use dpyinfo->n_cbits. - (Fx_display_color_cells): Use dpyinfo->n_planes; + (Fx_display_color_cells): Use dpyinfo->n_planes. (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection) (Qheuristic, cross_disabled_images, emboss_matrix) (laplace_matrix): New variables (from xfns.c). @@ -15740,7 +15513,7 @@ line is drawn. (XTset_terminal_window): Add static. (x_make_frame_visible): Add UNBLOCK_INPUT. - (x_free_frame_resources): New funcion (from xterm.c). + (x_free_frame_resources): New function (from xterm.c). (XTread_socket): Call handle_tool_bar_click if mouse up/down event occurs in tool bar area. (mac_initialize_display_info): Remove dpyinfo->n_cbits. @@ -15867,7 +15640,7 @@ (prev_read): Remove variable. (read_avail_input_buf): New static event buffer array. (in_read_avail_input): New static variable to handle re-entrancy. - (read_avail_input): Change buf to pinter to read_avail_input_buf. + (read_avail_input): Change buf to pointer to read_avail_input_buf. Use in_read_avail_input to handle re-entrance; when re-entered, fully initialize and use tmp_buf array instead of read_avail_input_buf. Do not initialize read_avail_input_buf in full here; instead assume it @@ -15952,7 +15725,7 @@ * window.c (Fwindow_fringes): Doc fix. -2004-02-10 Jan Dj,Ad(Brv +2004-02-10 Jan Djärv * xselect.c (x_get_foreign_selection): Add new optional parameter time_stamp. @@ -15961,7 +15734,7 @@ * data.c (Fbyteorder): New function. -2004-02-09 Jan Dj,Ad(Brv +2004-02-09 Jan Djärv * atimer.c: Move include stdio.h to same place as in other files. @@ -16081,7 +15854,7 @@ (x_redisplay_interface): Add null handlers for define_fringe_bitmap and destroy_fringe_bitmap functions. -2004-02-07 Jan Dj,Ad(Brv +2004-02-07 Jan Djärv * macfns.c (Fx_change_window_property): Make doc string and parameters same as for X version. @@ -16112,7 +15885,7 @@ (Fdisplay_completion_list): Make it handle arguments that are symbols. Doc fix. -2004-02-05 Jan Dj,Ad(Brv +2004-02-05 Jan Djärv * xterm.h: Add declaration of free_frame_menubar. @@ -16149,7 +15922,7 @@ * w32fns.c (x_to_w32_font): Likewise. -2004-02-03 Jan Dj,Ad(Brv +2004-02-03 Jan Djärv * xterm.h: Add x_handle_dnd_message, x_check_property_data, x_fill_property_data, x_property_data_to_lisp and check_x_display_info. @@ -16209,7 +15982,7 @@ * unexmacosx.c (unexec_copy): Do not copy more than was requested to prevent overwriting during unexec. -2004-01-27 Jan Dj,Ad(Brv +2004-01-27 Jan Djärv * process.c (sigchld_handler): Add comment about not calling malloc. @@ -16233,7 +16006,7 @@ (Fwindow_pixel_edges, Fwindow_inside_edges) (Fwindow_inside_pixel_edges): Use decode_any_window. -2004-01-27 Jan Dj,Ad(Brv +2004-01-27 Jan Djärv * process.h: synch_process_termsig new variable. @@ -16276,7 +16049,7 @@ * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. -2004-01-21 Jan Dj,Ad(Brv +2004-01-21 Jan Djärv * lisp.h: Add undef DECL_ALIGN. @@ -16354,7 +16127,7 @@ instead of related indicator fields. Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators. (direct_output_for_insert): Handle exact width lines like - contined lines. Call update_window_fringes. + continued lines. Call update_window_fringes. (update_window): Call update_window_fringes. (scrolling_window): Don't skip desired rows with changed bitmaps. Check if fringe bitmaps changes when assigning scrolled rows. @@ -16410,7 +16183,7 @@ (x_draw_fringe_bitmap): Handle bottom aligned bitmaps. (mac_draw_window_cursor): Draw cursor in fringe. -2004-01-16 Jan Dj,Ad(Brv +2004-01-16 Jan Djärv * xterm.c (handle_one_xevent): Don't handle characters that are part of an old style (XLookupString) compose sequence. @@ -16433,7 +16206,7 @@ * macterm.c (do_check_ram_size): Don't hardcode the lisp address space size. -2004-01-12 Jan Dj,Ad(Brv +2004-01-12 Jan Djärv * xmenu.c (popup_get_selection): Check new parameter down_on_keypress if a key press should pop down. Only pop down if a key is pressed @@ -16443,12 +16216,12 @@ (create_and_show_dialog): Pass 1 for down_on_keypress to popup_get_selection. -2004-01-11 Jan Dj,Ad(Brv +2004-01-11 Jan Djärv * alloc.c (allocate_vectorlike): Surround calls to mallopt with BLOCK/UNBLOCK_INPUT. -2004-01-08 Jan Dj,Ad(Brv +2004-01-08 Jan Djärv * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are specified. @@ -16641,7 +16414,7 @@ (append_glyph, append_composite_glyph, produce_image_glyph) (append_stretch_glyph): Set glyph's ascent and descent. (on_hot_spot_p): New function to check if position is inside an - rectangular, circular, or polygon-shaped image hot-spot, + rectangular, circular, or polygon-shaped image hot-spot. (find_hot_spot): New function to search for image hot-spot. (Flookup_image_map): New defun to search for image hot-spot. (define_frame_cursor1): New aux function to determine frame @@ -16681,7 +16454,7 @@ * termcap.c (tgetst1): Scan for "%pN"; if all N are continuous in [1,9], remove all "%pN". -2003-12-24 Jan Dj,Ad(Brv +2003-12-24 Jan Djärv * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint. @@ -16720,8 +16493,8 @@ 2003-12-01 Kenichi Handa - * composite.c (syms_of_composite): Don't make the compostion hash - table week. + * composite.c (syms_of_composite): Don't make the composition hash + table weak. 2003-11-30 Luc Teirlinck @@ -16729,7 +16502,7 @@ * textprop.c (Fget_char_property_and_overlay): New function. (syms_of_textprop): Defsubr it. -2003-11-29 Jan Dj,Ad(Brv +2003-11-29 Jan Djärv * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM to compile on terminal configuration. @@ -16775,7 +16548,7 @@ (append_stretch_glyph): Change ascent arg to be actual value in pixels rather than ratio to height. Callers changed. (calc_pixel_width_or_height): New aux function, implementing - pixel based artihmetic for glyph widths and heights. + pixel based arithmetic for glyph widths and heights. (produce_stretch_glyph): Use calc_pixel_width_or_height for :width, :height, :align-to, and :ascent, thus allowing these to be specified in pixels as well as multiples of characters. @@ -16793,7 +16566,7 @@ Use non-text cursor when mouse pointer is outside editable text, i.e. in the void after end-of-line or end-of-buffer; this was already done for W32, but is now standard for all systems -- - user can toggle show-text-cursor-in-void to get old behaviour. + user can toggle show-text-cursor-in-void to get old behavior. (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and Vdisplay_pixels_per_inch. @@ -16932,7 +16705,7 @@ * coding.c (coding_restore_composition): Lisp_Object/int mixup. -2003-11-17 Jan Dj,Ad(Brv +2003-11-17 Jan Djärv * xterm.c (x_window_to_scroll_bar): Move check of display to where window_id is compared. @@ -16945,7 +16718,7 @@ (try_window_id): Use first_vpos to start display in first _text_ line if no reusable lines at start of window with header line. -2003-11-16 Jan Dj,Ad(Brv +2003-11-16 Jan Djärv * w32fns.c (XPutPixel): * w32bdf.c (w32_init_bdf_font): @@ -17008,7 +16781,7 @@ Display* argument. (xg_display_open, xg_display_close, xg_create_default_cursor): Declare. -2003-11-14 Jan Dj,Ad(Brv +2003-11-14 Jan Djärv * xterm.c (x_detect_focus_change): Do not change focus frame for Enter/LeaveNotify if the current focus frame has explicit focus. @@ -17034,12 +16807,12 @@ * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts. -2003-11-09 Jan Dj,Ad(Brv +2003-11-09 Jan Djärv * xfns.c (x_window): Set XtNx and XtNy in shell widget for program specified positions. -2003-11-08 Jan Dj,Ad(Brv +2003-11-08 Jan Djärv * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E. @@ -17066,11 +16839,11 @@ (GCTYPEMASK, XSETTYPE): Remove. (XGCTYPE): Make it an alias of XTYPE. -2003-11-03 Jan Dj,Ad(Brv +2003-11-03 Jan Djärv * xterm.c (x_term_init): Fix formatting. -2003-11-02 Jan Dj,Ad(Brv +2003-11-02 Jan Djärv * gtkutil.h (xg_have_tear_offs): Declare. (xg_keep_popup, xg_did_tearoff): Remove. @@ -17102,7 +16875,7 @@ * macterm.c (XTread_socket): Handle menubar selection and grow window only for mouseDown events. -2003-10-31 Jan Dj,Ad(Brv +2003-10-31 Jan Djärv * xterm.c (x_term_init): For GTK part, increase x_initialized to check for more than one display. Use error instead of return 0. @@ -17150,7 +16923,7 @@ * s/darwin.h (GC_MARK_STACK): Define. -2003-10-12 Jan Dj,Ad(Brv +2003-10-12 Jan Djärv * window.c (shrink_windows): New function. (size_window): Call shrink_windows to calculate window sizes when @@ -17175,7 +16948,7 @@ * fns.c (Frequire): Doc fix. -2003-10-05 Jan Dj,Ad(Brv +2003-10-05 Jan Djärv * xfns.c (Fx_send_client_event): New function as a base for manipulating extended window manager hints. @@ -17324,7 +17097,7 @@ * window.c (Fwindow_scroll_bars): Doc fix. -2003-09-19 Jan Dj,Ad(Brv +2003-09-19 Jan Djärv * xterm.c (x_set_offset): Take window manager decorations into account. @@ -17445,7 +17218,7 @@ 2003-09-01 Jason Rumney * makefile.w32-in (alloca.o): Remove. - (coding.o): Depend on intervals.h + (coding.o): Depend on intervals.h. (emacs.o, bytecode.o): Depend on window.h. 2003-09-01 Dave Love @@ -17463,7 +17236,7 @@ * xdisp.c (init_iterator): Remove old WINDOWSNT conditional. -2003-08-30 Jan Dj,Ad(Brv +2003-08-30 Jan Djärv * xterm.c (x_term_init): Initialize new fields in x_display_info. @@ -17527,7 +17300,7 @@ * msdos.c: Include intervals.h, since STRING_INTERVALS requires that. -2003-08-21 Jan Dj,Ad(Brv +2003-08-21 Jan Djärv * xterm.h (struct x_display_info): New fields: client_leader_window and Xatom_wm_client_leader. @@ -17541,7 +17314,7 @@ * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER. - * Makefile.in (xsmfns.o): Add more depenedencies. + * Makefile.in (xsmfns.o): Add more dependencies. 2003-08-21 Dave Love @@ -17626,7 +17399,7 @@ * print.c (print_string): Fix printing of multibyte string with nontrivial printcharfun. -2003-07-31 Jan Dj,Ad(Brv +2003-07-31 Jan Djärv * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2. @@ -17652,7 +17425,7 @@ * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change. -2003-07-29 Jan Dj,Ad(Brv +2003-07-29 Jan Djärv * gtkutil.c (xg_mark_data): Update calls to mark_object. @@ -18013,7 +17786,7 @@ * window.c (delete_window): * xdisp.c (message_dolog): Update for new types. -2003-06-26 Jan Dj,Ad(Brv +2003-06-26 Jan Djärv * xfaces.c (set_font_frame_param): Set default_face_done_p to zero. (realize_default_face): Use default_face_done_p for the force_p @@ -18096,9 +17869,9 @@ 2003-06-15 Kim F. Storm * xdisp.c (x_fix_overlapping_area): Always use area relative X - to fix redisplay problem with tall characters (such as ,AC(B). + to fix redisplay problem with tall characters (such as Ã). -2003-06-13 Kai Gro,A_(Bjohann +2003-06-13 Kai Großjohann * fileio.c (Fcopy_file): Doc fix: copies file modes, too. @@ -18190,7 +17963,7 @@ * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local. -2003-06-03 Jan Dj,Ad(Brv +2003-06-03 Jan Djärv * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL menu item label. @@ -18407,7 +18180,7 @@ * alloc.c (Fgarbage_collect): Remove `unused var tail' warning. -2003-05-25 Jan Dj,Ad(Brv +2003-05-25 Jan Djärv * frame.c (make_frame): Condition want_fullscreen with HAVE_WINDOW_SYSTEM. @@ -18462,7 +18235,7 @@ win_gravity, size_hint_flags, border_width, internal_border_width, line_height, fringe_cols, left_fringe_width, right_fringe_width, want_fullscreen. All uses changed. - (struct frame): New member column_width contaning the canonical + (struct frame): New member column_width containing the canonical column width, analogue to line_height. All uses changed. (struct frame): Rename members scroll_bar_pixel_width to config_scroll_bar_width, and scroll_bar_cols to @@ -18706,8 +18479,8 @@ and vertical_scroll_bar_type. (coordinates_in_window): Adapt to new fringe/margin positions and per-window fringes and scroll-bars. - Fix bug related to incorrectly adjusting coordinates by - frame's internal_border_width (the effect normally negible since + Fix bug related to incorrectly adjusting coordinates by frame's + internal_border_width (the effect normally negligible since the internal_border_width is typically 0 or 1 pixel, but very noticeable for an internal_border_width of e.g. 25 pixels). Upon successful return (other than ON_NOTHING), the coordinates @@ -18797,7 +18570,7 @@ change/simplify relevant callers. (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars, and new fringe vs. display margin position. - Use window_box_left_offset and window_box_right_offset + Use window_box_left_offset and window_box_right_offset. (get_glyph_string_clip_rect): Adapt to per-window fringes and scroll bars, and new fringe vs. display margin position. Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH. @@ -19205,7 +18978,7 @@ (map_keymap_call, Fmap_keymap): New functions. (syms_of_keymap): Defsubr map-keymap. -2003-05-02 Jan Dj,Ad(Brv +2003-05-02 Jan Djärv * gtkutil.c (create_dialog, make_widget_for_menu_item) (make_menu_item, create_menus, xg_update_menu_item): Don't call @@ -19216,7 +18989,7 @@ * coding.c (coding_system_accept_latin_extra_p): Delete this function. (find_safe_codings): Pay attention to - the property tranlsation-table-for-encode of each codings. + the property translation-table-for-encode of each codings. (syms_of_coding): Give Qtranslation_table the extra slot number 2. 2003-05-01 Stefan Monnier @@ -19270,7 +19043,7 @@ * syntax.c (skip_chars): Make the code faster by using the common technique of *p, *stop, and *endp. -2003-04-23 Jan Dj,Ad(Brv +2003-04-23 Jan Djärv * xdisp.c (update_tool_bar): BLOCK_INPUT before calling tool_bar_items so GTK tool bar expose callback does not access items @@ -19351,7 +19124,7 @@ Call Vafter_insert_file_adjust_coding_function before calling decode-format. -2003-04-09 Jan Dj,Ad(Brv +2003-04-09 Jan Djärv * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to get GtkAdjustment as widget now is a GtkRange. @@ -19625,15 +19398,15 @@ * macterm.c (x_redisplay_interface): Add missing entry for draw_vertical_window_border. -2003-03-29 Kai Gro,A_(Bjohann +2003-03-29 Kai Großjohann * fileio.c (Fexpand_file_name): In the no-handler case, after expanding, look again for a handler and invoke it. This is needed for filenames like "/foo/../user@host:/bar/../baz" -- the first expansion produces "/user@host:/bar/../baz" which needs to be - expanded again for the finame result "/user@host:/baz". + expanded again for the filename result "/user@host:/baz". -2003-03-28 Jan Dj,Ad(Brv +2003-03-28 Jan Djärv * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size of area to be redrawn for better performance. @@ -19659,7 +19432,7 @@ only if the tool bar contents actually change. (update_menu_bar): Undo previous change. -2003-03-26 Jan Dj,Ad(Brv +2003-03-26 Jan Djärv * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared. (xg_frame_set_char_size): Calculate scroll bar width before frame @@ -19723,7 +19496,7 @@ * lisp.h (make_string_from_bytes, make_specified_string): Prototypes adjusted. -2003-03-23 Jan Dj,Ad(Brv +2003-03-23 Jan Djärv * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif. @@ -19806,7 +19579,7 @@ (x_intersect_rectangles): New generic functions for use by xdisp.c and GUI front-ends. (syms_of_xdisp): Initialize and staticpro help_echo* variables. - Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here. + Defvar_bool "x-stretch-cursor" and "mouse-autoselect-window" here. * dispextern.h (Display_Info): Generic typedef for *_display_info. (NativeRectangle): Generic typedef for rectangle type. @@ -19927,7 +19700,7 @@ * alloc.c (make_specified_string): If NCHARS is negative, count the number of characters. -2003-03-18 Jan Dj,Ad(Brv +2003-03-18 Jan Djärv * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for all widgets. @@ -19948,7 +19721,7 @@ (syms_of_coding): Defsubr Sdefine_coding_system_internal. Initialize and staticpro Vcoding_system_safe_chars. -2003-03-18 Jan Dj,Ad(Brv +2003-03-18 Jan Djärv * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values equal old values before updating. @@ -19957,7 +19730,7 @@ * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb. -2003-03-17 Jan Dj,Ad(Brv +2003-03-17 Jan Djärv * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos. (xg_resize_widgets): Don't call foreach(handle_fixed_child). @@ -20091,7 +19864,7 @@ * lread.c (read1): After #!, exit loop on eof. -2003-03-14 Jan Dj,Ad(Brv +2003-03-14 Jan Djärv * gtkutil.h: Add declaration for xg_frame_cleared. @@ -20174,7 +19947,7 @@ * process.c (read_process_output): We have allocated enough space for readmax and carryover, so actually use the alloted space. -2003-03-09 Jan Dj,Ad(Brv +2003-03-09 Jan Djärv * keyboard.c (make_lispy_event): Extend mouse_syms if needed for toolkit scrollbar click. @@ -20196,7 +19969,7 @@ (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback to expose on the tool bar item widgets. -2003-03-08 Jan Dj,Ad(Brv +2003-03-08 Jan Djärv * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of struct image* when deciding to update (struct image* may have been @@ -20231,12 +20004,12 @@ (x_get_string_resource): Use it, so resources passed with -xrm supercede the ones in the registry. -2003-03-04 Jan Dj,Ad(Brv +2003-03-04 Jan Djärv * xterm.c (x_detect_focus_change): Call x_any_window_to_frame instead of x_top_window_to_frame. -2003-03-03 Jan Dj,Ad(Brv +2003-03-03 Jan Djärv * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options when restarting Emacs. @@ -20248,7 +20021,7 @@ (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it. -2003-03-02 Jan Dj,Ad(Brv +2003-03-02 Jan Djärv * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK. @@ -20260,7 +20033,7 @@ * lread.c (read1): Accept `single space' syntax like (? x). -2003-02-25 Jan Dj,Ad(Brv +2003-02-25 Jan Djärv * keyboard.c (cancel_hourglass_unwind): Surround with #ifdef HAVE_X_WINDOWS. @@ -20282,7 +20055,7 @@ * xdisp.c (Qwhen): Declare external; it's now defined in callint.c. (syms_of_xdisp): Don't initialize Qwhen. -2003-02-23 Jan Dj,Ad(Brv +2003-02-23 Jan Djärv * keyboard.c (cancel_hourglass_unwind): New function. (command_loop_1): Cancel hourglass with unwind-protect. @@ -20297,7 +20070,7 @@ * regex.c (print_partial_compiled_pattern): Output to stderr. -2003-02-23 Kai Gro,A_(Bjohann +2003-02-23 Kai Großjohann * dired.c (directory_files_internal): Don't expand directory. (Fdirectory_files, Fdirectory_files_and_attributes): Do it here @@ -20322,7 +20095,7 @@ * lread.c (Fload): Don't check STRING_MULTIBYTE. -2003-02-21 Jan Dj,Ad(Brv +2003-02-21 Jan Djärv * process.h: Removed subtty field from struct Lisp_Process. @@ -20332,7 +20105,7 @@ Call emacs_get_tty_pgrp instead of ioctl. (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails. -2003-02-21 Kai Gro,A_(Bjohann +2003-02-21 Kai Großjohann * keymap.c (Fdefine_key): Doc fix. @@ -20375,11 +20148,11 @@ * xfaces.c (try_alternative_families): Try all scalable fonts if Vscalable_fonts_allowed is not Qt. -2003-02-19 Jan Dj,Ad(Brv +2003-02-19 Jan Djärv * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found. -2003-02-18 Jan Dj,Ad(Brv +2003-02-18 Jan Djärv * xterm.c (x_list_fonts): If maxnames is less than 0, get all font names. @@ -20416,7 +20189,7 @@ Allow dotted-pair dot after a character constant. Allow "`" and "," (inside backquote) after a character constant. -2003-02-17 Jan Dj,Ad(Brv +2003-02-17 Jan Djärv * gtkutil.c (xg_tool_bar_expose_callback): New function. (xg_create_tool_bar): Force style of tool bar to be horizontal with @@ -20427,7 +20200,7 @@ 2003-02-17 Richard M. Stallman * keyboard.c (this_command_key_count_reset): New variable. - Initiatize to 0 where this_command_key_count is set. + Initialize to 0 where this_command_key_count is set. (read_char): Save and restore this_command_key_count_reset around input method code. (read_char): If this_command_key_count_reset, echo reread commands. @@ -20493,7 +20266,7 @@ (Fstart_process): Initialize the member `filter_multibyte' of struct Lisp_Process. (create_process): Call setup_process_coding_systems. - (Fmake_network_process): New keyward `:filter-multibyte'. + (Fmake_network_process): New keyword `:filter-multibyte'. Initialize the member `filter_multibyte' of struct Lisp_Process. Call setup_process_coding_systems. (server_accept_connection): Call setup_process_coding_systems. @@ -20528,14 +20301,14 @@ * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable instead of the substitution. -2003-02-08 Jan Dj,Ad(Brv +2003-02-08 Jan Djärv * xterm.c (x_make_frame_visible): Call gtk_window_deiconify. * xmenu.c (menu_position_func): Adjust menu popup position so that the menu is fully visible. -2003-02-07 Jan Dj,Ad(Brv +2003-02-07 Jan Djärv * xterm.c (x_text_icon, x_raise_frame, x_lower_frame) (x_make_frame_invisible, x_wm_set_icon_position): @@ -20562,7 +20335,7 @@ * keyboard.c (syms_of_keyboard) : Doc fix. -2003-02-02 Jan Dj,Ad(Brv +2003-02-02 Jan Djärv * gtkutil.c (remove_from_container): Copying list is not needed. (xg_update_menubar, xg_update_menu_item, xg_update_submenu) @@ -20616,7 +20389,7 @@ * xdisp.c (SKIP_GLYPHS): New macro. (set_cursor_from_row): Skip all glyphs that comes from overlay string. -2003-01-30 Jan Dj,Ad(Brv +2003-01-30 Jan Djärv * gtkutil.c (free_frame_tool_bar): Remove debug printf. @@ -20657,13 +20430,13 @@ * w32fns.c (init_external_image_libraries): Try alternate names for the jpeg dll. -2003-01-27 Jan Dj,Ad(Brv +2003-01-27 Jan Djärv * gtkutil.c (create_dialog, xg_separator_p) (xg_item_label_same_p, xg_update_menu_item): Check for NULL string before calling strcmp or strlen. -2003-01-26 Jan Dj,Ad(Brv +2003-01-26 Jan Djärv * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display and handle image load failure. @@ -20689,7 +20462,7 @@ * buffer.c (Fkill_buffer): Call format2 instead of format1. -2003-01-25 Jan Dj,Ad(Brv +2003-01-25 Jan Djärv * xterm.h: Change to return value of x_dispatch_event to int. @@ -20724,7 +20497,7 @@ * minibuf.c (Fminibuffer_message): Verify type of parameter. -2003-01-24 Jan Dj,Ad(Brv +2003-01-24 Jan Djärv * gtkutil.c (xg_initialize): Initialize id_to_widget here instead of static initializer. @@ -20792,7 +20565,7 @@ * w32term.c (note_mode_line_highlight): Delete #if 0 to enable function w32_define_cursor. - (note_mouse_highlight): Initialize, setup cursor accoding to mouse + (note_mouse_highlight): Initialize, setup cursor according to mouse position, change member name output_data.x to output_data.w32 and add function w32_define_cursor. (show_mouse_face): Delete #if 0 to enable function w32_define_cursor @@ -20822,7 +20595,7 @@ * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. -2003-01-21 Jan Dj,Ad(Brv +2003-01-21 Jan Djärv * gtkutil.c: Must include stdio.h before termhooks.h. @@ -20860,12 +20633,12 @@ * xdisp.c (redisplay_window): If mini window's buffer is not a minibuffer, then redisplay it like other windows. -2003-01-20 Jan Dj,Ad(Brv +2003-01-20 Jan Djärv * gtkutil.c (xg_create_frame_widgets): Check if there is an external tool bar before setting tool bar height. -2003-01-19 Jan Dj,Ad(Brv +2003-01-19 Jan Djärv * xterm.c (handle_one_xevent): Surround popup_activated with #ifdef:s for non-toolkit version. @@ -20981,7 +20754,7 @@ * charset.h (Funibyte_char_to_multibyte): Export. -2003-01-18 Jan Dj,Ad(Brv +2003-01-18 Jan Djärv * xmenu.c (mouse_position_for_popup): New function. (Fx_popup_menu): Call mouse_position_for_popup for X and @@ -21017,7 +20790,7 @@ * xdisp.c (message_dolog): Fix bug of the case that *Message* buffer is unibyte. -2003-01-15 Francesco Potort,Al(B +2003-01-15 Francesco Potortì * fns.c (Fsubstring): Clarify doc string. @@ -21043,14 +20816,14 @@ (syms_of_process): Intern, staticpro, defsubr these. (Fmake_network_process): Describe :plist arg. Remove :vars arg. -2003-01-14 Francesco Potort,Al(B +2003-01-14 Francesco Potortì * m/delta.h: Remove (obsolete). -2003-01-13 Francesco Potort,Al(B +2003-01-13 Francesco Potortì * fileio.c (Fdelete_directory, Fdelete_file): Document the - behaviour in front of symlinks. + behavior in front of symlinks. (Fdelete_file): Raise an error on directories. 2003-01-13 Dave Love @@ -21108,7 +20881,7 @@ * process.c (Fmake_network_process): Convert new port number to host byte order for `:service t' case. From Mario Lang. -2003-01-08 Jan Dj,Ad(Brv +2003-01-08 Jan Djärv * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event instead of XtAppProcessEvent. @@ -21212,7 +20985,7 @@ * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 to default to t. -2002-12-29 Francesco Potort,Al(B +2002-12-29 Francesco Potortì * data.c (Fstring_to_number, Fminus): Better English in doc strings. @@ -21222,7 +20995,7 @@ allow building in a different directory than source. Uses some GNU Make extensions, but there is no other make on Mac OS X. -2002-12-26 Francesco Potort,Al(B +2002-12-26 Francesco Potortì * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local) (Fsetq_default, Fmake_local_variable, Fkill_local_variable) @@ -21497,7 +21270,7 @@ * alloca.c: Undo ifdef change accidentally made on 12-04. -2002-12-06 Francesco Potort,Al(B +2002-12-06 Francesco Potortì * xfns.c (png_load): Avoid double gamma correction for PNG images. @@ -21561,7 +21334,7 @@ * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more descriptive error output from lread.c:Fload upon most require - cycles during boostrapping. + cycles during bootstrapping. 2002-11-27 Jason Rumney @@ -21603,7 +21376,7 @@ 2002-11-24 Steven Tamm * unexmacosx.c (unexec_realloc): Use malloc_default_zone to - determine the size of pointers alloced in unexed space instead + determine the size of pointers alloc'ed in unexed space instead of using possibly invalid emacs_zone pointers. This fixes the binary incompatibility problems caused by updates to libSystem.B. @@ -21818,7 +21591,7 @@ * fns.c (Fcopy_sequence): Doc fix. (Fmap_char_table): Cast `call2'. -2002-11-14 Francesco Potort,Al(B +2002-11-14 Francesco Potortì * s/sol2-8.h: New file. @@ -21859,7 +21632,7 @@ * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable window. -2002-11-08 Pavel Jan,Am(Bk +2002-11-08 Pavel Janík * process.c (Fformat_network_address): Remove unused locals p, cp, and i. @@ -22144,7 +21917,7 @@ * macmenu.c (mac_menu_show): Add j to count menu items; match menu_item_selection to it to find selected item. -2002-10-06 Jan Dj,Ad(Brv +2002-10-06 Jan Djärv * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all cases. The correct fix is to pass ReparentNotify to Xt. @@ -22171,7 +21944,7 @@ * macterm.c (keycode_to_xkeysym_table): Change return to be treated like an X keysym. -2002-10-03 Jan Dj,Ad(Brv +2002-10-03 Jan Djärv * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, and USE_MOTIF, call XTranslateCoordinates to get the real x and y. @@ -22866,7 +22639,7 @@ (Fx_popup_menu): Don't show pop up menu until preceding one is actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block. - * w32menu.c: Changes adapted from xmenu.c + * w32menu.c: Changes adapted from xmenu.c. (set_frame_menubar): First parse all submenus, then make widget_value trees from them. Don't allocate any widget_value objects @@ -23049,8 +22822,8 @@ * m/att3b.h (XINT): Don't define. (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define. - * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET, - ARRAY_MARK_FLAG): Deleted. + * m/gec63.h (VALBITS, VALMASK, XTYPE, XSETTYPE, XPNTR, XSET) + (ARRAY_MARK_FLAG): Deleted. (DATA_SEG_BITS): Define. * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define. @@ -23409,7 +23182,7 @@ CCL_LookupCharConstTbl. (syms_of_ccl): Defvar translation-hash-table-vector. -2002-07-05 Pavel Jan,Am(Bk +2002-07-05 Pavel Janík * xdisp.c: Remove unused variable `face'. @@ -23474,7 +23247,7 @@ * xdisp.c (store_mode_line_string): Lisp_Object/int mixup. -2002-06-28 Jan Dj,Ad(Brv +2002-06-28 Jan Djärv * keyboard.c (readable_filtered_events): New function that filters FOCUS_IN_EVENT depending on parameter. @@ -23578,7 +23351,7 @@ * w32fns.c (file_dialog_callback): New function. (Fx_file_dialog): Allow selecting directories as well as files. -2002-06-21 Pavel Jan,Am(Bk +2002-06-21 Pavel Janík * m/pmax.h (START_FILES): Define START_FILES for NetBSD and OpenBSD. Add support for mipseb-*-netbsd* machines. @@ -23669,7 +23442,7 @@ * w32.c (init_environment): Remove EMACSLOCKDIR. (stat): Swap _S_IFDIR and _S_IFREG. -2002-06-13 Pavel Jan,Am(Bk +2002-06-13 Pavel Janík * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c, @@ -23689,7 +23462,7 @@ DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and no_event to NO_EVENT. -2002-06-12 Pavel Jan,Am(Bk +2002-06-12 Pavel Janík * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind. @@ -23778,7 +23551,7 @@ * window.c (Fset_window_hscroll): Doc fix. -2002-06-05 Pavel Jan,Am(Bk +2002-06-05 Pavel Janík * fileio.c (choose_write_coding_system): Call select-safe-coding-system properly. @@ -23826,7 +23599,7 @@ is Qcompound_text_with_extensions. * xselect.c (lisp_data_to_selection_data): Always set selection - type as string if x_encode_text returns streingp non-NULL. + type as string if x_encode_text returns stringp non-NULL. * s/netbsd.h: Include /usr/pkg in the run time shared library path. @@ -23890,7 +23663,7 @@ New variables. (syms_of_fileio): DEFVAR_LISP them. (read_file_name_cleanup): New unwind function. - (Fread_file_name_internal): Only return completions satifying + (Fread_file_name_internal): Only return completions satisfying Vread_file_name_predicate. Temporarily unwind protect and rebind default-directory while checking completions against the predicate. (Fread_file_name): Added PREDICATE argument. Specbind it to @@ -24137,7 +23910,7 @@ type if comes from the Lisp object's car. If the selection contains a pure ASCII text, always return QSTRING as its type. -2002-05-06 Pavel Jan,Am(Bk +2002-05-06 Pavel Janík * mac.c (mac-cut-function): Doc fix. @@ -24216,7 +23989,7 @@ * xterm.c (XTread_socket): Disable the Xutf8LookupString code. -2002-04-29 Pavel Jan,Am(Bk +2002-04-29 Pavel Janík * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN) (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values. @@ -24252,7 +24025,7 @@ * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of Apple Monaco. - * process.c (QCfamily, QCfilte): Declare extern. + * process.c (QCfamily, QCfilter): Declare extern. (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before calling select. @@ -24281,7 +24054,7 @@ cursor on a stretch glyph has a width that depends on x_stretch_cursor_p. -2002-04-25 Pavel Jan,Am(Bk +2002-04-25 Pavel Janík * abbrev.c (abbrev-start-location): Doc fix. @@ -24326,7 +24099,7 @@ * xfns.c (x_set_mouse_color): Change default for cross_cursor to XC_hand2. -2002-04-23 Pavel Jan,Am(Bk +2002-04-23 Pavel Janík * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'. @@ -24341,11 +24114,11 @@ * window.c (make_window): Initialize height_fixed_p, last_cursor_off_p, and p->cursor_off_p slots. -2002-04-20 Pavel Jan,Am(Bk +2002-04-20 Pavel Janík * fns.c (use-dialog-box): Doc fix. -2002-04-19 Pavel Jan,Am(Bk +2002-04-19 Pavel Janík * xterm.c (note_mode_line_or_margin_highlight): Remove unused variables `row', `i' and `area'. @@ -24374,7 +24147,7 @@ 2002-04-19 Dave Lambert - Theses change implement an underscore-like (`hbar') cursor. + These changes implement an underscore-like (`hbar') cursor. * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. @@ -24455,7 +24228,7 @@ m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h, m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h, - m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h + m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h, m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h, m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h, m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h, @@ -24465,7 +24238,7 @@ s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf. -2002-04-14 Pavel Jan,Am(Bk +2002-04-14 Pavel Janík * dispnew.c (marginal_area_string): Sort arguments. @@ -24524,7 +24297,7 @@ Use a single event for HELP_EVENT. (Fexecute_extended_command): Save last_point_position. -2002-04-12 Pavel Jan,Am(Bk +2002-04-12 Pavel Janík * lisp.h (Fpropertize): Add prototype. @@ -24569,7 +24342,7 @@ * callint.c (Fcall_interactively): Use INTEGERP instead of NUMBERP for checking Vhistory_length. -2002-04-05 Pavel Jan,Am(Bk +2002-04-05 Pavel Janík * sound.c (Fplay_sound_internal): Renamed from Fplay_sound. Doc fix to reflect it. @@ -24602,7 +24375,7 @@ * msdos.c (syms_of_msdos): Fix last change with mouse_autoselect_window. -2002-04-03 Pavel Jan,Am(Bk +2002-04-03 Pavel Janík * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to mouse_autoselect_window. @@ -24650,7 +24423,7 @@ (Fset_network_process_options, server_accept_connection): Fix some int/Lisp_Object confusions (thank you union types). -2002-04-01 Pavel Jan,Am(Bk +2002-04-01 Pavel Janík * msdos.c: Rename x_autoselect_window_p to autoselect_window_p. @@ -24709,7 +24482,7 @@ * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process. -2002-03-27 Pavel Jan,Am(Bk +2002-03-27 Pavel Janík * process.c (set-network-process-options): Add usage. (make-network-process): Doc fix. @@ -24887,7 +24660,7 @@ Don't use "sun" as a variable, it's a predefined constant on Sun machines. -2002-03-20 Pavel Jan,Am(Bk +2002-03-20 Pavel Janík * bytecode.c (Fbyte_code): Revert last change. @@ -24896,7 +24669,7 @@ * makefile.w32-in (LIBS): Add $(WSOCK32). From David Ponce . -2002-03-18 Pavel Jan,Am(Bk +2002-03-18 Pavel Janík * process.c (wait_reading_process_input): Move variables `pname' and `pnamelen' down where they are used. @@ -24914,7 +24687,7 @@ * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H. Remove explicit GNU_LINUX settings for datagram support. -2002-03-18 Pavel Jan,Am(Bk +2002-03-18 Pavel Janík * process.c (Fmake_network_process): Remove unused variable `sa'. Doc fix. Add usage:. @@ -25018,7 +24791,7 @@ * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature, until its implementation is fixed. -2002-03-14 Pavel Jan,Am(Bk +2002-03-14 Pavel Janík * xfns.c (png_load): Remove unused variable `gamma_str'. @@ -25081,7 +24854,7 @@ * lread.c (Fload): Don't assume that message_with_string uses the string it is given like a C string. -2002-03-10 Jan Dj,Ad(Brv +2002-03-10 Jan Djärv * xterm.h (x_session_check_input, x_session_initialize): Declare. @@ -25183,7 +24956,7 @@ * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the environment, pass it down with corrected value. -2002-03-04 Pavel Jan,Am(Bk +2002-03-04 Pavel Janík * lread.c (read_filtered_event): Do not call start_hourglass before returning. @@ -25323,7 +25096,7 @@ * w32proc.c (syms_of_ntproc): Doc fix. -2002-02-24 Pavel Jan,Am(Bk +2002-02-24 Pavel Janík * intervals.h: Include "dispextern.h" unconditionally. @@ -25379,7 +25152,7 @@ * w32fns.c (w32_wnd_proc) : Fix last change. -2002-02-23 Pavel Jan,Am(Bk +2002-02-23 Pavel Janík * w32term.c (enter_timestamp): Remove unused static variable to prevent warning. @@ -25455,7 +25228,7 @@ (tool_bar_items): Likewise. (current_active_maps): Removed unused (and buggy) function. -2002-02-20 Pavel Jan,Am(Bk +2002-02-20 Pavel Janík * xfns.c (gif_load): Use correct width and height for GIF images. @@ -25545,7 +25318,7 @@ * msdos.c (x_autoselect_window_p): New variable. (syms_of_msdos): Defvar it. (dos_rawgetc): If x_autoselect_window_p is set, select the window in - which the last mouse movement occured, unless it is already selected. + which the last mouse movement occurred, unless it is already selected. * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): New variables. @@ -25553,7 +25326,7 @@ (hscroll_window_tree): Use automatic_hscroll_margin and Vautomatic_hscroll_step to compute the amount of window scrolling. -2002-02-16 Pavel Jan,Am(Bk +2002-02-16 Pavel Janík * xterm.c (x-autoselect-window): New variable. (note_mouse_movement): Use it. @@ -25566,7 +25339,7 @@ * alloc.c (NSTATICS): Increase to 1280. -2002-02-15 Kai Gro,A_(Bjohann +2002-02-15 Kai Großjohann * alloc.c (NSTATICS): Bump to 1026. @@ -25671,7 +25444,7 @@ * floatfns.c (Fround): Doc fix. -2002-02-08 Pavel Jan,Am(Bk +2002-02-08 Pavel Janík * sysdep.c (init_system_name): Put unused variable `p' in #if 0. @@ -25712,7 +25485,7 @@ (syms_of_keyboard): DEFVAR_LISP it. (command_loop_1): Set it, and perform command remapping. -2002-02-06 Pavel Jan,Am(Bk +2002-02-06 Pavel Janík * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally. @@ -25751,7 +25524,7 @@ * xfaces.c (realize_default_face): Don't set the weight and slant of the default face to Qnormal, unless these attributes are unspecified. -2002-02-02 Pavel Jan,Am(Bk +2002-02-02 Pavel Janík * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally. @@ -25773,7 +25546,7 @@ * minibuf.c (Fcompleting_read): Doc fix. -2002-01-27 Pavel Jan,Am(Bk +2002-01-27 Pavel Janík * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function) (Fread_variable, Fread_buffer, minibuffer-completion-confirm): @@ -25786,7 +25559,7 @@ * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively and scroll_up_aggressively. -2002-01-26 Pavel Jan,Am(Bk +2002-01-26 Pavel Janík * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes. @@ -25832,16 +25605,16 @@ * .gdbinit (hookpost-run): Defined. -2002-01-22 Jan Dj,Ad(Brv +2002-01-22 Jan Djärv * xfns.c (x_set_frame_parameters): Typo in previous fix corrected. -2002-01-21 Jan Dj,Ad(Brv +2002-01-21 Jan Djärv * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust if fullscreen is being set. -2002-01-21 Pavel Jan,Am(Bk +2002-01-21 Pavel Janík * minibuf.c (Fminibuffer_contents) (Fminibuffer_contents_no_properties, Fread_from_minibuffer) @@ -25881,7 +25654,7 @@ * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1. -2002-01-20 Pavel Jan,Am(Bk +2002-01-20 Pavel Janík * doprnt.c (doprnt1): Fix typos in error call. @@ -25907,7 +25680,7 @@ (w32_enable_synthesized_fonts): Change to a boolean. (Fw32_send_sys_command): Doc fix. -2002-01-19 Pavel Jan,Am(Bk +2002-01-19 Pavel Janík * dispnew.c (update_frame): Move the variable `tem' to the block where it is used. @@ -25927,7 +25700,7 @@ * window.c (enlarge_window): When exceeding size of parent, directly delete all the siblings instead of trying to resize it. -2002-01-17 Pavel Jan,Am(Bk +2002-01-17 Pavel Janík * term.c (set_tty_color_mode): Remove unused variable `tem'. @@ -25943,7 +25716,7 @@ * w32term.c (x_erase_phys_cursor): Ditto. -2002-01-16 Pavel Jan,Am(Bk +2002-01-16 Pavel Janík * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of `dont_resize' only when used. @@ -25955,12 +25728,12 @@ * xdisp.c (display_mode_element): When computing charpos, depend on multibyteness of elt, not the text in field. -2002-01-15 Pavel Jan,Am(Bk +2002-01-15 Pavel Janík * buffer.c (Fkill_all_local_variables): Increment `update_mode_lines' only once. -2002-01-14 Pavel Jan,Am(Bk +2002-01-14 Pavel Janík * lisp.h (adjust_after_replace_noundo) (Fupdate_coding_systems_internal): Add prototypes. @@ -25988,7 +25761,7 @@ * emacs.c (USAGE2): Add the --color option. (standard_args): Ditto. -2002-01-13 Jan Dj,Ad(Brv +2002-01-13 Jan Djärv * xterm.h (struct x_output): New members want_fullscreen, x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and @@ -26029,7 +25802,7 @@ (syms_of_w32fns): DEFVAR_BOOL it. (w32_wnd_proc): Handle new "XBUTTON" messages. -2002-01-13 Pavel Jan,Am(Bk +2002-01-13 Pavel Janík * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'. @@ -26133,7 +25906,7 @@ * editfns.c (Fformat): Update thissize from field_width based on the actual width, in the string case. -2002-01-01 Pavel Jan,Am(Bk +2002-01-01 Pavel Janík * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truth value to prevent gcc warnings. @@ -26246,7 +26019,7 @@ * bytecode.c (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte. -2001-12-22 Pavel Jan,Am(Bk +2001-12-22 Pavel Janík The following changes remove mocklisp support: @@ -26319,7 +26092,7 @@ * Makefile.in (lisp, shortlisp): Synchronize with changes to lisp/Makefile.in:DONTCOMPILE. -2001-12-18 Pavel Jan,Am(Bk +2001-12-18 Pavel Janík * xdisp.c (window_box_height): Do not return negative values. From Gerd Moellmann . @@ -26416,7 +26189,7 @@ * s/gnu-linux.h (GNU_LINUX): Defined. -2001-12-11 Pavel Jan,Am(Bk +2001-12-11 Pavel Janík * macros.c, msdos.c, w16select.c: Change doc-string comments to `new style' [w/`doc:' keyword]. @@ -26426,7 +26199,7 @@ * w32menu.c (w32_free_submenu_strings): Clear menu item struct before using. -2001-12-09 Pavel Jan,Am(Bk +2001-12-09 Pavel Janík * dosfns.c: Change doc-string comments to `new style' [w/`doc:' keyword]. @@ -26447,7 +26220,7 @@ Lisp_Object. (w32_free_submenu_strings): Only free owner-drawn strings. -2001-12-09 Pavel Jan,Am(Bk +2001-12-09 Pavel Janík * COPYING: Moved back. @@ -26546,11 +26319,11 @@ * eval.c: Use standard syntax for usage in docstrings. -2001-12-03 Pavel Jan,Am(Bk +2001-12-03 Pavel Janík * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option. -2001-12-02 Pavel Jan,Am(Bk +2001-12-02 Pavel Janík * xterm.c (x_draw_image_relief): Use predefined macro instead of constant when the value of `tool_bar_button_relief' is negative. @@ -26646,7 +26419,7 @@ * w32term.c: Merged changes from xterm.c. * w32fns.c: Merged changes from xfns.c. -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * COPYING: Removed. @@ -26656,7 +26429,7 @@ extra extra slot. (detect_coding_mask): Fix call of detect_coding_iso2022. -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * fileio.c (file-name-coding-system) (default-file-name-coding-system): Doc fix (links to referenced @@ -26703,7 +26476,7 @@ * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if OVERLAPS_P. -2001-11-28 Pavel Jan,Am(Bk +2001-11-28 Pavel Janík * xdisp.c (message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'. @@ -26820,7 +26593,7 @@ * msdos.c (IT_clear_screen): If the frame's faces are not yet realized, use the initial screen colors to clear the screen. -2001-11-23 Pavel Jan,Am(Bk +2001-11-23 Pavel Janík * textprop.c (Fset_text_properties): Remove unused variables `unchanged', `prev_changed', `s' and `len'. @@ -26948,7 +26721,7 @@ * puresize.h (BASE_PURESIZE): Increase to 750000. -2001-11-18 Pavel Jan,Am(Bk +2001-11-18 Pavel Janík * frame.c (Fframe_live_p): Doc fix. @@ -26998,7 +26771,7 @@ (Fwrite_region): Split the call to build_annotations into two calls to build_annotations and build_annotations_2. -2001-11-16 Pavel Jan,Am(Bk +2001-11-16 Pavel Janík * sysdep.c (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with argument. @@ -27170,7 +26943,7 @@ * print.c (prin1, print): Doc fix. -2001-11-14 Pavel Jan,Am(Bk +2001-11-14 Pavel Janík * fontset.h: Remove declarations of variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. @@ -27182,7 +26955,7 @@ * w32fns.c: Doc fix. -2001-11-13 Pavel Jan,Am(Bk +2001-11-13 Pavel Janík * xfaces.c (Fface_attributes_as_vector): Doc fix. @@ -27212,7 +26985,7 @@ * w32fns.c: Don't define max. (Fx_open_connection): Only execute once. -2001-11-12 Pavel Jan,Am(Bk +2001-11-12 Pavel Janík * ccl.c: Change macros to use do-while block instead of if-else. Use braces to follow GNU Coding Standards. @@ -27250,7 +27023,7 @@ * unexelf.c (unexec): Use mmap/munmap to allocate buffers instead of malloc/free. -2001-11-09 Pavel Jan,Am(Bk +2001-11-09 Pavel Janík * xfaces.c (merge_face_vectors): Use braces to follow GNU Coding Standards. @@ -27269,7 +27042,7 @@ * w32term.c (x_display_and_set_cursor): Do not move system caret if cursor_glyph is NULL. -2001-11-07 Pavel Jan,Am(Bk +2001-11-07 Pavel Janík * keymap.c (access_keymap): Fix compilation error. @@ -27277,7 +27050,7 @@ * xfns.c (x_set_frame_parameters): Avoid infinite recursion. -2001-11-07 Pavel Jan,Am(Bk +2001-11-07 Pavel Janík * intervals.c (graft_intervals_into_buffer): Remove #ifdef'd-out code. @@ -27298,7 +27071,7 @@ * keyboard.c (make_lispy_event): Check integerness and fix Lisp_Object/int mixup. -2001-11-06 Pavel Jan,Am(Bk +2001-11-06 Pavel Janík * fns.c (copy_hash_table): Remove unused variable `v'. @@ -27336,7 +27109,7 @@ * unexelf.c (unexec): Don't use `mmap'. Instead, read and write the program image directly. -2001-11-05 Pavel Jan,Am(Bk +2001-11-05 Pavel Janík * buffer.h (Fbuffer_local_value): Add prototype. @@ -27372,7 +27145,7 @@ * xdisp.c (Qcursor_in_non_selected_windows): New variable. (syms_of_xdisp): Initialize it. -2001-11-04 Pavel Jan,Am(Bk +2001-11-04 Pavel Janík * xfns.c (Fx_create_frame): Doc fix. @@ -27406,7 +27179,7 @@ * syssignal.h (sigunblock): Don't define if already defined. -2001-11-02 Pavel Jan,Am(Bk +2001-11-02 Pavel Janík * eval.c (debugger_may_continue, Vdebug_ignored_errors) (call_debugger, Fcondition_case, skip_debugger, unbind_to): @@ -27459,7 +27232,7 @@ * textprop.c (Fget_char_property): Doc fix. -2001-11-02 Pavel Jan,Am(Bk +2001-11-02 Pavel Janík * process.c (Fstart_process): Add usage to doc-string. @@ -27482,7 +27255,7 @@ bindings along with or instead of the buffer local map. Make the overriding maps override what they should. -2001-11-01 Pavel Jan,Am(Bk +2001-11-01 Pavel Janík * window.c (grow_mini_window): Fix typo in comment. @@ -27503,7 +27276,7 @@ * s/hpux11.h: New file. -2001-10-31 Pavel Jan,Am(Bk +2001-10-31 Pavel Janík * emacs.c (USAGE1): Show command line option --no-window-system instead of --no-windows in usage. @@ -27529,7 +27302,7 @@ * dispextern.h (struct face) : New member. -2001-10-31 Pavel Jan,Am(Bk +2001-10-31 Pavel Janík * marker.c, mocklisp.c: Change doc-string comments to `new style' [w/`doc:' keyword]. @@ -27538,7 +27311,7 @@ * fns.c (require_unwind): Return Lisp_Object. -2001-10-31 Pavel Jan,Am(Bk +2001-10-31 Pavel Janík * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix. (last-input-char): Revert doc-string to be the same as the @@ -27549,7 +27322,7 @@ 2001-10-31 Gerd Moellmann * window.c (grow_mini_window): Handle case that the root - window is already smaller than the nominal mininum height. + window is already smaller than the nominal minimum height. 2001-10-30 Stefan Monnier @@ -27632,7 +27405,7 @@ * window.c (Fscroll_left, Fscroll_right): Doc fix. -2001-10-29 Pavel Jan,Am(Bk +2001-10-29 Pavel Janík * keyboard.c (Finput_pending_p): Fix typo in doc-string. (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. @@ -27667,7 +27440,7 @@ * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing a loop counter. -2001-10-28 Pavel Jan,Am(Bk +2001-10-28 Pavel Janík * emacs.c: Use argv[0] instead of "emacs" when -t was specified. @@ -27707,7 +27480,7 @@ * w32term.c (note_mouse_highlight): Clear old help_echo. -2001-10-27 Pavel Jan,Am(Bk +2001-10-27 Pavel Janík * xterm.c: Fix typo in a comment. @@ -27794,12 +27567,12 @@ * xfaces.c (Fface_attributes_as_vector): New function. (syms_of_xfaces): Defsubr it. -2001-10-24 Pavel Jan,Am(Bk +2001-10-24 Pavel Janík * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused variable `area'. -2001-10-25 Pavel Jan,Am(Bk +2001-10-25 Pavel Janík * search.c (scan_newline): Remove unused variable `selective_display'. @@ -27840,7 +27613,7 @@ * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: Fix clearing of area not covered by scroll bar. -2001-10-24 Pavel Jan,Am(Bk +2001-10-24 Pavel Janík * xterm.c (x_insert_glyphs): Remove unused variables `real_end' and `real_start'. @@ -27867,7 +27640,7 @@ (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited. (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables. -2001-10-24 Pavel Jan,Am(Bk +2001-10-24 Pavel Janík * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of gnuemacs). @@ -27920,7 +27693,7 @@ (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p around call to x_draw_glyphs. -2001-10-23 Pavel Jan,Am(Bk +2001-10-23 Pavel Janík * syntax.c (modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage. @@ -27941,7 +27714,7 @@ * xdisp.c (display_line): Fix computation of continuation lines width for TABs. -2001-10-22 Pavel Jan,Am(Bk +2001-10-22 Pavel Janík * xdisp.c (build_desired_tool_bar_string): Remove unused variable `Qlaplace'. @@ -27993,7 +27766,7 @@ * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) (Fml_prefix_argument_loop): Likewise. -2001-10-21 Pavel Jan,Am(Bk +2001-10-21 Pavel Janík * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'. @@ -28121,7 +27894,7 @@ * callproc.c (Fcall_process_region, Fcall_process): Likewise. * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. -2001-10-21 Pavel Jan,Am(Bk +2001-10-21 Pavel Janík * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. @@ -28135,19 +27908,19 @@ See ChangeLog.9 for earlier changes. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -28155,8 +27928,6 @@ See ChangeLog.9 for earlier changes. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4