aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (ebrowse-read): Skip forward over whiteGerd Moellmann2000-04-101-86/+59
| | | | | | | | space before testing for end of buffer. (ebrowse-load): Removed. (ebrowse-revert-tree-buffer-from-file): Rewritten. (ebrowse-create-tree-buffer): Rewritten. (ebrowse-tree-mode): Read tree from buffer.
* (auto-mode-alist): Add `EBROWSE'.Gerd Moellmann2000-04-101-1/+3
|
* (viet-vscii-decode-table): Fix a bug.Kenichi Handa2000-04-101-1/+1
|
* *** empty log message ***Kenichi Handa2000-04-101-0/+4
|
* (with-buffer-unmodified): Fix bug introduced by `)'Gerd Moellmann2000-04-102-2/+7
| | | | at the wrong place.
* *** empty log message ***Gerd Moellmann2000-04-093-2/+85
|
* (finder-commentary): Add autoload cookie.Gerd Moellmann2000-04-091-0/+3
|
* (ebrowse-find-file-hook-fn): MovedGerd Moellmann2000-04-091-13/+1
| | | | | to ebrowse-ffh.el. (ebrowse-load): Add autoload.
* (backup-enable-predicate): Use temporary-file-directory,Dave Love2000-04-091-44/+133
| | | | | | | | | | small-temporary-file-directory. (make-backup-file-name-function, backup-directory-alist): New variables. (make-backup-file-name-1): New function. (make-backup-file-name): Use it. (find-backup-file-name): Likewise. Use format for clarity, not concat. (file-newest-backup): Use make-backup-file-name.
* *** empty log message ***Gerd Moellmann2000-04-094-52/+4738
|
* (easy-menu-create-menu): Process menuGerd Moellmann2000-04-091-2/+9
| | | | | | item help string. (easy-menu-do-add-item): Ditto. (easy-menu-define): Extend doc string.
* (with-buffer-unmodified): UseGerd Moellmann2000-04-091-38/+41
| | | | | | | restore-buffer-modified-p. (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. (jit-lock-function, jit-lock-stealth-fontify): Don't use with-buffer-unmodified.
* Correct author's email address.Gerd Moellmann2000-04-091-1/+1
|
* Fix specs for dolist, dotimes, push, pop, unless, when.Dave Love2000-04-082-6/+11
|
* 2000-04-07 Mikio Nakajima <[email protected]>Michael Kifer2000-04-073-16/+39
| | | | | | | * viper-util.el (viper-put-on-search-overlay): New subroutine. (viper-flash-search-pattern): No operation when using Emacs doesn't support face. Use `viper-put-on-search-overlay'.
* *** empty log message ***Gerd Moellmann2000-04-041-0/+26
|
* (isearch-mode-map): Define M-C-s like C-s and M-C-rGerd Moellmann2000-04-041-1/+7
| | | | like C-r.
* Some doc fixes.Gerd Moellmann2000-04-041-27/+48
| | | | | | | (makefile-mode-abbrev-table): New variable. (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. (makefile-font-lock-keywords): Fontify includes and conditionals. (toplevel): Require `dabbrev' and `add-log' when compiling.
* (perform-replace): Don't move forward one charGerd Moellmann2000-04-041-4/+13
| | | | | | when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want to do that because it leaves point 1 position after the last replacement, after everything has been replaced.
* (with-buffer-unmodified): New macro.Gerd Moellmann2000-04-041-69/+84
| | | | | | | | | (with-buffer-prepared-for-font-lock): Don't preserve buffer's modified state. (jit-lock-function-1): Extracted from jit-lock-function; not preserving buffer's modified state. (jit-lock-function, jit-lock-stealth-fontify): Call jit-lock-function-1.
* Remove supernumerary copyright line.Gerd Moellmann2000-04-041-2/+0
|
* *** empty log message ***Gerd Moellmann2000-04-041-0/+6
|
* Provide facilities for inserting space before leftGerd Moellmann2000-04-041-15/+68
| | | | | parentheses and uncapitalization of identifiers. (glasses-mode): Try to remove old overlays in all cases.
* *** empty log message ***Gerd Moellmann2000-04-032-0/+170
|
* (compile-internal): Display the compilationGerd Moellmann2000-04-031-1/+1
| | | | buffer in a different frame, if it's already displayed there.
* *** empty log message ***Gerd Moellmann2000-04-031-0/+2
|
* *** empty log message ***Gerd Moellmann2000-04-031-0/+23
|
* (sendmail-user-agent-compose): Recognize a `body'Gerd Moellmann2000-04-031-3/+7
| | | | header and insert its value as mail body.
* (member-ignore-case): New function.Gerd Moellmann2000-04-031-0/+12
|
* (fill-individual-paragraphs): If a no-prefixGerd Moellmann2000-04-031-1/+4
| | | | | line is followed by one that matches CITATION-REGEXP, end the paragraph.
* (insert-directory): List the total free spaceGerd Moellmann2000-04-031-2/+20
| | | | along with the used space.
* (rmail-user-mail-address-regexp): New option.Gerd Moellmann2000-04-031-14/+35
| | | | (rmail-make-basic-summary-line): Use that option.
* (dabbrev-ignored-regexps): New user-option.Gerd Moellmann2000-04-031-6/+23
| | | | | (dabbrev--find-expansion): Ignore buffers matching a regexp from dabbrev-ignored-regexps.
* (jka-compr-compression-info-list): Add `.z'Gerd Moellmann2000-04-032-1/+6
| | | | to extensions handled by gzip.
* Fix encoding of the file.Kenichi Handa2000-04-031-1/+1
|
* (encoded-string-description): Use uppercase letters for hexadecimalKenichi Handa2000-04-031-1/+1
| | | | format.
* *** empty log message ***Kenichi Handa2000-04-031-1/+2
|
* (encoded-string-description):Kenichi Handa2000-04-031-17/+7
| | | | | Rewritten. Try pretty description for ISO 2022 escape sequences only if CODING-SYSTEM is based on ISO 2022.
* *** empty log message ***Kenichi Handa2000-04-031-0/+6
|
* *** empty log message ***Dave Love2000-04-011-0/+15
|
* Change customization group to `c' from `C'.Dave Love2000-04-011-1/+1
|
* *** empty log message ***Gerd Moellmann2000-04-011-0/+5
|
* (vc-backend-diff): Return the correct status if we had toGerd Moellmann2000-04-011-5/+6
| | | | retry the rcsdiff command without the --brief option.
* (vcursor-move): Use display-color-p.Dave Love2000-04-011-0/+3
|
* Provide mule-utils.Dave Love2000-04-011-15/+22
| | | | (string-to-sequence): Simplify and speed up.
* (make-coding-system): Purecopy doc-string.Dave Love2000-04-011-1/+1
|
* Various menu changes.Dave Love2000-04-011-11/+22
| | | | | (describe-specified-language-support): Handle `Default'. (set-language-info): Purecopy `info'.
* (help-manyarg-func-alist): Correct several omissions.Dave Love2000-03-312-1/+12
|
* *** empty log message ***Dave Love2000-03-311-0/+14
|
* Don't require cl, fortran.Dave Love2000-03-311-219/+169
| | | | | | | | | (add-log-current-defun-function): Doc fix. (change-log-version-number-regexp-list): Remove SCCS stuff. Doc fix. (change-log-mode-map): Defvar directly. (change-log-version-rcs): Function deleted. (change-log-version-number-search): Doc fix.