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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
b9e6b498
Commit
b9e6b498
authored
Sep 02, 2003
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
3bd9ca85
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
0 deletions
+23
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+4
-0
etc/TODO
etc/TODO
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
No files found.
etc/ChangeLog
View file @
b9e6b498
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.
...
...
etc/NEWS
View file @
b9e6b498
...
...
@@ -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
...
...
etc/TODO
View file @
b9e6b498
...
...
@@ -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,
...
...
lisp/ChangeLog
View file @
b9e6b498
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
...
...
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