aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-15 19:59:06 +0000
committerGerd Moellmann2000-03-15 19:59:06 +0000
commit699238d9cdbc91c859d3c96243664a0657f81e63 (patch)
tree9ffb08db5ca1964fc5a2407135339c9b04e381fb /src
parenta1c5aa96e21c34036ca6915773ee18148e08bb3b (diff)
downloademacs-699238d9cdbc91c859d3c96243664a0657f81e63.tar.gz
emacs-699238d9cdbc91c859d3c96243664a0657f81e63.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5a609b263ee..097e72d13ae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-03-15 Gerd Moellmann <gerd@gnu.org>
2
3 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
4 a sole completion.
5
6 * process.c (send_process): Add a hint that the function
7 can call Lisp code to its comment.
8
9 * lread.c (load_dangerous_libraries): New variable.
10 (Vbytecomp_version_regexp): New variable.
11 (safe_to_load_p): New function.
12 (Fload): Handle files not compiled with Emacs specially.
13 (syms_of_lread): New Lisp variable load-dangerous-libraries.
14
12000-03-14 Gerd Moellmann <gerd@gnu.org> 152000-03-14 Gerd Moellmann <gerd@gnu.org>
2 16
3 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. 17 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.