Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change pointer to nt/INSTALL, not nt/install. | Karl Heuer | 1995-12-13 | 1 | -1/+1 |
| | |||||
* | (create_process): Use Posix signal handling to | Karl Heuer | 1995-12-13 | 1 | -3/+50 |
| | | | | | | | block signals, if available. If HAVE_VFORK, save and restore signal handlers that the child might change, since in many systems (e.g. Solaris 2.4) if the child changes the signal handlers this munges the parent's handler. | ||||
* | (HAVE_VFORK): Remove #undef, since we now | Karl Heuer | 1995-12-13 | 1 | -9/+0 |
| | | | | | know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition. | ||||
* | Provide sh-script. | Karl Heuer | 1995-12-13 | 1 | -0/+1 |
| | |||||
* | (change-log-mode): Defaults for `indent-tabs-mode' | Karl Heuer | 1995-12-13 | 1 | -1/+3 |
| | | | | and `tab-width'. | ||||
* | (sh-mode-map): Make the code more legible. | Karl Heuer | 1995-12-13 | 1 | -34/+28 |
| | | | | | | | | (sh-font-lock-keywords-1): Allow keyword `in' at eol too. (sh-font-lock-keywords-only): New variable to prevent an apostrophe in comment from misfontifying buffer, but to allow users who don't have such to get strings fontified. (sh-mode): Use it. | ||||
* | Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant. | Simon Marshall | 1995-12-12 | 1 | -28/+32 |
| | |||||
* | (powerpc-harris-powerunix): Add guess for port to new target.libc-951213libc-951212 | Per Bothner | 1995-12-12 | 1 | -0/+3 |
| | |||||
* | Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>). | Simon Marshall | 1995-12-11 | 1 | -5/+4 |
| | |||||
* | Don't turn on in any buffer with a leading space in its name. | Simon Marshall | 1995-12-09 | 1 | -33/+65 |
| | | | | | When (un)fontifying, make sure we're doing it in the whole buffer. Make a command to refontify the window. | ||||
* | (gnus-simplify-mode-line): New function to simplify the | Lars Magne Ingebrigtsen | 1995-12-09 | 1 | -25/+15 |
| | | | | | | mode line in a safer manner. (gnus-group-mode, gnus-browse-mode, gnus-summary-mode, gnus-article-mode, gnus-server-mode): Use the function. | ||||
* | (gnus-group-set-mode-line): Allow user defined specs in the group | Lars Magne Ingebrigtsen | 1995-12-08 | 1 | -0/+1 |
| | | | | format mode line. | ||||
* | (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end | Tom Tromey | 1995-12-07 | 1 | -6/+8 |
| | | | | of line before searching. | ||||
* | (add-log-tcl-defun): Now uses tcl-beginning-of-defun. | Tom Tromey | 1995-12-07 | 1 | -5/+10 |
| | |||||
* | * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++. | Francesco Potortì | 1995-12-07 | 1 | -227/+417 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (gperf): Added keywords for Objective C and GNU macros. (sym_type): Added values to account for Objective C and GNU macros. (begtk): The '@' character can start a token. (objdef, methodlen, objtag): New variables for Objective C. (consider_token, C_entries): Added code for Objective C. (plain_C_suffixes): Add .m and .lm for Objective C. (Yacc_suffixes): Add .ym for Objective yacc. (GROW_LINEBUFFER): New macro. (consider_token, C_entries, Pascal_functions): Use the new macro. (consider_token): Take one more argument. Caller changed. (consider_token): Use the hashing function to spot GNU macros. (C_entries): Consider // as a comment start even in plain C for the sake of Objective C parsing. (pfnote): Don't make a tag for ctags if there is no name. (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit, get_scheme, prolog_getit): Name the tag in ctags mode. (pfnote): Truncate ctags lines to 50 chars, like it worked once. (Perl_interpreters): Accept "@PERL@" as an interpreter. (suggest_asking_for_help): New function. (main, get_language_from_name): Use suggest_asking_for_help. (main): Let get_language_from_name make language existence check. (streq, strneq): Check the arguments #if DEBUG. | ||||
* | * Makefile.in (ctags): depend on etags only for simplicity; | Francesco Potortì | 1995-12-07 | 1 | -2/+2 |
| | | | | compile with regexp support enabled. | ||||
* | * gnus.el (gnus-parse-headers-hook): New hook. | Lars Magne Ingebrigtsen | 1995-12-06 | 1 | -19/+40 |
| | | | | | | | | | | | | | | | (gnus-get-newsgroup-headers): Call it. (gnus-get-newsgroup-headers-xover): Call it. (gnus-group-mode-map): Moved `gnus-group-fetch-faq' from `M-f' to `H f'. (gnus-summary-copy-article): Allow respooling to any backend. (gnus-summary-set-process-mark): Make sure each article can only be process marked once. (gnus-summary-remove-lines-marked-with): Put point on a valid article after removing lines. (gnus-summary-sort-by-author): Didn't allow sorting when pseudo-articles were present. (gnus-summary-sort-by-subject): Ditto. | ||||
* | (recover-file): Also recover new, unsaved files. | Erik Naggum | 1995-12-06 | 1 | -1/+1 |
| | |||||
* | Recognize aof in the OS field.libc-951211libc-951210libc-951209libc-951208 | Erich Stefan Boleyn | 1995-12-06 | 1 | -1/+1 |
| | |||||
* | Fix misspelled comment. | Paul Eggert | 1995-12-06 | 1 | -1/+1 |
| | |||||
* | More repairs of wrong function names in menus! | Edward M. Reingold | 1995-12-05 | 1 | -16/+19 |
| | |||||
* | Repair function names from rms error in modifying! | Edward M. Reingold | 1995-12-05 | 1 | -12/+14 |
| | |||||
* | Autoload diary-iso-date. | Edward M. Reingold | 1995-12-05 | 1 | -0/+4 |
| | |||||
* | Chnaged all occurrences of buffer-substring to buffer-substring-no-properties. | Edward M. Reingold | 1995-12-05 | 1 | -12/+16 |
| | |||||
* | Fixed dst-in-effect for southern hemisphere. Also made doc string clearer. | Edward M. Reingold | 1995-12-05 | 1 | -12/+11 |
| | |||||
* | * config.guess: Recognize HP model 816 machines as havinglibc-951206 | Jeff Law | 1995-12-04 | 1 | -1/+1 |
| | | | | a PA1.1 processor. | ||||
* | (copyright-regexp): Recognize ISO copyright symbol. | Karl Heuer | 1995-12-03 | 1 | -3/+3 |
| | | | | (copyright-update): Pattern is now match #2, not #1. | ||||
* | (display-table-slot,set-display-table-slot): Document the slot names. | Erik Naggum | 1995-12-03 | 1 | -2/+5 |
| | |||||
* | (isearch-edit-string): Consider the case when | Richard M. Stallman | 1995-12-01 | 1 | -3/+5 |
| | | | | iserch-string is empty and so are the search rings. | ||||
* | (gud-sdb-marker-filter): start may be nil, so check it | Richard M. Stallman | 1995-12-01 | 1 | -1/+1 |
| | | | | with numberp before using it. | ||||
* | (mips-sgi-irix6*): Set NON_GNU_CPP. | Richard M. Stallman | 1995-12-01 | 1 | -1/+1 |
| | |||||
* | (gnus-post-news): Add autoload. | Richard M. Stallman | 1995-12-01 | 1 | -0/+1 |
| | |||||
* | * config.guess: Recognize Pentium under SCO.libc-951204libc-951203libc-951202libc-951201 | Per Bothner | 1995-11-30 | 1 | -0/+2 |
| | |||||
* | (tputs): Don't let ospeed overrun the speeds array. | David J. MacKenzie | 1995-11-30 | 1 | -1/+3 |
| | |||||
* | Add missing backslash. | Erik Naggum | 1995-11-30 | 1 | -1/+1 |
| | |||||
* | (calendar-chinese-sexagesimal-name): Renamed from | Paul Eggert | 1995-11-30 | 1 | -6/+6 |
| | | | | calendar-chinese-sexagisimal-name to fix misspelling. | ||||
* | (holiday-rosh-hashanah-etc): Fix misspelled var. | Paul Eggert | 1995-11-30 | 1 | -6/+6 |
| | |||||
* | (calendar-absolute-from-astro): Doc fix. | Paul Eggert | 1995-11-30 | 1 | -1/+1 |
| | |||||
* | (calendar-next-calendar-round-date, calendar-previous-calendar-round-date): | Paul Eggert | 1995-11-30 | 1 | -2/+2 |
| | | | | Doc fix. | ||||
* | (calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date, | Paul Eggert | 1995-11-30 | 1 | -5/+5 |
| | | | | calendar-previous-calendar-round-date, cal-tex-cursor-year): Doc fix. | ||||
* | (list-sexp-diary-entries): Doc fix. | Paul Eggert | 1995-11-30 | 1 | -1/+1 |
| | |||||
* | (holiday-easter-etc): Fix misspelling of "Whitmonday". | Paul Eggert | 1995-11-30 | 1 | -1/+1 |
| | |||||
* | (solar-longitude): Doc fix. | Paul Eggert | 1995-11-30 | 1 | -1/+1 |
| | |||||
* | Correct .in.in and .h.in in file names. | Richard M. Stallman | 1995-11-30 | 1 | -5/+5 |
| | |||||
* | (../info/cc-mode, cc-mode.dvi): New targets. | Richard M. Stallman | 1995-11-30 | 1 | -4/+9 |
| | | | | | (INFO_TARGETS): Add ../info/cc-mode. (DVI_TARGETS): Add cc-mode.dvi. | ||||
* | (save-place-limit): New variable. | Richard M. Stallman | 1995-11-30 | 1 | -2/+23 |
| | | | | | | (load-save-place-alist-from-file): Obey it. Fix "done" message. (save-place-alist-to-file): Fix "done" message. | ||||
* | (Fcall_interactively): In `c' case, clear out the message | Richard M. Stallman | 1995-11-30 | 1 | -0/+1 |
| | | | | after reading the character. | ||||
* | (rmail-summary-get-new-mail): Don't call rmail-summary-goto-msg if msg is 0. | Richard M. Stallman | 1995-11-30 | 1 | -1/+2 |
| | |||||
* | (auto-mode-alist): Don't purecopy the alist elts. | Richard M. Stallman | 1995-11-29 | 1 | -77/+77 |
| | |||||
* | (mips-sni-sysv*): New alias for mips-siemens-sysv*. | Richard M. Stallman | 1995-11-29 | 1 | -1/+1 |
| |