bpt/emacs.git
23 years ago(specbind): If binding a per-buffer variable which
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.

23 years ago(x_initialize): Set char_ins_del_ok to 1.
Gerd Moellmann [Thu, 18 Jan 2001 12:30:25 +0000 (12:30 +0000)]
(x_initialize): Set char_ins_del_ok to 1.

23 years ago(forward_to_next_line_start): Stop at end of buffer
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.

23 years ago(display_string): Fix previous change.
Kenichi Handa [Thu, 18 Jan 2001 12:14:48 +0000 (12:14 +0000)]
(display_string): Fix previous change.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 18 Jan 2001 12:14:25 +0000 (12:14 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 18 Jan 2001 11:28:29 +0000 (11:28 +0000)]
*** empty log message ***

23 years ago(x_produce_stretch_glyph): Only use Qspace when GLYPH_DEBUG is defined.
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.

23 years ago(mail-setup): Call set-buffer-multibyte because
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.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 18 Jan 2001 08:01:14 +0000 (08:01 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 17 Jan 2001 22:01:57 +0000 (22:01 +0000)]
*** empty log message ***

23 years ago(forward_to_next_line_start): Avoid calling
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.

23 years ago*** empty log message ***
Dave Love [Wed, 17 Jan 2001 18:34:29 +0000 (18:34 +0000)]
*** empty log message ***

23 years ago(ediff-before-setup-hook)
Dave Love [Wed, 17 Jan 2001 18:28:50 +0000 (18:28 +0000)]
(ediff-before-setup-hook)
(ediff-merge-filename-prefix): Add :version.

23 years agoNew version from http://www.tuxedo.org/~esr/terminfo/.
Dave Love [Wed, 17 Jan 2001 17:49:37 +0000 (17:49 +0000)]
New version from www.tuxedo.org/~esr/terminfo/.

23 years ago(direct_output_for_insert): If char_ins_del_ok is
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.

23 years agoremoved x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
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>

23 years ago(x_face_list_fonts): Don't BLOCK_INPUT around the
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.

23 years ago(x_face_list_fonts): Call x_list_fonts with SIZE -1,
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.

23 years ago(x_list_fonts): Allow scalable fonts if SIZE is < 0,
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.

23 years agoRequire disp-table.
Dave Love [Wed, 17 Jan 2001 14:29:49 +0000 (14:29 +0000)]
Require disp-table.
(latin1-display): Fix :set.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Jan 2001 14:11:43 +0000 (14:11 +0000)]
*** empty log message ***

23 years ago(isearch-lazy-highlight-initial-delay)
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.

23 years ago(isearch-highlight): Set isearch-overlay priority to
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.

23 years ago* xdisp.c (build_desired_tool_bar_string): Use :conversion instead
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.

23 years ago(QCconversion): Replaces QCalgorithm.
Gerd Moellmann [Wed, 17 Jan 2001 13:14:01 +0000 (13:14 +0000)]
(QCconversion): Replaces QCalgorithm.

23 years ago(QCconversion): Replaces QCalgorithm. Update copyright.
Gerd Moellmann [Wed, 17 Jan 2001 13:13:34 +0000 (13:13 +0000)]
(QCconversion): Replaces QCalgorithm.  Update copyright.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Jan 2001 13:00:16 +0000 (13:00 +0000)]
*** empty log message ***

23 years ago(redisplay_tool_bar): Change tool bar's height when
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.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Jan 2001 12:07:03 +0000 (12:07 +0000)]
*** empty log message ***

23 years ago(eudc-server, eudc-protocol): Fix :type.
Dave Love [Wed, 17 Jan 2001 11:41:05 +0000 (11:41 +0000)]
(eudc-server, eudc-protocol): Fix :type.

23 years ago(directory_files_internal): Convert result from readdir
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.

23 years ago(concat): Be sure to avoid putting the same `composition'
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.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 17 Jan 2001 05:55:12 +0000 (05:55 +0000)]
*** empty log message ***

23 years ago("Latin-1"): Make the format of description
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.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 23:48:56 +0000 (23:48 +0000)]
*** empty log message ***

23 years agoBind <backspace> and <delete> via function-key-map.
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.

23 years ago(delete-key-deletes-forward-mode): Bind <backspace>
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.

23 years ago(isearch-lazy-highlight): Add :version.
Dave Love [Tue, 16 Jan 2001 17:27:20 +0000 (17:27 +0000)]
(isearch-lazy-highlight): Add :version.

23 years ago*** empty log message ***
Dave Love [Tue, 16 Jan 2001 17:20:25 +0000 (17:20 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Jan 2001 15:00:06 +0000 (15:00 +0000)]
*** empty log message ***

23 years ago(Fset_window_hscroll): Don't set window's min_hscroll
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.

23 years ago(Fset_buffer_modified_p): Set buffer's
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.

23 years ago(mail-mode-flyspell-verify): Check in
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:'.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Jan 2001 12:56:19 +0000 (12:56 +0000)]
*** empty log message ***

23 years agoCall redisplay_preserve_echo_area with additional arg.
Gerd Moellmann [Tue, 16 Jan 2001 12:42:22 +0000 (12:42 +0000)]
Call redisplay_preserve_echo_area with additional arg.

23 years ago(redisplay_preserve_echo_area): Change prototype.
Gerd Moellmann [Tue, 16 Jan 2001 12:38:28 +0000 (12:38 +0000)]
(redisplay_preserve_echo_area): Change prototype.

23 years ago(redisplay_preserve_echo_area): Add parameter
Gerd Moellmann [Tue, 16 Jan 2001 12:37:31 +0000 (12:37 +0000)]
(redisplay_preserve_echo_area): Add parameter
FROM_WHERE, for debugging.

23 years ago(next-line-add-newlines): Add :version.
Dave Love [Tue, 16 Jan 2001 12:13:43 +0000 (12:13 +0000)]
(next-line-add-newlines): Add :version.

23 years ago("Japanese"): Add japanese-jisx0213-1 and
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.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 11:41:20 +0000 (11:41 +0000)]
*** empty log message ***

23 years ago("Latin-1"): Add description for Dutch and Spanish lang. env.
Kenichi Handa [Tue, 16 Jan 2001 11:17:56 +0000 (11:17 +0000)]
("Latin-1"): Add description for Dutch and Spanish lang. env.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 11:17:38 +0000 (11:17 +0000)]
*** empty log message ***

23 years ago(CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
Kenichi Handa [Tue, 16 Jan 2001 11:11:38 +0000 (11:11 +0000)]
(CCL_Extension): Fix typo (originally CCL_Extention).  Caller changed.

23 years ago(backward-delete-char-untabify-method): Add :version.
Dave Love [Tue, 16 Jan 2001 10:51:35 +0000 (10:51 +0000)]
(backward-delete-char-untabify-method): Add :version.

23 years agobackward-delete-char-untabify-method
Dave Love [Tue, 16 Jan 2001 10:48:35 +0000 (10:48 +0000)]
backward-delete-char-untabify-method
copyright date

23 years ago(transform-make-coding-system-args): New function.
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.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 10:32:59 +0000 (10:32 +0000)]
*** empty log message ***

23 years ago(Fregister_ccl_program): Handle the return value of
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.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 08:27:47 +0000 (08:27 +0000)]
*** empty log message ***

23 years ago(decode-char): Fix conditions.
Kenichi Handa [Tue, 16 Jan 2001 06:50:23 +0000 (06:50 +0000)]
(decode-char): Fix conditions.
(encode-char): Handle eight-bit-control too.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Jan 2001 06:49:46 +0000 (06:49 +0000)]
*** empty log message ***

23 years ago(x_set_mouse_face_gc): If the last use mouse face
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.

23 years agoFix author's e-mail.
Dave Love [Mon, 15 Jan 2001 17:44:14 +0000 (17:44 +0000)]
Fix author's e-mail.

23 years ago(find-tag-noselect): Save the value of
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.

23 years ago(x_connection_closed) [USE_X_TOOLKIT]: If
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.

23 years ago(save_or_restore_current_matrices): Function removed.
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.

23 years ago(ansi-colors) <defgroup>: Fix :version by Dave
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.

23 years ago2000-05-31 Karl M. Hegbloom <karlheg@debian.org>
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.

23 years ago*** empty log message ***
Francesco Potortì [Mon, 15 Jan 2001 08:59:15 +0000 (08:59 +0000)]
*** empty log message ***

23 years ago2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
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.

23 years ago(insert_left_trunc_glyphs): Overwrite padding glyphs by
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.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 15 Jan 2001 04:32:25 +0000 (04:32 +0000)]
*** empty log message ***

23 years ago(define-ccl-program): Fix docstring.
Kenichi Handa [Mon, 15 Jan 2001 00:38:41 +0000 (00:38 +0000)]
(define-ccl-program): Fix docstring.

23 years agoAdded instructions for use of Ada tags.
Francesco Potortì [Sun, 14 Jan 2001 21:04:25 +0000 (21:04 +0000)]
Added instructions for use of Ada tags.

23 years agoChanges for makefile support in etags.
Francesco Potortì [Sun, 14 Jan 2001 20:48:05 +0000 (20:48 +0000)]
Changes for makefile support in etags.

23 years ago*** empty log message ***
Eli Zaretskii [Sun, 14 Jan 2001 19:26:14 +0000 (19:26 +0000)]
*** empty log message ***

23 years ago(dired-insert-directory): If file-system-info fails,
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.

23 years ago(write_c_args): Print newlines as spaces.
Gerd Moellmann [Sat, 13 Jan 2001 16:49:49 +0000 (16:49 +0000)]
(write_c_args): Print newlines as spaces.

23 years ago(WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define
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.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 13 Jan 2001 07:13:41 +0000 (07:13 +0000)]
*** empty log message ***

23 years agoFix typo in the code setting x_search_path.
Kenichi Handa [Sat, 13 Jan 2001 07:10:58 +0000 (07:10 +0000)]
Fix typo in the code setting x_search_path.

23 years ago(x_to_w32_color, x_set_icon_name, xlfd_strip_height)
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.

23 years ago(x_produce_image_glyph, x_draw_image_foreground)
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.

23 years ago(init_environment, sys_shutdown, sys_pipe): Remove unused
Jason Rumney [Sat, 13 Jan 2001 00:00:26 +0000 (00:00 +0000)]
(init_environment, sys_shutdown, sys_pipe): Remove unused
variables.

23 years ago(search_file_line, get_cached_font_char)
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.

23 years ago(w32_console_toggle_lock_key): Add parentheses.
Jason Rumney [Fri, 12 Jan 2001 23:59:09 +0000 (23:59 +0000)]
(w32_console_toggle_lock_key): Add parentheses.

23 years agonew backquote syntax
Sam Steingold [Fri, 12 Jan 2001 22:49:40 +0000 (22:49 +0000)]
new backquote syntax

23 years agoadded elisp reference manual
Sam Steingold [Fri, 12 Jan 2001 22:44:24 +0000 (22:44 +0000)]
added elisp reference manual

23 years ago(last): Handle a list that doesn't end in nil.
Richard M. Stallman [Fri, 12 Jan 2001 19:51:09 +0000 (19:51 +0000)]
(last): Handle a list that doesn't end in nil.

23 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Jan 2001 19:48:56 +0000 (19:48 +0000)]
*** empty log message ***

23 years ago(lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'.
Sam Steingold [Fri, 12 Jan 2001 18:07:31 +0000 (18:07 +0000)]
(lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 12 Jan 2001 15:21:00 +0000 (15:21 +0000)]
*** empty log message ***

23 years ago(Vtool_bar_button_margin): Replaces tool_bar_button_margin.
Gerd Moellmann [Fri, 12 Jan 2001 15:12:10 +0000 (15:12 +0000)]
(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.

23 years ago(x_produce_image_glyph, x_draw_image_foreground)
Gerd Moellmann [Fri, 12 Jan 2001 15:09:58 +0000 (15:09 +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 the change of image margins.

23 years ago(Fimage_size, image_ascent): Adapt to the change of image
Gerd Moellmann [Fri, 12 Jan 2001 15:09:21 +0000 (15:09 +0000)]
(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.

23 years ago(struct image): Replace member `margin' with
Gerd Moellmann [Fri, 12 Jan 2001 15:08:17 +0000 (15:08 +0000)]
(struct image): Replace member `margin' with
`hmargin' and `vmargin'.

23 years agoFix a typo in the last entry for dispnew.c
Eli Zaretskii [Fri, 12 Jan 2001 14:33:21 +0000 (14:33 +0000)]
Fix a typo in the last entry for dispnew.c

23 years ago(clear_mouse_face=): Improve a comment.
Gerd Moellmann [Fri, 12 Jan 2001 14:16:15 +0000 (14:16 +0000)]
(clear_mouse_face=): Improve a comment.

23 years agoFix last change.
Gerd Moellmann [Fri, 12 Jan 2001 14:11:51 +0000 (14:11 +0000)]
Fix last change.

23 years ago(update_text_area): Put code which decrements the
Gerd Moellmann [Fri, 12 Jan 2001 14:09:54 +0000 (14:09 +0000)]
(update_text_area): Put code which decrements the
stop position when the row's face extends to the end of the
line in � 0.