summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixes.Kim F. Storm2003-02-102-9/+14
| | | | (syms_of_process): Add `:' prefix to QCfilter_multibyte.
* (Fstring_to_multibyte): Fix typo in the docstring.Kenichi Handa2003-02-102-1/+3
|
* *** empty log message ***Kenichi Handa2003-02-101-0/+33
|
* (QCfilter_multibyte): New variable.Kenichi Handa2003-02-101-43/+101
| | | | | | | | | | | | | | | | | | | | | | | | | (setup_process_coding_systems): New function. (Fset_process_buffer, Fset_process_filter): Call setup_process_coding_systems. (Fstart_process): Initialize the member `filter_multibyte' of struct Lisp_Process. (create_process): Call setup_process_coding_systems. (Fmake_network_process): New keyward `:filter-multibyte'. Initialize the member `filter_multibyte' of struct Lisp_Process. Call setup_process_coding_systems. (server_accept_connection): Call setup_process_coding_systems. (read_process_output): If the process has a filter, decide the multibyteness of a string to given to the filter by `filter_multibyte' member of the process. If the process doesn't have a filter and the result of conversion is unibyte, use Fstring_to_multibyte (not Fstring_make_multibyte) to get the multibyte form. (Fset_process_coding_system): Call setup_process_coding_systems. (Fset_process_filter_multibyte): New function. (Fprocess_filter_multibyte_p): New function. (syms_of_process): Intern and staticpro QCfilter_multibyte. Defsubr Sset_process_filter_multibyte and Sprocess_filter_multibyte_p.
* (struct Lisp_Process): New member filter_multibyte.Kenichi Handa2003-02-101-0/+6
|
* (setup_process_coding_systems): Add prototype.Kenichi Handa2003-02-101-0/+1
|
* (Fset_buffer_multibyte): If the current buffer has aKenichi Handa2003-02-101-0/+9
| | | | process, update coding systems for the process.
* *** empty log message ***Kenichi Handa2003-02-091-0/+6
|
* (string_to_multibyte): New function.Kenichi Handa2003-02-091-0/+50
| | | | | (Fstring_to_multibyte): New function. (syms_of_fns): Defsubr it.
* *** empty log message ***Andreas Schwab2003-02-081-0/+5
|
* (EXEEXT): Define to @EXEEXT@ and use this variableAndreas Schwab2003-02-081-22/+23
| | | | instead of the substitution.
* xterm.c (x_make_frame_visible): Call gtk_window_deiconify.Jan Djärv2003-02-083-3/+27
| | | | | 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-073-49/+24
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-04213-3252/+3252
|
* *** empty log message ***Richard M. Stallman2003-02-041-0/+15
|
* (echo_now): Update before_command_echo_length.Richard M. Stallman2003-02-041-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. Storm2003-02-031-3/+4
|
* *** empty log message ***Kim F. Storm2003-02-031-0/+4
|
* Fix memory leak.Jan Djärv2003-02-022-84/+107
|
* *** empty log message ***Jason Rumney2003-02-021-0/+8
|
* (w32_create_pixmap_from_bitmap_data): Use alloca forJason Rumney2003-02-011-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 settingJason Rumney2003-02-012-1/+7
| | | | timestamp.
* (Fskip_chars_forward)Dave Love2003-01-312-2/+9
| | | | (open-paren-in-column-0-is-defun-start): Doc fix.
* Cygwin support patch.Juanma Barranquero2003-01-315-167/+184
|
* Initial revision.Juanma Barranquero2003-01-311-0/+146
|
* *** empty log message ***Juanma Barranquero2003-01-311-4/+5
|
* (init_tiff_functions): New function.Juanma Barranquero2003-01-311-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 Barranquero2003-01-311-0/+10
|
* (DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h.Juanma Barranquero2003-01-311-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 ofKenichi Handa2003-01-311-12/+201
| | | | `coding-system-require-warning'.
* (SKIP_GLYPHS): New macro.Kenichi Handa2003-01-311-21/+43
| | | | | (set_cursor_from_row): Skip all glyphs that comes from overlay string.
* *** empty log message ***Kenichi Handa2003-01-311-0/+6
|
* gtkutil.c (free_frame_tool_bar): Removed debug printf.Jan Djärv2003-01-302-16/+19
|
* *** empty log message ***Dave Love2003-01-301-0/+6
|
* (Vgc_elapsed, gcs_done): New variables.Dave Love2003-01-301-4/+29
| | | | | (Fgarbage_collect): Use them. (init_alloc, syms_of_alloc): Set them up.
* (init_external_image_libraries): Add missing operator.Juanma Barranquero2003-01-302-1/+5
|
* *** empty log message ***Jason Rumney2003-01-291-0/+5
|
* (init_external_image_libraries): Allow jpeg-62.dll asJason Rumney2003-01-291-0/+1
| | | | an alternative name for jpeg.dll.
* (set_cursor_from_row): Pay attention to string display properties.Kenichi Handa2003-01-291-3/+61
|
* *** empty log message ***Kenichi Handa2003-01-291-0/+5
|
* Corrected misc. typos like missing : after file names,Kim F. Storm2003-01-2810-71/+70
| | | | missing file name suffixes, and * used as prefix on non-file entries.
* 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>Andrew Choi2003-01-282-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 Choi2003-01-282-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 Barranquero2003-01-272-35/+41
|
* gtkutil.c: Check for NULL string before calling strcmp or strlen.Jan Djärv2003-01-272-11/+32
|
* (x_set_name, x_set_title): Add comment about encoding strategy.Kenichi Handa2003-01-271-0/+17
|
* (Fformat): Add comment about the treatment of 0 as a multibyteKenichi Handa2003-01-261-0/+4
| | | | character.
* gtkutil.c (update_frame_tool_bar): Call prepare_image_for_displayJan Djärv2003-01-262-0/+12
| | | | and handle image load failure (invalid pixmap).
* *** empty log message ***Jason Rumney2003-01-261-0/+9
|
* (init_jpeg_functions, jpeg_resync_to_restart_wrapper):Jason Rumney2003-01-261-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.