*** empty log message ***
This commit is contained in:
parent
3bd9ca8504
commit
b9e6b4981b
4 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* TODO: Add invisible text kill/yank issue.
|
||||
|
||||
2003-08-20 Stephen Eglen <stephen@gnu.org>
|
||||
|
||||
* MORE.STUFF: Update URLs for several projects.
|
||||
|
|
4
etc/NEWS
4
etc/NEWS
|
@ -900,6 +900,10 @@ appointments, paydays or anything else using a sexp.
|
|||
year and day number, and moves to that date. Negative day numbers
|
||||
count backward from the end of the year.
|
||||
|
||||
** The function `simple-diary-display' now by default sets a header line.
|
||||
This can be controlled through the variables `diary-header-line-flag'
|
||||
and `diary-header-line-format'.
|
||||
|
||||
** VC Changes
|
||||
|
||||
*** The key C-x C-q no longer checks files in or out, it only changes
|
||||
|
|
6
etc/TODO
6
etc/TODO
|
@ -12,6 +12,12 @@ Small but important fixes needed in existing features:
|
|||
* Make compile.el record the markers that point to error loci
|
||||
on text properties in the error message lines.
|
||||
|
||||
* Fix the kill/yank treatment of invisible text. At the moment,
|
||||
invisible text is placed in the kill-ring, so that the contents of
|
||||
the ring may not correspond to the text as displayed to the user. It
|
||||
ought to be possible to omit text which is invisible (due to a
|
||||
text-property, overlay, or selective display) from the kill-ring.
|
||||
|
||||
Important features:
|
||||
|
||||
* Provide user-friendly ways to list all available font families,
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* calendar/diary-lib.el (diary-header-line-flag)
|
||||
(diary-header-line-format): New variables.
|
||||
(list-diary-entries): Use them to set header line in simple diary.
|
||||
|
||||
* progmodes/sh-script.el (sh-font-lock-keywords): Use something
|
||||
other than font-lock-string-face to highlight backslashes.
|
||||
|
||||
2003-09-01 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* international/titdic-cnv.el (tit-read-key-value): Include \r in
|
||||
|
|
Loading…
Add table
Reference in a new issue