diff options
| author | Juanma Barranquero | 2008-02-03 02:38:27 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-03 02:38:27 +0000 |
| commit | 12478e677187cf37050e00fe926cef32323d162f (patch) | |
| tree | bef002c089786232e697c5c986f2460008e08939 | |
| parent | eb28688cecc43bdc02acd117eebc7444b00a9343 (diff) | |
| download | emacs-12478e677187cf37050e00fe926cef32323d162f.tar.gz emacs-12478e677187cf37050e00fe926cef32323d162f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad6a06c2a1e..c02f1864272 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -269,11 +269,10 @@ | |||
| 269 | (x-select-request-type): Doc adjusted the change of | 269 | (x-select-request-type): Doc adjusted the change of |
| 270 | x-selection-value. | 270 | x-selection-value. |
| 271 | 271 | ||
| 272 | * select.el (selection-coding-system) | 272 | * select.el (selection-coding-system, next-selection-coding-system): |
| 273 | (next-selection-coding-system): Move declarations from xselect.c. | 273 | Move declarations from xselect.c. |
| 274 | (x-get-selection): Decode by selection-coding-system if it is | 274 | (x-get-selection): Decode by selection-coding-system if it is non-nil. |
| 275 | non-nil. If it is nil, decode by a proper coding system. Handle | 275 | If it is nil, decode by a proper coding system. Handle C_STRING. |
| 276 | C_STRING. | ||
| 277 | (ccl-check-utf-8, string-utf-8-p): Delete them. | 276 | (ccl-check-utf-8, string-utf-8-p): Delete them. |
| 278 | (xselect-convert-to-string): Fix determining data-type in the case | 277 | (xselect-convert-to-string): Fix determining data-type in the case |
| 279 | that TEXT is requested. Don't use selection-coding-system if it's | 278 | that TEXT is requested. Don't use selection-coding-system if it's |
| @@ -508,7 +507,7 @@ | |||
| 508 | 507 | ||
| 509 | * ps-print.el: Replace (defvar VAR nil) by (defvar VAR). | 508 | * ps-print.el: Replace (defvar VAR nil) by (defvar VAR). |
| 510 | (ps-print-emacs-type): Var eliminated. | 509 | (ps-print-emacs-type): Var eliminated. |
| 511 | (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is | 510 | (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is |
| 512 | running ps-print package. | 511 | running ps-print package. |
| 513 | 512 | ||
| 514 | * ps-def.el: Replace (defvar VAR nil) by (defvar VAR). | 513 | * ps-def.el: Replace (defvar VAR nil) by (defvar VAR). |
| @@ -656,7 +655,7 @@ | |||
| 656 | (ccl-execute-on-string, define-ccl-program, multibyte-string-p) | 655 | (ccl-execute-on-string, define-ccl-program, multibyte-string-p) |
| 657 | (string-make-multibyte, encode-char): Funs moved to ps-def.el. | 656 | (string-make-multibyte, encode-char): Funs moved to ps-def.el. |
| 658 | 657 | ||
| 659 | * ps-def.el: New file. XEmacs/Emacs definitions. | 658 | * ps-def.el: New file. XEmacs/Emacs definitions. |
| 660 | (ps-generate-postscript-with-faces1): New fun. | 659 | (ps-generate-postscript-with-faces1): New fun. |
| 661 | (ps-color-format, ps-float-format): Vars moved from ps-print.el. | 660 | (ps-color-format, ps-float-format): Vars moved from ps-print.el. |
| 662 | (ps-xemacs-color-name, ps-mapper, ps-extent-sorter) | 661 | (ps-xemacs-color-name, ps-mapper, ps-extent-sorter) |
| @@ -673,7 +672,7 @@ | |||
| 673 | (ccl-execute-on-string, define-ccl-program, multibyte-string-p) | 672 | (ccl-execute-on-string, define-ccl-program, multibyte-string-p) |
| 674 | (string-make-multibyte, encode-char): Funs moved from ps-mule.el. | 673 | (string-make-multibyte, encode-char): Funs moved from ps-mule.el. |
| 675 | 674 | ||
| 676 | * ps-samp.el: New file. Sample setup code. | 675 | * ps-samp.el: New file. Sample setup code. |
| 677 | (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook) | 676 | (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook) |
| 678 | (ps-rmail-print-message-from-summary, ps-print-message-from-summary) | 677 | (ps-rmail-print-message-from-summary, ps-print-message-from-summary) |
| 679 | (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook) | 678 | (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook) |
| @@ -1305,7 +1304,7 @@ | |||
| 1305 | Change 'mime-charset to :mime-charset. | 1304 | Change 'mime-charset to :mime-charset. |
| 1306 | (select-safe-coding-system): Use above (sync to HEAD). | 1305 | (select-safe-coding-system): Use above (sync to HEAD). |
| 1307 | (set-language-environment): Delete unnecessary code for handling | 1306 | (set-language-environment): Delete unnecessary code for handling |
| 1308 | overriding-fontspec | 1307 | overriding-fontspec. |
| 1309 | 1308 | ||
| 1310 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 1309 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 1311 | 1310 | ||
| @@ -1382,7 +1381,7 @@ | |||
| 1382 | 1381 | ||
| 1383 | * term/mac-win.el: Use mac-standard-fontset-spec to create | 1382 | * term/mac-win.el: Use mac-standard-fontset-spec to create |
| 1384 | fontset-mac | 1383 | fontset-mac |
| 1385 | (mac-standard-fontset-spec): Created | 1384 | (mac-standard-fontset-spec): Created. |
| 1386 | 1385 | ||
| 1387 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 1386 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 1388 | 1387 | ||
| @@ -1535,7 +1534,7 @@ | |||
| 1535 | coding systems. | 1534 | coding systems. |
| 1536 | (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system | 1535 | (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system |
| 1537 | aliases. | 1536 | aliases. |
| 1538 | ("Japanese"): Add new charsets and coding system.s | 1537 | ("Japanese"): Add new charsets and coding systems. |
| 1539 | 1538 | ||
| 1540 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 1539 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 1541 | 1540 | ||
| @@ -1706,8 +1705,8 @@ | |||
| 1706 | 1705 | ||
| 1707 | * w32-fns.el (w32-charset-info-alist): Accept more charset aliases. | 1706 | * w32-fns.el (w32-charset-info-alist): Accept more charset aliases. |
| 1708 | 1707 | ||
| 1709 | * makefile.w32-in (DONTCOMPILE): Remove old languages. Add | 1708 | * makefile.w32-in (DONTCOMPILE): Remove old languages. |
| 1710 | international/latin1-disp.el. | 1709 | Add international/latin1-disp.el. |
| 1711 | (LC_ALL): Define as C. | 1710 | (LC_ALL): Define as C. |
| 1712 | 1711 | ||
| 1713 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 1712 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| @@ -2352,7 +2351,7 @@ | |||
| 2352 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> | 2351 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> |
| 2353 | 2352 | ||
| 2354 | * international/characters.el: Remove duplicated case setting for | 2353 | * international/characters.el: Remove duplicated case setting for |
| 2355 | Cyrillic and Greek letters. Don't setup printable-chars here. | 2354 | Cyrillic and Greek letters. Don't setup printable-chars here. |
| 2356 | 2355 | ||
| 2357 | * case-table.el (describe-buffer-case-table): Handle the case | 2356 | * case-table.el (describe-buffer-case-table): Handle the case |
| 2358 | that KEY is a cons within map-char-table. | 2357 | that KEY is a cons within map-char-table. |
| @@ -3062,7 +3061,7 @@ | |||
| 3062 | 3061 | ||
| 3063 | * international/encoded-kb.el | 3062 | * international/encoded-kb.el |
| 3064 | (encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly | 3063 | (encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly |
| 3065 | call self-insert-command. This is a temporary workaround to | 3064 | call self-insert-command. This is a temporary workaround to |
| 3066 | make it work with latin-1. | 3065 | make it work with latin-1. |
| 3067 | (encoded-kbd-mode): Change `sjis' to `shift-jis'. | 3066 | (encoded-kbd-mode): Change `sjis' to `shift-jis'. |
| 3068 | 3067 | ||
| @@ -3161,7 +3160,7 @@ | |||
| 3161 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> | 3160 | 2008-02-01 Kenichi Handa <handa@etl.go.jp> |
| 3162 | 3161 | ||
| 3163 | * bindings.el: Don't bind multibyte characters to | 3162 | * bindings.el: Don't bind multibyte characters to |
| 3164 | self-insert-command here. It's done in mule-conf.el | 3163 | self-insert-command here. It's done in mule-conf.el. |
| 3165 | 3164 | ||
| 3166 | * case-table.el (set-case-syntax-offset): Variable deleted. | 3165 | * case-table.el (set-case-syntax-offset): Variable deleted. |
| 3167 | (set-case-syntax-1): Function deleted. Callers changed. | 3166 | (set-case-syntax-1): Function deleted. Callers changed. |
| @@ -5355,7 +5354,7 @@ | |||
| 5355 | * vc.el (vc-dired-hook): Show unregistered file status as "?" in | 5354 | * vc.el (vc-dired-hook): Show unregistered file status as "?" in |
| 5356 | non-terse mode. | 5355 | non-terse mode. |
| 5357 | (vc-dired-ignorable-p): Ignore Makefile when it has a peer named | 5356 | (vc-dired-ignorable-p): Ignore Makefile when it has a peer named |
| 5358 | Makefile.in or Makefile.am | 5357 | Makefile.in or Makefile.am. |
| 5359 | 5358 | ||
| 5360 | 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5359 | 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 5361 | 5360 | ||
| @@ -6294,7 +6293,7 @@ | |||
| 6294 | 6293 | ||
| 6295 | * subr.el (declare-function): Move from byte-run.el. | 6294 | * subr.el (declare-function): Move from byte-run.el. |
| 6296 | 6295 | ||
| 6297 | * emacs-lisp/byte-run.el (declare-function): Move to subr.el | 6296 | * emacs-lisp/byte-run.el (declare-function): Move to subr.el. |
| 6298 | 6297 | ||
| 6299 | * window.el (recenter-top-bottom): Don't use `ecase'. | 6298 | * window.el (recenter-top-bottom): Don't use `ecase'. |
| 6300 | 6299 | ||