Kenichi Handa
346951c4fc
("Latin-1"): Add description for Dutch and Spanish lang. env.
2001-01-16 11:17:56 +00:00
Kenichi Handa
35793af762
*** empty log message ***
2001-01-16 11:17:38 +00:00
Kenichi Handa
450ed22689
(CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
2001-01-16 11:11:38 +00:00
Dave Love
03167a34ec
(backward-delete-char-untabify-method): Add :version.
2001-01-16 10:51:35 +00:00
Dave Love
75d80cc63b
backward-delete-char-untabify-method
...
copyright date
2001-01-16 10:48:35 +00:00
Kenichi Handa
50c29104d6
(transform-make-coding-system-args): New function.
...
(make-coding-system): Accept XEmacs style arguments.
2001-01-16 10:37:43 +00:00
Kenichi Handa
1c8102ff7b
*** empty log message ***
2001-01-16 10:32:59 +00:00
Kenichi Handa
4d247a1f57
(Fregister_ccl_program): Handle the return value of
...
resolve_symbol_ccl_program correctly.
2001-01-16 08:28:01 +00:00
Kenichi Handa
261d788ba9
*** empty log message ***
2001-01-16 08:27:47 +00:00
Kenichi Handa
6ba9b20be5
(decode-char): Fix conditions.
...
(encode-char): Handle eight-bit-control too.
2001-01-16 06:50:23 +00:00
Kenichi Handa
771ffcf735
*** empty log message ***
2001-01-16 06:49:46 +00:00
Gerd Moellmann
e4ded23c97
(x_set_mouse_face_gc): If the last use mouse face
...
has gone in the meantime, use face MOUSE_FACE_ID.
2001-01-15 20:17:27 +00:00
Dave Love
4ece8d6132
Fix author's e-mail.
2001-01-15 17:44:14 +00:00
Gerd Moellmann
e1cf67b6f8
(find-tag-noselect): Save the value of
...
tags-file-name before switching buffers, for the case it has a
buffer-local value.
2001-01-15 16:37:58 +00:00
Gerd Moellmann
ae24cb3bef
(x_connection_closed) [USE_X_TOOLKIT]: If
...
x_display_info_for_display returns null, don't try to close
the display; we didn't open it.
2001-01-15 15:29:54 +00:00
Gerd Moellmann
bccee4f282
(save_or_restore_current_matrices): Function removed.
...
(save_current_matrix, restore_current_matrix): New functions.
(adjust_frame_glyphs_for_frame_redisplay): Use them to save and
restore the frame's current matrix. Due to the glyph pointer
setup done in adjust_glyph_matrix, there is no easy way to make
saving the current matrix in the desired matrix generally correct,
so don't try it.
2001-01-15 13:46:41 +00:00
Gerd Moellmann
b3287acf97
(ansi-colors) <defgroup>: Fix :version by Dave
...
Love <fx@gnu.org>
(ansi-color-for-comint-mode): Fix :version.
(ansi-color-unfontify-region): Doc change.
2001-01-15 11:34:27 +00:00
Francesco Potortì
f96467d8f2
2000-05-31 Karl M. Hegbloom <karlheg@debian.org>
...
* etags.1: correct several markup errors.
2001-01-15 10:35:16 +00:00
Francesco Potortì
6bfeebef39
*** empty log message ***
2001-01-15 08:59:15 +00:00
Francesco Potortì
83be933cf9
2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
...
* etags.c (print_language_names): Print filenames in addition to
suffixes.
2001-01-15 08:57:56 +00:00
Kenichi Handa
37be86f28f
(insert_left_trunc_glyphs): Overwrite padding glyphs by
...
truncation glyphs.
(display_line): Optimize for wide characters.
(display_string): Don't try to display a multi-column charaters
partially. On ttys, produce more than one truncation glyph for
multi-column characters that don't fit on the line.
2001-01-15 04:32:52 +00:00
Kenichi Handa
ebeccffa9e
*** empty log message ***
2001-01-15 04:32:25 +00:00
Kenichi Handa
05f71b4909
(define-ccl-program): Fix docstring.
2001-01-15 00:38:41 +00:00
Francesco Potortì
9b8b3b6779
Added instructions for use of Ada tags.
2001-01-14 21:04:25 +00:00
Francesco Potortì
89d57763af
Changes for makefile support in etags.
2001-01-14 20:48:05 +00:00
Eli Zaretskii
8d7ff9c808
*** empty log message ***
2001-01-14 19:26:14 +00:00
Eli Zaretskii
6e8e8e47a9
(dired-insert-directory): If file-system-info fails,
...
remove the " free " part, but don't signal an error.
2001-01-14 19:16:07 +00:00
Gerd Moellmann
291c7e74d2
(write_c_args): Print newlines as spaces.
2001-01-13 16:49:49 +00:00
Kenichi Handa
1c0e6fa43c
(WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define
...
it instead of WORDS_BIGENDIAN. Caller changed.
2001-01-13 07:14:02 +00:00
Kenichi Handa
643881261d
*** empty log message ***
2001-01-13 07:13:41 +00:00
Kenichi Handa
c8d4d4ccd1
Fix typo in the code setting x_search_path.
2001-01-13 07:10:58 +00:00
Jason Rumney
8edb0a6fb7
(x_to_w32_color, x_set_icon_name, xlfd_strip_height)
...
(w32_list_synthesized_fonts, lookup_image, Fx_file_dialog)
(Fw32_send_sys_command): Remove unused variables.
(w32_msg_pump): Add parentheses.
(Fimage_size, image_ascent, lookup_image)
(IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec)
(xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
(tiff_format, gif_format, gs_format): Adapt to change of image
margins.
2001-01-13 00:04:05 +00:00
Jason Rumney
d6ff54d52f
(x_produce_image_glyph, x_draw_image_foreground)
...
(x_draw_image_relief, x_draw_image_foreground_1)
(x_draw_image_glyph_string): Adapt to change of image margins.
(w32_fill_rect, w32_read_socket, x_bitmap_icon)
(x_new_fontset, x_calc_absolute_position, x_iconify_frame):
Add parentheses.
2001-01-13 00:01:51 +00:00
Jason Rumney
253574a62d
(init_environment, sys_shutdown, sys_pipe): Remove unused
...
variables.
2001-01-13 00:00:26 +00:00
Jason Rumney
486a1063b9
(search_file_line, get_cached_font_char)
...
(cache_char_offset, create_offscreen_bitmap): Remove unused variables.
2001-01-12 23:59:37 +00:00
Jason Rumney
a1bcc85a38
(w32_console_toggle_lock_key): Add parentheses.
2001-01-12 23:59:09 +00:00
Sam Steingold
dbe99ae975
new backquote syntax
2001-01-12 22:49:40 +00:00
Sam Steingold
d30717c9d7
added elisp reference manual
2001-01-12 22:44:24 +00:00
Richard M. Stallman
6bfdc2e29f
(last): Handle a list that doesn't end in nil.
2001-01-12 19:51:09 +00:00
Richard M. Stallman
420198cbe2
*** empty log message ***
2001-01-12 19:48:56 +00:00
Sam Steingold
ca2ddd8ed5
(lisp-mode-shared-map): Bind backspace' to backward-delete-char-untabify'.
2001-01-12 18:07:31 +00:00
Gerd Moellmann
b30623bee0
*** empty log message ***
2001-01-12 15:21:00 +00:00
Gerd Moellmann
35a415071e
(Vtool_bar_button_margin): Replaces tool_bar_button_margin.
...
(build_desired_tool_bar_string): Handle Vtool_bar_button_margin
being a pair of margins.
(syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
to DEFVAR_LISP. Extend doc.
2001-01-12 15:12:10 +00:00
Gerd Moellmann
22d650b851
(x_produce_image_glyph, x_draw_image_foreground)
...
(x_draw_image_relief, x_draw_image_foreground_1)
(x_draw_image_glyph_string): Adapt to the change of image margins.
2001-01-12 15:09:58 +00:00
Gerd Moellmann
3ed61e75f4
(Fimage_size, image_ascent): Adapt to the change of image
...
margins.
(lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
pair of integers `(X . Y)', use X for the horizontal and Y for the
vertical margin.
(IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
(parse_image_spec): Check it.
(xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
(tiff_format, gif_format, gs_format): Use
IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
2001-01-12 15:09:21 +00:00
Gerd Moellmann
f821599397
(struct image): Replace member `margin' with
...
`hmargin' and `vmargin'.
2001-01-12 15:08:17 +00:00
Eli Zaretskii
3bffc6653c
Fix a typo in the last entry for dispnew.c
2001-01-12 14:33:21 +00:00
Gerd Moellmann
607d9f9fe2
(clear_mouse_face=): Improve a comment.
2001-01-12 14:16:15 +00:00
Gerd Moellmann
4554cc7993
Fix last change.
2001-01-12 14:11:51 +00:00
Gerd Moellmann
074b781a4c
(update_text_area): Put code which decrements the
...
stop position when the row's face extends to the end of the
line in � 0.
2001-01-12 14:09:54 +00:00