Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 1ce6082ce73f |
children | ac0620f6398e |
comparison
equal
deleted
inserted
replaced
81:ebca3d831cea | 82:6a378aca36af |
---|---|
1 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org> | |
2 * puresize.h (BASE_PURESIZE): Tighten up. | |
3 | |
4 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif | |
5 code. | |
6 (scrollbar-page-down): Ditto. | |
7 | |
8 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to | |
9 Lucid/Motif code. | |
10 (x_update_vertical_scrollbar_callback): Ditto. | |
11 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid | |
12 special case code. | |
13 | |
14 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position | |
15 for Athena3d. | |
16 | |
17 * redisplay-output.c (redisplay_update_line): A vain attempt to | |
18 get the Athena vertical thumb adjusted after drag. | |
19 | |
20 * EmacsFrame.c: Default to lower/right with Athena3d libraries. | |
21 | |
22 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk> | |
23 | |
24 * m/aviion.h: Remove definition of m88k. | |
25 | |
26 * s/dgux5-4r4.h: New file. | |
27 | |
28 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org> | |
29 | |
30 * buffer.h: Put proper typecasts on calls to alloca(). | |
31 | |
32 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org> | |
33 | |
34 * config.h.in: Add LWLIB_USES_ATHENA symbol | |
35 | |
36 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both | |
37 Athena and Motif in the same link. | |
38 | |
39 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr> | |
40 | |
41 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the | |
42 volume is set to 0. | |
43 | |
44 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net> | |
45 | |
46 * s/nextstep.h (signal_handler_t): define as int. | |
47 | |
48 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com> | |
49 | |
50 * src/event-Xt.c (emacs_Xt_handle_magic_event): | |
51 (frame-totally-visible-p) sometimes incorrectly returned nil. | |
52 | |
53 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com> | |
54 | |
55 * menubar-x.c (pre_activate_callback): Correctly handle buffer | |
56 local variables in :included clauses. | |
57 (compute_menubar_data): Ditto. | |
58 | |
59 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com> | |
60 | |
61 * redisplay.c (add_emchar_rune): Enable last_charset display | |
62 optimization. | |
63 | |
64 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU> | |
65 | |
66 * event-stream.c (Faccept_process_output): Avoid checking an | |
67 uninitialized variable. | |
68 | |
69 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org> | |
70 | |
71 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS | |
72 to match Emacs 19.34. | |
73 | |
74 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com> | |
75 | |
76 * sysdep.c (sys_execvp): Fix when compiled with | |
77 --const-is-losing=no. Old code could crash if argv contained | |
78 non-ascii characters and the execvp failed and then caller | |
79 examined argv (for error message, for example). | |
80 | |
81 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org> | |
82 | |
83 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only. | |
84 | |
1 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com> | 85 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com> |
2 | 86 |
3 * minibuf.c (Ftry_completion): Don't crash if not given a proper | 87 * minibuf.c (Ftry_completion): Don't crash if not given a proper |
4 obarray. | 88 obarray. |
5 | 89 |