Karl Heuer [Wed, 15 Oct 1997 23:34:58 +0000 (23:34 +0000)]
(compilation-forget-errors):
Reinit compilation-directory-stack the way compile-internal does.
(compilation-parse-errors): Don't let default-directory change.
Oliver Seidel [Wed, 15 Oct 1997 17:18:11 +0000 (17:18 +0000)]
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.
Oliver Seidel [Tue, 14 Oct 1997 22:22:35 +0000 (22:22 +0000)]
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.
Eli Zaretskii [Mon, 13 Oct 1997 16:40:24 +0000 (16:40 +0000)]
(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.
Eli Zaretskii [Mon, 13 Oct 1997 16:21:52 +0000 (16:21 +0000)]
(__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.
Eli Zaretskii [Mon, 13 Oct 1997 16:05:32 +0000 (16:05 +0000)]
(x-long-option-alist): New variable.
(msdos-handle-args): Handle and complete long options with
attached arguments. Support "-name", "-T" and "-rv" options.
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__.
Oliver Seidel [Thu, 9 Oct 1997 09:24:50 +0000 (09:24 +0000)]
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.
Karl Heuer [Thu, 2 Oct 1997 03:04:15 +0000 (03:04 +0000)]
(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.
Karl Heuer [Tue, 30 Sep 1997 07:36:28 +0000 (07:36 +0000)]
(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.
Karl Heuer [Tue, 30 Sep 1997 07:15:28 +0000 (07:15 +0000)]
(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.
Require nntp instead of gnus and message.
Set euc-kr for newsgroup "han". Delete code for add-hooking
gnus-mule-initialize and setting coding system for nntp.
Set default coding system for encoding to
iso-latin-1.
(gnus-mule-select-coding-system): Get a coding system of the
current newsgroup from gnus-summary-buffer.
(gnus-mule-decode-summary): Deleted.
(gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
gnus-parse-headers-hook. Don't add-hook gnus-mule-decode-summary
and gnus-mule-decode-article. Don't set process coding system for
nntp stream to 'no-conversion, instead set
nntp-coding-system-for-read to 'binary. Set
nnheader-file-coding-system and nnmail-file-coding-system to
'binary.
Set nntp-coding-system-for-write to
binary.
(gnus-structured-field-decoder): If the
feature `mule' is provided, set the default value to the function
which decode the argument string by gnus-mule-coding-system.
(gnus-unstructured-field-decoder): Likewise.
(charset-list): Change it to function.
Make it obsolete.
(make-coding-system): Put `coding-system-parent' property to a
coding system just made.
(coding-spec-plist-idx): New variable.
Karl Heuer [Wed, 24 Sep 1997 16:11:32 +0000 (16:11 +0000)]
(with-pop, with-kerberos): Need to check Kerberos
libraries in reverse order, so that libraries will appear in the
correct dependency order on the link line (and so that the
configure checks themselves will work properly when early
libraries depend on later ones).