1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00
Commit Graph

13532 Commits

Author SHA1 Message Date
Richard M. Stallman
83c8f4616a (with-syntax-table): Moved to subr.el. 2000-01-12 03:08:29 +00:00
Richard M. Stallman
7e8539cc68 (with-syntax-table): Moved from simple.el. 2000-01-12 03:04:55 +00:00
Richard M. Stallman
210bd5c986 (with-syntax-table): Add a def-edebug-spec. 2000-01-12 03:04:09 +00:00
Gerd Moellmann
1fab1775e0 *** empty log message *** 2000-01-11 22:12:07 +00:00
Gerd Moellmann
c2a8d4a7df (tmm-shortcut): Delete region after prompt instead
of erasing buffer.
2000-01-11 22:04:24 +00:00
Gerd Moellmann
7e3c74fa85 *** empty log message *** 2000-01-11 21:47:40 +00:00
Gerd Moellmann
7190ab8737 (fill-common-string-prefix): New function.
(fill-context-prefix): Use the longest common substring of both
prefixes, if there is one.
2000-01-11 21:42:12 +00:00
Richard M. Stallman
7fbc46a0a2 (array-mode): Don't use make-variable-buffer-local.
Use make-local-variable for `truncate-lines'.
2000-01-11 19:31:26 +00:00
Richard M. Stallman
782bd3ec53 *** empty log message *** 2000-01-11 19:31:04 +00:00
Gerd Moellmann
aa705642e7 (add-log-current-defun): Handle user-defined
add-log-current-function returning nil,
2000-01-11 15:40:41 +00:00
Gerd Moellmann
57df2446ea (add-change-log-entry): Insert version number
if having found a current function.
2000-01-11 15:36:02 +00:00
Gerd Moellmann
c1356086c3 (add-log-current-defun): Call
`add-log-current-defun-function'.  Try matches at level 0 and
level 1.  Strip whitespace from defun found.
2000-01-11 15:08:47 +00:00
Richard M. Stallman
1d8c59e9d4 *** empty log message *** 2000-01-11 05:15:12 +00:00
Richard M. Stallman
edbcb77b91 (isearch-done/outline-provisions): Added `edit'
argument to correspond with the current definition of `isearch-done'.
2000-01-11 05:14:48 +00:00
Dave Love
8cf87e9bd2 *** empty log message *** 2000-01-10 16:33:17 +00:00
Dave Love
b88a9e9ffe (elide-head): Use point-marker, not point. 2000-01-10 16:26:35 +00:00
Gerd Moellmann
8321b22a93 (vc-parse-buffer): Handle mixtures of dates
before and after the year 2000.
2000-01-10 13:29:53 +00:00
Gerd Moellmann
9050446cf6 (xemacsp, version18p, version-20p):
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.
2000-01-10 12:06:33 +00:00
Richard M. Stallman
8f3efb4e04 *** empty log message *** 2000-01-10 08:56:40 +00:00
Richard M. Stallman
85400f54f5 (dired-guess-shell-alist-default):
Suggest xloadimage, which is free, not xv, which isn't.
2000-01-10 08:44:26 +00:00
Richard M. Stallman
4357341d9e (ange-ftp-file-name-nondirectory):
Don't ever include the host name or user name in the value.
2000-01-10 08:41:22 +00:00
Richard M. Stallman
6d0c28f48b *** empty log message *** 2000-01-10 08:40:49 +00:00
Gerd Moellmann
9ed79f5d1a (texinfo-format-scan): Use ?\n instead
of a real newline.
2000-01-09 18:21:26 +00:00
Gerd Moellmann
b950abb185 (dired-guess-shell-alist-default): Suggest xv
for .png files.
2000-01-09 17:19:23 +00:00
Gerd Moellmann
3c708e9898 (custom-hook-convert-widget): Fix comment. 2000-01-09 17:05:34 +00:00
Gerd Moellmann
f1d851aecd Replace ^F with ^L. 2000-01-09 16:59:27 +00:00
Gerd Moellmann
bf61662d88 (toplevel): Provide `sendmail' when compiling
before `require'ing rmail and mailalias to prevent infinite
recursion.
2000-01-09 12:37:37 +00:00
Dave Love
be0b8d6965 Require rmail, mailalias when compiling.
(mail-setup-hook): Add :options.
(mail-mode-hook, mail-send-hook): Customize.
2000-01-08 22:36:16 +00:00
Dave Love
c65d14eef1 *** empty log message *** 2000-01-08 15:20:57 +00:00
Dave Love
4c5482386b Remove inappropriate customization (allowing custom.el to use
backquote).
2000-01-08 15:19:21 +00:00
Dave Love
f4191f9537 *** empty log message *** 2000-01-07 21:26:57 +00:00
Dave Love
83de2ebc7a *** empty log message *** 2000-01-07 14:47:02 +00:00
Dave Love
075a662949 (add-log-debugging): Deleted.
(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.
2000-01-07 14:28:58 +00:00
Dave Love
f6e556e9b3 (display-time-string-forms): Make the Mail string active.
(display-time-update): Provide help-echo for load average.
2000-01-07 14:19:23 +00:00
Dave Love
dfdabcf9df (make-mode-line-mouse2-map): New function.
(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.
2000-01-07 14:16:07 +00:00
Dave Love
1804e74006 (menu-bar-tools-menu): Use read-mail-command. 2000-01-07 12:55:26 +00:00
Dave Love
7683b5c2bf (with-syntax-table): Fix backquoting.
(read-mail-command): New option.
2000-01-07 12:53:36 +00:00
Gerd Moellmann
c1475eae0b *** empty log message *** 2000-01-07 12:20:57 +00:00
Thien-Thi Nguyen
eb483e1786 *** empty log message *** 2000-01-07 02:30:49 +00:00
Dave Love
2ac6f2c837 Add defclass, define-condition, defmethod, symbol-macrolet. 2000-01-06 23:46:13 +00:00
Dave Love
fd9b0a6b13 (byte-extrude-byte-code-vectors): Use remprop. 2000-01-06 23:38:46 +00:00
Dave Love
bf5f1abd70 Tag as emacs-mule coding. 2000-01-06 23:35:31 +00:00
Dave Love
c5967e91d3 (hl-line-mode): Fix defcustom. 2000-01-06 23:24:04 +00:00
Dave Love
41674a5aa2 Assorted cleanups for compiler warnings, doc strings, `array-' prefix
for symbols.
2000-01-06 23:12:02 +00:00
Dave Love
c90e1eb8a8 Copyright up-date. 2000-01-05 22:59:31 +00:00
Dave Love
c4bb210835 *** empty log message *** 2000-01-05 22:56:49 +00:00
Dave Love
7549d20746 (outline-mode-menu-bar-map): Add outline-headers-as-kill.
(outline-mode): Define imenu-generic-expression.
(outline-headers-as-kill): New command.
2000-01-05 22:47:58 +00:00
Dave Love
319a73d6a1 *** empty log message *** 2000-01-05 22:39:30 +00:00
Dave Love
9f78d51a12 (text-mode): Remove page-delimiter's `^' from paragraph-start.
(paragraph-indent-minor-mode): New command.
2000-01-05 22:32:54 +00:00
Dave Love
7a7db8e569 (fortran-mode-map): Don't bind M-C-a,
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.
2000-01-05 17:23:27 +00:00