1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 14:40:54 -08:00
Commit graph

16798 commits

Author SHA1 Message Date
Kim F. Storm
37cd423857 (read_escape): Interpret \s as a SPACE character, except
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.
2003-02-13 12:44:57 +00:00
Kim F. Storm
140a6b7efd (Fmatch_data): Doc fix. Explicitly state that
match-data is undefined if last search failed.
2003-02-13 10:33:49 +00:00
Kim F. Storm
023b93f6b0 Renamed remap-command to command-remapping. All uses changed. 2003-02-12 23:13:43 +00:00
Juanma Barranquero
7d5c86e5de (Fdefmacro): Fix typo. 2003-02-12 15:45:05 +00:00
Kim F. Storm
295fff2c70 (Fstart_kbd_macro): If appending, and last keyboard
macro is a string, convert meta modifiers in string when copying
the string into a vector.
2003-02-12 11:08:36 +00:00
Kim F. Storm
078d0f3888 (Fremap_command): Return nil if arg is not a symbol. 2003-02-11 14:35:24 +00:00
Kim F. Storm
60f3202d9b *** empty log message *** 2003-02-11 14:35:09 +00:00
Kenichi Handa
61cb0b531e *** empty log message *** 2003-02-11 02:45:41 +00:00
Kenichi Handa
ed4049a28e (lisp, shortlisp): Add malayalam.el and tamil.el. 2003-02-11 01:46:34 +00:00
Kim F. Storm
7392e23cf9 Doc fixes.
(syms_of_process): Add `:' prefix to QCfilter_multibyte.
2003-02-10 13:51:59 +00:00
Kenichi Handa
9c7a329a62 (Fstring_to_multibyte): Fix typo in the docstring. 2003-02-10 11:00:18 +00:00
Kenichi Handa
ce4254bd12 *** empty log message *** 2003-02-10 08:24:29 +00:00
Kenichi Handa
03f0441359 (QCfilter_multibyte): New variable.
(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.
2003-02-10 07:58:29 +00:00
Kenichi Handa
56533d51c8 (struct Lisp_Process): New member filter_multibyte. 2003-02-10 07:45:13 +00:00
Kenichi Handa
d3c8e597f6 (setup_process_coding_systems): Add prototype. 2003-02-10 07:44:18 +00:00
Kenichi Handa
172f945448 (Fset_buffer_multibyte): If the current buffer has a
process, update coding systems for the process.
2003-02-10 07:43:03 +00:00
Kenichi Handa
b08d5f5959 *** empty log message *** 2003-02-09 08:38:05 +00:00
Kenichi Handa
2df18cdb0b (string_to_multibyte): New function.
(Fstring_to_multibyte): New function.
(syms_of_fns): Defsubr it.
2003-02-09 08:37:36 +00:00
Andreas Schwab
0dfd93c05d *** empty log message *** 2003-02-08 17:28:43 +00:00
Andreas Schwab
108c7c97c1 (EXEEXT): Define to @EXEEXT@ and use this variable
instead of the substitution.
2003-02-08 17:27:58 +00:00
Jan Djärv
7b76ca1c43 xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
xmenu.c (menu_position_func): Adjust menu popup position so that
  the menu is fully visible.
2003-02-08 11:18:32 +00:00
Jan Djärv
2436a4e491 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif 2003-02-07 16:38:54 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Richard M. Stallman
37d1e6800c *** empty log message *** 2003-02-04 12:03:59 +00:00
Richard M. Stallman
22b94eeb2c (echo_now): Update before_command_echo_length.
(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.
2003-02-04 11:51:40 +00:00
Kim F. Storm
f5613d1efd (syms_of_keyboard) <this-original-command>: Doc fix. 2003-02-03 22:52:07 +00:00
Kim F. Storm
578846a3f8 *** empty log message *** 2003-02-03 22:51:45 +00:00
Jan Djärv
49853a4d5c Fix memory leak. 2003-02-02 18:54:32 +00:00
Jason Rumney
5d54d177cf *** empty log message *** 2003-02-02 00:01:45 +00:00
Jason Rumney
c736ffda58 (w32_create_pixmap_from_bitmap_data): Use alloca for
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.
2003-02-01 23:54:34 +00:00
Jason Rumney
8b53dc0634 (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
timestamp.
2003-02-01 01:22:38 +00:00
Dave Love
b222e4153c (Fskip_chars_forward)
(open-paren-in-column-0-is-defun-start): Doc fix.
2003-01-31 15:39:48 +00:00
Juanma Barranquero
c60ee5e70f Cygwin support patch. 2003-01-31 15:24:20 +00:00
Juanma Barranquero
2454c12d45 Initial revision. 2003-01-31 15:05:24 +00:00
Juanma Barranquero
fe9299574b *** empty log message *** 2003-01-31 11:03:57 +00:00
Juanma Barranquero
12b918b2e3 (init_tiff_functions): New function.
(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.
2003-01-31 10:59:13 +00:00
Juanma Barranquero
53b3759112 *** empty log message *** 2003-01-31 07:27:59 +00:00
Juanma Barranquero
1ffb278b0d (DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h.
(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.
2003-01-31 07:20:13 +00:00
Kenichi Handa
6b89e3aa28 (syms_of_coding): Add `...' for symbols in the docstring of
`coding-system-require-warning'.
2003-01-31 04:03:07 +00:00
Kenichi Handa
bc6371a658 (SKIP_GLYPHS): New macro.
(set_cursor_from_row): Skip all glyphs that comes from overlay
string.
2003-01-31 03:53:43 +00:00
Kenichi Handa
45415a8f61 *** empty log message *** 2003-01-31 03:53:24 +00:00
Jan Djärv
a97e413807 gtkutil.c (free_frame_tool_bar): Removed debug printf. 2003-01-30 17:14:48 +00:00
Dave Love
6eed9bed52 *** empty log message *** 2003-01-30 14:27:00 +00:00
Dave Love
2c5bd60800 (Vgc_elapsed, gcs_done): New variables.
(Fgarbage_collect): Use them.
(init_alloc, syms_of_alloc): Set them up.
2003-01-30 14:15:58 +00:00
Juanma Barranquero
100dcd40b8 (init_external_image_libraries): Add missing operator. 2003-01-30 07:21:10 +00:00
Jason Rumney
fbd852aff7 *** empty log message *** 2003-01-29 23:35:27 +00:00
Jason Rumney
a56e4a5fd2 (init_external_image_libraries): Allow jpeg-62.dll as
an alternative name for jpeg.dll.
2003-01-29 23:31:11 +00:00
Kenichi Handa
ae73dc1c66 (set_cursor_from_row): Pay attention to string display properties. 2003-01-29 13:12:46 +00:00
Kenichi Handa
8a2d8020c1 *** empty log message *** 2003-01-29 13:12:27 +00:00
Kim F. Storm
88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00