aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (x_set_window_size): Disable code that attempts to tellJason Rumney2007-10-091-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. Stallman2007-10-091-0/+5
|
* *** empty log message ***Martin Rudalics2007-10-061-0/+18
|
* (Fwrite_region): Ignore EINVAL error from fsync.Andreas Schwab2007-10-061-0/+4
|
* (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-051-0/+4
|
* (mac_load_query_font): Fix missing return value.YAMAMOTO Mitsuharu2007-10-051-0/+6
| | | | | [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap): Add BLOCK_INPUT.
* *** empty log message ***Jason Rumney2007-10-051-0/+4
|
* *** empty log message ***Richard M. Stallman2007-10-021-0/+4
|
* (get_window_cursor_type): Implement documented behaviorRichard M. Stallman2007-10-021-0/+5
| | | | for cursor-in-non-selected-windows = t.
* *** empty log message ***Richard M. Stallman2007-10-011-4/+0
|
* (Fload): Fix typo in docstring.Juanma Barranquero2007-10-011-0/+4
|
* (standard_args): Change priority of "--no-splash"Juri Linkov2007-09-291-0/+5
| | | | from 40 to 3. Add "--no-desktop" with the same priority.
* (globals_of_w32fns): Init common controls.Jason Rumney2007-09-271-0/+6
|
* *** empty log message ***Andreas Schwab2007-09-221-0/+5
|
* Whitespace change.Richard M. Stallman2007-09-211-0/+4
|
* (x_draw_glyph_string): Use strike_through_color, not underline_color,Juanma Barranquero2007-09-211-7/+13
| | | | to draw strike-through.
* *** empty log message ***Glenn Morris2007-09-201-0/+4
|
* (Foverlays_at): Doc fix.Richard M. Stallman2007-09-191-0/+4
|
* (Fplist_put): Preserve uneven tail data.Stefan Monnier2007-09-181-0/+4
|
* (xg_get_image_for_pixmap): Always create a GdkPixbufJan Djärv2007-09-161-0/+8
| | | | | | | when we have no file name for the icon. (xg_tool_bar_expose_callback): Remove. (xg_create_tool_bar): Don't connect expose signal to xg_tool_bar_expose_callback.
* No longer define `static' as nothing.Glenn Morris2007-09-151-0/+4
|
* (our_memory_fill_input_buffer) <buffer>: Move to file scope and renameGlenn Morris2007-09-141-0/+8
| | | | | to omfib_buffer for clarity. (gif_load) <interlace_start, interlace_increment>: Move to file scope.
* (abs): #undef before #define.Jan Djärv2007-09-141-0/+11
|
* (cnt): Rename to x_reply_selection_request_cnt for clarity.Glenn Morris2007-09-121-0/+8
| | | | (x_reply_selection_request): All uses changed.
* (gif_load): Fix bug: Handle nonexistent colormap.Thien-Thi Nguyen2007-09-061-0/+4
|
* (menu_grab_callback) <cnt>: Move static variable to file scope.Glenn Morris2007-09-061-0/+1
|
* *** empty log message ***Glenn Morris2007-09-061-0/+5
|
* *** empty log message ***Jason Rumney2007-09-021-0/+4
|
* (file_for_image, find_rtl_image): New functions.Jan Djärv2007-09-021-0/+13
| | | | | | (xg_get_image_for_pixmap): Use file_for_image (update_frame_tool_bar): If direction is RTL, use RTL image if defined. Use Gtk stock images or named theme icons if defined.
* (syms_of_keyboard): Set up new Lisp variableMartin Rudalics2007-08-291-0/+11
| | | | | | | | last-repeatable-command. (init_kboard): Initialize Vlast_repeatable_command. (command_loop_1): Set it to real_this_command unless that was bound to an input event. (mark_kboards): Mark it.
* (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.Juanma Barranquero2007-08-281-0/+5
|
* (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGEDJan Djärv2007-08-281-0/+5
| | | | so no Lisp code is executed.
* (x_draw_composite_glyph_string_foreground): Draw rectangleYAMAMOTO Mitsuharu2007-08-271-0/+5
| | | | for nonexistent or zero-width glyph in composition glyph.
* (tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEXRichard M. Stallman2007-08-271-0/+10
| | | | and LFACE_BACKGROUND_INDEX in incorrectly copied code.
* (load_warn_old_style_backquotes): Fix up array size typo.Stefan Monnier2007-08-231-0/+4
|
* (Qold_style_backquotes): New var.Stefan Monnier2007-08-221-0/+6
| | | | | | | (syms_of_lread): Init and staticpro it. (load_warn_old_style_backquotes): New fun. (Fload): Use them to warn about old style backquotes. (end_of_file_error, Fload): Remove unused vars.
* (Fclear_face_cache, Fx_send_client_event): Declare.Stefan Monnier2007-08-221-0/+2
|
* (syms_of_lread): Export old-style-backquotes to Elisp.Stefan Monnier2007-08-221-1/+1
|
* (Vold_style_backquotes): New var.Stefan Monnier2007-08-221-0/+6
| | | | | (syms_of_lread): Init and staticpro it. (read1): Set it when we find an old-style (back)quote.
* (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.Jason Rumney2007-08-221-0/+4
|
* (reset_var_on_error): New fun.Stefan Monnier2007-08-211-0/+8
| | | | | | | (signal_before_change, signal_after_change): Use it to reset (after|before)-change-functions to nil in case of error. Bind inhibit-modification-hooks to t. Don't bind (after|before)-change-functions to nil while they run.
* (pure): Round PURESIZE up.Andreas Schwab2007-08-191-0/+4
|
* (handle_one_xevent): Remove check that mouse click is inJan Djärv2007-08-171-0/+5
| | | | active frame.
* *** empty log message ***Glenn Morris2007-08-161-2/+2
|
* Philippe Waroquiers <philippe.waroquiers at eurocontrol.int>Glenn Morris2007-08-151-0/+5
| | | | | (tty_default_color_capabilities): Explicitly initialize static variables in file scope, to avoid HPUX compiler problem.
* (update_frame_tool_bar): Use -1 as indexJan Djärv2007-08-131-0/+5
| | | | to gtk_toolbar_insert.
* (x_draw_image_glyph_string): Adjust stipple origin whenYAMAMOTO Mitsuharu2007-08-111-0/+5
| | | | filling pixmap with stippled background.
* (new_backquote_output): Rename from old_backquote_output.Stefan Monnier2007-08-101-0/+6
| | | | | (print): Inverse its logic (according to its name) so as to match the behavior of new_backquote_flag in lread.c.
* (posix_memalign): New function.YAMAMOTO Mitsuharu2007-08-091-2/+6
|
* Replace `iff' in comments.Glenn Morris2007-08-081-0/+4
|