1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 09:20:59 -08:00
Commit graph

2027 commits

Author SHA1 Message Date
Gerd Moellmann
33a6685b13 *** empty log message *** 2000-01-14 12:05:52 +00:00
Dave Love
044a497578 *** empty log message *** 2000-01-13 18:15:59 +00:00
Gerd Moellmann
0a352cd7a3 *** empty log message *** 2000-01-13 14:50:15 +00:00
Gerd Moellmann
feb450e0c4 (eudc-bob-play-sound-at-point): Play sounds
for Emacs.
(eudc-bob-can-display-inline-images): Extend for Emacs.
(eudc-bob-toggle-inline-display): Ditto.
(eudc-bob-display-jpeg): Ditto.
2000-01-13 13:55:49 +00:00
Gerd Moellmann
7970b22996 *** empty log message *** 2000-01-12 20:50:20 +00:00
Gerd Moellmann
e4936aa97c *** empty log message *** 2000-01-12 14:16:29 +00:00
Gerd Moellmann
133c9e59e0 emacsclient, --alternate-editor 2000-01-12 13:59:26 +00:00
Gerd Moellmann
99c6d63bb2 (eval-last-sexp-1): Renamed from
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.
2000-01-12 13:14:48 +00:00
Richard M. Stallman
83c8f4616a (with-syntax-table): Moved to subr.el. 2000-01-12 03:08:29 +00:00
Gerd Moellmann
1fab1775e0 *** empty log message *** 2000-01-11 22:12:07 +00:00
Gerd Moellmann
7e3c74fa85 *** empty log message *** 2000-01-11 21:47:40 +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
Dave Love
8cf87e9bd2 *** empty log message *** 2000-01-10 16:33:17 +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
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
c65d14eef1 *** empty log message *** 2000-01-08 15:20:57 +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
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
c4bb210835 *** empty log message *** 2000-01-05 22:56:49 +00:00
Dave Love
319a73d6a1 *** empty log message *** 2000-01-05 22:39:30 +00:00
Dave Love
fae2ac05e1 *** empty log message *** 2000-01-05 17:17:07 +00:00
Carsten Dominik
676ac02363 *** empty log message *** 2000-01-05 15:22:16 +00:00
Dave Love
8880798499 *** empty log message *** 2000-01-05 15:13:41 +00:00
Thien-Thi Nguyen
7ddafb955f Fix buglet in local variables initialization. 2000-01-05 12:34:51 +00:00
Thien-Thi Nguyen
1362aeb47c ChangeLog 2000-01-05 12:29:41 +00:00
Andreas Schwab
7334aa9948 . 2000-01-05 11:47:57 +00:00
Carsten Dominik
b12e24cdb5 *** empty log message *** 2000-01-05 11:44:41 +00:00
Carsten Dominik
d6226972f7 *** empty log message *** 2000-01-05 10:38:00 +00:00
Carsten Dominik
ddc9a4031a dded old entries for reftex and idlwave which were not properly interated. 2000-01-05 10:32:51 +00:00
Kenichi Handa
6ddb893fff *** empty log message *** 2000-01-05 08:13:59 +00:00
Kenichi Handa
894ee0a289 *** empty log message *** 2000-01-05 08:10:08 +00:00
Kenichi Handa
ae833aae6e *** empty log message *** 2000-01-05 07:14:45 +00:00
Gerd Moellmann
560a7bd208 *** empty log message *** 2000-01-04 21:32:26 +00:00
Dave Love
f45dd0f411 (make-mode-line-mouse-sensitive): Fix the toggle menu items. 2000-01-04 18:45:48 +00:00
Dave Love
c282ca4de5 (elide-head): Add :version. 2000-01-04 00:11:00 +00:00
Dave Love
6125598177 (cl-emacs-type): Remove defvar.
(cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
`cl-hash-table-p', not `hash-table-p'.
(cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2000-01-03 23:12:38 +00:00
Eli Zaretskii
c182a70f74 *** empty log message *** 2000-01-03 17:04:20 +00:00