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
026f408d
Commit
026f408d
authored
Oct 12, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
be5fc59b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
etc/NEWS
etc/NEWS
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
src/ChangeLog
src/ChangeLog
+8
-0
No files found.
etc/NEWS
View file @
026f408d
...
...
@@ -15,6 +15,10 @@ in line with the output of other GNU tools.
** perl-mode has a new variable `perl-indent-continued-arguments'.
** `special-display-buffer-names' and `special-display-regexps' now
understand two new boolean pseudo-frame-parameters `same-frame' and
`same-window'.
**
When pure storage overflows while dumping, Emacs now prints how
much pure storage it will approximately need.
...
...
@@ -72,6 +76,13 @@ accepts a float as UID parameter.
** The local variable `no-byte-compile' in elisp files is now obeyed.
** New functions `keymap-prompt' and `current-active-maps'.
** New function `describe-buffer-bindings'.
** New vars `exec-suffixes' and `load-suffixes' used when
searching for an executable resp. an elisp file.
** Variable aliases have been implemented
- Macro: defvaralias ALIAS-VAR BASE-VAR
...
...
lisp/ChangeLog
View file @
026f408d
2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
* frame.el (special-display-popup-frame): Obey new specs `same-window'
and `same-frame'.
* menu-bar.el (minibuffer-local-*map): Take inheritance into account.
* simple.el (minibuffer-local*-map): Remove redundant bindings.
...
...
src/ChangeLog
View file @
026f408d
2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
* keymap.c (Fkey_description): Use empty_string.
(Fdescribe_bindings_internal, describe_buffer_bindings): Remove.
(syms_of_keymap): Setup inheritance between maps.
Don't export Sdescribe_bindings_internal any more.
* minibuf.c (keys_of_minibuf): Eliminate redundant bindings.
2001-10-12 Gerd Moellmann <gerd@gnu.org>
...
...
@@ -20,11 +25,14 @@
2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
* callint.c (Fcall_interactively): Remove unused code. Use XCAR.
* xfns.c (x_create_bitmap_from_file, x_find_image_file):
* w32proc.c (sys_spawnve):
* w32fns.c (x_create_bitmap_from_file, x_find_image_file):
* w32.c (check_windows_init_file):
* sound.c (Fplay_sound):
* emacs.c (init_cmdargs):
* process.c (Fstart_process): Update calls to openp.
* callproc.c (Vexec_suffixes): New var.
...
...
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