]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years agoentered into RCS
Richard M. Stallman [Sat, 31 Aug 1996 04:29:46 +0000 (04:29 +0000)]
entered into RCS

27 years ago(XTupdate_end): Always clear mouse_face_defer flag.
Richard M. Stallman [Sat, 31 Aug 1996 02:44:14 +0000 (02:44 +0000)]
(XTupdate_end): Always clear mouse_face_defer flag.

27 years ago(Fset_face_attribute_internal): Set mouse_face_defer flag.
Richard M. Stallman [Sat, 31 Aug 1996 02:43:52 +0000 (02:43 +0000)]
(Fset_face_attribute_internal): Set mouse_face_defer flag.

27 years ago(webjump-sample-sites): Define with defvar.
Richard M. Stallman [Sat, 31 Aug 1996 02:34:25 +0000 (02:34 +0000)]
(webjump-sample-sites): Define with defvar.
(webjump-state-to-postal-alist): Likewise.

27 years ago(do_line_dance, dumprectangle): Use x_update_cursor.
Richard M. Stallman [Fri, 30 Aug 1996 18:49:07 +0000 (18:49 +0000)]
(do_line_dance, dumprectangle): Use x_update_cursor.
(show_mouse_face, clear_cursor): Likewise.
(x_display_cursor): New args X and Y.
(XTupdate_end, XTcursor_to, XTwrite_glyphs): Pass new args.
(XTupdate_begin): Initialize curs_x, curs_y here.

27 years ago(vc-update-change-log): Doc fix.
Richard M. Stallman [Fri, 30 Aug 1996 18:42:29 +0000 (18:42 +0000)]
(vc-update-change-log): Doc fix.

27 years ago(do-auto-fill): Do break after one word as last resort
Richard M. Stallman [Fri, 30 Aug 1996 16:59:20 +0000 (16:59 +0000)]
(do-auto-fill): Do break after one word as last resort
even if there is a fill prefix.

(mail-user-agent, define-mail-user-agent):
Definitions moved here from reporter.el.
(sendmail-user-agent, mh-e-user-agent): Definitions moved here

27 years agoRequire ediff-init.
Richard M. Stallman [Fri, 30 Aug 1996 16:57:35 +0000 (16:57 +0000)]
Require ediff-init.

27 years agoInitial revision
Richard M. Stallman [Fri, 30 Aug 1996 16:32:32 +0000 (16:32 +0000)]
Initial revision

27 years ago(texinfo-format-printindex):
Richard M. Stallman [Fri, 30 Aug 1996 03:47:47 +0000 (03:47 +0000)]
(texinfo-format-printindex):
Treat windows-nt and ms-dos like vax-vms.

27 years ago(foldout-hide-flag, foldout-show-flag): New variables.
Richard M. Stallman [Fri, 30 Aug 1996 03:17:56 +0000 (03:17 +0000)]
(foldout-hide-flag, foldout-show-flag): New variables.
(foldout-exit-fold): Use those variables.

27 years ago(save-match-data): Fix typo in previous change.
Richard M. Stallman [Fri, 30 Aug 1996 03:05:22 +0000 (03:05 +0000)]
(save-match-data): Fix typo in previous change.

27 years ago(cmd_error): Clear executing_macro.
Richard M. Stallman [Fri, 30 Aug 1996 02:57:30 +0000 (02:57 +0000)]
(cmd_error): Clear executing_macro.

27 years ago1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Lars Magne Ingebrigtsen [Fri, 30 Aug 1996 01:50:25 +0000 (01:50 +0000)]
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.

27 years ago1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Lars Magne Ingebrigtsen [Fri, 30 Aug 1996 00:27:46 +0000 (00:27 +0000)]
1996-08-29  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

* message.el (message-do-fcc): Supply the FROM-GNUS parameter to
`rmail-output'.

27 years ago(Fminibuffer_complete_word): Check for
Richard M. Stallman [Fri, 30 Aug 1996 00:04:33 +0000 (00:04 +0000)]
(Fminibuffer_complete_word): Check for
unexpected data type returned by Ftry_completion.

27 years ago(reporter-compose-outgoing): Fix error syntax.
Richard M. Stallman [Thu, 29 Aug 1996 21:37:52 +0000 (21:37 +0000)]
(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.

27 years ago(vc-update-change-log): Remove code which found RCS files
Richard M. Stallman [Thu, 29 Aug 1996 21:22:07 +0000 (21:22 +0000)]
(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.

27 years ago(init_macros): Initialize executing_macro, too.
Erik Naggum [Thu, 29 Aug 1996 21:22:04 +0000 (21:22 +0000)]
(init_macros): Initialize executing_macro, too.

27 years ago(INSTALL_STRIP): New variable.
Richard M. Stallman [Thu, 29 Aug 1996 20:54:02 +0000 (20:54 +0000)]
(INSTALL_STRIP): New variable.
(install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
(install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.

27 years ago(Vring_bell_function): New variable.
Richard M. Stallman [Thu, 29 Aug 1996 20:50:15 +0000 (20:50 +0000)]
(Vring_bell_function): New variable.
(syms_of_term): Set up Lisp variable.
(ring_bell): Use Vring_bell_function.

27 years ago(XTread_socket): Call XFilterEvent on all events,
Richard M. Stallman [Thu, 29 Aug 1996 06:22:28 +0000 (06:22 +0000)]
(XTread_socket): Call XFilterEvent on all events,
if HAVE_X_I18N and FRAME_XIC nonzero.

27 years ago(byte-compile-associative): Treat one arg case like (+ x 0).
Richard M. Stallman [Thu, 29 Aug 1996 06:20:21 +0000 (06:20 +0000)]
(byte-compile-associative): Treat one arg case like (+ x 0).

27 years ago(narrow-to-defun): New function.
Richard M. Stallman [Thu, 29 Aug 1996 04:42:40 +0000 (04:42 +0000)]
(narrow-to-defun): New function.

27 years ago(executing_macro_iterations, executing_macro): Declared.
Richard M. Stallman [Thu, 29 Aug 1996 04:39:47 +0000 (04:39 +0000)]
(executing_macro_iterations, executing_macro): Declared.

27 years ago(cmd_error): Add number of kbd macro iterations to the error message.
Richard M. Stallman [Thu, 29 Aug 1996 04:38:33 +0000 (04:38 +0000)]
(cmd_error): Add number of kbd macro iterations to the error message.

27 years ago(executing_macro_iterations, executing_macro): New vars.
Richard M. Stallman [Thu, 29 Aug 1996 04:38:05 +0000 (04:38 +0000)]
(executing_macro_iterations, executing_macro): New vars.
(Fexecute_kbd_macro): Set them.

27 years ago(Vhistory_length, Qhistory_length): New variables.
Richard M. Stallman [Thu, 29 Aug 1996 04:35:38 +0000 (04:35 +0000)]
(Vhistory_length, Qhistory_length): New variables.
(syms_of_minibuf): Register and initialise these.
(read_minibuf): Truncate history list if needed.

27 years ago(Fsubstring): Handle vectors as well as strings.
Richard M. Stallman [Thu, 29 Aug 1996 03:50:02 +0000 (03:50 +0000)]
(Fsubstring): Handle vectors as well as strings.

27 years ago(save-match-data): Fix previous change.
Richard M. Stallman [Thu, 29 Aug 1996 01:54:43 +0000 (01:54 +0000)]
(save-match-data): Fix previous change.

27 years ago(display-time): Call display-time-mode.
Richard M. Stallman [Thu, 29 Aug 1996 01:37:38 +0000 (01:37 +0000)]
(display-time): Call display-time-mode.
(display-time-mode): Take arg or toggle, as a minor mode.

27 years ago(kill-some-buffers): New arg LIST says buffers to maybe kill.
Richard M. Stallman [Thu, 29 Aug 1996 01:27:18 +0000 (01:27 +0000)]
(kill-some-buffers): New arg LIST says buffers to maybe kill.

27 years ago(mail-mode-auto-fill): New function.
Richard M. Stallman [Thu, 29 Aug 1996 01:25:34 +0000 (01:25 +0000)]
(mail-mode-auto-fill): New function.
(mail-mode): Put it into normal-auto-fill-function.

27 years ago(Fcall_interactively): For `N' and `n',
Richard M. Stallman [Thu, 29 Aug 1996 00:51:51 +0000 (00:51 +0000)]
(Fcall_interactively): For `N' and `n',
if we don't get a number, try again.

27 years ago(syms_of_alloc): Set up Lisp variables ...-consed,
Richard M. Stallman [Thu, 29 Aug 1996 00:44:05 +0000 (00:44 +0000)]
(syms_of_alloc): Set up Lisp variables ...-consed,
such as Vcons-cells-consed.

27 years ago1996-08-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Lars Magne Ingebrigtsen [Thu, 29 Aug 1996 00:30:44 +0000 (00:30 +0000)]
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.

27 years ago(ange-ftp-ls): Run ange-ftp-before-parse-ls-hook.
Richard M. Stallman [Wed, 28 Aug 1996 23:36:44 +0000 (23:36 +0000)]
(ange-ftp-ls): Run ange-ftp-before-parse-ls-hook.
(ange-ftp-before-parse-ls-hook): Add defvar.

27 years agoCheck for utimes.
Richard M. Stallman [Wed, 28 Aug 1996 23:28:39 +0000 (23:28 +0000)]
Check for utimes.

27 years ago(server-visit-files): New argument NOWAIT.
Richard M. Stallman [Wed, 28 Aug 1996 23:26:13 +0000 (23:26 +0000)]
(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.

27 years ago(save-match-data): Use save-match-data-internal
Richard M. Stallman [Wed, 28 Aug 1996 22:44:18 +0000 (22:44 +0000)]
(save-match-data): Use save-match-data-internal
as the local variable, instead of an uninterned symbol.

27 years ago(byte-compile-out-toplevel): Always compile to byte code
Richard M. Stallman [Wed, 28 Aug 1996 22:40:09 +0000 (22:40 +0000)]
(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.

27 years ago(byte-compile-funarg-2): New function,
Richard M. Stallman [Wed, 28 Aug 1996 21:33:50 +0000 (21:33 +0000)]
(byte-compile-funarg-2): New function,
(sort): Use byte-compile-funarg-2.

27 years ago(main): Add bug report info in --help message.
Richard M. Stallman [Wed, 28 Aug 1996 21:27:18 +0000 (21:27 +0000)]
(main): Add bug report info in --help message.

27 years ago(mail-self-blind, mail-interactive)
Richard M. Stallman [Wed, 28 Aug 1996 20:16:51 +0000 (20:16 +0000)]
(mail-self-blind, mail-interactive)
(mail-yank-ignored-headers): Make them user options.

27 years ago(sh-alias-alist): Use gnu/linux, not lignux.
Richard M. Stallman [Wed, 28 Aug 1996 20:09:51 +0000 (20:09 +0000)]
(sh-alias-alist): Use gnu/linux, not lignux.

27 years ago(INSTALL_STRIP): New variable.
Richard M. Stallman [Wed, 28 Aug 1996 15:52:48 +0000 (15:52 +0000)]
(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.

27 years agoCheck for com_err library, but only if --with-kerberos was used.
Richard M. Stallman [Wed, 28 Aug 1996 15:48:30 +0000 (15:48 +0000)]
Check for com_err library, but only if --with-kerberos was used.
Check for krb and des only if --with-kerberos.

27 years ago(tar-mode-write-file): Clear buffer's own modified flag
Richard M. Stallman [Wed, 28 Aug 1996 14:27:08 +0000 (14:27 +0000)]
(tar-mode-write-file): Clear buffer's own modified flag
after clearing the ones listed within it.

27 years ago(command_loop_1): Cancel echoing etc.
Richard M. Stallman [Wed, 28 Aug 1996 14:24:49 +0000 (14:24 +0000)]
(command_loop_1): Cancel echoing etc.
before running post-command-hook and such.

27 years ago1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Lars Magne Ingebrigtsen [Wed, 28 Aug 1996 00:04:03 +0000 (00:04 +0000)]
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.

27 years ago(dired-chown-program): Replace lignux with gnu/linux.
Richard M. Stallman [Tue, 27 Aug 1996 17:45:29 +0000 (17:45 +0000)]
(dired-chown-program): Replace lignux with gnu/linux.

27 years ago(set_frame_menubar): Don't add ibw to menubar_size.
Richard M. Stallman [Tue, 27 Aug 1996 13:40:40 +0000 (13:40 +0000)]
(set_frame_menubar): Don't add ibw to menubar_size.

27 years ago(x_window): Don't add ibw to menubar_size.
Richard M. Stallman [Tue, 27 Aug 1996 13:40:00 +0000 (13:40 +0000)]
(x_window): Don't add ibw to menubar_size.

27 years ago(mouse-region-delete-keys): New variable.
Richard M. Stallman [Tue, 27 Aug 1996 01:03:35 +0000 (01:03 +0000)]
(mouse-region-delete-keys): New variable.
(mouse-show-mark): If one of those keys is next, delete the region.

27 years agoAdd item for something like Adobe Illustrator/Corel Draw.
Richard M. Stallman [Tue, 27 Aug 1996 00:14:26 +0000 (00:14 +0000)]
Add item for something like Adobe Illustrator/Corel Draw.

27 years ago(MOVE_LIBS): Use conditionals on
Richard M. Stallman [Mon, 26 Aug 1996 21:33:49 +0000 (21:33 +0000)]
(MOVE_LIBS): Use conditionals on
KERBEROS, HAVE_LIBKRB and HAVE_LIBDES to set it up.

27 years ago(apropos-mode-map): Don't use view-mode;
Richard M. Stallman [Mon, 26 Aug 1996 21:27:24 +0000 (21:27 +0000)]
(apropos-mode-map): Don't use view-mode;
instead, bind SPC and DEL directly.

27 years agoChange `GNU Emacs' to `this program' in the comment referring the reader
Paul Eggert [Mon, 26 Aug 1996 21:20:48 +0000 (21:20 +0000)]
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.

27 years agoDescribe --with-pop and related options.
Richard M. Stallman [Mon, 26 Aug 1996 17:58:30 +0000 (17:58 +0000)]
Describe --with-pop and related options.

27 years agoAdd `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman [Mon, 26 Aug 1996 16:43:05 +0000 (16:43 +0000)]
Add `units' replacement.  Add Real Audio'player and generator.
Delete Photoshop replacement.

27 years agoReverse conditional in previous change.
Richard M. Stallman [Mon, 26 Aug 1996 16:10:43 +0000 (16:10 +0000)]
Reverse conditional in previous change.

27 years ago(shell-mode): Don't assume /dev/null is its own truename.
Richard M. Stallman [Mon, 26 Aug 1996 15:33:13 +0000 (15:33 +0000)]
(shell-mode): Don't assume /dev/null is its own truename.

27 years ago(diff): Don't pop to *diff* buffer. Change bogus
Richard M. Stallman [Mon, 26 Aug 1996 15:21:57 +0000 (15:21 +0000)]
(diff): Don't pop to *diff* buffer.  Change bogus
unwind-protect to save-excursion.

27 years ago(ensure-mark): Minor rewrite.
Richard M. Stallman [Mon, 26 Aug 1996 15:15:02 +0000 (15:15 +0000)]
(ensure-mark): Minor rewrite.
(scroll-down-mark): Handle pc-select-override-scroll-error,
(scroll-down-nomark): Likewise.
(scroll-up-mark, scroll-up-nomark): Likewise.
(pc-selection-mode): Get rid of the advice on scroll-up, scroll-down.

27 years ago(byte-compile-insert-header): Fix previous change.
Richard M. Stallman [Mon, 26 Aug 1996 14:46:44 +0000 (14:46 +0000)]
(byte-compile-insert-header): Fix previous change.

27 years ago(imenu--in-alist): Accept only bottom-level matches.
Richard M. Stallman [Mon, 26 Aug 1996 00:08:21 +0000 (00:08 +0000)]
(imenu--in-alist): Accept only bottom-level matches.

27 years ago(fast_find_position): Fix previous change.
Richard M. Stallman [Sun, 25 Aug 1996 23:31:20 +0000 (23:31 +0000)]
(fast_find_position): Fix previous change.

27 years ago(byte-compile-insert-header):
Richard M. Stallman [Sun, 25 Aug 1996 23:18:39 +0000 (23:18 +0000)]
(byte-compile-insert-header):
Edit byte-compile-version to extract just the version number.

27 years ago(byte-compile-version): Use $Revision, not $Id.
Richard M. Stallman [Sun, 25 Aug 1996 23:14:30 +0000 (23:14 +0000)]
(byte-compile-version): Use $Revision, not $Id.

27 years ago(byte-compile-insert-header): Clean up syntax
Richard M. Stallman [Sun, 25 Aug 1996 23:11:07 +0000 (23:11 +0000)]
(byte-compile-insert-header): Clean up syntax
(byte-compile-version): Use the RCS version number.

27 years ago(fast_find_position): Minor fix in handling maybe_next_line.
Richard M. Stallman [Sun, 25 Aug 1996 17:48:32 +0000 (17:48 +0000)]
(fast_find_position): Minor fix in handling maybe_next_line.

27 years ago(HAVE_LIBKRB, HAVE_LIBDES): Add #undefs.
Richard M. Stallman [Sun, 25 Aug 1996 17:00:12 +0000 (17:00 +0000)]
(HAVE_LIBKRB, HAVE_LIBDES): Add #undefs.

27 years agoCheck for krb and des libraries.
Richard M. Stallman [Sun, 25 Aug 1996 16:58:09 +0000 (16:58 +0000)]
Check for krb and des libraries.

27 years ago(command_loop_1): Check column_number_displayed
Richard M. Stallman [Sun, 25 Aug 1996 16:34:36 +0000 (16:34 +0000)]
(command_loop_1): Check column_number_displayed
in the selected window, not Vcolumn_number_mode.
(Vcolumn_number_mode): Variable deleted.
(syms_of_keyboard): Delete Lisp variable column-number-mode.

27 years ago(minibuffer-setup-hook): Fix misspelling of hook name.
Richard M. Stallman [Sun, 25 Aug 1996 02:31:33 +0000 (02:31 +0000)]
(minibuffer-setup-hook): Fix misspelling of hook name.

27 years agoInclude des.h krb.h with no dir name if SOLARIS2.
Richard M. Stallman [Sun, 25 Aug 1996 02:27:24 +0000 (02:27 +0000)]
Include des.h krb.h with no dir name if SOLARIS2.

27 years ago(*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.
Richard M. Stallman [Sun, 25 Aug 1996 02:19:28 +0000 (02:19 +0000)]
(*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.
(m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
(arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.

27 years agoInitial revision
Richard M. Stallman [Sun, 25 Aug 1996 02:14:42 +0000 (02:14 +0000)]
Initial revision

27 years ago(tex-main-file): New variable.
Richard M. Stallman [Sun, 25 Aug 1996 01:25:07 +0000 (01:25 +0000)]
(tex-main-file): New variable.
(tex-file): Use that.  Rename local var to source-file
so it is obviously local.

27 years ago(gnus-group-enter-directory): Virtual server definition
Lars Magne Ingebrigtsen [Sat, 24 Aug 1996 23:22:22 +0000 (23:22 +0000)]
(gnus-group-enter-directory): Virtual server definition
list wasn't quoted.

27 years agoSat Aug 24 23:32:02 1996 Lars Magne Ingebrigtsen <larsi@ylfing.ifi.uio.no>
Lars Magne Ingebrigtsen [Sat, 24 Aug 1996 21:38:59 +0000 (21:38 +0000)]
Sat Aug 24 23:32:02 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>

* gnus.el (gnus-group-enter-directory): Would temporarily bind
`nneething-read-only', shadowing the proper `defvar'.

27 years agoAdd xrefs from Saving Buffers to Format Conversion and Saving
Richard M. Stallman [Sat, 24 Aug 1996 21:26:03 +0000 (21:26 +0000)]
Add xrefs from Saving Buffers to Format Conversion and Saving
Properties.

27 years ago(xdialog_show): Don't allow 9 buttons.
Richard M. Stallman [Sat, 24 Aug 1996 21:24:45 +0000 (21:24 +0000)]
(xdialog_show): Don't allow 9 buttons.

27 years agoUse ISO 8601 date format, with time zone appended if
Erik Naggum [Sat, 24 Aug 1996 21:11:14 +0000 (21:11 +0000)]
Use ISO 8601 date format, with time zone appended if
change-log-time-zone-rule is non-nil, instead of traditional Unix date
format.

(datearg): When computing default from ChangeLog, handle ISO format dates
in addition to old-fashioned dates from Emacs 19.31 and earlier.  Don't
worry about hh:mm:ss since the resolution is now by day.  Use emtpy
datearg, not empty rlog_options, to decide whether to pass "$datearg"
option to $rlog.
(logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
(month_data): Remove `mo'; no longer needed.
(rlog_options): Use -zLT for localltime output, if `rlog' supports it.
(extractTZ): Use UTC if the zone is t.

Match `revision' line of rlog output more accurately.

Add -c, -v options.

27 years ago(Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t.
Erik Naggum [Sat, 24 Aug 1996 21:11:13 +0000 (21:11 +0000)]
(Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t.

27 years agoChange to ISO 8601 date formats, without time of day.
Erik Naggum [Sat, 24 Aug 1996 21:10:47 +0000 (21:10 +0000)]
Change to ISO 8601 date formats, without time of day.
(change-log-font-lock-keywords): Adjust accordingly.
(add-change-log-entry): Compare and insert with new date format.
(change-log-mode): Make `paragraph-start' and `paragraph-separate' use \<
like `page-delimiter' for consistency.
(change-log-time-zone-rule): New variable.
(iso8601-time-zone): New function.
(add-change-log-entry): If change-log-time-zone-rule is non-nil, calculate
date according to that rule, and indicate resulting time zone.

27 years ago(print-quoted): New variable.
Erik Naggum [Sat, 24 Aug 1996 19:39:34 +0000 (19:39 +0000)]
(print-quoted): New variable.
(print): Print certain expressions more compactly when set.
Also use XCAR and XCDR directly -- we know we have conses.

27 years agoReplace \n in doc strings.
Richard M. Stallman [Sat, 24 Aug 1996 16:10:28 +0000 (16:10 +0000)]
Replace \n in doc strings.
(pc-selection-mode): Big doc fix.  Don't bind f1.

(forward-line-mark): New function.
(forward-line-nomark): New function.
(backward-line-mark): New function.
(backward-line-nomark): New function.
(pc-selection-mode): Add keybindings for those functions.
(pc-select-override-scroll-error): New variable.

27 years ago(isearch-edit-string): When starting nonincremental
Richard M. Stallman [Sat, 24 Aug 1996 16:03:25 +0000 (16:03 +0000)]
(isearch-edit-string): When starting nonincremental
search, after peeking ahead one char, call cancel-kbd-macro-events.

27 years ago(Fsplit_window): Fix previous change.
Erik Naggum [Sat, 24 Aug 1996 12:12:08 +0000 (12:12 +0000)]
(Fsplit_window): Fix previous change.

27 years ago(x_term_init): If the default Xt font does not exist on
Richard M. Stallman [Sat, 24 Aug 1996 00:03:22 +0000 (00:03 +0000)]
(x_term_init): If the default Xt font does not exist on
the X server, add a resource so that dialog boxes use a common font.

27 years agoInclude <config.h>, so DOS_NT is defined on MSDOS.
Richard M. Stallman [Fri, 23 Aug 1996 08:16:06 +0000 (08:16 +0000)]
Include <config.h>, so DOS_NT is defined on MSDOS.

27 years ago(Fsplit_window): Treat width just like height;
Richard M. Stallman [Fri, 23 Aug 1996 06:20:58 +0000 (06:20 +0000)]
(Fsplit_window): Treat width just like height;
no special handling for scroll bars.

27 years ago(apropos-mode): Turn on View mode.
Richard M. Stallman [Thu, 22 Aug 1996 19:57:35 +0000 (19:57 +0000)]
(apropos-mode): Turn on View mode.

27 years ago(paths.h, config.h): Targets deleted.
Richard M. Stallman [Thu, 22 Aug 1996 19:48:43 +0000 (19:48 +0000)]
(paths.h, config.h): Targets deleted.
(../config.status): Add two new rules to check need for reconfigure.

27 years agoGenerate src/paths.h here.
Richard M. Stallman [Thu, 22 Aug 1996 19:29:12 +0000 (19:29 +0000)]
Generate src/paths.h here.

27 years ago(paths-force): Don't print a message.
Richard M. Stallman [Thu, 22 Aug 1996 19:28:44 +0000 (19:28 +0000)]
(paths-force): Don't print a message.

27 years ago(src/paths.h): Target deleted.
Richard M. Stallman [Thu, 22 Aug 1996 19:28:01 +0000 (19:28 +0000)]
(src/paths.h): Target deleted.
(paths-force): Delete all dependencies on this target
but don't delete the target.
(install): Depend on `all'.

27 years ago(change_frame_size_1): Clean up conditional.
Erik Naggum [Thu, 22 Aug 1996 08:23:30 +0000 (08:23 +0000)]
(change_frame_size_1): Clean up conditional.

27 years ago(send_process): GCPRO object.
Richard M. Stallman [Thu, 22 Aug 1996 02:57:09 +0000 (02:57 +0000)]
(send_process): GCPRO object.