1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-31 03:03:35 -07:00
Commit graph

42302 commits

Author SHA1 Message Date
Stefan Monnier
5dab0769af (ada-mode): Avoid unneeded version checks.
Don't change compile-auto-highlight globally.
Don't bother with `font-lock-defaults' property since XEmacs
also understands the `font-lock-defaults' variable.
Use make-local-variable rather than make-variable-buffer-local.
Don't `defconst' comment-indent-function: keep the default.
Call easy-menu-add unconditionally.
(ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
(ada-create-menu): Use :included for Emacs as well.
2001-07-16 15:12:19 +00:00
Pavel Janík
652a9be93e Author header fix. 2001-07-16 14:36:26 +00:00
Gerd Moellmann
4391d40daa (mouse-sel-bindings): Instead of unbinding
mouse-1 etc., bind them to `ignore'.
2001-07-16 14:31:15 +00:00
Stefan Monnier
a84b80ba4a (vc-do-command): Autoload. 2001-07-16 14:19:17 +00:00
Stefan Monnier
fea245718b (ada-xref-initialize): Fix call to add-hook. 2001-07-16 13:38:53 +00:00
Pavel Janík
3ddfb687f9 Fix typo. 2001-07-16 13:16:47 +00:00
Gerd Moellmann
c3d6be34f6 *** empty log message *** 2001-07-16 13:00:54 +00:00
Gerd Moellmann
a07c7ade25 (eshell-send-invisible): Renamed from
send-invisible, which is already defined in Comint.
(eshell-watch-for-password-prompt): Use it.
2001-07-16 12:59:04 +00:00
Pavel Janík
3c3e43ef06 Doc fix. 2001-07-16 12:46:31 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Gerd Moellmann
4cba8c0bdc Comment fix. 2001-07-16 12:22:17 +00:00
Gerd Moellmann
d5641fc560 (clear_face_cache): Clear fonts on a display basis.
Clear faces afterwards.
(clear_font_table): Take a x_display_info parameter.  Don't free
fonts being the default font of any frame on the given display.
2001-07-16 12:21:02 +00:00
Gerd Moellmann
bb24c64f41 *** empty log message *** 2001-07-16 11:54:17 +00:00
Gerd Moellmann
36755dd923 (set-variable): Require 'cus-edit' instead of
`wid-edit', so that the Custom widgets get defined.
2001-07-16 11:52:56 +00:00
Pavel Janík
6a05d05faf Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
Gerd Moellmann
bfb01a95c2 Some clarification for --append. 2001-07-16 11:22:34 +00:00
Gerd Moellmann
8e4b384ede (main): Check that the output file exists and
is non-empty if invoked with `--append'.
2001-07-16 11:20:25 +00:00
Gerd Moellmann
1b85bd12db (dired-insert-set-properties): Fix invalid mouse-face
property.
2001-07-16 10:54:22 +00:00
Pavel Janík
6e44da43b1 Some fixes to follow coding conventions. 2001-07-16 09:10:19 +00:00
Gerd Moellmann
6033fc96b6 Doc fix. 2001-07-16 09:03:47 +00:00
Pavel Janík
3afbc435ac Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
Stefan Monnier
5d3d1e3209 *** empty log message *** 2001-07-16 03:35:36 +00:00
Stefan Monnier
3432260a6f (remote-compile): Use make-local-variable. 2001-07-16 02:07:12 +00:00
Stefan Monnier
3f3960a544 (hs-minor-mode): Use make-local-variable. 2001-07-16 01:55:37 +00:00
Stefan Monnier
a7e34f7948 (makefile-browse): Use make-local-variable. 2001-07-16 01:52:50 +00:00
Stefan Monnier
3e209d8da8 *** empty log message *** 2001-07-16 01:51:19 +00:00
Stefan Monnier
1407571dbe (reporter-submit-bug-report):
Don't abuse make-variable-buffer-local.  Fix call to add-hook.
2001-07-16 01:50:49 +00:00
Richard M. Stallman
33fa669197 Minor clarification about insert-buffer. 2001-07-15 20:49:53 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
Pavel Janík
715a2ca2fc Some fixes to follow coding conventions in files from Gnus. 2001-07-15 17:42:53 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Richard M. Stallman
401aa47973 Clarify initial discussion. 2001-07-14 18:19:27 +00:00
Eli Zaretskii
aa99760ed2 Mounting a volume onto itself might also produce "text file busy". 2001-07-14 15:31:32 +00:00
Pavel Janík
1cd7adc68a Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
Stefan Monnier
07b1b9126d (Info-build-node-completions): Make Info-current-file-completions buffer local. 2001-07-13 18:34:08 +00:00
Gerd Moellmann
e0f82ad8c8 (which-func-mode, which-func-ff-hook)
(which-function-mode): Remove references to
which-func-mode-global.
2001-07-13 14:37:39 +00:00
Gerd Moellmann
aa11456f41 (calendar-goto-islamic-date): Add
autload cookie.
2001-07-13 14:02:02 +00:00
Gerd Moellmann
2be7dabcae Fix license commentary. 2001-07-13 12:59:13 +00:00
Gerd Moellmann
a3a56285df Increment version number. 2001-07-13 10:53:37 +00:00
Pavel Janík
c41798d351 Fix a typo. 2001-07-13 10:41:51 +00:00
Gerd Moellmann
09938b6789 *** empty log message *** 2001-07-13 10:39:10 +00:00
Gerd Moellmann
a6cfdbe4b1 Add types to defcustoms. 2001-07-13 10:20:15 +00:00
Gerd Moellmann
e06aa1f90f (CHAR_STRING_NO_SIGNAL): New macro. 2001-07-13 09:31:16 +00:00
Gerd Moellmann
12bcae0584 (char_to_string_1): Extracted from char_to_string.
Return -1 instead of signaling an error.
(char_to_string): Use it.
2001-07-13 09:30:42 +00:00
Gerd Moellmann
ea9dd0918a (get_next_display_element): Use CHAR_STRING_NO_SIGNAL
instead of CHAR_STRING which can signal an error.
2001-07-13 09:30:21 +00:00
Stefan Monnier
176c92e68f (Ffind_coding_systems_region_internal): If safe_codings
is t, don't try to append anything to it.
2001-07-12 20:28:45 +00:00
Eli Zaretskii
1c56232f0d (file_name_completion): Pass dp->d_name to
Fstring_match, not elt, which is alays nil here.
2001-07-12 16:29:51 +00:00
Gerd Moellmann
1d2b226835 (XTread_socket) <PropertyNotify>: Put the code
ignoring events on foreign windows in #if 0.  Always dispatch
the event after checking it with x_handle_property_notify.
2001-07-12 14:39:45 +00:00
Gerd Moellmann
d9c0d4a31a (x_decline_selection_request): Handle errors
caused by receivers that have vanished.

(TRACE0, TRACE1, TRACE2): New macros, defined
depending on TRACE_SELECTION.  Replace fprintfs in #if 0 with
TRACE macros to facilitate debugging.  Add additional trace
statements.
(toplevel): Add prototypes for file-local functions.
(x_atom_to_symbol): Remove DPYINFO parameter.
2001-07-12 14:38:51 +00:00
Gerd Moellmann
158f4aea95 (gnus-browse-make-menu-bar): Changed one of the
Browse->Next entries to Browse->Prev.
From: Bj�Torkelsson  <torkel@hpc2n.umu.se>.
2001-07-12 10:17:47 +00:00