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
1
Issues
1
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
3ab82477
Commit
3ab82477
authored
Jul 27, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
e517f19d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+8
-1
src/ChangeLog
src/ChangeLog
+4
-1
No files found.
etc/NEWS
View file @
3ab82477
...
...
@@ -1322,6 +1322,8 @@ functionality with aliases for the mldrag functions.
*
Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related
features are described in a page of their own below.)
** The function `delete' now also works on vectors and strings.
** The meaning of the `:weakness WEAK' argument of make-hash-table
has been changed.
...
...
lisp/ChangeLog
View file @
3ab82477
2000-07-27 Gerd Moellmann <gerd@gnu.org>
* midnight.el (clean-buffer-list-kill-never-regexps): Correctly
escape `*' in regexps.
(midnight-find): Reverse order of arguments in the funcall of
TEST.
* bindings.el (completion-ignored-extensions): Add `.la', `.lo',
and `.class'.
* play/meese.el: Add Commentary section.
2000-07-27 Kenichi Handa <handa@etl.go.jp>
...
...
@@ -59,7 +67,6 @@
interpretation of the return value of compare-strings.
2000-07-26 Gerd Moellmann <gerd@gnu.org>
>>>>>>> 1.883
* isearch.el (isearch-resume): New function.
(isearch-done): Add something to command-history to resume
...
...
src/ChangeLog
View file @
3ab82477
...
...
@@ -13,6 +13,9 @@
2000-07-27 Gerd Moellmann <gerd@gnu.org>
* fns.c (Fdelete): Make it work on vectors and strings in addition
to lists.
* fns.c (Qkey_or_value, Qkey_and_value): New variables.
(syms_of_fns): Initialize new variables.
(sweep_weak_table): Handle weakness `key-or-value' and
...
...
@@ -57,7 +60,7 @@
2000-07-26 Sam Steingold <sds@gnu.org>
* editfns.c (lisp_time_argument): Added third argument `usec'.
(Ffloat_time):
n
ew built-in Lisp function.
(Ffloat_time):
N
ew built-in Lisp function.
2000-07-26 Gerd Moellmann <gerd@gnu.org>
...
...
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