Mercurial > emacs
comparison src/ChangeLog @ 107129:dfd126a2e381
Fix typos.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 11 Feb 2010 01:12:47 +0100 |
| parents | c7c70f9fa3d7 |
| children | f257bf772280 |
comparison
equal
deleted
inserted
replaced
| 107128:0241cf43ec95 | 107129:dfd126a2e381 |
|---|---|
| 93 renaming (Bug#3353). | 93 renaming (Bug#3353). |
| 94 | 94 |
| 95 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> | 95 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> |
| 96 | 96 |
| 97 * xfns.c (Fx_create_frame): If frame height is too big, try | 97 * xfns.c (Fx_create_frame): If frame height is too big, try |
| 98 sizes 24 and 10. Bug #3643. | 98 sizes 24 and 10. Bug #3643. |
| 99 | 99 |
| 100 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | 100 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 101 | 101 |
| 102 Try and fix bug#788, hopefully for real this time. | 102 Try and fix bug#788, hopefully for real this time. |
| 103 * keymap.c (shadow_lookup): Add `remap' arg. | 103 * keymap.c (shadow_lookup): Add `remap' arg. |
| 180 2010-01-15 Jan Djärv <jan.h.d@swipnet.se> | 180 2010-01-15 Jan Djärv <jan.h.d@swipnet.se> |
| 181 | 181 |
| 182 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. | 182 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. |
| 183 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea | 183 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea |
| 184 to find out usable size of the desktop. Don't make frames larger than | 184 to find out usable size of the desktop. Don't make frames larger than |
| 185 this. Bug #3643. | 185 this. Bug #3643. |
| 186 | 186 |
| 187 2010-01-15 Kenichi Handa <handa@m17n.org> | 187 2010-01-15 Kenichi Handa <handa@m17n.org> |
| 188 | 188 |
| 189 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed. | 189 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed. |
| 190 | 190 |
| 325 * w32term.c (x_after_update_window_line): Don't treat tool bar windows | 325 * w32term.c (x_after_update_window_line): Don't treat tool bar windows |
| 326 specially. | 326 specially. |
| 327 | 327 |
| 328 2010-01-08 Jan Djärv <jan.h.d@swipnet.se> | 328 2010-01-08 Jan Djärv <jan.h.d@swipnet.se> |
| 329 | 329 |
| 330 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must | 330 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must |
| 331 also be true before we can return early (bug #5339). | 331 also be true before we can return early (bug #5339). |
| 332 | 332 |
| 333 2010-01-06 David Reitter <david.reitter@gmail.com> | 333 2010-01-06 David Reitter <david.reitter@gmail.com> |
| 334 | 334 |
| 335 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. | 335 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. |
| 357 | 357 |
| 358 2010-01-05 Jan Djärv <jan.h.d@swipnet.se> | 358 2010-01-05 Jan Djärv <jan.h.d@swipnet.se> |
| 359 | 359 |
| 360 * xterm.c (x_new_font): Move code for setting rows/cols before | 360 * xterm.c (x_new_font): Move code for setting rows/cols before |
| 361 resizing ... | 361 resizing ... |
| 362 (x_set_window_size): ... to here. bug #2568. | 362 (x_set_window_size): ... to here. Bug #2568. |
| 363 | 363 |
| 364 * gtkutil.c (xg_clear_under_internal_border): New function. | 364 * gtkutil.c (xg_clear_under_internal_border): New function. |
| 365 (xg_frame_resized, xg_frame_set_char_size): | 365 (xg_frame_resized, xg_frame_set_char_size): |
| 366 Call xg_clear_under_internal_border. | 366 Call xg_clear_under_internal_border. |
| 367 (xg_update_scrollbar_pos): Clear under old scroll bar position. | 367 (xg_update_scrollbar_pos): Clear under old scroll bar position. |
| 1596 | 1596 |
| 1597 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. | 1597 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. |
| 1598 Fix printf format. | 1598 Fix printf format. |
| 1599 (ns_query_color): Use CGFloat where appropriate. | 1599 (ns_query_color): Use CGFloat where appropriate. |
| 1600 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. | 1600 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. |
| 1601 (EmacsScroller-mouseDown:) Use long format in printf, and cast | 1601 (EmacsScroller-mouseDown:): Use long format in printf, and cast |
| 1602 argument. | 1602 argument. |
| 1603 | 1603 |
| 1604 * config.in (NS_HAVE_NSINTEGER): Drop. | 1604 * config.in (NS_HAVE_NSINTEGER): Drop. |
| 1605 | 1605 |
| 1606 * dbusbind.c (dbus-method-return-internal) | 1606 * dbusbind.c (dbus-method-return-internal) |
| 4072 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to | 4072 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to |
| 4073 set fontset font for "mathematical-" sub-scripts. (Bug #2218) | 4073 set fontset font for "mathematical-" sub-scripts. (Bug #2218) |
| 4074 | 4074 |
| 4075 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 4075 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 4076 | 4076 |
| 4077 * keyboard.c (adjust_point_for_property): Allow stopping betwen two | 4077 * keyboard.c (adjust_point_for_property): Allow stopping between two |
| 4078 invisible areas. | 4078 invisible areas. |
| 4079 | 4079 |
| 4080 2009-02-12 Jason Rumney <jasonr@gnu.org> | 4080 2009-02-12 Jason Rumney <jasonr@gnu.org> |
| 4081 | 4081 |
| 4082 * w32font.c (check_face_name): Check for fake helv. (Bug#2275) | 4082 * w32font.c (check_face_name): Check for fake helv. (Bug#2275) |
