summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2000-01-211-0/+11
|
* (dolist, dotimes): Moved to subr.el.Richard M. Stallman2000-01-211-26/+0
|
* (dolist, dotimes): Moved from cl-macs.el.Richard M. Stallman2000-01-211-0/+26
|
* (rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.Richard M. Stallman2000-01-211-15/+21
| | | | | Allows multiple regexps for detecting the end line. (undigestify-rmail-message): Corresponding changes.
* *** empty log message ***Dave Love2000-01-191-0/+2
|
* (user-init-file): Don't declare here -- is primitive.Dave Love2000-01-191-3/+0
|
* *** empty log message ***Dave Love2000-01-191-0/+5
|
* (command-line): Check for compiled user-init-file andDave Love2000-01-191-3/+14
| | | | set to uncompiled version if necessary.
* *** empty log message ***Gerd Moellmann2000-01-181-0/+3
|
* (rmail-digest-end-regexp): New user option.Gerd Moellmann2000-01-181-3/+8
| | | | (undigestify-rmail-message): Use it.
* (ange-ftp-skip-msgs): Add regexp for EPRT.Gerd Moellmann2000-01-182-1/+5
|
* (tmm-goto-completions): Adapt to prompt being partGerd Moellmann2000-01-172-2/+8
| | | | of mini-buffer.
* (copyright-update): Removed theGerd Moellmann2000-01-142-2/+5
| | | | | requirement for a trailing space from `copyright-regexp', to support copyrights with owner specified on a separate line..
* *** empty log message ***Gerd Moellmann2000-01-144-1/+1625
|
* *** empty log message ***Gerd Moellmann2000-01-142-1/+9
|
* (menu-bar-tools-menu): Add EUDC submenu.Gerd Moellmann2000-01-141-0/+2
|
* (toplevel): Define EUDC menu for Emacs.Gerd Moellmann2000-01-141-0/+53
|
* *** empty log message ***Dave Love2000-01-131-0/+4
|
* Obsoleted by EUDC.Dave Love2000-01-131-1140/+0
|
* *** empty log message ***Gerd Moellmann2000-01-133-261/+357
|
* (toplevel): Remove autoloaded code installingGerd Moellmann2000-01-131-27/+0
| | | | menu with easymenu, because that causes build problems.
* (frame-notice-user-settings): New variable.Gerd Moellmann2000-01-131-0/+18
| | | | | | | | (frame-notice-user-settings): Don't modify frame parameters if called a second time. (frame-notice-user-settings): Notice default-frame-parameters even for non-window frames.
* (eudc-bob-play-sound-at-point): Play soundsGerd Moellmann2000-01-132-47/+89
| | | | | | | for Emacs. (eudc-bob-can-display-inline-images): Extend for Emacs. (eudc-bob-toggle-inline-display): Ditto. (eudc-bob-display-jpeg): Ditto.
* *** empty log message ***Gerd Moellmann2000-01-1210-0/+3742
|
* *** empty log message ***Gerd Moellmann2000-01-121-0/+5
|
* Add `net' directory.Gerd Moellmann2000-01-121-1/+1
|
* (add-change-log-entry): Fix error trying an `(insert nil)'.Gerd Moellmann2000-01-121-1/+1
|
* emacsclient, --alternate-editorGerd Moellmann2000-01-121-2/+4
|
* (eval-last-sexp-1): Renamed fromGerd Moellmann2000-01-122-5/+54
| | | | | | | eval-last-sexp. Don't bind debug-on-error here. (eval-last-sexp): New function. Bind debug-on-error if eval-expression-debug-on-error is non-nil. (eval-defun-2, eval-defun): Likewise.
* (eval-expression): Don't bind debug-on-error ifGerd Moellmann2000-01-121-3/+16
| | | | | | | eval-expression-debug-on-error is nil. Detect changed debug-on-error, and propagate new value to global binding, if eval-expression-debug-on-error is non-nil, (eval-expression-debug-on-error): Change doc string.
* (with-syntax-table): Moved to subr.el.Richard M. Stallman2000-01-123-21/+12
|
* (with-syntax-table): Moved from simple.el.Richard M. Stallman2000-01-121-0/+16
|
* (with-syntax-table): Add a def-edebug-spec.Richard M. Stallman2000-01-121-1/+2
|
* *** empty log message ***Gerd Moellmann2000-01-111-0/+3
|
* (tmm-shortcut): Delete region after prompt insteadGerd Moellmann2000-01-111-1/+2
| | | | of erasing buffer.
* *** empty log message ***Gerd Moellmann2000-01-111-0/+6
|
* (fill-common-string-prefix): New function.Gerd Moellmann2000-01-111-7/+27
| | | | | (fill-context-prefix): Use the longest common substring of both prefixes, if there is one.
* (array-mode): Don't use make-variable-buffer-local.Richard M. Stallman2000-01-111-1/+1
| | | | Use make-local-variable for `truncate-lines'.
* *** empty log message ***Richard M. Stallman2000-01-111-0/+5
|
* (add-log-current-defun): Handle user-definedGerd Moellmann2000-01-112-4/+7
| | | | add-log-current-function returning nil,
* (add-change-log-entry): Insert version numberGerd Moellmann2000-01-112-2/+7
| | | | if having found a current function.
* (add-log-current-defun): CallGerd Moellmann2000-01-112-9/+27
| | | | | `add-log-current-defun-function'. Try matches at level 0 and level 1. Strip whitespace from defun found.
* *** empty log message ***Richard M. Stallman2000-01-111-0/+6
|
* (isearch-done/outline-provisions): Added `edit'Richard M. Stallman2000-01-111-1/+1
| | | | argument to correspond with the current definition of `isearch-done'.
* *** empty log message ***Dave Love2000-01-101-2/+6
|
* (elide-head): Use point-marker, not point.Dave Love2000-01-101-2/+2
|
* (vc-parse-buffer): Handle mixtures of datesGerd Moellmann2000-01-102-2/+12
| | | | before and after the year 2000.
* (xemacsp, version18p, version-20p):Gerd Moellmann2000-01-102-250/+410
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ispell- prefix. Only define dictionaries in menus when they exist. (version18p): New variable. (version20p): New variable. (xemacsp): New variable. (ispell-choices-win-default-height): Fix for XEmacs visibility. (ispell-dictionary-alist1): Added Brasileiro dictionary. (ispell-dictionary-alist6): Russian command lines no longer accept run-together words. (ispell-local-dictionary-alist): Add koi8-r to customize definition. (ispell-dictionary-alist): Add koi8-r to customize definition. (check-ispell-version): Added documentation string. Returns library path when called non-interactively. (ispell-menu-map-needed): Uses new variables. (ispell-library-path): New variable. (ispell-decode-string): XEmacs fix for bogus variable bindings. (ispell-word): Improved documentation string. Test for valid character mappings. Correctly check typed in word changes that can result in single words split into multiple words. Returns replacement word. (ispell-command-loop): Fixes XEmacs display bugs. Show word to replace in recursive query replace mode. Help message for recursive edit mode. (ispell-show-choices): Protect against bad framepop bindings. (ispell-help): Fix to work with XEmacs. (ispell-highlight-spelling-error): Use new variables. (ispell-overlay-window): Fix to work with XEmacs. (ispell-parse-output): Passed and returns location information tracking spelling corrections. Doesn't recheck same word on current line. (ispell-init-process): Protect against bogus XEmacs variable binding. Fix call to single argument in sleep-for. Use new variables. (ispell-region): Passed and returns location information tracking spelling corrections. Doesn't check same word on current line. Improved documentation string. Doesn't resend a line already checked to the ispell process - fixes bug in LaTeX parsing. (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. (ispell-skip-region): No longer skips <TT> in SGML. (ispell-process-line): Tracks location information with spelling corrections. Added documentation string. Accounts for words already accepted on this line. Don't allow query-replace on line starting with math characters. Doesn't resend a line already sent to ispell process. Fixes alignment error bug.
* *** empty log message ***Richard M. Stallman2000-01-101-0/+3
|
* (dired-guess-shell-alist-default):Richard M. Stallman2000-01-101-6/+6
| | | | Suggest xloadimage, which is free, not xv, which isn't.