]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 21:21:17 +0000 (21:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 21:21:17 +0000 (21:21 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index b720c2bfc679a1b83fe93ce4727b84f357edd830..b00cf122f7f057dc6005d91830eae74cacd7303f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
index 97e109445da402534d416b9eed3166dc9e2a5fa2..0393faa8501a724f159d0d76b45e284c69ad8276 100644 (file)
@@ -1,5 +1,8 @@
 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.
index ebdcb23e3cde644b540c08108819c74b3e85e94c..ae4010d047987b777fb5f2b9228bd55fc03829fc 100644 (file)
@@ -1,5 +1,10 @@
 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>
 
 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.