| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Luc Teirlinck | 2005-06-06 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-06-06 | 1 | -0/+4 |
| | | |||||
| * | (popup_get_selection): Undo previous change. | Richard M. Stallman | 2005-06-06 | 1 | -4/+0 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2005-06-06 | 1 | -0/+8 |
| | | |||||
| * | (Qno_break_space): New variable. | Juri Linkov | 2005-06-06 | 1 | -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 has | Jan Djärv | 2005-06-06 | 2 | -1/+53 |
| | | | | | a h/vchild. | ||||
| * | *** empty log message *** | Kenichi Handa | 2005-06-06 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-06-05 | 1 | -0/+5 |
| | | |||||
| * | (sys_setsockopt): Change arg 4 to `const void *'. In the | Eli Zaretskii | 2005-06-05 | 1 | -2/+2 |
| | | | | | call to pfn_setsockopt, cast optval to `const char *'. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-06-05 | 1 | -2/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-06-04 | 1 | -0/+4 |
| | | |||||
| * | (gettimeofday): Use struct _timeb, not struct timeb. | Eli Zaretskii | 2005-06-04 | 1 | -2/+2 |
| | | | | | | (open_unc_volume): Cast return value of map_w32_filename, to avoid compiler warnings. | ||||
| * | (fileno): Don't define if already defined. | Eli Zaretskii | 2005-06-04 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-06-04 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-06-04 | 1 | -0/+3 |
| | | |||||
| * | Include w32heap.h, to avoid compiler warning about sbrk. | Eli Zaretskii | 2005-06-04 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-06-04 | 1 | -0/+4 |
| | | |||||
| * | (DOC): Define to point to the generated DOC-X. | Eli Zaretskii | 2005-06-04 | 1 | -0/+2 |
| | | |||||
| * | (popup_get_selection): Click not in menu deactivates menu. | Richard M. Stallman | 2005-06-04 | 2 | -0/+8 |
| | | |||||
| * | * macmenu.c (cleanup_popup_menu): New function. | Jan Djärv | 2005-06-04 | 2 | -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. Storm | 2005-06-03 | 1 | -0/+16 |
| | | |||||
| * | (decode_coding_string): Handle CODING_FINISH_INTERRUPT. | Kim F. Storm | 2005-06-03 | 1 | -0/+1 |
| | | |||||
| * | (Fcall_process): Don't use alloca to gradually | Kim F. Storm | 2005-06-03 | 1 | -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. Storm | 2005-06-03 | 1 | -0/+3 |
| | | |||||
| * | (unbind_to): Preserve value of Vquit_flag. | Kim F. Storm | 2005-06-03 | 1 | -5/+5 |
| | | |||||
| * | (handle_one_xevent): Also ignore mouse motion just | Kim F. Storm | 2005-06-03 | 1 | -6/+6 |
| | | | | | before a button release event. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2005-06-03 | 1 | -0/+6 |
| | | |||||
| * | (Finternal_lisp_face_equal_p): Really report on faces in a frame, if the | Juanma Barranquero | 2005-06-03 | 1 | -4/+4 |
| | | | | | argument FRAME is non-nil. Improve argument/docstring consistency. | ||||
| * | (MODE_LINE_NOPROP_LEN): New macro. | Kim F. Storm | 2005-06-02 | 1 | -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. Storm | 2005-06-02 | 1 | -0/+6 |
| | | |||||
| * | Spacing and formatting fixes. | Juanma Barranquero | 2005-06-01 | 1 | -24/+24 |
| | | |||||
| * | (mapcar1): Maybe exit loop if original sequence was modified. | Kim F. Storm | 2005-06-01 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-06-01 | 1 | -0/+4 |
| | | |||||
| * | (build_scalable_font_name): Round pixel size to the | YAMAMOTO Mitsuharu | 2005-06-01 | 2 | -4/+12 |
| | | | | | nearest integer. | ||||
| * | (mac_to_x_fontname, mac_do_list_fonts): Set XLFD | YAMAMOTO Mitsuharu | 2005-06-01 | 1 | -4/+5 |
| | | | | | resolution fields for scalable fonts to 0. | ||||
| * | (display_mode_line): Support nested calls to redisplay | Kim F. Storm | 2005-05-31 | 1 | -2/+10 |
| | | | | | and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-05-31 | 1 | -4/+10 |
| | | |||||
| * | (note_mode_line_or_margin_highlight): Lisp_Object/int mixup. | Stefan Monnier | 2005-05-31 | 2 | -18/+20 |
| | | |||||
| * | (Finsert_file_contents): Lisp_Object/int mixup. | Stefan Monnier | 2005-05-31 | 1 | -1/+1 |
| | | |||||
| * | (mode_line_noprop_buf, mode_line_noprop_buf_end) | Kim F. Storm | 2005-05-31 | 1 | -169/+263 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (mode_line_noprop_ptr): Rename from frame_title_*. (store_mode_line_noprop_char): Rename from store_frame_title_char. (store_mode_line_noprop): Rename from store_frame_title. (mode_line_target): New enum to specify current output target for mode line formatting. (display_mode_element): Test it rather than frame_title_ptr and mode_line_string_list to determine where output should go. (mode_line_proptrans_alist, mode_line_string_alist): Make static. (Vmode_line_unwind_vector): New variable. (format_mode_line_unwind_data, unwind_format_mode_line): New functions for unwind protection in mode line formatting. (x_consider_frame_title): Use them and new local var 'title_start' to support nested calls to format-mode-line. Set mode_line_target to MODE_LINE_TITLE. (Fformat_mode_line): Use them and new local var 'string_start' to support nested calls to format-mode-line. Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING. Don't trim trailing dashes. (decode_mode_spec): Don't make infinite number of trailing dashes for MODE_LINE_NOPROP and MODE_LINE_STRING targets. (syms_of_xdisp): Initialize and staticpro mode_line_string_face, mode_line_string_face_prop, and Vmode_line_unwind_vector. (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf. Initialize mode_line_target to MODE_LINE_DISPLAY. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-05-31 | 1 | -0/+27 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-05-29 | 1 | -0/+4 |
| | | |||||
| * | (Fbuffer_local_value): Call indirect_variable. | Richard M. Stallman | 2005-05-29 | 1 | -0/+3 |
| | | |||||
| * | * xdisp.c (note_mode_line_or_margin_highlight): Change the | Masatake YAMATO | 2005-05-27 | 2 | -0/+8 |
| | | | | | pointer to a hand cursor when hoovering over a mouse-face. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2005-05-27 | 1 | -0/+4 |
| | | |||||
| * | (Vimage_library_alist): Moved from image.el. | Juanma Barranquero | 2005-05-27 | 1 | -1/+21 |
| | | | | | | (syms_of_image): Defvar it. (lookup_image_type): Use it. | ||||
| * | *** empty log message *** | Kenichi Handa | 2005-05-27 | 2 | -0/+24 |
| | | |||||
| * | (x_encode_char): Call check_ccl_update in advance. | Kenichi Handa | 2005-05-27 | 1 | -0/+1 |
| | | |||||
| * | Now an element of Vccl_program_table is a vector of | Kenichi Handa | 2005-05-27 | 1 | -16/+56 |
| | | | | | | | | | | | | length 4, not 3. (ccl_get_compiled_code): New arg idx. Caller changed. Adjusted for the change of Vccl_program_table. (setup_ccl_program): Adjusted for the change of Vccl_program_table. (check_ccl_update): New function. (Fregister_ccl_program): Use ASET to set an element of a vector. Adjusted for the change of Vccl_program_table. | ||||
| * | (Fbuffer_local_value): Make argument name match its use in docstring. | Juanma Barranquero | 2005-05-27 | 2 | -18/+23 |
| | | |||||