1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 13:00:51 -07:00
Commit graph

33783 commits

Author SHA1 Message Date
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
Gerd Moellmann
b94c0d9c63 (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
and GLYPHS.
(Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
and GLYPHS.
2001-01-12 14:09:24 +00:00
Dave Love
1751c874dc (customize-menu-create): Fix the :filter. 2001-01-12 12:59:53 +00:00
Dave Love
bd1f16ce5b (function): Add :match-alternatives.
(widget-color-action): Doc fix.
2001-01-12 12:54:42 +00:00
Dave Love
50a8310e77 (ada-popup-key): Fix last change. 2001-01-12 12:40:28 +00:00
Gerd Moellmann
3cccce8d1b *** empty log message *** 2001-01-12 12:38:50 +00:00
Gerd Moellmann
bcf26b3836 (x_set_mouse_color): Fix color allocation. 2001-01-12 12:38:21 +00:00
Gerd Moellmann
e7c6f2d4a6 (calendar-basic-setup): Doc fix. 2001-01-12 11:51:31 +00:00
Gerd Moellmann
4956d1efe2 Call get_local_map with new argument list.
(Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
2001-01-12 11:19:36 +00:00
Gerd Moellmann
95a7097d65 (enum map_property): Removed.
(get_local_map): Change prototype.
2001-01-12 11:18:41 +00:00
Gerd Moellmann
2b4b027f3a (get_local_map): Change TYPE to Lisp_Object. 2001-01-12 11:18:20 +00:00
Gerd Moellmann
24a40fbb28 Call get_local_map with new argument list. 2001-01-12 11:17:53 +00:00
Kenichi Handa
5beaa0d168 (prefer-coding-system): Fix docstring. 2001-01-12 06:33:21 +00:00
Kenichi Handa
60a62fdcd3 *** empty log message *** 2001-01-12 06:33:07 +00:00
Kenichi Handa
5be6896497 (define-ccl-program): Fix docstring. 2001-01-12 05:40:00 +00:00
Kenichi Handa
18bfd6b537 *** empty log message *** 2001-01-12 05:39:33 +00:00
Dave Love
14fd0da3e6 *** empty log message *** 2001-01-11 23:15:04 +00:00
Dave Love
4c635a29c6 NBSP as hollow box 2001-01-11 23:09:41 +00:00
Dave Love
1492f7ac70 (standard-display-european-internal):
Set display table for 2208 as for 160.
2001-01-11 23:01:41 +00:00
Gerd Moellmann
a23887b96a (build_desired_tool_bar_string): Correct the computation
of the size needed for the tool bar string.  For the last image,
use a `display' property that reaches to the end of the string.
2001-01-11 19:33:59 +00:00
Dave Love
562e00daec (fortran-mode-map): Modify Customization
entry for custom-menu-create change.
(fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
don't cons it in the search loop.
2001-01-11 19:13:43 +00:00
Dave Love
117be359bf (imenu--truncate-items): Revert last change. 2001-01-11 19:04:29 +00:00
Eli Zaretskii
3280fbe885 Tell them to use before-change-functions and after-change-functions
instead of the obsolete before-change-function and after-change-function.
2001-01-11 16:44:28 +00:00
Eli Zaretskii
6e961dcde2 (Info-setup-header-line): If the node header includes
either Next: or Prev: links, don't show the File: and Node: parts
in the header line.
2001-01-11 16:41:38 +00:00
Richard M. Stallman
d527b615a2 Ask for locale info in bug reports. 2001-01-11 16:10:23 +00:00
Gerd Moellmann
a7ee2d2e77 *** empty log message *** 2001-01-11 16:09:32 +00:00
Gerd Moellmann
ca29f2b87b (selection_request_dpyinfo): New variable.
(x_handle_selection_request): Set it.
(x_selection_request_lisp_error): Don't call
x_decline_selection_request if selection request's display has
been closed.
2001-01-11 16:08:55 +00:00
Gerd Moellmann
bec04ade3a (comint-goto-process-mark): Don't print a message
when running in batch mode.
2001-01-11 15:39:27 +00:00
Gerd Moellmann
c5348233d2 (isearch-search): In the condition-case handler for
`error', set isearch-invalid-regexp to the whole error message.
2001-01-11 15:31:12 +00:00
Gerd Moellmann
50ca4be0b9 (load-symbol-file-load-history): New function extracted
from function symbol-file.
(symbol-file): Use it.
2001-01-11 14:24:22 +00:00
Gerd Moellmann
422717d17b (eval-after-load): Call load-symbol-file-load-history to
ensure that eval-after-load works for files dumped with Emacs.
2001-01-11 14:24:02 +00:00
Gerd Moellmann
2c2ff7f288 *** empty log message *** 2001-01-11 13:37:34 +00:00
Gerd Moellmann
1e2f58742e Use the same colors as exit.xpm. 2001-01-11 13:37:03 +00:00
Gerd Moellmann
513c58069e (x_free_colors, x_free_dpy_colors): Do the
unregister_colors before calling XFreeColors.
2001-01-11 12:49:00 +00:00
Eli Zaretskii
926861fbc1 (find-tag-interactive): If last-tag is nil,
behave as if there were no prefix argument.
(find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
argument were nil.
2001-01-11 10:18:42 +00:00
Richard M. Stallman
7742ee1924 (isearch-lazy-highlight-update):
Don't look for more potential matches once maximum is exceeded.
Use overlays-in to check correctly for overlap with current match.
Ignore empty matches.
2001-01-11 08:08:51 +00:00
Richard M. Stallman
afa1f52c13 *** empty log message *** 2001-01-11 08:08:26 +00:00
Eli Zaretskii
a23e6d3cd4 Fix a typo: end -> and. 2001-01-11 07:54:40 +00:00
Miles Bader
47a9f362d8 (ispell-adjusted-window-height): New function.
(ispell-overlay-window, ispell-help, ispell-show-choices)
(ispell-command-loop): Use it instead of `window-height'.
2001-01-11 07:54:17 +00:00
Gerd Moellmann
cf523f0e1d *** empty log message *** 2001-01-10 20:23:03 +00:00
Richard M. Stallman
da32a953fc *** empty log message *** 2001-01-10 20:19:30 +00:00