| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before | Jan Djärv | 2006-02-21 | 1 | -0/+5 |
| | | | | | returning it. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-21 | 1 | -2/+7 |
| | | |||||
| * | (mac_draw_string_common): Remove arg MODE. New arg | YAMAMOTO Mitsuharu | 2006-02-21 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from mac_draw_string_cg. New arg BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. Use float constants as divisors instead of double. Use alloca instead of xmalloc/xfree. (x_draw_glyph_string_background, x_draw_glyph_string_foreground) [!MAC_OS8 || USE_ATSUI]: Background may be drawn using mac_draw_image_string* functions. (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of some fonts when srcCopy text transfer mode might be used. (mac_begin_clip, mac_end_clip): Check if region is empty. (mac_set_clip_rectangles): When resetting clip region, make it empty instead of disposing of it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-02-20 | 1 | -0/+42 |
| | | |||||
| * | * regex.c: Revert 2006-02-19 change. | Chong Yidong | 2006-02-20 | 1 | -2/+3 |
| | | | | | Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case. | ||||
| * | * regex.c (xmalloc, xrealloc): Define these when not linked to | Chong Yidong | 2006-02-20 | 1 | -0/+5 |
| | | | | | Emacs. | ||||
| * | *** empty log message *** | Luc Teirlinck | 2006-02-20 | 1 | -0/+4 |
| | | |||||
| * | (regex_compile): Call xmalloc and xrealloc. | Richard M. Stallman | 2006-02-20 | 1 | -0/+8 |
| | | | | | (regcomp): Use xmalloc. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-02-20 | 1 | -0/+8 |
| | | |||||
| * | (update_menu_bar) [MAC_OS]: Don't set | YAMAMOTO Mitsuharu | 2006-02-19 | 1 | -0/+20 |
| | | | | | w->update_mode_line if arg F is not the selected frame. | ||||
| * | * window.c (window_min_size_1): Ensure room for the scroll bar and | Chong Yidong | 2006-02-18 | 1 | -0/+5 |
| | | | | | fringes. | ||||
| * | (BASE_PURESIZE): Increment to 1200000. | Romain Francoise | 2006-02-17 | 1 | -0/+4 |
| | | |||||
| * | (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs. | Stefan Monnier | 2006-02-17 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-17 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-02-17 | 1 | -0/+5 |
| | | |||||
| * | Fix entry for 2006-02-14 | Jan Djärv | 2006-02-15 | 1 | -1/+1 |
| | | |||||
| * | (set_frame_menubar): Don't call DrawMenuBar. | YAMAMOTO Mitsuharu | 2006-02-15 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-02-15 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-02-14 | 1 | -0/+4 |
| | | |||||
| * | * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the | Jan Djärv | 2006-02-14 | 1 | -0/+8 |
| | | | | | | | | value of x-gtk-whole-detached-tool-bar. (xg_tool_bar_attach_callback): Set show-arrow to FALSE. * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. | ||||
| * | Fix address. | Jan Djärv | 2006-02-14 | 1 | -1/+1 |
| | | |||||
| * | * xterm.c (x_x_to_emacs_modifiers): Make non-static. | Jan Djärv | 2006-02-14 | 1 | -0/+12 |
| | | | | | | | | | | | * xterm.h: Declare x_x_to_emacs_modifiers. * gtkutil.c (xg_tool_bar_button_cb): New function. (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to store modifiers in event. (update_frame_tool_bar): Connect button-release-event to xg_tool_bar_button_cb. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). | Jan Djärv | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | (internal_self_insert): Handle weird auto-fill-function. | Richard M. Stallman | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-02-11 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-11 | 1 | -0/+4 |
| | | |||||
| * | (Findirect_function): Rewrite docstring. | Thien-Thi Nguyen | 2006-02-10 | 1 | -0/+5 |
| | | | | | Fix omission bug: Declare new arg NOERROR. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -0/+22 |
| | | |||||
| * | * data.c (Findirect_function): Add NOERROR arg. All callers changed | Kim F. Storm | 2006-02-10 | 1 | -0/+9 |
| | | | | | | | | | to pass Qnil for NOERROR. * keymap.c (current_minor_maps_error): Remove. (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error. | ||||
| * | * xterm.c (handle_one_xevent): Must note mouse movement even for nil | Jan Djärv | 2006-02-09 | 1 | -0/+6 |
| | | | | | | frames for GTK, in that case it is the tool bar. This is so that highlighted text get reset properly. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-09 | 1 | -1/+5 |
| | | |||||
| * | * window.c (adjust_window_trailing_edge): Check that shrinking | Jan Djärv | 2006-02-08 | 1 | -0/+5 |
| | | | | | does not set a window to size zero or less. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-02-07 | 1 | -17/+8 |
| | | |||||
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51 | Miles Bader | 2006-02-07 | 1 | -0/+6 |
| | | | | | | | | | | | Make constrain-to-field notice overlays 2006-02-08 Miles Bader <miles@gnu.org> * src/editfns.c (Fconstrain_to_field): Use Fget_char_property instead of Fget_text_property (other field functions word with overlays as well as text-properties). | ||||
| * | (unibyte_display_via_language_environment): Delete | Kenichi Handa | 2006-02-07 | 1 | -0/+14 |
| | | | | | extern. | ||||
| * | (append_glyph): Refer to it->char_to_display instead of | Kenichi Handa | 2006-02-07 | 1 | -0/+10 |
| | | | | | | | | | | it->c. (produce_glyphs): Set the character to print in it->char_to_display. Handle unibyte-display-via-language-environment. (produce_stretch_glyph): Set the character to print in it->char_to_display. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | | |||||
| * | (openp): Initialized encoded_fn before GCPRO it. | Kenichi Handa | 2006-02-06 | 1 | -0/+4 |
| | | |||||
| * | (malloc, realloc, free) [emacs]: Undefine macros before defining. | Ken Raeburn | 2006-02-05 | 1 | -0/+3 |
| | | |||||
| * | (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield | Ken Raeburn | 2006-02-05 | 1 | -0/+3 |
| | | | | | value to EMACS_INT, to suppress gcc warning. | ||||
| * | (Fconstrain_to_field): Fix int/Lisp_Object mixup. | Ken Raeburn | 2006-02-05 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-02-03 | 1 | -0/+11 |
| | | |||||
| * | (decode_composition_emacs_mule): Fix handling of | Kenichi Handa | 2006-02-02 | 1 | -0/+5 |
| | | | | | incorrect format data. | ||||
| * | * gtkutil.c (update_frame_tool_bar): Use new tool bar functions | Jan Djärv | 2006-01-31 | 1 | -0/+5 |
| | | | | | (gtk_toolbar_insert) so we can have tool bars of different sizes. | ||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-01-30 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-28 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-28 | 1 | -1/+5 |
| | | |||||
| * | * alloc.c (make_interval, allocate_string) | Chong Yidong | 2006-01-27 | 1 | -0/+7 |
| | | | | | | | (allocate_string_data, make_float, Fcons, allocate_vectorlike) (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing global variables. | ||||