bpt/emacs.git
28 years ago(last_overlay_modification_hooks): New variable.
Karl Heuer [Mon, 17 Jul 1995 22:19:07 +0000 (22:19 +0000)]
(last_overlay_modification_hooks): New variable.
(last_overlay_modification_hooks_used): Likewise.
(syms_of_buffer): Init last_overlay_modification_hooks.
(add_overlay_mod_hooklist): New function.
(call_overlay_mod_hooks): Call add_overlay_mod_hooklist.
(report_overlay_modification): When AFTER is non-nil,
call the functions recorded in last_overlay_modification_hooks.

28 years ago(Fexpt): Use EMACS_INT for integer calculation.
Karl Heuer [Mon, 17 Jul 1995 22:18:04 +0000 (22:18 +0000)]
(Fexpt): Use EMACS_INT for integer calculation.
(Ffloor): Likewise.

28 years ago(_setjmp, _longjmp): Add #undef's.
Karl Heuer [Mon, 17 Jul 1995 22:17:19 +0000 (22:17 +0000)]
(_setjmp, _longjmp): Add #undef's.

28 years ago(SCO_R4): Defined.
Karl Heuer [Mon, 17 Jul 1995 22:16:30 +0000 (22:16 +0000)]
(SCO_R4): Defined.

28 years ago(AMPERSAND_FULL_NAME): Defined.
Karl Heuer [Mon, 17 Jul 1995 22:15:55 +0000 (22:15 +0000)]
(AMPERSAND_FULL_NAME): Defined.

28 years ago(main): Add to usage message.
Karl Heuer [Mon, 17 Jul 1995 22:15:05 +0000 (22:15 +0000)]
(main): Add to usage message.

28 years ago(Fsit_for): Don't call prepare_menu_bars here.
Karl Heuer [Mon, 17 Jul 1995 22:14:37 +0000 (22:14 +0000)]
(Fsit_for): Don't call prepare_menu_bars here.

28 years ago(x_clear_frame_selections): Delete duplicate code.
Karl Heuer [Mon, 17 Jul 1995 22:14:00 +0000 (22:14 +0000)]
(x_clear_frame_selections): Delete duplicate code.

28 years ago[HAVE_X11XTR6]: Include locale.h
Karl Heuer [Mon, 17 Jul 1995 22:12:45 +0000 (22:12 +0000)]
[HAVE_X11XTR6]: Include locale.h
(x_term_init) [HAVE_X11XTR6]: Set LC_NUMERIC and LC_TIME back to C.
(note_mouse_movement): Set mouse_moved in the x_display_info.
(XTmouse_position, x_scroll_bar_note_movement): Likewise.
(x_scroll_bar_report_motion): Likewise.
(x_draw_box, x_display_box_cursor, x_display_bar_cursor):
New args x, y.  Don't use curs_x or curs_y here.  Callers changed.

28 years ago(Flist): Rewritten.
Karl Heuer [Mon, 17 Jul 1995 22:10:25 +0000 (22:10 +0000)]
(Flist): Rewritten.
(allocating_for_lisp): New variable.
(init_intervals, make_interval, init_symbol, Fmake_symbol)
(init_float, make_float, init_cons, Fcons)
(allocate_vectorlike, init_marker, allocate_misc)
(init_strings, make_uninit_string): Set allocate_misc temporarily.

28 years ago(Fnumber_to_string): Make `buffer' long enough.
Karl Heuer [Mon, 17 Jul 1995 22:09:35 +0000 (22:09 +0000)]
(Fnumber_to_string): Make `buffer' long enough.

28 years ago(Fbyte_code): For Beqlsign, if both args are ints,
Karl Heuer [Mon, 17 Jul 1995 22:09:03 +0000 (22:09 +0000)]
(Fbyte_code): For Beqlsign, if both args are ints,
compare as ints.

28 years ago(tags): Synonym for `TAGS'.
Karl Heuer [Mon, 17 Jul 1995 21:55:53 +0000 (21:55 +0000)]
(tags): Synonym for `TAGS'.

28 years ago(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer [Mon, 17 Jul 1995 21:54:33 +0000 (21:54 +0000)]
(mips-dec-ultrix*): Assume version 4.3.
(mips-dec-ultrix4.[12]): New alternative for old versions.

28 years ago(inferior-tcl-mode): Use modeline-process if it exists.
Tom Tromey [Mon, 17 Jul 1995 19:59:49 +0000 (19:59 +0000)]
(inferior-tcl-mode): Use modeline-process if it exists.

28 years agoXEmacs currently must use tcl-internal-end-of-defun
Tom Tromey [Mon, 17 Jul 1995 19:55:25 +0000 (19:55 +0000)]
XEmacs currently must use tcl-internal-end-of-defun

28 years agoFix minor error.
Richard M. Stallman [Mon, 17 Jul 1995 18:56:17 +0000 (18:56 +0000)]
Fix minor error.

28 years ago(install, maybe-blessmail): Don't cd ..;
Karl Heuer [Sun, 16 Jul 1995 18:30:30 +0000 (18:30 +0000)]
(install, maybe-blessmail): Don't cd ..;
configure has already set $(INSTALL) to the proper relative path.

28 years agoChanges to make menus work in XEmacs.
Tom Tromey [Fri, 14 Jul 1995 21:54:56 +0000 (21:54 +0000)]
Changes to make menus work in XEmacs.
From Mike Scheidler <c23mts@kocrsv01.delcoelect.com>

28 years ago(comint-kill-output): Preserve entire partial line at
Karl Heuer [Wed, 12 Jul 1995 19:18:45 +0000 (19:18 +0000)]
(comint-kill-output): Preserve entire partial line at
end, even if it doesn't match comint-prompt-regexp.

28 years agoFixed Author: comment. This code bears no relation to what I wrote.
Roland McGrath [Wed, 12 Jul 1995 17:22:07 +0000 (17:22 +0000)]
Fixed Author: comment.  This code bears no relation to what I wrote.

28 years ago(tcl-mode): Customize for new dabbrev.
Tom Tromey [Tue, 11 Jul 1995 03:13:15 +0000 (03:13 +0000)]
(tcl-mode): Customize for new dabbrev.

28 years ago* mailalias.el (build-mail-aliases): Fixed the regexp for "^group".
Francesco Potortì [Mon, 10 Jul 1995 14:46:00 +0000 (14:46 +0000)]
* mailalias.el (build-mail-aliases): Fixed the regexp for "^group".

28 years ago(tcl-do-fill-paragraph): New function.
Tom Tromey [Sun, 9 Jul 1995 21:58:03 +0000 (21:58 +0000)]
(tcl-do-fill-paragraph): New function.
(tcl-mode): Set up for paragraph filling.

28 years ago(tcl-mode): Fixes to 19.29 paragraph variables.
Tom Tromey [Sun, 9 Jul 1995 21:30:32 +0000 (21:30 +0000)]
(tcl-mode): Fixes to 19.29 paragraph variables.

28 years ago(tcl-do-auto-fill): Set fill-prefix.
Tom Tromey [Sun, 9 Jul 1995 18:52:16 +0000 (18:52 +0000)]
(tcl-do-auto-fill): Set fill-prefix.

28 years agoDo all cleanups in font-lock-fontify-region and font-lock-hack-keywords inside
Simon Marshall [Sun, 9 Jul 1995 13:26:41 +0000 (13:26 +0000)]
Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords inside
their unwind-protect UNWINDFORMS.  Also eval inside font-lock-set-defaults, not
font-lock-choose-keywords.

28 years agoMade executing-macro, before-change-function, after-change-function and font-lock...
Simon Marshall [Sun, 9 Jul 1995 13:01:31 +0000 (13:01 +0000)]
Made executing-macro, before-change-function, after-change-function and font-lock-doc-string-face obsolete.

28 years ago(tcl-imenu-create-index-function): Work with imenu from Emacs 19.29
Tom Tromey [Sun, 9 Jul 1995 01:07:57 +0000 (01:07 +0000)]
(tcl-imenu-create-index-function): Work with imenu from Emacs 19.29

28 years ago(datearg): Separate date from time with comma, not space,
Paul Eggert [Sat, 8 Jul 1995 18:44:04 +0000 (18:44 +0000)]
(datearg): Separate date from time with comma, not space,
to avoid CVS 1.5 bug.
(CVSROOT): Don't abort if unset and if repository is an absolute pathname.

28 years ago(forms-mode): treat local-write-file-hooks as a list.
Johan Vromans [Sat, 8 Jul 1995 13:16:54 +0000 (13:16 +0000)]
(forms-mode): treat local-write-file-hooks as a list.

28 years agoReplace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
Paul Eggert [Fri, 7 Jul 1995 22:47:57 +0000 (22:47 +0000)]
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
that interpret `#! /' as a 4-byte magic number.

28 years agoSymbols renamed to be like mode-line indicator.
Karl Heuer [Fri, 7 Jul 1995 20:01:01 +0000 (20:01 +0000)]
Symbols renamed to be like mode-line indicator.
Supposed to now also work for Lucid.
(2C-mode-map): New name for `tc-mode-map'.  Additionally bound to [f2].
(2C-minor-mode-map) New variable.
(2C-mode): New name for `tc-other'.
(2C-mode-line-format): New name for `tc-mode-line-format'.
(2C-other-buffer-hook): New variable.
(2C-separator): New name for `tc-separator'.
(2C-window-width): New name for `tc-window-width'.
(2C-beyond-fill-column): New name for `tc-beyond-fill-column'.
(2C-autoscroll, 2C-autoscroll-start): New variables.

(2C-other): New name for `tc-other'.
(2C-mode): New name for `tc-mode', `tc-two-columns'.
(2C-two-columns): New function.
(2C-associate-buffer): New name for `tc-associate-buffer'.
(2C-split): New name for `tc-split'.
(2C-dissociate): New name for `tc-dissociate'.
(2C-merge): New name for `tc-merge'.
(2C-associated-buffer): New name for `tc-associated-buffer'.
(2C-toggle-autoscroll, 2C-autoscroll): New functions.
(tc-scroll-line, tc-scroll-up, tc-scroll-down, tc-recenter): Deleted
functions.

28 years agorestructured, largely rewritten without the bugs and
Karl Heuer [Fri, 7 Jul 1995 19:48:24 +0000 (19:48 +0000)]
restructured, largely rewritten without the bugs and
extended to cover over 15 shells.  Most variables can now work as a
lookup table, and, unless set by user, do.
(sh-mode-syntax-table): Possibly multiple tables.
(sh-shell): Set initially so shell or other libraries may use features.
(sh-assignment-regexp): Replaces `sh-assignment-space'.
(sh-here-document-word): Set to more common "EOF".
(sh-variables): Changed semantics.
(sh-font-lock-keywords): Much nicer.
(sh-ancestor-alist, sh-alias-alist, sh-shells, sh-abbrevs)
(sh-dynamic-complete-functions, sh-require-final-newline)
(sh-comment-prefix, sh-indentation, sh-header-marker, sh-builtins)
(sh-leading-keywords): New variables.
(sh-use-prefix, sh-find-file-modifies, sh-query-for-magic)
(sh-magicless-file-regexp, magic-number-alist, sh-executable)
(sh-chmod-argument, sh-shell-is-csh, sh-tab-width)
(sh-sh-font-lock-keywords, sh-ksh-font-lock-keywords)
(sh-bash-font-lock-keywords, sh-csh-font-lock-keywords)
(sh-tcsh-font-lock-keywords): Variables deleted, see also executable.el.

(sh-mode): Shell dependent code moved to `sh-set-shell'.
(sh-feature, sh-abbrevs, sh-syntax-table, sh-append, sh-modify): New
functions.
(sh-execute-region): New command.
(sh-indexed-loop): Far more efficient code generated for sh.
(sh-repeat, sh-tmp-file, sh-while-getopts): New skeletons.
(sh-or-other-mode, define-sh-skeleton, sh-executable, sh-chmod)
(sh-query-for-variable): Command deleted.

28 years agoInitial revision
Karl Heuer [Fri, 7 Jul 1995 19:41:57 +0000 (19:41 +0000)]
Initial revision

28 years agoNew name for generalized upd-copyr.el
Karl Heuer [Fri, 7 Jul 1995 19:40:05 +0000 (19:40 +0000)]
New name for generalized upd-copyr.el
(copyright-limit, copyright-regexp): New variables
(copyright-query): New name for `inhibit-update-copyright'
(copyright-current-year): New name for `current-year'
(copyright-current-gpl-version): New name for `current-gpl-version'
(copyright-update): New name for `update-copyright' and
`ask-to-update-copyright'
(copyright): New skeleton command

28 years agoextended to use skeletons or call functions
Karl Heuer [Fri, 7 Jul 1995 19:30:23 +0000 (19:30 +0000)]
extended to use skeletons or call functions
(auto-insert, auto-insert-query, auto-insert-prompt): New variables
(auto-insert-alist): New features
(auto-insert): New name for `insert-auto-insert-files'
(define-auto-insert): New function

28 years agopartly rewritten and extended.
Karl Heuer [Fri, 7 Jul 1995 19:21:17 +0000 (19:21 +0000)]
partly rewritten and extended.
(skeleton-filter, skeleton-untabify, skeleton-further-elements)
(skeleton-abbrev-cleanup): New variables
(skeleton-proxy, skeleton-abbrev-cleanup): New functions
(skeleton-insert): Sublanguage element < must now be handled via
`skeleton-further-elements' (used only in sh-script and ada).  Lisp
expressions can be quoted to ignore the return value.
(skeleton-read): New name for `skeleton-internal-read' because this may
be useful in skeletons.
(local-variables-section): New skeleton command, might go to simple.el.

28 years ago(make-autoload): Generate `(autoload ...)' form for
Karl Heuer [Fri, 7 Jul 1995 19:20:09 +0000 (19:20 +0000)]
(make-autoload): Generate `(autoload ...)' form for
`(define-skeleton ...)'

28 years ago(command-apropos): Deleted function. This is replaced by
Karl Heuer [Fri, 7 Jul 1995 18:54:22 +0000 (18:54 +0000)]
(command-apropos): Deleted function.  This is replaced by
apropos-command in apropos.el.

28 years agoRestructured, largely rewritten and extended.
Karl Heuer [Fri, 7 Jul 1995 18:53:58 +0000 (18:53 +0000)]
Restructured, largely rewritten and extended.
(apropos-use-faces, apropos-local-map): New variables.
(apropos-command): New name for `command-apropos' no longer in help.el.
(apropos-value): New command.
(apropos-documentation): New name for `super-apropos'
(apropos-follow, apropos-mouse-follow): New commands for hypertext.
(apropos-describe-plist): New function.

28 years ago[!__GNUC__] (LD_SWITCH_SYSTEM): Define this.
Richard M. Stallman [Fri, 7 Jul 1995 13:37:33 +0000 (13:37 +0000)]
[!__GNUC__] (LD_SWITCH_SYSTEM): Define this.

28 years ago(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman [Fri, 7 Jul 1995 13:37:04 +0000 (13:37 +0000)]
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
names instead of C_SWITCH_OPTIMIZE, C_SWITCH_DEBUG.

28 years ago(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Richard M. Stallman [Fri, 7 Jul 1995 13:36:40 +0000 (13:36 +0000)]
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.

28 years ago(x_initialize) [USE_X_TOOLKIT]: Set fallback resources.
Richard M. Stallman [Fri, 7 Jul 1995 13:35:48 +0000 (13:35 +0000)]
(x_initialize) [USE_X_TOOLKIT]: Set fallback resources.

28 years ago(redisplay_window): Fix typos in clip_changed change.
Richard M. Stallman [Fri, 7 Jul 1995 13:35:19 +0000 (13:35 +0000)]
(redisplay_window): Fix typos in clip_changed change.

28 years ago(Fset_window_hscroll): Set clip_changed in the buffer.
Richard M. Stallman [Fri, 7 Jul 1995 13:34:49 +0000 (13:34 +0000)]
(Fset_window_hscroll): Set clip_changed in the buffer.
(temp_output_buffer_show): Likewise.

28 years ago(Fstart_process): Expand PROGRAM.
Richard M. Stallman [Fri, 7 Jul 1995 13:34:16 +0000 (13:34 +0000)]
(Fstart_process): Expand PROGRAM.
Error if it is a directory.

28 years ago(get_keymap_1): Declared.
Richard M. Stallman [Fri, 7 Jul 1995 13:33:29 +0000 (13:33 +0000)]
(get_keymap_1): Declared.

28 years ago(Fwiden): Set clip_changed in current buffer.
Richard M. Stallman [Fri, 7 Jul 1995 13:32:21 +0000 (13:32 +0000)]
(Fwiden): Set clip_changed in current buffer.
(Fnarrow_to_region, save_restriction_restore): Likewise.

28 years ago(overlays_in): Don't count empty overlays at END.
Richard M. Stallman [Fri, 7 Jul 1995 13:31:48 +0000 (13:31 +0000)]
(overlays_in): Don't count empty overlays at END.
(Foverlays_in): Likewise.

28 years ago(byte-compile-obsolete): Do the funcall to compile
Richard M. Stallman [Fri, 7 Jul 1995 13:29:50 +0000 (13:29 +0000)]
(byte-compile-obsolete): Do the funcall to compile
the form whether or not we warn.

28 years ago(calculate-c-indent-after-brace): New function.
Richard M. Stallman [Fri, 7 Jul 1995 13:29:18 +0000 (13:29 +0000)]
(calculate-c-indent-after-brace): New function.
(calculate-c-indent, indent-c-exp): Use it.

28 years ago(find-dired): Undefine the g command.
Richard M. Stallman [Fri, 7 Jul 1995 13:28:57 +0000 (13:28 +0000)]
(find-dired): Undefine the g command.

28 years ago(font-lock-make-faces): On grayscale screen,
Richard M. Stallman [Fri, 7 Jul 1995 13:27:15 +0000 (13:27 +0000)]
(font-lock-make-faces): On grayscale screen,
use grays for background, not foreground.

28 years ago(switch-to-completions): Make a completions window if none.
Richard M. Stallman [Fri, 7 Jul 1995 13:26:23 +0000 (13:26 +0000)]
(switch-to-completions): Make a completions window if none.

28 years ago(timezone-parse-date): Ignore text properties.
Richard M. Stallman [Fri, 7 Jul 1995 13:25:47 +0000 (13:25 +0000)]
(timezone-parse-date): Ignore text properties.

28 years ago(vc-fetch-master-properties): Better error
Richard M. Stallman [Fri, 7 Jul 1995 13:24:31 +0000 (13:24 +0000)]
(vc-fetch-master-properties): Better error
message in case the "cvs status" command fails.

28 years agoDon't break intra-tree links.
Richard M. Stallman [Fri, 7 Jul 1995 13:22:05 +0000 (13:22 +0000)]
Don't break intra-tree links.

28 years ago(uninstall, install-arch-indep): Install info/ediff*.
Richard M. Stallman [Fri, 7 Jul 1995 13:21:20 +0000 (13:21 +0000)]
(uninstall, install-arch-indep): Install info/ediff*.

28 years agoDon't use relocatable allocator.
Richard M. Stallman [Fri, 7 Jul 1995 13:20:16 +0000 (13:20 +0000)]
Don't use relocatable allocator.

28 years agoPut back archlibdir. Require autoconf 2.4.1 or later.
David J. MacKenzie [Thu, 6 Jul 1995 05:42:45 +0000 (05:42 +0000)]
Put back archlibdir.  Require autoconf 2.4.1 or later.

28 years ago(read_char): Temporarily clear Vquit_flag
Richard M. Stallman [Sun, 2 Jul 1995 09:38:15 +0000 (09:38 +0000)]
(read_char): Temporarily clear Vquit_flag
while checking Vspecial_event_map.

28 years ago(x-font-regexp): Include the avgwidth.
Richard M. Stallman [Sun, 2 Jul 1995 08:34:02 +0000 (08:34 +0000)]
(x-font-regexp): Include the avgwidth.

28 years ago(iso-transl-char-map): Treat m, *m like u and *u.
Richard M. Stallman [Sun, 2 Jul 1995 08:13:28 +0000 (08:13 +0000)]
(iso-transl-char-map): Treat m, *m like u and *u.

28 years ago(mail-default-reply-to): Initialize to nil.
Richard M. Stallman [Sun, 2 Jul 1995 07:26:01 +0000 (07:26 +0000)]
(mail-default-reply-to): Initialize to nil.
(mail-setup): Override it from env var if nil.

28 years ago(clip_changed): Variable deleted.
Richard M. Stallman [Sun, 2 Jul 1995 06:08:48 +0000 (06:08 +0000)]
(clip_changed): Variable deleted.
(prepare_menu_bars): Don't look at clip_changed.
(redisplay): Don't set clip_changed.  Do set b's clip_changed.
(redisplay_window): Check clip_changed in current_buffer.
(mark_window_display_accurate): Clear clip_changed in the window's buffer.

(redisplay_window): Update individual window's mode line
if %c calls for an update.
(redisplay): Set update_mode_line for selected window only,
if it needs this because of %c.

28 years ago(struct buffer): New field clip_changed.
Richard M. Stallman [Sun, 2 Jul 1995 06:07:43 +0000 (06:07 +0000)]
(struct buffer): New field clip_changed.

28 years ago(x_set_icon_type, x_set_icon_name): Don't ever remap the
Richard M. Stallman [Sun, 2 Jul 1995 02:36:32 +0000 (02:36 +0000)]
(x_set_icon_type, x_set_icon_name): Don't ever remap the
frame window; changing the icon doesn't make it disappear.

28 years ago(Vspecial_event_map): New variable.
Richard M. Stallman [Sun, 2 Jul 1995 00:08:34 +0000 (00:08 +0000)]
(Vspecial_event_map): New variable.
(syms_of_keyboard): Define Lisp var; init the map.
(read_char): Look up each event in Vspecial_event_map; if bound,
execute the binding here and read another event.
(keys_of_keyboard): Make bindings for iconify-frame,
make-frame-visible and delete-frame.

28 years ago(compute_char_face): Use Fsafe_length.
Richard M. Stallman [Sat, 1 Jul 1995 22:29:51 +0000 (22:29 +0000)]
(compute_char_face): Use Fsafe_length.

28 years ago(Fsafe_length): Declared.
Richard M. Stallman [Sat, 1 Jul 1995 22:28:16 +0000 (22:28 +0000)]
(Fsafe_length): Declared.

28 years ago(Fsafe_length): New function.
Richard M. Stallman [Sat, 1 Jul 1995 22:27:40 +0000 (22:27 +0000)]
(Fsafe_length): New function.
(syms_of_fns): defsubr it.

28 years ago(shell-quote-argument): Don't do anything, on MS-DOS.
Richard M. Stallman [Sat, 1 Jul 1995 21:48:13 +0000 (21:48 +0000)]
(shell-quote-argument): Don't do anything, on MS-DOS.

28 years agoUse sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman [Sat, 1 Jul 1995 20:03:39 +0000 (20:03 +0000)]
Use sunos4shr normally for Sunos 4.1.[3-9].
(mips-mips-riscos5*): New alternative.

(bindir, datadir, sharedstatedir, libexecdir)
(mandir, infodir, archlibdir): Initializations deleted.

On hpux9, use hpux9-x11r4.h if we have X11R4.
On hpux9shr, use hpux9shxr4.h.

Added target mips-dec-mach_bsd4.3.

28 years agoDon't use sunos4shr.h; go back to 19.28 definition.
Richard M. Stallman [Sat, 1 Jul 1995 19:49:40 +0000 (19:49 +0000)]
Don't use sunos4shr.h; go back to 19.28 definition.

28 years ago(sigsetmask): Add #undef.
Richard M. Stallman [Sat, 1 Jul 1995 19:48:43 +0000 (19:48 +0000)]
(sigsetmask): Add #undef.

28 years ago(talk-disconnect): Make it interactive.
Richard M. Stallman [Sat, 1 Jul 1995 19:40:13 +0000 (19:40 +0000)]
(talk-disconnect): Make it interactive.
(talk-add-display): Ignore dead buffers and deleted frames.

28 years ago(describe-face): New function.
Richard M. Stallman [Sat, 1 Jul 1995 19:21:49 +0000 (19:21 +0000)]
(describe-face): New function.

(make-face-x-resource-internal): Give special meanings
to font "names" `italic', `bold', and `bold-italic'.

28 years ago(LIBXMU): New definitions (two alternative ones).
Richard M. Stallman [Sat, 1 Jul 1995 05:02:09 +0000 (05:02 +0000)]
(LIBXMU): New definitions (two alternative ones).

28 years ago(sendmail-send-it): If mail-from-style is parens,
Richard M. Stallman [Sat, 1 Jul 1995 00:33:52 +0000 (00:33 +0000)]
(sendmail-send-it): If mail-from-style is parens,
don't escape all parentheses; escape only the nonmatching ones.

28 years ago(Man-underline-face): Doc fix.
Richard M. Stallman [Fri, 30 Jun 1995 23:43:45 +0000 (23:43 +0000)]
(Man-underline-face): Doc fix.

28 years agoWin95 requires carriage returns in batch files.
Geoff Voelker [Fri, 30 Jun 1995 21:18:40 +0000 (21:18 +0000)]
Win95 requires carriage returns in batch files.

28 years ago(CANNOT_DUMP): Undefined.
Geoff Voelker [Fri, 30 Jun 1995 21:15:55 +0000 (21:15 +0000)]
(CANNOT_DUMP): Undefined.

28 years ago(get_section_info): Set the end of the data region
Geoff Voelker [Fri, 30 Jun 1995 21:15:19 +0000 (21:15 +0000)]
(get_section_info): Set the end of the data region
to be just before the start of the shared library data.
(read_in_bss): Read directly into memory.
(map_in_heap): Read directly into memory if unable to map.

28 years ago(EMACS) [win95]: Removed.
Geoff Voelker [Fri, 30 Jun 1995 21:14:56 +0000 (21:14 +0000)]
(EMACS) [win95]: Removed.
(TLASTLIB): Defined.
(TEMACS): Use TLASTLIB.

28 years agoInclude config.h.
Geoff Voelker [Fri, 30 Jun 1995 21:14:06 +0000 (21:14 +0000)]
Include config.h.
(syspage_mask, real_data_region_end): Defined.
(allocate_heap) [WINDOWS95]: Reverse conditional, end search at 0xD00000.
(sbrk): Commit and uncommit memory in machine dependent
page size chunks.

28 years ago(PASSWD_FIELD_SIZE): Defined.
Geoff Voelker [Fri, 30 Jun 1995 21:12:37 +0000 (21:12 +0000)]
(PASSWD_FIELD_SIZE): Defined.
(the_passwd_name, the_passwd_passwd, the_passwd_gecos,
the_passwd_dir, the_passwd_shell, getpwuid): Use PASSWD_FIELD_SIZE.
(get_emacs_configuration): Check if processor macros are defined.

28 years ago(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)
Richard M. Stallman [Fri, 30 Jun 1995 21:04:38 +0000 (21:04 +0000)]
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)
(PTY_TTY_NAME_SPRINTF): New definitions.

28 years ago(LIBX11_SYSTEM): Add undef.
Richard M. Stallman [Fri, 30 Jun 1995 20:57:55 +0000 (20:57 +0000)]
(LIBX11_SYSTEM): Add undef.

28 years ago(define-mail-alias): Doc fix.
Richard M. Stallman [Fri, 30 Jun 1995 20:27:28 +0000 (20:27 +0000)]
(define-mail-alias): Doc fix.

28 years ago(rmail-find-all-files): Bind case-fold-search.
Richard M. Stallman [Fri, 30 Jun 1995 17:45:19 +0000 (17:45 +0000)]
(rmail-find-all-files): Bind case-fold-search.

(rmail-summary-by-sender): Autoload this.
(rmail-mode-map): Add rmail-summary-by-senders.

28 years ago(sendmail-send-it): If user-full-name contains
Richard M. Stallman [Fri, 30 Jun 1995 17:31:31 +0000 (17:31 +0000)]
(sendmail-send-it): If user-full-name contains
special characters, quote or escape them for the From: line.

28 years ago[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
Richard M. Stallman [Fri, 30 Jun 1995 10:38:19 +0000 (10:38 +0000)]
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.

28 years ago(mail-resolve-all-aliases-1):
Richard M. Stallman [Fri, 30 Jun 1995 05:54:07 +0000 (05:54 +0000)]
(mail-resolve-all-aliases-1):
Downcase address before recursive call.

28 years ago(x-colors): Doc fix.
Richard M. Stallman [Fri, 30 Jun 1995 05:12:56 +0000 (05:12 +0000)]
(x-colors): Doc fix.

28 years ago(main) [MAIL_USE_POP]: When a user specifies a
Richard M. Stallman [Fri, 30 Jun 1995 01:10:20 +0000 (01:10 +0000)]
(main) [MAIL_USE_POP]: When a user specifies a
mailbox with "po:mailbox", the mailbox is everything after the "po:" prefix.

28 years ago(ange-ftp-normal-login): if ange-ftp-smart-gateway
Richard M. Stallman [Fri, 30 Jun 1995 01:07:22 +0000 (01:07 +0000)]
(ange-ftp-normal-login): if ange-ftp-smart-gateway
is set but ange-ftp-gateway-host is nil, use user@host proxy protocol.

28 years ago(display-time-filter): Move run-hooks inside let.
Richard M. Stallman [Fri, 30 Jun 1995 00:23:08 +0000 (00:23 +0000)]
(display-time-filter): Move run-hooks inside let.

28 years ago(ielm-font-lock-keywords): New variable
Richard M. Stallman [Thu, 29 Jun 1995 23:13:19 +0000 (23:13 +0000)]
(ielm-font-lock-keywords): New variable
(inferior-emacs-lisp-mode): Use it for font-lock support