diff options
| author | Chong Yidong | 2010-07-10 15:01:01 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-07-10 15:01:01 -0400 |
| commit | 7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0 (patch) | |
| tree | 301c219611060db34a983f5b7dba58cf1fa93b69 /src/ChangeLog | |
| parent | 481044622937b001ee07a6f8c3f81c1e73ef9eaf (diff) | |
| parent | 2ec1b5ee3464999a18b8197101e8bf08a3c564a8 (diff) | |
| download | emacs-7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0.tar.gz emacs-7ac1c664547ca88fd6c0ff65ef5e780b1c5efcb0.zip | |
Merge changes from emacs-23 branch.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0bd64c2ae72..404af1949e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -811,7 +811,55 @@ | |||
| 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. |
| @@ -990,6 +1038,30 @@ | |||
| 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. |
| 992 | 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. | ||
| 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. |