Mercurial > emacs
comparison src/ChangeLog @ 104656:0aa98de34d75
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 27 Aug 2009 20:04:25 +0000 |
parents | bbf8f938f283 |
children | 7b5e19f7e726 |
comparison
equal
deleted
inserted
replaced
104655:dada20395877 | 104656:0aa98de34d75 |
---|---|
249 * xfont.c (xfont_list_pattern): Don't ignore the return value of | 249 * xfont.c (xfont_list_pattern): Don't ignore the return value of |
250 font_parse_xlfd. Check font properties more rigidly. | 250 font_parse_xlfd. Check font properties more rigidly. |
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 |
258 * xfaces.c (face_with_height): Call font_clear_prop. | 259 * xfaces.c (face_with_height): Call font_clear_prop. |
259 | 260 |
421 `local'. | 422 `local'. |
422 | 423 |
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> |
430 | 431 |
431 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. | 432 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. |
560 | 561 |
561 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK | 562 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK |
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. |
574 | 575 |
575 * frame.h: Declare Qsticky. | 576 * frame.h: Declare Qsticky. |
602 | 603 |
603 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. | 604 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. |
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. |
618 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and | 619 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and |
619 flush_and_sync. | 620 flush_and_sync. |
706 | 707 |
707 2009-06-27 Glenn Morris <rgm@gnu.org> | 708 2009-06-27 Glenn Morris <rgm@gnu.org> |
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 |
715 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change) | 716 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change) |
716 | 717 |
951 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change) | 952 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change) |
952 | 953 |
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 |
960 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change) | 961 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change) |
961 | 962 |
2183 call timer_check() (Bug#2154). | 2184 call timer_check() (Bug#2154). |
2184 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if | 2185 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if |
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 |
2192 * nsterm.m (ns_read_socket): Same and don't set handling_signal. | 2193 * nsterm.m (ns_read_socket): Same and don't set handling_signal. |
2193 | 2194 |