aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (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.
* (ange-ftp-file-name-nondirectory):Richard M. Stallman2000-01-101-1/+1
| | | | Don't ever include the host name or user name in the value.
* *** empty log message ***Richard M. Stallman2000-01-101-0/+5
|
* (texinfo-format-scan): Use ?\n insteadGerd Moellmann2000-01-092-2/+6
| | | | of a real newline.
* (dired-guess-shell-alist-default): Suggest xvGerd Moellmann2000-01-092-0/+6
| | | | for .png files.
* (custom-hook-convert-widget): Fix comment.Gerd Moellmann2000-01-092-2/+6
|
* Replace ^F with ^L.Gerd Moellmann2000-01-092-1/+3
|
* (toplevel): Provide `sendmail' when compilingGerd Moellmann2000-01-092-0/+8
| | | | | before `require'ing rmail and mailalias to prevent infinite recursion.
* Require rmail, mailalias when compiling.Dave Love2000-01-081-1/+18
| | | | | (mail-setup-hook): Add :options. (mail-mode-hook, mail-send-hook): Customize.
* *** empty log message ***Dave Love2000-01-081-0/+5
|
* Remove inappropriate customization (allowing custom.el to useDave Love2000-01-081-19/+8
| | | | backquote).
* *** empty log message ***Dave Love2000-01-071-19/+0
|
* *** empty log message ***Dave Love2000-01-071-32/+75
|
* (add-log-debugging): Deleted.Dave Love2000-01-071-14/+76
| | | | | | | | (add-change-log-entry): Treat a backup FILE-NAME as its parent file. Remove debugging code. (change-log-get-method-definition, change-log-name): Add doc. (change-log-sortable-date-at): New function. (change-log-merge): New command.
* (display-time-string-forms): Make the Mail string active.Dave Love2000-01-071-4/+14
| | | | (display-time-update): Provide help-echo for load average.
* (make-mode-line-mouse2-map): New function.Dave Love2000-01-071-73/+94
| | | | | | | | (mode-line-modified): Use it and simplify. (mode-line-mule-info): Provide help-echo info. (minor-mode-alist): Activate the strings. (make-mode-line-mouse-sensitive): Simplify for mode-line-buffer-identification.
* (menu-bar-tools-menu): Use read-mail-command.Dave Love2000-01-071-1/+1
|
* (with-syntax-table): Fix backquoting.Dave Love2000-01-071-6/+16
| | | | (read-mail-command): New option.
* *** empty log message ***Gerd Moellmann2000-01-072-9/+474
|
* *** empty log message ***Thien-Thi Nguyen2000-01-071-29/+29
|
* Add defclass, define-condition, defmethod, symbol-macrolet.Dave Love2000-01-061-1/+9
|
* (byte-extrude-byte-code-vectors): Use remprop.Dave Love2000-01-061-3/+3
|
* Tag as emacs-mule coding.Dave Love2000-01-061-1/+7
|
* (hl-line-mode): Fix defcustom.Dave Love2000-01-061-12/+11
|
* Assorted cleanups for compiler warnings, doc strings, `array-' prefixDave Love2000-01-061-219/+234
| | | | for symbols.
* Copyright up-date.Dave Love2000-01-051-1/+1
|
* *** empty log message ***Dave Love2000-01-051-0/+5
|
* (outline-mode-menu-bar-map): Add outline-headers-as-kill.Dave Love2000-01-051-0/+39
| | | | | (outline-mode): Define imenu-generic-expression. (outline-headers-as-kill): New command.
* *** empty log message ***Dave Love2000-01-051-1/+14
|
* (text-mode): Remove page-delimiter's `^' from paragraph-start.Dave Love2000-01-051-0/+16
| | | | (paragraph-indent-minor-mode): New command.
* (fortran-mode-map): Don't bind M-C-a,Dave Love2000-01-051-121/+89
| | | | | | | | | | M-C-e, M-C-h, C-j, C-xnd, TAB. (fortran-mode): Set beginning-of-defun, end-of-defun. (fortran-column-ruler): Simplify. (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. (fortran-with-subprogram-narrowing): Likewise. (fortran-indent-subprogram): Call mark-defun. (fortran-check-for-matching-do): Change narrowing.
* *** empty log message ***Dave Love2000-01-051-2/+12
|
* (cl-make-hash-table): Use make-hash-table.Dave Love2000-01-051-25/+6
| | | | | | (cl-lucid-hash-tag): Delete. (cl-hash-table-p): Correct test for native table. (cl-hash-table-count): Use hash-table-count.
* (browse-url): Fix case of browse-url-browser-function being an alist.Dave Love2000-01-051-15/+19
|
* *** empty log message ***Carsten Dominik2000-01-051-0/+11
|
* New version number.Carsten Dominik2000-01-0511-38/+52
| | | | (reftex-parse-file-extionsion,reftex-index-phrase-file-extension): New options
* *** empty log message ***Dave Love2000-01-051-5/+12
|
* (beginning-of-defun): New variable.Dave Love2000-01-051-60/+120
| | | | | | | (beginning-of-defun-raw): Use it. (end-of-defun): New variable. (end-of-defun): Use it. (check-parens): New command.
* fixed some bugs associated with the new file namesCarsten Dominik2000-01-054-349/+351
|
* Fix buglet in local variables initialization.Thien-Thi Nguyen2000-01-052-1/+4
|