diff options
| author | Stefan Monnier | 2010-04-02 21:54:24 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-02 21:54:24 -0400 |
| commit | 2912322b80f7db17e3aefd58884056f99f1024e6 (patch) | |
| tree | 2dc8988120a3aaedc331c4b4d92021277f05a07b /src/ChangeLog | |
| parent | a568f507d1a646c351e1eda0266378316493ab11 (diff) | |
| parent | d86d8ea85a165558eb06fe16ffdf24c06886e7b4 (diff) | |
| download | emacs-2912322b80f7db17e3aefd58884056f99f1024e6.tar.gz emacs-2912322b80f7db17e3aefd58884056f99f1024e6.zip | |
Merge from emacs-23
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88eade2a7fd..9d5ec512146 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-04-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it | ||
| 4 | in this function. (Bug#5703) | ||
| 5 | |||
| 6 | 2010-04-03 Chong Yidong <cyd@stupidchicken.com> | ||
| 7 | |||
| 8 | * nsterm.h: Fix last change. | ||
| 9 | |||
| 1 | 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * m/intel386.h (NO_REMAP): Move definition ... | 12 | * m/intel386.h (NO_REMAP): Move definition ... |
| @@ -128,7 +137,7 @@ | |||
| 128 | 137 | ||
| 129 | * xdisp.c (x_consider_frame_title, update_window_cursor): | 138 | * xdisp.c (x_consider_frame_title, update_window_cursor): |
| 130 | Remove HAVE_NS conditionals. | 139 | Remove HAVE_NS conditionals. |
| 131 | (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. | 140 | (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited. |
| 132 | 141 | ||
| 133 | * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use | 142 | * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use |
| 134 | filename for the title. | 143 | filename for the title. |
| @@ -770,7 +779,7 @@ | |||
| 770 | 2010-01-19 Alan Mackenzie <acm@muc.de> | 779 | 2010-01-19 Alan Mackenzie <acm@muc.de> |
| 771 | 780 | ||
| 772 | Fix spurious before-change-functions invocation from (insert ?\n). | 781 | Fix spurious before-change-functions invocation from (insert ?\n). |
| 773 | * textprop.c (set_text_properties): rename parameter | 782 | * textprop.c (set_text_properties): Rename parameter |
| 774 | `signal_after_change_p' to `coherent_change_p', and make the | 783 | `signal_after_change_p' to `coherent_change_p', and make the |
| 775 | invocation of `modify_region' conditional on it. | 784 | invocation of `modify_region' conditional on it. |
| 776 | 785 | ||
| @@ -10792,7 +10801,7 @@ | |||
| 10792 | 10801 | ||
| 10793 | * font.c (Vfont_encoding_alist, find_font_encoding): Move from | 10802 | * font.c (Vfont_encoding_alist, find_font_encoding): Move from |
| 10794 | fontset.c. | 10803 | fontset.c. |
| 10795 | (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1. | 10804 | (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1. |
| 10796 | (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts, | 10805 | (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts, |
| 10797 | FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f) | 10806 | FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f) |
| 10798 | only when HAVE_WINDOW_SYSTEM is defined. | 10807 | only when HAVE_WINDOW_SYSTEM is defined. |
| @@ -20626,7 +20635,7 @@ | |||
| 20626 | 20635 | ||
| 20627 | 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) | 20636 | 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) |
| 20628 | 20637 | ||
| 20629 | * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error. | 20638 | * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error. |
| 20630 | 20639 | ||
| 20631 | 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change) | 20640 | 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change) |
| 20632 | 20641 | ||