summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (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).
* (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.
* (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
|
* (rmail): Run rmail-mail-hook last.Richard M. Stallman1996-10-121-7/+12
| | | | | (rmail-mode-2): Don't run rmail-mode-hook here. (rmail-mode, rmail): Run it here.
* (msb--toggle-menu-type): Call menu-bar-update-buffers with t.Richard M. Stallman1996-10-121-1/+1
|
* Comment change.Richard M. Stallman1996-10-128-13/+13
|
* (edt-load-xkeys): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (set-process-filter): Doc fix.Richard M. Stallman1996-10-121-2/+2
|
* Doc fixes on most variables.Richard M. Stallman1996-10-121-24/+23
|
* (tpu-load-xkeys): Doc fix.Richard M. Stallman1996-10-121-3/+3
|
* (nnfolder-ignore-active-file): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (2C-two-columns): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (r2b-proceedings-list, r2b-help-message): Doc fixes.Richard M. Stallman1996-10-121-2/+2
|
* (solitaire): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (newline): Use buffer-has-markers-at.Richard M. Stallman1996-10-111-0/+2
|
* (browse-url-at-point): Add autoload cookie.Richard M. Stallman1996-10-111-16/+5
| | | | | (browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file) (browse-url-of-dired-file): Likewise.
* (browse-url): New function.Richard M. Stallman1996-10-111-151/+341
| | | | | | | | | | | | | | | | | | | | | (browse-url-CCI-host): New variable. (browse-url-at-mouse): Added event-buffer and event-point functions for XEmacs compatibility. (browse-url-file-url): Check for EFS after alist, URL-encode special chars. (browse-url-grail): New function. (browse-url-interactive-arg): Add new-window logic. (browse-url-looking-at): Fixed. (browse-url-lynx-xterm): New function. (browse-url-lynx-emacs): Use term.el instead of terminal.el. (browse-url-netscape): Contact/start Netscape in the background. Multi-display support. Renamed browse-url-netscape-send. URL-encode comma. (browse-url-netscape-command): New variable. (browse-url-netscape-startup-arguments): New variable. (browse-url-url-at-point): Improved matching to supply missing "http://". Other fixes for byte-compilation.
* (auto-mode-alist): .hpp files get C++ mode.Richard M. Stallman1996-10-101-0/+1
|
* (narrow-to-defun): Narrow to the same defun that `mark-defun' would makeErik Naggum1996-10-081-4/+8
| | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps.
* (comint-read-noecho): Clear out the intermediate strings.Richard M. Stallman1996-10-081-3/+9
|
* (line-move): Ignore invisibility in `move-to-column'.Richard M. Stallman1996-10-081-2/+5
| | | | (universal-argument): Doc fix.
* (cancel-function-timers): Add autoload.Richard M. Stallman1996-10-081-0/+1
|
* (with-current-buffer): Correct indentation property.Erik Naggum1996-10-081-1/+1
|
* Move two function definitions.Richard M. Stallman1996-10-081-15/+16
|
* (sgml-specials): Delete `-' from the list.Richard M. Stallman1996-10-071-5/+7
| | | | (sgml-font-lock-keywords): Add an element for comments.
* (Buffer-menu-revert): New function.Richard M. Stallman1996-10-071-2/+8
| | | | | (Buffer-menu-mode-map): Use Buffer-menu-revert for g. (Buffer-menu-mode): Doc fix.
* (cancel-timer): Add autoload cookie.Richard M. Stallman1996-10-071-0/+2
|
* (Info-read-subfile): Allow a file name as arg.Richard M. Stallman1996-10-061-23/+32
| | | | (Info-search): Restore previous subfile correctly.
* (print-help-return-message): Use new functions `special-display-p' andErik Naggum1996-10-061-60/+28
| | | | | `same-window-p' to determine which help message to print. (Also unquote lambda forms.)
* (rmail-summary-line-count-flag): Renamed from rmail-summary-line-count-p.Richard M. Stallman1996-10-041-2/+2
|