aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog55
1 files changed, 27 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 328cc3e8986..d428b69d855 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,6 @@
12004-02-28 Kim F. Storm <storm@cua.dk> 12004-02-28 Kim F. Storm <storm@cua.dk>
2 2
3 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): 3 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4 Initialize margin area images to nil. 4 Initialize margin area images to nil.
5 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps. 5 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6 (breakpoint-enabled-bitmap-face) 6 (breakpoint-enabled-bitmap-face)
@@ -37,8 +37,8 @@
37 37
382004-02-27 Dan Nicolaescu <dann@ics.uci.edu> 382004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
39 39
40 * faces.el (face-spec-set-match-display): Add a new attribute, 40 * faces.el (face-spec-set-match-display): Add a new attribute,
41 `min-colors'. 41 `min-colors'.
42 (region, highlight, secondary-selection): Use `min-colors`. 42 (region, highlight, secondary-selection): Use `min-colors`.
43 43
44 * custom.el (defface): Add documentation for `min-colors'. 44 * custom.el (defface): Add documentation for `min-colors'.
@@ -49,7 +49,7 @@
49 `min-colors`. 49 `min-colors`.
50 50
51 * isearch.el (isearch, isearch-lazy-highlight-face): Use 51 * isearch.el (isearch, isearch-lazy-highlight-face): Use
52 `min-colors'. 52 `min-colors'.
53 53
542004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> 542004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
55 55
@@ -198,7 +198,7 @@
1982004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk> 1982004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
199 199
200 * calendar/appt.el (appt-display-format): Change default to 200 * calendar/appt.el (appt-display-format): Change default to
201 'ignore, for backwards compatability. 201 'ignore, for backwards compatibility.
202 (appt-display-message): If appt-display-format is 'ignore, 202 (appt-display-message): If appt-display-format is 'ignore,
203 respect old vars appt-msg-window and appt-visible. 203 respect old vars appt-msg-window and appt-visible.
204 (appt-activate): Don't depend on return value of cancel-timer. 204 (appt-activate): Don't depend on return value of cancel-timer.
@@ -304,7 +304,7 @@
304 * loadhist.el (unload-feature): Doc fix. Rename flist to 304 * loadhist.el (unload-feature): Doc fix. Rename flist to
305 unload-hook-features-list. 305 unload-hook-features-list.
306 306
3072004-02-16 Jay Belanger <belanger@truman.edu> (tiny change). 3072004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
308 308
309 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload 309 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
310 cookie. Don't check if we are looking-at open-formula. 310 cookie. Don't check if we are looking-at open-formula.
@@ -1091,7 +1091,7 @@
1091 1091
10922004-01-05 Karl Berry <karl@gnu.org> 10922004-01-05 Karl Berry <karl@gnu.org>
1093 1093
1094 * emacs-lisp/copyright.el (copyright-regexp): might as well allow 1094 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
1095 / and *, too. 1095 / and *, too.
1096 1096
10972003-12-31 Simon Josefsson <jas@extundo.com> 10972003-12-31 Simon Josefsson <jas@extundo.com>
@@ -1111,7 +1111,7 @@
1111 1111
11122004-01-04 Karl Berry <karl@gnu.org> 11122004-01-04 Karl Berry <karl@gnu.org>
1113 1113
1114 * emacs-lisp/copyright.el (copyright-regexp): allow the common 1114 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
1115 comment characters % and # in the copyright year notice, 1115 comment characters % and # in the copyright year notice,
1116 as well as ;. 1116 as well as ;.
1117 1117
@@ -1165,7 +1165,7 @@
1165 1165
1166 * ido.el (ido-nonreadable-directory-p): New defun to check for 1166 * ido.el (ido-nonreadable-directory-p): New defun to check for
1167 nonreadable directory without activating tramp (to avoid problems 1167 nonreadable directory without activating tramp (to avoid problems
1168 with checking incomplete tramp paths. 1168 with checking incomplete tramp paths).
1169 (ido-set-current-directory, ido-file-internal) 1169 (ido-set-current-directory, ido-file-internal)
1170 (ido-file-name-all-completions1): Use it. 1170 (ido-file-name-all-completions1): Use it.
1171 1171
@@ -1290,7 +1290,7 @@
1290 1290
1291 * files.el (kill-some-buffers): Doc fix. 1291 * files.el (kill-some-buffers): Doc fix.
1292 1292
12932003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change) 12932003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
1294 1294
1295 * comint.el (comint-watch-for-password-prompt): Pass `string' as 1295 * comint.el (comint-watch-for-password-prompt): Pass `string' as
1296 arg to send-invisible 1296 arg to send-invisible
@@ -1308,16 +1308,16 @@
1308 1308
1309 * xml.el (xml-get-attribute-or-nil): Doc fix. 1309 * xml.el (xml-get-attribute-or-nil): Doc fix.
1310 1310
13112003-12-29 Peter 'Luna' Runestig <peter@runestig.com> 13112003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
1312 1312
1313 * net/zone-mode.el (zone-mode): Use write-file-functions, not 1313 * net/zone-mode.el (zone-mode): Use write-file-functions, not
1314 write-file-hooks. 1314 write-file-hooks.
1315 1315
13162003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change) 13162003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
1317 1317
1318 * autorevert.el (auto-revert-interval): Doc fix. 1318 * autorevert.el (auto-revert-interval): Doc fix.
1319 1319
13202003-12-29 Mark A. Hershberger <mah@everybody.org> 13202003-12-29 Mark A. Hershberger <mah@everybody.org>
1321 1321
1322 * xml.el (xml-get-attribute-or-nil): New function, like 1322 * xml.el (xml-get-attribute-or-nil): New function, like
1323 xml-get-attribute, but returns nil if the attribute was not found. 1323 xml-get-attribute, but returns nil if the attribute was not found.
@@ -1328,12 +1328,12 @@
1328 1328
1329 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix. 1329 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1330 1330
13312003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change) 13312003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
1332 1332
1333 * custom.el (custom-declare-theme): Use `value' when putting 1333 * custom.el (custom-declare-theme): Use `value' when putting
1334 properties on `theme'. 1334 properties on `theme'.
1335 1335
13362003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com> 13362003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
1337 1337
1338 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively 1338 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
1339 for each yank-handler segment. 1339 for each yank-handler segment.
@@ -1344,7 +1344,7 @@
1344 (table--put-cell-indicator-property): Put yank-handler property 1344 (table--put-cell-indicator-property): Put yank-handler property
1345 that indicates the yank handler for the table cell. 1345 that indicates the yank handler for the table cell.
1346 1346
13472003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change) 13472003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
1348 1348
1349 * generic-x.el (etc-modules-conf-generic-mode): A more complete 1349 * generic-x.el (etc-modules-conf-generic-mode): A more complete
1350 set of keywords. 1350 set of keywords.
@@ -1417,7 +1417,7 @@
1417 1417
1418 * ffap.el (ffap-read-file-or-url): Revert previous change. 1418 * ffap.el (ffap-read-file-or-url): Revert previous change.
1419 1419
14202003-12-25 Robert J. Chassell <bob@rattlesnake.com> 14202003-12-25 Robert J. Chassell <bob@rattlesnake.com>
1421 1421
1422 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a 1422 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
1423 new list of included files called `files-with-node-lines', that 1423 new list of included files called `files-with-node-lines', that
@@ -1497,7 +1497,7 @@
1497 * info.el (Info-unescape-quotes, Info-split-parameter-string) 1497 * info.el (Info-unescape-quotes, Info-split-parameter-string)
1498 (Info-goto-emacs-command-node): Doc fixes. 1498 (Info-goto-emacs-command-node): Doc fixes.
1499 1499
15002003-12-12 Jesper Harder <harder@ifa.au.dk> 15002003-12-12 Jesper Harder <harder@ifa.au.dk>
1501 1501
1502 * cus-edit.el (custom-add-parent-links): Define "many". 1502 * cus-edit.el (custom-add-parent-links): Define "many".
1503 1503
@@ -1588,7 +1588,6 @@
1588 value "'integer". Otherwise, don't use that parameter (default is 1588 value "'integer". Otherwise, don't use that parameter (default is
1589 integer format). 1589 integer format).
1590 1590
1591
15922003-11-30 Luc Teirlinck <teirllm@auburn.edu> 15912003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1593 1592
1594 * help.el (help-map): Bind `display-local-help' to `C-h .'. 1593 * help.el (help-map): Bind `display-local-help' to `C-h .'.
@@ -1882,7 +1881,7 @@
1882 1881
1883 * descr-text.el (describe-char): Fix typo. 1882 * descr-text.el (describe-char): Fix typo.
1884 1883
18852003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> 18842003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1886 1885
1887 These changes are to support Kannada language/script. 1886 These changes are to support Kannada language/script.
1888 1887
@@ -1939,7 +1938,7 @@
1939 (xml-ns-parse-ns-attrs, xml-ns-expand-el) 1938 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
1940 (xml-ns-expand-attr): New functions to do namespace handling. 1939 (xml-ns-expand-attr): New functions to do namespace handling.
1941 (xml-intern-attrlist): Back-compatible handling of attribute names. 1940 (xml-intern-attrlist): Back-compatible handling of attribute names.
1942 (xml-parse-tag): Move namespace handling to seperate functions. 1941 (xml-parse-tag): Move namespace handling to separate functions.
1943 Now produces elements in the form ((:ns . "element") (attr-list) 1942 Now produces elements in the form ((:ns . "element") (attr-list)
1944 children) instead of ('ns:element (attr-list) children). 1943 children) instead of ('ns:element (attr-list) children).
1945 (xml-parse-attlist): Fix attribute parsing. 1944 (xml-parse-attlist): Fix attribute parsing.
@@ -2450,7 +2449,7 @@
2450 (mode-line-position): Change cons cell into proper list in 2449 (mode-line-position): Change cons cell into proper list in
2451 initialization. 2450 initialization.
2452 2451
24532003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change) 24522003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2454 2453
2455 * international/mule.el (decode-coding-inserted-region): Use car 2454 * international/mule.el (decode-coding-inserted-region): Use car
2456 of the return value of find-operation-coding-system. 2455 of the return value of find-operation-coding-system.
@@ -2500,7 +2499,7 @@
2500 is non-nil, initialize an empty `file-name-history' with the 2499 is non-nil, initialize an empty `file-name-history' with the
2501 recent list. 2500 recent list.
2502 2501
25032003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch) 25022003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
2504 2503
2505 * man.el (Man-default-man-entry): Remove the leading `*' from the 2504 * man.el (Man-default-man-entry): Remove the leading `*' from the
2506 word at point. 2505 word at point.
@@ -2710,7 +2709,7 @@
2710 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el 2709 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
2711 from loaddefs-boot.el if necessary. 2710 from loaddefs-boot.el if necessary.
2712 2711
27132003-09-15 Zoltan Kemenczy <kemenczy@rogers.com> 27122003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
2714 2713
2715 * progmodes/gud.el (gud-find-class): Make jdb work again since 2714 * progmodes/gud.el (gud-find-class): Make jdb work again since
2716 cc-mode changed the syntactic information. 2715 cc-mode changed the syntactic information.
@@ -2741,7 +2740,7 @@
2741 2740
2742 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style. 2741 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
2743 2742
27442003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) 27432003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
2745 2744
2746 * dired.el (dired-mode-map): Fix typo. 2745 * dired.el (dired-mode-map): Fix typo.
2747 2746
@@ -2879,7 +2878,7 @@
2879 * international/fontset.el (setup-default-fontset): For Thai 2878 * international/fontset.el (setup-default-fontset): For Thai
2880 font, specify "*" family. 2879 font, specify "*" family.
2881 2880
28822003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) 28812003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2883 2882
2884 * progmodes/compile.el (previous-error): Accept a prefix 2883 * progmodes/compile.el (previous-error): Accept a prefix
2885 argument, similarly to next-error. 2884 argument, similarly to next-error.
@@ -2920,7 +2919,7 @@
2920 * simple.el (blink-matching-open): Work correctly on chars that 2919 * simple.el (blink-matching-open): Work correctly on chars that
2921 are designated as parens through the syntax-table text property. 2920 are designated as parens through the syntax-table text property.
2922 2921
29232003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change) 29222003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
2924 2923
2925 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a 2924 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
2926 line break position in the middle of a non-kinsoku (e.g. latin) 2925 line break position in the middle of a non-kinsoku (e.g. latin)
@@ -2970,7 +2969,7 @@
2970 * progmodes/cc-engine.el (c-just-after-func-arglist-p): 2969 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2971 Safeguard against unbalanced sexps. 2970 Safeguard against unbalanced sexps.
2972 2971
29732003-08-26 Terje Rosten <terjeros@phys.ntnu.no> 29722003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
2974 2973
2975 * version.el (emacs-version): Check for gtk. Include gtk version info. 2974 * version.el (emacs-version): Check for gtk. Include gtk version info.
2976 2975