summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Recognize hppa-next as a valid CPU-COMPANY combination.libc-961107libc-961106libc-961105libc-961104libc-961103libc-961102libc-961101libc-961031libc-961030libc-961029Richard M. Stallman1996-10-291-0/+3
|
* (hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.Richard M. Stallman1996-10-291-1/+1
|
* (Fmake_char_table): Doc fix.Erik Naggum1996-10-281-1/+1
|
* Use new face.Simon Marshall1996-10-281-1/+1
|
* more auto-mode-alist modes.Simon Marshall1996-10-281-0/+2
|
* (timezone-time-from-absolute): Fix off-by-onePaul Eggert1996-10-281-1/+1
| | | | error in current-time-origin.
* (read_minibuf_unwind): Don't restore minibuf_window;Richard M. Stallman1996-10-261-1/+20
| | | | | | instead call choose_minibuf_frame. (choose_minibuf_frame): Don't let any other frame keep its minibuf window selected.
* (Fexpand_file_name): No longer discard .../ before another / or ~.Richard M. Stallman1996-10-261-23/+0
| | | | That is now only in Fsubstitute_in_file_name.
* (refer-bib-directory): New variable, list ofRichard M. Stallman1996-10-261-88/+245
| | | | | | | | | | | | | | | | | | | | | | | | directories where to look for bib files. Special values `texinputs' and `bibinputs' mean take directory list from corresponding environment variable. (refer-bib-files): New special value `auto', for looking up all files in directories pointed to by refer-bib-directory. I have the feeling that this isn't really my code but came from the net (copylefted). However, I cannot trace this down any more. If it isn't mine, it's probably Ashwin's. (refer-get-bib-files): Support `auto' value of refer-bib-files. Support `texinputs', `bibinputs' value of refer-bib-directory. (refer-saved-state, refer-previous-keywords, refer-saved-pos, refer-same-file): Properly declared (defvar) these variables. (refer-yank-key): New function. (refer-find-entry-internal): Find bibliography entries in other window, with minimal reconfiguration of windows. (refer-expand-files): New function.
* (electric-perl-terminator, perl-indent-command):Richard M. Stallman1996-10-261-4/+8
| | | | | (perl-backward-to-noncomment, indent-perl-exp): Avoid error if comment-start-skip is nil.
* (mouse-sel-set-selection-function): Doc fix.Richard M. Stallman1996-10-261-5/+12
| | | | | | Use x-select-text, for the primary selection. (mouse-sel-get-selection-function): Use x-cut-buffer-or-selection-value, for the primary selection.
* (set-visited-file-name): Doc fix.Richard M. Stallman1996-10-261-2/+2
| | | | (write-file): Use CONFIRM when calling set-visited-file-name.
* (kill-buffer-and-window): New command.Richard M. Stallman1996-10-261-1/+11
| | | | Bind it to C-x 4 0.
* (sh-mode): Don't make font-lock-keywords buffer-local.Richard M. Stallman1996-10-261-1/+0
|
* (rmail-reply): Merge resent-to and resent-cc into to and cc.Richard M. Stallman1996-10-261-22/+28
| | | | Ignore the resent- fields aside from that.
* (pascal-indent-declaration): Avoid infinite loopRichard M. Stallman1996-10-261-1/+2
| | | | if edpos is at end of buffer.
* (describe_buffer_bindings): Pass 1 for PARTIALRichard M. Stallman1996-10-261-3/+3
| | | | in some calls to describe_map_tree.
* (status_notify): Update p->tick againRichard M. Stallman1996-10-261-0/+5
| | | | just before running the sentinel, in case it dies.
* (decode_mode_spec): In the `L' case,Richard M. Stallman1996-10-261-0/+3
| | | | remove a buffer from base_line_pos if window has switched buffers.
* (Info-insert-dir): Ensure directory ends with slash.Karl Heuer1996-10-251-1/+2
|
* (makefile-font-lock-keywords): Accept - and . inKarl Heuer1996-10-251-1/+1
| | | | variable names.
* (imenu-scanning-message): Use ellipsis.Karl Heuer1996-10-251-2/+2
|
* (iso-langauges): Alphabetize list.Karl Heuer1996-10-251-36/+63
| | | | Add Catalan, Spanish, and Esperanto.
* (lexical-let): Fixed a bug involving nestedKarl Heuer1996-10-241-0/+1
| | | | lexical contexts and macros.
* (dired-insert-directory): Check for non-US LANG.Karl Heuer1996-10-241-1/+1
|
* Changes to font-lock-fontify-syntactically-region: (a) the cache position ↵Simon Marshall1996-10-231-336/+756
| | | | | | must be a marker, (b) use a loop to look for comment start, some speedups. Two new faces, two new modes.
* Add Font Lock support. Add mode command autoload cookie.Simon Marshall1996-10-231-49/+160
|
* Tweak dired-font-lock-keywords.Simon Marshall1996-10-231-11/+38
|
* Tweak mail-font-lock-keywords.Simon Marshall1996-10-231-5/+11
|
* Tweak rmail-font-lock-keywords.Simon Marshall1996-10-231-12/+16
|
* Add Font Lock support. Provide when loaded.Simon Marshall1996-10-231-1/+57
|
* Tweak change-log-font-lock-keywordsSimon Marshall1996-10-231-3/+22
|
* Fix 1996-09-02 change.Karl Heuer1996-10-221-1/+1
|
* (compilation-skip-to-next-location): Defined.Karl Heuer1996-10-201-6/+12
| | | | (compilation-next-error-locus, compilation-parse-errors): Respect it.
* (vc-dired-reformat-line): Discard check for numerical value ofAndré Spiegel1996-10-171-1/+0
| | | | vc-locking-user.
* (vc-file-owner): Always return user name, using the optional argumentAndré Spiegel1996-10-171-19/+5
| | | | | | of user-login-name. (vc-locking-user, vc-status): Discard checks for numerical value of vc-locking-user.
* (universal-argument): Doc fix.Richard M. Stallman1996-10-151-1/+2
|
* (f90-no-block-limit): Fixed bug for indentation ofRichard M. Stallman1996-10-151-35/+38
| | | | | | | | | | | | | | | | elsewhere and elseif. (f90-looking-at-where-or-forall): Now allows for labelled forall and where statements. (f90-font-lock-keywords-2): New highlighting for labelled where and forall. Fixed small bug with else highlighting. (f90-fill-region): Moved indentation to f90-break-line. (f90-break-line): Will now always indent the second line. (f90-indent-line): Simpler test for auto-fill. (f90-auto-fill-mode): Removed. (f90-electric-insert): Added for possibility of auto-filling of lines without spaces, as well as early updating of line. (f90-mode-map): Added bindings of operators to f90-electric-insert. (f90-do-auto-fill): Now also updates line (changes case).
* (Vdebug_on_signal): Renamed from Vdebug_force.Richard M. Stallman1996-10-141-5/+5
|
* Fix typo in comment.Karl Heuer1996-10-141-1/+1
|
* (UNEXEC): Undef before defining.Richard M. Stallman1996-10-131-0/+1
|
* (hack-local-variables-prop-line):Richard M. Stallman1996-10-131-5/+25
| | | | Ignore case when checking for `mode'.
* (describe-function): If no fn specified, say so.Richard M. Stallman1996-10-131-94/+100
| | | | | | (variable-at-point): Return 0 if no variable there. (describe-variable): If no variable specified, say so. Don't use nil as the variable.
* (datearg): Use the empty string, not '-d>1970-01-01', to extract allPaul Eggert1996-10-132-8/+4
| | | | | revisions, since some hosts reject 1970-01-01 when east of UTC. (date): Remove.
* (define-function): Define as alias for defalias.Richard M. Stallman1996-10-121-0/+1
|
* Use defalias not define-function.Richard M. Stallman1996-10-121-2/+2
|
* (define-function): Mark it as obsolete.Richard M. Stallman1996-10-121-1/+2
|
* (Fdefine_function): Function definition deleted.Richard M. Stallman1996-10-121-24/+0
| | | | (syms_of_data): Don't call defsubr for it.
* (rlog_options): Look for ' option' rather than 'unknown option',Paul Eggert1996-10-122-4/+4
| | | | since CVS says 'invalid option'.
* Explain what major modes can do for imenu and font-lock.Richard M. Stallman1996-10-121-0/+19
|