aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising theJan Djärv2006-11-031-0/+5
| | | | window.
* (Fkill_emacs): Fix typo in docstring.Juanma Barranquero2006-11-021-0/+4
|
* 2006-11-02 Nozomu Ando <nand@mac.com>YAMAMOTO Mitsuharu2006-11-021-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 Barranquero2006-11-011-1/+5
|
* (create_apple_event_from_event_ref)YAMAMOTO Mitsuharu2006-10-311-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 Handa2006-10-311-0/+4
|
* * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib andChong Yidong2006-10-301-0/+5
| | | | /usr/pkg/lib to library search path.
* * ralloc.c (relinquish): Use a long for excess space counter toChong Yidong2006-10-291-0/+5
| | | | handle 64-bit case correctly.
* * m/amdx86-64.h: Add defines for OpenBSD x86-64.Chong Yidong2006-10-291-0/+4
|
* *** empty log message ***Juanma Barranquero2006-10-281-2/+6
|
* (x_draw_glyph_string_foreground): Set background mode to TRANSPARENT beforeJuanma Barranquero2006-10-271-4/+13
| | | | using overstrike to simulate bold faces.
* *** empty log message ***Kim F. Storm2006-10-231-0/+2
|
* *** empty log message ***Kim F. Storm2006-10-221-0/+6
|
* (Vread_expression_map): Define here.Richard M. Stallman2006-10-211-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 wildKenichi Handa2006-10-211-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 Yidong2006-10-191-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. Storm2006-10-191-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-10-191-0/+6
|
* * xselect.c (x_handle_selection_request): If the converted_selectionJan Djärv2006-10-191-0/+5
| | | | is NIL or XCDR (converted_selection) is NIL, decline the request.
* * gtkutil.c (get_utf8_string): Remove warnings with casts.Jan Djärv2006-10-161-0/+6
| | | | | (xg_tool_bar_button_cb): Ditto (xg_tool_bar_callback): Ditto.
* (mac_query_char_extents): Don't return glyph ID if layoutYAMAMOTO Mitsuharu2006-10-161-0/+13
| | | | | adjustment is needed. (mac_load_query_font): Check if width and height are positive.
* *** empty log message ***Richard M. Stallman2006-10-141-0/+4
|
* * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frameChong Yidong2006-10-131-0/+5
| | | | title.
* * keymap.c (Fkey_binding): Check Lisp_Object types before doingChong Yidong2006-10-131-0/+5
| | | | XCAR and XINT.
* (xbm_read_bitmap_data): Delete extra semicolon.Romain Francoise2006-10-121-0/+4
|
* Include xterm.h for x_fully_uncatch_errors and friends.Stefan Monnier2006-10-101-1/+7
|
* (syms_of_xmenu): Use Ffset rather than Fdefalias, sinceStefan Monnier2006-10-101-8/+12
| | | | Fdefalias is not declared in any *.h file.
* * dispnew.c (sit_for): Sit forever if TIMEOUT is t.Chong Yidong2006-10-101-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 forChong Yidong2006-10-101-0/+5
| | | | `minibuffer-message-timeout' seconds.
* (mac_draw_image_string, mac_draw_image_string_16): AddYAMAMOTO Mitsuharu2006-10-081-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 Rumney2006-10-071-0/+5
| | | | | * w32fns.c (w32_createwindow): Honour left and top positions if supplied explicitly.
* *** empty log message ***Kim F. Storm2006-10-061-0/+4
|
* * frame.c (Qinhibit_face_set_after_frame_default): New var.Chong Yidong2006-10-051-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 Monnier2006-10-031-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. Storm2006-10-031-0/+5
|
* (handle_fontified_prop): Don't fontify at EOB.Stefan Monnier2006-10-011-0/+4
|
* configureEli Zaretskii2006-09-301-0/+4
|
* *** empty log message ***Juri Linkov2006-09-291-0/+5
|
* (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2006-09-281-0/+4
|
* * indent.c (Fvertical_motion): Do move back if the Lisp stringChong Yidong2006-09-261-0/+5
| | | | being displayed contains newlines.
* (mac_compute_glyph_string_overhangs, XLoadQueryFont)YAMAMOTO Mitsuharu2006-09-261-0/+5
| | | | [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
* (Fsingle_key_description): For an invalid char, retuenKenichi Handa2006-09-261-0/+5
| | | | "Invalid char code NNNNN".
* * callint.c (Fcall_interactively): Doc fix.Chong Yidong2006-09-251-0/+4
|
* (x_underline_at_descent_line): New variable.YAMAMOTO Mitsuharu2006-09-251-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 forKenichi Handa2006-09-251-0/+5
| | | | generic characters.
* *** empty log message ***Richard M. Stallman2006-09-241-0/+4
|
* *** empty log message ***Eli Zaretskii2006-09-241-0/+5
|
* (w32-pass-alt-to-system, w32-alt-is-meta)Eli Zaretskii2006-09-241-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 Barranquero2006-09-231-2/+6
| | | | Fix typos in docstrings.
* (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.Romain Francoise2006-09-231-0/+4
|