aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2005-06-071-0/+4
|
* Update comment.Juanma Barranquero2005-06-071-2/+2
|
* *** empty log message ***Stefan Monnier2005-06-061-0/+5
|
* (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.Stefan Monnier2005-06-061-2/+5
|
* * macmenu.c (menu_quit_handler, install_menu_quit_handler): NewJan Djärv2005-06-061-32/+121
| | | | | functions for popping down menus on C-g. (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
* * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycodeJan Djärv2005-06-061-2/+2
| | | | non-static.
* * macmenu.c (menu_quit_handler, install_menu_quit_handler): NewJan Djärv2005-06-061-0/+11
| | | | | | | | | | functions for popping down menus on C-g. (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler. * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode non-static. * config.in: Added HAVE_CANCELMENUTRACKING
* added HAVE_CANCELMENUTRACKINGJan Djärv2005-06-061-3/+6
|
* ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.Eli Zaretskii2005-06-062-0/+16
|
* (RVA_TO_PTR): No need to #undef now.Eli Zaretskii2005-06-061-1/+0
|
* (RVA_TO_PTR): New macro.Eli Zaretskii2005-06-061-0/+5
|
* (RVA_TO_PTR): Moved here from w32heap.h.Eli Zaretskii2005-06-061-0/+3
|
* (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.Eli Zaretskii2005-06-061-9/+0
|
* (command_loop_1): Update Vthis_original_command.Luc Teirlinck2005-06-061-0/+1
|
* *** empty log message ***Luc Teirlinck2005-06-061-0/+4
|
* *** empty log message ***Richard M. Stallman2005-06-061-0/+4
|
* (popup_get_selection): Undo previous change.Richard M. Stallman2005-06-061-4/+0
|
* *** empty log message ***Juri Linkov2005-06-061-0/+8
|
* (Qno_break_space): New variable.Juri Linkov2005-06-061-7/+27
| | | | | | | (syms_of_xdisp): Initialize it. (get_next_display_element): Add no-break space and soft hypen codes for iso8859-2 and iso8859-5. Don't add `\' for them. Use `no-break-space' face for no-break spaces.
* * window.c (delete_window): Handle the case where a h/vchild hasJan Djärv2005-06-062-1/+53
| | | | a h/vchild.
* *** empty log message ***Kenichi Handa2005-06-061-1/+1
|
* *** empty log message ***Eli Zaretskii2005-06-051-0/+5
|
* (sys_setsockopt): Change arg 4 to `const void *'. In theEli Zaretskii2005-06-051-2/+2
| | | | call to pfn_setsockopt, cast optval to `const char *'.
* *** empty log message ***Kim F. Storm2005-06-051-2/+1
|
* *** empty log message ***Eli Zaretskii2005-06-041-0/+4
|
* (gettimeofday): Use struct _timeb, not struct timeb.Eli Zaretskii2005-06-041-2/+2
| | | | | (open_unc_volume): Cast return value of map_w32_filename, to avoid compiler warnings.
* (fileno): Don't define if already defined.Eli Zaretskii2005-06-041-0/+2
|
* *** empty log message ***Eli Zaretskii2005-06-041-0/+2
|
* *** empty log message ***Eli Zaretskii2005-06-041-0/+3
|
* Include w32heap.h, to avoid compiler warning about sbrk.Eli Zaretskii2005-06-041-0/+1
|
* *** empty log message ***Eli Zaretskii2005-06-041-0/+4
|
* (DOC): Define to point to the generated DOC-X.Eli Zaretskii2005-06-041-0/+2
|
* (popup_get_selection): Click not in menu deactivates menu.Richard M. Stallman2005-06-042-0/+8
|
* * macmenu.c (cleanup_popup_menu): New function.Jan Djärv2005-06-042-2/+22
| | | | | | | (Fx_popup_menu): unwind protect cleanup_popup_menu in case mac_menu_show Quit:s. (mac_menu_show): Quit on cancel if not popped up on click (i.e. a dialog).
* *** empty log message ***Kim F. Storm2005-06-031-0/+16
|
* (decode_coding_string): Handle CODING_FINISH_INTERRUPT.Kim F. Storm2005-06-031-0/+1
|
* (Fcall_process): Don't use alloca to graduallyKim F. Storm2005-06-031-18/+15
| | | | | | increase size of buf, as it effectively uses twice the necessary space on the stack. Instead, pre-allocate buf of full size, and gradually increase the read size.
* (BYTE_CODE_QUIT): Check Vthrow_on_input.Kim F. Storm2005-06-031-0/+3
|
* (unbind_to): Preserve value of Vquit_flag.Kim F. Storm2005-06-031-5/+5
|
* (handle_one_xevent): Also ignore mouse motion justKim F. Storm2005-06-031-6/+6
| | | | before a button release event.
* *** empty log message ***Juanma Barranquero2005-06-031-0/+6
|
* (Finternal_lisp_face_equal_p): Really report on faces in a frame, if theJuanma Barranquero2005-06-031-4/+4
| | | | argument FRAME is non-nil. Improve argument/docstring consistency.
* (MODE_LINE_NOPROP_LEN): New macro.Kim F. Storm2005-06-021-14/+16
| | | | | (x_consider_frame_title, Fformat_mode_line): Save offset into mode_line_noprop_buf rather than pointer, in case buffer is relocated.
* *** empty log message ***Kim F. Storm2005-06-021-0/+6
|
* Spacing and formatting fixes.Juanma Barranquero2005-06-011-24/+24
|
* (mapcar1): Maybe exit loop if original sequence was modified.Kim F. Storm2005-06-011-3/+3
|
* *** empty log message ***Kim F. Storm2005-06-011-0/+4
|
* (build_scalable_font_name): Round pixel size to theYAMAMOTO Mitsuharu2005-06-012-4/+12
| | | | nearest integer.
* (mac_to_x_fontname, mac_do_list_fonts): Set XLFDYAMAMOTO Mitsuharu2005-06-011-4/+5
| | | | resolution fields for scalable fonts to 0.
* (display_mode_line): Support nested calls to redisplayKim F. Storm2005-05-311-2/+10
| | | | and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.