1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00
Commit graph

36763 commits

Author SHA1 Message Date
Gerd Moellmann
5fd2dcb8ca Conditional Display): Adjust to API change. 2001-08-30 12:13:54 +00:00
Gerd Moellmann
6c6caea23e Change conditional display property API description. 2001-08-30 12:12:17 +00:00
Gerd Moellmann
fa739b312d *** empty log message *** 2001-08-30 12:04:56 +00:00
Gerd Moellmann
170adbff11 (eval-expression-print-level): Change the type
of the defcustom to allow nil.
2001-08-30 11:20:45 +00:00
Gerd Moellmann
854bd40aac *** empty log message *** 2001-08-30 10:54:51 +00:00
Gerd Moellmann
9584e63a72 *** empty log message *** 2001-08-30 09:20:39 +00:00
Gerd Moellmann
a9de68025f Moved to emacs-lisp/. 2001-08-30 09:20:00 +00:00
Gerd Moellmann
d5dc1e4965 (quail-completion-1): Reverse
the ((CHAR . DEFN) ...) list before processing it.
From Kenichi Handa <handa@etl.go.jp>.
2001-08-30 09:02:42 +00:00
Gerd Moellmann
24766480cf (Finsert_file_contents): Don't change the multibyteness
of the buffer if REPLACE is non-nil.
2001-08-30 08:24:22 +00:00
Gerd Moellmann
c055164904 *** empty log message *** 2001-08-30 07:36:15 +00:00
Gerd Moellmann
4c8c473063 Moved to obsolete/. 2001-08-30 07:34:39 +00:00
Eli Zaretskii
ef32aa0283 (tool-bar-mode): Make it a no-op if images
aren't supported.  This avoids the annoying grey strip drawn by
the Windows version instead of the missing tool bar.
2001-08-30 06:52:19 +00:00
Gerd Moellmann
53ca4610ef (menu-bar-options-menu): Make option text, messages
and tooltips more consistent.  From "Marshall, Simon"
<Simon.Marshall@midas-kapiti.com>.
2001-08-29 15:15:41 +00:00
Gerd Moellmann
565132a371 Add Keywords header. 2001-08-29 15:02:01 +00:00
Gerd Moellmann
a443d46eda Add keyword files to get listed in finder.
Remove confusing notes about GNU Emacs 19.
2001-08-29 15:00:34 +00:00
Gerd Moellmann
6d6c3f8427 Add Keywords header.
Doc fix (C-x C-b is bound to list-buffers).
2001-08-29 14:53:53 +00:00
Andrew Innes
31098a38c7 add scripts for creating precompiled Windows distributions 2001-08-29 13:58:01 +00:00
Eli Zaretskii
5ae10f4ab7 (lisp): Synchronize with src/Makefile.in. 2001-08-29 13:06:42 +00:00
Gerd Moellmann
d38633a306 (Finsert_file_contents): Undo change of 2001-08-27. 2001-08-29 10:32:11 +00:00
Gerd Moellmann
ff4ec1f7bd (fancy-splash-screens): Temporarily set
minor-mode-map-alist to nil while displaying splash screens.
2001-08-29 09:31:50 +00:00
André Spiegel
042e6d91ae # 2001-08-28 17:12:58 +00:00
Eli Zaretskii
f4fccc1e96 (x_set_glyph_string_background_width)
(show_mouse_face): Track the last changes in xterm.c.
2001-08-28 17:12:20 +00:00
André Spiegel
99739bbf42 (vc-*-revert-file): Handle new optional arg CONTENTS-DONE. 2001-08-28 17:06:36 +00:00
André Spiegel
bbfc07d319 (vc-revert-file): Call the backend even if the FILE's
contents can be reverted locally; pass new arg CONTENTS-DONE
down to the backend.
2001-08-28 17:02:59 +00:00
Andrew Innes
33818c6c6b *** empty log message *** 2001-08-28 14:48:30 +00:00
Gerd Moellmann
5b52c2964f *** empty log message *** 2001-08-28 14:44:43 +00:00
Gerd Moellmann
1332a0f27a (gs-load-image): Use sleep-for.
From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2001-08-28 14:42:56 +00:00
Andrew Innes
14454f965f (DONTCOMPILE): Sync list from makefile.w32-in. 2001-08-28 14:42:38 +00:00
Gerd Moellmann
7b0870b263 (x_set_glyph_string_background_width): Set the glyph
strings background width so that multi-line mouse-face is drawn to
the right edge of the window.
(show_mouse_face): Set the row's mouse_face_p flag after drawing
glyphs.
2001-08-28 14:34:17 +00:00
Eli Zaretskii
0f76ca04ee (install): Copy more *.el files. 2001-08-28 13:23:34 +00:00
Gerd Moellmann
6b6e2422b4 *** empty log message *** 2001-08-28 09:14:27 +00:00
Gerd Moellmann
d1e99fa59a (dired-mode-map): Bind `y' to dired-show-file-type
instread of `w' which is already in use.
2001-08-28 09:12:52 +00:00
Gerd Moellmann
a320a8e77e Change key for dired-show-file-type to `y'. 2001-08-28 09:12:00 +00:00
Gerd Moellmann
9d1268155d (direct_output_for_insert): Set updated_area
before insering/writing glyphs.
2001-08-28 09:01:08 +00:00
Miles Bader
43744cb9bd (query-replace-regexp-eval): Return args from `interactive' form in
correct order.
2001-08-28 09:00:21 +00:00
Gerd Moellmann
eaaa65b092 (display_mode_element): Use string_byte_to_char to
determine character positions in strings, use chars_in_text
instead of strwidth.
(dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of
a matrix as parameter; this is easier to use from GDB.
2001-08-28 08:33:51 +00:00
Eli Zaretskii
4b4ea1dce7 (mouse-buffer-menu): If the buffer menu is split by
major modes, don't create panes for modes for which
mouse-buffer-menu-alist returns an empty alist.
2001-08-28 06:35:00 +00:00
Thien-Thi Nguyen
35cd943848 *** empty log message *** 2001-08-27 22:29:35 +00:00
Thien-Thi Nguyen
26d654ec0d Update first-line description.
Sync comments w/ maintainer version 5.31.

(hs-isearch-open): Default value now `code'.
Fix docstring to use "code blocks" vs "comment blocks",
as opposed to "block" vs "comment".
(hs-flag-region): Accept `hs-isearch-open' value
of `block' as synonymous w/ `code'.
(hs-hide-block-at-point): For code blocks, pass `code'
to `hs-flag-region' instead of `block'.
2001-08-27 22:23:09 +00:00
Stefan Monnier
3452efc2c8 *** empty log message *** 2001-08-27 19:39:25 +00:00
Miles Bader
9ad62cf8c2 *** empty log message *** 2001-08-27 18:31:08 +00:00
Miles Bader
f900ec3114 (comint-next-prompt): Don't loop infinitely if
{next,previous}-single-char-property-change returns its input position
when the search fails.
2001-08-27 18:13:39 +00:00
Miles Bader
f621045e3e (Fprevious_single_char_property_change)
(Fnext_single_char_property_change): Doc fixes.
2001-08-27 18:12:46 +00:00
Gerd Moellmann
47d57b2221 (init_from_display_pos, init_to_row_end): Return 0 if
there exist overlay strings with newlines at POS.
(text_outside_line_unchanged_p): Return 0 if changes start at
START and overlays exist at START.  Likewise for END.
(try_window_id): Give up if init_to_row_end returns 0.
2001-08-27 13:52:50 +00:00
Gerd Moellmann
1ddb09f51c Finsert_file_contents): Allocate, restore, and
free composition data in the case of REPLACE not being nil.
2001-08-27 13:50:42 +00:00
Miles Bader
d3b98912ef (comint-get-old-input-default): Don't signal an error if point is not on
an input field; instead, return the current line (using `comint-bol' to
skip any prompt, in case we're not using fields at all).
2001-08-27 13:03:53 +00:00
Miles Bader
c7cbaf4a0e (Man-mode-line-format): Variable removed.
(Man-mode): Change `mode-line-buffer-identification' instead of
`mode-line-format'.
2001-08-27 12:55:22 +00:00
Gerd Moellmann
32171635b9 (Finsert_file_contents): Call Fset_buffer_multibyte
unconfitionally.
2001-08-27 09:15:57 +00:00
Gerd Moellmann
d599a45219 (mail-send-hook): Remove a duplicate defcustom.
From Simon Josefsson <jas@extundo.com>.
2001-08-27 08:07:20 +00:00
Eli Zaretskii
5b02e71299 Remove dots and exclams from end of error messages. From Pavel Janik. 2001-08-26 16:49:59 +00:00