aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-10-31 00:42:35 +0000
committerStefan Monnier2002-10-31 00:42:35 +0000
commit68eb8bd544008d1c7560e4eb8da83670e5ad2c31 (patch)
tree4e6c77a4dccf055488e0aa59f9d08c183580a484
parentef11ff9b1f7a896cddf3e07e1da9672e02237fae (diff)
downloademacs-68eb8bd544008d1c7560e4eb8da83670e5ad2c31.tar.gz
emacs-68eb8bd544008d1c7560e4eb8da83670e5ad2c31.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog49
-rw-r--r--src/ChangeLog11
2 files changed, 36 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 528e61d3787..1577faedc2a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,14 +1,23 @@
12002-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/fill.el (fill-move-to-break-point): Skip white space
4 _before_ checking to see if we're hitting the margin.
5 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
6 it's now done by the C primitives. Don't use narrowing.
7 Reorganize the line-breaking part of the code to simplify the control
8 flow and make it work in the absence of narrowing.
9 (fill-region): Don't use narrowing.
10
12002-10-30 Dave Love <fx@gnu.org> 112002-10-30 Dave Love <fx@gnu.org>
2 12
3 * textmodes/po.el (po-content-type-charset-alist): Delete most 13 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
4 entries.
5 (po-find-charset): Doc fix. Remove interactive spec. 14 (po-find-charset): Doc fix. Remove interactive spec.
6 (po): Provide. 15 (po): Provide.
7 (po-find-file-coding-system-guts): Re-written to use 16 (po-find-file-coding-system-guts): Re-written to use
8 coding-system-alist, and code-pages, not codepage stuff. 17 coding-system-alist, and code-pages, not codepage stuff.
9 18
10 * term/x-win.el: Remove some ancient compatibility code. Populate 19 * term/x-win.el: Remove some ancient compatibility code.
11 x-keysym-table. 20 Populate x-keysym-table.
12 21
132002-10-30 Andreas Schwab <schwab@suse.de> 222002-10-30 Andreas Schwab <schwab@suse.de>
14 23
@@ -16,11 +25,9 @@
16 25
172002-10-29 Dave Love <fx@gnu.org> 262002-10-29 Dave Love <fx@gnu.org>
18 27
19 * cus-start.el (selection-coding-system, scalable-fonts-allowed): 28 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
20 Added.
21 29
22 * progmodes/scheme.el (syntax-case): Define 30 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
23 scheme-indent-function.
24 31
25 * international/mule-conf.el: Doc fixes. 32 * international/mule-conf.el: Doc fixes.
26 33
@@ -32,8 +39,8 @@
32 39
332002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) 402002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
34 41
35 * make-mode.el (makefile-warn-continuations): Call 42 * make-mode.el (makefile-warn-continuations):
36 re-search-forward with NOERROR t. 43 Call re-search-forward with NOERROR t.
37 44
382002-10-29 Kim F. Storm <storm@cua.dk> 452002-10-29 Kim F. Storm <storm@cua.dk>
39 46
@@ -68,8 +75,8 @@
68 avoid compilation warning. 75 avoid compilation warning.
69 (mule-diag): Provide. 76 (mule-diag): Provide.
70 77
71 * international/code-pages.el (cp-make-coding-system): Use 78 * international/code-pages.el (cp-make-coding-system):
72 utf-translation-table-for-decode, not 79 Use utf-translation-table-for-decode, not
73 utf-8-translation-table-for-decode. 80 utf-8-translation-table-for-decode.
74 (mule-diag): Require. 81 (mule-diag): Require.
75 82
@@ -77,18 +84,17 @@
77 84
78 * language/lao-util.el (lao-composition-function): Don't use prog1. 85 * language/lao-util.el (lao-composition-function): Don't use prog1.
79 86
80 * language/european.el (diacritic-composition-function): Modify 87 * language/european.el (diacritic-composition-function):
81 confused prog1 form. 88 Modify confused prog1 form.
82 89
83 * international/quail.el (quail-keyboard-layout-alist): Fix 90 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
84 pc105-uk. 91 (quail-keyboard-layout): Customize.
85 (quail-keyboard-layout): Customize. Move after 92 Move after quail-keyboard-layout-alist.
86 quail-keyboard-layout-alist.
87 93
882002-10-28 Miles Bader <miles@gnu.org> 942002-10-28 Miles Bader <miles@gnu.org>
89 95
90 * progmodes/make-mode.el (makefile-warn-continuations): Don't 96 * progmodes/make-mode.el (makefile-warn-continuations):
91 barf when there _aren't_ any suspicious continuations. 97 Don't barf when there _aren't_ any suspicious continuations.
92 98
932002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change) 992002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change)
94 100
@@ -96,8 +102,7 @@
96 102
972002-10-27 Michael Kifer <kifer@cs.stonybrook.edu> 1032002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
98 104
99 * ediff-wind.el (ediff-control-frame-parameters): added 105 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
100 scrollbar-height.
101 106
1022002-10-27 Andreas Schwab <schwab@suse.de> 1072002-10-27 Andreas Schwab <schwab@suse.de>
103 108
diff --git a/src/ChangeLog b/src/ChangeLog
index edb3b6ac1c6..a557c1e259d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * editfns.c (overlays_around, get_pos_property): New funs.
4 (find_field): Use them.
5 Also be careful not to modify POS before its last use.
6 (Fmessage): Don't Fformat if there's nothing to format.
7
12002-10-30 Dave Love <fx@gnu.org> 82002-10-30 Dave Love <fx@gnu.org>
2 9
3 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h. 10 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
@@ -14,8 +21,8 @@
14 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended. 21 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
15 (lispy_kana_keys): Comment out. 22 (lispy_kana_keys): Comment out.
16 (make_lispy_event) [XK_kana_A]: Comment out. 23 (make_lispy_event) [XK_kana_A]: Comment out.
17 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix 24 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
18 sprintf call. 25 Fix sprintf call.
19 26
20 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by 27 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
21 regexp.h change). 28 regexp.h change).