1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

30403 Commits

Author SHA1 Message Date
Jay Belanger
b2d2748d7a (calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
calc-embedded-open-close-word-alist, calc-embedded-open-close-plain-alist,
calc-embedded-open-close-new-formula-alist, calc-embedded-open-close-mode-alist,
calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook,
calc-embedded-mode-hook): New variables.
2005-07-09 03:41:40 +00:00
Richard M. Stallman
917e0c95de *** empty log message *** 2005-07-08 22:55:36 +00:00
Richard M. Stallman
65a30f585c (checkdoc-proper-noun-list):
Check for "emacs", etc., as entire symbol, not just as word.
(checkdoc-file-comments-engine): Use regexp-quote on FN.
2005-07-08 22:54:57 +00:00
Richard M. Stallman
cbca0a4b37 (set-visited-file-name): Report the error for "empty filename" earlier.
(kill-some-buffers): Ignore buffers already dead.
2005-07-08 22:53:47 +00:00
Richard M. Stallman
2fa4cfa64b (fringe-mode): Doc fix. 2005-07-08 22:50:50 +00:00
Richard M. Stallman
82a726b4ee (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
off warnings in what it guards.  Use unwind-protect to ensure
byte-compile-unresolved-functions is updated.
2005-07-08 22:49:47 +00:00
Richard M. Stallman
185d43ee89 (whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.
(whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2005-07-08 22:33:00 +00:00
Richard M. Stallman
c32e5fb00d (rmail-only-expunge): Fix paren error.
Unconditionally try to leave point at the same old place.
2005-07-08 22:31:32 +00:00
Eli Zaretskii
8774406b6b *** empty log message *** 2005-07-08 13:48:57 +00:00
Eli Zaretskii
3ed4cc1af9 (gnus-article-next-page, gnus-article-next-page-1)
(gnus-article-prev-page): Take scroll-margin into consideration.
2005-07-08 13:48:33 +00:00
Eli Zaretskii
ae5cf18e42 (comint-postoutput-scroll-to-bottom)
(comint-show-maximum-output): Take scroll-margin into consideration.
2005-07-08 13:44:42 +00:00
Kim F. Storm
3c88bdc560 * ido.el (ido-use-filename-at-point): New choice `guess'.
(ido-file-internal): Try ffap-guesser if selected.
2005-07-08 10:07:39 +00:00
Kim F. Storm
3aaa5e2645 *** empty log message *** 2005-07-08 10:07:19 +00:00
Kim F. Storm
b2d4c118dd (ido-before-fallback-functions): New hook.
(ido-buffer-internal, ido-file-internal, ido-read-buffer)
(ido-read-file-name): Run it.
2005-07-08 09:44:47 +00:00
Kim F. Storm
c380c937e5 *** empty log message *** 2005-07-08 09:44:33 +00:00
Jay Belanger
f3414bd4da *** empty log message *** 2005-07-08 05:01:47 +00:00
Jay Belanger
2e2b4fbe92 (math-apply-units): Change the places in which units are simplified. 2005-07-08 04:32:51 +00:00
Luc Teirlinck
dcb380c00a (customize-option, customize-option-other-window): Make them handle aliases. 2005-07-07 23:19:43 +00:00
Luc Teirlinck
a13060944a *** empty log message *** 2005-07-07 23:18:26 +00:00
Luc Teirlinck
289e1999ce (custom-variable-p): Make it recursively follow aliases. Mention that
in the docstring.
2005-07-07 23:12:43 +00:00
Richard M. Stallman
b713c813e7 *** empty log message *** 2005-07-07 22:57:21 +00:00
Richard M. Stallman
bc4c845630 *** empty log message *** 2005-07-07 22:38:37 +00:00
Richard M. Stallman
f747a4884c (exec-path): Fix tag for nil. 2005-07-07 22:04:28 +00:00
Richard M. Stallman
72e869ba05 (exec-path): Use directory' instead of file'. 2005-07-07 21:50:31 +00:00
Juanma Barranquero
a653724b13 (occur-rename-buffer): Use `generate-new-buffer' also when called
non-interactively.  Doc fix.
2005-07-07 10:04:01 +00:00
Lute Kamstra
9d42fe6f84 *** empty log message *** 2005-07-07 09:27:54 +00:00
Lute Kamstra
0df0b0e953 (elide-head-headers-to-hide): Recognize the FSF's new address as well. 2005-07-07 09:27:04 +00:00
Kenichi Handa
43b557d507 (make-coding-system): Describe
`ascii-incompatible' property in the docstring.
(set-file-name-coding-system): Signal an error if coding-system is
ascii-incompatible.
(set-keyboard-coding-system): Likewise.
2005-07-07 06:23:10 +00:00
Kenichi Handa
4a6cbbc416 (set-default-coding-systems): Don't
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.
2005-07-07 06:20:13 +00:00
Kenichi Handa
a9be26751c Declare that all UTF-16-based coding
systems ASCII-incompatible.
2005-07-07 06:18:59 +00:00
Stefan Monnier
a5717394ea (CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
(GOLD-SS3-map): Initialize in declaration.
(tpu-set-mode-line): Don't throw away other minor mode strings when
turning off the mode.
(tpu-set-match, tpu-match-beginning, tpu-check-match)
(tpu-show-match-markers): Use the insertion-type rather than the +1
offset kludge for tpu-match-beginning-mark.
(tpu-edt-mode): Use define-minor-mode.
(minibuffer-local-must-match-map, minibuffer-local-map): Try to avoid
using the escape sequence and use the real key name instead.
(tpu-reset-control-keys): Don't copy a keymap needlessly.
(tpu-arrow-history): Simplify.
(tpu-edt-on): Set control keys after changing the global map.
(tpu-edt-on, tpu-edt-off): Work unconditionally.
2005-07-07 04:59:32 +00:00
Nick Roberts
67bb20fadb Require font-lock for displaying errors.
Used by gdb-ui.el.
2005-07-07 04:59:06 +00:00
Nick Roberts
811ade5c23 *** empty log message *** 2005-07-07 04:58:07 +00:00
Stefan Monnier
521b27480a (hide-ifdef-use-define-alist): Pass a list of
strings rather than a list of symbols to the completion function.
2005-07-07 04:31:17 +00:00
Juanma Barranquero
ed6773fa23 (hi-lock-find-patterns): Protect also against invalid values for the pattern
lists which are `read'able but not `append'able (like symbols).
2005-07-07 01:51:48 +00:00
Richard M. Stallman
7ea8834e08 (flymake-float-time): Instead of with-no-warnings, test for xemacs.
(flymake-replace-regexp-in-string): Test fboundp of replace-in-string
to avoid warning.
2005-07-06 19:03:21 +00:00
Juanma Barranquero
d25dfeedfc (w32-fixed-font-alist): Fix typo in `defcustom' tag. 2005-07-06 13:58:31 +00:00
Lute Kamstra
68003d6be9 *** empty log message *** 2005-07-05 13:32:07 +00:00
Lute Kamstra
a0ec7a4a17 *** empty log message *** 2005-07-05 12:22:32 +00:00
Lute Kamstra
71d211982a Add support for Darwin (with much debugging help from Samuel Lauber
<sam124@operamail.com>).
(battery-status-function, battery-echo-area-format)
(battery-mode-line-format): Add support for pmset on Darwin.
(battery-load-low, battery-load-critical): New user options.
(battery-pmset): New function.
2005-07-05 08:14:42 +00:00
Lute Kamstra
588c07701c Fix spelling. 2005-07-05 07:45:22 +00:00
Lute Kamstra
3ef97fb6a7 Update FSF's address. 2005-07-05 00:35:10 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
a587bb3c7e Update FSF's address. 2005-07-04 23:08:52 +00:00
Stefan Monnier
c13ce396ae (lisp-mode-variables): Prevent adaptive
filling from using prefix when filling a single-line docstring.
2005-07-04 20:13:45 +00:00
Stefan Monnier
0ea7c863fb Remove useless eval-when-compile. 2005-07-04 18:54:30 +00:00
Stefan Monnier
f2cd8acacc (archive-lzh-ogm): Reorder save excursion/restriction. 2005-07-04 18:47:07 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Lute Kamstra
4fc5845fe8 Update FSF's address. 2005-07-04 16:49:24 +00:00
Richard M. Stallman
4af331767c *** empty log message *** 2005-07-04 15:16:26 +00:00