Kenichi Handa
082a1df2db
*** empty log message ***
2000-08-04 05:53:39 +00:00
Kenichi Handa
78108bcdcc
(coding_restore_composition): Pay attention to the case that
...
cmp_data is not set properly (because of invalid code in the
source text).
(run_pre_post_conversion_on_str): Include text properties in the
resulting string.
(decode_coding_string): Set members of coding correctly.
2000-08-04 05:53:01 +00:00
Kenichi Handa
ed7a4b2d60
(read_process_output): Big simplification. Handle
...
composition and post-read-conversion of coding system correctly.
(send_process): Handle composition correctly.
2000-08-04 02:26:32 +00:00
Kenichi Handa
f778b157f4
(Fcall_process): Handle post-read-conversion of coding system if any.
2000-08-04 02:12:39 +00:00
Kenichi Handa
e7046a1877
(decode_coding_iso2022): More strict check for handling single
...
shifting.
2000-08-04 02:05:39 +00:00
Kenichi Handa
99bb2c6002
*** empty log message ***
2000-08-04 02:05:08 +00:00
Gerd Moellmann
f4988be716
*** empty log message ***
2000-08-03 20:24:26 +00:00
Gerd Moellmann
c52e7aa6e2
(set_frame_size, update_wm_hints, EmacsFrameSetValues):
...
Use NULL instead of 0 at the end of variable argument list of
XtVaGetValues and XtVaSetValues, because 0 fails on systems where
sizeof (int) < sizeof (void *).
2000-08-03 20:22:34 +00:00
Gerd Moellmann
6a2bfc8478
(update_frame_menubar): Use NULL instead of 0 at the end
...
of variable argument lists of XtVaGetValues and XtVaSetValues.
2000-08-03 20:22:17 +00:00
Gerd Moellmann
d16700638b
(Fx_file_dialog): Use NULL instead of 0 at the end of
...
variable argument lists of XtVaGetValues and XtVaSetValues.
2000-08-03 20:21:52 +00:00
Gerd Moellmann
5268b4422d
Get around a bug on skip-chars-forward.
...
(ebnf-8-bit-chars): New var for bug fix.
(ebnf-string): Bug fix.
2000-08-03 20:11:01 +00:00
Gerd Moellmann
8dd095ee45
Use NULL at the end of the
...
variable argument lists of XtVaSetValues and XtVaGetValues
functions because 0 is not sufficient on systems where sizeof
(int) < sizeof (void *).
2000-08-03 20:09:56 +00:00
Gerd Moellmann
2d23c8cc17
Add support for ia64*-*-linux*.
2000-08-03 20:08:27 +00:00
Sam Steingold
027b73ac1b
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
...
instead of `buffer-string'.
(require 'cl): Always, not just when compiling.
`ignore-errors' in `interactive', `list*', `defun*' &c make this necessary.
2000-08-03 18:11:47 +00:00
Eli Zaretskii
bbe1599028
Fix typos in the entry for `ispell' command.
2000-08-03 14:50:28 +00:00
Eli Zaretskii
2f1fa038c8
(select-safe-coding-system): Make
...
the message text about selecting a safe coding system more clear.
2000-08-03 11:38:08 +00:00
Gerd Moellmann
abb2db1cf3
*** empty log message ***
2000-08-02 21:29:36 +00:00
Gerd Moellmann
ead534947f
*** empty log message ***
2000-08-02 20:23:23 +00:00
Gerd Moellmann
754bd273b7
(ispell): New function, replacing an alias.
...
Spell-check active region if in transient-mark-mode and mark
is active; otherwise spell-check buffer.
2000-08-02 20:21:53 +00:00
Gerd Moellmann
d79dfd472e
(occur): Set tab-width in the *Occur* buffer to the
...
value of tab-width in the original buffer. Choose a line number
format that's a multiple of the original buffer's tab width, so
that lines appear right.
2000-08-02 20:21:24 +00:00
Gerd Moellmann
8fdd56afa4
Fix a customization problem on
...
ps-mule-font-info-database-default.
2000-08-02 20:20:55 +00:00
Gerd Moellmann
9c3da604d1
(display_buffer_reuse_frames): New variable.
...
(Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
frames displaying BUFFER.
(syms_of_window): Define Lisp variable
display-buffer-reuse-frames.
2000-08-02 20:17:01 +00:00
Gerd Moellmann
c1848a97e5
(Fsingle_key_description): Add parameter NO_ANGLES.
...
Callers changed.
2000-08-02 20:16:40 +00:00
Gerd Moellmann
efff6e49a9
(read_char_minibuf_menu_prompt): Add new parameter
...
in call to Fsingle_key_description.
2000-08-02 20:16:22 +00:00
Gerd Moellmann
675d513090
(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
...
(xrealloc, xmalloc): Use size_t.
2000-08-02 20:15:51 +00:00
Gerd Moellmann
f66aa8f2c1
(Fsingle_key_description, xmalloc, xrealloc): Change
...
prototype.
2000-08-02 20:15:09 +00:00
Eli Zaretskii
f4a2b0a4bf
(ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.
...
(ebrowse-member-mode-map): Ditto.
2000-08-02 07:38:53 +00:00
Gerd Moellmann
b685181ebb
Update ps-print functions call. Indentation fix. Doc
...
fix.
(ebnf-version): New version number (3.2).
(ebnf-format-color, ebnf-begin-job): Code fix.
2000-08-01 19:58:35 +00:00
Miles Bader
10b0f752ea
(Fconstrain_to_field): Fix the conditions for deciding when to constrain
...
NEW_POS (they were pretty screwed up before).
2000-08-01 12:56:24 +00:00
Eli Zaretskii
032ebb2999
(nslookup-font-lock-keywords): Don't condition font lock support
...
on window-system.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
2000-08-01 10:12:00 +00:00
Eli Zaretskii
3b5fab8756
(ispell-highlight-spelling-error): Use
...
display-color-p, if fboundp, instead of window-system.
2000-08-01 06:25:13 +00:00
Eli Zaretskii
7e2605e79e
(rmail-start-mail): Use display-multi-frame-p
...
instead of looking at window-system.
2000-07-31 15:41:39 +00:00
Eli Zaretskii
ef64957506
(gomoku-font-lock-O-face, gomoku-font-lock-X-face)
...
(gomoku-plot-square, gomoku-init-display): Don't use window-system.
2000-07-31 15:38:35 +00:00
Eli Zaretskii
ec45b7bb0c
(lm-font-lock-face-O, lm-font-lock-face-X)
...
(lm-plot-square, lm-init-display): Don't use window-system.
2000-07-31 15:37:49 +00:00
Eli Zaretskii
25ef2b06eb
(toplevel): Support faces on tty's.
2000-07-31 15:36:50 +00:00
Eli Zaretskii
364ce449bc
(strokes-file): Run the file name through
...
convert-standard-filename.
(strokes-mode): Call display-mouse-p instead of looking at
window-system. Change the error message accordingly.
2000-07-31 15:35:51 +00:00
Eli Zaretskii
e2c00a4719
(widget-choose): Use display-mouse-p instead of window-system.
...
(widget-choice-mouse-down-action): Use display-popup-menus-p
instead of window-system.
2000-07-31 15:35:08 +00:00
Eli Zaretskii
fbebec273d
(appt-disp-window): Use display-multi-frame-p
...
instead of window-system.
2000-07-31 15:34:07 +00:00
Eli Zaretskii
1418556591
Fix a typo in a comment. Reported by Michel de Ruiter <Michel@smr.nl>.
2000-07-31 10:27:45 +00:00
Eli Zaretskii
4a2017580a
*** empty log message ***
2000-07-31 10:10:28 +00:00
Eli Zaretskii
a953003530
(src): Make the rule faster by using a single djecho
...
command instead of multiple redir invocations.
(install): Speed up by using a command.com's for loop.
2000-07-31 10:09:44 +00:00
Eli Zaretskii
b5867e25b2
(MS-DOS Input): Document msdos-set-mouse-buttons.
2000-07-31 10:07:46 +00:00
Eli Zaretskii
da288c1402
*** empty log message ***
2000-07-31 06:45:34 +00:00
Eli Zaretskii
8f190436ea
(Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
...
(syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
2000-07-31 06:38:19 +00:00
Eli Zaretskii
16425c4a98
(child_setup) [MSDOS]: malloc pwd_var instead of
...
using alloca; free it after run_msdos_command returns
2000-07-31 06:33:58 +00:00
Eli Zaretskii
74c07fafcf
(run_msdos_command): Save and restore the master
...
environment, for the case that child_setup signals an error.
When mirroring slashes in DOS shell commands, don't fail if
argv[2] has embedded blanks.
2000-07-31 06:24:21 +00:00
Gerd Moellmann
261196242e
(iswitchb-entryfn-p): Test this-command instead
...
of testing if iswitchb-prepost-hooks is bound, because the
latter will always be true when invoking a recursive minibuffer
from an active Iswitchb buffer.
2000-07-30 14:03:38 +00:00
Eli Zaretskii
c90596f36f
(shell-quote-wildcard-pattern): New function.
...
(insert-directory): Call it. Only prepend "\" to command on Unix
and GNU/Linux systems.
2000-07-30 13:27:46 +00:00
Gerd Moellmann
18925e78bb
*** empty log message ***
2000-07-30 11:50:38 +00:00
Gerd Moellmann
15cca6c4f6
(glasses-make-readable): Fix uncapitalization of
...
identifiers like `myXMLDocument'.
2000-07-30 11:49:57 +00:00