[Commit] jove ChangeLog,1.4,1.5 insert.c,1.7,1.8 util.c,1.5,1.6

Keith Packard commit at keithp.com
Wed Oct 27 10:58:24 PDT 2004


Committed by: keithp

Update of /local/src/CVS/jove
In directory home.keithp.com:/tmp/cvs-serv6567

Modified Files:
	ChangeLog insert.c util.c 
Log Message:
2004-10-27  Keith Packard  <keithp at keithp.com>

	* insert.c:
	Add a bunch more compose sequences
	
	* util.c:
	Warn when displaying buffer of externally modified file


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/jove/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog	20 Oct 2004 05:26:40 -0000	1.4
+++ ChangeLog	27 Oct 2004 17:58:21 -0000	1.5
@@ -1,3 +1,11 @@
+2004-10-27  Keith Packard  <keithp at keithp.com>
+
+	* insert.c:
+	Add a bunch more compose sequences
+	
+	* util.c:
+	Warn when displaying buffer of externally modified file
+
 2004-10-19  Keith Packard  <keithp at keithp.com>
 
 	* abbrev.c:

Index: insert.c
===================================================================
RCS file: /local/src/CVS/jove/insert.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- insert.c	20 Oct 2004 05:26:40 -0000	1.7
+++ insert.c	27 Oct 2004 17:58:21 -0000	1.8
@@ -467,21 +467,24 @@
 "!:¡|c:¢#:£$:¤y:¥| :¦ss:§\" :¨cr:©_a:ª<<:«~ :¬- :­rc:®__:¯"
 ". :°+-:±1 :¹2 :²3 :³' :´,u:µpp:¶ .:·, :¸m:º>>:»14:¼12:½34:¾?:¿"
 "`A:À'A:Á^A:Â~A:Ã\"A:Ä.A:ÅAE:Æ,C:Ç`E:È'E:É^E:Ê\"E:Ë`I:Ì'I:Í^I:Î\"I:Ï"
-"-D:Ð~N:Ñ`O:Ò'O:Ó^O:Ô~O:Õ\"O:Ö* :×/O:Ø`U:Ù'U:Ú^U:Û\"U:Ü'Y:ÝTH:ÞSS:ß"
+"-D:Ð~N:Ñ`O:Ò'O:Ó^O:Ô~O:Õ\"O:Ö* :×/O:Ø`U:Ù'U:Ú^U:Û\"U:Ü'Y:ÝTR:ÞSS:ß"
 "`a:à'a:á^a:â~a:ã\"a:ä.a:åae:æ,c:ç`e:è'e:é^e:ê\"e:ë`i:ì'i:í^i:î\"i:ï"
-"et:ð~n:ñ`o:ò'o:ó^o:ô~o:õ\"o:ö/ :÷/o:ø`u:ù'u:ú^u:û\"u:ü'y:ýth:þ\"y:ÿ"
+"et:ð~n:ñ`o:ò'o:ó^o:ô~o:õ\"o:ö/ :÷/o:ø`u:ù'u:ú^u:û\"u:ü'y:ýtr:þ\"y:ÿ"
 /* extended latin */
 "'C:Ć'c:ćvC:Čvc:č-d:đvG:Ğvg:ğ.I:İ.i:ı/L:Ł/l:łOE:Œoe:œ,S:Ş,s:şvS:Švs:š\"Y:ŸvZ:Žvz:ž,f:ƒ"
 /* Greek */
-"OM:Ωpi:π"
+"AL:ΑBE:ΒGA:ΓDE:ΔEP:ΕZE:ΖET:ΗTH:ΘIO:ΙKA:ΚLA:ΛMU:ΜNU:ΝXI:ΞON:ΟPI:ΠRH:ΡSI:ΣTA:ΤUP:ΥPH:ΦCH:ΧPS:ΨOM:Ω"
+"al:αbe:βga:γde:δep:εze:ζet:ηth:θio:ιka:κla:λmu:μnu:νxi:ξon:οpi:πrh:ρsi:σta:τup:υph:φch:χps:ψom:ω"
 /* Currency Symbols */
 "/C:₡CR:₢=F:₣=L:₤/m:₥=N:₦=P:₧=R:₨=W:₩=S:₪=d:₫=C:€=K:₭=T:₮=D:₯=f:₰"
 /* General punctuation, preceded by a space in some cases */
 "||:‖__:‗ `:‘ ':’ ,:‚``:“'':”,,:„+ :†++:‡o :•..:…%:‰ <:‹ >:›"
 /* Letterlike Sybols */
 "tm:â„¢"
+/* Arrows */
+"->:→<-:←|^:↑|v:↓<=:⇐=>:⇒=^:⇑=v:⇓<~:⇜~>:⇝"
 /* Mathematical operators */
-"de:∂DE:∆PI:∏SI:∑ /:∕sq:√oo:∞in:∫~~:≈/=:≠<=:≤>=:≥ -:− ~:∼ |:∣/|:∤||:∥=~:≂~=:≃"
+"V-:∀di:∂ E:∃/E:∄ /:∕sq:√oo:∞in:∫~~:≈/=:≠<=:≤>=:≥ -:− ~:∼ |:∣/|:∤||:∥=~:≂~=:≃"
 /* Geometric Shapes */
 "<>:â—Š"
 /* Alphabetic Presentation Forms */

Index: util.c
===================================================================
RCS file: /local/src/CVS/jove/util.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- util.c	20 Oct 2004 05:26:40 -0000	1.5
+++ util.c	27 Oct 2004 17:58:21 -0000	1.6
@@ -426,6 +426,8 @@
 		CalcWind(w);	/* ah, this has been missing since the
 				   beginning of time! */
 		w->w_offset = 0;
+		if (bp->b_fname)
+			chk_mtime (bp, bp->b_fname, 0);
 	}
 }
 




More information about the Commit mailing list