diff options
| author | Juanma Barranquero | 2009-08-27 20:04:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-08-27 20:04:25 +0000 |
| commit | 31fd7c5c44420ba2597887c379d64d438e3dbde4 (patch) | |
| tree | 39299af84451b17a023262215af9a155d1869cf6 /src | |
| parent | 7b6fefac48a87f2342f385ebb7c1e88495a9dfa6 (diff) | |
| download | emacs-31fd7c5c44420ba2597887c379d64d438e3dbde4.tar.gz emacs-31fd7c5c44420ba2597887c379d64d438e3dbde4.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60694b889d1..5b1874a7a9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -251,7 +251,8 @@ | |||
| 251 | 251 | ||
| 252 | 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu> | 252 | 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 253 | 253 | ||
| 254 | * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h | 254 | * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in |
| 255 | bsd-common.h. | ||
| 255 | 256 | ||
| 256 | 2009-07-27 Kenichi Handa <handa@m17n.org> | 257 | 2009-07-27 Kenichi Handa <handa@m17n.org> |
| 257 | 258 | ||
| @@ -423,7 +424,7 @@ | |||
| 423 | 2009-07-10 Jan Djärv <jan.h.d@swipnet.se> | 424 | 2009-07-10 Jan Djärv <jan.h.d@swipnet.se> |
| 424 | 425 | ||
| 425 | * xfns.c (Fx_select_font): Remember last font selected in | 426 | * xfns.c (Fx_select_font): Remember last font selected in |
| 426 | x_last_font_name and use that the next time. Also try the frame | 427 | x_last_font_name and use that the next time. Also try the frame |
| 427 | parameter font-parameter as default to the font dialog. | 428 | parameter font-parameter as default to the font dialog. |
| 428 | 429 | ||
| 429 | 2009-07-10 Kenichi Handa <handa@m17n.org> | 430 | 2009-07-10 Kenichi Handa <handa@m17n.org> |
| @@ -562,12 +563,12 @@ | |||
| 562 | for MapNotify. | 563 | for MapNotify. |
| 563 | 564 | ||
| 564 | * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height | 565 | * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height |
| 565 | here or call change_frame_size. Just call flush_and_sync. | 566 | here or call change_frame_size. Just call flush_and_sync. |
| 566 | (flush_and_sync): Reintroduce. | 567 | (flush_and_sync): Reintroduce. |
| 567 | 568 | ||
| 568 | 2009-07-01 Jan Djärv <jan.h.d@swipnet.se> | 569 | 2009-07-01 Jan Djärv <jan.h.d@swipnet.se> |
| 569 | 570 | ||
| 570 | * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky | 571 | * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky. |
| 571 | 572 | ||
| 572 | * xterm.c (x_handle_net_wm_state): Also look for sticky. | 573 | * xterm.c (x_handle_net_wm_state): Also look for sticky. |
| 573 | (x_term_init): Initialize Xatom_net_wm_state_sticky. | 574 | (x_term_init): Initialize Xatom_net_wm_state_sticky. |
| @@ -604,14 +605,14 @@ | |||
| 604 | Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized. | 605 | Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized. |
| 605 | 606 | ||
| 606 | * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen | 607 | * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen |
| 607 | for Expose event. Add call to x_check_fullscreen for MapNotify event. | 608 | for Expose event. Add call to x_check_fullscreen for MapNotify event. |
| 608 | Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not | 609 | Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not |
| 609 | set gravity to NorthWestGravity when USE_GTK. | 610 | set gravity to NorthWestGravity when USE_GTK. |
| 610 | (set_wm_state): New function. | 611 | (set_wm_state): New function. |
| 611 | (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED. | 612 | (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED. |
| 612 | (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED. | 613 | (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED. |
| 613 | (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen | 614 | (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen |
| 614 | or the case when no window manager is running. That means remove calls | 615 | or the case when no window manager is running. That means remove calls |
| 615 | to x_real_positions and x_fullscreen_adjust. | 616 | to x_real_positions and x_fullscreen_adjust. |
| 616 | 617 | ||
| 617 | * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove. | 618 | * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove. |
| @@ -708,7 +709,7 @@ | |||
| 708 | 709 | ||
| 709 | * m/pmax.h: Restore file, with only netbsd portions. | 710 | * m/pmax.h: Restore file, with only netbsd portions. |
| 710 | 711 | ||
| 711 | 2009-06-26 David Reitter <david.reitter@gmail.com> | 712 | 2009-06-26 David Reitter <david.reitter@gmail.com> |
| 712 | 713 | ||
| 713 | * nsterm.m (keydown): Avoid infinite loop. | 714 | * nsterm.m (keydown): Avoid infinite loop. |
| 714 | 715 | ||
| @@ -953,7 +954,7 @@ | |||
| 953 | * nsterm.m (ns_draw_window_cursor): Respect cursor_type for | 954 | * nsterm.m (ns_draw_window_cursor): Respect cursor_type for |
| 954 | nonactive windows. | 955 | nonactive windows. |
| 955 | 956 | ||
| 956 | 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change) | 957 | 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change) |
| 957 | 958 | ||
| 958 | * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable. | 959 | * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable. |
| 959 | 960 | ||
| @@ -2185,7 +2186,7 @@ | |||
| 2185 | handling_signal is set. | 2186 | handling_signal is set. |
| 2186 | (EmacsMenu-fillWithWidgetValue:): Set submenu title. | 2187 | (EmacsMenu-fillWithWidgetValue:): Set submenu title. |
| 2187 | 2188 | ||
| 2188 | * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G | 2189 | * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G. |
| 2189 | 2190 | ||
| 2190 | * s/darwin.h: Same and NO_SOCK_SIGIO as well. | 2191 | * s/darwin.h: Same and NO_SOCK_SIGIO as well. |
| 2191 | 2192 | ||