comparison lisp/ChangeLog @ 48096:75bdf0931b4c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 Oct 2002 00:42:35 +0000
parents b7cdece1cebf
children 710af2a38055
comparison
equal deleted inserted replaced
48095:cce15dd3ec16 48096:75bdf0931b4c
1 2002-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
1 2002-10-30 Dave Love <fx@gnu.org> 11 2002-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
13 2002-10-30 Andreas Schwab <schwab@suse.de> 22 2002-10-30 Andreas Schwab <schwab@suse.de>
14 23
15 * subr.el (replace-regexp-in-string): Doc fix. 24 * subr.el (replace-regexp-in-string): Doc fix.
16 25
17 2002-10-29 Dave Love <fx@gnu.org> 26 2002-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. 29
21 30 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
22 * progmodes/scheme.el (syntax-case): Define
23 scheme-indent-function.
24 31
25 * international/mule-conf.el: Doc fixes. 32 * international/mule-conf.el: Doc fixes.
26 33
27 2002-10-29 Richard M. Stallman <rms@gnu.org> 34 2002-10-29 Richard M. Stallman <rms@gnu.org>
28 35
30 37
31 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'. 38 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
32 39
33 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) 40 2002-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
38 2002-10-29 Kim F. Storm <storm@cua.dk> 45 2002-10-29 Kim F. Storm <storm@cua.dk>
39 46
40 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused 47 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
41 incomplete list of matches to be returned. 48 incomplete list of matches to be returned.
66 73
67 * international/mule-diag.el (non-iso-charset-alist): Move to 74 * international/mule-diag.el (non-iso-charset-alist): Move to
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
76 * language/thai-util.el (thai-composition-function): Don't use prog1. 83 * language/thai-util.el (thai-composition-function): Don't use prog1.
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
88 2002-10-28 Miles Bader <miles@gnu.org> 94 2002-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
93 2002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change) 99 2002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change)
94 100
95 * progmodes/compile.el (grep-find-use-xargs): Fix docstring. 101 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
96 102
97 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu> 103 2002-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
102 2002-10-27 Andreas Schwab <schwab@suse.de> 107 2002-10-27 Andreas Schwab <schwab@suse.de>
103 108
104 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L 109 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
105 end-of-comment syntax. 110 end-of-comment syntax.