*** empty log message ***
This commit is contained in:
parent
6cd77d3058
commit
7bc297d702
3 changed files with 28 additions and 0 deletions
|
@ -45,6 +45,12 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
|
|||
|
||||
** Document use of gpg-agent
|
||||
|
||||
** monnier@iro.umontreal.ca, Nov 24:
|
||||
gnus-summary-tick-article-forward doesn't work any more?
|
||||
|
||||
** jpff@codemist.co.uk, Nov 23: Problem in reading mail
|
||||
Error is Invalid search bound
|
||||
|
||||
* DOCUMENTATION
|
||||
|
||||
** Check the Emacs Tutorial.
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
2006-11-28 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-get-constant):
|
||||
Replace incorrect use of assoc-default with a loop.
|
||||
|
||||
* term.el (term-exec-1): Set envvar INSIDE_EMACS.
|
||||
|
||||
* simple.el (next-error-find-buffer): Improve messages.
|
||||
|
||||
* files.el (revert-buffer): Special error message if file
|
||||
is now not readable.
|
||||
|
||||
* facemenu.el (facemenu-add-new-face): Improve doc strings of
|
||||
constructed commands.
|
||||
|
||||
* comint.el (comint-exec-1): Provide Emacs version and `comint'
|
||||
in INSIDE_EMACS.
|
||||
|
||||
2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* diff-mode.el (diff-mode-map): Add a binding for unified->context.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2006-11-28 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* searching.texi (Regexp Special): Update when ^ is special.
|
||||
|
||||
2006-11-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* customize.texi (Customization, Common Keywords)
|
||||
|
|
Loading…
Add table
Reference in a new issue