1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

36865 Commits

Author SHA1 Message Date
Richard M. Stallman
2a2048f2e2 Correct the statement of when to use * in variable doc strings. 2001-09-06 19:43:44 +00:00
Richard M. Stallman
883c005a1b Explain about multiple cursors. 2001-09-06 19:41:11 +00:00
Richard M. Stallman
6769632225 Clarify description of vc-annotate. 2001-09-06 19:39:40 +00:00
Richard M. Stallman
a66b12beb7 Describe tty-suppress-bold-inverse-default-colors. 2001-09-06 19:37:39 +00:00
Richard M. Stallman
ce3bd809e3 Show how to put more special ASCII characters
in strings and vectors.
2001-09-06 19:37:04 +00:00
Gerd Moellmann
f76e03683e (x_set_background_color): Don't change the colors
of the X window of scroll bar widgets.
2001-09-06 12:48:24 +00:00
Gerd Moellmann
003550c5e3 (undo): Remove positions from buffer-undo-list up to
the next undo boundary only.
2001-09-06 08:49:34 +00:00
Eli Zaretskii
05b2448700 *** empty log message *** 2001-09-06 08:30:09 +00:00
Eli Zaretskii
2293431822 (install): Don't copy sc.el. 2001-09-06 08:29:49 +00:00
Eli Zaretskii
c49e491af8 *** empty log message *** 2001-09-06 08:25:53 +00:00
Eli Zaretskii
a9bcbf3f60 (custom-buffer-create-internal): Remove "100%" from
the message "Creating customization items...done".
2001-09-06 08:25:31 +00:00
Eli Zaretskii
12d70bbb55 Suggest not to use WinZip. 2001-09-06 08:17:24 +00:00
Eli Zaretskii
e44f8099bc Make sure ../site-lisp exists; create if necessary. 2001-09-06 08:12:53 +00:00
Paul Eggert
1bd57c3956 (Help, mainline code): Add new option -L FILE.
(Copyright): Update year.

(LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the C locale.

(mainline code): Handle nonstandard -u option differently, by
transforming it to standard form.  Check for "Working file: ", not
"Working file:".  Allow file names with spaces.

(SOH, rlogfile): New shell vars.
(rlogout): Remove.  Its old functionality is mostly migrated to rlogfile.

Append ';;' to the last arm of every case statement, for portability to
ancient broken BSD shells.

(logins): Fix bug; was not being computed at all, lowering performance.

(pository): New var.  This fixes some bugs where repositories are
remote, or have trailing slashes.

(authors): $llogout is never an empty shell var, so don't worry about that
possibility.

(printlogline, mainline code): Fix bug with SOH's being put into the output.
2001-09-05 23:07:46 +00:00
Gerd Moellmann
3b74127de1 Avoid `$@' which is handled specially in
Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
2001-09-05 14:46:26 +00:00
Gerd Moellmann
54f73af324 (toplevel): Require `jit-lock' only if
font-lock-support-mode is set to jit-lock-mode.
2001-09-05 13:38:49 +00:00
Eli Zaretskii
3762e7d091 *** empty log message *** 2001-09-05 12:06:12 +00:00
Eli Zaretskii
0fc7be8023 Mention that "make install" can be "nmake install". 2001-09-05 12:05:15 +00:00
Eli Zaretskii
3573bdbe0f (quail-use-package, quail-inactivate)
(quail-activate): Mention the hooks these functions run in their
doc strings.
2001-09-05 12:01:51 +00:00
Eli Zaretskii
ff43a66560 Mention Windows ME and Windows 2000 in the list of supported versions. 2001-09-05 11:09:45 +00:00
Eli Zaretskii
00651fbfd8 ("greek-mizuochi"): Doc fix. From David Kastrup
<David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
2001-09-05 10:54:20 +00:00
Gerd Moellmann
0e4011d8ec *** empty log message *** 2001-09-05 10:22:00 +00:00
Andrew Innes
9ead1b6070 (w32_createwindow): Undo last change. 2001-09-05 09:53:23 +00:00
Gerd Moellmann
08e1d6dfd6 (store_kbd_macro_char): Fix computation of kbd_macro_end. 2001-09-05 09:39:09 +00:00
Gerd Moellmann
c3b497b399 *** empty log message *** 2001-09-05 08:20:35 +00:00
Gerd Moellmann
369335f5fa (calendar-mouse-view-other-diary-entries): Fix name
of file in header of menu.
2001-09-05 08:20:13 +00:00
Gerd Moellmann
13bc4e1a3d Allow -<number> for OLD. 2001-09-05 08:02:18 +00:00
Gerd Moellmann
134d928342 (string_buffer_position): Use *single_char_property*
functions instead of the *single_property* functions.
2001-09-05 07:43:47 +00:00
Andrew Innes
8f8601801d (w32_read_socket): Add more information to debugging output. 2001-09-04 17:42:03 +00:00
Andrew Innes
18f0b34280 (w32_createwindow): Remove the WS_CLIPCHILDREN style
from Emacs frames, so that calls to GetClipBox in w32term.c
correctly report when part of a frame is visible (including
scrollbars, etc).  This prevents repeated redrawing of frames when
only a scrollbar is visible.
(w32_wnd_proc): Add more frame information to debugging output.
2001-09-04 17:35:24 +00:00
Gerd Moellmann
2a5becfb51 (setenv): Interactively, if VARIABLE has a current value,
add that to the front of the history, as the doc string says.
2001-09-04 15:49:51 +00:00
Gerd Moellmann
8d1fcd004f *** empty log message *** 2001-09-04 13:21:08 +00:00
Gerd Moellmann
8d4f05f8e7 (comint-send-input): Change help-echo.
From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2001-09-04 13:20:45 +00:00
Gerd Moellmann
1672462f74 (bookmark-write-file): Bind print-length and
print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
2001-09-04 13:17:56 +00:00
Andrew Innes
e73c5b91df Remove reference to obsolete file
GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
version of tar used.
2001-09-04 13:12:55 +00:00
Gerd Moellmann
646a175998 *** empty log message *** 2001-09-04 13:09:29 +00:00
Gerd Moellmann
284b3043c0 Add Keywords header. 2001-09-04 12:54:14 +00:00
Gerd Moellmann
c8dd66e195 (comint-insert-clicked-input): Goto point-max before
deleting previous input.  From "Dr Francis J. Wright"
<F.J.Wright@qmw.ac.uk>.
2001-09-04 12:45:13 +00:00
Eli Zaretskii
83536c16cd ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
since some versions of `mkdir' don't automatically create parent
directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2001-09-04 11:28:50 +00:00
Gerd Moellmann
2d43d82313 *** empty log message *** 2001-09-04 09:34:50 +00:00
Gerd Moellmann
306ba73619 (srcdir, texinputdir): New variables.
(srcs, index.texi, install): Use $(srcdir).
(.PHONY): Remove elisp.dvi.
(elisp): Use -I switch for makeinfo.
(elisp.dvi): Use $(srcdir) and $(texinputdir).
(installall, dist): Use $(srcdir).
Fix path to texinfo.tex.
(maintainer-clean): Add elisp.dvi and elisp.oaux.
2001-09-04 09:34:40 +00:00
Gerd Moellmann
b7e91b0cf8 (backward-word): Doc fix. 2001-09-04 08:37:35 +00:00
Eli Zaretskii
2eef02ab27 Fix separators in the Edit menu. Bring "Fill" near "Text Properties". 2001-09-04 08:10:29 +00:00
Andrew Choi
2f64cf3ace 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (mac_to_x_fontname): Return name with
	jisx0201.1976-0 encoding if a script code of -smJapanese is specified.
	(x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
	encoding.
	(init_font_name_table): Use a script code of -smJapanese instead
	of smRoman for the second entry of a Japanese font.
	(XLoadQueryFont): Recognize a font as having the smRoman script
	code if its encoding is jisx0201.1976-0.
2001-09-04 06:49:24 +00:00
Andrew Choi
3428f2c48a 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
2001-09-04 06:19:12 +00:00
Andrew Choi
bc04fb2cf2 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/mac.c (sleep) [__MRC__]: Place loop around WaitNextEvent
	to check time elapsed instead of use WaitNextEvent call as a delay.
2001-09-04 06:12:57 +00:00
Andrew Choi
1305f1a7f4 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (XTread_socket): Read all pending events in the
	event queue instead of one.
2001-09-04 05:45:39 +00:00
Andrew Choi
9f1821c7df 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* makefile.MPW: Generate etc/DOC file from .elc files instead of
	.el files.
2001-09-04 05:23:58 +00:00
Andrew Choi
3b6944edcc 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/mac.c (stat): Don't fail for aliases.
	(sys_open) [__MRC__]: Set file creator and type for newly-created
	files.
2001-09-04 05:00:04 +00:00
Andrew Choi
ae355fa64a 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* term/mac-win.el (mac-drag-n-drop): Decode file name by
	consulting the value of file-name-coding-system.
2001-09-04 03:43:23 +00:00