comparison lisp/ChangeLog @ 51951:d5f12977a350

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Jul 2003 21:41:33 +0000
parents 249369644c5e
children 55e857ca3791
comparison
equal deleted inserted replaced
51950:249369644c5e 51951:d5f12977a350
1 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * info.el (Info-menu-entry-name-re): Allow newlines in
4 menu entry names.
5
6 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7 syntax-ppss-after-change-function.
8 (syntax-ppss-after-change-function): New alias. Update uses.
9 (syntax-ppss): Catch the case where the buffer is narrowed.
10
1 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> 11 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2 12
3 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos, 13 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
4 c-langelem-2nd-pos): Added accessor functions for syntactic 14 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
5 elements.
6 15
7 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> 16 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8 17
9 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable 18 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10 since it might be modified. 19 since it might be modified.
11 20
12 * progmodes/cc-langs.el: (c++-make-template-syntax-table, 21 * progmodes/cc-langs.el: (c++-make-template-syntax-table)
13 c-syntactic-ws-start, c-syntactic-ws-end): Gave more consistent 22 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14 names to these language constants. 23 names to these language constants.
15 24
16 2003-07-15 Kim F. Storm <storm@cua.dk> 25 2003-07-15 Kim F. Storm <storm@cua.dk>
17 26
18 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores. 27 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region): 32 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24 Namespace support. 33 Namespace support.
25 34
26 2003-07-13 Juanma Barranquero <lektu@terra.es> 35 2003-07-13 Juanma Barranquero <lektu@terra.es>
27 36
28 * frame.el (modify-all-frames-parameters): Reinstalled (copyright 37 * frame.el (modify-all-frames-parameters): Reinstall (copyright
29 papers received). 38 papers received).
30 39
31 2003-07-13 Karl Eichwalder <ke@suse.de> 40 2003-07-13 Karl Eichwalder <ke@suse.de>
32 41
33 * textmodes/po.el (po-find-charset): White space at the start of the 42 * textmodes/po.el (po-find-charset): White space at the start of the
34 Content-Type field body is non-mandatory. 43 Content-Type field body is non-mandatory.
35 44
36 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) 45 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
37 46
38 * textmodes/texinfo.el (texinfo-section-list): Append 47 * textmodes/texinfo.el (texinfo-section-list):
39 appendixsection; a synonym for appendixsec. 48 Append appendixsection; a synonym for appendixsec.
40 49
41 2003-07-13 Jari Aalto <jari.aalto@poboxes.com> 50 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
42 51
43 * man.el (Man-translate-cleanup): New. 52 * man.el (Man-translate-cleanup): New.
44 (Man-translate-references): Call `Man-translate-cleanup' to clean 53 (Man-translate-references): Call `Man-translate-cleanup' to clean
83 * emacs-lisp/ring.el (ring-elements): Doc fix. 92 * emacs-lisp/ring.el (ring-elements): Doc fix.
84 93
85 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk> 94 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
86 95
87 * calendar/timeclock.el (timeclock-relative) 96 * calendar/timeclock.el (timeclock-relative)
88 (timeclock-ask-before-exiting, timeclock-use-display-time): Doc 97 (timeclock-ask-before-exiting, timeclock-use-display-time):
89 changes. 98 Doc changes.
90 (timeclock-modeline-display): Give a message if 99 (timeclock-modeline-display): Give a message if
91 `timeclock-use-display-time' is non-nil but `display-time-mode' 100 `timeclock-use-display-time' is non-nil but `display-time-mode'
92 is not active. 101 is not active.
93 102
94 2003-07-11 Kenichi Handa <handa@m17n.org> 103 2003-07-11 Kenichi Handa <handa@m17n.org>
95 104
96 * international/mule-cmds.el (set-language-environment): Set 105 * international/mule-cmds.el (set-language-environment):
97 current-language-environment to the correct string. 106 Set current-language-environment to the correct string.
98 107
99 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> 108 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
100 109
101 * ps-print.el: Print line number correctly in a region. Reported by 110 * ps-print.el: Print line number correctly in a region. Reported by
102 Tim Allen <timallen@ls83.fsnet.co.uk> 111 Tim Allen <timallen@ls83.fsnet.co.uk>
112 121
113 * calendar/timeclock.el (timeclock-use-display-time) 122 * calendar/timeclock.el (timeclock-use-display-time)
114 (timeclock-day-over-hook, timeclock-workday-remaining) 123 (timeclock-day-over-hook, timeclock-workday-remaining)
115 (timeclock-status-string, timeclock-when-to-leave) 124 (timeclock-status-string, timeclock-when-to-leave)
116 (timeclock-when-to-leave-string, timeclock-log-data) 125 (timeclock-when-to-leave-string, timeclock-log-data)
117 (timeclock-find-discrep, timeclock-day-base) 126 (timeclock-find-discrep, timeclock-day-base)
118 (timeclock-generate-report, timeclock-visit-timelog): Doc fix. 127 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
119 (timeclock-modeline-display): Set the variable 128 (timeclock-modeline-display): Set the variable
120 `timeclock-modeline-display'. 129 `timeclock-modeline-display'.
121 (timeclock-update-modeline): Doc fix. Respect value of 130 (timeclock-update-modeline): Doc fix. Respect value of
122 `timeclock-relative'. 131 `timeclock-relative'.
143 buffer changes; there's third party code that calls this function 152 buffer changes; there's third party code that calls this function
144 directly. 153 directly.
145 154
146 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> 155 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
147 156
148 * progmodes/cc-fonts.el (javadoc-font-lock-keywords, 157 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
149 autodoc-font-lock-keywords): Don't byte compile on font lock 158 (autodoc-font-lock-keywords): Don't byte compile on font lock
150 initialization when running from byte compiled files. 159 initialization when running from byte compiled files.
151 160
152 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org> 161 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
153 162
154 * progmodes/cc-engine.el: Fix AWK mode indentation when previous 163 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
155 statement ends with auto-increment "++". 164 statement ends with auto-increment "++".
156 165
157 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> 166 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
158 167
159 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist, 168 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
160 c-lang-variable-inits, c-lang-variable-inits-tail): The values of 169 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
161 these are changed, so declare them as variables and not constants. 170 these are changed, so declare them as variables and not constants.
162 171
163 2003-07-08 Markus Rost <rost@math.ohio-state.edu> 172 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
164 173
165 * subr.el (dolist, dotimes): Doc fix. 174 * subr.el (dolist, dotimes): Doc fix.
181 190
182 * isearch.el (search-whitespace-regexp): Add a shy group around it. 191 * isearch.el (search-whitespace-regexp): Add a shy group around it.
183 192
184 * man.el (Man-name-regexp): Match + as part of name. 193 * man.el (Man-name-regexp): Match + as part of name.
185 194
186 * simple.el (visible-mode): Renamed from vis-mode. 195 * simple.el (visible-mode): Rename from vis-mode.
187 (vis-mode-saved-buffer-invisibility-spec): Doc fix. 196 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
188 197
189 * simple.el (current-word): New arg REALLY-WORD specifies 198 * simple.el (current-word): New arg REALLY-WORD specifies
190 don't include punctuation chars. 199 don't include punctuation chars.
191 200
192 * emacs-lisp/debug.el (debug, debugger-env-macro): 201 * emacs-lisp/debug.el (debug, debugger-env-macro):
193 Use with-no-warnings while accessing and binding 202 Use with-no-warnings while accessing and binding unread-command-char.
194 unread-command-char.
195 203
196 * international/mule-cmds.el (set-display-table-and-terminal-coding-system): 204 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
197 Use explicit loop instead of calling standard-display-default. 205 Use explicit loop instead of calling standard-display-default.
198 206
199 * net/ange-ftp.el (ange-ftp-file-symlink-p): 207 * net/ange-ftp.el (ange-ftp-file-symlink-p):
1674 * simple.el (vis-mode): Update documentation string to reflect 1682 * simple.el (vis-mode): Update documentation string to reflect
1675 earlier changes. 1683 earlier changes.
1676 1684
1677 2003-06-30 Richard M. Stallman <rms@gnu.org> 1685 2003-06-30 Richard M. Stallman <rms@gnu.org>
1678 1686
1679 * progmodes/compile.el (compile-auto-highlight): Default now t.
1680 (compile): Doc fix.
1681
1682 * progmodes/compile.el (compilation-next-error): Fix previous change.
1683
1684 * emacs-lisp/debug.el (debug):
1685
1686 * loadup.el (pure-space-overflow): Set it if overflow. 1687 * loadup.el (pure-space-overflow): Set it if overflow.
1687 1688
1688 * startup.el (pure-space-overflow): New variable. 1689 * startup.el (pure-space-overflow): New variable.
1689 (fancy-splash-screens-1): Display warning if overflow. 1690 (fancy-splash-screens-1): Display warning if overflow.
1690 (normal-splash-screen): Likewise. 1691 (normal-splash-screen): Likewise.
1786 1787
1787 * international/utf-7.el: Adjusted for the name change: 1788 * international/utf-7.el: Adjusted for the name change:
1788 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. 1789 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
1789 1790
1790 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859): 1791 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1791 Adjusted for the name change: xxx-utf-16-{le,be} -> 1792 Adjust for the name change: xxx-utf-16-{le,be} ->
1792 xxx-utf-16{le,be}. 1793 xxx-utf-16{le,be}.
1793 1794
1794 * international/mule-conf.el: Adjusted for the name change: 1795 * international/mule-conf.el: Adjusted for the name change:
1795 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. 1796 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
1796 1797
1797 * international/mule-cmds.el (reset-language-environment): 1798 * international/mule-cmds.el (reset-language-environment):
1798 Adjusted for the name change: xxx-utf-16-{le,be} -> 1799 Adjust for the name change: xxx-utf-16-{le,be} ->
1799 xxx-utf-16{le,be}. 1800 xxx-utf-16{le,be}.
1800 1801
1801 2003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu> 1802 2003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu>
1802 1803
1803 * vc.el (vc-rename-file): Fix typo. 1804 * vc.el (vc-rename-file): Fix typo.
2122 * dired.el (dired-get-filename): Don't err for . and .. for calls 2123 * dired.el (dired-get-filename): Don't err for . and .. for calls
2123 from dired-add-entry. 2124 from dired-add-entry.
2124 2125
2125 2003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com> 2126 2003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2126 2127
2127 * textmodes/table.el (table-cell-horizontal-chars): Renamed from 2128 * textmodes/table.el (table-cell-horizontal-chars): Rename from
2128 table-cell-horizontal-char. Now a string value instead of a 2129 table-cell-horizontal-char. Now a string value instead of a
2129 character. ?= is allowed for horizontal boundary as well as ?-. 2130 character. ?= is allowed for horizontal boundary as well as ?-.
2130 (table-command-remap-alist, table-command-list): Changed defconst to 2131 (table-command-remap-alist, table-command-list): Change defconst to
2131 defvar because the value is modified. 2132 defvar because the value is modified.
2132 (table-insert, table-insert-row, table-insert-column) 2133 (table-insert, table-insert-row, table-insert-column)
2133 (table-recognize, table-recognize-region, table-widen-cell) 2134 (table-recognize, table-recognize-region, table-widen-cell)
2134 (table-span-cell, table-split-cell-vertically): Change due to 2135 (table-span-cell, table-split-cell-vertically): Change due to
2135 table-cell-horizontal-chars. 2136 table-cell-horizontal-chars.
2485 2486
2486 * term/w32-win.el: No need to bind wheel events specially. 2487 * term/w32-win.el: No need to bind wheel events specially.
2487 2488
2488 2003-06-01 Michael Kifer <kifer@cs.stonybrook.edu> 2489 2003-06-01 Michael Kifer <kifer@cs.stonybrook.edu>
2489 2490
2490 * desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to 2491 * desktop.el (desktop-create-buffer): Add (desktop-first-buffer) to
2491 the let-statement to avoid the startup error that desktop-first-buffer 2492 the let-statement to avoid the startup error that desktop-first-buffer
2492 is undefined. 2493 is undefined.
2493 2494
2494 2003-06-01 Andreas Schwab <schwab@suse.de> 2495 2003-06-01 Andreas Schwab <schwab@suse.de>
2495 2496
2553 auto-save-coding. 2554 auto-save-coding.
2554 2555
2555 2003-05-31 Juanma Barranquero <lektu@terra.es> 2556 2003-05-31 Juanma Barranquero <lektu@terra.es>
2556 2557
2557 * misc.el (mark-beginning-of-buffer, mark-end-of-buffer) 2558 * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
2558 (upcase-char, forward-to-word, backward-to-word): Moved from unused.el. 2559 (upcase-char, forward-to-word, backward-to-word): Move from unused.el.
2559 2560
2560 * unused.el: Deleted (contents moved to misc.el). 2561 * unused.el: Deleted (contents moved to misc.el).
2561 2562
2562 * options.el: 2563 * options.el:
2563 * emacs-lisp/float.el: 2564 * emacs-lisp/float.el:
2664 the kill ring. 2665 the kill ring.
2665 2666
2666 2003-05-29 Kenichi Handa <handa@m17n.org> 2667 2003-05-29 Kenichi Handa <handa@m17n.org>
2667 2668
2668 * international/mule.el (ctext-non-standard-encodings-alist): 2669 * international/mule.el (ctext-non-standard-encodings-alist):
2669 Renamed from non-standard-icccm-encodings-alist. 2670 Rename from non-standard-icccm-encodings-alist.
2670 (ctext-non-standard-encodings-regexp): New variable 2671 (ctext-non-standard-encodings-regexp): New variable
2671 (ctext-post-read-conversion): Full rewrite. 2672 (ctext-post-read-conversion): Full rewrite.
2672 (ctext-non-standard-designations-alist): Renamed from 2673 (ctext-non-standard-designations-alist): Rename from
2673 non-standard-designations-alist. 2674 non-standard-designations-alist.
2674 (ctext-pre-write-conversion): Full rewrite. 2675 (ctext-pre-write-conversion): Full rewrite.
2675 2676
2676 2003-05-28 Stefan Monnier <monnier@cs.yale.edu> 2677 2003-05-28 Stefan Monnier <monnier@cs.yale.edu>
2677 2678
2718 2719
2719 * forms.el (forms-mode): Use write-file-functions instead 2720 * forms.el (forms-mode): Use write-file-functions instead
2720 of local-write-file-hooks. Use make-local-variable to make it local. 2721 of local-write-file-hooks. Use make-local-variable to make it local.
2721 2722
2722 * descr-text.el (describe-char-unicode-data): New dummy definition. 2723 * descr-text.el (describe-char-unicode-data): New dummy definition.
2723 (unicode-data): Commented out since we can't use UnicodeData.txt as is. 2724 (unicode-data): Comment out since we can't use UnicodeData.txt as is.
2724 (describe-char-unicodedata-file): Variable renamed and commented out. 2725 (describe-char-unicodedata-file): Variable renamed and commented out.
2725 2726
2726 * faces.el (set-face-attribute): Set face-modified prop to t 2727 * faces.el (set-face-attribute): Set face-modified prop to t
2727 when we change the new-frame defaults. 2728 when we change the new-frame defaults.
2728 (face-spec-set): Set face-modified prop to nil 2729 (face-spec-set): Set face-modified prop to nil
3016 Returns library path if not called interactively. 3017 Returns library path if not called interactively.
3017 Variable `temporary-file-directory' protected if not loaded. 3018 Variable `temporary-file-directory' protected if not loaded.
3018 (check-ispell-version): Now the alias for `ispell-check-version'. 3019 (check-ispell-version): Now the alias for `ispell-check-version'.
3019 (ispell-message-fcc-skip): New variable that determines if and when 3020 (ispell-message-fcc-skip): New variable that determines if and when
3020 to query about saving Fcc copy of message if an attachment is large. 3021 to query about saving Fcc copy of message if an attachment is large.
3021 (ispell-skip-html): Declared buffer-local. 3022 (ispell-skip-html): Declare buffer-local.
3022 (ispell-local-dictionary-alist): Docstring expanded. 3023 (ispell-local-dictionary-alist): Docstring expanded.
3023 Tag name changed from "Character Set" to "Coding System". 3024 Tag name changed from "Character Set" to "Coding System".
3024 (ispell-dictionary-alist-1): Removed redundant command-line option to 3025 (ispell-dictionary-alist-1): Remove redundant command-line option to
3025 load brasileiro, british, and castellano dictionary files. 3026 load brasileiro, british, and castellano dictionary files.
3026 (ispell-dictionary-alist-2): Removed redundant command-line option to 3027 (ispell-dictionary-alist-2): Remove redundant command-line option to
3027 load czech dictionary file. 3028 load czech dictionary file.
3028 (ispell-dictionary-alist-3): Moved francais-tex here. 3029 (ispell-dictionary-alist-3): Move francais-tex here.
3029 (ispell-dictionary-alist-4): Removed german and german8 dictionaries. 3030 (ispell-dictionary-alist-4): Remove german and german8 dictionaries.
3030 The deutsch ones are the correct definitions. `nederlands' 3031 The deutsch ones are the correct definitions. `nederlands'
3031 and `nederlands8' dictionaries moved here. 3032 and `nederlands8' dictionaries moved here.
3032 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries 3033 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
3033 moved here. Removed redundant command-line option to `norsk' 3034 moved here. Removed redundant command-line option to `norsk'
3034 and `portugues'. 3035 and `portugues'.
3035 (ispell-dictionary-alist-6): Removed redundant command-line option to 3036 (ispell-dictionary-alist-6): Remove redundant command-line option to
3036 load `russian' and `slovak' dictionary files. 3037 load `russian' and `slovak' dictionary files.
3037 (ispell-dictionary-alist): Tag name changed from "Character Set" to 3038 (ispell-dictionary-alist): Tag name changed from "Character Set" to
3038 "Coding System". 3039 "Coding System".
3039 (ispell-version): Updated to 3.6. 3040 (ispell-version): Update to 3.6.
3040 (ispell-library-directory): Calls non-deprecated function. 3041 (ispell-library-directory): Calls non-deprecated function.
3041 (ispell-valid-dictionary-list): New function returning all valid 3042 (ispell-valid-dictionary-list): New function returning all valid
3042 dictionaries on machine. 3043 dictionaries on machine.
3043 (ispell-checking-message): Documentation string improved. 3044 (ispell-checking-message): Documentation string improved.
3044 (ispell-skip-region-alist): Added uuencoded and postscript region 3045 (ispell-skip-region-alist): Add uuencoded and postscript region
3045 skipping. Improved http/e-mail/file regexp to not match `/.\w'. 3046 skipping. Improve http/e-mail/file regexp to not match `/.\w'.
3046 (ispell-html-skip-alists): New variable for html region support. 3047 (ispell-html-skip-alists): New variable for html region support.
3047 (ispell-send-string): Removed redundant xemacs check. 3048 (ispell-send-string): Remove redundant xemacs check.
3048 (ispell-word): Fix spelling error in documentation string, added 3049 (ispell-word): Fix spelling error in documentation string, add
3049 extent information to support highlighting in ispell-minor-mode. 3050 extent information to support highlighting in ispell-minor-mode.
3050 (ispell-command-loop): Disable horizontal scrollbar in XEmacs 3051 (ispell-command-loop): Disable horizontal scrollbar in XEmacs
3051 choices buffer. 3052 choices buffer.
3052 (ispell-show-choices): Directly select `choices-window'. 3053 (ispell-show-choices): Directly select `choices-window'.
3053 (ispell-help): Use default buffer size for electric help. 3054 (ispell-help): Use default buffer size for electric help.
3056 (ispell-init-process): Set `ispell-library-path' each call. 3057 (ispell-init-process): Set `ispell-library-path' each call.
3057 (ispell-change-dictionary): Now only completes valid dictionaries. 3058 (ispell-change-dictionary): Now only completes valid dictionaries.
3058 (ispell-region): Add support for MIME region skipping and Fcc 3059 (ispell-region): Add support for MIME region skipping and Fcc
3059 message query for large attachments. 3060 message query for large attachments.
3060 (ispell-begin-skip-region-regexp): Add documentation string. 3061 (ispell-begin-skip-region-regexp): Add documentation string.
3061 Added message support and cleaned up code for generic and html regions. 3062 Add message support and clean up code for generic and html regions.
3062 (ispell-begin-skip-region): Function is now requires alist argument. 3063 (ispell-begin-skip-region): Function is now requires alist argument.
3063 (ispell-begin-tex-skip-regexp): Added comments and support 3064 (ispell-begin-tex-skip-regexp): Add comments and support
3064 improved html and message regions. 3065 improved html and message regions.
3065 (ispell-skip-region-list): New function for MIME and region skipping. 3066 (ispell-skip-region-list): New function for MIME and region skipping.
3066 (ispell-tex-arg-end): Add documentation string. 3067 (ispell-tex-arg-end): Add documentation string.
3067 (ispell-ignore-fcc): New function to query saving Fcc message. 3068 (ispell-ignore-fcc): New function to query saving Fcc message.
3068 (ispell-skip-region): Calculate alist for key match dynamically, 3069 (ispell-skip-region): Calculate alist for key match dynamically,
3073 supported as MIME regions, rather than as end-of-message region. 3074 supported as MIME regions, rather than as end-of-message region.
3074 (ispell-mime-multipartp): New function supporting MIME. 3075 (ispell-mime-multipartp): New function supporting MIME.
3075 (ispell-mime-skip-part): New function supporting MIME. 3076 (ispell-mime-skip-part): New function supporting MIME.
3076 (ispell-message): Add MIME support. 3077 (ispell-message): Add MIME support.
3077 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local. 3078 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
3078 (ispell-buffer-local-dict): Fixed bug for detecting and reloading 3079 (ispell-buffer-local-dict): Fix bug for detecting and reloading
3079 new dictionary. 3080 new dictionary.
3080 3081
3081 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> 3082 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3082 3083
3083 * subr.el (split-string): Implement specification that splitting on 3084 * subr.el (split-string): Implement specification that splitting on
5410 Set default-file-name-coding-system to iso-latin-1. 5411 Set default-file-name-coding-system to iso-latin-1.
5411 5412
5412 * language/european.el (iso-latin-1): Definition of this coding 5413 * language/european.el (iso-latin-1): Definition of this coding
5413 system moved to mule-conf.el. 5414 system moved to mule-conf.el.
5414 5415
5415 * international/mule-conf.el (iso-latin-1): Moved from 5416 * international/mule-conf.el (iso-latin-1): Move from
5416 european.el. 5417 european.el.
5417 5418
5418 * term/x-win.el (x-select-text): Don't set a text containing 5419 * term/x-win.el (x-select-text): Don't set a text containing
5419 eight-bit-control/graphic into the cut buffer. 5420 eight-bit-control/graphic into the cut buffer.
5420 5421
5882 5883
5883 * net/tramp-smb.el: Replace term `path' with `localname' 5884 * net/tramp-smb.el: Replace term `path' with `localname'
5884 unless it is used for a search path. In GNU, the word `path' is 5885 unless it is used for a search path. In GNU, the word `path' is
5885 reserved for search paths. 5886 reserved for search paths.
5886 5887
5887 * net/tramp.el (tramp-send-string, tramp-send-region): Removed. 5888 * net/tramp.el (tramp-send-string, tramp-send-region): Remove.
5888 (tramp-send-string): New function. Takes over the role of the 5889 (tramp-send-string): New function. Takes over the role of the
5889 functions above, in order to have a unique place handling 5890 functions above, in order to have a unique place handling
5890 `tramp-chunksize'. Same implementation as `tramp-send-region'. 5891 `tramp-chunksize'. Same implementation as `tramp-send-region'.
5891 (tramp-chunksize): It's now a defcustom. Set to 500 on systems 5892 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
5892 only known to have a buggy `process-send-string' implementation. 5893 only known to have a buggy `process-send-string' implementation.
19418 (vc-cvs-checkin): If the input revision is a valid symbolic tag 19419 (vc-cvs-checkin): If the input revision is a valid symbolic tag
19419 name, we create it as a branch, commit and switch to it. 19420 name, we create it as a branch, commit and switch to it.
19420 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag. 19421 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
19421 (vc-cvs-valid-symbolic-tag-name-p): New function. 19422 (vc-cvs-valid-symbolic-tag-name-p): New function.
19422 (vc-cvs-parse-sticky-tag): New function. 19423 (vc-cvs-parse-sticky-tag): New function.
19423 (vc-cvs-parse-entry): Added parsing of sticky tags. 19424 (vc-cvs-parse-entry): Add parsing of sticky tags.
19424 19425
19425 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk> 19426 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
19426 19427
19427 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to 19428 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
19428 nil, and then explicitly set the standard-value to t. 19429 nil, and then explicitly set the standard-value to t.