aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Andreas Schwab2003-02-181-0/+8
|
* *** empty log message ***Kim F. Storm2003-02-171-0/+9
|
* * gtkutil.c (xg_tool_bar_expose_callback): New function.Jan Djärv2003-02-171-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. Stallman2003-02-171-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 Handa2003-02-171-0/+4
|
* (w32_list_bdf_fonts, w32_list_fonts): NegativeJason Rumney2003-02-161-0/+5
| | | | max_fonts parameter means list all.
* *** empty log message ***Dave Love2003-02-141-0/+4
|
* (read_escape): Interpret \s as a SPACE character, exceptKim F. Storm2003-02-131-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 thatKim F. Storm2003-02-131-0/+3
| | | | match-data is undefined if last search failed.
* Renamed remap-command to command-remapping. All uses changed.Kim F. Storm2003-02-121-0/+5
|
* (Fdefmacro): Fix typo.Juanma Barranquero2003-02-121-0/+4
|
* (Fstart_kbd_macro): If appending, and last keyboardKim F. Storm2003-02-121-0/+6
| | | | | macro is a string, convert meta modifiers in string when copying the string into a vector.
* *** empty log message ***Kim F. Storm2003-02-111-0/+4
|
* *** empty log message ***Kenichi Handa2003-02-111-0/+4
|
* Doc fixes.Kim F. Storm2003-02-101-0/+5
| | | | (syms_of_process): Add `:' prefix to QCfilter_multibyte.
* (Fstring_to_multibyte): Fix typo in the docstring.Kenichi Handa2003-02-101-0/+2
|
* *** empty log message ***Kenichi Handa2003-02-101-0/+33
|
* *** empty log message ***Kenichi Handa2003-02-091-0/+6
|
* *** empty log message ***Andreas Schwab2003-02-081-0/+5
|
* xterm.c (x_make_frame_visible): Call gtk_window_deiconify.Jan Djärv2003-02-081-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/endifJan Djärv2003-02-071-0/+8
|
* *** empty log message ***Richard M. Stallman2003-02-041-0/+15
|
* *** empty log message ***Kim F. Storm2003-02-031-0/+4
|
* Fix memory leak.Jan Djärv2003-02-021-0/+7
|
* *** empty log message ***Jason Rumney2003-02-021-0/+8
|
* (Fcopy_file) [WINDOWSNT]: Reverse logic for settingJason Rumney2003-02-011-0/+5
| | | | timestamp.
* (Fskip_chars_forward)Dave Love2003-01-311-0/+5
| | | | (open-paren-in-column-0-is-defun-start): Doc fix.
* Cygwin support patch.Juanma Barranquero2003-01-311-0/+13
|
* *** empty log message ***Juanma Barranquero2003-01-311-4/+5
|
* *** empty log message ***Juanma Barranquero2003-01-311-0/+10
|
* *** empty log message ***Kenichi Handa2003-01-311-0/+6
|
* gtkutil.c (free_frame_tool_bar): Removed debug printf.Jan Djärv2003-01-301-15/+19
|
* *** empty log message ***Dave Love2003-01-301-0/+6
|
* (init_external_image_libraries): Add missing operator.Juanma Barranquero2003-01-301-0/+4
|
* *** empty log message ***Jason Rumney2003-01-291-0/+5
|
* *** empty log message ***Kenichi Handa2003-01-291-0/+5
|
* Corrected misc. typos like missing : after file names,Kim F. Storm2003-01-281-5/+4
| | | | missing file name suffixes, and * used as prefix on non-file entries.
* 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>Andrew Choi2003-01-281-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 Choi2003-01-281-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 Barranquero2003-01-271-0/+5
|
* gtkutil.c: Check for NULL string before calling strcmp or strlen.Jan Djärv2003-01-271-0/+6
|
* gtkutil.c (update_frame_tool_bar): Call prepare_image_for_displayJan Djärv2003-01-261-0/+5
| | | | and handle image load failure (invalid pixmap).
* *** empty log message ***Jason Rumney2003-01-261-0/+9
|
* *** empty log message ***Jason Rumney2003-01-251-0/+7
|
* *** empty log message ***Richard M. Stallman2003-01-251-0/+12
|
* Fix input methods for GTK.Jan Djärv2003-01-251-0/+17
| | | | Don't right justify GTK help menu.
* (XPutPixel): Handle monochrome images; used for masks.Jason Rumney2003-01-251-0/+7
| | | | | | [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 Schwab2003-01-241-0/+4
|
* gtkutil.c (xg_initialize): Initialize id_to_widget here insteadJan Djärv2003-01-241-0/+5
| | | | of static initializer
* (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:Dave Love2003-01-241-0/+8
| | | | Use __alignof__.