| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fframe_char_width): Doc fix. | Juanma Barranquero | 2005-08-02 | 2 | -2/+5 |
| | | |||||
| * | (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it. | Juanma Barranquero | 2005-07-30 | 2 | -1/+12 |
| | | |||||
| * | *** 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 | 2 | -4/+12 |
| | | | | | (my_create_window, my_create_tip_window): Make static. | ||||
| * | (my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window, | Juanma Barranquero | 2005-07-28 | 1 | -5/+11 |
| | | | | | my_destroy_window): Make static. | ||||
| * | Regenerate. | Paul Eggert | 2005-07-26 | 1 | -3/+13 |
| | | |||||
| * | Merge gnulib getopt implementation into Emacs. | Paul Eggert | 2005-07-26 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -13/+17 |
| | | |||||
| * | (w32_menu_display_help): Suppress tooltip when navigating menus with | Jason Rumney | 2005-07-25 | 2 | -2/+10 |
| | | | | | the keyboard. | ||||
| * | (syms_of_insdel): staticpro combine_after_change_buffer. | Richard M. Stallman | 2005-07-23 | 2 | -0/+23 |
| | | |||||
| * | (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one. | Richard M. Stallman | 2005-07-23 | 1 | -7/+8 |
| | | |||||
| * | (read_char): Test gc_cons_threshold. | Richard M. Stallman | 2005-07-23 | 1 | -1/+2 |
| | | | | | (syms_of_keyboard): staticpro Qecho_area_clear_hook. | ||||
| * | (Feval, Ffuncall): Test gc_cons_threshold and | Richard M. Stallman | 2005-07-23 | 1 | -2/+4 |
| | | | | | gc_relative_threshold, one by one. | ||||
| * | (gc_cons_threshold, gc_relative_threshold): Declared. | Richard M. Stallman | 2005-07-23 | 1 | -2/+4 |
| | | | | | (gc_cons_combined_threshold): Declaration deleted. | ||||
| * | (gc_cons_threshold): Not static. | Richard M. Stallman | 2005-07-23 | 1 | -10/+13 |
| | | | | | | | | (gc_cons_combined_threshold): Var deleted. (gc_relative_threshold): New variable. (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold instead of gc_cons_combined_threshold. | ||||
| * | (Fx_own_selection_internal): Follow error conventions. | YAMAMOTO Mitsuharu | 2005-07-23 | 2 | -6/+42 |
| | | | | | | | (Fx_get_selection_internal, Fx_selection_owner_p) (Fx_selection_exists_p): Doc fixes. (syms_of_macselect) <selection-converter-alist>: Likewise. | ||||
| * | (Fx_popup_menu, Fx_popup_menu): Doc fixes. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -21/+36 |
| | | |||||
| * | Don't include stdlib.h or string.h. Include atimer.h. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -212/+106 |
| | | | | | | | | | | | | | | | | | | | | (gray_width, gray_height): Remove defines. (gray_bits, gray_bitmap_width, gray_bitmap_height) (gray_bitmap_bits): Remove variables. (lispy_function_keys): Remove extern. (free_frame_menubar): Add extern. (x_window_to_frame): Remove function. (unwind_create_tip_frame): Add declaration. (x_set_name_internal): New function. (x_set_name, x_set_title): Use it. (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width) (Fx_display_pixel_height, Fx_display_planes) (Fx_display_color_cells, Fx_server_max_request_size) (Fx_server_vendor, Fx_server_version, Fx_display_screens) (Fx_display_mm_height, Fx_display_mm_width) (Fx_display_backing_store, Fx_display_visual_class) (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes. | ||||
| * | Don't include stdlib.h or string.h. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -29/+29 |
| | | | | | | | | | | (Fdo_applescript, Fmac_file_name_to_posix) (Fmac_file_name_to_posix): Doc fixes. [TARGET_API_MAC_CARBON] (Fmac_get_preference) (Fmac_code_convert_string): Likewise. [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode if the executable is not contained in a bundle. | ||||
| * | (Finternal_lisp_face_p): Doc fix. | Juanma Barranquero | 2005-07-21 | 2 | -1/+23 |
| | | |||||
| * | (Fset_window_margins, Fset_window_fringes): | Juanma Barranquero | 2005-07-21 | 1 | -24/+24 |
| | | | | | Improve argument/docstring consistency. | ||||
| * | (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes. | Juanma Barranquero | 2005-07-21 | 1 | -2/+2 |
| | | |||||
| * | (Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings. | Juanma Barranquero | 2005-07-21 | 1 | -2/+2 |
| | | |||||
| * | (Fcompose_region_internal, Fcompose_string_internal): | Juanma Barranquero | 2005-07-21 | 1 | -6/+6 |
| | | | | | Improve argument/docstring consistency. | ||||
| * | (Fregister_ccl_program): Fix typos in docstring. | Juanma Barranquero | 2005-07-21 | 1 | -4/+5 |
| | | | | | (Fccl_execute_on_string): Likewise; add usage info. | ||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Juanma Barranquero | 2005-07-21 | 1 | -8/+8 |
| | | |||||
| * | (restore_stack_limits): Return a value. | Andreas Schwab | 2005-07-21 | 2 | -0/+5 |
| | | |||||
| * | (Fmac_code_convert_string): Add comment about Fstring_as_unibyte. | Stefan Monnier | 2005-07-21 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2005-07-20 | 1 | -0/+4 |
| | | |||||
| * | (Fdefvar): Doc fix. | Juanma Barranquero | 2005-07-20 | 1 | -1/+1 |
| | | |||||
| * | (load_unwind): Rework last change. | Kim F. Storm | 2005-07-20 | 1 | -5/+5 |
| | | |||||
| * | (Fdo_auto_save, do_auto_save_unwind): | Kim F. Storm | 2005-07-20 | 1 | -23/+8 |
| | | | | | Use make_save_value to unwind protect stream. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-20 | 1 | -2/+5 |
| | | |||||
| * | (Fload, load_unwind): Use make_save_value to unwind | Kim F. Storm | 2005-07-20 | 1 | -7/+4 |
| | | | | | protect stream. | ||||
| * | *** 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 | 2 | -19/+22 |
| | | | | | (Finteractive_p), (syms_of_eval) <max-specpdl-size>: Fix typos in docstrings. | ||||
| * | (Vx_hand_shape): Variable removed. | Kim F. Storm | 2005-07-19 | 1 | -1/+3 |
| | | | | | (syms_of_w32fns): Intern and staticpro Qw32_charset_default. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-19 | 1 | -0/+5 |
| | | |||||
| * | (Fstring_as_multibyte): Escape backslashes in the | Kenichi Handa | 2005-07-19 | 1 | -6/+6 |
| | | | | | docstring. | ||||
| * | (Fgenerate_new_buffer_name): Declare (for use in coding.c). | Stefan Monnier | 2005-07-18 | 2 | -23/+26 |
| | | |||||
| * | (redisplay_internal): Only try to hscroll each frame once | Kim F. Storm | 2005-07-18 | 1 | -2/+16 |
| | | | | | to avoid redisplay looping hscrolling back and forth ad infinitum. | ||||
| * | (struct frame): New member already_hscrolled_p. | Kim F. Storm | 2005-07-18 | 1 | -2/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-07-18 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2005-07-18 | 1 | -0/+7 |
| | | |||||
| * | (mac-emulate-three-button-mouse): Delete duplicate words. | Juri Linkov | 2005-07-18 | 1 | -1/+1 |
| | | |||||
| * | (Fminor_mode_key_binding): Delete duplicate words. | Juri Linkov | 2005-07-18 | 1 | -1/+1 |
| | | |||||
| * | (scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words. | Juri Linkov | 2005-07-18 | 1 | -2/+2 |
| | | |||||
| * | (Ftest_completion): Fix odd syntax in test. | Ken Raeburn | 2005-07-18 | 2 | -1/+5 |
| | | |||||
| * | [MAC_OS] (XCreateGC): Remove extern. | YAMAMOTO Mitsuharu | 2005-07-18 | 2 | -2/+35 |
| | | |||||
| * | (struct mac_display_info): Change types of scratch_cursor_gc | YAMAMOTO Mitsuharu | 2005-07-18 | 1 | -2/+5 |
| | | | | | | black_relief.gc, and white_relief.gc to GC. (XCreateGC, XParseGeometry): Move externs from macgui.h. | ||||