Richard M. Stallman
9f58e89e86
(cmd_error): Clear executing_macro.
1996-08-30 02:57:30 +00:00
Lars Magne Ingebrigtsen
e1e366891c
1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
...
* nndoc.el (nndoc-mbox-article-begin): New function.
(nndoc-type-alist): Enter it into definition.
(nndoc-dissect-buffer): Use new definition.
1996-08-30 01:50:25 +00:00
Lars Magne Ingebrigtsen
cba446ddef
1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
...
* message.el (message-do-fcc): Supply the FROM-GNUS parameter to
`rmail-output'.
1996-08-30 00:27:46 +00:00
Richard M. Stallman
59860a8c8c
(Fminibuffer_complete_word): Check for
...
unexpected data type returned by Ftry_completion.
1996-08-30 00:04:33 +00:00
Richard M. Stallman
31257c3f4e
(reporter-compose-outgoing): Fix error syntax.
...
(reporter-bug-hook): Fix error message.
(mail-user-agent): Variable moved to simple.el.
(define-mail-user-agent): Function moved to simple.el.
(sendmail-user-agent, mh-e-user-agent): Defs moved to simple.el.
(reporter-mail): Function deleted.
1996-08-29 21:37:52 +00:00
Richard M. Stallman
73a9679c91
(vc-update-change-log): Remove code which found RCS files
...
only in RCS directory; leave this to rcs2log, which will find
entries for CVS or RCS/*,v and *,v. Lose sub-process' stderr
output. Doc fix.
1996-08-29 21:22:07 +00:00
Erik Naggum
1ab778be05
(init_macros): Initialize executing_macro, too.
1996-08-29 21:22:04 +00:00
Richard M. Stallman
c1b8c54517
(INSTALL_STRIP): New variable.
...
(install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
(install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
1996-08-29 20:54:02 +00:00
Richard M. Stallman
c291d9ef2b
(Vring_bell_function): New variable.
...
(syms_of_term): Set up Lisp variable.
(ring_bell): Use Vring_bell_function.
1996-08-29 20:50:15 +00:00
Richard M. Stallman
531483fbd3
(XTread_socket): Call XFilterEvent on all events,
...
if HAVE_X_I18N and FRAME_XIC nonzero.
1996-08-29 06:22:28 +00:00
Richard M. Stallman
10809e0f11
(byte-compile-associative): Treat one arg case like (+ x 0).
1996-08-29 06:20:21 +00:00
Richard M. Stallman
3f7e952d9a
(narrow-to-defun): New function.
1996-08-29 04:42:40 +00:00
Richard M. Stallman
484de1186a
(executing_macro_iterations, executing_macro): Declared.
1996-08-29 04:39:47 +00:00
Richard M. Stallman
e881d8b2f7
(cmd_error): Add number of kbd macro iterations to the error message.
1996-08-29 04:38:33 +00:00
Richard M. Stallman
d4087e062b
(executing_macro_iterations, executing_macro): New vars.
...
(Fexecute_kbd_macro): Set them.
1996-08-29 04:38:05 +00:00
Richard M. Stallman
77aa8edfb6
(Vhistory_length, Qhistory_length): New variables.
...
(syms_of_minibuf): Register and initialise these.
(read_minibuf): Truncate history list if needed.
1996-08-29 04:35:38 +00:00
Richard M. Stallman
21fbc8e5ae
(Fsubstring): Handle vectors as well as strings.
1996-08-29 03:50:02 +00:00
Richard M. Stallman
ecc0677980
(save-match-data): Fix previous change.
1996-08-29 01:54:43 +00:00
Richard M. Stallman
7fd5b62d23
(display-time): Call display-time-mode.
...
(display-time-mode): Take arg or toggle, as a minor mode.
1996-08-29 01:37:38 +00:00
Richard M. Stallman
73ba610ac4
(kill-some-buffers): New arg LIST says buffers to maybe kill.
1996-08-29 01:27:18 +00:00
Richard M. Stallman
5b6575b75d
(mail-mode-auto-fill): New function.
...
(mail-mode): Put it into normal-auto-fill-function.
1996-08-29 01:25:34 +00:00
Richard M. Stallman
f0490a0bf2
(Fcall_interactively): For N' and
n',
...
if we don't get a number, try again.
1996-08-29 00:51:51 +00:00
Richard M. Stallman
0819585c7b
(syms_of_alloc): Set up Lisp variables ...-consed,
...
such as Vcons-cells-consed.
1996-08-29 00:44:05 +00:00
Lars Magne Ingebrigtsen
05066a9270
1996-08-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
...
* gnus.el (gnus-group-read-group): Use range functions instead of
list functions for the tick and marks ranges.
1996-08-29 00:30:44 +00:00
Richard M. Stallman
4ee83dcfc0
(ange-ftp-ls): Run ange-ftp-before-parse-ls-hook.
...
(ange-ftp-before-parse-ls-hook): Add defvar.
1996-08-28 23:36:44 +00:00
Richard M. Stallman
9c5c5f39dc
Check for utimes.
1996-08-28 23:28:39 +00:00
Richard M. Stallman
dfa35e6b44
(server-visit-files): New argument NOWAIT.
...
Don't record on server-buffer-clienjts if NOWAIT.
(server-process-filter): Pass NOWAIT arg based on data from server.
Don't record in server-clients if NOWAIT.
1996-08-28 23:26:13 +00:00
Richard M. Stallman
c7ca41e69f
(save-match-data): Use save-match-data-internal
...
as the local variable, instead of an uninterned symbol.
1996-08-28 22:44:18 +00:00
Richard M. Stallman
b26e6764f0
(byte-compile-out-toplevel): Always compile to byte code
...
if an uninterned symbol appears.
(byte-compile-byte-code-maker): Handle uninterned symbols
in the constant vector.
1996-08-28 22:40:09 +00:00
Richard M. Stallman
5a6037bb41
(byte-compile-funarg-2): New function,
...
(sort): Use byte-compile-funarg-2.
1996-08-28 21:33:50 +00:00
Richard M. Stallman
f822bec6ea
(main): Add bug report info in --help message.
1996-08-28 21:27:18 +00:00
Richard M. Stallman
9f3e5ddfc4
(mail-self-blind, mail-interactive)
...
(mail-yank-ignored-headers): Make them user options.
1996-08-28 20:16:51 +00:00
Richard M. Stallman
6dd4407cdc
(sh-alias-alist): Use gnu/linux, not lignux.
1996-08-28 20:09:51 +00:00
Richard M. Stallman
ae6ed0acbb
(INSTALL_STRIP): New variable.
...
(${archlibdir}): Use INSTALL_STRIP.
(MOVE_LIBS): Use conditionals on KERBEROS,
HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1996-08-28 15:52:48 +00:00
Richard M. Stallman
1fc25d6280
Check for com_err library, but only if --with-kerberos was used.
...
Check for krb and des only if --with-kerberos.
1996-08-28 15:48:30 +00:00
Richard M. Stallman
87aed91b30
(tar-mode-write-file): Clear buffer's own modified flag
...
after clearing the ones listed within it.
1996-08-28 14:27:08 +00:00
Richard M. Stallman
51603bd058
(command_loop_1): Cancel echoing etc.
...
before running post-command-hook and such.
1996-08-28 14:24:49 +00:00
Lars Magne Ingebrigtsen
68f44e92d1
1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
...
* gnus.el (gnus-decode-rfc1522): Didn't put point at point-min
before starting to decode.
1996-08-28 00:04:03 +00:00
Richard M. Stallman
642027970b
(dired-chown-program): Replace lignux with gnu/linux.
1996-08-27 17:45:29 +00:00
Richard M. Stallman
f42aa681fa
(set_frame_menubar): Don't add ibw to menubar_size.
1996-08-27 13:40:40 +00:00
Richard M. Stallman
f7008aff6a
(x_window): Don't add ibw to menubar_size.
1996-08-27 13:40:00 +00:00
Richard M. Stallman
7aeb7370f3
(mouse-region-delete-keys): New variable.
...
(mouse-show-mark): If one of those keys is next, delete the region.
1996-08-27 01:03:35 +00:00
Richard M. Stallman
2eb394c2cc
Add item for something like Adobe Illustrator/Corel Draw.
1996-08-27 00:14:26 +00:00
Richard M. Stallman
6fd14a091c
(MOVE_LIBS): Use conditionals on
...
KERBEROS, HAVE_LIBKRB and HAVE_LIBDES to set it up.
1996-08-26 21:33:49 +00:00
Richard M. Stallman
685b1bef75
(apropos-mode-map): Don't use view-mode;
...
instead, bind SPC and DEL directly.
1996-08-26 21:27:24 +00:00
Paul Eggert
942bbf2b2b
Change GNU Emacs' to
this program' in the comment referring the reader
...
to the file COPYING, since rcs2log is distributed as part of programs
other than GNU Emacs.
1996-08-26 21:20:48 +00:00
Richard M. Stallman
c5f329d60d
Describe --with-pop and related options.
1996-08-26 17:58:30 +00:00
Richard M. Stallman
948c942fc8
Add `units' replacement. Add Real Audio'player and generator.
...
Delete Photoshop replacement.
1996-08-26 16:43:05 +00:00
Richard M. Stallman
41f2130007
Reverse conditional in previous change.
1996-08-26 16:10:43 +00:00
Richard M. Stallman
fbcb305501
(shell-mode): Don't assume /dev/null is its own truename.
1996-08-26 15:33:13 +00:00