aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-07-16 21:41:33 +0000
committerStefan Monnier2003-07-16 21:41:33 +0000
commit05f4322df1430596bc426ec5b4ac8072a5d4e337 (patch)
tree2d13e7a16fac40a2f4e16cb5cf9bb150aa6fbda5
parentf6c4327a0c468215cfa5ada6377e1bbb32c087b2 (diff)
downloademacs-05f4322df1430596bc426ec5b4ac8072a5d4e337.tar.gz
emacs-05f4322df1430596bc426ec5b4ac8072a5d4e337.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog107
1 files changed, 54 insertions, 53 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67252fe15b1..bd4bc41026d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,16 +1,25 @@
12003-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
12003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> 112003-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
72003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> 162003-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
162003-07-15 Kim F. Storm <storm@cua.dk> 252003-07-15 Kim F. Storm <storm@cua.dk>
@@ -25,7 +34,7 @@
25 34
262003-07-13 Juanma Barranquero <lektu@terra.es> 352003-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
312003-07-13 Karl Eichwalder <ke@suse.de> 402003-07-13 Karl Eichwalder <ke@suse.de>
@@ -35,8 +44,8 @@
35 44
362003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change) 452003-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
412003-07-13 Jari Aalto <jari.aalto@poboxes.com> 502003-07-13 Jari Aalto <jari.aalto@poboxes.com>
42 51
@@ -85,16 +94,16 @@
852003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk> 942003-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
942003-07-11 Kenichi Handa <handa@m17n.org> 1032003-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
992003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> 1082003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
100 109
@@ -114,7 +123,7 @@
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'.
@@ -145,8 +154,8 @@
145 154
1462003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> 1552003-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
1522003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org> 1612003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
@@ -156,8 +165,8 @@
156 165
1572003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> 1662003-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
1632003-07-08 Markus Rost <rost@math.ohio-state.edu> 1722003-07-08 Markus Rost <rost@math.ohio-state.edu>
@@ -183,15 +192,14 @@
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.
@@ -1676,13 +1684,6 @@
1676 1684
16772003-06-30 Richard M. Stallman <rms@gnu.org> 16852003-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.
@@ -1788,14 +1789,14 @@
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
18012003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu> 18022003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu>
@@ -2124,10 +2125,10 @@
2124 2125
21252003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com> 21262003-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)
@@ -2487,7 +2488,7 @@
2487 2488
24882003-06-01 Michael Kifer <kifer@cs.stonybrook.edu> 24892003-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
@@ -2555,7 +2556,7 @@
25552003-05-31 Juanma Barranquero <lektu@terra.es> 25562003-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
@@ -2666,10 +2667,10 @@
26662003-05-29 Kenichi Handa <handa@m17n.org> 26672003-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
@@ -2720,7 +2721,7 @@
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
@@ -3018,34 +3019,34 @@
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.
@@ -3058,9 +3059,9 @@
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.
@@ -3075,7 +3076,7 @@
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
30812003-05-22 Stephen J. Turnbull <stephen@xemacs.org> 30822003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
@@ -5412,7 +5413,7 @@
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
@@ -5884,7 +5885,7 @@
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'.
@@ -19420,7 +19421,7 @@
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
194252002-02-21 Per Abrahamsen <abraham@dina.kvl.dk> 194262002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
19426 19427