Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 213 | -3252/+3252 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2003-02-04 | 1 | -0/+15 |
| | |||||
* | (echo_now): Update before_command_echo_length. | Richard M. Stallman | 2003-02-04 | 1 | -18/+40 |
| | | | | | | | | | | | | | | (Freset_this_command_lengths): Reset this_command_key_count etc. immediately rather than arranging to do it later. (before_command_key_count_1, before_command_echo_length_1) (before_command_restore_flag): Vars deleted. (add_command_key): Don't handle before_command_restore_flag. (read_char, record_menu_key): Don't update before_command_key_count or before_command_echo_length. (read_char): Don't handle before_command_restore_flag. (command_loop_1): Don't call adjust_point_for_property in direct-output clauses if it wouldn't be called in the ordinary case. | ||||
* | (syms_of_keyboard) <this-original-command>: Doc fix. | Kim F. Storm | 2003-02-03 | 1 | -3/+4 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2003-02-03 | 1 | -0/+4 |
| | |||||
* | Fix memory leak. | Jan Djärv | 2003-02-02 | 2 | -84/+107 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2003-02-02 | 1 | -0/+8 |
| | |||||
* | (w32_create_pixmap_from_bitmap_data): Use alloca for | Jason Rumney | 2003-02-01 | 1 | -17/+94 |
| | | | | | | | | | local malloc. [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel definitions in xpm.h. (init_xpm_functions): New function. (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm. (init_external_image_libraries): Try to load libXpm.dll. | ||||
* | (Fcopy_file) [WINDOWSNT]: Reverse logic for setting | Jason Rumney | 2003-02-01 | 2 | -1/+7 |
| | | | | timestamp. | ||||
* | (Fskip_chars_forward) | Dave Love | 2003-01-31 | 2 | -2/+9 |
| | | | | (open-paren-in-column-0-is-defun-start): Doc fix. | ||||
* | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 5 | -167/+184 |
| | |||||
* | Initial revision. | Juanma Barranquero | 2003-01-31 | 1 | -0/+146 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2003-01-31 | 1 | -4/+5 |
| | |||||
* | (init_tiff_functions): New function. | Juanma Barranquero | 2003-01-31 | 1 | -19/+53 |
| | | | | | | (tiff_load): Adjust colors for Windows. Disable color table lookups. Call library functions through pointers determined at runtime. (init_external_image_libraries): Try to load libtiff.dll. | ||||
* | *** empty log message *** | Juanma Barranquero | 2003-01-31 | 1 | -0/+10 |
| | |||||
* | (DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h. | Juanma Barranquero | 2003-01-31 | 1 | -13/+46 |
| | | | | | | | | (init_gif_functions): New function. (gif_load): Sync with xfns.c version. Adjust colors for Windows. Disable color table lookups. Call gif library functions through pointers determined at runtime. (init_external_image_libraries): Try to load libungif.dll. | ||||
* | (syms_of_coding): Add `...' for symbols in the docstring of | Kenichi Handa | 2003-01-31 | 1 | -12/+201 |
| | | | | `coding-system-require-warning'. | ||||
* | (SKIP_GLYPHS): New macro. | Kenichi Handa | 2003-01-31 | 1 | -21/+43 |
| | | | | | (set_cursor_from_row): Skip all glyphs that comes from overlay string. | ||||
* | *** empty log message *** | Kenichi Handa | 2003-01-31 | 1 | -0/+6 |
| | |||||
* | gtkutil.c (free_frame_tool_bar): Removed debug printf. | Jan Djärv | 2003-01-30 | 2 | -16/+19 |
| | |||||
* | *** empty log message *** | Dave Love | 2003-01-30 | 1 | -0/+6 |
| | |||||
* | (Vgc_elapsed, gcs_done): New variables. | Dave Love | 2003-01-30 | 1 | -4/+29 |
| | | | | | (Fgarbage_collect): Use them. (init_alloc, syms_of_alloc): Set them up. | ||||
* | (init_external_image_libraries): Add missing operator. | Juanma Barranquero | 2003-01-30 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2003-01-29 | 1 | -0/+5 |
| | |||||
* | (init_external_image_libraries): Allow jpeg-62.dll as | Jason Rumney | 2003-01-29 | 1 | -0/+1 |
| | | | | an alternative name for jpeg.dll. | ||||
* | (set_cursor_from_row): Pay attention to string display properties. | Kenichi Handa | 2003-01-29 | 1 | -3/+61 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2003-01-29 | 1 | -0/+5 |
| | |||||
* | Corrected misc. typos like missing : after file names, | Kim F. Storm | 2003-01-28 | 10 | -71/+70 |
| | | | | missing file name suffixes, and * used as prefix on non-file entries. | ||||
* | 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> | Andrew Choi | 2003-01-28 | 2 | -31/+36 |
| | | | | | | | | | | * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>, <escape>. (keycode_to_xkeysym_table): Reformat and add more comments. (XTread_socket): Drop special case for backspace. * term/mac-win.el: Add entries in function-key-map for [tab], [backspace], [escape]. | ||||
* | 2003-01-28 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2003-01-28 | 2 | -2/+7 |
| | | | | | * macfns.c (x_to_mac_color): Correct the order for parsing the RGB values in old-style RGB specs. | ||||
* | (init_external_image_libraries): Try alternate names for the jpeg dll. | Juanma Barranquero | 2003-01-27 | 2 | -35/+41 |
| | |||||
* | gtkutil.c: Check for NULL string before calling strcmp or strlen. | Jan Djärv | 2003-01-27 | 2 | -11/+32 |
| | |||||
* | (x_set_name, x_set_title): Add comment about encoding strategy. | Kenichi Handa | 2003-01-27 | 1 | -0/+17 |
| | |||||
* | (Fformat): Add comment about the treatment of 0 as a multibyte | Kenichi Handa | 2003-01-26 | 1 | -0/+4 |
| | | | | character. | ||||
* | gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display | Jan Djärv | 2003-01-26 | 2 | -0/+12 |
| | | | | and handle image load failure (invalid pixmap). | ||||
* | *** empty log message *** | Jason Rumney | 2003-01-26 | 1 | -0/+9 |
| | |||||
* | (init_jpeg_functions, jpeg_resync_to_restart_wrapper): | Jason Rumney | 2003-01-26 | 1 | -54/+103 |
| | | | | | | | | New functions. (jpeg_load): Sync with xfns.c version. Adjust colors for Windows. Disable color table lookups. Call jpeg library functions through pointers determined at runtime. (init_external_image_libraries): Try to load jpeg.dll. | ||||
* | *** empty log message *** | Jason Rumney | 2003-01-25 | 1 | -0/+7 |
| | |||||
* | (XPutPixel): Handle monochrome images; used for masks. | Jason Rumney | 2003-01-25 | 1 | -50/+139 |
| | | | | | | | | | | | | | [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups. (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. (init_png_functions): New function. (png_read_from_memory, png_load): Call png library functions through pointers determined at runtime. (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. (init_external_image_libraries): New function. (init_xfns): Call it. | ||||
* | *** empty log message *** | Richard M. Stallman | 2003-01-25 | 1 | -0/+12 |
| | |||||
* | Declare format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | (barf_or_query_if_file_exists): Call format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -2/+2 |
| | |||||
* | (Fkill_buffer): Call format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -2/+2 |
| | |||||
* | (format2): New function, replaces format1 | Richard M. Stallman | 2003-01-25 | 1 | -21/+8 |
| | | | | but takes exactly two Lisp Objects as format args. | ||||
* | Comment change. | Richard M. Stallman | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | Fix input methods for GTK. | Jan Djärv | 2003-01-25 | 6 | -30/+108 |
| | | | | Don't right justify GTK help menu. | ||||
* | (XPutPixel): Handle monochrome images; used for masks. | Jason Rumney | 2003-01-25 | 2 | -76/+109 |
| | | | | | | [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups. | ||||
* | (Fminibuffer_message): Verify type of parameter. | Andreas Schwab | 2003-01-24 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2003-01-24 | 1 | -4/+4 |
| | |||||
* | gtkutil.c (xg_initialize): Initialize id_to_widget here instead | Jan Djärv | 2003-01-24 | 2 | -1/+16 |
| | | | | of static initializer |