| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-08-31 | 1 | -1/+17 |
| | | |||||
| * | (update_syntax_table): Properly reproduce the special +1 | Stefan Monnier | 2005-08-29 | 1 | -2/+12 |
| | | | | | | setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-08-27 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-26 | 1 | -0/+5 |
| | | |||||
| * | (mac_copy_area, mac_copy_area_with_mask): Restore background color. | YAMAMOTO Mitsuharu | 2005-08-25 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | (mac_handle_visibility_change): New function. (x_make_frame_invisible, x_iconify_frame) (XTread_socket) [!USE_CARBON_EVENTS]: Use it. [USE_CARBON_EVENTS] (mac_handle_window_event) (install_window_handler): Handle visibilty change events. (x_make_frame_visible): Don't reposition window if it is iconified or asked for visible before. Select and uncollapse window when it is made visible. (x_make_frame_invisible): Don't reset x_highlight_frame. (x_iconify_frame): Likewise. Make invisible frame visible before it is iconified. (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS. (do_window_update): Don't change visibility of invisible frame. | ||||
| * | *** empty log message *** | Juri Linkov | 2005-08-22 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-21 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-21 | 1 | -0/+9 |
| | | |||||
| * | (display_echo_area_1): Get display start pos from w->start. | Richard M. Stallman | 2005-08-20 | 1 | -0/+6 |
| | | | | | | (resize_mini_window): Set w->start, and PT, so as to display the tail end of the buffer, if it doesn't all fit. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-18 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-17 | 1 | -1/+8 |
| | | |||||
| * | * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to | Jan Djärv | 2005-08-16 | 1 | -0/+9 |
| | | | | | | | | | xg_set_frame_icon and call it. * gtkutil.c (xg_set_frame_icon): New function. * gtkutil.h (xg_set_frame_icon): Declare it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-16 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-16 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-15 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-08-15 | 1 | -0/+15 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-15 | 1 | -0/+4 |
| | | |||||
| * | * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function. | Jan Djärv | 2005-08-13 | 1 | -0/+12 |
| | | | | | | | | | | | | (xg_get_image_for_pixmap): Move some code to xg_get_pixbuf_from_pix_and_mask, and call it. * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask to get an GTK icon and set it with GTK functions to avoid having GTK override an icon set with just X functions. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-09 | 1 | -0/+6 |
| | | |||||
| * | (Fexpt): Use floats for negative exponent. | Thien-Thi Nguyen | 2005-08-09 | 1 | -0/+4 |
| | | |||||
| * | * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that | Jan Djärv | 2005-08-08 | 1 | -0/+5 |
| | | | | | should not be there, causing menu display errors with GTK 2.6.9. | ||||
| * | (Fexpt): Undo previous change. | Richard M. Stallman | 2005-08-07 | 1 | -0/+2 |
| | | |||||
| * | (Fframe_or_buffer_changed_p): Take an arg | Richard M. Stallman | 2005-08-07 | 1 | -0/+13 |
| | | | | | so it can be used with various state vectors. | ||||
| * | Munge comment associated w/ last change to describe intent; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | | |||||
| * | (Fexpt): Use floats for negative exponent. | Thien-Thi Nguyen | 2005-08-06 | 1 | -0/+5 |
| | | |||||
| * | (Fframe_char_width): Doc fix. | Juanma Barranquero | 2005-08-02 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it. | Juanma Barranquero | 2005-07-30 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2005-07-29 | 1 | -0/+5 |
| | | |||||
| * | (my_set_window_pos, my_show_window): Don't declare. | Juanma Barranquero | 2005-07-28 | 1 | -0/+8 |
| | | | | | (my_create_window, my_create_tip_window): Make static. | ||||
| * | Merge gnulib getopt implementation into Emacs. | Paul Eggert | 2005-07-26 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src. | ||||
| * | (Fdefvar): Allow (defvar enable-multibyte-characters). | Stefan Monnier | 2005-07-26 | 1 | -1/+5 |
| | | |||||
| * | (w32_menu_display_help): Suppress tooltip when navigating menus with | Jason Rumney | 2005-07-25 | 1 | -0/+5 |
| | | | | | the keyboard. | ||||
| * | (syms_of_insdel): staticpro combine_after_change_buffer. | Richard M. Stallman | 2005-07-23 | 1 | -0/+22 |
| | | |||||
| * | (Fx_own_selection_internal): Follow error conventions. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -0/+36 |
| | | | | | | | (Fx_get_selection_internal, Fx_selection_owner_p) (Fx_selection_exists_p): Doc fixes. (syms_of_macselect) <selection-converter-alist>: Likewise. | ||||
| * | (Finternal_lisp_face_p): Doc fix. | Juanma Barranquero | 2005-07-21 | 1 | -0/+22 |
| | | |||||
| * | (restore_stack_limits): Return a value. | Andreas Schwab | 2005-07-21 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2005-07-20 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-20 | 1 | -2/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-20 | 1 | -0/+5 |
| | | |||||
| * | (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes. | Juanma Barranquero | 2005-07-19 | 1 | -0/+7 |
| | | | | | (Finteractive_p), (syms_of_eval) <max-specpdl-size>: Fix typos in docstrings. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-19 | 1 | -0/+5 |
| | | |||||
| * | (Fgenerate_new_buffer_name): Declare (for use in coding.c). | Stefan Monnier | 2005-07-18 | 1 | -21/+23 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-18 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2005-07-18 | 1 | -0/+7 |
| | | |||||
| * | (Ftest_completion): Fix odd syntax in test. | Ken Raeburn | 2005-07-18 | 1 | -0/+4 |
| | | |||||
| * | [MAC_OS] (XCreateGC): Remove extern. | YAMAMOTO Mitsuharu | 2005-07-18 | 1 | -0/+35 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-07-17 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-07-16 | 1 | -0/+5 |
| | | |||||
| * | [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Use | YAMAMOTO Mitsuharu | 2005-07-16 | 1 | -0/+5 |
| | | | | | Fstring_as_unibyte instead of string_make_unibyte. | ||||