comparison src/ChangeLog @ 109303:c17b03e52a4a

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