summaryrefslogtreecommitdiff
path: root/src/ChangeLog.4
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-04-29 08:42:01 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2010-04-29 08:42:01 -0400
commitd6d2385247fd2a9cacd338ec5ff1b47787ef44fb (patch)
treeaf10b7111b8b48b618493da655909cac599968f6 /src/ChangeLog.4
parenta982c7ec499d6d1571b89978bfca38e2dc464e0d (diff)
downloademacs-d6d2385247fd2a9cacd338ec5ff1b47787ef44fb.tar.gz
Fix wrong-docstring problem introduced with hash-consing.
* eval.c (Fautoload): Set doc to a unique number rather than to 0. Remove unused var `args'. * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove. (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers. * doc.c (store_function_docstring): Use XSETCAR.
Diffstat (limited to 'src/ChangeLog.4')
-rw-r--r--src/ChangeLog.425
1 files changed, 12 insertions, 13 deletions
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 7e5728fbbcd..4f5d0b29e4c 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -4329,7 +4329,7 @@
1993-11-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
- * s/sunos4-1-3.h (HAVE_TERMIOS): Defined.
+ * s/sunos4-1-3.h (HAVE_TERMIOS): Define.
1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
@@ -4426,9 +4426,9 @@
* Makefile.in: File removed. It is now generated by ../configure.
- * Makefile.in.in (LIBES): Add $(GNULIB_VAR) again at end. This
- change to ymakefile was mysteriously lost. Were any others lost
- too?
+ * Makefile.in.in (LIBES): Add $(GNULIB_VAR) again at end.
+ This change to ymakefile was mysteriously lost.
+ Were any others lost too?
1993-10-02 Brian J. Fox (bfox@ai.mit.edu)
@@ -4461,8 +4461,7 @@
1993-09-24 Brian J. Fox (bfox@ai.mit.edu)
- * textprop.c (validate_plist): Add declaration for `list'
- argument.
+ * textprop.c (validate_plist): Add declaration for `list' argument.
* frame.c (Fhandle_switch_frame): Doc fix.
@@ -4501,7 +4500,7 @@
* doc.c (Fsubstitute_command_keys): Pass new arg.
* abbrev.c (Funexpand_abbrev, Fexpand_abbrev): Pass new arg.
- * s/aix3-2.h (AIX3_2): Defined.
+ * s/aix3-2.h (AIX3_2): Define.
* m/ibmrs6000.h (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
* xterm.h (HAVE_X11R4): If AIX, do not define HAVE_X11R4.
@@ -4703,13 +4702,13 @@
* xfns.c (XScreenNumberOfScreen): New function.
- * m/tek4300.h (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined.
+ * m/tek4300.h (C_DEBUG_SWITCH, SYSTEM_MALLOC): Define.
* m/iris4d.h (START_FILES, LIB_STANDARD): Don't define if USG5_4.
(DEFAULT_ENTRY_ADDRESS): Likewise.
(UNEXEC): Use unexelfsgi.o if USG5_4.
- * s/irix5-0.h (C_SWITCH_MACHINE): Deleted.
+ * s/irix5-0.h (C_SWITCH_MACHINE): Delete.
1993-08-13 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
@@ -4809,7 +4808,7 @@
* m/dpx2.h (HAVE_TCATTR): Macro #defined.
(HAVE_CLOSEDIR): #undef to allow use of closedir in sysdep.c.
- (SIGTSTP): Commented #undef to allow use of ^Z in shell-mode.
+ (SIGTSTP): Comment #undef to allow use of ^Z in shell-mode.
(SIGNALS_VIA_CHARACTERS): #defined.
1993-08-09 Paul Eggert (eggert@twinsun.com)
@@ -4849,10 +4848,10 @@
and calculate position properly.
* s/bsd4-2.h, s/bsd4-3.h, s/umax.h, s/rtu.h, s/dgux.h (HAVE_VFORK):
- Defined.
+ Define.
* ymakefile (alloc.o): Don't use DEBUG_MOLE.
- (DEBUG_MOLE): Deleted.
+ (DEBUG_MOLE): Delete.
* gnu-hp300: File deleted.
* .gdbinit: Don't put -q in args.
@@ -4878,7 +4877,7 @@
(main): Call init_buffer, init_callproc and init_cmdargs
before init_lread.
(syms_of_emacs): Install the function, and protect the variable.
- * lisp.h (Vinvocation_directory): Declared.
+ * lisp.h (Vinvocation_directory): Declare.
* lread.c (init_lread): Normally put Vinvocation_directory
at end of Vload_path, if not present already.