| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (setup_process_coding_systems): If the process's | Kenichi Handa | 2003-02-20 | 1 | -0/+5 |
| | | | | | in/out descriptor is -1, do nothing. | ||||
| * | . | Andreas Schwab | 2003-02-19 | 1 | -4231/+9 |
| | | |||||
| * | (try_alternative_families): Try all scalable fonts if | Kenichi Handa | 2003-02-19 | 1 | -0/+5 |
| | | | | | Vscalable_fonts_allowed is not Qt. | ||||
| * | * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found. | Jan Djärv | 2003-02-19 | 1 | -0/+4 |
| | | |||||
| * | (read1): Allow "?" after a character constant. | Kim F. Storm | 2003-02-18 | 1 | -1/+2 |
| | | |||||
| * | * xterm.c (x_list_fonts): If maxnames is less than 0, get all font | Jan Djärv | 2003-02-18 | 1 | -0/+11 |
| | | | | | | | | | | | names. * xfaces.c (x_face_list_fonts): Allocate struct font_name here. (sorted_font_list): Moved allocation of struct font_name to x_face_list_fonts. (Fx_font_family_list): Set font-list-limit to -1 to get all font names. (Fx_list_fonts): Set maxnames to -1 to get all font names. | ||||
| * | *** empty log message *** | Kim F. Storm | 2003-02-18 | 1 | -0/+4 |
| | | |||||
| * | unexmacosx.c (copy_data_segment): Also copy __cfstring section. | Andrew Choi | 2003-02-18 | 1 | -0/+4 |
| | | |||||
| * | . | Andreas Schwab | 2003-02-18 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-02-17 | 1 | -0/+9 |
| | | |||||
| * | * gtkutil.c (xg_tool_bar_expose_callback): New function. | Jan Djärv | 2003-02-17 | 1 | -0/+8 |
| | | | | | | | | (xg_create_tool_bar): Force style of tool bar to be horizontal with icons. Set name of tool bar to emacs-toolbar. (update_frame_tool_bar): Connect expose event to xg_tool_bar_expose_callback. | ||||
| * | (this_command_key_count_reset): New variable. | Richard M. Stallman | 2003-02-17 | 1 | -0/+9 |
| | | | | | | | | | Initiatize to 0 where this_command_key_count is set. (read_char): Save and restore this_command_key_count_reset around input method code. (read_char): If this_command_key_count_reset, echo reread commands. (Freset_this_command_lengths): Set this_command_key_count_reset to 1. | ||||
| * | (string_to_multibyte): Always return a multibyte string. | Kenichi Handa | 2003-02-17 | 1 | -0/+4 |
| | | |||||
| * | (w32_list_bdf_fonts, w32_list_fonts): Negative | Jason Rumney | 2003-02-16 | 1 | -0/+5 |
| | | | | | max_fonts parameter means list all. | ||||
| * | *** empty log message *** | Dave Love | 2003-02-14 | 1 | -0/+4 |
| | | |||||
| * | (read_escape): Interpret \s as a SPACE character, except | Kim F. Storm | 2003-02-13 | 1 | -0/+5 |
| | | | | | | | for \s-X in a character constant which still is the super modifier. (read1): Signal an `invalid read syntax' error if a character constant is immediately followed by a digit or symbol character. | ||||
| * | (Fmatch_data): Doc fix. Explicitly state that | Kim F. Storm | 2003-02-13 | 1 | -0/+3 |
| | | | | | match-data is undefined if last search failed. | ||||
| * | Renamed remap-command to command-remapping. All uses changed. | Kim F. Storm | 2003-02-12 | 1 | -0/+5 |
| | | |||||
| * | (Fdefmacro): Fix typo. | Juanma Barranquero | 2003-02-12 | 1 | -0/+4 |
| | | |||||
| * | (Fstart_kbd_macro): If appending, and last keyboard | Kim F. Storm | 2003-02-12 | 1 | -0/+6 |
| | | | | | | macro is a string, convert meta modifiers in string when copying the string into a vector. | ||||
| * | *** empty log message *** | Kim F. Storm | 2003-02-11 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-02-11 | 1 | -0/+4 |
| | | |||||
| * | Doc fixes. | Kim F. Storm | 2003-02-10 | 1 | -0/+5 |
| | | | | | (syms_of_process): Add `:' prefix to QCfilter_multibyte. | ||||
| * | (Fstring_to_multibyte): Fix typo in the docstring. | Kenichi Handa | 2003-02-10 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-02-10 | 1 | -0/+33 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-02-09 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Andreas Schwab | 2003-02-08 | 1 | -0/+5 |
| | | |||||
| * | xterm.c (x_make_frame_visible): Call gtk_window_deiconify. | Jan Djärv | 2003-02-08 | 1 | -0/+8 |
| | | | | | | xmenu.c (menu_position_func): Adjust menu popup position so that the menu is fully visible. | ||||
| * | Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif | Jan Djärv | 2003-02-07 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-02-04 | 1 | -0/+15 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-02-03 | 1 | -0/+4 |
| | | |||||
| * | Fix memory leak. | Jan Djärv | 2003-02-02 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2003-02-02 | 1 | -0/+8 |
| | | |||||
| * | (Fcopy_file) [WINDOWSNT]: Reverse logic for setting | Jason Rumney | 2003-02-01 | 1 | -0/+5 |
| | | | | | timestamp. | ||||
| * | (Fskip_chars_forward) | Dave Love | 2003-01-31 | 1 | -0/+5 |
| | | | | | (open-paren-in-column-0-is-defun-start): Doc fix. | ||||
| * | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-01-31 | 1 | -4/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-01-31 | 1 | -0/+10 |
| | | |||||
| * | *** 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 | 1 | -15/+19 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-01-30 | 1 | -0/+6 |
| | | |||||
| * | (init_external_image_libraries): Add missing operator. | Juanma Barranquero | 2003-01-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2003-01-29 | 1 | -0/+5 |
| | | |||||
| * | *** 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 | 1 | -5/+4 |
| | | | | | 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 | 1 | -0/+7 |
| | | | | | | | | | | | * 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 | 1 | -0/+5 |
| | | | | | | * 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 | 1 | -0/+5 |
| | | |||||
| * | gtkutil.c: Check for NULL string before calling strcmp or strlen. | Jan Djärv | 2003-01-27 | 1 | -0/+6 |
| | | |||||
| * | gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display | Jan Djärv | 2003-01-26 | 1 | -0/+5 |
| | | | | | and handle image load failure (invalid pixmap). | ||||