1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

57945 Commits

Author SHA1 Message Date
Stefan Monnier
62350cdd1a (define-minor-mode): Don't automatically add a :require to the defcustom. 2005-06-26 18:21:46 +00:00
Stefan Monnier
b7a45ee150 (make-autoload): Add the :setter for defcustoms corresponding to minor modes. 2005-06-26 18:18:04 +00:00
Stefan Monnier
f1b6d70fba *** empty log message *** 2005-06-26 18:14:40 +00:00
Richard M. Stallman
24ee714de4 (Faces): Minor cleanup. 2005-06-26 13:51:21 +00:00
David Ponce
7b2ab96952 Require 'tree-widget instead of 'wid-edit.
(recentf-filename-handler): Fix widget :type.
(recentf-cancel-dialog, recentf-open-more-files)
(recentf-open-files-action): Doc fix.
(recentf-dialog-goto-first): New function.
(recentf-dialog-mode-map): Set parent keymap first.
(recentf-dialog-mode): Define with define-derived-mode.  Don't
display continuation lines in dialogs.
(recentf-edit-list): Rename from recentf-edit-selected-items.
(recentf-edit-list-select): Rename from recentf-edit-list-action.
Simplify.
(recentf-edit-list-validate): New function.
(recentf-edit-list): Update accordingly.
(recentf-open-files-item-shift): Remove.
(recentf-open-files-item): Convert menu elements into tree and
link widgets.  Don't create the widgets.
(recentf-open-files): Update accordingly.
(recentf-save-list): Untabify.
2005-06-26 07:42:38 +00:00
David Ponce
ec9ac2bebb *** empty log message *** 2005-06-26 07:40:59 +00:00
Luc Teirlinck
bace72098d (keep-lines-read-args): Add INTERACTIVE arg.
(keep-lines): Add INTERACTIVE arg.  Never delete lines only
partially contained in the active region.  Do not take active
region into account when called from Lisp, unless INTERACTIVE arg
is non-nil.  Use `forward-line' instead of `beginning-of-line' to
avoid trouble with fields.  Make marker point nowhere when no
longer used.  Always return nil.  Doc fix.
(flush-lines): Add INTERACTIVE arg.  Do not take active region
into account when called from Lisp, unless INTERACTIVE arg is
non-nil.  Use `forward-line' instead of `beginning-of-line' to
avoid trouble with fields.  Make marker point nowhere when no
longer used.  Always return nil.  Doc fix.
(how-many): Add INTERACTIVE arg.  Make RSTART and REND args
interchangeable.  Do not take active region into account when
called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
message in echo area when called from Lisp, unless INTERACTIVE arg
is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
Return the number of matches.  Doc fix.
(occur): Doc fix.
(perform-replace): Make comment follow double space convention for
the sake of `outline-minor-mode'.
2005-06-26 02:38:08 +00:00
Luc Teirlinck
dd716cec1d *** empty log message *** 2005-06-26 02:34:59 +00:00
Luc Teirlinck
c3bf675dd1 (Faces): `facep' returns t for strings that are face names. 2005-06-26 00:05:46 +00:00
Luc Teirlinck
33b79ce4ae *** empty log message *** 2005-06-26 00:03:39 +00:00
Luc Teirlinck
2b4c312457 (facep): Doc fix. 2005-06-25 23:48:27 +00:00
Richard M. Stallman
a68d870b75 *** empty log message *** 2005-06-25 22:38:44 +00:00
Richard M. Stallman
586702ceeb (Fcopy_file): New arg PRESERVE_UID_GID.
Use fchmod to copy the file modes.
(Frename_file): Don't copy UID and GID here;
instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
2005-06-25 22:37:49 +00:00
Richard M. Stallman
29e952546a (Fx_show_tip): Pass new arg to try_window. 2005-06-25 22:37:06 +00:00
Richard M. Stallman
493c1d49e5 (try_window): New arg CHECK_MARGINS. Calls changed.
(redisplay_window): Handle try_window reporting point in scroll margin.
2005-06-25 22:35:42 +00:00
Richard M. Stallman
92489bddbb (try_window): Declare new arg. 2005-06-25 22:33:51 +00:00
Richard M. Stallman
6c763f3667 (facemenu-enable-faces-p): New function.
(facemenu-background-menu, facemenu-foreground-menu)
(facemenu-face-menu): Add menu-enable property.
2005-06-25 22:24:10 +00:00
Richard M. Stallman
df13531dc2 *** empty log message *** 2005-06-25 14:38:05 +00:00
Richard M. Stallman
9f5903bb77 (call_debugger): Take full care of extending stack limits
to make space for the debugger, and restore the change afterward.
Bind debug-on-error to nil.
(restore_stack_limits): New subroutine.
(Fsignal): Extend specpdl bound along with eval depth bound,
for calling edebug.  Don't do either one, for calling debugger.
(find_handler_clause): Don't bind debug-on-error here.
Don't unbind anything either.
Temporarily advance max_specpdl_size for calling
internal_with_output_to_temp_buffer.
(grow_specpdl): Don't alter max_specpdl_size before signaling an error.
(syms_of_eval) <max-specpdl-size>: Doc fix.
2005-06-25 14:37:47 +00:00
Richard M. Stallman
7bbae30c23 (jka-compr-insert-file-contents):
Special handling if cannot find the uncompression program.
2005-06-25 14:14:21 +00:00
Richard M. Stallman
1265f1776f (custom-face-attributes): Add autoload. 2005-06-25 14:12:45 +00:00
Richard M. Stallman
e3034a95bc (lisp-mode-variables): Bind comment-indent-function locally. 2005-06-25 14:10:23 +00:00
Richard M. Stallman
a044cd1f02 (Equality Predicates): Clarify meaning of equal. 2005-06-25 14:09:07 +00:00
Richard M. Stallman
0adde68390 (Selecting Windows): save-selected-window and with-selected-window
save and restore the current buffer.
2005-06-25 14:08:34 +00:00
Richard M. Stallman
4c6d1e1617 (with-selected-window): Use save-current-buffer. 2005-06-25 14:04:18 +00:00
Richard M. Stallman
198081c871 Fix previous change. 2005-06-25 14:03:53 +00:00
Richard M. Stallman
7db3c58f2c (save-selected-window): Use save-current-buffer. 2005-06-25 14:03:27 +00:00
Richard M. Stallman
3e215e3007 (gud-filter): Simplify using with-selected-window and with-current-buffer. 2005-06-25 13:52:15 +00:00
Richard M. Stallman
38c3526f32 Fix indentation. 2005-06-25 13:41:59 +00:00
Richard M. Stallman
09352e8f25 *** empty log message *** 2005-06-25 04:48:24 +00:00
Richard M. Stallman
7690cbb0f9 (read1): 0.0e+NaN should make a "positive" NaN. 2005-06-25 04:31:49 +00:00
Richard M. Stallman
cf44444173 *** empty log message *** 2005-06-25 02:31:45 +00:00
Richard M. Stallman
367aa52c6d (Text Display): Change index entries. 2005-06-25 02:31:31 +00:00
Richard M. Stallman
32d4834cc6 (Float Basics): Explain how to test for NaN, and printing the sign of NaNs. 2005-06-25 02:29:46 +00:00
Richard M. Stallman
19cfc561f4 (line-move-1): Fix previous change. 2005-06-24 21:12:07 +00:00
Eli Zaretskii
6cdd056d99 *** empty log message *** 2005-06-24 20:27:39 +00:00
Eli Zaretskii
a19aaf80d8 (MAKEINFO): Use --force. 2005-06-24 20:27:10 +00:00
Eli Zaretskii
2e2698e0f2 (MAKEINFO): Use --force.
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with more shells.
2005-06-24 20:23:30 +00:00
Eli Zaretskii
90296dd36c (Frename_file): Undo last change: no need to ifdef away
chown on DOS_NT platforms.
2005-06-24 10:41:19 +00:00
Eli Zaretskii
2d5ab4bf85 (sys_chown): New function. 2005-06-24 10:39:56 +00:00
Eli Zaretskii
0e20b3a37b (chown): New; define to sys_chown. 2005-06-24 10:39:20 +00:00
Juanma Barranquero
3338c0adb5 *** empty log message *** 2005-06-24 09:33:10 +00:00
Juanma Barranquero
0afd087155 (syms_of_xdisp) <nobreak-char-display>: Doc fix.
(syms_of_xdisp) <void-text-area-pointer>: Doc fix.
2005-06-24 09:32:11 +00:00
Juanma Barranquero
c4f6ca2474 (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows. 2005-06-24 09:04:15 +00:00
Juanma Barranquero
fc1c32c127 (gnus-article-mode): Set nobreak-char-display', not show-nonbreak-escape'. 2005-06-24 08:57:12 +00:00
Juanma Barranquero
8346425e35 (occur-1): Set `buffer-read-only' and the buffer-modified flag before running
`occur-hook' to protect against unintentional buffer switches that can lead to
data loss.
2005-06-24 02:41:36 +00:00
Richard M. Stallman
b93e3c3ba1 (Face Functions): Correct Texinfo usage. 2005-06-24 01:49:25 +00:00
Nick Roberts
ff71329437 (gdb-send): Remove warning face from errors
after fresh input.
(gdb-var-create-handler): Put name of expression in quotes.
2005-06-24 01:32:24 +00:00
Nick Roberts
823d223503 (gud-tooltip-print-command): Indent properly.
(gud-gdb-marker-filter): Use font-lock-warning-face for any
initial error.
2005-06-24 01:31:50 +00:00
Nick Roberts
1c95554235 *** empty log message *** 2005-06-24 01:31:07 +00:00