aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (set_cursor_from_row): Also look at 'cursor' property inKim F. Storm2004-09-081-1/+6
| | | | overlay just before point.
* *** empty log message ***Kim F. Storm2004-09-081-0/+5
|
* *** empty log message ***Luc Teirlinck2004-09-081-2/+0
|
* Delete declaration for removed Vauto_save_file_format.Luc Teirlinck2004-09-082-12/+17
| | | | | | (build_annotations): Adapt to replacement of `auto-save-file-format' with the new buffer-local variable `buffer-auto-save-file-format'. (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
* (reset_buffer, init_buffer_once): Handle auto_save_file_format field.Luc Teirlinck2004-09-081-0/+10
| | | | (syms_of_buffer): Add DEFVAR_PER_BUFFER for `buffer-auto-save-file-format'.
* (struct buffer): Add auto_save_file_format field.Luc Teirlinck2004-09-081-0/+3
|
* (AppendMenuW_Proc): Move declaration to w32term.h.Jason Rumney2004-09-072-5/+7
|
* (AppendMenuW_Proc): Move declaration from w32menu.c.Jason Rumney2004-09-071-0/+5
|
* (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: HandleJason Rumney2004-09-071-8/+24
| | | | Unicode menu titles.
* *** empty log message ***Kim F. Storm2004-09-071-0/+5
|
* (set_cursor_from_row): Fix last change. Only use 'cursor'Kim F. Storm2004-09-071-1/+14
| | | | property from text property or overlay strings at point.
* (update_submenu_strings): YAILOM.Stefan Monnier2004-09-072-15/+20
| | | | (set_frame_menubar): Make sure last_i is initialized.
* *** empty log message ***Richard M. Stallman2004-09-031-3/+0
|
* Fix line breaks to follow Emacs conventions.Richard M. Stallman2004-09-031-24/+24
|
* (_widget_value): Added lname and lkey.Jason Rumney2004-09-022-41/+172
| | | | | | | | | | | | | | (digest_single_submenu): Set lname and lkey in widget_value instead of name and key. (update_submenu_strings): New function. (set_frame_menubar): Remove call to inhibit_garbage_collection, call update_submenu_strings. (globals_of_w32menu): Check for Unicode API. (digest_single_submenu, w32_menu_show): Encode menu strings as UTF-8 if Unicode API is available. (utf8to16): New function. (add_menu_item): Use it when calling Unicode API.
* *** empty log message ***Kim F. Storm2004-09-021-1/+7
|
* (set_cursor_from_row): Look for non-nil `cursor' propertyKim F. Storm2004-09-021-3/+23
| | | | | in overlay or text-property strings; set cursor on corresponding glyph rather than at end of the string.
* * term/mac-win.el: Add ASCII equivalents for some function keys.Steven Tamm2004-09-021-0/+27
| | | | | | | | | | | | | | | | | | | | | (mode-line-frame-identification): Sync with x-win.el. * macfns.c (x_real_positions): Save the current window port and set a new one before obtaining the global coordinate. Use FRAME_MAC_WINDOW. (x_set_name, x_set_title): Encode title to UTF8. 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. * macterm.c (x_update_end): Move SetPortWindowPort to inside BLOCK_INPUT. (x_set_offset): Use FRAME_MAC_WINDOW. * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to nontext_cursor if it is on a scroll bar. * s/darwin.h (LIBS_CARBON): New define to specify libraries for Carbon support. (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. Use LIBS_CARBON.
* (LIBS_CARBON): New define to specify libraries forSteven Tamm2004-09-021-5/+12
| | | | | | Carbon support. (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. Use LIBS_CARBON.
* (note_mouse_highlight): Set the mouse pointer shape toSteven Tamm2004-09-021-1/+2
| | | | nontext_cursor if it is on a scroll bar.
* (x_update_end): Move SetPortWindowPort to insideSteven Tamm2004-09-021-5/+5
| | | | | BLOCK_INPUT. (x_set_offset): Use FRAME_MAC_WINDOW.
* (add_menu_item): Remove unused variable `i'. Don'tSteven Tamm2004-09-021-3/+3
| | | | let separator items destroy refence constants of other menu items.
* (x_real_positions): Save the current window port andSteven Tamm2004-09-021-13/+36
| | | | | | | | set a new one before obtaining the global coordinate. Use FRAME_MAC_WINDOW. (x_set_name, x_set_title): Encode title to UTF8. Use SetWindowTitleWithCFString. (Fx_server_version): Get correct OS version.
* * xfns.c (x_set_name_internal): New function. Check if we shall callJan Djärv2004-09-022-112/+81
| | | | | xfree before ENCODE_UTF_8. (x_set_name, x_set_title): Call x_set_name_internal.
* Fix typo in last checkinJason Rumney2004-08-311-1/+1
|
* 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)Jason Rumney2004-08-311-0/+12
| | | | | * w32fns.c (w32_load_font): If a BDF font is already loaded, do not reload it.
* *** empty log message ***Jason Rumney2004-08-311-0/+5
|
* * macmenu.c (_widget_value): Added lname and lkey.Jan Djärv2004-08-302-10/+50
| | | | | | | | (single_submenu): Set lname and lkey in widget_value instead of name and key. (update_submenu_strings): New function. (set_frame_menubar): Remove call to inhibit_garbage_collection, call update_submenu_strings.
* Fix typo in comment string.Jan Djärv2004-08-301-1/+1
|
* Don't call ENCODE_MENU_STRING on top level menu names, GC may occur.Jan Djärv2004-08-302-4/+3
|
* * xmenu.c (digest_single_submenu): Set lname and lkey in widget_valueJan Djärv2004-08-303-13/+59
| | | | | | | | | | instead of name and key. (update_submenu_strings): New function. (set_frame_menubar): Remove call to inhibit_garbage_collection, call update_submenu_strings. Call ENCODE_MENU_STRING for top level menu names. * gtkutil.h (_widget_value): Added lname and lkey.
* macmenu.c (mac_menu_show): Remove shadowing of menu variableSteven Tamm2004-08-302-6/+11
| | | | by using different names for inner loop variables.
* Fixing whitespace style issue with #defineSteven Tamm2004-08-291-1/+1
|
* * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collectionJan Djärv2004-08-272-0/+4
| | | | from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
* * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar whenJan Djärv2004-08-272-1/+6
| | | | tool bar items is 0.
* macmenu.c (ENCODE_MENU_STRING): Added to handle multibyteSteven Tamm2004-08-262-5/+34
| | | | | | | | strings in menu items. (single_submenu): Use ENCODE_MENU_STRING (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because button release isn't passed to event loop (add_menu_item): Use SetMenuItemWithCFString
* fileio.c (Fread_file_name): Call x_file_dialog on carbon onSteven Tamm2004-08-263-74/+150
| | | | | tool-bar/menu click macfns.c (Fx_file_dialog): Implemented using NavServices
* * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.Jan Djärv2004-08-242-4/+8
|
* * xfns.c (x_window_to_frame, x_any_window_to_frame)Jan Djärv2004-08-242-0/+16
| | | | | (x_non_menubar_window_to_frame, x_menubar_window_to_frame) (x_top_window_to_frame): Return 0 if wdesc is None.
* *** empty log message ***Richard M. Stallman2004-08-221-0/+8
|
* (process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:Richard M. Stallman2004-08-221-4/+11
| | | | If there's no char for this signal, drop through and use system calls.
* (Fbyte_code) <unwind-protect>: Cannot GC.Richard M. Stallman2004-08-221-3/+0
|
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-208-15/+15
|
* (wait_reading_process_output): Rename fromKim F. Storm2004-08-201-18/+18
| | | | | | wait_reading_process_input. All uses changed. (wait_reading_process_output_1): Rename from wait_reading_process_input_1. All uses changed.
* (Fsleep_for): Remove obsolete code.Kim F. Storm2004-08-201-38/+4
| | | | Rename wait_reading_process_input to wait_reading_process_output.
* *** empty log message ***Kim F. Storm2004-08-201-0/+9
|
* *** empty log message ***Kenichi Handa2004-08-201-0/+4
|
* (skip_chars): Fix for unibyte case.Kenichi Handa2004-08-201-4/+4
|
* *** empty log message ***Stefan Monnier2004-08-191-0/+5
|
* (back_comment): Fixup globals in all cases.Stefan Monnier2004-08-191-1/+1
|