| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK. | Jan Djärv | 2004-05-12 | 2 | -0/+9 |
| | | |||||
| * | macfns.c: Default to using tool-bar by setting tool-bar-lines to 1 in | Steven Tamm | 2004-05-12 | 2 | -2/+7 |
| | | | | | default-frame-alist. | ||||
| * | Support XPM on Carbon Emacs. Does not | Steven Tamm | 2004-05-12 | 2 | -3/+482 |
| | | | | | | depend on libXpm, but only supports XPM version 3 without extensions. | ||||
| * | macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P | Steven Tamm | 2004-05-12 | 2 | -2/+7 |
| | | | | | instead of FRAME_X_P | ||||
| * | (read_process_output): Grow decoding_buf when needed; | Kim F. Storm | 2004-05-11 | 1 | -0/+4 |
| | | | | | this could cause a crash in allocate_string and compact_small_strings. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-05-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-05-11 | 1 | -0/+5 |
| | | |||||
| * | (mutually_exclusive_p): In 'case wordbeg', compare op2 | Eli Zaretskii | 2004-05-11 | 1 | -1/+1 |
| | | | | | against proper opcode. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-10 | 1 | -0/+9 |
| | | |||||
| * | (Fget_unused_iso_final_char): Fix typos in docstring. | Juanma Barranquero | 2004-05-10 | 1 | -13/+13 |
| | | | | | | (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction, Fsplit_char) (Fchar_charset): Make argument names match their use in docstring. | ||||
| * | (Fstart_process): Fix docstring. | Juanma Barranquero | 2004-05-10 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-05-10 | 1 | -0/+5 |
| | | |||||
| * | (print_preprocess): Use being_printed, loop_count and | Richard M. Stallman | 2004-05-10 | 1 | -0/+29 |
| | | | | | halftail to detect overdeep nesting and cyclic cdr chains. | ||||
| * | *** empty log message *** | Kenichi Handa | 2004-05-10 | 1 | -0/+12 |
| | | |||||
| * | (temp_output_buffer_setup): Bind inhibit-read-only and | Kenichi Handa | 2004-05-10 | 1 | -0/+2 |
| | | | | | | inhibit-modification-hooks to t temporarily before calling Ferase_buffer. | ||||
| * | (x_create_tip_frame): Bind inhibit-read-only and | Kenichi Handa | 2004-05-10 | 2 | -0/+4 |
| | | | | | | inhibit-modification-hooks to t temporarily before calling Ferase_buffer. | ||||
| * | *** empty log message *** | Andreas Schwab | 2004-05-10 | 1 | -0/+7 |
| | | |||||
| * | (Frename_file): Remove extra argument in call to | Andreas Schwab | 2004-05-10 | 1 | -2/+2 |
| | | | | | Fmake_symbolic_link. | ||||
| * | Declare Fmake_symbolic_link. | Andreas Schwab | 2004-05-10 | 1 | -0/+1 |
| | | |||||
| * | (calc_line_height_property): Use string position when | Kim F. Storm | 2004-05-10 | 1 | -3/+7 |
| | | | | | object is a string. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-05-10 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2004-05-10 | 1 | -0/+5 |
| | | |||||
| * | (count_combining): Delete it. | Kenichi Handa | 2004-05-10 | 1 | -38/+4 |
| | | | | | (concat): Don't check combining bytes. | ||||
| * | *** empty log message *** | Jason Rumney | 2004-05-09 | 1 | -0/+5 |
| | | |||||
| * | (Vw32_ansi_code_page): New Lisp variable. | Jason Rumney | 2004-05-09 | 1 | -0/+8 |
| | | | | | (globals_of_w32fns): Set it. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-09 | 1 | -0/+4 |
| | | |||||
| * | (Fquo): Simplify. | Juanma Barranquero | 2004-05-09 | 1 | -3/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-08 | 1 | -0/+9 |
| | | |||||
| * | (Fwaiting_for_user_input_p, Fmake_network_process) | Juanma Barranquero | 2004-05-08 | 1 | -33/+33 |
| | | | | | | | | | | | (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering): Fix spelling of Emacs on docstring. (Fset_process_coding_system, Fprocess_coding_system) (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p): Make argument names match their use in docstring. (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process): Fix docstring. | ||||
| * | (Fquo): If any argument is float, do the computation in floating point. | Juanma Barranquero | 2004-05-08 | 2 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-07 | 1 | -0/+7 |
| | | |||||
| * | (Finsert_buffer_substring): Make argument names match their use in | Juanma Barranquero | 2004-05-07 | 1 | -8/+8 |
| | | | | | docstring. | ||||
| * | (Fmodify_syntax_entry): Fix docstring. | Juanma Barranquero | 2004-05-07 | 1 | -3/+3 |
| | | |||||
| * | macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT | Steven Tamm | 2004-05-07 | 3 | -0/+66 |
| | | | | | | | | | | | | around call to ReceiveEvent to avoid certain crashes. (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData) (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap) (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap): Save/restore the current graphics port and device handle when drawing into an offscreen graphics world. image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1) (gif_load): Likewise. | ||||
| * | (Fset_window_buffer): Fix docstring. | Juanma Barranquero | 2004-05-07 | 2 | -2/+6 |
| | | |||||
| * | (main) [VMS]: Fix var ref. | Thien-Thi Nguyen | 2004-05-06 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-06 | 1 | -0/+4 |
| | | |||||
| * | (Fsetq_default): Fix docstring. | Juanma Barranquero | 2004-05-06 | 1 | -5/+5 |
| | | |||||
| * | (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash. | Jason Rumney | 2004-05-05 | 2 | -0/+8 |
| | | |||||
| * | fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK. | Jan Djärv | 2004-05-04 | 2 | -4/+7 |
| | | |||||
| * | * fileio.c (barf_or_query_if_file_exists): Use lstat. | Jan Djärv | 2004-05-04 | 2 | -9/+19 |
| | | | | | (Frename_file): Handle renaming of symlinks across file systems. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-05-04 | 1 | -0/+9 |
| | | |||||
| * | (Qtotal): New var. | Kim F. Storm | 2004-05-04 | 1 | -14/+23 |
| | | | | | | | | | (syms_of_xdisp): Intern and staticpro it. (calc_line_height_property): New arg total. Set it if line-spacing property has format (total . VALUE). (x_produce_glyphs): Ignore line-spacing if line-height is 0. Handle total line-spacing property. | ||||
| * | * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear | Jan Djärv | 2004-05-03 | 2 | -65/+13 |
| | | | | | "under" scroll bar when size/position changes. | ||||
| * | Remove files related to old msvc only windows build. | Jason Rumney | 2004-05-03 | 2 | -1232/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-05-02 | 1 | -0/+3 |
| | | |||||
| * | (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid | Eli Zaretskii | 2004-05-02 | 1 | -2/+2 |
| | | | | | compiler warnings. | ||||
| * | (region-cache.o): Depend on config.h | Eli Zaretskii | 2004-05-02 | 2 | -1/+5 |
| | | |||||
| * | (compute_motion): Save vpos in prev_vpos when dealing | Stefan Monnier | 2004-05-02 | 2 | -1/+7 |
| | | | | | with continuation lines, too. | ||||
| * | (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'. | Thien-Thi Nguyen | 2004-05-02 | 2 | -1/+6 |
| | | |||||