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
d89abe75
Commit
d89abe75
authored
Mar 04, 2007
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
f8e2f513
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
4 deletions
+66
-4
admin/FOR-RELEASE
admin/FOR-RELEASE
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+28
-0
lispref/ChangeLog
lispref/ChangeLog
+23
-0
man/ChangeLog
man/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
admin/FOR-RELEASE
View file @
d89abe75
...
...
@@ -50,10 +50,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
(Did we decide that is unreproducible?)
** make-network-process :nowait t doesn't work for non-local targets
on Windows. This has been "fixed" for Emacs 22 by defining
BROKEN_NON_BLOCKING_CONNECT in ms-w32.h.
* BUGS
...
...
@@ -67,6 +63,13 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
** daniel@bigwalter.net, Feb 25: Echoing of keys and process I/O
** rudalics@gmx.at, Feb 27: undo-information kept for *occur*
** Failure to build on Solaris.
** Failure to detect strerror on Red Hat GNU/Linux
jjd@vegas.jjd.com, Mar 2.
* DOCUMENTATION
** Check the Emacs Tutorial.
...
...
lisp/ChangeLog
View file @
d89abe75
2007-03-04 Richard Stallman <rms@gnu.org>
* progmodes/cperl-mode.el (cperl-mode):
Modify cperl-compilation-error-regexp-alist by appending.
* emacs-lisp/edebug.el (edebug-kill-buffer): New function.
(edebug-mode): Add the hook.
(edebug-recursive-edit): Remove the hook on exiting.
* type-break.el (type-break-get-previous-time):
Handle end-of-file errors specially
so they don't get reported wrong in .emacs.
* startup.el (fancy-splash-text): Clarify text.
* simple.el (beginning-of-buffer, end-of-buffer):
Avoid treating plain C-u like numeric arg.
* simple.el (completion-setup-function): Don't set
default-directory to nil.
* shell.el (shell-dirstack-query): Doc fix.
* mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
Don't select the window -- pass it to primitives instead.
* faces.el (minibuffer-prompt): Use medium blue by default.
2007-03-04 David Kastrup <dak@gnu.org>
* jit-lock.el (jit-lock-stealth-time): Change default to nil.
lispref/ChangeLog
View file @
d89abe75
2007
-
03
-
04
Richard
Stallman
<
rms
@
gnu
.
org
>
*
syntax
.
texi
(
Control
Parsing
):
Minor
clarification
.
*
strings
.
texi
(
Formatting
Strings
):
Clarify
width
,
precision
,
flags
.
*
sequences
.
texi
(
Sequence
Functions
):
Move
string
-
bytes
away
,
add
xref
.
*
nonascii
.
texi
(
Text
Representations
):
Move
string
-
bytes
here
.
*
modes
.
texi
(
Major
Mode
Conventions
):
Fundamental
mode
is
exception
.
*
minibuf
.
texi
(
Basic
Completion
):
Minor
clarification
.
*
markers
.
texi
(
The
Mark
):
Clarify
existence
vs
activation
of
mark
.
Other
cleanup
.
*
display
.
texi
(
Finding
Overlays
):
Write
better
example
.
*
compile
.
texi
(
Eval
During
Compile
):
Clarify
putting
macros
in
eval
-
when
-
compile
.
2007
-
02
-
25
Vinicius
Jose
Latorre
<
viniciusjl
@
ig
.
com
.
br
>
*
loading
.
texi
(
How
Programs
Do
Loading
):
Fix
anchor
position
at
...
...
man/ChangeLog
View file @
d89abe75
2007-03-04 Richard Stallman <rms@gnu.org>
* custom.texi (Safe File Variables): Minor correction.
2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (NNTP): Mention nntp-never-echoes-commands and
...
...
src/ChangeLog
View file @
d89abe75
2007-03-04 Richard Stallman <rms@gnu.org>
* window.c (Fdisplay_buffer): Doc fix.
2007-03-03 Glenn Morris <rgm@gnu.org>
* Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
...
...
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