1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

20002 Commits

Author SHA1 Message Date
Karl Heuer
91f676a030 (hs-special-modes-alist): Correct alist
for java-mode.
1997-10-15 22:54:24 +00:00
Karl Heuer
b03a162169 (mail-bury): Check for value, not just
existence, of alist element.
1997-10-15 22:50:09 +00:00
Karl Heuer
d49f0c1af8 (read_list): Don't recognize Vload_file_name
specially if it is nil.
1997-10-15 22:45:35 +00:00
Karl Heuer
d2f2735792 (winner-change-fun): Don't use pushnew. 1997-10-15 22:41:09 +00:00
Karl Heuer
335406fc22 (window_scroll): When scrolling forward and point is
inside the scroll margin put point at bottom of it, not at window
start.
1997-10-15 22:18:37 +00:00
Oliver Seidel
ab618c6ee6 Everything seems to work in Harald Melands Emacs 20.02 and
my Emacs 19.34.  Beware of the spelling in some of the
variable names.  I looked up "threshold" in a dictionary
and here in Britain this appears to be the way to spell it.
1997-10-15 17:18:11 +00:00
Oliver Seidel
b7e0417034 Attempted to reconcile Harald's changes with mine since 1997-10-14T22:22:35Z!os10000@seidel-space.de. 1997-10-15 14:30:41 +00:00
Oliver Seidel
91e9443e0b Fixed 'file-item' and added 20.02 split-string function. 1997-10-15 14:00:12 +00:00
Oliver Seidel
2186b97448 Added string-split (which I stole from ediff-util), changed
pop-to-buffer to switch-to-buffer and added message on how
to exit the multi-line-edit mode.
1997-10-14 22:22:35 +00:00
Andrew Innes
db77d785fd Ensure standard handles are reset even if spawnve fails. 1997-10-13 18:11:44 +00:00
Andrew Innes
4a80f0815d Pass menu handle by value. 1997-10-13 18:06:22 +00:00
Eli Zaretskii
261bfd0e0e (decode_mode_spec): Display non-nil title as the frame's
name only on FRAME_WINDOW_P frames.
1997-10-13 17:08:02 +00:00
Eli Zaretskii
e48f782ce4 (set_menu_bar_lines): Make the function external instead
of static (MS-DOS needs to call it).
1997-10-13 16:57:32 +00:00
Eli Zaretskii
d546e57865 (shut_down_emacs): Call `dos_cleanup'. 1997-10-13 16:52:09 +00:00
Eli Zaretskii
211c7152ab (mouse_get_pos): Remove reduntant call to `int86'.
Clear the mouse-moved flag for all frames.  Update last mouse
position.
(IT_set_menu_bar_lines): Remove.
(x_set_menu_bar_lines): Call `set_menu_bar_line' (from frame.c)
instead of duplicating its code.
(IT_set_frame_parameters): Support the `title' and `reverse'
properties.
1997-10-13 16:40:24 +00:00
Eli Zaretskii
05d059c20d Declare Vdos_windows_version. 1997-10-13 16:29:00 +00:00
Eli Zaretskii
838a94b8a1 (__tb): Define.
(restore_parent_vm_title): New function.
(ms_windows_version): New function.
(w95_set_virtual_machine_title): New function
(x_set_title): New function.
(dos_cleanup): New function
(syms_of_dosfns): Define `dos-windows-version' Lisp variable.
(init_dosfns): Compute MS-Windows version and save the original
title of our DOS box.
1997-10-13 16:21:52 +00:00
Eli Zaretskii
c8a6e3b923 (x-long-option-alist): New variable.
(msdos-handle-args): Handle and complete long options with
attached arguments.  Support "-name", "-T" and "-rv" options.
1997-10-13 16:05:32 +00:00
Richard M. Stallman
12f230a16e (LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__. 1997-10-11 03:57:20 +00:00
Richard M. Stallman
62d9f4b03f Test __OpenBSD__ along with __NetBSD__.
(PTY_OPEN): Call sigblock properly.
(TEXT_END, COFF, DATA_END): Define them if __NetBSD__ just as if LINUX.
(HAVE_TEXT_START): Define, if __NetBSD__ and __ELF__.
1997-10-11 03:56:02 +00:00
Richard M. Stallman
10917a452a (command-line): Don't suppress suffix search. 1997-10-11 03:54:19 +00:00
Richard M. Stallman
cb80240ac4 (make-help-screen): Make scroll bar work normally. 1997-10-11 03:31:06 +00:00
Oliver Seidel
7f6241eaf5 Harald Meland <harald.meland@usit.uio.no> asked for
the latest version, got 1997-08-19T14:00:36Z!os10000@seidel-space.de, and returned this.
He writes:

Thanks a lot for the new version of todo-mode.el.  As you will see I
have messed it up a bit, hopefully for the better -- I don't like
short, cryptic names for variables and functions, so I renamed most of
them, and `defalias'ed the old function names.  I hope you don't mind
too much, I just kinda couldn't stop myself.

Additionally, I included some support for multiline entries, cleaned
up (IMHO :) a lot of the code, included completion-support for which
category to install a new entry in, and possibly some other changes I
can't remember :)

It's getting rather late, and I have just done some preliminary
testing on whether all of this really works, but so far it looks
good.
1997-10-09 09:24:50 +00:00
Richard M. Stallman
92f357612e (gettimeofday, one arg or two):
Clarify messages by avoiding double negative.
1997-10-02 04:33:26 +00:00
Karl Heuer
4461bfd37f (round_up): Make arguments and return type unsigned. 1997-10-02 03:12:38 +00:00
Karl Heuer
265375e7ff (syms_of_print): Fix doc string of print-gensym. 1997-10-02 03:10:50 +00:00
Karl Heuer
c23edb78db Make sure that make-docfile does not see the doc string
of the disabled function eval-current-buffer.
1997-10-02 03:10:35 +00:00
Karl Heuer
726ed0dab6 Repeat the argument list of format-time-string in the
comment for make-docstring.
1997-10-02 03:10:12 +00:00
Karl Heuer
99ea24de67 (previous-matching-history-element): No need to bind
minibuffer-history-sexp-flag any more.
(next-matching-history-element): Likewise.
(repeat-complex-command): Bind
minibuffer-history-sexp-flag to the minibuffer depth.
(next-history-element): Compare minibuffer-history-sexp-flag
against the current minibuffer depth to verify its validity.
(previous-matching-history-element): Likewise.
(minibuffer-history-sexp-flag): Update doc string.
1997-10-02 03:04:15 +00:00
Karl Heuer
39f9c42439 (term-regexp-arg): No need to bind
minibuffer-history-sexp-flag any more.
1997-10-02 03:03:50 +00:00
Karl Heuer
9f8ac7f9ea (comint-regexp-arg): No need to bind
minibuffer-history-sexp-flag any more.
1997-10-02 03:03:32 +00:00
Karl Heuer
35378a097b (ps-print-background-image): Fix customize type.
(ps-print-background-text): Likewise.
(ps-show-n-of-n): Doc fix.
1997-10-02 02:57:42 +00:00
Karl Heuer
a0d809f20e (revert-without-query): Fix customize type. 1997-10-02 02:57:16 +00:00
Karl Heuer
218d6445e5 (echo-keystrokes): Fix customize type. 1997-10-02 02:57:01 +00:00
Karl Heuer
0985a768b0 (browse-url-netscape-display): Fix customize type.
(browse-url-generic-program): Likewise.
1997-10-02 02:56:26 +00:00
Karl Heuer
d23237090f (ange-ftp-name-format): Fix customize type.
(ange-ftp-smart-gateway-port): Likewise.
1997-10-02 02:55:24 +00:00
Karl Heuer
7f0feddae2 (elint-check-defcustom-form): New function.
(elint-special-forms): Use it.
1997-10-02 02:47:57 +00:00
Richard M. Stallman
cafba8996c (lisp-imenu-generic-expression): Allow `/' in names. 1997-10-01 17:28:02 +00:00
Richard M. Stallman
c151e13c0e [! HAVE_LIBXMU] (LIBXMU): Define as empty.
[! HAVE_LIBXMU] (NO_EDITRES): Defined.
1997-10-01 17:24:24 +00:00
Geoff Voelker
0655d4d4b6 addpm.c (env_vars): Fix misplaced % in SHELL entry. 1997-10-01 05:42:45 +00:00
Paul Eggert
ffa0434b9d automatically generated from GPLed version 1997-09-30 18:13:00 +00:00
Karl Heuer
f3b330d6d8 (finder-mode-map): Bind [mouse-2].
(finder-compile-keywords): Match compressed file names, but don't
put compression extension in the output.
(finder-find-library): Deleted.
(finder-commentary): Use locate-library, not finder-find-library.
(finder-mouse-select): New function.
(finder-summary): Mention mouse binding.
(finder-exit): Kill "*Finder Category*" buffer too.  Avoid error
from deleting sole window.
1997-09-30 07:36:28 +00:00
Karl Heuer
274c59c95c (vc-find-cvs-master): Added missing `throw' for
the case when TIMESTAMP is arbitrary text.
1997-09-30 07:33:35 +00:00
Karl Heuer
5d2e94381b (install-arch-indep): install the widget info file. 1997-09-30 07:29:12 +00:00
Karl Heuer
ba7fbe9273 (widget-plist-member): Move from here to src/fns.c;
translated into C for efficiency.
(widget-put, widget-get, widget-apply): Likewise.
1997-09-30 07:20:58 +00:00
Karl Heuer
1a269256b2 Delete vestigial autoloads. 1997-09-30 07:17:32 +00:00
Karl Heuer
b4f334f797 (Qwidget_type): New variable.
(widget-plist-member, widget-put, widget-get, widget-apply): Move
here from lisp/wid-edit.el; translated into C for efficiency.
(syms_of_fns): Initialize Qwidget_type; defsubr new functions.
1997-09-30 07:15:28 +00:00
Michael Kifer
8e41a31c5d new version 1997-09-30 01:13:53 +00:00
Karl Heuer
991667f86e Fix name of include file to match 1996-08-24 renaming. 1997-09-29 18:53:12 +00:00
Karl Heuer
22052f1d13 (compilation-mode-font-lock-keywords): Font-lock column numbers. 1997-09-27 16:12:51 +00:00