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
9252f7bc
Commit
9252f7bc
authored
Dec 07, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
38668f81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
2 deletions
+52
-2
etc/NEWS
etc/NEWS
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+29
-0
src/ChangeLog
src/ChangeLog
+15
-0
No files found.
etc/NEWS
View file @
9252f7bc
...
...
@@ -825,7 +825,7 @@ By default, its setting is inferred on a buffer-by-buffer basis
from the file name or buffer contents.
+++
** `xml-mode' is now an alias for `s
mg
l-mode', which has XML support.
** `xml-mode' is now an alias for `s
gm
l-mode', which has XML support.
+++
** New user option `isearch-resume-enabled'.
...
...
@@ -1095,12 +1095,18 @@ Emacs will still work on terminals that require magic cookies in order
to use standout mode, however they will not be able to display
mode-lines in inverse-video.
---
** The obsolete C mode (c-mode.el) has been removed to avoid problems
with Custom.
* Lisp Changes in Emacs 21.4
+++
** `load-history' can now have elements of the form (t . FUNNAME),
which means FUNNAME was previously defined an autoload (before the
current file redefined it).
** New Lisp library testcover.el works with edebug to help you determine
whether you've tested all your Lisp code. Function testcover-start
instruments all functions in a given file. Then test your code. Function
...
...
@@ -1545,7 +1551,7 @@ compare the property name using `equal' rather than `eq'.
** New function `tool-bar-local-item-from-menu'
The `tool-bar-add-item-from-menu' m
o
st not be used (as previously
The `tool-bar-add-item-from-menu' m
u
st not be used (as previously
recommended) for making entries in the tool bar for local keymaps.
Instead, use the function `tool-bar-local-item-from-menu', which lets
you specify the map to use as an argument.
...
...
lisp/ChangeLog
View file @
9252f7bc
2002-12-07 Richard M. Stallman <rms@gnu.org>
* progmodes/compile.el (compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist): Match byte compiler output.
* emacs-lisp/cl-macs.el: Add local variable list
to turn off cl-function warnings.
* emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
elements in load-history.
(byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
and cl-struct-setf-expander.
* emacs-lisp/autoload.el (autoload-print-form-outbuf):
New variable.
(autoload-print-form): Use autoload-print-form-outbuf.
(generate-file-autoloads): Bind autoload-print-form-outbuf.
* calendar/calendar.el (calendar-day-name): Move defn down.
* speedbar.el (speedbar-directory-buttons-follow):
Don't use directory-sep-char.
2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
* register.el (describe-register-1): Use window-width
to truncate string in a register. Check whether the string
in a register is an empty string or a sequence of white spaces.
2002-12-07 Andreas Schwab <schwab@suse.de>
* faces.el (face-font-selection-order)
...
...
src/ChangeLog
View file @
9252f7bc
2002-12-07 Richard M. Stallman <rms@gnu.org>
* minibuf.c (Fcompleting_read): Doc fix.
* lread.c (syms_of_lread) <load-history>: Doc fix.
* fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
* eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
autoload.
* data.c (Fdefalias): Record in load-history redefining an autoload.
* alloca.c: Undo ifdef change accidentally made on 12-04.
2002-12-06 Francesco Potorti` <pot@gnu.org>
* xfns.c (png_load): Avoid double gamma correction for PNG
...
...
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