1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

26582 Commits

Author SHA1 Message Date
Stefan Monnier
db74249bb9 (x_initialize): only setup xaw3d_* if they've been declared. 1999-12-10 17:37:57 +00:00
Gerd Moellmann
a7261cf5cb (file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.
1999-12-10 13:37:42 +00:00
Gerd Moellmann
791a90877b *** empty log message *** 1999-12-10 09:55:29 +00:00
Gerd Moellmann
9862fbec5a POP server may be specified as part of the mailbox name. 1999-12-10 09:55:21 +00:00
Gerd Moellmann
f1abd4305d POP server may be specified in nnmail-spool-file. 1999-12-10 09:54:47 +00:00
Gerd Moellmann
476b279958 (popmail): Allow mailbox specifications of the
form `po:username:hostname'.
1999-12-10 09:53:01 +00:00
Gerd Moellmann
dfa1c6ae2c (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
to frame.h.
1999-12-10 08:55:12 +00:00
Gerd Moellmann
3da48525dc (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
[!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
1999-12-10 08:54:11 +00:00
Stefan Monnier
ec18280fd8 (#includes): Allow compilation with only Xaw.
(xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
(xt_action_hook): Replace XAW3D by XAW.
(xaw3d_jump_callback): Renamed to xaw_jump_callback.
(xaw_jump_callback): Renamed from xaw3d_jump_callback.
Determine epsilon dynamically and don't try to be too clever.
(xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
(xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
Handle both Xaw3d with arrow-scrollbars and with Xaw-style
scrollbar (using `ratio').
(x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
scrollbar we have so as to set it up more optimally and to fix
xaw3d_arrow_scroll and xaw3d_pick_top.
(x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
bottom of the Xaw3d scrollbar, to work around its tendency to refuse
shrinking the thumb.  Also make sure that `XawScrollbarSetThumb'
is not ignored, using a major gross hack.
(x_initialize): Init default values for xaw3d_arrow_scroll and
xaw3d_pick_top.
1999-12-10 01:40:47 +00:00
Stefan Monnier
eef28553ff * keyboard.c (Qratio): New symbol.
(scroll_bar_parts): Add `Qratio' to it.
(syms_of_keyboard): Init `Qratio'.
1999-12-10 01:39:53 +00:00
Stefan Monnier
57207f1e9c (scroll_bar_part): Add `scroll_bar_move_ratio'. 1999-12-10 01:39:30 +00:00
Dave Love
9173543776 footnote.el 1999-12-09 23:54:04 +00:00
Dave Love
489f9c7705 *** empty log message *** 1999-12-09 23:48:05 +00:00
Dave Love
55492d8624 Current XEmacs version. 1999-12-09 23:31:50 +00:00
Dave Love
13ede7fc4d Fix makeinfo complaints. 1999-12-09 18:22:56 +00:00
Dave Love
83b6d970f1 *** empty log message *** 1999-12-09 17:54:56 +00:00
Dave Love
7870923124 (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE. 1999-12-09 17:41:58 +00:00
Gerd Moellmann
365e9bce08 (after-find-file): Use auto-save-visited-file-name if set. 1999-12-09 15:23:31 +00:00
Gerd Moellmann
2771a002ef (feedmail-find-eoh): Take
feedmail-queue-alternative-mail-header-separator into account.
1999-12-09 15:15:54 +00:00
Stefan Monnier
3dac25a972 New file. Provides a simple minor-mode for files containing
diff3-style conflict markers, such as generated by RCS
1999-12-09 13:03:41 +00:00
Stefan Monnier
041470d2d9 (font-lock-multiline): New variable.
(font-lock-add-keywords): Rename `major-mode' into `mode'.
(font-lock-remove-keywords): Added a dummy `mode' argument for
potential future support.
(font-lock-fontify-anchored-keywords,
(font-lock-fontify-keywords-region): Only handle multiline strings
if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1999-12-09 12:52:34 +00:00
Richard M. Stallman
74002bdf23 (bookmark-bmenu-mode-map): Bind RET like f. 1999-12-09 04:49:37 +00:00
Richard M. Stallman
72af98670a (dired-insert-subdir): Add autoload cookie. 1999-12-09 02:01:26 +00:00
Richard M. Stallman
77ba49d8a6 *** empty log message *** 1999-12-08 19:01:55 +00:00
Richard M. Stallman
fcad24639f *** empty log message *** 1999-12-08 18:45:56 +00:00
Dave Love
6f8ea2aea3 view-emacs-problems 1999-12-08 15:04:51 +00:00
Dave Love
9888e89039 Mention view-emacs-problems. 1999-12-08 15:04:01 +00:00
Eli Zaretskii
036480cbb9 Oops, forgot to commit the change in dispextern.h together with the
rest of the changes for tty color support.
1999-12-08 14:22:24 +00:00
Gerd Moellmann
3648c84252 (call_debugger): When entering the debugger while redisplaying,
reset redisplaying_p, and go back to the top-level if the debugger
returns.
1999-12-08 12:00:57 +00:00
Stefan Monnier
3e569d228e various fixes and gratuitous movements. 1999-12-08 00:19:51 +00:00
Gerd Moellmann
05e71564d8 (delete_window): Block input for the time window
matrices are being changed.
1999-12-07 20:20:30 +00:00
Dave Love
e77049d486 *** empty log message *** 1999-12-07 20:11:42 +00:00
Gerd Moellmann
15daa94436 (x_set_menu_resources_from_menu_face): Make sure
basic faces are realized before trying to use face `menu'.
1999-12-07 20:06:40 +00:00
Dave Love
2ccd4374be (menu-bar-manuals-menu): Add view-emacs-problems. 1999-12-07 20:02:28 +00:00
Dave Love
4cbff657a7 (view-emacs-problems): New command, bound to C-h P. 1999-12-07 20:01:20 +00:00
Dave Love
b46cd53651 *** empty log message *** 1999-12-07 11:07:41 +00:00
Dave Love
3ccf78e059 (Fintern_soft): Fix newlines in doc string. 1999-12-07 11:06:22 +00:00
Dave Love
d9b5c99090 Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.
1999-12-07 10:33:35 +00:00
Dave Love
2edf347fb2 *** empty log message *** 1999-12-07 10:21:20 +00:00
Gerd Moellmann
96acb1f72f (UNEXEC): Use unexelf.o instead of unexsgi.o. 1999-12-07 09:54:52 +00:00
Gerd Moellmann
2bf57b132c (UNEXEC) [USG5_4]: Use unexelf.o instead of
unexsgi.o again.
1999-12-07 09:50:50 +00:00
Gerd Moellmann
52da6a59f1 Include <syms.h>, not <sym.h> on IRIX. Removed
duplicate definition of ElfW.
(find_section): Copied from unexsgi.c.
(unexec): Use find_section.  Adjust whitespace.  Initialize
new_data2_offset based on old_data, not sbss (this fixes a bug on
IRIX6).  Change #ifdef __mips to __sgi, since it's IRIX-specific.
Adjust test for presence of .mdebug section to the new return
value of find_section.

Merge changes from 20.5.
(unexec): Handle .lit4 and .lit8 unconditionally.
1999-12-07 09:50:01 +00:00
Stefan Monnier
0b82e382e3 * diff-mode.el (diff-mode-shared-map): fset'd and doc change.
(diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
New code to support the minor mode version.
(diff-recenter): New function.
(diff-next-hunk, diff-next-file): Use it.
(diff-remembered-files-alist): New var.
(diff-merge-strings): New function.
(diff-find-file-name): Make it smarter and use the user's input more.
(diff-mode): Cosmetic changes.
1999-12-07 07:04:03 +00:00
Stefan Monnier
01e924b8c7 *** empty log message *** 1999-12-07 06:39:33 +00:00
Stefan Monnier
3708dfe933 (font-lock-default-fontify-region): Fix subtle
off-by-one problem that could force re-fontifying the whole buffer.
(font-lock-remove-keywords): New function.
(font-lock-add-keywords): Use the new function to ensure idempotence.
1999-12-07 06:31:57 +00:00
Stefan Monnier
707ad06002 (save-some-buffers): Turn EXITING into the more general
PRED argument to allow specifying a subset of buffers.
1999-12-07 06:31:32 +00:00
Stefan Monnier
a1eb02bddb (kill-region): Use the new `delete-and-extract-region'
rather than the undo log (which is incorrect with *-change-functions).
1999-12-07 06:30:44 +00:00
Michael Kifer
1da04da19b * viper-cmd.el (viper-minibuffer-standard-hook,
viper-minibuffer-real-start): new functions.
	(viper-read-string-with-history,viper-file-add-suffix,
	viper-trim-replace-chars-to-delete-if-necessary): adapt to the
	change in the status of the minibuffer prompt.
1999-12-07 04:58:54 +00:00
Stefan Monnier
7dae4502b6 * editfns.c (Fdelete_and_extract_region): New function.
(syms_of_editfns): register it.
* insdel.c (del_range): update del_range_1 call.
(del_range_1, del_range_2): Add a ret_string argument to
request that the deleted text be returned.
(del_range_byte, del_range_both): Update del_range_2 call.
* lisp.h (del_range_1, del_range_2): change prototype
* casefiddle.c (casify_region): Update del_range_1 call.
* coding.c (code_convert_region): Update del_range_2 call.
* fileio.c (Finsert_file_contents): Update del_range_2 call.
1999-12-07 04:42:40 +00:00
Gerd Moellmann
397e4fae84 (set_lface_from_font_name): Fix incomplete merge. 1999-12-06 21:23:20 +00:00