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

57930 Commits

Author SHA1 Message Date
Stefan Monnier
8c39e595e8 (comment-indent-default): Don't get fooled by an early end of buffer. 2005-06-29 06:46:37 +00:00
Juanma Barranquero
b26860ad0e *** empty log message *** 2005-06-29 02:16:08 +00:00
Juanma Barranquero
9a6abc8e67 (Defining Variables): Fix doc of `user-variable-p'. 2005-06-29 02:14:41 +00:00
Juanma Barranquero
606cdb8902 (user_variable_p_eh): New function.
(Fuser_variable_p): Use it.  Clarify docstring.
Return t for aliases of user options, nil for alias loops.
2005-06-29 02:08:32 +00:00
Vinicius Jose Latorre
27484eb05f Fixed version number 2005-06-29 01:09:32 +00:00
Marcelo Toledo
b8594a739f Changed the maintainer of TUTORIAL.pl. 2005-06-28 23:01:58 +00:00
Luc Teirlinck
9569175e51 *** empty log message *** 2005-06-28 22:07:17 +00:00
Luc Teirlinck
edfa1c2e30 (ispell-word): Remove stray parenthesis. 2005-06-28 22:02:13 +00:00
Luc Teirlinck
34e60863f2 *** empty log message *** 2005-06-28 21:57:33 +00:00
Richard M. Stallman
231add10db (url-http-create-request): Call url-recreate-url in proxy case. 2005-06-28 21:35:28 +00:00
Richard M. Stallman
025691ed92 *** empty log message *** 2005-06-28 19:08:07 +00:00
Richard M. Stallman
d4e92f5f0c (flyspell-use-local-map): Variable deleted.
(flyspell-local-mouse-map): Declaration deleted.
(flyspell-mouse-map): Bind only mouse-2.
(flyspell-mode-map): Don't test flyspell-use-local-map.
(flyspell-overlay-keymap-property-name): Var deleted.
(flyspell-mode-on): Don't make local bindings for
flyspell-mouse-map and flyspell-mode-map.
(make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2005-06-28 19:07:45 +00:00
Richard M. Stallman
f0a1f8bdb5 (ispell-word): Do not ignore short words. 2005-06-28 18:58:30 +00:00
Richard M. Stallman
a5f1c37e51 (compilation-next-error-function):
Don't switch buffers; operate on the current buffer.
2005-06-28 18:57:00 +00:00
Richard M. Stallman
97a7aa7b36 (facemenu-add-face): Warn when font-lock is active. 2005-06-28 18:55:48 +00:00
Richard M. Stallman
f2e0a47d24 (comint-password-prompt-regexp): Accept ", try again". 2005-06-28 18:55:00 +00:00
Richard M. Stallman
8d79731e00 (global-map): Bind insertchar and its variants. 2005-06-28 18:53:30 +00:00
Richard M. Stallman
ff0ab4067a (Fedora Core 4 GNU/Linux: Segfault during dumping): New. 2005-06-28 18:52:26 +00:00
Richard M. Stallman
171920a661 (Creating Keymaps): Put make-sparse-keymap before make-keymap. 2005-06-28 18:51:02 +00:00
Kenichi Handa
59579816f1 Add rules for inserting full-width space for
quail/Punct and quail/Punct-b5.
2005-06-28 06:37:26 +00:00
Vinicius Jose Latorre
9dae638c17 ps-print selection page fix 2005-06-28 03:13:02 +00:00
Richard M. Stallman
3a1f1d792b (Fdefvar): Improve error message. 2005-06-28 02:27:46 +00:00
Stefan Monnier
810f775a30 Remove entry about autoloadd minor modes and custom's requiredness. 2005-06-28 02:18:28 +00:00
Richard M. Stallman
e893ce91fb (url-http-create-request): When computing real-fname,
call url-filename in both cases.
2005-06-28 00:48:17 +00:00
Richard M. Stallman
9f8a95cd54 (url-cookie-store): Rename arg PATH to LOCALPART.
(url-cookie-retrieve): Likewise.
(url-cookie-generate-header-lines): Likewise.
(url-cookie-handle-set-cookie): Likewise.
(url-cookie-create): Expect :localpart instead of :path.
(url-cookie-localpart): Renamed from url-cookie-path.
(url-cookie-set-localpart): Renamed from url-cookie-set-path.
(url-cookie-file): Doc fix.
(url-cookie-p): Add doc string.
2005-06-28 00:47:07 +00:00
Richard M. Stallman
e327a62dae (artist-text-overwrite)
(artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2005-06-27 21:57:00 +00:00
Luc Teirlinck
b61bfa4dc0 *** empty log message *** 2005-06-27 21:46:17 +00:00
Luc Teirlinck
27607f0c1c (Setting Variables): Correct and clarify description of `add-to-ordered-list'. 2005-06-27 21:33:00 +00:00
Luc Teirlinck
4072ef25bf (add-to-list, add-to-ordered-list): Doc fixes. 2005-06-27 21:21:36 +00:00
Luc Teirlinck
efd6ebec26 *** empty log message *** 2005-06-27 21:17:31 +00:00
YAMAMOTO Mitsuharu
92de1e01ca [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change. 2005-06-27 07:58:23 +00:00
Lute Kamstra
019b1899e5 (facemenu-unlisted-faces): Add foreground and background color faces.
(facemenu-get-face): Delete function.
(facemenu-set-face-from-menu): Don't call facemenu-get-face.
(facemenu-add-new-color): Make second argument mandatory.  Create the
approprate face and return it.  Simplify.
(facemenu-set-foreground, facemenu-set-background): Don't check if
color is defined.  Use return value of facemenu-add-new-color.
2005-06-27 07:31:49 +00:00
Juanma Barranquero
69410484f2 (Fdefvar): Don't try to set constant symbols. 2005-06-27 06:00:54 +00:00
Nick Roberts
007c55a45f (gud-filter): Add missing argument to
with-selected-window.
2005-06-27 00:17:06 +00:00
Nick Roberts
32da5de94a *** empty log message *** 2005-06-27 00:15:34 +00:00
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