Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90cbf47e
Commit
90cbf47e
authored
Aug 14, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
bc89c609
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
785 additions
and
1 deletion
+785
-1
etc/NEWS
etc/NEWS
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+15
-0
lisp/calendar/timeclock.el
lisp/calendar/timeclock.el
+759
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
90cbf47e
...
@@ -1105,7 +1105,12 @@ the buffer, just like for the local files.
...
@@ -1105,7 +1105,12 @@ the buffer, just like for the local files.
** New modes and packages
** New modes and packages
*** THe new package hi-lock.el, text matching interactively entered
*** The new package timeclock.el is a mode is for keeping track of time
intervals. You can use it for whatever purpose you like, but the
typical scenario is to keep track of how much time you spend working
on certain projects.
*** The new package hi-lock.el, text matching interactively entered
regexp's can be highlighted. For example,
regexp's can be highlighted. For example,
M-x highlight-regexp RET clearly RET RET
M-x highlight-regexp RET clearly RET RET
...
...
lisp/ChangeLog
View file @
90cbf47e
2000-08-14 Gerd Moellmann <gerd@gnu.org>
* calendar/timeclock.el: New file.
2000-08-14 David Ponce <david@dponce.com>
* recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
`widget-button-click'. so that one can use left mouse button to
click on dialog buttons.
2000-08-14 Emmanuel Briot <briot@gnat.com>
* xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
identifiers, since XML is case sensitive
2000-08-12 Miles Bader <miles@gnu.org>
2000-08-12 Miles Bader <miles@gnu.org>
* comint.el (comint-output-filter): Don't bother frobbing
* comint.el (comint-output-filter): Don't bother frobbing
...
...
lisp/calendar/timeclock.el
0 → 100644
View file @
90cbf47e
This diff is collapsed.
Click to expand it.
src/ChangeLog
View file @
90cbf47e
2000-08-14 Gerd Moellmann <gerd@gnu.org>
* keymap.c (push_key_description): If C without modifiers is < 32,
make sure to print `C-' before `M-', like in the manual.
2000-08-11 Gerd Moellmann <gerd@gnu.org>
2000-08-11 Gerd Moellmann <gerd@gnu.org>
* fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
* fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
...
...
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