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
318db6cb
Commit
318db6cb
authored
Nov 06, 2002
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
dd531b71
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
1 deletion
+32
-1
ChangeLog
ChangeLog
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+14
-1
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
ChangeLog
View file @
318db6cb
2002-11-06 Richard M. Stallman <rms@gnu.org>
* Makefile.in (maybe_bootstrap): Add doublequotes to make it
bulletproof. $bar may be empty when there are no .elc files.
2002-10-30 Dave Love <fx@gnu.org>
* configure.in: Require autoconf 2.53. Test for pty.h,
...
...
lisp/ChangeLog
View file @
318db6cb
2002-11-06 Richard M. Stallman <rms@gnu.org>
* replace.el (query-replace, query-replace-regexp): Doc fixes.
* emacs-lisp/bytecomp.el (byte-compile-lambda):
Handle progn like let, inside interactive spec.
* textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
Initialize to a suitable sexp.
(tex-view): Evaluate tex-dvi-view-command and use the value.
2002-11-06 Kenichi Handa <handa@m17n.org>
* international/mule.el (coding-system-eol-type-mnemonic): Use
...
...
@@ -1373,11 +1384,13 @@
the face held by `gamegrid-face' in an overlay over the whole
buffer to emulate a buffer-local default-face.
2002-09-22
Richard M. Stallman <rms@gnu.org>
2002-09-22
Markus Triska <triska@gmx.at> (iny change)
* play/doctor.el (doctor-doc): Add 2 question words.
(doctor-getnoun): Parse and save the complete object phrase.
2002-09-22 Richard M. Stallman <rms@gnu.org>
* international/mule-cmds.el (select-safe-coding-system): Cope if
default-coding-system gives nil which was then used in `min'.
...
...
src/ChangeLog
View file @
318db6cb
2002-11-06 Richard M. Stallman <rms@gnu.org>
* xterm.c (x_term_init): Use turn_on_atimers, not start_polling
and stop_polling.
* process.c (wait_reading_process_input):
Test POLLING_PROBLEM_IN_SELECT, not hpux.
Avoid initialization for auto Lisp_Object var.
* s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
* s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
2002-11-05 Richard M. Stallman <rms@gnu.org>
* s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
...
...
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