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
59b59892
Commit
59b59892
authored
Dec 06, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7a25dc6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
+17
-8
etc/NEWS
etc/NEWS
+4
-3
lisp/ChangeLog
lisp/ChangeLog
+9
-5
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
59b59892
...
...
@@ -23,6 +23,8 @@ installed programs.
* Changes in Emacs 21.3
** Info-index finally offers completion.
** Controlling the left and right fringe widths.
The left and right fringe widths can now be controlled by setting the
...
...
@@ -243,9 +245,8 @@ handler whose (match-beginning 0) is the largest is chosen.
In case of ties, the old "first matched" rule applies.
** Dense keymaps now handle inheritance correctly.
To that end, binding a key to t now behaves the same as binding it to
nil (it shadows parent bindings but not bindings in keymaps of lower
precedence).
Previously a dense keymap would hide all of the simple-char key
bindings of the parent keymap.
** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
If a piece of text with that property gets contextually refontified
...
...
lisp/ChangeLog
View file @
59b59892
2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
* indent.el (indent-line-function): Default is indent-relative again.
2001-12-07 Miles Bader <miles@gnu.org>
* progmodes/compile.el (compilation-error-regexp-alist):
Added
regexps for RXP. From Reto Stamm <reto@xilinx.com>.
* progmodes/compile.el (compilation-error-regexp-alist):
Added
regexps for RXP. From Reto Stamm <reto@xilinx.com>.
2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
...
...
@@ -20,15 +24,15 @@
* xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2001-12-04 Colin Walters <walters@debian.org>
* emacs-lisp/autoload.el (make-autoload): Also generate autoloads
for `defmacro*' forms.
* emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
`defmacro*'.
2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2001-12-02 Richard M. Stallman <rms@gnu.org>
...
...
src/ChangeLog
View file @
59b59892
2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
* eval.c: Undo last change: the standard syntax is not wanted.
2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
* xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
...
...
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