]> git.eshelyaron.com Git - emacs.git/log
emacs.git
28 years ago(sh-shell-file): On MSDOS, collapse $SHELL to lower
Richard M. Stallman [Thu, 2 Jan 1997 02:51:05 +0000 (02:51 +0000)]
(sh-shell-file): On MSDOS, collapse $SHELL to lower
case and remove the executable extension, if any.
(sh-other-keywords): Define an entry for `sh' and make `bourne'
inherit from that.

(sh-mode): Always pass nil as 3rd arg to sh-set-shell.

28 years ago(internal_self_insert): Check the property
Richard M. Stallman [Thu, 2 Jan 1997 02:30:33 +0000 (02:30 +0000)]
(internal_self_insert): Check the property
on the hook, not on the abbrev symbol.

28 years ago(dired-do-chxxx): Use -- only on GNU systems.
Richard M. Stallman [Thu, 2 Jan 1997 02:30:23 +0000 (02:30 +0000)]
(dired-do-chxxx): Use -- only on GNU systems.

28 years ago(tex-region): Correctly handle possible
Richard M. Stallman [Thu, 2 Jan 1997 01:30:36 +0000 (01:30 +0000)]
(tex-region): Correctly handle possible
overlap between first line, header, and region.
New local var ALREADY-OUTPUT makes this general.
Write tex-trailer directly as a string; get rid of temp-buffer.
Make tex-out-file include the .tex suffix.

28 years agoUse $EMACS to say where to run Emacs.
Richard M. Stallman [Thu, 2 Jan 1997 00:53:34 +0000 (00:53 +0000)]
Use $EMACS to say where to run Emacs.

Add --no-update option.

(copying src): Check thoroughly for symlinks
and copy them in all cases.  Regularize the linking of *.in
and *.opt and ChangeLog files.
(copying lib-src): Likewise.
Don't rm getdate.c or y.tab.*--they don't exist any more.

28 years ago(server-process-filter): Let-bind `pos'.
Richard M. Stallman [Thu, 2 Jan 1997 00:37:12 +0000 (00:37 +0000)]
(server-process-filter): Let-bind `pos'.

28 years ago(PATH): Add /usr/xpg4/bin,
Paul Eggert [Wed, 1 Jan 1997 05:33:42 +0000 (05:33 +0000)]
(PATH): Add /usr/xpg4/bin,
where XPG4 SCCS hangs out in Solaris 2.5.
(sid1): Don't use bare -r, since XPG4 `get' does not allow it.

28 years ago(repeat-complex-command): Bind
Richard M. Stallman [Wed, 1 Jan 1997 03:37:37 +0000 (03:37 +0000)]
(repeat-complex-command): Bind
minibuffer-history-position and minibuffer-history-sexp-flag
only for the read-from-minibuffer call.

28 years agoTotal rewrite.
Richard M. Stallman [Tue, 31 Dec 1996 22:11:05 +0000 (22:11 +0000)]
Total rewrite.

28 years agoHandle mips-unknown-linux-gnu
Ian Lance Taylor [Tue, 31 Dec 1996 20:54:33 +0000 (20:54 +0000)]
Handle mips-unknown-linux-gnu

28 years agoRecognize mips-unknown-linux-gnu
Ian Lance Taylor [Tue, 31 Dec 1996 20:51:53 +0000 (20:51 +0000)]
Recognize mips-unknown-linux-gnu

28 years agoNew version from mly.
Richard M. Stallman [Tue, 31 Dec 1996 20:47:53 +0000 (20:47 +0000)]
New version from mly.

28 years ago(BROKEN_MKTIME): New macro.
Paul Eggert [Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)]
(BROKEN_MKTIME): New macro.

28 years ago(MKTIME_OBJ):
Paul Eggert [Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)]
(MKTIME_OBJ):
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.

28 years ago(mktime):
Paul Eggert [Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)]
(mktime):
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.

28 years ago(locate-mode): Locally set dired-move-to-filename-regexp,
Richard M. Stallman [Tue, 31 Dec 1996 18:31:13 +0000 (18:31 +0000)]
(locate-mode): Locally set dired-move-to-filename-regexp,
dired-permission-flags-regexp, and dired-actual-switches.
(locate-set-indentation): Function deleted.
(locate-insert-header): Don't indent the header line.
(locate-indentation-string): Variable deleted.
(locate-do-setup): Rewrite the loop that adds indentation.

28 years ago(dired-make-relative): Ignore the third argument;
Richard M. Stallman [Tue, 31 Dec 1996 18:29:49 +0000 (18:29 +0000)]
(dired-make-relative): Ignore the third argument;
never signal an error just bbcause FILE is not in DIR's tree.

28 years agoInitial revision
Richard M. Stallman [Tue, 31 Dec 1996 04:55:55 +0000 (04:55 +0000)]
Initial revision

28 years ago(insert-directory): Use -- as arg
Richard M. Stallman [Tue, 31 Dec 1996 04:50:27 +0000 (04:50 +0000)]
(insert-directory): Use -- as arg
so that a file name or pattern is never taken as an option.

28 years ago(dired-do-chxxx): Use -- as arg
Richard M. Stallman [Tue, 31 Dec 1996 04:49:28 +0000 (04:49 +0000)]
(dired-do-chxxx): Use -- as arg
so that the file name is never taken as an option.

28 years ago(Info-find-node): Don't clear Info-index-alternatives.
Richard M. Stallman [Mon, 30 Dec 1996 20:44:24 +0000 (20:44 +0000)]
(Info-find-node): Don't clear Info-index-alternatives.
(Info-index-next): Fix error message.

28 years ago(server-start): Don't delete ~/.emacs-server.
Richard M. Stallman [Mon, 30 Dec 1996 20:40:27 +0000 (20:40 +0000)]
(server-start): Don't delete ~/.emacs-server.
Instead, delete the names emacsserver really uses
if compiled with SERVER_HOME_DIR.

28 years ago(byte-compile-file): Set default-directory in compiler input buffer.
Richard M. Stallman [Mon, 30 Dec 1996 18:52:14 +0000 (18:52 +0000)]
(byte-compile-file): Set default-directory in compiler input buffer.

28 years ago<float.h>: Include if STDC_HEADERS.
Paul Eggert [Mon, 30 Dec 1996 08:07:51 +0000 (08:07 +0000)]
<float.h>: Include if STDC_HEADERS.
(IEEE_FLOATING_POINT): New symbol.
(float_arith_driver, Fmod):
Test for division by 0 only if ! IEEE_FLOATING_POINT.

28 years ago<float.h>: Include if STDC_HEADERS.
Paul Eggert [Mon, 30 Dec 1996 08:07:51 +0000 (08:07 +0000)]
<float.h>: Include if STDC_HEADERS.
(IEEE_FLOATING_POINT): New symbol.
(Ffloor): Test for division by 0 only if ! IEEE_FLOATING_POINT.
(fmod_float): New function.

28 years ago(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
Paul Eggert [Mon, 30 Dec 1996 07:34:15 +0000 (07:34 +0000)]
(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
botches time arithmetic as used by display-time.

28 years ago(Fbyte_code): Add error check for jumping out of range.
Richard M. Stallman [Mon, 30 Dec 1996 05:59:42 +0000 (05:59 +0000)]
(Fbyte_code): Add error check for jumping out of range.

28 years ago(hppa1.1-hitachi-hiuxmpp): New configuration.
Richard M. Stallman [Mon, 30 Dec 1996 05:35:54 +0000 (05:35 +0000)]
(hppa1.1-hitachi-hiuxmpp): New configuration.

28 years ago(dired-permission-flags-regexp): New variable.
Richard M. Stallman [Mon, 30 Dec 1996 04:57:17 +0000 (04:57 +0000)]
(dired-permission-flags-regexp): New variable.
(dired-move-to-end-of-filename): Use it instead of a constant.

28 years agoInitial revision
Richard M. Stallman [Mon, 30 Dec 1996 04:22:22 +0000 (04:22 +0000)]
Initial revision

28 years agoInclude blockinput.h.
Richard M. Stallman [Mon, 30 Dec 1996 01:26:08 +0000 (01:26 +0000)]
Include blockinput.h.
(create_process): Block input around the fork.

28 years ago(process.o): Depend on blockinput.h.
Richard M. Stallman [Mon, 30 Dec 1996 01:25:10 +0000 (01:25 +0000)]
(process.o): Depend on blockinput.h.

28 years ago(iso-languages): For Catalan, delete 'C and 'c;
Richard M. Stallman [Mon, 30 Dec 1996 00:30:21 +0000 (00:30 +0000)]
(iso-languages): For Catalan, delete 'C and 'c;
delete `i, `I, `u, `U.  Add "i, "I.  Delete ~t.
For Spanish, delete ~t, 'c and 'C.

28 years ago(tex-first-line-header-regexp): New variable.
Richard M. Stallman [Sun, 29 Dec 1996 19:41:52 +0000 (19:41 +0000)]
(tex-first-line-header-regexp): New variable.
(tex-region): Sometimes include the file's first line.

28 years ago(completion-ignored-extensions):
Richard M. Stallman [Sun, 29 Dec 1996 18:59:24 +0000 (18:59 +0000)]
(completion-ignored-extensions):
Separate out the system-independent elements.
Add Texinfo index files.

28 years ago(report-emacs-bug): Use compose-mail.
Richard M. Stallman [Sun, 29 Dec 1996 18:49:11 +0000 (18:49 +0000)]
(report-emacs-bug): Use compose-mail.

28 years ago(hs-emacs-type): Doc fix.
Richard M. Stallman [Sun, 29 Dec 1996 18:08:04 +0000 (18:08 +0000)]
(hs-emacs-type): Doc fix.

28 years ago(dired-insert-directory): Don't override the user's locale.
Richard M. Stallman [Sun, 29 Dec 1996 08:14:57 +0000 (08:14 +0000)]
(dired-insert-directory): Don't override the user's locale.
(dired-standard-move-to-filename-regexp): Var deleted.

28 years ago(rmail-msg-is-pruned): New function.
Richard M. Stallman [Sat, 28 Dec 1996 20:56:53 +0000 (20:56 +0000)]
(rmail-msg-is-pruned): New function.
(rmail-toggle-header): Add an optional argument to specify explicitly
whether the header should be pruned or displayed in full.

28 years ago(help-map): Define C-h C-i to run word-help.
Richard M. Stallman [Sat, 28 Dec 1996 20:29:42 +0000 (20:29 +0000)]
(help-map): Define C-h C-i to run word-help.

28 years ago(expand-map): Don't define SPC.
Richard M. Stallman [Sat, 28 Dec 1996 20:06:56 +0000 (20:06 +0000)]
(expand-map): Don't define SPC.
(expand-template-abbreviation): Function deleted.
(expand-try-to-expand): Function deleted.
(expand-abbrev-hook): Add a no-self-insert property.
(expand-skeleton-end-hook): Use skeleton-position.
(expand-add-abbrevs): Doc fix.

28 years agoInitial revision
Richard M. Stallman [Sat, 28 Dec 1996 19:41:45 +0000 (19:41 +0000)]
Initial revision

28 years ago(skeleton-positions): Renamed from skeleton-marks.
Richard M. Stallman [Sat, 28 Dec 1996 19:33:20 +0000 (19:33 +0000)]
(skeleton-positions): Renamed from skeleton-marks.

28 years ago(skeleton-marks): New variable.
Richard M. Stallman [Sat, 28 Dec 1996 19:31:17 +0000 (19:31 +0000)]
(skeleton-marks): New variable.
(skeleton-insert, skeleton-internal-1): Set skeleton-marks.

28 years ago*** empty log message ***
Michael Kifer [Sat, 28 Dec 1996 02:53:04 +0000 (02:53 +0000)]
*** empty log message ***

28 years agoMany doc fixes.
Richard M. Stallman [Fri, 27 Dec 1996 21:12:40 +0000 (21:12 +0000)]
Many doc fixes.
(sort-regexp-fields): Don't test for buffer-substring-lessp;
always return a pair of bounds.

28 years ago(LD_SWITCH_SYSTEM): Use just -X.
Richard M. Stallman [Fri, 27 Dec 1996 04:38:50 +0000 (04:38 +0000)]
(LD_SWITCH_SYSTEM): Use just -X.
(LIB_STANDARD): Alternate definition if NS_TARGET.

28 years ago(dos_set_keyboard): Test whether KEYB.COM is installed
Richard M. Stallman [Fri, 27 Dec 1996 02:11:22 +0000 (02:11 +0000)]
(dos_set_keyboard): Test whether KEYB.COM is installed
for international keyboard support.
(dos_get_modifiers): If international keyboard support is NOT
required, make both Right and Left Alt key behave like Meta key.

28 years ago(ispell-message-text-end): Handle `- ' before
Richard M. Stallman [Fri, 27 Dec 1996 02:06:41 +0000 (02:06 +0000)]
(ispell-message-text-end): Handle `- ' before
the "cut here" or "start of..." line.  Handle `Forward message'
without `Start of'.

28 years ago(mail-yank-clear-headers): Handle case of end < start.
Richard M. Stallman [Fri, 27 Dec 1996 02:02:21 +0000 (02:02 +0000)]
(mail-yank-clear-headers): Handle case of end < start.
(mail-indent-citation): Handle case of end < start.
(mail-yank-region): New command (on C-c C-r).

28 years ago(mail-indentation-spaces): Doc fix.
Richard M. Stallman [Fri, 27 Dec 1996 01:33:53 +0000 (01:33 +0000)]
(mail-indentation-spaces): Doc fix.

28 years ago(menu-bar-tools-menu): Add a "send mail" entry.
Richard M. Stallman [Fri, 27 Dec 1996 00:48:30 +0000 (00:48 +0000)]
(menu-bar-tools-menu): Add a "send mail" entry.

28 years ago(perform-replace): Request integers from match-data,
Richard M. Stallman [Fri, 27 Dec 1996 00:44:57 +0000 (00:44 +0000)]
(perform-replace): Request integers from match-data,
instead of asking for markers and converting them.

28 years ago(forward-paragraph, backward-paragraph): Doc fixes.
Richard M. Stallman [Thu, 26 Dec 1996 22:43:17 +0000 (22:43 +0000)]
(forward-paragraph, backward-paragraph): Doc fixes.

28 years ago(Fdefalias): Change argument name and doc string.
Richard M. Stallman [Thu, 26 Dec 1996 22:41:42 +0000 (22:41 +0000)]
(Fdefalias): Change argument name and doc string.

28 years agoChange arg name for fset.
Richard M. Stallman [Thu, 26 Dec 1996 22:40:52 +0000 (22:40 +0000)]
Change arg name for fset.

28 years ago(Ffset): Change argument name and doc string.
Richard M. Stallman [Thu, 26 Dec 1996 22:40:23 +0000 (22:40 +0000)]
(Ffset): Change argument name and doc string.

28 years ago(x_iconify_frame): Clear visible when we set iconified.
Richard M. Stallman [Thu, 26 Dec 1996 21:07:30 +0000 (21:07 +0000)]
(x_iconify_frame): Clear visible when we set iconified.

28 years ago(single_keymap_panes): New arg DEPTH.
Richard M. Stallman [Thu, 26 Dec 1996 21:06:19 +0000 (21:06 +0000)]
(single_keymap_panes): New arg DEPTH.
Cut off recursion at that depth.  Callers changed.

28 years ago(window_scroll): Preserve vpos of point
Richard M. Stallman [Thu, 26 Dec 1996 21:01:10 +0000 (21:01 +0000)]
(window_scroll): Preserve vpos of point
if we cannot preserve the actual position of it.
Make it static.  New arg WHOLE; callers changed.

28 years ago(read_char_x_menu_prompt): Unread and record all the input events from here.
Richard M. Stallman [Thu, 26 Dec 1996 21:00:03 +0000 (21:00 +0000)]
(read_char_x_menu_prompt): Unread and record all the input events from here.
(record_menu_key): New subroutine.

28 years ago(standard_args): Add -find-file and -visit.
Richard M. Stallman [Thu, 26 Dec 1996 20:55:04 +0000 (20:55 +0000)]
(standard_args): Add -find-file and -visit.

28 years ago(internal_self_insert): If the abbrev has no expansion,
Richard M. Stallman [Thu, 26 Dec 1996 20:54:22 +0000 (20:54 +0000)]
(internal_self_insert): If the abbrev has no expansion,
just a hook, inhibit the insertion of the character.

28 years ago(Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.
Richard M. Stallman [Thu, 26 Dec 1996 20:53:54 +0000 (20:53 +0000)]
(Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.

28 years ago(mouse-start-end): Put values in proper order,
Richard M. Stallman [Thu, 26 Dec 1996 20:48:46 +0000 (20:48 +0000)]
(mouse-start-end): Put values in proper order,
in the doublequote case.

28 years ago(command-line-1): Handle --visit and --find.
Richard M. Stallman [Thu, 26 Dec 1996 20:47:49 +0000 (20:47 +0000)]
(command-line-1): Handle --visit and --find.
Handle -- as an option; treat what follows as a file name.

28 years ago(edebug-read-symbol, edebug-read-string): Don't back up after reading.
Richard M. Stallman [Thu, 26 Dec 1996 20:46:51 +0000 (20:46 +0000)]
(edebug-read-symbol, edebug-read-string): Don't back up after reading.
(edebug-read-sexp): Likewise.

28 years ago(vc-next-action-on-file, vc-update-change-log,
André Spiegel [Thu, 26 Dec 1996 12:07:05 +0000 (12:07 +0000)]
(vc-next-action-on-file, vc-update-change-log,
vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name'
instead of `user-login-name'.
(vc-update-change-log): If `user-full-name' is nil, try
`user-login-name'.  Failing that, use uid as a string.
(vc-make-buffer-writable-hook): Removed (was unused).

28 years ago(vc-user-login-name): New function.
André Spiegel [Thu, 26 Dec 1996 12:06:13 +0000 (12:06 +0000)]
(vc-user-login-name): New function.
(vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner,
vc-fetch-properties, vc-after-save, vc-mode-line, vc-status):  Use
`vc-user-login-name' instead of `user-login-name'.

28 years agoComment change.
Richard M. Stallman [Thu, 26 Dec 1996 06:10:32 +0000 (06:10 +0000)]
Comment change.

28 years ago(set_point): Use virtual bounds, not real bounds,
Richard M. Stallman [Fri, 20 Dec 1996 18:15:52 +0000 (18:15 +0000)]
(set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.

28 years ago(FRONT_NONSTICKY_P): New macro.
Richard M. Stallman [Fri, 20 Dec 1996 18:15:32 +0000 (18:15 +0000)]
(FRONT_NONSTICKY_P): New macro.

28 years ago(try_window): Add error check for POS.
Richard M. Stallman [Fri, 20 Dec 1996 18:14:47 +0000 (18:14 +0000)]
(try_window): Add error check for POS.

(prepare_menu_bars, update_menu_bar):
Call Fmatch_data with new explicit arguments.

28 years ago(isearch-edit-string): When we try the search
Richard M. Stallman [Fri, 20 Dec 1996 05:58:41 +0000 (05:58 +0000)]
(isearch-edit-string): When we try the search
at the end, do that outside of the let which binds all the
search state.

28 years agoMinor cleanups for overfull hboxes.
Richard M. Stallman [Fri, 20 Dec 1996 00:09:23 +0000 (00:09 +0000)]
Minor cleanups for overfull hboxes.

28 years agoUpdate edition number.
Richard M. Stallman [Fri, 20 Dec 1996 00:01:41 +0000 (00:01 +0000)]
Update edition number.

28 years ago(modify_event_symbol):
Richard M. Stallman [Thu, 19 Dec 1996 23:57:33 +0000 (23:57 +0000)]
(modify_event_symbol):
Don't index thru name_table if it is null.

28 years ago(streq, strneq): Use == NULL rather than !.
Richard M. Stallman [Thu, 19 Dec 1996 22:02:55 +0000 (22:02 +0000)]
(streq, strneq): Use == NULL rather than !.

28 years ago(x_set_title): Check data type of NAME.
Richard M. Stallman [Thu, 19 Dec 1996 17:05:37 +0000 (17:05 +0000)]
(x_set_title): Check data type of NAME.

28 years ago(Fmatch_data): Doc fix.
Richard M. Stallman [Thu, 19 Dec 1996 08:11:56 +0000 (08:11 +0000)]
(Fmatch_data): Doc fix.

28 years agoMajor cleanup of unclear or overly picturesque language.
Richard M. Stallman [Thu, 19 Dec 1996 07:57:09 +0000 (07:57 +0000)]
Major cleanup of unclear or overly picturesque language.

28 years ago(set_frame_menubar): Call Fmatch_data with new explicit arguments.
Richard M. Stallman [Thu, 19 Dec 1996 06:42:08 +0000 (06:42 +0000)]
(set_frame_menubar): Call Fmatch_data with new explicit arguments.

28 years ago(read_process_output, exec_sentinel):
Richard M. Stallman [Thu, 19 Dec 1996 06:41:48 +0000 (06:41 +0000)]
(read_process_output, exec_sentinel):
Call Fmatch_data with new explicit arguments.

28 years ago(mail-extract-address-components): Clear text props
Richard M. Stallman [Thu, 19 Dec 1996 02:48:49 +0000 (02:48 +0000)]
(mail-extract-address-components): Clear text props
after inserting ADDRESS.

28 years ago(calendar-time-zone-daylight-rules): Add support
Paul Eggert [Thu, 19 Dec 1996 01:17:26 +0000 (01:17 +0000)]
(calendar-time-zone-daylight-rules): Add support
for daylight saving rules in Iran.
(require 'cal-persia) now needed.

28 years ago(perform-replace): Undo previous change.
Richard M. Stallman [Wed, 18 Dec 1996 23:36:24 +0000 (23:36 +0000)]
(perform-replace): Undo previous change.
Instead, use the new match-data features to avoid consing.

28 years ago(Fmatch_data): New args INTEGERS and REUSE.
Richard M. Stallman [Wed, 18 Dec 1996 23:35:48 +0000 (23:35 +0000)]
(Fmatch_data): New args INTEGERS and REUSE.

28 years ago(sendmail-user-agent): Avoid error for CONTINUE non-nil.
Richard M. Stallman [Wed, 18 Dec 1996 23:27:56 +0000 (23:27 +0000)]
(sendmail-user-agent): Avoid error for CONTINUE non-nil.

28 years ago(LIBMAIL): New macro. Conditionally includes -lmail.
Richard M. Stallman [Wed, 18 Dec 1996 18:15:30 +0000 (18:15 +0000)]
(LIBMAIL): New macro.  Conditionally includes -lmail.
(movemail): Use LIBMAIL, to link against -lmail.

28 years ago(HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.
Richard M. Stallman [Wed, 18 Dec 1996 18:12:37 +0000 (18:12 +0000)]
(HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.

28 years agoCheck for libmail, maillock.h and touchlock (for movemail).
Richard M. Stallman [Wed, 18 Dec 1996 18:11:20 +0000 (18:11 +0000)]
Check for libmail, maillock.h and touchlock (for movemail).

28 years ago(iso-languages): Add "german" entry.
Richard M. Stallman [Wed, 18 Dec 1996 16:41:59 +0000 (16:41 +0000)]
(iso-languages): Add "german" entry.

28 years ago(send_process) [EMACS_HAS_USECS]:
Richard M. Stallman [Wed, 18 Dec 1996 16:37:52 +0000 (16:37 +0000)]
(send_process) [EMACS_HAS_USECS]:
When we wait for the buffer to clear, wait just .02 second.

28 years ago(compose-mail): Doc fix.
Richard M. Stallman [Wed, 18 Dec 1996 16:32:43 +0000 (16:32 +0000)]
(compose-mail): Doc fix.

28 years ago(set_point): Use virtual bounds, not real bounds,
Richard M. Stallman [Wed, 18 Dec 1996 06:30:59 +0000 (06:30 +0000)]
(set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.

28 years ago(display-time-event-handler): Use let*.
Richard M. Stallman [Wed, 18 Dec 1996 02:46:34 +0000 (02:46 +0000)]
(display-time-event-handler): Use let*.

28 years ago(time-stamp-mail-host-name): Get rid of time-stamp-mail-host.
Richard M. Stallman [Wed, 18 Dec 1996 02:45:09 +0000 (02:45 +0000)]
(time-stamp-mail-host-name): Get rid of time-stamp-mail-host.

28 years ago(perform-replace): Delete the code that checked
Richard M. Stallman [Wed, 18 Dec 1996 02:22:34 +0000 (02:22 +0000)]
(perform-replace): Delete the code that checked
whether the regexp could match again right after this match.
It made the loop too slow.

28 years ago(news-mail-reply, news-reply): Include the message
Richard M. Stallman [Tue, 17 Dec 1996 20:53:28 +0000 (20:53 +0000)]
(news-mail-reply, news-reply): Include the message
ID in the In-reply-to line.

28 years ago(isearch-ring-adjust): Don't pop the state at the start.
Richard M. Stallman [Tue, 17 Dec 1996 20:24:43 +0000 (20:24 +0000)]
(isearch-ring-adjust): Don't pop the state at the start.
Push the state at the end, not in the middle.