diff options
| author | Kenichi Handa | 2008-03-27 11:29:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-03-27 11:29:14 +0000 |
| commit | 5148e555c837cb8e6b6ada594f97bc34f9bc667c (patch) | |
| tree | 86360e5e88ef23829457cc5e411cbd87eb456c10 | |
| parent | 8b00ec890cd30ef3c8f1305bf7f21dc39b303c88 (diff) | |
| download | emacs-5148e555c837cb8e6b6ada594f97bc34f9bc667c.tar.gz emacs-5148e555c837cb8e6b6ada594f97bc34f9bc667c.zip | |
(define-iso-single-byte-charset):
Don't make latin-iso8859-* supplementary.
(#'set-charset-priority): Don't change the priority of charsets
`unicode' and `emacs'.
| -rw-r--r-- | lisp/ChangeLog | 119 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 6 |
2 files changed, 63 insertions, 62 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb8df662ed7..31637cbc0c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * international/mule-conf.el (define-iso-single-byte-charset): | ||
| 4 | Don't make latin-iso8859-* supplementary. | ||
| 5 | (#'set-charset-priority): Don't change the priority of charsets | ||
| 6 | `unicode' and `emacs'. | ||
| 7 | |||
| 1 | 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * vc.el (vc-do-command): Don't pop to the buffer if it's an internal | 10 | * vc.el (vc-do-command): Don't pop to the buffer if it's an internal |
| @@ -38,7 +45,7 @@ | |||
| 38 | * image-mode.el (image-mode-reapply-winprops): Simplify now that | 45 | * image-mode.el (image-mode-reapply-winprops): Simplify now that |
| 39 | window-configuration-change-hook works buffer-locally. | 46 | window-configuration-change-hook works buffer-locally. |
| 40 | 47 | ||
| 41 | 2008-03-26 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 48 | 2008-03-26 Johan Bockgård <bojohan@gnu.org> |
| 42 | 49 | ||
| 43 | * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table | 50 | * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table |
| 44 | for Emacs Lisp, not Lisp. | 51 | for Emacs Lisp, not Lisp. |
| @@ -51,7 +58,7 @@ | |||
| 51 | * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no | 58 | * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no |
| 52 | replacement is provided, don't print "use nil instead". | 59 | replacement is provided, don't print "use nil instead". |
| 53 | 60 | ||
| 54 | 2008-03-26 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 61 | 2008-03-26 Johan Bockgård <bojohan@gnu.org> |
| 55 | 62 | ||
| 56 | * complete.el (PC-do-completion): Use regexp-quote. | 63 | * complete.el (PC-do-completion): Use regexp-quote. |
| 57 | 64 | ||
| @@ -192,7 +199,7 @@ | |||
| 192 | (verilog-signals-matching-regexp): New internal function for | 199 | (verilog-signals-matching-regexp): New internal function for |
| 193 | signal matching. | 200 | signal matching. |
| 194 | 201 | ||
| 195 | 2008-03-25 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 202 | 2008-03-25 Johan Bockgård <bojohan@gnu.org> |
| 196 | 203 | ||
| 197 | * info.el (Info-isearch-search): Always return point. | 204 | * info.el (Info-isearch-search): Always return point. |
| 198 | 205 | ||
| @@ -629,7 +636,7 @@ | |||
| 629 | * international/mule.el (load-with-code-conversion): Avoid setting | 636 | * international/mule.el (load-with-code-conversion): Avoid setting |
| 630 | default-enable-multibyte-characters. | 637 | default-enable-multibyte-characters. |
| 631 | 638 | ||
| 632 | 2008-03-19 Gustav H$(Q)[(Bllberg <gustav@virtutech.com> (tiny change) | 639 | 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change) |
| 633 | 640 | ||
| 634 | * vc.el (vc-annotate-background): Fix custom type. | 641 | * vc.el (vc-annotate-background): Fix custom type. |
| 635 | 642 | ||
| @@ -1192,7 +1199,7 @@ | |||
| 1192 | * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling | 1199 | * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling |
| 1193 | of \ and '. | 1200 | of \ and '. |
| 1194 | 1201 | ||
| 1195 | 2008-03-13 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 1202 | 2008-03-13 Johan Bockgård <bojohan@gnu.org> |
| 1196 | 1203 | ||
| 1197 | * net/browse-url.el (browse-url-text-xterm): | 1204 | * net/browse-url.el (browse-url-text-xterm): |
| 1198 | Unquote browse-url-text-browser. | 1205 | Unquote browse-url-text-browser. |
| @@ -1680,7 +1687,7 @@ | |||
| 1680 | (bookmark-insert-buffer-name): Remove. | 1687 | (bookmark-insert-buffer-name): Remove. |
| 1681 | (bookmark-buffer-file-name): Signal an error rather than returning nil. | 1688 | (bookmark-buffer-file-name): Signal an error rather than returning nil. |
| 1682 | 1689 | ||
| 1683 | 2008-03-09 Thomas H$(Q)q(Bhn <xf27@arcor.de> (tiny change) | 1690 | 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change) |
| 1684 | 1691 | ||
| 1685 | * tutorial.el (tutorial--default-keys): Update `C-l' binding. | 1692 | * tutorial.el (tutorial--default-keys): Update `C-l' binding. |
| 1686 | 1693 | ||
| @@ -1745,7 +1752,7 @@ | |||
| 1745 | (bookmark-prop-get): Declare. | 1752 | (bookmark-prop-get): Declare. |
| 1746 | (Info-bookmark-jump): Use it. | 1753 | (Info-bookmark-jump): Use it. |
| 1747 | 1754 | ||
| 1748 | 2008-03-08 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 1755 | 2008-03-08 Johan Bockgård <bojohan@gnu.org> |
| 1749 | 1756 | ||
| 1750 | * subr.el (while-no-input): Don't splice BODY directly into the | 1757 | * subr.el (while-no-input): Don't splice BODY directly into the |
| 1751 | `or' form. | 1758 | `or' form. |
| @@ -1949,7 +1956,7 @@ | |||
| 1949 | * image-mode.el (image-bookmark-make-record): | 1956 | * image-mode.el (image-bookmark-make-record): |
| 1950 | * info.el (Info-bookmark-make-record): Delete obsolete second arg. | 1957 | * info.el (Info-bookmark-make-record): Delete obsolete second arg. |
| 1951 | 1958 | ||
| 1952 | 2008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 1959 | 2008-03-07 Jan Djärv <jan.h.d@swipnet.se> |
| 1953 | 1960 | ||
| 1954 | * vc.el (vc-status-menu-map-filter): Return orig-binding if | 1961 | * vc.el (vc-status-menu-map-filter): Return orig-binding if |
| 1955 | boundp 'vc-ignore-menu-filter. | 1962 | boundp 'vc-ignore-menu-filter. |
| @@ -2099,7 +2106,7 @@ | |||
| 2099 | (org-promote, org-demote, org-archive-subtree) | 2106 | (org-promote, org-demote, org-archive-subtree) |
| 2100 | (org-remember-handler, org-refile, org-put-clock-overlay): Use it. | 2107 | (org-remember-handler, org-refile, org-put-clock-overlay): Use it. |
| 2101 | 2108 | ||
| 2102 | 2008-03-06 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 2109 | 2008-03-06 Jan Djärv <jan.h.d@swipnet.se> |
| 2103 | 2110 | ||
| 2104 | * term/x-win.el (x-gtk-stock-map): Add bookmark_add. | 2111 | * term/x-win.el (x-gtk-stock-map): Add bookmark_add. |
| 2105 | 2112 | ||
| @@ -2596,7 +2603,7 @@ | |||
| 2596 | when using transient-mark-mode. | 2603 | when using transient-mark-mode. |
| 2597 | (default-indicate-unused-lines): Remove unused var. | 2604 | (default-indicate-unused-lines): Remove unused var. |
| 2598 | 2605 | ||
| 2599 | 2008-02-26 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 2606 | 2008-02-26 Jan Djärv <jan.h.d@swipnet.se> |
| 2600 | 2607 | ||
| 2601 | * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next | 2608 | * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next |
| 2602 | and previous. | 2609 | and previous. |
| @@ -2666,7 +2673,7 @@ | |||
| 2666 | * help-mode.el (help-info-variable): | 2673 | * help-mode.el (help-info-variable): |
| 2667 | New button able to read Info files for help-fns.el. | 2674 | New button able to read Info files for help-fns.el. |
| 2668 | 2675 | ||
| 2669 | 2008-02-25 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 2676 | 2008-02-25 Jan Djärv <jan.h.d@swipnet.se> |
| 2670 | 2677 | ||
| 2671 | * progmodes/grep.el (grep-mode-tool-bar-map): New variable. | 2678 | * progmodes/grep.el (grep-mode-tool-bar-map): New variable. |
| 2672 | (grep-mode): Use grep-mode-tool-bar-map. | 2679 | (grep-mode): Use grep-mode-tool-bar-map. |
| @@ -2903,7 +2910,7 @@ | |||
| 2903 | * font-lock.el (font-lock-set-defaults): Unset previously set variables | 2910 | * font-lock.el (font-lock-set-defaults): Unset previously set variables |
| 2904 | when needed. | 2911 | when needed. |
| 2905 | 2912 | ||
| 2906 | 2008-02-24 $(C(!(Bvar Arnfj$(Q)l(Br$(C)#(B Bjarmason <avar@cpan.org> (tiny change) | 2913 | 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change) |
| 2907 | 2914 | ||
| 2908 | * net/rcirc.el (rcirc-url-regexp): Replace definition by copying | 2915 | * net/rcirc.el (rcirc-url-regexp): Replace definition by copying |
| 2909 | from gnus-button-url-regexp. | 2916 | from gnus-button-url-regexp. |
| @@ -3481,7 +3488,7 @@ | |||
| 3481 | * startup.el (command-line): Use custom-reevaluate-setting for | 3488 | * startup.el (command-line): Use custom-reevaluate-setting for |
| 3482 | transient-mark-mode. | 3489 | transient-mark-mode. |
| 3483 | 3490 | ||
| 3484 | 2008-02-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 3491 | 2008-02-17 Michaël Cadilhac <michael@cadilhac.name> |
| 3485 | 3492 | ||
| 3486 | * wdired.el (wdired-allow-to-change-permissions): Fix typo. | 3493 | * wdired.el (wdired-allow-to-change-permissions): Fix typo. |
| 3487 | 3494 | ||
| @@ -5631,7 +5638,7 @@ | |||
| 5631 | 2008-02-01 Dave Love <fx@gnu.org> | 5638 | 2008-02-01 Dave Love <fx@gnu.org> |
| 5632 | 5639 | ||
| 5633 | * international/mule-diag.el (describe-character-set): | 5640 | * international/mule-diag.el (describe-character-set): |
| 5634 | Fix printing dimensions. Use `$(C!?(B', not `x'. | 5641 | Fix printing dimensions. Use `×', not `x'. |
| 5635 | 5642 | ||
| 5636 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 5643 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 5637 | 5644 | ||
| @@ -6078,7 +6085,7 @@ | |||
| 6078 | 6085 | ||
| 6079 | 2008-02-01 Dave Love <fx@gnu.org> | 6086 | 2008-02-01 Dave Love <fx@gnu.org> |
| 6080 | 6087 | ||
| 6081 | * international/characters.el: Make $(D*s(B and $(Q)t(B a case pair. | 6088 | * international/characters.el: Make Ÿ and ÿ a case pair. |
| 6082 | 6089 | ||
| 6083 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> | 6090 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> |
| 6084 | 6091 | ||
| @@ -10015,7 +10022,7 @@ | |||
| 10015 | 10022 | ||
| 10016 | * progmodes/python.el (top-level): Don't require cl when compiling. | 10023 | * progmodes/python.el (top-level): Don't require cl when compiling. |
| 10017 | 10024 | ||
| 10018 | 2007-12-02 Agust$(Q)c(Bn Mart$(Q)c(Bn <agustin.martin@hispalinux.es> | 10025 | 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es> |
| 10019 | 10026 | ||
| 10020 | * textmodes/flyspell.el (flyspell-large-region): Explicitly set | 10027 | * textmodes/flyspell.el (flyspell-large-region): Explicitly set |
| 10021 | encoding for aspell process and for communication with it. | 10028 | encoding for aspell process and for communication with it. |
| @@ -10759,7 +10766,7 @@ | |||
| 10759 | (x-send-client-message): | 10766 | (x-send-client-message): |
| 10760 | * emulation/cua-base.el (x-clipboard-yank): Declare as functions. | 10767 | * emulation/cua-base.el (x-clipboard-yank): Declare as functions. |
| 10761 | 10768 | ||
| 10762 | 2007-11-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 10769 | 2007-11-22 Jan Djärv <jan.h.d@swipnet.se> |
| 10763 | 10770 | ||
| 10764 | * term/x-win.el (x-gtk-map-stock): Check if FILE is a string. | 10771 | * term/x-win.el (x-gtk-map-stock): Check if FILE is a string. |
| 10765 | 10772 | ||
| @@ -11672,7 +11679,7 @@ | |||
| 11672 | 11679 | ||
| 11673 | * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. | 11680 | * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. |
| 11674 | 11681 | ||
| 11675 | 2007-11-07 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 11682 | 2007-11-07 Johan Bockgård <bojohan@gnu.org> |
| 11676 | 11683 | ||
| 11677 | * eshell/esh-mode.el (eshell-output-filter): | 11684 | * eshell/esh-mode.el (eshell-output-filter): |
| 11678 | * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel): | 11685 | * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel): |
| @@ -13339,7 +13346,7 @@ | |||
| 13339 | * help-fns.el (describe-function-1): Don't use the advice origname | 13346 | * help-fns.el (describe-function-1): Don't use the advice origname |
| 13340 | if it has no function definition. | 13347 | if it has no function definition. |
| 13341 | 13348 | ||
| 13342 | 2007-10-18 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 13349 | 2007-10-18 Johan Bockgård <bojohan@gnu.org> |
| 13343 | 13350 | ||
| 13344 | * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. | 13351 | * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. |
| 13345 | Use `save-restriction' rather than `widen'. | 13352 | Use `save-restriction' rather than `widen'. |
| @@ -14042,7 +14049,7 @@ | |||
| 14042 | (bs--get-mode-name, bs-mode): Fix typos in docstrings. | 14049 | (bs--get-mode-name, bs-mode): Fix typos in docstrings. |
| 14043 | (bs--format-aux): Doc fix. | 14050 | (bs--format-aux): Doc fix. |
| 14044 | 14051 | ||
| 14045 | 2007-10-08 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14052 | 2007-10-08 Michaël Cadilhac <michael@cadilhac.name> |
| 14046 | 14053 | ||
| 14047 | * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring. | 14054 | * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring. |
| 14048 | 14055 | ||
| @@ -14088,11 +14095,11 @@ | |||
| 14088 | * progmodes/gud.el (gud-display-line): Find source buffer even when | 14095 | * progmodes/gud.el (gud-display-line): Find source buffer even when |
| 14089 | GUD buffer has its own frame. | 14096 | GUD buffer has its own frame. |
| 14090 | 14097 | ||
| 14091 | 2007-10-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 14098 | 2007-10-08 Jan Djärv <jan.h.d@swipnet.se> |
| 14092 | 14099 | ||
| 14093 | * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility. | 14100 | * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility. |
| 14094 | 14101 | ||
| 14095 | 2007-10-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 14102 | 2007-10-08 Jan Djärv <jan.h.d@swipnet.se> |
| 14096 | 14103 | ||
| 14097 | * term/x-win.el (x-gtk-stock-map): Version is 22.2. | 14104 | * term/x-win.el (x-gtk-stock-map): Version is 22.2. |
| 14098 | 14105 | ||
| @@ -14470,7 +14477,7 @@ | |||
| 14470 | * emacs-lisp/copyright.el (copyright-update): Don't update if the file | 14477 | * emacs-lisp/copyright.el (copyright-update): Don't update if the file |
| 14471 | already uses a more recent copyright version than the "current" one. | 14478 | already uses a more recent copyright version than the "current" one. |
| 14472 | 14479 | ||
| 14473 | 2007-10-03 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14480 | 2007-10-03 Michaël Cadilhac <michael@cadilhac.name> |
| 14474 | 14481 | ||
| 14475 | * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice) | 14482 | * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice) |
| 14476 | (doc-view-insert-image): Minor aesthetical docstring changes. | 14483 | (doc-view-insert-image): Minor aesthetical docstring changes. |
| @@ -14841,7 +14848,7 @@ | |||
| 14841 | * indent.el (indent-for-tab-command): First check if the region is | 14848 | * indent.el (indent-for-tab-command): First check if the region is |
| 14842 | active. | 14849 | active. |
| 14843 | 14850 | ||
| 14844 | 2007-09-24 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 14851 | 2007-09-24 Michaël Cadilhac <michael@cadilhac.name> |
| 14845 | 14852 | ||
| 14846 | * whitespace.el (whitespace-tickle-timer): Don't install the timer if | 14853 | * whitespace.el (whitespace-tickle-timer): Don't install the timer if |
| 14847 | whitespace-rescan-timer-time is 0. | 14854 | whitespace-rescan-timer-time is 0. |
| @@ -14961,7 +14968,7 @@ | |||
| 14961 | * indent.el (indent-for-tab-command): Indent the region if | 14968 | * indent.el (indent-for-tab-command): Indent the region if |
| 14962 | transient-mark-mode and the region is active. | 14969 | transient-mark-mode and the region is active. |
| 14963 | 14970 | ||
| 14964 | 2007-09-21 Francesco Potort$(Q)b(B <pot@gnu.org> | 14971 | 2007-09-21 Francesco Potortì <pot@gnu.org> |
| 14965 | 14972 | ||
| 14966 | * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to | 14973 | * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to |
| 14967 | add inferior-octave-directory-tracker to the buffer-local value | 14974 | add inferior-octave-directory-tracker to the buffer-local value |
| @@ -15125,7 +15132,7 @@ | |||
| 15125 | (browse-url-elinks-sentinel): Use browse-url-elinks-new-window. | 15132 | (browse-url-elinks-sentinel): Use browse-url-elinks-new-window. |
| 15126 | Improve error message. | 15133 | Improve error message. |
| 15127 | 15134 | ||
| 15128 | 2007-09-19 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15135 | 2007-09-19 Michaël Cadilhac <michael@cadilhac.name> |
| 15129 | 15136 | ||
| 15130 | * net/browse-url.el (browse-url-url-encode-chars): Use the right | 15137 | * net/browse-url.el (browse-url-url-encode-chars): Use the right |
| 15131 | parameter name in the function body. | 15138 | parameter name in the function body. |
| @@ -15161,7 +15168,7 @@ | |||
| 15161 | * newcomment.el (comment-add): New arg EXTRA. | 15168 | * newcomment.el (comment-add): New arg EXTRA. |
| 15162 | (comment-region-default): Pass EXTRA if not indenting lines. | 15169 | (comment-region-default): Pass EXTRA if not indenting lines. |
| 15163 | 15170 | ||
| 15164 | 2007-09-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15171 | 2007-09-17 Michaël Cadilhac <michael@cadilhac.name> |
| 15165 | 15172 | ||
| 15166 | * net/browse-url.el (browse-url-url-encode-chars): New function. | 15173 | * net/browse-url.el (browse-url-url-encode-chars): New function. |
| 15167 | URL-encode some chars in a string. | 15174 | URL-encode some chars in a string. |
| @@ -15210,7 +15217,7 @@ | |||
| 15210 | (move-beginning-of-line): Remove unused var `start'. | 15217 | (move-beginning-of-line): Remove unused var `start'. |
| 15211 | (blink-matching-open): Restructure in a more functional style. | 15218 | (blink-matching-open): Restructure in a more functional style. |
| 15212 | 15219 | ||
| 15213 | 2007-09-16 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15220 | 2007-09-16 Michaël Cadilhac <michael@cadilhac.name> |
| 15214 | 15221 | ||
| 15215 | * calendar/holidays.el (list-holidays): Remove the cyclic alias. | 15222 | * calendar/holidays.el (list-holidays): Remove the cyclic alias. |
| 15216 | 15223 | ||
| @@ -15368,7 +15375,7 @@ | |||
| 15368 | 15375 | ||
| 15369 | * term/rxvt.el (rxvt-function-map): Initialize in the declaration. | 15376 | * term/rxvt.el (rxvt-function-map): Initialize in the declaration. |
| 15370 | 15377 | ||
| 15371 | 2007-09-12 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15378 | 2007-09-12 Michaël Cadilhac <michael@cadilhac.name> |
| 15372 | 15379 | ||
| 15373 | * net/browse-url.el (browse-url-encode-url): Fix an infinite loop. | 15380 | * net/browse-url.el (browse-url-encode-url): Fix an infinite loop. |
| 15374 | New argument `filename-p' to use one set of confusing chars or another. | 15381 | New argument `filename-p' to use one set of confusing chars or another. |
| @@ -15411,7 +15418,7 @@ | |||
| 15411 | 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> | 15418 | 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 15412 | 15419 | ||
| 15413 | * net/browse-url.el (browse-url-encode-url): Use copy-sequence. | 15420 | * net/browse-url.el (browse-url-encode-url): Use copy-sequence. |
| 15414 | Reported by Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>. | 15421 | Reported by Jan Djärv <jan.h.d@swipnet.se>. |
| 15415 | 15422 | ||
| 15416 | 2007-09-10 Dave Love <fx@gnu.org> | 15423 | 2007-09-10 Dave Love <fx@gnu.org> |
| 15417 | 15424 | ||
| @@ -15419,7 +15426,7 @@ | |||
| 15419 | Move font-lock-builtin-face down from 4 to 7 to better keep the | 15426 | Move font-lock-builtin-face down from 4 to 7 to better keep the |
| 15420 | progression of color brightness, and to better match Org-mode's faces. | 15427 | progression of color brightness, and to better match Org-mode's faces. |
| 15421 | 15428 | ||
| 15422 | 2007-09-10 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15429 | 2007-09-10 Michaël Cadilhac <michael@cadilhac.name> |
| 15423 | 15430 | ||
| 15424 | * progmodes/meta-mode.el (meta-font-lock-keywords) | 15431 | * progmodes/meta-mode.el (meta-font-lock-keywords) |
| 15425 | (font-lock-match-meta-declaration-item-and-skip-to-next) | 15432 | (font-lock-match-meta-declaration-item-and-skip-to-next) |
| @@ -15587,7 +15594,7 @@ | |||
| 15587 | 15594 | ||
| 15588 | * vc-arch.el (vc-arch-checkin): Fix typo. | 15595 | * vc-arch.el (vc-arch-checkin): Fix typo. |
| 15589 | 15596 | ||
| 15590 | 2007-09-07 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 15597 | 2007-09-07 Johan Bockgård <bojohan@gnu.org> |
| 15591 | 15598 | ||
| 15592 | * cus-face.el (custom-theme-set-faces): Set face attributes | 15599 | * cus-face.el (custom-theme-set-faces): Set face attributes |
| 15593 | locally for each frame. | 15600 | locally for each frame. |
| @@ -15656,7 +15663,7 @@ | |||
| 15656 | * complete.el (PC-do-completion): Don't try to treat | 15663 | * complete.el (PC-do-completion): Don't try to treat |
| 15657 | empty string as an abbreviation. | 15664 | empty string as an abbreviation. |
| 15658 | 15665 | ||
| 15659 | 2007-09-06 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 15666 | 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se> |
| 15660 | 15667 | ||
| 15661 | * help-fns.el (describe-variable): Keep doc's text properties. | 15668 | * help-fns.el (describe-variable): Keep doc's text properties. |
| 15662 | 15669 | ||
| @@ -15683,7 +15690,7 @@ | |||
| 15683 | (normal-no-mouse-startup-screen): New fn, broken out. | 15690 | (normal-no-mouse-startup-screen): New fn, broken out. |
| 15684 | (normal-about-screen): New function, contents all new. | 15691 | (normal-about-screen): New function, contents all new. |
| 15685 | 15692 | ||
| 15686 | 2007-09-05 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15693 | 2007-09-05 Michaël Cadilhac <michael@cadilhac.name> |
| 15687 | 15694 | ||
| 15688 | * emacs-lisp/rx.el (rx): Fix typo in docstring. | 15695 | * emacs-lisp/rx.el (rx): Fix typo in docstring. |
| 15689 | 15696 | ||
| @@ -15692,7 +15699,7 @@ | |||
| 15692 | * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode | 15699 | * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode |
| 15693 | is bound. | 15700 | is bound. |
| 15694 | 15701 | ||
| 15695 | 2007-09-05 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 15702 | 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se> |
| 15696 | 15703 | ||
| 15697 | * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note | 15704 | * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note |
| 15698 | in doc string. | 15705 | in doc string. |
| @@ -15764,7 +15771,7 @@ | |||
| 15764 | (terminal-init-xterm): Use it. Deal with delete-frame hook. | 15771 | (terminal-init-xterm): Use it. Deal with delete-frame hook. |
| 15765 | Add the selected frame to xterm-modify-other-keys-terminal-list. | 15772 | Add the selected frame to xterm-modify-other-keys-terminal-list. |
| 15766 | 15773 | ||
| 15767 | 2007-09-02 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15774 | 2007-09-02 Jan Djärv <jan.h.d@swipnet.se> |
| 15768 | 15775 | ||
| 15769 | * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager. | 15776 | * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager. |
| 15770 | (icon-map-list): New variable. | 15777 | (icon-map-list): New variable. |
| @@ -15810,7 +15817,7 @@ | |||
| 15810 | 15817 | ||
| 15811 | * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff. | 15818 | * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff. |
| 15812 | 15819 | ||
| 15813 | 2007-08-31 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 15820 | 2007-08-31 Michaël Cadilhac <michael@cadilhac.name> |
| 15814 | 15821 | ||
| 15815 | * textmodes/flyspell.el (flyspell-mark-duplications-exceptions): | 15822 | * textmodes/flyspell.el (flyspell-mark-duplications-exceptions): |
| 15816 | New variable. List of exceptions for the duplicated word rule. | 15823 | New variable. List of exceptions for the duplicated word rule. |
| @@ -15820,7 +15827,7 @@ | |||
| 15820 | * files.el (create-file-buffer): If the filename sans directory starts | 15827 | * files.el (create-file-buffer): If the filename sans directory starts |
| 15821 | with spaces, remove them. | 15828 | with spaces, remove them. |
| 15822 | 15829 | ||
| 15823 | 2007-08-31 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15830 | 2007-08-31 Jan Djärv <jan.h.d@swipnet.se> |
| 15824 | 15831 | ||
| 15825 | * term/x-win.el (x-gtk-stock-map): Add etc/images to keys. | 15832 | * term/x-win.el (x-gtk-stock-map): Add etc/images to keys. |
| 15826 | (x-gtk-map-stock): Use two directory elements when matching | 15833 | (x-gtk-map-stock): Use two directory elements when matching |
| @@ -15927,7 +15934,7 @@ | |||
| 15927 | 15934 | ||
| 15928 | * version.el (emacs-version): Increase to 23.0.50. | 15935 | * version.el (emacs-version): Increase to 23.0.50. |
| 15929 | 15936 | ||
| 15930 | 2007-08-29 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 15937 | 2007-08-29 Jan Djärv <jan.h.d@swipnet.se> |
| 15931 | 15938 | ||
| 15932 | * term/x-win.el (x-gtk-stock-map): :version changed to 23.1. | 15939 | * term/x-win.el (x-gtk-stock-map): :version changed to 23.1. |
| 15933 | 15940 | ||
| @@ -15983,7 +15990,7 @@ | |||
| 15983 | 15990 | ||
| 15984 | * env.el (getenv): Pass frame to getenv-internal. | 15991 | * env.el (getenv): Pass frame to getenv-internal. |
| 15985 | 15992 | ||
| 15986 | 2007-08-29 K$(Q)W(Broly L$(Q*S(Brentey <lorentey@elte.hu> | 15993 | 2007-08-29 Károly Lőrentey <lorentey@elte.hu> |
| 15987 | 15994 | ||
| 15988 | * version.el (emacs-version): Show if multi-tty is present. | 15995 | * version.el (emacs-version): Show if multi-tty is present. |
| 15989 | 15996 | ||
| @@ -16284,7 +16291,7 @@ | |||
| 16284 | (display-time-world-timer-second, display-time-world-mode-map): | 16291 | (display-time-world-timer-second, display-time-world-mode-map): |
| 16285 | New variables. | 16292 | New variables. |
| 16286 | 16293 | ||
| 16287 | 2007-08-28 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 16294 | 2007-08-28 Jan Djärv <jan.h.d@swipnet.se> |
| 16288 | 16295 | ||
| 16289 | * term/x-win.el (x-gtk-stock-map): New variable. | 16296 | * term/x-win.el (x-gtk-stock-map): New variable. |
| 16290 | (x-gtk-map-stock): New function. | 16297 | (x-gtk-map-stock): New function. |
| @@ -16292,7 +16299,7 @@ | |||
| 16292 | * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and | 16299 | * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and |
| 16293 | prev/next-node. | 16300 | prev/next-node. |
| 16294 | 16301 | ||
| 16295 | 2007-08-28 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> (tiny change) | 16302 | 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change) |
| 16296 | 16303 | ||
| 16297 | * play/gamegrid.el (gamegrid-init): Set line-spacing to 0. | 16304 | * play/gamegrid.el (gamegrid-init): Set line-spacing to 0. |
| 16298 | 16305 | ||
| @@ -16392,7 +16399,7 @@ | |||
| 16392 | 16399 | ||
| 16393 | * vc.el (vc-annotate-warp-version): Don't use previous-line. | 16400 | * vc.el (vc-annotate-warp-version): Don't use previous-line. |
| 16394 | 16401 | ||
| 16395 | 2007-08-27 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 16402 | 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se> |
| 16396 | 16403 | ||
| 16397 | * net/browse-url.el (browse-url-emacs): New function. | 16404 | * net/browse-url.el (browse-url-emacs): New function. |
| 16398 | 16405 | ||
| @@ -16400,7 +16407,7 @@ | |||
| 16400 | 16407 | ||
| 16401 | * emacs-lisp/avl-tree.el: New file. | 16408 | * emacs-lisp/avl-tree.el: New file. |
| 16402 | 16409 | ||
| 16403 | 2007-08-26 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 16410 | 2007-08-26 Michaël Cadilhac <michael@cadilhac.name> |
| 16404 | 16411 | ||
| 16405 | * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse | 16412 | * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse |
| 16406 | was used. | 16413 | was used. |
| @@ -16848,7 +16855,7 @@ | |||
| 16848 | undo-list when setting syntax-table properties. | 16855 | undo-list when setting syntax-table properties. |
| 16849 | (ada-after-change-function): Use ada-set-syntax-table-properties. | 16856 | (ada-after-change-function): Use ada-set-syntax-table-properties. |
| 16850 | 16857 | ||
| 16851 | 2007-08-18 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 16858 | 2007-08-18 Michaël Cadilhac <michael@cadilhac.name> |
| 16852 | 16859 | ||
| 16853 | * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. | 16860 | * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. |
| 16854 | (meta-indent-current-nesting): Use a computation of the nesting | 16861 | (meta-indent-current-nesting): Use a computation of the nesting |
| @@ -16901,7 +16908,7 @@ | |||
| 16901 | (cperl-find-pods-heres): Fix an error when typing expressions like | 16908 | (cperl-find-pods-heres): Fix an error when typing expressions like |
| 16902 | `s{a}{b}'. | 16909 | `s{a}{b}'. |
| 16903 | 16910 | ||
| 16904 | 2007-08-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 16911 | 2007-08-17 Michaël Cadilhac <michael@cadilhac.name> |
| 16905 | 16912 | ||
| 16906 | * mail/emacsbug.el (report-emacs-bug): Remove the last number of | 16913 | * mail/emacsbug.el (report-emacs-bug): Remove the last number of |
| 16907 | `emacs-version', use the topic prefix ``version; ''. Make MS-DOS | 16914 | `emacs-version', use the topic prefix ``version; ''. Make MS-DOS |
| @@ -16992,7 +16999,7 @@ | |||
| 16992 | sloppier, for the sake of GNU Mailman. | 16999 | sloppier, for the sake of GNU Mailman. |
| 16993 | (rmail-digest-rfc1153): Initialize `result' correctly. | 17000 | (rmail-digest-rfc1153): Initialize `result' correctly. |
| 16994 | 17001 | ||
| 16995 | 2007-08-15 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 17002 | 2007-08-15 Michaël Cadilhac <michael@cadilhac.name> |
| 16996 | 17003 | ||
| 16997 | * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; ' | 17004 | * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; ' |
| 16998 | in the mail title. Suggested by Reiner Steib. | 17005 | in the mail title. Suggested by Reiner Steib. |
| @@ -18091,7 +18098,7 @@ | |||
| 18091 | 18098 | ||
| 18092 | * net/trampver.el: Update release number. | 18099 | * net/trampver.el: Update release number. |
| 18093 | 18100 | ||
| 18094 | 2007-07-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 18101 | 2007-07-22 Jan Djärv <jan.h.d@swipnet.se> |
| 18095 | 18102 | ||
| 18096 | * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon. | 18103 | * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon. |
| 18097 | 18104 | ||
| @@ -18736,7 +18743,7 @@ | |||
| 18736 | * isearch.el (isearch-edit-string): Call to isearch-push-state | 18743 | * isearch.el (isearch-edit-string): Call to isearch-push-state |
| 18737 | after the search. | 18744 | after the search. |
| 18738 | 18745 | ||
| 18739 | 2007-07-09 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 18746 | 2007-07-09 Jan Djärv <jan.h.d@swipnet.se> |
| 18740 | 18747 | ||
| 18741 | * window.el (fit-window-to-buffer): Remove setting of window-min-height | 18748 | * window.el (fit-window-to-buffer): Remove setting of window-min-height |
| 18742 | to 1 as enlarge-window uses the value to resize/shrink windows other | 18749 | to 1 as enlarge-window uses the value to resize/shrink windows other |
| @@ -19115,7 +19122,7 @@ | |||
| 19115 | * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\) | 19122 | * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\) |
| 19116 | syntax as well. Reported by Juri Linkov <juri@jurta.org>. | 19123 | syntax as well. Reported by Juri Linkov <juri@jurta.org>. |
| 19117 | 19124 | ||
| 19118 | 2007-06-28 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 19125 | 2007-06-28 Jan Djärv <jan.h.d@swipnet.se> |
| 19119 | 19126 | ||
| 19120 | * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to | 19127 | * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to |
| 19121 | replace-regexp-in-string. | 19128 | replace-regexp-in-string. |
| @@ -19728,7 +19735,7 @@ | |||
| 19728 | 19735 | ||
| 19729 | * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change. | 19736 | * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change. |
| 19730 | 19737 | ||
| 19731 | 2007-06-13 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> (tiny change) | 19738 | 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change) |
| 19732 | 19739 | ||
| 19733 | * term/xterm.el (terminal-init-xterm): Escape parens in character | 19740 | * term/xterm.el (terminal-init-xterm): Escape parens in character |
| 19734 | constants. | 19741 | constants. |
| @@ -19907,7 +19914,7 @@ | |||
| 19907 | * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): | 19914 | * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): |
| 19908 | Match against file-name-nondirectory. | 19915 | Match against file-name-nondirectory. |
| 19909 | Fix text on user customization variables. | 19916 | Fix text on user customization variables. |
| 19910 | Reported by Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se>. | 19917 | Reported by Johan Bockgård <bojohan@dd.chalmers.se>. |
| 19911 | 19918 | ||
| 19912 | 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) | 19919 | 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) |
| 19913 | 19920 | ||
| @@ -20305,7 +20312,7 @@ | |||
| 20305 | 20312 | ||
| 20306 | * files.el (set-auto-mode): Doc fix. | 20313 | * files.el (set-auto-mode): Doc fix. |
| 20307 | 20314 | ||
| 20308 | 2007-05-22 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 20315 | 2007-05-22 Jan Djärv <jan.h.d@swipnet.se> |
| 20309 | 20316 | ||
| 20310 | * help-fns.el (find-source-lisp-file): New function. | 20317 | * help-fns.el (find-source-lisp-file): New function. |
| 20311 | (describe-function-1): Use find-source-lisp-file to find source | 20318 | (describe-function-1): Use find-source-lisp-file to find source |
| @@ -20513,7 +20520,7 @@ | |||
| 20513 | * dabbrev.el (dabbrev-eliminate-newlines): | 20520 | * dabbrev.el (dabbrev-eliminate-newlines): |
| 20514 | Renamed from dabbrev--eliminate-newlines. All uses changed. | 20521 | Renamed from dabbrev--eliminate-newlines. All uses changed. |
| 20515 | 20522 | ||
| 20516 | 2007-05-10 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 20523 | 2007-05-10 Michaël Cadilhac <michael@cadilhac.name> |
| 20517 | 20524 | ||
| 20518 | * man.el (Man-next-section): Don't consider the last line of the page | 20525 | * man.el (Man-next-section): Don't consider the last line of the page |
| 20519 | as being part of any section. | 20526 | as being part of any section. |
| @@ -20696,14 +20703,14 @@ | |||
| 20696 | * image-dired.el (image-dired-display-image): Derive image-type from | 20703 | * image-dired.el (image-dired-display-image): Derive image-type from |
| 20697 | filename rather than assuming jpeg, in case no resizing was needed. | 20704 | filename rather than assuming jpeg, in case no resizing was needed. |
| 20698 | 20705 | ||
| 20699 | 2007-04-25 Johan Bockg$(Q)[(Brd <bojohan@dd.chalmers.se> | 20706 | 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se> |
| 20700 | 20707 | ||
| 20701 | * custom.el (defface): Doc fix. | 20708 | * custom.el (defface): Doc fix. |
| 20702 | 20709 | ||
| 20703 | See ChangeLog.12 for earlier changes. | 20710 | See ChangeLog.12 for earlier changes. |
| 20704 | 20711 | ||
| 20705 | ;; Local Variables: | 20712 | ;; Local Variables: |
| 20706 | ;; coding: iso-2022-7bit | 20713 | ;; coding: utf-8 |
| 20707 | ;; add-log-time-zone-rule: t | 20714 | ;; add-log-time-zone-rule: t |
| 20708 | ;; End: | 20715 | ;; End: |
| 20709 | 20716 | ||
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index cd3b5a352fd..3e26989ab0a 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -159,7 +159,6 @@ | |||
| 159 | :long-name (format "RHP of %s (%s)" ,name ,nickname) | 159 | :long-name (format "RHP of %s (%s)" ,name ,nickname) |
| 160 | :iso-final-char ,iso-final | 160 | :iso-final-char ,iso-final |
| 161 | :emacs-mule-id ,emacs-mule-id | 161 | :emacs-mule-id ,emacs-mule-id |
| 162 | :supplementary-p t | ||
| 163 | :code-space [32 127] | 162 | :code-space [32 127] |
| 164 | :subset (list ,symbol 160 255 -128))))) | 163 | :subset (list ,symbol 160 255 -128))))) |
| 165 | 164 | ||
| @@ -1511,11 +1510,6 @@ for decoding and encoding files, process I/O, etc." | |||
| 1511 | (aset latin-extra-code-table ?\225 t) | 1510 | (aset latin-extra-code-table ?\225 t) |
| 1512 | (aset latin-extra-code-table ?\226 t) | 1511 | (aset latin-extra-code-table ?\226 t) |
| 1513 | 1512 | ||
| 1514 | ;; Move least specific charsets to end of priority list | ||
| 1515 | |||
| 1516 | (apply #'set-charset-priority | ||
| 1517 | (delq 'unicode (delq 'emacs (charset-priority-list)))) | ||
| 1518 | |||
| 1519 | ;; The old code-pages library is obsoleted by coding systems based on | 1513 | ;; The old code-pages library is obsoleted by coding systems based on |
| 1520 | ;; the charsets defined in this file but might be required by user | 1514 | ;; the charsets defined in this file but might be required by user |
| 1521 | ;; code. | 1515 | ;; code. |