*** empty log message ***
This commit is contained in:
parent
f8e2f51366
commit
d89abe751c
5 changed files with 66 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,31 @@
|
|||
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.
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue