summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Accept *-*-ieee*.libc-951215libc-951214Ian Lance Taylor1995-12-131-1/+1
|
* (bibtex-auto-fill-function): Adapted for use withKarl Heuer1995-12-131-247/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed autofill policy of emacs-19.30 (uses now fill-prefix instead of indent-line-function). (bibtex-indent-line-function): Removed (not used any more). (bibtex-make-field): Was broken when called non-interactively. (bibtex-make-field): Point is now placed on closing brace or quote (suggested by Karl Eichwalder <ke@ke.Central.DE>). (bibtex-clean-entry): Comma after last field isn't deleted anymore (new standard in BibTeX 0.99 and 1.xx). (bibtex-enclosing-reference-maybe-empty-head): Works with entries with comma after last field. (bibtex-reference): Permits entries with comma after last field. (bibtex-font-lock-keywords): Enhanced to support new field-name characters (suggested by Martin Maechler <maechler@stat.math.ethz.ch>). (bibtex-field-name): Now numbers (not as the first sign), dashes, and underscores are allowed (suggested by Martin Maechler <maechler@stat.math.ethz.ch> and Oren Patashnik <opbibtex@labrea.Stanford.EDU>). (bibtex-make-field): Was broken on lines containing non-parenthesized entries (reported by Karl Eichwalder <ke@ke.Central.DE>). (bibtex-validate-buffer): Changed so that preamble references are ignored (same as string entries) (reported by Martin Maechler <maechler@stat.math.ethz.ch>). (bibtex-enclosing-reference-maybe-empty-head): New function to be used in case reference head may be empty. (bibtex-clean-entry, bibtex-pop-previous, bibtex-pop-next): Uses now bibtex-enclosing-reference-maybe-empty-head. (bibtex-mode): Added support for font-lock mode. (bibtex-font-lock-keywords): New variable with font-lock keywords for BibTeX mode. (bibtex-make-optional-field): Not longer interactive (suggested by Karl Eichwalder <karl@pertron.central.de>). (bibtex-maintain-sorted-entries): Set to nil, since it requires more user attention and more restricted files to have this set to t. (bibtex-maintain-sorted-entries, bibtex-sort-ignore-string-entries): Made buffer local, since it may depend on the buffer which preferences to use. (bibtex-validate-buffer): Looking for correct sort order only when bibtex-maintain-sorted-entries is non-nil. Put a comment in the `KNOWN BUGS' section about the quote-inside-quotes problem. (whole file): Changed string `true' in some documentation strings to `non-nil' (e.g. `if variable has a true/non-nil value'). (bibtex-mode-map): Changed `move/edit' to `bibtex-edit'. (bibtex-sort-entries): Now works correctly with `@String' entries inside BibTeX files (i.e. after the occurence of other references). (bibtex-validate-buffer): Inserted code which looks if entries are balanced (a single non-escaped quote inside braces was not detected till now, but bibtex-sort-entries stumbles about it). (bibtex-entry): bibtex-move-outside-of-entry is only called when bibtex-maintain-sorted-entries is nil (otherwise bibtex-find-entry-location determines the correct location). (bibtex-find-entry-location): Now uses binary search. As before, it assumes that the buffer is sorted without duplicates (but as before it is only called when bibtex-maintain-sorted-entries is t). Ignores `@String' entries if told so via variable bibtex-sort-ignore-string-entries. (bibtex-clean-entry): Respect bibtex-maintain-sorted-entries when inserting autokey. (bibtex-validate-buffer): Searching whole buffer for duplicates and correct order is now done directly instead of calling bibtex-find-entry-location (since this is to be reprogrammed to use a binary search instead a sequential one). (bibtex-parse-keys): May now be called with an optional parameter which (if t) tells bibtex-parse-keys that it should abort if input is pending. (bibtex-mode): The instance of bibtex-parse-keys called in auto-save-mode-hook is now called with this new parameter set to t, so an auto-save caused by exceeding auto-save-interval is now aborted immediately if user is still typing. (bibtex-print-help-message, bibtex-clean-entry): Use now constant strings instead of custom ones. (bibtex-clean-entry): Changed the call of bibtex-enclosing-reference to a more specific call so entries without a key (here allowed) can be handled. (bibtex-reference-key): Cleared off parentheses (caused string entries enclosed by parentheses instead of braces to be not added to bibtex-completion-candidates). (bibtex-complete-string): Made it use bibtex-string. (bibtex-keys, bibtex-buffer-last-parsed-for-keys-tick): New buffer-local variables to make parsing of BibTeX buffer for reference keys (needed by TAB completion in minibuffer when entering key) more occasional. (bibtex-parse-keys): New function to parse for keys (functionality was partially included in bibtex-entry). (bibtex-entry): Changed to use bibtex-parse-keys. (bibtex-mode): Installs bibtex-parse-keys as an auto-save-mode-hook, so whole buffer is parsed at most when it is autosaved. (bibtex-clean-entry): Calls bibtex-parse-keys on the new entry, so bibtex-keys remains consistent for new entries that are finished by calling this function (most should). (bibtex-inside-field): Be independent on current setting of bibtex-field-right-delimiter (allows more intermixing between quotes and braces). (bibtex-make-field): Last change didn't make it work correctly when called non-interactively by bibtex-entry (fixed).
* (x_connection_closed): Don't delete dpyinfo if it's null.Karl Heuer1995-12-131-1/+2
|
* (dired-flag-backup-files): Under MS-DOS, search forKarl Heuer1995-12-131-12/+11
| | | | | possible backup files by checking for filenames which end with a `k' (the backup extension is `.bak').
* Take optional arg FRAME.Simon Marshall1995-12-131-30/+47
| | | | If flag not nil or t, don't change the attribute.
* (rmail-forward): Delete trailing blank lines.Karl Heuer1995-12-131-0/+5
|
* (Fsplit_window): Account for scroll bar width.Karl Heuer1995-12-131-8/+16
|
* (AT_WORD_BOUNDARY): Disable macro.Karl Heuer1995-12-131-7/+46
| | | | (re_match_2_internal): Work around compiler bug.
* (main): Fix args to handle `--display DISPLAY'.Karl Heuer1995-12-131-1/+1
|
* (choose_minibuf_frame): Test HAVE_X_WINDOWS.Karl Heuer1995-12-131-1/+1
|
* (Fcall_process) [MSDOS]: Support redirection ofKarl Heuer1995-12-131-22/+30
| | | | | | stderr. Assign process exit code to `synch_process_retcode' and error description to `synch_process_death'. Reset `synch_process_alive' to zero when the sub-process exits.
* (run_msdos_command): Support redirection of stderr.Karl Heuer1995-12-131-4/+5
|
* (IT_set_terminal_modes): Save screen color attributeKarl Heuer1995-12-131-5/+50
| | | | | | | | | | byte at startup, write saved screen dimensions to termscript file. (IT_reset_terminal_modes): When restoring startup screen contents, only restore as much as was saved, and only as much as the screen dimensions on exit can hold. Blank the rest with the background color saved at startup. Write restored screen dimensions to termscript file.
* (sendmail-send-it): Added support for Resent-CC andKarl Heuer1995-12-131-2/+7
| | | | Resent-BCC headers.
* (Ftype_of): Return `char-table' and `bool-vector' forKarl Heuer1995-12-131-0/+9
| | | | | | char tables and bool vectors, resp. (Qchar_table, Qbool_vector): New variables. (syms_of_data): Initialize and staticpro them.
* (XMenuActivate): Display the menu pane title.Karl Heuer1995-12-131-5/+3
| | | | | (XMenuLocate): Do not ignore pane title length when deciding on menu location.
* (fill-context-prefix): Doc fix.Karl Heuer1995-12-131-1/+1
|
* (PTY_OPEN): Block SIGCHLD during openpty.Karl Heuer1995-12-131-0/+3
|
* (LIBXMU): Use dynamic linking.Karl Heuer1995-12-131-2/+2
|
* Change pointer to nt/INSTALL, not nt/install.Karl Heuer1995-12-131-1/+1
|
* (create_process): Use Posix signal handling toKarl Heuer1995-12-131-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 nowKarl Heuer1995-12-131-9/+0
| | | | | know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition.
* Provide sh-script.Karl Heuer1995-12-131-0/+1
|
* (change-log-mode): Defaults for `indent-tabs-mode'Karl Heuer1995-12-131-1/+3
| | | | and `tab-width'.
* (sh-mode-map): Make the code more legible.Karl Heuer1995-12-131-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 Marshall1995-12-121-28/+32
|
* (powerpc-harris-powerunix): Add guess for port to new target.libc-951213libc-951212Per Bothner1995-12-121-0/+3
|
* Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).Simon Marshall1995-12-111-5/+4
|
* Don't turn on in any buffer with a leading space in its name.Simon Marshall1995-12-091-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 theLars Magne Ingebrigtsen1995-12-091-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 groupLars Magne Ingebrigtsen1995-12-081-0/+1
| | | | format mode line.
* (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to endTom Tromey1995-12-071-6/+8
| | | | of line before searching.
* (add-log-tcl-defun): Now uses tcl-beginning-of-defun.Tom Tromey1995-12-071-5/+10
|
* * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.Francesco Potortì1995-12-071-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-071-2/+2
| | | | compile with regexp support enabled.
* * gnus.el (gnus-parse-headers-hook): New hook.Lars Magne Ingebrigtsen1995-12-061-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 Naggum1995-12-061-1/+1
|
* Recognize aof in the OS field.libc-951211libc-951210libc-951209libc-951208Erich Stefan Boleyn1995-12-061-1/+1
|
* Fix misspelled comment.Paul Eggert1995-12-061-1/+1
|
* More repairs of wrong function names in menus!Edward M. Reingold1995-12-051-16/+19
|
* Repair function names from rms error in modifying!Edward M. Reingold1995-12-051-12/+14
|
* Autoload diary-iso-date.Edward M. Reingold1995-12-051-0/+4
|
* Chnaged all occurrences of buffer-substring to buffer-substring-no-properties.Edward M. Reingold1995-12-051-12/+16
|
* Fixed dst-in-effect for southern hemisphere. Also made doc string clearer.Edward M. Reingold1995-12-051-12/+11
|
* * config.guess: Recognize HP model 816 machines as havinglibc-951206Jeff Law1995-12-041-1/+1
| | | | a PA1.1 processor.
* (copyright-regexp): Recognize ISO copyright symbol.Karl Heuer1995-12-031-3/+3
| | | | (copyright-update): Pattern is now match #2, not #1.
* (display-table-slot,set-display-table-slot): Document the slot names.Erik Naggum1995-12-031-2/+5
|
* (isearch-edit-string): Consider the case whenRichard M. Stallman1995-12-011-3/+5
| | | | iserch-string is empty and so are the search rings.
* (gud-sdb-marker-filter): start may be nil, so check itRichard M. Stallman1995-12-011-1/+1
| | | | with numberp before using it.
* (mips-sgi-irix6*): Set NON_GNU_CPP.Richard M. Stallman1995-12-011-1/+1
|