Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
42f81f64
Commit
42f81f64
authored
Jul 08, 2003
by
Kim F. Storm
Browse files
*** empty log message ***
parent
a615c6dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
ChangeLog
ChangeLog
+5
-0
etc/NEWS
etc/NEWS
+3
-0
src/ChangeLog
src/ChangeLog
+1
-0
No files found.
ChangeLog
View file @
42f81f64
2003-07-09 Kim F. Storm <storm@cua.dk>
* INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
functionality of --without-xim.
2003-06-29 Dave Love <fx@gnu.org>
* configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
...
...
etc/NEWS
View file @
42f81f64
...
...
@@ -152,6 +152,9 @@ or when the frame is resized.
** The X resource useXIM can be used to turn off use of XIM, which may
speed up Emacs with slow networking to the X server.
If the configure option `--without-xim' was used to turn off use of
XIM by default, the X resource useXIM can be used to turn it on.
** `describe-char' can show data from the Unicode database file. See
user option `unicode-data'.
...
...
src/ChangeLog
View file @
42f81f64
...
...
@@ -2,6 +2,7 @@
* xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs
was configured with --without-xim.
(x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
2003-07-07 Richard M. Stallman <rms@gnu.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment