summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursorKarl Heuer1996-12-061-1/+0
| | | | is in echo area.
* (imenu): Support integers used as positions.Karl Heuer1996-12-061-0/+6
|
* (ange-ftp-normal-login): If using a smart gateway,Karl Heuer1996-12-061-1/+2
| | | | | but ange-ftp-gateway-host is nil, generate the login name in the usual simple way.
* (syms_of_keyboard): Doc fix.Karl Heuer1996-12-051-1/+3
|
* (Info-follow-reference): Add each cross-reference toKarl Heuer1996-12-051-3/+12
| | | | completions list just once, case-insensitively.
* (PC-do-completion): Remove text properties fromKarl Heuer1996-12-051-4/+5
| | | | completions; also use string-equal instead of equal.
* * etags.c (C_entries): Test tok.valid. This handles someFrancesco Potortì1996-12-041-38/+50
| | | | | | | | 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.
* 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.