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
7ea42709
Commit
7ea42709
authored
May 29, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f620e5e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+25
-0
No files found.
etc/NEWS
View file @
7ea42709
...
...
@@ -581,6 +581,9 @@ writes tags pointing to the source file.
** The command line option --no-windows has been changed to
--no-window-system. The old one still works, but is deprecated.
** The command `list-text-properties-at' has been deleted because
C-u C-x = gives the same information and more.
** `buffer-menu' and `list-buffers' now list buffers whose names begin
with a space, if they visit files.
...
...
lisp/ChangeLog
View file @
7ea42709
2002-05-29 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
When recognizing a def... construct, make that indentation
tentative, so that it can be overridden if the list in question
is not actually an expression.
(common-lisp-indent-call-method): New subroutine.
* emacs-lisp/bytecomp.el (batch-byte-compile-file):
Delete the output file if we get a file-error.
* tooltip.el (tooltip-mouse-motions-active): New variable.
(tooltip-activate-mouse-motions): Don't kill track-mouse local
if it was not made by us.
* mouse.el (mouse-set-font): Avoid misleading error message
if user makes no selection.
* info.el (Info-setup-header-line): Don't hide the links line.
* files.el (find-file-noselect-1): Return the buffer we created
even if it has been killed within `after-find-file'.
* files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
2002-05-29 Kim F. Storm <storm@cua.dk>
* simple.el (open-network-stream-server): Pass on optional args
...
...
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