diff options
| author | Joakim Verona | 2010-08-18 13:11:01 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-08-18 13:11:01 +0200 |
| commit | 432c97542003050bab643a8f901feaa326f8369f (patch) | |
| tree | 8173d1c28d8a4c6fcaa7e49a55eea81abb248a97 /src/ChangeLog | |
| parent | 16a911401bdd45cbe05b42db9880bf2941308a78 (diff) | |
| parent | 9acd1bdcb92f77cb7d5312d69d47ff2942751132 (diff) | |
| download | emacs-432c97542003050bab643a8f901feaa326f8369f.tar.gz emacs-432c97542003050bab643a8f901feaa326f8369f.zip | |
merge from trunk, no conflicts
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 50 |
1 files changed, 46 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bfc2f3582a6..45cccea1ebb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (Fdefmacro): Only obey one declaration. | ||
| 4 | |||
| 5 | * casefiddle.c (casify_region): Setup gl_state. | ||
| 6 | |||
| 7 | 2010-08-18 Jan Djärv <jan.h.d@swipnet.se> | ||
| 8 | |||
| 9 | * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868). | ||
| 10 | |||
| 11 | 2010-08-18 Jan Djärv <jan.h.d@swipnet.se> | ||
| 12 | |||
| 13 | * gtkutil.c (update_frame_tool_bar): Literal stings are const char*. | ||
| 14 | |||
| 15 | 2010-08-18 David De La Harpe Golden <david@harpegolden.net> | ||
| 16 | |||
| 17 | * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define. | ||
| 18 | (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard, | ||
| 19 | QPRIMARY => NXPrimaryPboard. | ||
| 20 | (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD, | ||
| 21 | NXPrimaryPboard => QPRIMARY. | ||
| 22 | (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection, | ||
| 23 | NXSecondaryPboard = SecondarySelection. | ||
| 24 | (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677). | ||
| 25 | |||
| 26 | 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 27 | |||
| 28 | * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL | ||
| 29 | is a string. | ||
| 30 | |||
| 31 | 2010-08-17 Jan Djärv <jan.h.d@swipnet.se> | ||
| 32 | |||
| 33 | * nsfns.m (ns_frame_parm_handlers): Add a slot for the | ||
| 34 | x_set_tool_bar_position handler. | ||
| 35 | |||
| 36 | 2010-08-17 Eli Zaretskii <eliz@gnu.org> | ||
| 37 | |||
| 38 | * w32fns.c <w32_frame_parm_handlers>: Add a slot for the | ||
| 39 | x_set_tool_bar_position handler, needed to support changes from | ||
| 40 | 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796) | ||
| 41 | |||
| 1 | 2010-08-16 Jan Djärv <jan.h.d@swipnet.se> | 42 | 2010-08-16 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 43 | ||
| 3 | * nsselect.m: include keyboard.h for QPRIMARY, remove its | 44 | * nsselect.m: include keyboard.h for QPRIMARY, remove its |
| @@ -30,8 +71,9 @@ | |||
| 30 | 71 | ||
| 31 | 2010-08-15 Jan Djärv <jan.h.d@swipnet.se> | 72 | 2010-08-15 Jan Djärv <jan.h.d@swipnet.se> |
| 32 | 73 | ||
| 33 | * keyboard.c (parse_tool_bar_item): malloc buf. Set TOOL_BAR_ITEM_LABEL | 74 | * keyboard.c (parse_tool_bar_item): malloc buf. |
| 34 | to empty string if not set to new_lbl (Bug#6855). | 75 | Set TOOL_BAR_ITEM_LABEL to empty string if not set to |
| 76 | new_lbl (Bug#6855). | ||
| 35 | 77 | ||
| 36 | 2010-08-14 Eli Zaretskii <eliz@gnu.org> | 78 | 2010-08-14 Eli Zaretskii <eliz@gnu.org> |
| 37 | 79 | ||
| @@ -39,8 +81,8 @@ | |||
| 39 | * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display | 81 | * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display |
| 40 | the cursor on the right edge of the stretch glyph. | 82 | the cursor on the right edge of the stretch glyph. |
| 41 | 83 | ||
| 42 | * xdisp.c (window_box_right_offset, window_box_right): Fix | 84 | * xdisp.c (window_box_right_offset, window_box_right): |
| 43 | commentary. | 85 | Fix commentary. |
| 44 | 86 | ||
| 45 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph | 87 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph |
| 46 | direction when point is inside a run of whitespace characters. | 88 | direction when point is inside a run of whitespace characters. |