aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-02 18:42:05 +0000
committerJuanma Barranquero2008-02-02 18:42:05 +0000
commit5285e5a626b4ff9800497a3c0f083976cb22ca96 (patch)
treeda0c1c7e6e62955c9422afde1bb5ec8b9254a5f9
parent58617d04c499b61e587cfc6892131298286b662b (diff)
downloademacs-5285e5a626b4ff9800497a3c0f083976cb22ca96.tar.gz
emacs-5285e5a626b4ff9800497a3c0f083976cb22ca96.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog38
1 files changed, 21 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8027adfce38..f1685d9e5a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12008-02-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * whitespace.el (global-whitespace-mode): Revert last change.
4 (whitespace-unload-function): Force `global-whitespace-mode'
5 to deactivate local modes in a slightly less intrusive way.
6
12008-02-02 Eli Zaretskii <eliz@gnu.org> 72008-02-02 Eli Zaretskii <eliz@gnu.org>
2 8
3 * view.el (kill-buffer-if-not-modified): Add an autoload cookie. 9 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
@@ -15,8 +21,7 @@
15 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename 21 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16 to capitalized-find-word-boundary. Doc fix. Update callers. 22 to capitalized-find-word-boundary. Doc fix. Update callers.
17 (capitalized-next-word-boundary-function-table): Rename to 23 (capitalized-next-word-boundary-function-table): Rename to
18 capitalized-find-word-boundary-function-table. Doc fix. Update 24 capitalized-find-word-boundary-function-table. Doc fix. Update users.
19 users.
20 25
21 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than 26 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
22 string-to-int. 27 string-to-int.
@@ -61,8 +66,8 @@
61 66
622008-02-02 Kenichi Handa <handa@ni.aist.go.jp> 672008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
63 68
64 * language/ind-util.el (in-is13194-post-read-conversion): Delete 69 * language/ind-util.el (in-is13194-post-read-conversion):
65 unnecessary call of indian-compose-region. 70 Delete unnecessary call of indian-compose-region.
66 71
672008-02-02 Kenichi Handa <handa@ni.aist.go.jp> 722008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
68 73
@@ -70,7 +75,7 @@
70 75
712008-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br> 762008-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
72 77
73 * ps-print.el: Some face attributes (like :strike-through) was not 78 * ps-print.el: Some face attributes (like :strike-through) were not
74 being recognised. Reported by Leo <sdl.web@gmail.com>. 79 being recognised. Reported by Leo <sdl.web@gmail.com>.
75 (ps-print-version): New version 7.3.2. 80 (ps-print-version): New version 7.3.2.
76 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p, 81 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
@@ -117,8 +122,8 @@
117 122
1182008-02-02 Kenichi Handa <handa@ni.aist.go.jp> 1232008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
119 124
120 * international/fontset.el (x-complement-fontset-spec): Complement 125 * international/fontset.el (x-complement-fontset-spec):
121 size too. 126 Complement size too.
122 127
1232008-02-02 Kenichi Handa <handa@ni.aist.go.jp> 1282008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
124 129
@@ -179,7 +184,6 @@
179 184
1802008-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br> 1852008-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
181 186
182
183 * printing.el: Fix pr-interface-map initialization code. 187 * printing.el: Fix pr-interface-map initialization code.
184 (pr-version): New version 6.9.3. 188 (pr-version): New version 6.9.3.
185 (pr-f-set-keymap-parents): Replaced by pr-set-keymap-parents. 189 (pr-f-set-keymap-parents): Replaced by pr-set-keymap-parents.
@@ -2945,7 +2949,7 @@
2945 (coding-system-list): Use coding-system-aliases. 2949 (coding-system-list): Use coding-system-aliases.
2946 (make-translation-table): Don't deal with generic characters. 2950 (make-translation-table): Don't deal with generic characters.
2947 2951
2948 * international/mule-util.el: (coding-system-post-read-conversion) 2952 * international/mule-util.el (coding-system-post-read-conversion)
2949 (coding-system-pre-write-conversion) 2953 (coding-system-pre-write-conversion)
2950 (coding-system-translation-table-for-decode) 2954 (coding-system-translation-table-for-decode)
2951 (coding-system-translation-table-for-encode): Get the right 2955 (coding-system-translation-table-for-encode): Get the right
@@ -2954,7 +2958,7 @@
2954 (detect-coding-with-language-environment): Use it. 2958 (detect-coding-with-language-environment): Use it.
2955 (coding-system-equal): Use coding-system-plist. 2959 (coding-system-equal): Use coding-system-plist.
2956 2960
2957 * encoded-kb.el: (encoded-kbd-setup-keymap) <ccl>: 2961 * encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
2958 Use :valid property. 2962 Use :valid property.
2959 2963
2960 * mule-cmds.el (encode-coding-char): Use 2964 * mule-cmds.el (encode-coding-char): Use
@@ -3015,12 +3019,12 @@
3015 3019
3016 * language/thai.el (cp874, ibm874): New coding systems. 3020 * language/thai.el (cp874, ibm874): New coding systems.
3017 3021
3018 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>: Add 3022 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
3019 character-p. 3023 Add character-p.
3020 3024
3021 * language/european.el (cp852, ibm852, cp857, ibm857, cp860) 3025 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
3022 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437): New 3026 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
3023 coding systems. 3027 New coding systems.
3024 <set-language-info-alist>: Avoid decode-char. 3028 <set-language-info-alist>: Avoid decode-char.
3025 3029
3026 * language/hebrew.el (cp862, ibm862): New coding systems. 3030 * language/hebrew.el (cp862, ibm862): New coding systems.
@@ -3033,8 +3037,8 @@
3033 * international/mule-conf.el: Avoid decode-char in top-level code 3037 * international/mule-conf.el: Avoid decode-char in top-level code
3034 for self-inserting multibyte chars. 3038 for self-inserting multibyte chars.
3035 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857) 3039 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
3036 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874): New 3040 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
3037 charsets. 3041 New charsets.
3038 3042
3039 * international/characters.el: Various simplifications and 3043 * international/characters.el: Various simplifications and
3040 additions. 3044 additions.
@@ -3483,7 +3487,7 @@
34832008-02-01 Martin Rudalics <rudalics@gmx.at> 34872008-02-01 Martin Rudalics <rudalics@gmx.at>
3484 3488
3485 * mail/rmail.el (rmail-highlight): Fix specification. 3489 * mail/rmail.el (rmail-highlight): Fix specification.
3486 Reported by pod <pod@herald.ox.ac.uk>. 3490 Reported by pod <pod@herald.ox.ac.uk>.
3487 3491
34882008-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 34922008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3489 3493