aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).Chong Yidong2007-05-121-0/+4
|
* (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)Stefan Monnier2007-05-072-4/+7
|
* *** empty log message ***Richard M. Stallman2007-05-061-1/+5
|
* Undo May 3 change.Richard M. Stallman2007-05-061-6/+6
|
* Change from author without relevant assignment is (thankfully) tiny.Glenn Morris2007-05-051-1/+1
|
* *** empty log message ***Richard M. Stallman2007-05-051-0/+7
|
* (Faccept_process_output): Revert 2006-03-22 change soRichard M. Stallman2007-05-051-6/+6
| | | | | | that the third argument once again is in microseconds (not milliseconds). This makes it compatible with Emacs 21 and earlier. Problem found by Henrik Rindlöw.
* (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.YAMAMOTO Mitsuharu2007-05-012-0/+15
| | | | (Fx_popup_dialog) [MAC_OSX]: Likewise.
* *** empty log message ***Richard M. Stallman2007-04-291-0/+4
|
* (replace_range): For undo, record insertion first.Richard M. Stallman2007-04-291-1/+5
|
* (try_window_reusing_current_matrix): Fix number of disabled lines.YAMAMOTO Mitsuharu2007-04-292-1/+6
|
* (xg_update_menubar, create_menus): Create emptyJan Djärv2007-04-272-1/+16
| | | | submenu for menu bar items.
* (xdialog_show): Call Fredisplay before showing the dialog.Jan Djärv2007-04-271-0/+8
|
* (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of theChong Yidong2007-04-241-2/+4
| | | | actual window.
* * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGEDChong Yidong2007-04-241-0/+5
| | | | values of the actual window.
* *** empty log message ***Richard M. Stallman2007-04-231-0/+4
|
* (Fstart_process): Doc fix.Richard M. Stallman2007-04-231-3/+4
|
* *** empty log message ***Eli Zaretskii2007-04-231-0/+4
|
* (Fstart_process): Doc fix.Eli Zaretskii2007-04-231-6/+11
|
* *** empty log message ***Richard M. Stallman2007-04-221-0/+6
|
* (Fdefine_abbrev): Doc fix.Richard M. Stallman2007-04-221-1/+1
|
* (Fdefine_key): Minor doc fix.Richard M. Stallman2007-04-221-2/+2
|
* *** empty log message ***Glenn Morris2007-04-211-0/+4
|
* (Fdefine_key): Fix info ref in doc string.Glenn Morris2007-04-211-1/+2
|
* (init_system_name): Don't accept localhost.localdomain.Chong Yidong2007-04-201-1/+3
|
* * sysdep.c (init_system_name): Don't accept localhost.localdomain.Chong Yidong2007-04-201-0/+4
|
* (Fminibuffer_contents, Fminibuffer_contents_no_properties,Juanma Barranquero2007-04-192-5/+11
| | | | | Fminibuffer_completion_contents, Fdelete_minibuffer_contents): Doc fixes.
* Fix typo in comment.Juanma Barranquero2007-04-191-1/+1
|
* (adjust_frame_glyphs_for_frame_redisplay): Set garbaged flag inChong Yidong2007-04-161-1/+34
| | | | | presence of window margins. (showing_window_margins_p): New function.
* * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): SetChong Yidong2007-04-161-0/+4
| | | | | garbaged flag in presence of window margins. (showing_window_margins_p): New function.
* (cursor_row_p): Only end row on newline if it's a display string.Chong Yidong2007-04-161-6/+30
| | | | Suggested by Lennart Borgman.
* * xdisp.c (cursor_row_p): Only end row on newline if it's a displayChong Yidong2007-04-161-0/+5
| | | | string. Suggested by Lennart Borgman.
* (mem_insert): Set min_heap_address and max_heap_addressYAMAMOTO Mitsuharu2007-04-162-2/+7
| | | | if they are not yet initialized.
* (redisplay_window): When deciding whether or not to recenter, don'tChong Yidong2007-04-151-6/+18
| | | | use the reset values of BEG_UNCHANGED and END_UNCHANGED.
* * xdisp.c (redisplay_window): When deciding whether or not toChong Yidong2007-04-151-0/+6
| | | | | recenter, don't use the reset values of BEG_UNCHANGED and END_UNCHANGED.
* (Fkill_buffer): gcpro BUF during kill_buffer_processesKim F. Storm2007-04-131-0/+9
| | | | and check that buffer is still alive upon return.
* *** empty log message ***Kim F. Storm2007-04-131-1/+6
|
* [!TARGET_API_MAC_CARBON] Include Displays.h.YAMAMOTO Mitsuharu2007-04-132-88/+141
| | | | | | | | | | | | | (mac_screen_config_changed): New variable. (mac_handle_dm_notification, init_dm_notification_handler) (mac_get_screen_info): New functions. [MAC_OS8] (main): Call init_dm_notification_handler. (mac_initialize) [MAC_OSX]: Likewise. (XTread_socket): Call mac_get_screen_info if screen config changed. (mac_initialized): Make static. (mac_initialize_display_info): Remove function. (mac_term_init): Call mac_get_screen_info. Add partial contents of mac_initialize_display_info.
* [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):YAMAMOTO Mitsuharu2007-04-122-9/+25
| | | | | | | Use GetGlobalMouse instead of GetMouse and LocalToGlobal. (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero. (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and dpyinfo->width are those of whole screen.
* (xrm_get_preference_database, Fmac_get_preference)YAMAMOTO Mitsuharu2007-04-121-0/+5
| | | | [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
* (note_mode_line_or_margin_highlight): Don't decrement glyph pointerChong Yidong2007-04-101-7/+12
| | | | before start of glyph row.
* * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyphChong Yidong2007-04-101-0/+5
| | | | pointer before start of glyph row.
* *** empty log message ***YAMAMOTO Mitsuharu2007-04-091-0/+5
|
* (__restrict, struct kboard): Remove outdated workarounds.YAMAMOTO Mitsuharu2007-04-091-14/+3
| | | | (C_SWITCH_SYSTEM): Remove `-I../mac/src'.
* (Fmove_to_column): Set next_boundary with correct start pt.Richard M. Stallman2007-04-082-1/+6
|
* *** empty log message ***Richard M. Stallman2007-04-081-0/+4
|
* (syms_of_xdisp) <message-log-max>: Default 100.Richard M. Stallman2007-04-081-1/+1
|
* (Ftranspose_regions): Validate interval before setting textChong Yidong2007-04-071-11/+20
| | | | properties.
* * editfns.c (Ftranspose_regions): Validate interval before settingChong Yidong2007-04-071-0/+5
| | | | text properties.
* Mark 1995-03-23 change by Kevin Rodgers as tiny.Chong Yidong2007-04-061-1/+1
|