1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
Commit graph

36853 commits

Author SHA1 Message Date
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
Stefan Monnier
2ee1aa00ea *** empty log message *** 2001-09-04 01:06:53 +00:00
Stefan Monnier
e5c60e4692 (describe-function-1): Save precomputed `file-name' rather
than recomputing it (incorrectly) with `symbol-file'.
2001-09-04 01:06:43 +00:00
Stefan Monnier
31ac723b39 (handle_single_display_prop): Fix for int/Lisp_Object mixup. 2001-09-04 01:02:16 +00:00
Stefan Monnier
698ee07c90 *** empty log message *** 2001-09-03 23:33:57 +00:00
Gerd Moellmann
1d6c120a5f Comment fix. 2001-09-03 15:47:06 +00:00
Gerd Moellmann
7e37626032 (note_mouse_highlight) <help-echo>: When looking for
help-echo for a string which doesn't have help-echo itself, use
get-char-property to obtain the help-echo from the string's buffer
(note_mouse_highlight) <mouse-face>: When on a string that doesn't
have mouse-face, look for mouse-face ``under'' the string for
mouse-face from an overlay.
(fast_find_position): Add parameter STOP.  In the final row,
stop before glyphs having STOP as object.  Don't consider
glyphs that are not from a buffer.
2001-09-03 15:43:10 +00:00
Gerd Moellmann
c625688cf2 (gnus-local-domain): Undo change of 2001-07-02. 2001-09-03 10:32:19 +00:00
Gerd Moellmann
c3b0c26852 (isearch-exit-recursive-edit): Take
three parameters, since it's used as an after-change-function.
2001-09-03 09:26:11 +00:00
Gerd Moellmann
e3b225170d *** empty log message *** 2001-09-03 08:21:22 +00:00
Gerd Moellmann
a21822f8d1 (glasses-convert-to-unreadable): Consider
underscores as in `glasses-make-readable'.
2001-09-03 08:20:54 +00:00
Gerd Moellmann
79aa538170 (syms_of_buffer): Doc fix. 2001-09-03 08:03:53 +00:00
Gerd Moellmann
cdab3e503a (backquote-backquote-symbol)
(backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
from doc strings.
2001-09-03 07:56:39 +00:00