summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * config.guess: Recognize machten.libc-961231libc-961230libc-961229libc-961228libc-961227libc-961226libc-961225libc-961224libc-961223libc-961222libc-961221libc-961220libc-961219libc-961218libc-961217libc-961216libc-961215libc-961214libc-961213libc-961212libc-961211David J. MacKenzie1996-12-111-0/+3
| | | | From Eric W. Bates <ericx@vineyard.net>.
* (Fwrite_region): Be careful not to destroy contents ofRichard M. Stallman1996-12-111-1/+1
| | | | existing file when appending.
* (goto-address-fontify): Use overlay, not text props.Richard M. Stallman1996-12-101-12/+16
|
* (message2_nolog): Handle minibuffer_auto_raise.Richard M. Stallman1996-12-101-0/+5
|
* (Fcall_process_region): Define missing local `count'.Richard M. Stallman1996-12-101-0/+1
|
* (window_scroll): Don't set w->start or w->force_start if signaling an error.Richard M. Stallman1996-12-101-7/+8
|
* (Fend_of_line, Fbeginning_of_line):Richard M. Stallman1996-12-101-2/+2
| | | | Use Fline_beginning_position, Fline_end_position.
* (Vmenu_updating_frame): New variable.Richard M. Stallman1996-12-101-0/+12
| | | | | (syms_of_xmenu): Set up Lisp var. (Fx_popup_menu, set_frame_menubar): Initialize it.
* (sort-columns): Don't use `sort' utility if the text has text properties.Richard M. Stallman1996-12-101-1/+5
|
* (timer-next-integral-multiple-of-time): Doc fix.Richard M. Stallman1996-12-101-2/+3
|
* (thing-at-point-url-chars): Allow comma, = and &.Richard M. Stallman1996-12-101-2/+2
| | | | (url): Move back over commas at the end.
* (normal-top-level, command-line, command-line-1):Geoff Voelker1996-12-091-3/+3
| | | | User w32 instead of ms-windows for window-system symbol.
* (Fread_file_name_internal): Verify STRING is a string.Richard M. Stallman1996-12-091-2/+4
| | | | (Fread_file_name): Don't insert DIR or INITIAL if it isn't a string.
* (gnus-button-alist): Allow whitespace in `<URL:...'Richard M. Stallman1996-12-091-4/+12
| | | | | markup (rfc1738), done last, after possible partial matches. (gnus-button-url): Zap any whitespace from a <URL:...> match.
* (disabled-command-hook): Use `defvar' and add documentation string.Erik Naggum1996-12-091-6/+10
| | | | (disabled-command-hook): New option ! turns off disabled commands.
* (Fuser_full_name): Use build_string instead of make_string.Richard M. Stallman1996-12-091-2/+2
|
* (rs6000-ibm-aix4.2): New alternative.Richard M. Stallman1996-12-091-1/+7
| | | | | (rs6000-ibm-aix4.0): New alternative. (rs6000-ibm-aix4*): Assume aix 4.1 by default.
* (Fend_of_line, Fbeginning_of_line): Declared.Richard M. Stallman1996-12-091-0/+1
|
* (gnus-read-init-file): Don't load anything if init-file-user is nil.Richard M. Stallman1996-12-081-0/+2
|
* (status_notify): Test p->infd > 0Richard M. Stallman1996-12-081-5/+43
| | | | | | before each call to read_process_output. (read_process_output): Handle match data properly in recursive calls. (exec_sentinel): Likewise.
* (iconify-or-deiconify-frame): Define to be aRichard M. Stallman1996-12-081-0/+3
| | | | no-op, so commands that call it (like viper.el) work.
* (texinfo-font-lock-keywords): Add `url', `email'.Richard M. Stallman1996-12-081-1/+1
|
* (Fuser_full_name): Accept a string (the login name) asRichard M. Stallman1996-12-081-29/+44
| | | | | a parameter. Do ampersand expansion, if required. (init_editfns): Use it.
* (syms_of_minibuf): Doc fix.Richard M. Stallman1996-12-081-1/+2
|
* (Fline_beginning_position, Fline_end_position): New fns.Richard M. Stallman1996-12-081-4/+59
| | | | | (Fuser_full_name): Accept an optional UID and return the full name of that user instead.
* (Info-get-token): Find tokens where START matchesRichard M. Stallman1996-12-081-1/+10
|
* (PENTIUM:CPunix:4.0*:*): New case.libc-961210libc-961209libc-961208Richard Kenner1996-12-071-0/+4
|
* (mouse-drag-mode-line): Don't get errorRichard M. Stallman1996-12-071-3/+6
| | | | about sole window, if we don't actually try to change the size.
* (isearch-no-upper-case-p): Use downcaseRichard M. Stallman1996-12-071-5/+9
| | | | so that we handle arbitrary kinds of casification.
* (mail-reply-action): Renamed from mail-reply-buffer.Richard M. Stallman1996-12-071-13/+60
| | | | | | | | | (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.
* (rmail-start-mail): Rewrite to use compose-mail.Richard M. Stallman1996-12-071-26/+39
| | | | | Two new arguments. (rmail-forward): Always call rmail-start-mail, never `mail'.
* (compose-mail): Handle several more args:Richard M. Stallman1996-12-071-6/+53
| | | | | | | 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.
* (perform-replace): Obey minibuffer-auto-raise.Richard M. Stallman1996-12-071-0/+2
|
* (jka-compr-temp-name-template): Initialize using TMPDIR.Richard M. Stallman1996-12-071-1/+2
|
* (thing-at-point-url-chars): Allow period.Richard M. Stallman1996-12-071-56/+80
| | | | | | | | | | | (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".
* (MAYBE_GC): New macro.Richard M. Stallman1996-12-071-0/+17
| | | | (Fbyte_code): Use MAYBE_GC in every goto opcode.
* (Vtemp_file_name_pattern): New variable.Richard M. Stallman1996-12-071-11/+24
|
* Recognize vax-*-netbsd*.Richard M. Stallman1996-12-071-0/+1
|
* (etags-file-of-tag): Expand the file nameRichard M. Stallman1996-12-071-1/+2
| | | | using the truename of default-directory.
* (sendmail-user-agent): Support 2 optional args.Richard M. Stallman1996-12-071-10/+17
| | | | (define-mail-user-agent): Doc fix.
* (byte-compile-insert-header): If emacs-versionRichard M. Stallman1996-12-071-1/+4
| | | | ends with a letter, don't check the version number.
* (pascal-mode): Make comment-indent-function buffer local.Richard M. Stallman1996-12-071-0/+1
|
* (mouse-major-mode-menu): Propagate prefix argRichard M. Stallman1996-12-071-3/+7
| | | | to the command that is run.
* (isearch-mode): Maybe make minibuffer frame visible and/or raise it.Richard M. Stallman1996-12-071-0/+8
|
* In enable predicates in Files menu, use menu-updating-frame.Richard M. Stallman1996-12-071-6/+6
|
* Fixed syntax table for quotes since they messed upRichard M. Stallman1996-12-071-0/+3
| | | | highlighting in comments and other constructions.
* (dired-omit-size-limit): New variable.Richard M. Stallman1996-12-071-3/+14
| | | | (dired-omit-toggle, dired-omit-expunge): Respect it.
* Get rid of RCS id.Richard M. Stallman1996-12-071-2/+0
|
* Delete `units' task--it is done.Richard M. Stallman1996-12-071-5/+1
|
* (backup-buffer): Doc fix.Karl Heuer1996-12-061-1/+5
|