comparison src/ChangeLog @ 109302:60516122d066

Merge changes from emacs-23 branch.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 10 Jul 2010 14:52:53 -0400
parents ff3561236472 d7201a19a376
children c17b03e52a4a
comparison
equal deleted inserted replaced
109190:8afa85da3f2d 109302:60516122d066
800 800
801 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): 801 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
802 Improve documentation. Return font regardless of use_system_font. 802 Improve documentation. Return font regardless of use_system_font.
803 (syms_of_xsettings): Improve documentation for font-use-system-font. 803 (syms_of_xsettings): Improve documentation for font-use-system-font.
804 804
805 2009-06-17 Naohiro Aota <naota@elisp.net> (tiny change) 805 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
806
807 * xfaces.c (realize_face): Garbage the frame if a face is removed
808 (Bug#6593).
809
810 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
811
812 * keyboard.c: Remove duplicate <setjmp.h>.
813 (read_key_sequence): Remove volatile qualifiers.
814
815 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
816
817 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
818 (struct glyph_row): New members left_fringe_offset and
819 right_fringe_offset.
820
821 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
822 specially.
823 * w32term.c (w32_draw_fringe_bitmap): Likewise.
824 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
825
826 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
827 Take account of bitmap offset.
828 (draw_window_fringes): Take account of window vscroll.
829 (update_window_fringes): Likewise. Extend top-aligned top indicator
830 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
831 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
832 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
833
834 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
835
836 * w32fns.c (Qtooltip): Declare.
837 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
838
839 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
840
841 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
842 grab on just Press (Bug#6499).
843
844 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
845
846 * frame.c (Qtooltip): New var.
847 (delete_frame): Use it. Fix faulty if statement. Don't update
848 mode line for tooltip frames. Suggested by Martin Rudalics.
849
850 * xfns.c (x_create_tip_frame):
851 * w32fns.c (x_create_tip_frame): Use it.
852
853 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
806 854
807 * xftfont.c (xftfont_open): Check font width one by one also when 855 * xftfont.c (xftfont_open): Check font width one by one also when
808 spacing is dual. 856 spacing is dual.
809 857
810 * ftfont.c (ftfont_open): Ditto. 858 * ftfont.c (ftfont_open): Ditto.
978 2010-06-10 Glenn Morris <rgm@gnu.org> 1026 2010-06-10 Glenn Morris <rgm@gnu.org>
979 1027
980 * editfns.c (Fbyte_to_string): Pacify compiler. 1028 * editfns.c (Fbyte_to_string): Pacify compiler.
981 1029
982 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it. 1030 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
1031
1032 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
1033
1034 * alloc.c (Fmake_byte_code): Don't access undefined argument
1035 (Bug#6517).
1036
1037 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * xdisp.c (next_element_from_image): Ensure that after-strings are
1040 read the next time we hit handle_stop (Bug#1336).
1041
1042 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
1043
1044 * lread.c (read1): Signal error if #s is not followed by paren.
1045
1046 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1047
1048 * image.c (free_image): Mark frame as garbaged (Bug#6426).
1049
1050 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
1051
1052 2010-06-15 Glenn Morris <rgm@gnu.org>
1053
1054 * editfns.c (Fbyte_to_string): Pacify compiler.
983 1055
984 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca> 1056 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
985 1057
986 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. 1058 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
987 Check `object's type before accessing its guts. 1059 Check `object's type before accessing its guts.