aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE beforeJan Djärv2006-02-211-0/+5
| | | | returning it.
* *** empty log message ***Juanma Barranquero2006-02-211-2/+7
|
* (mac_draw_string_common): Remove arg MODE. New argYAMAMOTO Mitsuharu2006-02-211-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. Storm2006-02-201-0/+42
|
* * regex.c: Revert 2006-02-19 change.Chong Yidong2006-02-201-2/+3
| | | | Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
* * regex.c (xmalloc, xrealloc): Define these when not linked toChong Yidong2006-02-201-0/+5
| | | | Emacs.
* *** empty log message ***Luc Teirlinck2006-02-201-0/+4
|
* (regex_compile): Call xmalloc and xrealloc.Richard M. Stallman2006-02-201-0/+8
| | | | (regcomp): Use xmalloc.
* *** empty log message ***Richard M. Stallman2006-02-201-0/+8
|
* (update_menu_bar) [MAC_OS]: Don't setYAMAMOTO Mitsuharu2006-02-191-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 andChong Yidong2006-02-181-0/+5
| | | | fringes.
* (BASE_PURESIZE): Increment to 1200000.Romain Francoise2006-02-171-0/+4
|
* (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.Stefan Monnier2006-02-171-0/+5
|
* *** empty log message ***Juanma Barranquero2006-02-171-0/+4
|
* *** empty log message ***Kenichi Handa2006-02-171-0/+5
|
* Fix entry for 2006-02-14Jan Djärv2006-02-151-1/+1
|
* (set_frame_menubar): Don't call DrawMenuBar.YAMAMOTO Mitsuharu2006-02-151-0/+8
|
* *** empty log message ***Richard M. Stallman2006-02-151-0/+2
|
* *** empty log message ***Richard M. Stallman2006-02-141-0/+4
|
* * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to theJan Djärv2006-02-141-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ärv2006-02-141-1/+1
|
* * xterm.c (x_x_to_emacs_modifiers): Make non-static.Jan Djärv2006-02-141-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. Stallman2006-02-131-0/+4
|
* * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).Jan Djärv2006-02-131-0/+4
|
* (internal_self_insert): Handle weird auto-fill-function.Richard M. Stallman2006-02-131-0/+4
|
* *** empty log message ***Eli Zaretskii2006-02-111-0/+7
|
* *** empty log message ***Juanma Barranquero2006-02-111-0/+4
|
* (Findirect_function): Rewrite docstring.Thien-Thi Nguyen2006-02-101-0/+5
| | | | Fix omission bug: Declare new arg NOERROR.
* *** empty log message ***YAMAMOTO Mitsuharu2006-02-101-0/+22
|
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-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 nilJan Djärv2006-02-091-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 Barranquero2006-02-091-1/+5
|
* * window.c (adjust_window_trailing_edge): Check that shrinkingJan Djärv2006-02-081-0/+5
| | | | does not set a window to size zero or less.
* *** empty log message ***Kim F. Storm2006-02-071-17/+8
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51Miles Bader2006-02-071-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): DeleteKenichi Handa2006-02-071-0/+14
| | | | extern.
* (append_glyph): Refer to it->char_to_display instead ofKenichi Handa2006-02-071-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 Nguyen2006-02-061-1/+2
|
* (openp): Initialized encoded_fn before GCPRO it.Kenichi Handa2006-02-061-0/+4
|
* (malloc, realloc, free) [emacs]: Undefine macros before defining.Ken Raeburn2006-02-051-0/+3
|
* (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfieldKen Raeburn2006-02-051-0/+3
| | | | value to EMACS_INT, to suppress gcc warning.
* (Fconstrain_to_field): Fix int/Lisp_Object mixup.Ken Raeburn2006-02-051-0/+4
|
* *** empty log message ***Kim F. Storm2006-02-031-0/+11
|
* (decode_composition_emacs_mule): Fix handling ofKenichi Handa2006-02-021-0/+5
| | | | incorrect format data.
* * gtkutil.c (update_frame_tool_bar): Use new tool bar functionsJan Djärv2006-01-311-0/+5
| | | | (gtk_toolbar_insert) so we can have tool bars of different sizes.
* *** empty log message ***Luc Teirlinck2006-01-301-0/+4
|
* *** empty log message ***Juanma Barranquero2006-01-301-0/+5
|
* *** empty log message ***Luc Teirlinck2006-01-281-1/+1
|
* *** empty log message ***Luc Teirlinck2006-01-281-1/+5
|
* * alloc.c (make_interval, allocate_string)Chong Yidong2006-01-271-0/+7
| | | | | | (allocate_string_data, make_float, Fcons, allocate_vectorlike) (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing global variables.