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
3aa7c28e
Commit
3aa7c28e
authored
Jul 09, 2006
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
34079653
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
3 deletions
+30
-3
ChangeLog
ChangeLog
+5
-1
admin/FOR-RELEASE
admin/FOR-RELEASE
+0
-2
etc/NEWS
etc/NEWS
+4
-0
etc/TODO
etc/TODO
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+11
-0
lispref/ChangeLog
lispref/ChangeLog
+8
-0
No files found.
ChangeLog
View file @
3aa7c28e
2006-07-08 Richard Stallman <rms@gnu.org>
* INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
2006-07-09 Kim F. Storm <storm@cua.dk>
* CONTRIBUTE: Use outline format.
...
...
@@ -7,7 +11,7 @@
* configure: Regenerated.
* configure.in (PKG_CHECK_MODU
I
LES): Redirect stderr of pkg-config
* configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
to /dev/null, since we don't need the error message, just the
exit status.
...
...
admin/FOR-RELEASE
View file @
3aa7c28e
...
...
@@ -64,8 +64,6 @@ It seems that to fix this, w32 server sockets must use WSAAsyncSelect
* DOCUMENTATION
** Delete all @tindex commands from the Emacs Lisp Manual.
** Check the Emacs Lisp manual.
Each manual section should be checked for factual correctness
...
...
etc/NEWS
View file @
3aa7c28e
...
...
@@ -451,6 +451,8 @@ C-h e displays the *Messages* buffer.
C-h d runs apropos-documentation.
C-h r visits the Emacs Manual in Info.
C-h followed by a control character is used for displaying files
that do not change:
...
...
@@ -3667,6 +3669,8 @@ deleting the part of subprocess output that matches the input.
** The variable `memory-full' now remains t until
there is no longer a shortage of memory.
** When Emacs receives a USR1 or USR2 signal, this generates
an input event: usr1-signal or usr2-signal.
* Lisp Changes in Emacs 22.1
...
...
etc/TODO
View file @
3aa7c28e
...
...
@@ -90,6 +90,8 @@ current buffer.
list fonts, display a font as a sample, etc. [fx is looking at
multilingual font selection for the Unicode branch of Emacs.]
** Provide a convenient way to select a color with the mouse.
** Rewrite the face code to be simpler, clearer and faster.
** Program Enriched mode to read and save in RTF. [Is there actually a
...
...
lisp/ChangeLog
View file @
3aa7c28e
2006-07-08 Richard Stallman <rms@gnu.org>
* term/x-win.el (x-handle-display): Add doc string.
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
* subr.el (def-edebug-spec): Moved here.
* emacs-lisp/edebug.el (def-edebug-spec): Moved to subr.el.
* imenu.el (imenu-choose-buffer-index): Doc fix.
2006-07-08 Romain Francoise <romain@orebokech.com>
* term/x-win.el (x-display-name): Fix typo.
...
...
lispref/ChangeLog
View file @
3aa7c28e
2006-07-08 Richard Stallman <rms@gnu.org>
* commands.texi (Interactive Call): Use 3 as prefix in example
for execute-extended-command.
* display.texi (Attribute Functions): Move paragraph about
compatibility with Emacs < 21.
2006-07-09 Kim F. Storm <storm@cua.dk>
* display.texi (Refresh Screen): Clarify force-window-update.
...
...
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