summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert last change.libc-961207libc-961206libc-961205libc-961204libc-9612031996-11-212-6/+3
|
* * config.sub: Recognize gnu-gnu* along with linux-gnu* as a valid1996-11-211-2/+5
| | | | | | 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.
* Thu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>1996-11-211-1/+1
| | | | | | * 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.
* gethostbyname() may return a pointer to static data, which isCharles Hannum1996-11-211-2/+4
| | | | | overwritten deep inside krb_realmofhost(). Copy the host name to avoid conflicts.
* (w32_wnd_proc): Use dummy message to wake up thread on quit_char.Geoff Voelker1996-11-211-8/+15
|
* cleanupslibc-961121David J. MacKenzie1996-11-202-2/+11
|
* If no sys/param.h, default to 8k.libc-961120David J. MacKenzie1996-11-191-20/+24
|
* Indent for readability.David J. MacKenzie1996-11-191-32/+30
|
* [__DJGPP__ >= 2] (dos_direct_output): Faster method ofKarl Heuer1996-11-191-9/+90
| | | | | | | | | | | | | | 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.
* (resize-minibuffer-frame): Don't assume minibuffer frame is selected.Karl Heuer1996-11-191-3/+4
|
* (x-defined-colors): Use color names from w32-color-map.Geoff Voelker1996-11-191-3/+5
|
* Use new name ms-w32.h for windowsnt.hGeoff Voelker1996-11-191-1/+1
|
* Use new name w32.h for nt.hGeoff Voelker1996-11-191-1/+1
|
* Use new names for w32 filesGeoff Voelker1996-11-1910-114/+114
|
* Use new file name w32-fns.elGeoff Voelker1996-11-191-2/+2
|
* Use new file name dos-w32.elGeoff Voelker1996-11-191-3/+3
|
* Use w32 instead of ms-windows for window-system symbolGeoff Voelker1996-11-196-8/+8
|
* (init_display) [HAVE_NTGUI]: Use w32 for window-system.Geoff Voelker1996-11-191-1/+1
|
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-1924-1089/+1089
|
* (special-display-p, same-window-p): Add missingGeoff Voelker1996-11-191-4/+4
| | | | newlines and backslashes in help strings.
* (write-contents-hooks): Doc fix.Karl Heuer1996-11-171-1/+1
|
* *** empty log message ***Karl Heuer1996-11-171-1/+0
|
* (comint-password-prompt-regexp): Recognize AIX format.Karl Heuer1996-11-171-1/+1
|
* Initial revisionKarl Heuer1996-11-171-0/+233
|
* Use simpler fn.Simon Marshall1996-11-161-2/+2
|
* use simpler fn.Simon Marshall1996-11-161-1/+1
|
* (a) split lazy-lock-defer-time into lazy-lock-defer-time and ↵Simon Marshall1996-11-161-172/+394
| | | | lazy-lock-defer-on-the-fly, (b) add lazy-lock-defer-on-scrolling, (c) use these to choose one of lazy-lock-defer-line-after-change, lazy-lock-defer-rest-after-change, lazy-lock-fontify-line-after-change, lazy-lock-fontify-rest-after-change to add to after-change-functions, (d) use with-current-buffer rather than save-excursion, (e) avoid integer overflow in lazy-lock-percent-fontified.
* (a) make fast-lock-get-face-properties cope with face property lists, (b) ↵Simon Marshall1996-11-161-78/+126
| | | | add fast-lock-verbose to control messages.
* (a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in ↵Simon Marshall1996-11-161-321/+494
| | | | keyword form, (c) make simple font-lock-match-c-style-declaration-item-and-skip-to-next and more complex font-lock-match-c++-style-declaration-item-and-skip-to-next.
* (resize-minibuffer-frame-restore): Don't assumeKarl Heuer1996-11-141-2/+2
| | | | minibuffer frame is selected.
* (report-emacs-bug): Reorder arguments.Erik Naggum1996-11-141-4/+5
|
* Bunch of updates. See ChangeLog.libc-961119libc-961118libc-961117libc-961116libc-961115libc-961114Per Bothner1996-11-141-13/+34
|
* (message-mode): Doc fix.Erik Naggum1996-11-131-1/+1
|
* Wed Nov 13 17:51:29 1996 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1996-11-131-41/+55
| | | | | | | | | | * etags.c (grow_linebuffer): New function. (GROW_LINEBUFFER): Macro deleted. All callers changed. (make_tag): Macro renamed to make_C_tag. All callers changed. (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's. (Prolog_functions): prolog_skip_comment was called with wrong number of arguments. (xrealloc): fatal was called with wrong number of arguments
* (report-emacs-bug): New argument recent-keys read before bug subjectErik Naggum1996-11-131-3/+4
| | | | to capture more relevant recent input.
* cosmetic tweaksDavid J. MacKenzie1996-11-121-1/+1
|
* (redisplay_window): When handling scroll_conservatively,Richard M. Stallman1996-11-121-2/+11
| | | | scroll a little farther for the sake of scroll_margin.
* (find-grep-options): Treat solaris, irix like BSD.Richard M. Stallman1996-11-121-1/+5
|
* (Fmodify_frame_parameters): Use alist in reverse order.Richard M. Stallman1996-11-121-7/+29
|
* more bug fixesDavid J. MacKenzie1996-11-121-0/+3
|
* (isearch-complete1): If no completion,Richard M. Stallman1996-11-121-6/+8
| | | | don't clobber isearch-string, and return nil.
* (Fexpand_abbrev): If the abbrev's expansion is nil,Richard M. Stallman1996-11-121-38/+48
| | | | | don't expand it, but do still call the hook. (Fdefine_abbrev): Allow anything for EXPANSION.
* (choose_minibuf_frame): Don't change selected_frame'sRichard M. Stallman1996-11-111-2/+5
| | | | selected window even if it is a minibuffer window, if it is active.
* (combine-after-change-calls): The first form is not special.Erik Naggum1996-11-111-1/+1
|
* (Fcall_last_kbd_macro): Set this_command from last_commandRichard M. Stallman1996-11-111-0/+10
| | | | on entry and again on exit.
* Include frame.h and window.h.Richard M. Stallman1996-11-111-0/+14
| | | | (Fy_or_n_p): Handle minibuffer_auto_raise here.
* (scroll_margin): New variable.Richard M. Stallman1996-11-111-1/+23
| | | | | | (init_xdisp): Set up Lisp variable. (redisplay_window): Implement scroll_margin; don't use old start pos if point is inside the margin.
* (window_scroll): Handle scroll_marginRichard M. Stallman1996-11-111-3/+28
| | | | by putting point at a place that won't force recentering.
* (dired-jump): Never turn omitting *on*.Richard M. Stallman1996-11-101-5/+6
| | | | Refresh the line *before* turning omitting off.
* (describe-variable): Pretty-print the values.Richard M. Stallman1996-11-101-26/+44
| | | | Put doc string first, if the value is long.