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
56592beb
Commit
56592beb
authored
Jul 20, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
dd98f00a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+8
-0
src/ChangeLog
src/ChangeLog
+18
-0
No files found.
etc/NEWS
View file @
56592beb
...
...
@@ -940,6 +940,9 @@ mode-lines in inverse-video.
* Lisp Changes in Emacs 21.4
** There is a new Warnings facility; see the functions `warn'
and `display-warning'.
** The functions all-completions and try-completion now accept lists
of strings as well as hash-tables additionally to alists, obarrays
and functions. Furthermore, the function `test-completion' is now
...
...
lisp/ChangeLog
View file @
56592beb
2002-07-20 Richard M. Stallman <rms@gnu.org>
* wid-edit.el (widget-documentation-string-value-create):
Say "Hide Rest", not just "Hide".
* cus-edit.el (custom-variable-value-create):
Say "Show Value", not just "Show". Also "Hide Value".
Output a newline before the doc string.
(custom-face-value-create): Say "Show Face" and "Hide Face".
* files.el (toggle-read-only): Clean up the hint message.
* emacs-lisp/bytecomp.el: Use warnings.el.
...
...
src/ChangeLog
View file @
56592beb
2002-07-20 Richard M. Stallman <rms@gnu.org>
* print.c (print_error_message): New args CONTEXT and CALLER.
Calls changed.
* lisp.h (print_error_message): Declare new args.
* keyboard.c (cmd_error_internal): Pass Vsignaling_function
and CONTEXT to print_error_message, don't print them here.
For a Quit, don't use Vsignaling_function.
Call message_log_maybe_newline.
* Makefile.in (xsmfns.o): Don't depend on lisp.h.
2002-07-20 Kim F. Storm <storm@cua.dk>
* xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
2002-07-19 Ken Raeburn <raeburn@gnu.org>
* bytecode.c (struct byte_stack): Pointers into byte string now
...
...
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