1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

36272 Commits

Author SHA1 Message Date
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
Gerd Moellmann
d0e2444ef8 (unwind_read): Print a message when discarding inserted
text or switching the buffer to unibyte.  Change parameter.
(Finsert_file_contents): Don't pass VISIT to unwind_read.
2001-07-11 15:42:26 +00:00
Gerd Moellmann
5078c8abf3 (Finsert_file_contents): Comment fix. 2001-07-11 12:07:27 +00:00
Gerd Moellmann
a777242c10 *** empty log message *** 2001-07-11 12:04:31 +00:00
Gerd Moellmann
55587f8a5c (unwind_read): New function.
(Finsert_file_contents): Record it as unwind-function for
the case that reading is interrupted by C-g.
2001-07-11 12:04:09 +00:00
Gerd Moellmann
0b725d8cbd (mail-extr-all-top-level-domains): Increase
the size of the obarray.
(mail-extr-all-top-level-domains): Add more toplevel domains,
add more long names.
From: Per Starback <starback@ling.uu.se>.
2001-07-11 11:17:44 +00:00
Eli Zaretskii
874d799506 Say that the file _is_ part of Emacs. 2001-07-11 10:21:04 +00:00
Miles Bader
ff524b84a8 (finder-insert-at-column): Also move to the next line if exactly at COLUMN. 2001-07-11 01:40:16 +00:00
Gerd Moellmann
19da29f9b5 (c-indent-exp): Keep the indentation of the block
itself, i.e. only indent the contents in it.
2001-07-10 19:51:27 +00:00
Gerd Moellmann
58f8612a80 (update_window): Don't skip the header-line
update when scrolling_window returns 0.
2001-07-10 16:18:15 +00:00
Gerd Moellmann
6f19114e19 (rmail-show-message): Show beginning of message in
all windows containing it.
2001-07-10 14:22:13 +00:00
Gerd Moellmann
4e274a106e *** empty log message *** 2001-07-10 14:18:41 +00:00
Gerd Moellmann
6ce5615d62 (describe-function-1): When printing FUNCTION's
documentation, don't assume FUNCTION is a symbol.
2001-07-10 14:09:30 +00:00
Gerd Moellmann
6b05fae3af *** empty log message *** 2001-07-10 12:57:08 +00:00
Gerd Moellmann
6a1e7d6714 (normal-top-level): Don't operate on the initial
frame if we failed to create one.
2001-07-10 12:55:44 +00:00
Gerd Moellmann
30a7ac224f (unload_color): Do nothing if PIXEL is -1. 2001-07-10 12:20:02 +00:00
Gerd Moellmann
cefecbcf1d (Fx_create_frame): Initialize frame colors to -1,
for the case that x_decode_colors signals an error.
2001-07-10 12:19:10 +00:00
Gerd Moellmann
bbac569994 Fix a typo. 2001-07-10 10:46:53 +00:00
Gerd Moellmann
ae794295d6 (add_to_log): Do nothing if called asynchronously. 2001-07-10 10:44:40 +00:00
Eli Zaretskii
8184a578cd Fix the header line and the copyright years. 2001-07-10 08:14:32 +00:00
Gerd Moellmann
bb6e8cee92 (toplevel): Include <signal.h> and "syssignal.h".
(vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
around ioctls.
2001-07-09 17:15:48 +00:00