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
Gerd Moellmann
2c90242273
(nnfolder-read-folder): Force to use a multibyte buffer.
2001-07-12 10:14:27 +00:00
Pavel Janík
ebea573567
*** empty log message ***
2001-07-12 09:42:47 +00:00
Richard M. Stallman
41448f6344
Explain window-end never scrolls the window.
2001-07-12 08:46:28 +00:00
Eli Zaretskii
9540ec3fb4
Mention antlr-mode.
2001-07-12 07:18:18 +00:00
Eli Zaretskii
ec7dc7e177
(speedbar-supported-extension-expressions): Add .g to the extension list,
...
for antlr-mode. From Christoph Wedler <Christoph.Wedler@sap.com>.
2001-07-12 07:15:00 +00:00
Eli Zaretskii
58b9e19f22
(Non-ASCII Rebinding): Fix a typo. Add index entries.
2001-07-12 07:09:34 +00:00
Stefan Monnier
ec402ad432
(vc-prefix-map): Moved back to vc-hooks.el.
...
(vc-dired-mode-map): Fix the madness.
2001-07-11 22:55:25 +00:00
Stefan Monnier
14fef9dea4
(vc-mode): Dummy function for doc purposes.
...
(vc-prefix-map): Moved back from vc.el.
2001-07-11 22:05:01 +00:00
Stefan Monnier
fe5a01629a
(menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.
...
(w32_dialog_show): Remove unused `save_wv' variable.
(name_is_separator): Recognize "--:foo" and "--foo-bar".
2001-07-11 18:31:41 +00:00
Gerd Moellmann
8ee5b6a396
(try_cursor_movement): Prevent a warning from GCC 3.0.
2001-07-11 15:45:24 +00:00