| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the | Jan Djärv | 2006-11-03 | 1 | -0/+5 |
| | | | | | window. | ||||
| * | (Fkill_emacs): Fix typo in docstring. | Juanma Barranquero | 2006-11-02 | 1 | -0/+4 |
| | | |||||
| * | 2006-11-02 Nozomu Ando <nand@mac.com> | YAMAMOTO Mitsuharu | 2006-11-02 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | * unexmacosx.c (mach_header, segment_command, vm_region, section) [_LP64]: New defines. (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT) (MH_MAGIC) [_LP64]: Redefine. (delta): Remove variable. (curr_file_offset, pagesize): New variables. (ROUNDUP_TO_PAGE_BOUNDARY): New macro. (data_segment_old_fileoff): Initialize explicitly. (print_region, unexec_regions_recorder, print_load_command_name) (copy_segment, copy_data_segment): Use long format in printf. (MAX_UNEXEC_REGIONS): Increase to 400. (unexec_regions_recorder): Don't warn too many regions here. (find_emacs_zone_regions): Warn too many regions here. (print_load_command_name) [_LP64]: Show correct load command name. (copy_segment, copy_data_segment): Use variable `curr_file_offset'. Show starting virtual memory address. Don't show ending file offset. (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA. (dump_it): Use new local variable `linkedit_delta' and pass to them. Error if trying to handle multiple DATA segments. (unexec): Initialize variable `pagesize'. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-01 | 1 | -1/+5 |
| | | |||||
| * | (create_apple_event_from_event_ref) | YAMAMOTO Mitsuharu | 2006-10-31 | 1 | -0/+55 |
| | | | | | | | (create_apple_event_from_drag_ref, xrm_merge_string_database) (xrm_get_resource, xrm_get_preference_database): Add const qualifier to arguments in externs. | ||||
| * | (xic_create_xfontset): Fix previous change. | Kenichi Handa | 2006-10-31 | 1 | -0/+4 |
| | | |||||
| * | * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and | Chong Yidong | 2006-10-30 | 1 | -0/+5 |
| | | | | | /usr/pkg/lib to library search path. | ||||
| * | * ralloc.c (relinquish): Use a long for excess space counter to | Chong Yidong | 2006-10-29 | 1 | -0/+5 |
| | | | | | handle 64-bit case correctly. | ||||
| * | * m/amdx86-64.h: Add defines for OpenBSD x86-64. | Chong Yidong | 2006-10-29 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-10-28 | 1 | -2/+6 |
| | | |||||
| * | (x_draw_glyph_string_foreground): Set background mode to TRANSPARENT before | Juanma Barranquero | 2006-10-27 | 1 | -4/+13 |
| | | | | | using overstrike to simulate bold faces. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-23 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-22 | 1 | -0/+6 |
| | | |||||
| * | (Vread_expression_map): Define here. | Richard M. Stallman | 2006-10-21 | 1 | -0/+8 |
| | | | | | | | (Qread_expression_history): New variable. (syms_of_minibuf): Initialize them. (Feval_minibuffer): Use Vread_expression_map and Qread_expression_history. | ||||
| * | (xic_create_fontsetname): If ADSTYLE field is not a wild | Kenichi Handa | 2006-10-21 | 1 | -0/+7 |
| | | | | | | | card, change it to "*". (xic_create_xfontset): Call XCreateFontSet for each single fontname in fontsetname. | ||||
| * | * callint.c (callint_message): Convert to a Lisp string. | Chong Yidong | 2006-10-19 | 1 | -0/+8 |
| | | | | | | | | (syms_of_callint): Initialize it. (callint_message_size): Var deleted. (Fcall_interactively): Use Fformat instead of doprnt to construct prompt string. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-19 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-10-19 | 1 | -0/+6 |
| | | |||||
| * | * xselect.c (x_handle_selection_request): If the converted_selection | Jan Djärv | 2006-10-19 | 1 | -0/+5 |
| | | | | | is NIL or XCDR (converted_selection) is NIL, decline the request. | ||||
| * | * gtkutil.c (get_utf8_string): Remove warnings with casts. | Jan Djärv | 2006-10-16 | 1 | -0/+6 |
| | | | | | | (xg_tool_bar_button_cb): Ditto (xg_tool_bar_callback): Ditto. | ||||
| * | (mac_query_char_extents): Don't return glyph ID if layout | YAMAMOTO Mitsuharu | 2006-10-16 | 1 | -0/+13 |
| | | | | | | adjustment is needed. (mac_load_query_font): Check if width and height are positive. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-10-14 | 1 | -0/+4 |
| | | |||||
| * | * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame | Chong Yidong | 2006-10-13 | 1 | -0/+5 |
| | | | | | title. | ||||
| * | * keymap.c (Fkey_binding): Check Lisp_Object types before doing | Chong Yidong | 2006-10-13 | 1 | -0/+5 |
| | | | | | XCAR and XINT. | ||||
| * | (xbm_read_bitmap_data): Delete extra semicolon. | Romain Francoise | 2006-10-12 | 1 | -0/+4 |
| | | |||||
| * | Include xterm.h for x_fully_uncatch_errors and friends. | Stefan Monnier | 2006-10-10 | 1 | -1/+7 |
| | | |||||
| * | (syms_of_xmenu): Use Ffset rather than Fdefalias, since | Stefan Monnier | 2006-10-10 | 1 | -8/+12 |
| | | | | | Fdefalias is not declared in any *.h file. | ||||
| * | * dispnew.c (sit_for): Sit forever if TIMEOUT is t. | Chong Yidong | 2006-10-10 | 1 | -0/+6 |
| | | | | | | | | | | * keyboard.c (command_loop_1): Handle non-number values of `minibuffer-message-timeout'. (Fexecute_extended_command): Fix typo. * minibuf.c (temp_echo_area_glyphs): Sit for `minibuffer-message-timeout' seconds. | ||||
| * | * minibuf.c (temp_echo_area_glyphs): Sit for | Chong Yidong | 2006-10-10 | 1 | -0/+5 |
| | | | | | `minibuffer-message-timeout' seconds. | ||||
| * | (mac_draw_image_string, mac_draw_image_string_16): Add | YAMAMOTO Mitsuharu | 2006-10-08 | 1 | -0/+13 |
| | | | | | | | | | | | | | argument OVERSTRIKE_P. (mac_draw_string_common, mac_draw_image_string_cg): Likewise. Support overstrike. (mac_draw_string, mac_draw_string_16): Remove functions. (x_draw_glyph_string_foreground): Use overstrike when needed. (x_draw_composite_glyph_string_foreground): Likewise. Use mac_draw_image_string_16 instead of mac_draw_string_16. (mac_load_query_font): Rename from XLoadQueryFont. Take argument F instead of DPY. All uses changed. Don't save/restore font. | ||||
| * | 2006-10-07 Ralf Angeli <angeli@caeruleus.net> | Jason Rumney | 2006-10-07 | 1 | -0/+5 |
| | | | | | | * w32fns.c (w32_createwindow): Honour left and top positions if supplied explicitly. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-06 | 1 | -0/+4 |
| | | |||||
| * | * frame.c (Qinhibit_face_set_after_frame_default): New var. | Chong Yidong | 2006-10-05 | 1 | -0/+7 |
| | | | | | | | (syms_of_frame): Initialize it. (x_set_frame_parameters): Avoid resetting :font attributes to the new-frame defaults. | ||||
| * | (compile_pattern): Only check `cp->syntax_table' if needed. | Stefan Monnier | 2006-10-03 | 1 | -0/+14 |
| | | | | | | | (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'. (clear_regexp_cache): Only flush those regexps which depend on a syntax-table. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-03 | 1 | -0/+5 |
| | | |||||
| * | (handle_fontified_prop): Don't fontify at EOB. | Stefan Monnier | 2006-10-01 | 1 | -0/+4 |
| | | |||||
| * | configure | Eli Zaretskii | 2006-09-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2006-09-29 | 1 | -0/+5 |
| | | |||||
| * | (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM). | Stefan Monnier | 2006-09-28 | 1 | -0/+4 |
| | | |||||
| * | * indent.c (Fvertical_motion): Do move back if the Lisp string | Chong Yidong | 2006-09-26 | 1 | -0/+5 |
| | | | | | being displayed contains newlines. | ||||
| * | (mac_compute_glyph_string_overhangs, XLoadQueryFont) | YAMAMOTO Mitsuharu | 2006-09-26 | 1 | -0/+5 |
| | | | | | [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds. | ||||
| * | (Fsingle_key_description): For an invalid char, retuen | Kenichi Handa | 2006-09-26 | 1 | -0/+5 |
| | | | | | "Invalid char code NNNNN". | ||||
| * | * callint.c (Fcall_interactively): Doc fix. | Chong Yidong | 2006-09-25 | 1 | -0/+4 |
| | | |||||
| * | (x_underline_at_descent_line): New variable. | YAMAMOTO Mitsuharu | 2006-09-25 | 1 | -0/+7 |
| | | | | | | | (syms_of_macterm): DEFVAR_BOOL it. (x_draw_glyph_string): Use it. (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent. | ||||
| * | (Fsingle_key_description): Return unique names for | Kenichi Handa | 2006-09-25 | 1 | -0/+5 |
| | | | | | generic characters. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-09-24 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-24 | 1 | -0/+5 |
| | | |||||
| * | (w32-pass-alt-to-system, w32-alt-is-meta) | Eli Zaretskii | 2006-09-24 | 1 | -0/+8 |
| | | | | | | | | (w32-pass-lwindow-to-system, w32-enable-num-lock) (w32-enable-caps-lock, w32-scroll-lock-modifier) (w32-lwindow-modifier, w32-rwindow-modifier) (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix. | ||||
| * | (Finternal_complete_buffer, Fread_minibuffer, Fdisplay_completion_list): | Juanma Barranquero | 2006-09-23 | 1 | -2/+6 |
| | | | | | Fix typos in docstrings. | ||||
| * | (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too. | Romain Francoise | 2006-09-23 | 1 | -0/+4 |
| | | |||||