Kenichi Handa [Fri, 19 Jan 2001 05:22:01 +0000 (05:22 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 19 Jan 2001 03:50:40 +0000 (03:50 +0000)]
(check_composition): Check validity of composition.
Kenichi Handa [Fri, 19 Jan 2001 03:50:24 +0000 (03:50 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 18 Jan 2001 14:49:07 +0000 (14:49 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 18 Jan 2001 14:48:38 +0000 (14:48 +0000)]
(Qcancel_timer): New variable.
(syms_of_xfns): Initialize and staticpro it.
(Fx_hide_tip, Fx_show_tip): Use it.
(Fx_show_tip): Make sure to set tip_timer to nil when canceling
the timer.
(toplevel): Lisp code for generating parts of syms_of_xfns removed.
Gerd Moellmann [Thu, 18 Jan 2001 14:38:45 +0000 (14:38 +0000)]
(tooltip-hide-delay): New user-option.
(tooltip-show): Use tooltip-hide-delay instead of the default.
Gerd Moellmann [Thu, 18 Jan 2001 14:10:06 +0000 (14:10 +0000)]
(WINDOW_LIVE_P): New macro.
Gerd Moellmann [Thu, 18 Jan 2001 14:09:17 +0000 (14:09 +0000)]
* window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
Gerd Moellmann [Thu, 18 Jan 2001 13:46:46 +0000 (13:46 +0000)]
(window_size_fixed): New variable.
(syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
the doc string.
Gerd Moellmann [Thu, 18 Jan 2001 13:21:51 +0000 (13:21 +0000)]
(specbind): If binding a per-buffer variable which
doesn't have a buffer-local value in the current buffer, change
the global value by changing the value of the symbol bound in all
buffers not having their own value, to make it consistent with
what happens with other buffer-local variables.
Gerd Moellmann [Thu, 18 Jan 2001 12:30:25 +0000 (12:30 +0000)]
(x_initialize): Set char_ins_del_ok to 1.
Gerd Moellmann [Thu, 18 Jan 2001 12:29:55 +0000 (12:29 +0000)]
(forward_to_next_line_start): Stop at end of buffer
when searching for a newline.
Kenichi Handa [Thu, 18 Jan 2001 12:14:48 +0000 (12:14 +0000)]
(display_string): Fix previous change.
Kenichi Handa [Thu, 18 Jan 2001 12:14:25 +0000 (12:14 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 18 Jan 2001 11:28:29 +0000 (11:28 +0000)]
*** empty log message ***
Jason Rumney [Thu, 18 Jan 2001 09:19:39 +0000 (09:19 +0000)]
(x_produce_stretch_glyph): Only use Qspace when GLYPH_DEBUG is defined.
(x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't
true for images with `:ascent 100'.
(x_set_mouse_face_gc): If the last used mouse face has gone in the
meantime, use face MOUSE_FACE_ID.
If first glyph isn't a character glyph, use the ASCII NUL
character to determine the face.
(expose_area): Do not treat left margin specially.
(note_mode_line_highlight): If no local_map, check global keymap.
(note_mouse_highlight): Initialize overlay.
(clear_mouse_face): Don't return if tip_frame is non-nil.
(show_scroll_bars): Remove unused function.
(w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil.
(x_draw_bar_cursor): Remove extra test for out of bounds cursor.
Clip to row.
(x_erase_phys_cursor): Don't apply XWINDOW to variable that may be nil.
(x_free_frame_resources): Unload relief colors.
Kenichi Handa [Thu, 18 Jan 2001 08:01:34 +0000 (08:01 +0000)]
(mail-setup): Call set-buffer-multibyte because
kill-local-variable doesn't work for enable-multibyte-characters.
Kenichi Handa [Thu, 18 Jan 2001 08:01:14 +0000 (08:01 +0000)]
*** empty log message ***
Dave Love [Wed, 17 Jan 2001 22:01:57 +0000 (22:01 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 17 Jan 2001 20:11:33 +0000 (20:11 +0000)]
(forward_to_next_line_start): Avoid calling
get_next_display_element when the newline is already found. This
may change the iterator's position, when its current position is
equal to the iterator's stop_charpos.
Dave Love [Wed, 17 Jan 2001 18:34:29 +0000 (18:34 +0000)]
*** empty log message ***
Dave Love [Wed, 17 Jan 2001 18:28:50 +0000 (18:28 +0000)]
(ediff-before-setup-hook)
(ediff-merge-filename-prefix): Add :version.
Dave Love [Wed, 17 Jan 2001 17:49:37 +0000 (17:49 +0000)]
New version from http://www.tuxedo.org/~esr/terminfo/.
Gerd Moellmann [Wed, 17 Jan 2001 16:54:20 +0000 (16:54 +0000)]
(direct_output_for_insert): If char_ins_del_ok is
zero, use this method only at the end of a line.
Sam Steingold [Wed, 17 Jan 2001 16:18:45 +0000 (16:18 +0000)]
removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Gerd Moellmann [Wed, 17 Jan 2001 15:56:25 +0000 (15:56 +0000)]
(x_face_list_fonts): Don't BLOCK_INPUT around the
call to x_list_fonts. Call x_list_fonts with SIZE -1 only
if SCALABLE_FONTS_P is set.
Gerd Moellmann [Wed, 17 Jan 2001 15:51:32 +0000 (15:51 +0000)]
(x_face_list_fonts): Call x_list_fonts with SIZE -1,
so that scalable fonts are included.
(x_face_list_fonts): Use x_list_fonts instead of
XListFonts to take advantage of font caching.
Gerd Moellmann [Wed, 17 Jan 2001 15:46:49 +0000 (15:46 +0000)]
(x_list_fonts): Allow scalable fonts if SIZE is < 0,
In the cache, use a key containing the information if scalable
fonts are included.
(x_load_font): Adapt to change of keys in the font cache.
(x_list_fonts): Ensure caching font information when
called for a null frame, which is the case frequently when Emacs
starts.
Dave Love [Wed, 17 Jan 2001 14:29:49 +0000 (14:29 +0000)]
Require disp-table.
(latin1-display): Fix :set.
Gerd Moellmann [Wed, 17 Jan 2001 14:11:43 +0000 (14:11 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 17 Jan 2001 14:11:06 +0000 (14:11 +0000)]
(isearch-lazy-highlight-initial-delay)
(isearch-lazy-highlight-interval): Default to 0.
Gerd Moellmann [Wed, 17 Jan 2001 14:10:25 +0000 (14:10 +0000)]
(isearch-highlight): Set isearch-overlay priority to
1 here rather than each time through
isearch-lazy-highlight-new-loop.
(isearch-lazy-highlight-max): Variable deleted.
(isearch-lazy-highlight-max-at-a-time): New user variable, like
isearch-lazy-highlight-max but controls a single invocation of
isearch-lazy-highlight-update.
(isearch-lazy-highlight-wrapped): Variable recreated.
(isearch-lazy-highlight-window-start): New variable.
(isearch-lazy-highlight-cleanup): Restored to behavior of
before 2-Jan.
(isearch-lazy-highlight-remove-overlays): Function deleted;
behavior folded into isearch-lazy-highlight-cleanup. "Keep"
behavior removed.
(isearch-lazy-highlight-new-loop): Restore old behavior of calling
isearch-lazy-highlight-update in a loop rather than just once.
Test isearch-invalid-regexp here and decide not to start a new
loop, rather than testing it each time through
isearch-lazy-highlight-update.
(isearch-lazy-highlight-search): Function restored.
(isearch-lazy-highlight-update): Get called in a timer loop again,
but this time highlight more than one match each time through.
Only highlight matches in the visible part of the window. Start
at point, move in the direction of the search, and wrap around at
the edge of the window. Use sit-for to force redisplay and ensure
window-start is credible. "Face suppressing" behavior removed;
overlay priorities should make it unnecessary, right?
(isearch-highlight): Face suppressing behavior removed.
(isearch-dehighlight): Face suppressing behavior removed.
(isearch-set-lazy-highlight-faces-at): Removed.
Gerd Moellmann [Wed, 17 Jan 2001 13:14:45 +0000 (13:14 +0000)]
* xdisp.c (build_desired_tool_bar_string): Use :conversion instead
of :algorithm.
Gerd Moellmann [Wed, 17 Jan 2001 13:14:01 +0000 (13:14 +0000)]
(QCconversion): Replaces QCalgorithm.
Gerd Moellmann [Wed, 17 Jan 2001 13:13:34 +0000 (13:13 +0000)]
(QCconversion): Replaces QCalgorithm. Update copyright.
Gerd Moellmann [Wed, 17 Jan 2001 13:00:16 +0000 (13:00 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 17 Jan 2001 12:59:47 +0000 (12:59 +0000)]
(redisplay_tool_bar): Change tool bar's height when
not everything could be displayed.
Gerd Moellmann [Wed, 17 Jan 2001 12:07:03 +0000 (12:07 +0000)]
*** empty log message ***
Dave Love [Wed, 17 Jan 2001 11:41:05 +0000 (11:41 +0000)]
(eudc-server, eudc-protocol): Fix :type.
Andrew Innes [Wed, 17 Jan 2001 11:11:53 +0000 (11:11 +0000)]
(directory_files_internal): Convert result from readdir
to a unibyte string initially, to avoid possible misinterpretation
of some bytes as the internal form of Emacs characters.
Kenichi Handa [Wed, 17 Jan 2001 05:55:31 +0000 (05:55 +0000)]
(concat): Be sure to avoid putting the same `composition'
property on the adjacent regions.
Kenichi Handa [Wed, 17 Jan 2001 05:55:12 +0000 (05:55 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 23:49:14 +0000 (23:49 +0000)]
("Latin-1"): Make the format of description
about additional language environments same as that of Latin-2.
Kenichi Handa [Tue, 16 Jan 2001 23:48:56 +0000 (23:48 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 16 Jan 2001 20:27:08 +0000 (20:27 +0000)]
Bind <backspace> and <delete> via function-key-map.
Don't bind <delete> otherwise.
Gerd Moellmann [Tue, 16 Jan 2001 20:25:23 +0000 (20:25 +0000)]
(delete-key-deletes-forward-mode): Bind <backspace>
and <delete> via function-key-map.
Dave Love [Tue, 16 Jan 2001 17:27:20 +0000 (17:27 +0000)]
(isearch-lazy-highlight): Add :version.
Dave Love [Tue, 16 Jan 2001 17:20:25 +0000 (17:20 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 16 Jan 2001 15:00:06 +0000 (15:00 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 16 Jan 2001 14:59:37 +0000 (14:59 +0000)]
(Fset_window_hscroll): Don't set window's min_hscroll
here.
(Fscroll_right, Fscroll_left): Set it here instead, if called
interactively.
Gerd Moellmann [Tue, 16 Jan 2001 14:21:59 +0000 (14:21 +0000)]
(Fset_buffer_modified_p): Set buffer's
prevent_redisplay_optimizations_p flag.
Gerd Moellmann [Tue, 16 Jan 2001 14:04:21 +0000 (14:04 +0000)]
(mail-mode-flyspell-verify): Check in
Subject line only if point is after the `Subject:'.
Gerd Moellmann [Tue, 16 Jan 2001 12:56:19 +0000 (12:56 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 16 Jan 2001 12:42:22 +0000 (12:42 +0000)]
Call redisplay_preserve_echo_area with additional arg.
Gerd Moellmann [Tue, 16 Jan 2001 12:38:28 +0000 (12:38 +0000)]
(redisplay_preserve_echo_area): Change prototype.
Gerd Moellmann [Tue, 16 Jan 2001 12:37:31 +0000 (12:37 +0000)]
(redisplay_preserve_echo_area): Add parameter
FROM_WHERE, for debugging.
Dave Love [Tue, 16 Jan 2001 12:13:43 +0000 (12:13 +0000)]
(next-line-add-newlines): Add :version.
Kenichi Handa [Tue, 16 Jan 2001 11:41:33 +0000 (11:41 +0000)]
("Japanese"): Add japanese-jisx0213-1 and
japanese-jisx0213-2 in `charset' property of this lang. env.
Kenichi Handa [Tue, 16 Jan 2001 11:41:20 +0000 (11:41 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 11:17:56 +0000 (11:17 +0000)]
("Latin-1"): Add description for Dutch and Spanish lang. env.
Kenichi Handa [Tue, 16 Jan 2001 11:17:38 +0000 (11:17 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 11:11:38 +0000 (11:11 +0000)]
(CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
Dave Love [Tue, 16 Jan 2001 10:51:35 +0000 (10:51 +0000)]
(backward-delete-char-untabify-method): Add :version.
Dave Love [Tue, 16 Jan 2001 10:48:35 +0000 (10:48 +0000)]
backward-delete-char-untabify-method
copyright date
Kenichi Handa [Tue, 16 Jan 2001 10:37:43 +0000 (10:37 +0000)]
(transform-make-coding-system-args): New function.
(make-coding-system): Accept XEmacs style arguments.
Kenichi Handa [Tue, 16 Jan 2001 10:32:59 +0000 (10:32 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 08:28:01 +0000 (08:28 +0000)]
(Fregister_ccl_program): Handle the return value of
resolve_symbol_ccl_program correctly.
Kenichi Handa [Tue, 16 Jan 2001 08:27:47 +0000 (08:27 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 06:50:23 +0000 (06:50 +0000)]
(decode-char): Fix conditions.
(encode-char): Handle eight-bit-control too.
Kenichi Handa [Tue, 16 Jan 2001 06:49:46 +0000 (06:49 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 15 Jan 2001 20:17:27 +0000 (20:17 +0000)]
(x_set_mouse_face_gc): If the last use mouse face
has gone in the meantime, use face MOUSE_FACE_ID.
Dave Love [Mon, 15 Jan 2001 17:44:14 +0000 (17:44 +0000)]
Fix author's e-mail.
Gerd Moellmann [Mon, 15 Jan 2001 16:37:58 +0000 (16:37 +0000)]
(find-tag-noselect): Save the value of
tags-file-name before switching buffers, for the case it has a
buffer-local value.
Gerd Moellmann [Mon, 15 Jan 2001 15:29:54 +0000 (15:29 +0000)]
(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.
Gerd Moellmann [Mon, 15 Jan 2001 13:46:41 +0000 (13:46 +0000)]
(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.
Gerd Moellmann [Mon, 15 Jan 2001 11:34:27 +0000 (11:34 +0000)]
(ansi-colors) <defgroup>: Fix :version by Dave
Love <fx@gnu.org>
(ansi-color-for-comint-mode): Fix :version.
(ansi-color-unfontify-region): Doc change.
Francesco Potortì [Mon, 15 Jan 2001 10:35:16 +0000 (10:35 +0000)]
2000-05-31 Karl M. Hegbloom <karlheg@debian.org>
* etags.1: correct several markup errors.
Francesco Potortì [Mon, 15 Jan 2001 08:59:15 +0000 (08:59 +0000)]
*** empty log message ***
Francesco Potortì [Mon, 15 Jan 2001 08:57:56 +0000 (08:57 +0000)]
2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
* etags.c (print_language_names): Print filenames in addition to
suffixes.
Kenichi Handa [Mon, 15 Jan 2001 04:32:52 +0000 (04:32 +0000)]
(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.
Kenichi Handa [Mon, 15 Jan 2001 04:32:25 +0000 (04:32 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 15 Jan 2001 00:38:41 +0000 (00:38 +0000)]
(define-ccl-program): Fix docstring.
Francesco Potortì [Sun, 14 Jan 2001 21:04:25 +0000 (21:04 +0000)]
Added instructions for use of Ada tags.
Francesco Potortì [Sun, 14 Jan 2001 20:48:05 +0000 (20:48 +0000)]
Changes for makefile support in etags.
Eli Zaretskii [Sun, 14 Jan 2001 19:26:14 +0000 (19:26 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 14 Jan 2001 19:16:07 +0000 (19:16 +0000)]
(dired-insert-directory): If file-system-info fails,
remove the " free " part, but don't signal an error.
Gerd Moellmann [Sat, 13 Jan 2001 16:49:49 +0000 (16:49 +0000)]
(write_c_args): Print newlines as spaces.
Kenichi Handa [Sat, 13 Jan 2001 07:14:02 +0000 (07:14 +0000)]
(WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define
it instead of WORDS_BIGENDIAN. Caller changed.
Kenichi Handa [Sat, 13 Jan 2001 07:13:41 +0000 (07:13 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 13 Jan 2001 07:10:58 +0000 (07:10 +0000)]
Fix typo in the code setting x_search_path.
Jason Rumney [Sat, 13 Jan 2001 00:04:05 +0000 (00:04 +0000)]
(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.
Jason Rumney [Sat, 13 Jan 2001 00:01:51 +0000 (00:01 +0000)]
(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.
Jason Rumney [Sat, 13 Jan 2001 00:00:26 +0000 (00:00 +0000)]
(init_environment, sys_shutdown, sys_pipe): Remove unused
variables.
Jason Rumney [Fri, 12 Jan 2001 23:59:37 +0000 (23:59 +0000)]
(search_file_line, get_cached_font_char)
(cache_char_offset, create_offscreen_bitmap): Remove unused variables.
Jason Rumney [Fri, 12 Jan 2001 23:59:09 +0000 (23:59 +0000)]
(w32_console_toggle_lock_key): Add parentheses.
Sam Steingold [Fri, 12 Jan 2001 22:49:40 +0000 (22:49 +0000)]
new backquote syntax
Sam Steingold [Fri, 12 Jan 2001 22:44:24 +0000 (22:44 +0000)]
added elisp reference manual
Richard M. Stallman [Fri, 12 Jan 2001 19:51:09 +0000 (19:51 +0000)]
(last): Handle a list that doesn't end in nil.
Richard M. Stallman [Fri, 12 Jan 2001 19:48:56 +0000 (19:48 +0000)]
*** empty log message ***
Sam Steingold [Fri, 12 Jan 2001 18:07:31 +0000 (18:07 +0000)]
(lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'.