aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2005-08-311-1/+17
|
* (update_syntax_table): Properly reproduce the special +1Stefan Monnier2005-08-291-2/+12
| | | | | setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit.
* *** empty log message ***Eli Zaretskii2005-08-271-0/+4
|
* *** empty log message ***Kim F. Storm2005-08-261-0/+5
|
* (mac_copy_area, mac_copy_area_with_mask): Restore background color.YAMAMOTO Mitsuharu2005-08-251-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 Linkov2005-08-221-0/+5
|
* *** empty log message ***Kim F. Storm2005-08-211-0/+3
|
* *** empty log message ***Kim F. Storm2005-08-211-0/+9
|
* (display_echo_area_1): Get display start pos from w->start.Richard M. Stallman2005-08-201-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. Storm2005-08-181-0/+5
|
* *** empty log message ***Kim F. Storm2005-08-171-1/+8
|
* * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code toJan Djärv2005-08-161-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. Storm2005-08-161-0/+7
|
* *** empty log message ***Richard M. Stallman2005-08-161-0/+4
|
* *** empty log message ***Kim F. Storm2005-08-151-0/+2
|
* *** empty log message ***Kim F. Storm2005-08-151-0/+15
|
* *** empty log message ***Richard M. Stallman2005-08-151-0/+4
|
* * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.Jan Djärv2005-08-131-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. Stallman2005-08-111-0/+5
|
* *** empty log message ***Richard M. Stallman2005-08-091-0/+6
|
* (Fexpt): Use floats for negative exponent.Thien-Thi Nguyen2005-08-091-0/+4
|
* * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon thatJan Djärv2005-08-081-0/+5
| | | | should not be there, causing menu display errors with GTK 2.6.9.
* (Fexpt): Undo previous change.Richard M. Stallman2005-08-071-0/+2
|
* (Fframe_or_buffer_changed_p): Take an argRichard M. Stallman2005-08-071-0/+13
| | | | so it can be used with various state vectors.
* Munge comment associated w/ last change to describe intent; nfc.Thien-Thi Nguyen2005-08-071-2/+2
|
* (Fexpt): Use floats for negative exponent.Thien-Thi Nguyen2005-08-061-0/+5
|
* (Fframe_char_width): Doc fix.Juanma Barranquero2005-08-021-0/+4
|
* (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it.Juanma Barranquero2005-07-301-0/+5
|
* *** empty log message ***Kenichi Handa2005-07-291-0/+5
|
* (my_set_window_pos, my_show_window): Don't declare.Juanma Barranquero2005-07-281-0/+8
| | | | (my_create_window, my_create_tip_window): Make static.
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-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 Monnier2005-07-261-1/+5
|
* (w32_menu_display_help): Suppress tooltip when navigating menus withJason Rumney2005-07-251-0/+5
| | | | the keyboard.
* (syms_of_insdel): staticpro combine_after_change_buffer.Richard M. Stallman2005-07-231-0/+22
|
* (Fx_own_selection_internal): Follow error conventions.YAMAMOTO Mitsuharu2005-07-231-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 Barranquero2005-07-211-0/+22
|
* (restore_stack_limits): Return a value.Andreas Schwab2005-07-211-0/+4
|
* *** empty log message ***Juanma Barranquero2005-07-201-0/+4
|
* *** empty log message ***Kim F. Storm2005-07-201-2/+5
|
* *** empty log message ***Kim F. Storm2005-07-201-0/+5
|
* (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes.Juanma Barranquero2005-07-191-0/+7
| | | | (Finteractive_p), (syms_of_eval) <max-specpdl-size>: Fix typos in docstrings.
* *** empty log message ***Kim F. Storm2005-07-191-0/+5
|
* (Fgenerate_new_buffer_name): Declare (for use in coding.c).Stefan Monnier2005-07-181-21/+23
|
* *** empty log message ***Kim F. Storm2005-07-181-0/+7
|
* *** empty log message ***Juri Linkov2005-07-181-0/+7
|
* (Ftest_completion): Fix odd syntax in test.Ken Raeburn2005-07-181-0/+4
|
* [MAC_OS] (XCreateGC): Remove extern.YAMAMOTO Mitsuharu2005-07-181-0/+35
|
* *** empty log message ***Richard M. Stallman2005-07-171-0/+4
|
* *** empty log message ***Eli Zaretskii2005-07-161-0/+5
|
* [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): UseYAMAMOTO Mitsuharu2005-07-161-0/+5
| | | | Fstring_as_unibyte instead of string_make_unibyte.