| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (update_frame_tool_bar): Don't call x-gtk-map-stock if | Jan Djärv | 2007-11-22 | 1 | -0/+5 |
| | | | | | file for image is nil. | ||||
| * | (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping | Jason Rumney | 2007-11-19 | 1 | -0/+5 |
| | | | | | returns NULL on failure. | ||||
| * | (Fset_match_data): Remove the `evaporate' feature. | Stefan Monnier | 2007-11-16 | 1 | -2/+7 |
| | | | | | (unwind_set_match_data): Don't use the `evaporate' feature. | ||||
| * | *** empty log message *** | Andreas Schwab | 2007-11-16 | 1 | -2/+2 |
| | | |||||
| * | (Fformat): When formatting an integer as float take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -0/+1 |
| | | |||||
| * | (Fformat): Correctly format EMACS_INT values. | Andreas Schwab | 2007-11-15 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-15 | 1 | -0/+20 |
| | | |||||
| * | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 1 | -0/+10 |
| | | | | | | | | | to deleted entries; they are an implementation detail. (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables. (Fw32_define_rgb_color, Fw32_load_color_file): Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-13 | 1 | -2/+7 |
| | | |||||
| * | (BASE_PURESIZE): Increase to 1130000. | Juri Linkov | 2007-11-10 | 1 | -0/+4 |
| | | |||||
| * | (load_overlay_strings): Fix copy&paste typo. | Stefan Monnier | 2007-11-10 | 1 | -1/+5 |
| | | |||||
| * | * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE | Chong Yidong | 2007-11-07 | 1 | -0/+7 |
| | | | | | | | twice. * xdisp.c (handle_face_prop): Fix last change. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2007-11-06 | 1 | -0/+20 |
| | | |||||
| * | (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and | Jan Djärv | 2007-11-06 | 1 | -0/+5 |
| | | | | | abort with a message on unhandled store_type values. | ||||
| * | (handle_face_prop): Use face_at_buffer_position_no_overlays | Richard M. Stallman | 2007-11-03 | 1 | -0/+7 |
| | | | | | to get the base face for an overlay string. | ||||
| * | (handle_stop): Move some code out of loop. | Richard M. Stallman | 2007-11-03 | 1 | -0/+4 |
| | | |||||
| * | Johan Bockg� <bojohan at gnu.org> | Glenn Morris | 2007-11-01 | 1 | -0/+6 |
| | | | | | | | | | (x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it has already been set by x_set_glyph_string_gc from x_draw_glyph_string. http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html | ||||
| * | [USE_ATSUI] (Fmac_atsu_font_face_attributes): | YAMAMOTO Mitsuharu | 2007-10-31 | 1 | -0/+5 |
| | | | | | Fix conversion from Lisp object to ATSUFontID. | ||||
| * | (Fformat_mode_line): Do nothing when noninteractive. | Jason Rumney | 2007-10-30 | 1 | -0/+4 |
| | | |||||
| * | (unexec_regions_recorder, unexec_regions_merge): | YAMAMOTO Mitsuharu | 2007-10-30 | 1 | -0/+6 |
| | | | | | | Don't assume regions are aligned to page boundary. (print_load_command_name): Add LC_UUID if defined. | ||||
| * | (syms_of_emacs) <installation-directory>: Reflow docstring. | Richard M. Stallman | 2007-10-30 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring. | Juanma Barranquero | 2007-10-29 | 1 | -0/+5 |
| | | | | | <installation-directory>: Reflow docstring. | ||||
| * | (window_min_size_2): Don't count header-line. | Martin Rudalics | 2007-10-26 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-10-25 | 1 | -0/+1 |
| | | |||||
| * | (init_environment): Fix tiny memory leak. | Juanma Barranquero | 2007-10-25 | 1 | -0/+4 |
| | | |||||
| * | Include math.h. | Jason Rumney | 2007-10-24 | 1 | -0/+4 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2007-10-24 | 1 | -0/+9 |
| | | |||||
| * | (Fset_process_filter): Doc fix. | Juanma Barranquero | 2007-10-19 | 1 | -0/+4 |
| | | |||||
| * | (Qcompletion_ignore_case): New external Lisp_Object. | Glenn Morris | 2007-10-17 | 1 | -0/+12 |
| | | | | | (Fread_file_name): Use it rather than intern'ing. | ||||
| * | (handle_display_prop): Ignore display specs after | YAMAMOTO Mitsuharu | 2007-10-16 | 1 | -0/+7 |
| | | | | | | | replacing one when string text is being replaced. (handle_single_display_spec): Pretend as if characters with display property haven't been consumed only when buffer text is being replaced. | ||||
| * | (Ffset): Save autoload of the function being set. | Juanma Barranquero | 2007-10-14 | 1 | -1/+7 |
| | | |||||
| * | John Paul Wallington <jpw at pobox.com> | Glenn Morris | 2007-10-14 | 1 | -0/+5 |
| | | | | | | (x_create_tip_frame): Set the `display-type' frame parameter before setting up faces. | ||||
| * | (dos_rawgetc): Undo last change (there's no ``leaving selected frame'' | Eli Zaretskii | 2007-10-13 | 1 | -0/+5 |
| | | | | | on MSDOS). | ||||
| * | (Qexplicit_name): New variable. | Martin Rudalics | 2007-10-12 | 1 | -0/+6 |
| | | | | | | (x_report_frame_params): Report it in parameter alist. (syms_of_frame): Intern and staticpro it. | ||||
| * | (x_set_window_size): Disable code that attempts to tell | Jason Rumney | 2007-10-09 | 1 | -0/+5 |
| | | | | | Lisp code about a size change before it actually happens. | ||||
| * | (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN. | Richard M. Stallman | 2007-10-09 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Martin Rudalics | 2007-10-06 | 1 | -0/+18 |
| | | |||||
| * | (Fwrite_region): Ignore EINVAL error from fsync. | Andreas Schwab | 2007-10-06 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_image) <image-types>: Fix typo in docstring. | Juanma Barranquero | 2007-10-05 | 1 | -0/+4 |
| | | |||||
| * | (mac_load_query_font): Fix missing return value. | YAMAMOTO Mitsuharu | 2007-10-05 | 1 | -0/+6 |
| | | | | | | [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap): Add BLOCK_INPUT. | ||||
| * | *** empty log message *** | Jason Rumney | 2007-10-05 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2007-10-02 | 1 | -0/+4 |
| | | |||||
| * | (get_window_cursor_type): Implement documented behavior | Richard M. Stallman | 2007-10-02 | 1 | -0/+5 |
| | | | | | for cursor-in-non-selected-windows = t. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2007-10-01 | 1 | -4/+0 |
| | | |||||
| * | (Fload): Fix typo in docstring. | Juanma Barranquero | 2007-10-01 | 1 | -0/+4 |
| | | |||||
| * | (standard_args): Change priority of "--no-splash" | Juri Linkov | 2007-09-29 | 1 | -0/+5 |
| | | | | | from 40 to 3. Add "--no-desktop" with the same priority. | ||||
| * | (globals_of_w32fns): Init common controls. | Jason Rumney | 2007-09-27 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Andreas Schwab | 2007-09-22 | 1 | -0/+5 |
| | | |||||
| * | Whitespace change. | Richard M. Stallman | 2007-09-21 | 1 | -0/+4 |
| | | |||||
| * | (x_draw_glyph_string): Use strike_through_color, not underline_color, | Juanma Barranquero | 2007-09-21 | 1 | -7/+13 |
| | | | | | to draw strike-through. | ||||