aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (specbind): Record buffer-local variables specially,Richard M. Stallman2000-01-111-5/+38
| | | | | | | | indicating which buffer's binding was saved. (unbind_to): Restore buffer-local variables specially in the proper buffer. (specbind, unbind_to): Pass new arg to set_internal.
* (set_internal): New arg BUF.Richard M. Stallman2000-01-111-12/+23
| | | | (Fset): Pass new arg to set_internal.
* (Fbyte_code): Pass new arg to set_internal.Richard M. Stallman2000-01-111-1/+5
|
* (set_internal): Enter the new arg.Richard M. Stallman2000-01-111-3/+8
|
* *** empty log message ***Gerd Moellmann2000-01-112-4/+8
|
* Adapt to new strings.Gerd Moellmann2000-01-111-1/+33
|
* (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
|
* (Ftry_completion): Doc fix.Richard M. Stallman2000-01-111-1/+1
|
* *** empty log message ***Richard M. Stallman2000-01-111-0/+4
|
* (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 ***Gerd Moellmann2000-01-112-0/+8
|
* Add last change to doc string.Gerd Moellmann2000-01-111-1/+2
|
* (Fclear_this_command_keys): Clear recent_keysGerd Moellmann2000-01-111-0/+7
| | | | vector, too.
* .Andreas Schwab2000-01-112-0/+9
|
* (install-arch-indep): Update list of info files toAndreas Schwab2000-01-111-2/+2
| | | | be installed.
* (code_convert_region): Initialize total_skip.Andreas Schwab2000-01-111-1/+1
|
* *** empty log message ***Richard M. Stallman2000-01-112-1/+7
|
* (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 ***Richard M. Stallman2000-01-111-3/+0
|
* read-mail-command, outline mode changes, change-log-merge,Dave Love2000-01-101-2/+24
| | | | add-change-log-entry change, paragraph-indent-minor-mode, keyword-p.
* *** 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-104-4/+20
|
* (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-082-1/+10
|
* 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.
* (Fcompleting_read): Doc fix.Gerd Moellmann2000-01-072-0/+5
|