comparison lisp/ChangeLog @ 91923:950bd398d6c2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 18 Feb 2008 01:58:38 +0000
parents 89b7a215ead9
children 70ae8b5ec55d
comparison
equal deleted inserted replaced
91922:89b7a215ead9 91923:950bd398d6c2
5 (xml-find-file-coding-system): New function. 5 (xml-find-file-coding-system): New function.
6 * international/mule-conf.el (file-coding-system-alist): Use it. 6 * international/mule-conf.el (file-coding-system-alist): Use it.
7 7
8 2008-02-17 Glenn Morris <rgm@gnu.org> 8 2008-02-17 Glenn Morris <rgm@gnu.org>
9 9
10 * international/mule-cmds.el (set-locale-environment): Pass 10 * international/mule-cmds.el (set-locale-environment):
11 `frame' to getenv for LC_MESSAGES. 11 Pass `frame' to getenv for LC_MESSAGES.
12 12
13 2008-02-17 Juri Linkov <juri@jurta.org> 13 2008-02-17 Juri Linkov <juri@jurta.org>
14 14
15 * time.el (emacs-init-time): Use format instead of format-seconds. 15 * time.el (emacs-init-time): Use format instead of format-seconds.
16 16
17 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 17 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18 18
19 * textmodes/bibtex.el (bibtex-search-entry): Rename from 19 * textmodes/bibtex.el (bibtex-search-entry): Rename from
20 bibtex-find-entry. Add autoload cookie. 20 bibtex-find-entry. Add autoload cookie.
21 (bibtex-find-entry): Alias for bibtex-search-entry. 21 (bibtex-find-entry): Alias for bibtex-search-entry.
22 (bibtex-search-crossref): Rename from bibtex-find-crossref. 22 (bibtex-search-crossref): Rename from bibtex-find-crossref.
23 (bibtex-find-crossref): Alias for bibtex-search-crossref. 23 (bibtex-find-crossref): Alias for bibtex-search-crossref.
24 (bibtex-clean-entry): atomic-change-group removed. 24 (bibtex-clean-entry): atomic-change-group removed.
25 (bibtex-format-entry): Use atomic-change-group. Use 25 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
26 unwind-protect to locate buffer location where error occured. 26 to locate buffer location where error occurred.
27 Make error messages more specific. 27 Make error messages more specific.
28 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode. 28 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
29 29
30 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu> 30 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
31 31
126 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id 126 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
127 from the auto-generated one. 127 from the auto-generated one.
128 128
129 2008-02-14 Glenn Morris <rgm@gnu.org> 129 2008-02-14 Glenn Morris <rgm@gnu.org>
130 130
131 * mail/rmail-spam-filter.el (rmail-spam-filter): Let-bind 131 * mail/rmail-spam-filter.el (rmail-spam-filter):
132 message-spam-status. 132 Let-bind message-spam-status.
133 133
134 * mail/smtpmail.el (password-cache-add): Declare as function. 134 * mail/smtpmail.el (password-cache-add): Declare as function.
135 135
136 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change) 136 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
137 137
138 * mail/smtpmail.el: Use password-cache. 138 * mail/smtpmail.el: Use password-cache.
139 139
140 2008-02-14 Juanma Barranquero <lekktu@gmail.com> 140 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
141 141
1092 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): 1092 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
1093 Move functions. 1093 Move functions.
1094 1094
1095 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> 1095 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1096 1096
1097 * ps-print.ps: The ps-print commands without face printing should not 1097 * ps-print.el: The ps-print commands without face printing should not
1098 print background color. Reported by Leo <sdl.web@gmail.com>. 1098 print background color. Reported by Leo <sdl.web@gmail.com>.
1099 (ps-print-version): New version 7.2.2. 1099 (ps-print-version): New version 7.2.2.
1100 (ps-begin-job): New arg. Fix ps-default-background and 1100 (ps-begin-job): New arg. Fix ps-default-background and
1101 ps-default-foreground initialization. 1101 ps-default-foreground initialization.
1102 (ps-face-attributes): Fix doc string. 1102 (ps-face-attributes): Fix doc string.
2109 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function): 2109 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
2110 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function): 2110 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
2111 * eshell/esh-opt.el (eshell-process-option): 2111 * eshell/esh-opt.el (eshell-process-option):
2112 * emulation/keypad.el (keypad-setup): 2112 * emulation/keypad.el (keypad-setup):
2113 * emacs-lisp/lisp-mode.el (prin1-char): 2113 * emacs-lisp/lisp-mode.el (prin1-char):
2114 * generic.el (generic-mode-set-comments): 2114 * emacs-lisp/generic.el (generic-mode-set-comments):
2115 * edmacro.el (edmacro-parse-keys): 2115 * edmacro.el (edmacro-parse-keys):
2116 * disp-table.el (standard-display-default): Use characterp. 2116 * disp-table.el (standard-display-default): Use characterp.
2117 2117
2118 2008-02-01 Kenichi Handa <handa@m17n.org> 2118 2008-02-01 Kenichi Handa <handa@m17n.org>
2119 2119
2186 * international/mule.el (define-coding-system): Fix docstring 2186 * international/mule.el (define-coding-system): Fix docstring
2187 about :bom and :endian. 2187 about :bom and :endian.
2188 2188
2189 2008-02-01 Dave Love <fx@gnu.org> 2189 2008-02-01 Dave Love <fx@gnu.org>
2190 2190
2191 * mule-diag.el (describe-character-set): 2191 * international/mule-diag.el (describe-character-set):
2192 Fix printing dimensions. Use `,AW(B', not `x'. 2192 Fix printing dimensions. Use `,AW(B', not `x'.
2193 2193
2194 2008-02-01 Kenichi Handa <handa@m17n.org> 2194 2008-02-01 Kenichi Handa <handa@m17n.org>
2195 2195
2196 * international/fontset.el: Register CDAC fonts in 2196 * international/fontset.el: Register CDAC fonts in
2506 2506
2507 * Makefile.in (DONTCOMPILE): Remove latin-N.el. 2507 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
2508 2508
2509 * international/characters.el: Add Latin-1. 2509 * international/characters.el: Add Latin-1.
2510 2510
2511 * international/latin-1, international/latin-2, international/latin-3: 2511 * international/latin-1.el, international/latin-2.el,
2512 * international/latin-4, international/latin-5, international/latin-8: 2512 * international/latin-3.el, international/latin-4.el,
2513 * international/latin-9: Delete. 2513 * international/latin-5.el, international/latin-8.el,
2514 * international/latin-9.el: Delete.
2514 2515
2515 * loadup.el: Remove international/latin-N.el. 2516 * loadup.el: Remove international/latin-N.el.
2516 2517
2517 * case-table.el (set-case-syntax-charset, set-case-syntax-1) 2518 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
2518 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): 2519 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3076 (coding-system-translation-table-for-encode): Get the right properties. 3077 (coding-system-translation-table-for-encode): Get the right properties.
3077 (with-coding-priority): New macro. 3078 (with-coding-priority): New macro.
3078 (detect-coding-with-language-environment): Use it. 3079 (detect-coding-with-language-environment): Use it.
3079 (coding-system-equal): Use coding-system-plist. 3080 (coding-system-equal): Use coding-system-plist.
3080 3081
3081 * encoded-kb.el (encoded-kbd-setup-keymap) <ccl>: Use :valid property. 3082 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
3082 3083 Use :valid property.
3083 * mule-cmds.el (encode-coding-char): Use find-coding-systems-string. 3084
3084 Don't use make-char. 3085 * international/mule-cmds.el (encode-coding-char):
3086 Use find-coding-systems-string. Don't use make-char.
3085 (describe-language-environment): Use coding-system-aliases. 3087 (describe-language-environment): Use coding-system-aliases.
3086 (prefer-coding-system): Doc fix. 3088 (prefer-coding-system): Doc fix.
3087 3089
3088 * mule-diag.el (describe-current-coding-system): Fix aliases listing. 3090 * international/mule-diag.el (describe-current-coding-system):
3091 Fix aliases listing.
3089 (print-iso-2022-flags): Delete. 3092 (print-iso-2022-flags): Delete.
3090 (print-designation): Partial re-write. 3093 (print-designation): Partial re-write.
3091 (describe-coding-system): Deal with iso-2022 designations, flags. 3094 (describe-coding-system): Deal with iso-2022 designations, flags.
3092 Fix shift_jis case. 3095 Fix shift_jis case.
3093 (describe-char-after): Use characterp. Print explicit unicode. 3096 (describe-char-after): Use characterp. Print explicit unicode.
3094 Remove some obsolete code. 3097 Remove some obsolete code.
3095 (print-coding-system-briefly): Fix printing aliases. 3098 (print-coding-system-briefly): Fix printing aliases.
3096 (print-coding-system): Use coding-system-aliases. 3099 (print-coding-system): Use coding-system-aliases.
3097 (mule-diag): Don't list coding categories. 3100 (mule-diag): Don't list coding categories.
3098 3101
3099 * mule-conf.el: Doc fixes. Remove redundant :long-name properties. 3102 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
3100 Re-order charset priorities. 3103 Re-order charset priorities.
3101 (binary): New alias. 3104 (binary): New alias.
3102 (iso-8859-16): Fix nickname. 3105 (iso-8859-16): Fix nickname.
3103 (define-iso-single-byte-charset): Un-define after use. 3106 (define-iso-single-byte-charset): Un-define after use.
3104 3107
3820 Bind buffer-file-name and buffer-file-truename to nil, to prevent 3823 Bind buffer-file-name and buffer-file-truename to nil, to prevent
3821 primitives generating "buffer is read only" messages. 3824 primitives generating "buffer is read only" messages.
3822 3825
3823 2008-01-20 Ulf Jasper <ulf.jasper@web.de> 3826 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
3824 3827
3825 * icalendar.el (icalendar-version): Increase to "0.17". 3828 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
3826 (icalendar-import-format): Doc fix. Allow function type. 3829 (icalendar-import-format): Doc fix. Allow function type.
3827 (icalendar--read-element): Doc fix. 3830 (icalendar--read-element): Doc fix.
3828 (icalendar--parse-summary-and-rest): Doc fix. Handle function 3831 (icalendar--parse-summary-and-rest): Doc fix. Handle function
3829 type icalendar-import-format. Make regexps non-greedy. 3832 type icalendar-import-format. Make regexps non-greedy.
3830 (icalendar--format-ical-event): Handle function type 3833 (icalendar--format-ical-event): Handle function type
4822 * doc-view.el (doc-view-mode): Support tramp, compressed files and 4825 * doc-view.el (doc-view-mode): Support tramp, compressed files and
4823 files inside archives uniformly. 4826 files inside archives uniformly.
4824 4827
4825 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com> 4828 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
4826 4829
4827 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this 4830 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
4828 constant with a computation on sgml-specials rather than a literal 4831 constant with a computation on sgml-specials rather than a literal
4829 list. Without this change the syntax table is generated 4832 list. Without this change the syntax table is generated
4830 incorrectly, and the mode will think it's in a comment following 4833 incorrectly, and the mode will think it's in a comment following
4831 any instance of the string "--". 4834 any instance of the string "--".
4832 4835
4846 stops with an error and Emacs does not compile with those things in. 4849 stops with an error and Emacs does not compile with those things in.
4847 Besides, declare-function is not defined in XEmacs. 4850 Besides, declare-function is not defined in XEmacs.
4848 4851
4849 * ediff-util (eqiff-quit): Autoraise minibuffer. 4852 * ediff-util (eqiff-quit): Autoraise minibuffer.
4850 4853
4851 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun. 4854 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
4852 4855
4853 * viper*.el: Comment out declare-function -- not defined in XEmacs. 4856 * emulation/viper*.el: Comment out declare-function -- not defined
4854 4857 in XEmacs.
4855 * viper-ex.el (viper-info-on-file): Take care of indirect buffers. 4858
4856 4859 * emulation/viper-ex.el (viper-info-on-file):
4857 * viper.el (viper-set-hooks, set-cursor-color): 4860 Take care of indirect buffers.
4861
4862 * emulation/viper.el (viper-set-hooks, set-cursor-color):
4858 Set viper-vi-state-cursor-color. 4863 Set viper-vi-state-cursor-color.
4859 4864
4860 2008-01-09 Tom Tromey <tromey@redhat.com> 4865 2008-01-09 Tom Tromey <tromey@redhat.com>
4861 4866
4862 * vc.el (vc-status-headers): Rename from vc-status-insert-headers. 4867 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
5236 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com> 5241 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
5237 5242
5238 * progmodes/grep.el (grep-find-ignored-directories): 5243 * progmodes/grep.el (grep-find-ignored-directories):
5239 Initialize from the value of vc-directory-exclusion-list. 5244 Initialize from the value of vc-directory-exclusion-list.
5240 5245
5241 * vc-hooks (vc-directory-exclusion-list): Include "_darcs", 5246 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
5242 even though we don't have a back end for darcs yet. 5247 even though we don't have a back end for darcs yet.
5243 5248
5244 2008-01-02 Karl Fogel <kfogel@red-bean.com> 5249 2008-01-02 Karl Fogel <kfogel@red-bean.com>
5245 5250
5246 Change a return type, for greater extensibility. 5251 Change a return type, for greater extensibility.
5247 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html 5252 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
5248 and its thread for discussion leading to this change. 5253 and its thread for discussion leading to this change.
5249 5254
5250 * emacs-cvs/lisp/bookmark.el: 5255 * bookmark.el (bookmark-jump-noselect):
5251 (bookmark-jump-noselect): Return an alist instead of a dotted pair. 5256 Return an alist instead of a dotted pair.
5252 (bookmark-jump, bookmark-jump-other-window, bookmark-insert) 5257 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
5253 (bookmark-bmenu-2-window, bookmark-bmenu-other-window) 5258 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5254 (bookmark-bmenu-switch-other-window): Adjust accordingly. 5259 (bookmark-bmenu-switch-other-window): Adjust accordingly.
5255 (bookmark-make-cell-function): Adjust documentation accordingly. 5260 (bookmark-make-cell-function): Adjust documentation accordingly.
5256 5261
5257 * emacs-cvs/lisp/image-mode.el 5262 * image-mode.el (image-bookmark-jump):
5258 (image-bookmark-jump): Adjust return type accordingly; document. 5263 Adjust return type accordingly; document.
5259 5264
5260 * emacs-cvs/lisp/doc-view.el 5265 * doc-view.el (doc-view-bookmark-jump):
5261 (doc-view-bookmark-jump): Adjust return type accordingly; document. 5266 Adjust return type accordingly; document.
5262 5267
5263 2008-01-02 Miles Bader <miles@gnu.org> 5268 2008-01-02 Miles Bader <miles@gnu.org>
5264 5269
5265 * net/rcirc.el (rcirc-log-filename-function): New variable. 5270 * net/rcirc.el (rcirc-log-filename-function): New variable.
5266 (rcirc-log): Use `rcirc-log-filename-function' to generate the 5271 (rcirc-log): Use `rcirc-log-filename-function' to generate the
5592 (ps-print-preprint-region): Use `ps-mark-active-p' instead of 5597 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
5593 `region-active-p' for error checking. 5598 `region-active-p' for error checking.
5594 5599
5595 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com> 5600 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
5596 5601
5597 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el: 5602 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
5598 Put new machinery in place to support editing of change comments 5603 Put new machinery in place to support editing of change comments
5599 with 'e' in a log-view buffer. Not documented yet as this 5604 with 'e' in a log-view buffer. Not documented yet as this
5600 only works for SCCS, RCS, and maybe CVS if you have admin 5605 only works for SCCS, RCS, and maybe CVS if you have admin
5601 privileges. When we have backend support for Subversion and 5606 privileges. When we have backend support for Subversion and
5602 more modern systems it will be time to write this up. 5607 more modern systems it will be time to write this up.
6299 6304
6300 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el: 6305 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
6301 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el: 6306 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
6302 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el: 6307 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
6303 * emulation/vi.el, emulation/viper-cmd.el: 6308 * emulation/vi.el, emulation/viper-cmd.el:
6304 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el: 6309 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
6305 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el: 6310 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
6306 * textmodes/fill.el: Remove directory part from filenames in 6311 * textmodes/fill.el: Remove directory part from filenames in
6307 function declarations. 6312 function declarations.
6308 6313
6309 * dired-aux.el (mailcap-mime-info): Update declaration. 6314 * dired-aux.el (mailcap-mime-info): Update declaration.
6573 Move here from gnus/. 6578 Move here from gnus/.
6574 6579
6575 2007-12-02 Karl Fogel <kfogel@red-bean.com> 6580 2007-12-02 Karl Fogel <kfogel@red-bean.com>
6576 6581
6577 Offer option for saveplace to be quiet about loading and saving. 6582 Offer option for saveplace to be quiet about loading and saving.
6578 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> 6583 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
6579 6584
6580 * lisp/saveplace.el (save-place-quiet): New customizable boolean. 6585 * saveplace.el (save-place-quiet): New customizable boolean.
6581 (save-place-alist-to-file, load-save-place-alist-from-file): Use it 6586 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
6582 to determine whether to print loading/saving messages. 6587 to determine whether to print loading/saving messages.
6583 6588
6584 2007-12-02 Glenn Morris <rgm@gnu.org> 6589 2007-12-02 Glenn Morris <rgm@gnu.org>
6585 6590
8275 8280
8276 2007-11-06 Michael Albinus <michael.albinus@gmx.de> 8281 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
8277 8282
8278 * net/tramp.el (top): Don't autoload `tramp-cache-print'. 8283 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
8279 8284
8280 * net/tramp-cache (tramp-cache-print): Move down. 8285 * net/tramp-cache.el (tramp-cache-print): Move down.
8281 (tramp-cache-list-connections): New defun. 8286 (tramp-cache-list-connections): New defun.
8282 8287
8283 * net/tramp-cmds.el (tramp-cleanup-connection): Use it. 8288 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
8284 8289
8285 2007-11-06 Juanma Barranquero <lekktu@gmail.com> 8290 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
9422 Call isearch-buffers-minor-mode. 9427 Call isearch-buffers-minor-mode.
9423 (change-log-next-buffer): New function. 9428 (change-log-next-buffer): New function.
9424 9429
9425 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr> 9430 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
9426 9431
9427 * org-export-latex.el (org-export-latex-protect-string): 9432 * textmodes/org-export-latex.el (org-export-latex-protect-string):
9428 Renaming of `org-latex-protect'. 9433 Renaming of `org-latex-protect'.
9429 (org-export-latex-emphasis-alist): By default, don't protect 9434 (org-export-latex-emphasis-alist): By default, don't protect
9430 any emphasis formatter from further conversion. 9435 any emphasis formatter from further conversion.
9431 (org-export-latex-tables): Honor column grouping for tables. 9436 (org-export-latex-tables): Honor column grouping for tables.
9432 (org-export-latex-title-command): New option. 9437 (org-export-latex-title-command): New option.
16064 New variables to use in caches. 16069 New variables to use in caches.
16065 16070
16066 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date) 16071 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
16067 (calcFunc-julian): Use `math-read-number-simple' to insert bignums. 16072 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
16068 16073
16069 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1) 16074 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
16070 (math-bernoulli-b-cache): Use math-read-number-simple to insert 16075 (math-bernoulli-b-cache): Use math-read-number-simple to insert
16071 bignums. 16076 bignums.
16072 16077
16073 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2): 16078 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16074 New variables to use in caches. 16079 New variables to use in caches.
16470 New variable. 16475 New variable.
16471 (viper-activate-input-method-action) 16476 (viper-activate-input-method-action)
16472 (viper-inactivate-input-method-action): 16477 (viper-inactivate-input-method-action):
16473 Use viper-suppress-input-method-change-message. 16478 Use viper-suppress-input-method-change-message.
16474 16479
16475 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings 16480 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
16476 for C-s, C-r. 16481 for C-s, C-r.
16477 16482
16478 * emulation/viper-util.el (viper-set-cursor-color-according-to-state): 16483 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
16479 Use viper-replace-overlay-cursor-color instead of 16484 Use viper-replace-overlay-cursor-color instead of
16480 viper-replace-overlay-cursor-color. 16485 viper-replace-overlay-cursor-color.