]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 16 Dec 1996 00:56:13 +0000 (00:56 +0000)]
(format-alist): Change defconst to defvar.
Richard M. Stallman [Mon, 16 Dec 1996 00:52:56 +0000 (00:52 +0000)]
Change most defconsts to defvars.
Richard M. Stallman [Sun, 15 Dec 1996 20:52:40 +0000 (20:52 +0000)]
(find-file-revert-without-query): New variable.
(find-file-noselect): Revert certain files without query
if the file has changed and the buffer has not.
Richard M. Stallman [Sun, 15 Dec 1996 20:14:13 +0000 (20:14 +0000)]
(Fuser_full_name): Return nil if the specified user doesn't exist.
(init_editfns): Set Vuser_full_name to "unknown" if the user name
can't be resolved.
Richard M. Stallman [Sun, 15 Dec 1996 18:48:23 +0000 (18:48 +0000)]
(x_set_scroll_bar_width): Reject a width that's too small.
Richard M. Stallman [Sun, 15 Dec 1996 07:30:24 +0000 (07:30 +0000)]
(cpp-edit-load): Don't load anything if init-file-user is nil.
(cpp-edit-save): Doc fix.
Richard M. Stallman [Sun, 15 Dec 1996 04:58:53 +0000 (04:58 +0000)]
(set_point): Check for intangible properties on overlays.
Richard M. Stallman [Sun, 15 Dec 1996 04:57:31 +0000 (04:57 +0000)]
(Fnext_char_property_change): New function.
(Fprevious_char_property_change): New function.
(syms_of_textprop): defsubr them.
Richard M. Stallman [Sat, 14 Dec 1996 22:24:35 +0000 (22:24 +0000)]
(outline-discard-overlays):
Use overlays-in, to ensure we get rid of empty overlays.
Richard M. Stallman [Sat, 14 Dec 1996 22:23:58 +0000 (22:23 +0000)]
(menu-bar-tools-menu): Add items
Debugger, Compile and Search Files.
Richard M. Stallman [Sat, 14 Dec 1996 02:11:32 +0000 (02:11 +0000)]
(rmail-summary-beginning-of-message):
Obey rmail-summary-size, and make sure summary is on top
if we split a single large window.
(rmail-summary-scroll-msg-down): If message is
not visible at all, use rmail-summary-beginning-of-message.
(rmail-summary-scroll-msg-up): Likewise.
Richard M. Stallman [Fri, 13 Dec 1996 20:50:55 +0000 (20:50 +0000)]
(disabled-command-hook): Correctly keep the first
paragraph of the command's documentation.
Richard M. Stallman [Fri, 13 Dec 1996 01:49:23 +0000 (01:49 +0000)]
(time-stamp-am-pm): Variable deleted.
(time-stamp-weekday-full-names): Likewise.
(time-stamp-weekday-numbers): Likewise.
(time-stamp-old-format-warn): Doc fix.
(time-stamp-strftime): Function deleted.
(time-stamp-string): Use format-time-string.
(time-stamp-format): Change default value
to work with format-time-string.
Richard M. Stallman [Fri, 13 Dec 1996 01:31:43 +0000 (01:31 +0000)]
(display-time-event-handler): If Don't run the timer
for successive times that are already in the past.
Richard M. Stallman [Thu, 12 Dec 1996 23:00:31 +0000 (23:00 +0000)]
(Info-mode): Default for `tab-width'.
Richard M. Stallman [Thu, 12 Dec 1996 05:36:22 +0000 (05:36 +0000)]
Explain how disabled commands' doc strings are displayed.
Richard M. Stallman [Wed, 11 Dec 1996 21:06:53 +0000 (21:06 +0000)]
Fix previous change.
Richard M. Stallman [Wed, 11 Dec 1996 21:06:18 +0000 (21:06 +0000)]
(browse-url-url-at-point): Use thing-at-point.
(browse-url-looking-at): Function deleted.
Richard M. Stallman [Wed, 11 Dec 1996 20:59:18 +0000 (20:59 +0000)]
(bounds-of-thing-at-point): Allow the end
to be at the same place as ORIG.
Try harder to find a thing that ends at ORIG.
(url): Move forward over colons.
Move back over colons at the end.
(thing-at-point-file-name-chars): Include @.
Richard M. Stallman [Wed, 11 Dec 1996 20:25:24 +0000 (20:25 +0000)]
Don't load .custom if -q was used.
Karl Heuer [Wed, 11 Dec 1996 01:29:00 +0000 (01:29 +0000)]
(byte-compile-insert-header): Fix previous change.
Richard M. Stallman [Wed, 11 Dec 1996 01:07:41 +0000 (01:07 +0000)]
(syms_of_buffer): Doc fix (transient-mark-mode).
Richard M. Stallman [Wed, 11 Dec 1996 00:57:00 +0000 (00:57 +0000)]
call-process does not create a buffer.
David J. MacKenzie [Wed, 11 Dec 1996 00:37:52 +0000 (00:37 +0000)]
* config.guess: Recognize machten.
From Eric W. Bates <ericx@vineyard.net>.
Richard M. Stallman [Wed, 11 Dec 1996 00:29:18 +0000 (00:29 +0000)]
(Fwrite_region): Be careful not to destroy contents of
existing file when appending.
Richard M. Stallman [Tue, 10 Dec 1996 23:29:51 +0000 (23:29 +0000)]
(goto-address-fontify): Use overlay, not text props.
Richard M. Stallman [Tue, 10 Dec 1996 23:29:00 +0000 (23:29 +0000)]
(message2_nolog): Handle minibuffer_auto_raise.
Richard M. Stallman [Tue, 10 Dec 1996 23:27:58 +0000 (23:27 +0000)]
(Fcall_process_region): Define missing local `count'.
Richard M. Stallman [Tue, 10 Dec 1996 23:26:48 +0000 (23:26 +0000)]
(window_scroll): Don't set w->start or w->force_start if signaling an error.
Richard M. Stallman [Tue, 10 Dec 1996 23:25:45 +0000 (23:25 +0000)]
(Fend_of_line, Fbeginning_of_line):
Use Fline_beginning_position, Fline_end_position.
Richard M. Stallman [Tue, 10 Dec 1996 23:25:14 +0000 (23:25 +0000)]
(Vmenu_updating_frame): New variable.
(syms_of_xmenu): Set up Lisp var.
(Fx_popup_menu, set_frame_menubar): Initialize it.
Richard M. Stallman [Tue, 10 Dec 1996 07:26:02 +0000 (07:26 +0000)]
(sort-columns): Don't use `sort' utility if the text has text properties.
Richard M. Stallman [Tue, 10 Dec 1996 07:24:21 +0000 (07:24 +0000)]
(timer-next-integral-multiple-of-time): Doc fix.
Richard M. Stallman [Tue, 10 Dec 1996 07:19:54 +0000 (07:19 +0000)]
(thing-at-point-url-chars): Allow comma, = and &.
(url): Move back over commas at the end.
Geoff Voelker [Mon, 9 Dec 1996 23:38:03 +0000 (23:38 +0000)]
(normal-top-level, command-line, command-line-1):
User w32 instead of ms-windows for window-system symbol.
Richard M. Stallman [Mon, 9 Dec 1996 06:38:01 +0000 (06:38 +0000)]
(Fread_file_name_internal): Verify STRING is a string.
(Fread_file_name): Don't insert DIR or INITIAL if it isn't a string.
Richard M. Stallman [Mon, 9 Dec 1996 06:37:30 +0000 (06:37 +0000)]
(gnus-button-alist): Allow whitespace in `<URL:...'
markup (rfc1738), done last, after possible partial matches.
(gnus-button-url): Zap any whitespace from a <URL:...> match.
Erik Naggum [Mon, 9 Dec 1996 04:21:11 +0000 (04:21 +0000)]
(disabled-command-hook): Use `defvar' and add documentation string.
(disabled-command-hook): New option ! turns off disabled commands.
Richard M. Stallman [Mon, 9 Dec 1996 02:41:44 +0000 (02:41 +0000)]
(Fuser_full_name): Use build_string instead of make_string.
Richard M. Stallman [Mon, 9 Dec 1996 02:29:24 +0000 (02:29 +0000)]
(rs6000-ibm-aix4.2): New alternative.
(rs6000-ibm-aix4.0): New alternative.
(rs6000-ibm-aix4*): Assume aix 4.1 by default.
Richard M. Stallman [Mon, 9 Dec 1996 00:51:15 +0000 (00:51 +0000)]
(Fend_of_line, Fbeginning_of_line): Declared.
Richard M. Stallman [Sun, 8 Dec 1996 22:00:45 +0000 (22:00 +0000)]
(gnus-read-init-file): Don't load anything if init-file-user is nil.
Richard M. Stallman [Sun, 8 Dec 1996 21:36:42 +0000 (21:36 +0000)]
(status_notify): Test p->infd > 0
before each call to read_process_output.
(read_process_output): Handle match data properly in recursive calls.
(exec_sentinel): Likewise.
Richard M. Stallman [Sun, 8 Dec 1996 08:24:03 +0000 (08:24 +0000)]
(iconify-or-deiconify-frame): Define to be a
no-op, so commands that call it (like viper.el) work.
Richard M. Stallman [Sun, 8 Dec 1996 08:22:59 +0000 (08:22 +0000)]
(texinfo-font-lock-keywords): Add `url', `email'.
Richard M. Stallman [Sun, 8 Dec 1996 08:20:50 +0000 (08:20 +0000)]
(Fuser_full_name): Accept a string (the login name) as
a parameter. Do ampersand expansion, if required.
(init_editfns): Use it.
Richard M. Stallman [Sun, 8 Dec 1996 08:20:17 +0000 (08:20 +0000)]
(syms_of_minibuf): Doc fix.
Richard M. Stallman [Sun, 8 Dec 1996 08:18:52 +0000 (08:18 +0000)]
(Fline_beginning_position, Fline_end_position): New fns.
(Fuser_full_name): Accept an optional UID and return
the full name of that user instead.
Richard M. Stallman [Sun, 8 Dec 1996 07:37:55 +0000 (07:37 +0000)]
(Info-get-token): Find tokens where START matches
Richard Kenner [Sat, 7 Dec 1996 22:47:59 +0000 (22:47 +0000)]
(PENTIUM:CPunix:4.0*:*): New case.
Richard M. Stallman [Sat, 7 Dec 1996 22:19:50 +0000 (22:19 +0000)]
(mouse-drag-mode-line): Don't get error
about sole window, if we don't actually try to change the size.
Richard M. Stallman [Sat, 7 Dec 1996 22:17:50 +0000 (22:17 +0000)]
(isearch-no-upper-case-p): Use downcase
so that we handle arbitrary kinds of casification.
Richard M. Stallman [Sat, 7 Dec 1996 22:16:27 +0000 (22:16 +0000)]
(mail-reply-action): Renamed from mail-reply-buffer.
(mail-yank-original): Handle either an action or a buffer
in mail-reply-action.
(mail): Doc fix.
(mail-mode-fill-paragraph): New function.
(mail-mode): Set fill-paragraph-function.
Richard M. Stallman [Sat, 7 Dec 1996 22:13:48 +0000 (22:13 +0000)]
(rmail-start-mail): Rewrite to use compose-mail.
Two new arguments.
(rmail-forward): Always call rmail-start-mail, never `mail'.
Richard M. Stallman [Sat, 7 Dec 1996 21:30:17 +0000 (21:30 +0000)]
(compose-mail): Handle several more args:
other-headers continue switch-function yank-action send-action.
(sendmail-user-agent): Rewrite to handle new args.
(assoc-ignore-case): New function.
(define-mail-user-agent): Doc fix.
Richard M. Stallman [Sat, 7 Dec 1996 21:23:37 +0000 (21:23 +0000)]
(perform-replace): Obey minibuffer-auto-raise.
Richard M. Stallman [Sat, 7 Dec 1996 21:22:27 +0000 (21:22 +0000)]
(jka-compr-temp-name-template): Initialize using TMPDIR.
Richard M. Stallman [Sat, 7 Dec 1996 21:20:10 +0000 (21:20 +0000)]
(thing-at-point-url-chars): Allow period.
(url): Move back over periods at the end.
Downcase arguments as Lisp symbols.
Fix many doc strings.
(thing-at-point-file-name-chars): Renamed from file-name-chars.
Allow a colon.
(thing-at-point-url-chars): New variable.
(url): Define new kind of "thing".
Richard M. Stallman [Sat, 7 Dec 1996 21:12:17 +0000 (21:12 +0000)]
(MAYBE_GC): New macro.
(Fbyte_code): Use MAYBE_GC in every goto opcode.
Richard M. Stallman [Sat, 7 Dec 1996 21:10:03 +0000 (21:10 +0000)]
(Vtemp_file_name_pattern): New variable.
Richard M. Stallman [Sat, 7 Dec 1996 20:51:34 +0000 (20:51 +0000)]
Recognize vax-*-netbsd*.
Richard M. Stallman [Sat, 7 Dec 1996 20:38:40 +0000 (20:38 +0000)]
(etags-file-of-tag): Expand the file name
using the truename of default-directory.
Richard M. Stallman [Sat, 7 Dec 1996 20:36:21 +0000 (20:36 +0000)]
(sendmail-user-agent): Support 2 optional args.
(define-mail-user-agent): Doc fix.
Richard M. Stallman [Sat, 7 Dec 1996 20:34:15 +0000 (20:34 +0000)]
(byte-compile-insert-header): If emacs-version
ends with a letter, don't check the version number.
Richard M. Stallman [Sat, 7 Dec 1996 20:33:22 +0000 (20:33 +0000)]
(pascal-mode): Make comment-indent-function buffer local.
Richard M. Stallman [Sat, 7 Dec 1996 20:32:35 +0000 (20:32 +0000)]
(mouse-major-mode-menu): Propagate prefix arg
to the command that is run.
Richard M. Stallman [Sat, 7 Dec 1996 20:31:38 +0000 (20:31 +0000)]
(isearch-mode): Maybe make minibuffer frame visible and/or raise it.
Richard M. Stallman [Sat, 7 Dec 1996 20:30:18 +0000 (20:30 +0000)]
In enable predicates in Files menu, use menu-updating-frame.
Richard M. Stallman [Sat, 7 Dec 1996 20:26:25 +0000 (20:26 +0000)]
Fixed syntax table for quotes since they messed up
highlighting in comments and other constructions.
Richard M. Stallman [Sat, 7 Dec 1996 20:15:18 +0000 (20:15 +0000)]
(dired-omit-size-limit): New variable.
(dired-omit-toggle, dired-omit-expunge): Respect it.
Richard M. Stallman [Sat, 7 Dec 1996 19:22:49 +0000 (19:22 +0000)]
Get rid of RCS id.
Richard M. Stallman [Sat, 7 Dec 1996 17:59:33 +0000 (17:59 +0000)]
Delete `units' task--it is done.
Karl Heuer [Fri, 6 Dec 1996 23:29:47 +0000 (23:29 +0000)]
(backup-buffer): Doc fix.
Karl Heuer [Fri, 6 Dec 1996 23:21:53 +0000 (23:21 +0000)]
(IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor
is in echo area.
Karl Heuer [Fri, 6 Dec 1996 23:20:14 +0000 (23:20 +0000)]
(imenu): Support integers used as positions.
Karl Heuer [Fri, 6 Dec 1996 23:18:25 +0000 (23:18 +0000)]
(ange-ftp-normal-login): If using a smart gateway,
but ange-ftp-gateway-host is nil, generate the login name
in the usual simple way.
Karl Heuer [Thu, 5 Dec 1996 20:08:59 +0000 (20:08 +0000)]
(syms_of_keyboard): Doc fix.
Karl Heuer [Thu, 5 Dec 1996 19:53:00 +0000 (19:53 +0000)]
(Info-follow-reference): Add each cross-reference to
completions list just once, case-insensitively.
Karl Heuer [Thu, 5 Dec 1996 19:52:46 +0000 (19:52 +0000)]
(PC-do-completion): Remove text properties from
completions; also use string-equal instead of equal.
Francesco Potortì [Wed, 4 Dec 1996 10:57:01 +0000 (10:57 +0000)]
* etags.c (C_entries): Test tok.valid. This handles some
particular cases involving function declarations that failed.
* etags.c (pfnote, fatal, error): Callers using a NULL pointer
must cast it to (char *) because we have no prototypes.
(make_C_tag): Macro deleted, new function.
(C_entries): Calls to make_C_tag macro changed to call function.
Thomas Bushnell, BSG [Thu, 21 Nov 1996 22:20:09 +0000 (22:20 +0000)]
Revert last change.
Thomas Bushnell, BSG [Thu, 21 Nov 1996 21:51:00 +0000 (21:51 +0000)]
* config.sub: Recognize gnu-gnu* along with linux-gnu* as a valid
kernel-os combination. Remove `-gnu*' from the portable systems
list. Add `-gnu-gnu*'. Add new rule for `-gnu*' to turn it into
two part name.
Thomas Bushnell, BSG [Thu, 21 Nov 1996 21:43:48 +0000 (21:43 +0000)]
Thu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* config.guess [UNAME_SYSTEM == GNU]: Use a four-part
configuration name for gnu so it can be distinguished from
foo-foo-linux-gnu with simple globbing patterns.
Charles Hannum [Thu, 21 Nov 1996 20:47:59 +0000 (20:47 +0000)]
gethostbyname() may return a pointer to static data, which is
overwritten deep inside krb_realmofhost(). Copy the host name to
avoid conflicts.
Geoff Voelker [Thu, 21 Nov 1996 07:48:37 +0000 (07:48 +0000)]
(w32_wnd_proc): Use dummy message to wake up thread on quit_char.
David J. MacKenzie [Wed, 20 Nov 1996 21:28:32 +0000 (21:28 +0000)]
cleanups
David J. MacKenzie [Tue, 19 Nov 1996 18:40:34 +0000 (18:40 +0000)]
If no sys/param.h, default to 8k.
David J. MacKenzie [Tue, 19 Nov 1996 18:34:08 +0000 (18:34 +0000)]
Indent for readability.
Karl Heuer [Tue, 19 Nov 1996 07:42:09 +0000 (07:42 +0000)]
[__DJGPP__ >= 2] (dos_direct_output): Faster method of
writing characters to the screen.
(SCREEN_SET_CURSOR): Remove.
(IT_display_cursor): New function, to turn the cursor on and off.
(IT_cmgoto): New function, sets the cursor to its final position
whenever frame update is complete.
(internal_terminal_init): Set IT_cmgoto as the hook to be called
when frame is up to date.
(dos_rawgetc): Call IT_cmgoto instead of the SCREEN_SET_CURSOR
macro (which is gone now).
(XMenuActivate): Turn off the cursor while the menu is displayed,
to prevent it from showing through the menu panes.
Karl Heuer [Tue, 19 Nov 1996 07:38:29 +0000 (07:38 +0000)]
(resize-minibuffer-frame): Don't assume minibuffer frame is selected.
Geoff Voelker [Tue, 19 Nov 1996 07:19:39 +0000 (07:19 +0000)]
(x-defined-colors): Use color names from w32-color-map.
Geoff Voelker [Tue, 19 Nov 1996 07:15:13 +0000 (07:15 +0000)]
Use new name ms-w32.h for windowsnt.h
Geoff Voelker [Tue, 19 Nov 1996 07:14:26 +0000 (07:14 +0000)]
Use new name w32.h for nt.h
Geoff Voelker [Tue, 19 Nov 1996 07:04:49 +0000 (07:04 +0000)]
Use new names for w32 files
Geoff Voelker [Tue, 19 Nov 1996 07:04:01 +0000 (07:04 +0000)]
Use new file name w32-fns.el
Geoff Voelker [Tue, 19 Nov 1996 07:02:50 +0000 (07:02 +0000)]
Use new file name dos-w32.el
Geoff Voelker [Tue, 19 Nov 1996 06:59:17 +0000 (06:59 +0000)]
Use w32 instead of ms-windows for window-system symbol
Geoff Voelker [Tue, 19 Nov 1996 06:49:05 +0000 (06:49 +0000)]
(init_display) [HAVE_NTGUI]: Use w32 for window-system.
Geoff Voelker [Tue, 19 Nov 1996 04:59:23 +0000 (04:59 +0000)]
Change identifiers of the form win32* to w32*.
Geoff Voelker [Tue, 19 Nov 1996 04:46:30 +0000 (04:46 +0000)]
(special-display-p, same-window-p): Add missing
newlines and backslashes in help strings.