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
Eli Zaretskii
883310a731
(c-macro-preprocessor): Use "gcc -E" for
...
MS-DOS, since cpp might not be available.
2001-09-02 17:29:14 +00:00
Eli Zaretskii
0b61e47e94
Fix the AUTHORS menu item. Suggested by Eric Hanchrow <offby1@blarg.net>.
2001-09-02 16:30:20 +00:00
Eli Zaretskii
19bd58e821
(menu-bar-edit-menu) <yank-menu, yank>: Mention
...
"yank" in the help-echo text. Suggested by Pavel Janik <Pavel@Janik.cz>.
2001-09-02 13:19:33 +00:00
Stefan Monnier
567e961e9f
(comment-indent): Don't insert a fixed number of spaces.
2001-09-01 21:23:17 +00:00
Stefan Monnier
e036e92051
*** empty log message ***
2001-09-01 21:19:45 +00:00
Eli Zaretskii
75c911eb15
(SEEK_END): #define if not defined by system headers.
...
Suggested by Dave Love <d.love@dl.ac.uk>.
2001-09-01 18:22:38 +00:00
Eli Zaretskii
c868201778
Mark (almost) all entries either --- or +++.
2001-09-01 18:03:16 +00:00
Eli Zaretskii
ee10c4ec18
(Resources X): Document more attribute* face resources.
2001-09-01 18:00:45 +00:00