comparison lisp/ChangeLog.13 @ 98317:36acd6af0772

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 01:16:16 +0000
parents c3309dba6542
children e44273834265
comparison
equal deleted inserted replaced
98316:8ecc08b621cb 98317:36acd6af0772
1082 * international/uni-numeric.el, international/uni-old-name.el: 1082 * international/uni-numeric.el, international/uni-old-name.el:
1083 * international/uni-titlecase.el, international/uni-uppercase.el: 1083 * international/uni-titlecase.el, international/uni-uppercase.el:
1084 * international/charprop.el: New files automatically generated by 1084 * international/charprop.el: New files automatically generated by
1085 admin/unidata/Makefile. 1085 admin/unidata/Makefile.
1086 1086
1087 * loadup.el: Load internationnal/charprop.el. 1087 * loadup.el: Load international/charprop.el.
1088 1088
1089 * descr-text.el (describe-char-unidata-list): New variable. 1089 * descr-text.el (describe-char-unidata-list): New variable.
1090 (describe-char-unicode-data): Use char-code-property-description. 1090 (describe-char-unicode-data): Use char-code-property-description.
1091 (describe-char): Add lines for describing Unicode-based character 1091 (describe-char): Add lines for describing Unicode-based character
1092 properties. 1092 properties.
2886 changed. Set primary charset to iso-8859-1. 2886 changed. Set primary charset to iso-8859-1.
2887 (set-language-environment-coding-systems): 2887 (set-language-environment-coding-systems):
2888 Call set-coding-system-priority instead of set-coding-priority. 2888 Call set-coding-system-priority instead of set-coding-priority.
2889 (get-charset-property, put-charset-property): Move to mule.el. 2889 (get-charset-property, put-charset-property): Move to mule.el.
2890 2890
2891 * international/mule-conf.el: Ful re-write. 2891 * international/mule-conf.el: Full re-write.
2892 2892
2893 * international/mule-diag.el (print-designation): Change arguments. 2893 * international/mule-diag.el (print-designation): Change arguments.
2894 (print-iso-2022-flags): New function. 2894 (print-iso-2022-flags): New function.
2895 (describe-coding-system, describe-current-coding-system): 2895 (describe-coding-system, describe-current-coding-system):
2896 Adjust for the new structure of coding system. 2896 Adjust for the new structure of coding system.
3856 (org-agenda-todo-keyword-format): New option. 3856 (org-agenda-todo-keyword-format): New option.
3857 (org-infile-export-plist): No restriction while searching for options. 3857 (org-infile-export-plist): No restriction while searching for options.
3858 (org-remember-handler): Remove comments at the end of the buffer. 3858 (org-remember-handler): Remove comments at the end of the buffer.
3859 (org-remember-use-refile-when-interactive): New option. 3859 (org-remember-use-refile-when-interactive): New option.
3860 (org-table-sort-lines): Make sure sorting works on link 3860 (org-table-sort-lines): Make sure sorting works on link
3861 descritions only, and ignores the link. 3861 descriptions only, and ignores the link.
3862 (org-sort-entries-or-items): Make sure the end of the subtree is 3862 (org-sort-entries-or-items): Make sure the end of the subtree is
3863 included. 3863 included.
3864 (org-refile-use-outline-path): New allowed values `file' and 3864 (org-refile-use-outline-path): New allowed values `file' and
3865 `full-file-path'. 3865 `full-file-path'.
3866 (org-get-refile-targets): Respect new values for 3866 (org-get-refile-targets): Respect new values for
3949 (org-columns-uncompile-format, org-columns-compile-format): 3949 (org-columns-uncompile-format, org-columns-compile-format):
3950 Support for new currency summary type. 3950 Support for new currency summary type.
3951 (org-tree-to-indirect-buffer): Do not kill old buffer when 3951 (org-tree-to-indirect-buffer): Do not kill old buffer when
3952 `org-indirect-buffer-display' is `new-frame'. 3952 `org-indirect-buffer-display' is `new-frame'.
3953 (org-indirect-buffer-display): Document that `new-frame' leads to 3953 (org-indirect-buffer-display): Document that `new-frame' leads to
3954 indiret buffer proliferation. 3954 indirect buffer proliferation.
3955 (org-agenda-list): Use `org-extend-today-until'. 3955 (org-agenda-list): Use `org-extend-today-until'.
3956 (org-extend-today-until): New option. 3956 (org-extend-today-until): New option.
3957 (org-format-org-table-html): Use lower-case for <col> tag. 3957 (org-format-org-table-html): Use lower-case for <col> tag.
3958 (org-agenda-execute): New command. 3958 (org-agenda-execute): New command.
3959 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified. 3959 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
4033 (custom-face-value-create): Indent doc-strings of faces like 4033 (custom-face-value-create): Indent doc-strings of faces like
4034 those of variables. 4034 those of variables.
4035 4035
4036 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca> 4036 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4037 4037
4038 * server.el (server-process-filter): Replace lineno and columnnno 4038 * server.el (server-process-filter): Replace lineno and columnno
4039 which defaulted to 1&0 with filepos which defaults to nil. 4039 which defaulted to 1&0 with filepos which defaults to nil.
4040 (server-goto-line-column): Only receive the filepos. 4040 (server-goto-line-column): Only receive the filepos.
4041 Only move if filepos is non-nil. 4041 Only move if filepos is non-nil.
4042 (server-visit-files): Slight restructure to consolidate two calls to 4042 (server-visit-files): Slight restructure to consolidate two calls to
4043 server-goto-line-column into just one. 4043 server-goto-line-column into just one.
4116 4116
4117 * progmodes/cc-vars.el (c-constant-symbol): New function which 4117 * progmodes/cc-vars.el (c-constant-symbol): New function which
4118 supersedes c-const-symbol. During a customize-.. call it enables 4118 supersedes c-const-symbol. During a customize-.. call it enables
4119 an element of (e.g.) c-hanging-braces alist to have its name 4119 an element of (e.g.) c-hanging-braces alist to have its name
4120 displayed, even when the default value of c-h-b etc. doesn't 4120 displayed, even when the default value of c-h-b etc. doesn't
4121 include the elemnt. Replace uses of the old function by the new. 4121 include the element. Replace uses of the old function by the new.
4122 4122
4123 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the 4123 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
4124 obscure non-working fragment ":value c-". 4124 obscure non-working fragment ":value c-".
4125 4125
4126 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca> 4126 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4202 2008-01-11 Glenn Morris <rgm@gnu.org> 4202 2008-01-11 Glenn Morris <rgm@gnu.org>
4203 4203
4204 * language/china-util.el (big5-to-flat-code, flat-code-to-big5) 4204 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
4205 (euc-to-flat-code, flat-code-to-euc): 4205 (euc-to-flat-code, flat-code-to-euc):
4206 * textmodes/org.el (elmo-msgdb-overview-get-entity) 4206 * textmodes/org.el (elmo-msgdb-overview-get-entity)
4207 (wl-summary-buffer-msgdb): Declare as funtions. 4207 (wl-summary-buffer-msgdb): Declare as functions.
4208 4208
4209 2008-01-10 Martin Rudalics <rudalics@gmx.at> 4209 2008-01-10 Martin Rudalics <rudalics@gmx.at>
4210 4210
4211 * progmodes/ada-mode.el (ada-set-syntax-table-properties): 4211 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
4212 Bind buffer-file-name and buffer-file-truename. 4212 Bind buffer-file-name and buffer-file-truename.
4726 * vc-git.el (vc-git-dir-state): Set the vc-backend property. 4726 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
4727 Do not disable undo, with-temp-buffer does it by default. 4727 Do not disable undo, with-temp-buffer does it by default.
4728 4728
4729 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com> 4729 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
4730 4730
4731 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property 4731 * vc-svn.el (vc-svn-parse-status): Set the `unregistered' property
4732 correctly. 4732 correctly.
4733 4733
4734 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call 4734 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
4735 with vc-state. 4735 with vc-state.
4736 (vc-next-action): Fix vc-transfer-file call. 4736 (vc-next-action): Fix vc-transfer-file call.
4804 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com> 4804 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
4805 4805
4806 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered, 4806 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
4807 'added, 'removed. 4807 'added, 'removed.
4808 4808
4809 * vc.el (header coment): Better description of dir-state. 4809 * vc.el (header comment): Better description of dir-state.
4810 (vc-compatible-state): New function. Checks whether two states 4810 (vc-compatible-state): New function. Checks whether two states
4811 can be in the same changeset; used with 'edited it can test whether 4811 can be in the same changeset; used with 'edited it can test whether
4812 the next action for a state should be commit. 4812 the next action for a state should be commit.
4813 (vc-default-dired-state-info): Display 'removed state. 4813 (vc-default-dired-state-info): Display 'removed state.
4814 (vc-dired-hook): Turn off undo, this is a speed tweak. 4814 (vc-dired-hook): Turn off undo, this is a speed tweak.
5756 2007-12-05 Elias Oltmanns <eo@nebensachen.de> 5756 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
5757 5757
5758 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables. 5758 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5759 (tls-checktrust): New variable. Check if GNU TLS complained about a 5759 (tls-checktrust): New variable. Check if GNU TLS complained about a
5760 mismatch between the hostname provided in the certificate and the name 5760 mismatch between the hostname provided in the certificate and the name
5761 of the host connnecting to. 5761 of the host connecting to.
5762 (open-tls-stream): Use them. Check certificates against trusted root 5762 (open-tls-stream): Use them. Check certificates against trusted root
5763 certificates. 5763 certificates.
5764 5764
5765 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change) 5765 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
5766 5766
8006 (doc-view-menu): Remove deleted function doc-view-edit-doc. 8006 (doc-view-menu): Remove deleted function doc-view-edit-doc.
8007 8007
8008 2007-10-31 Juanma Barranquero <lekktu@gmail.com> 8008 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
8009 8009
8010 * help-at-pt.el (help-at-pt-unload-hook): Remove. 8010 * help-at-pt.el (help-at-pt-unload-hook): Remove.
8011 Timers are automatically canceled by `unload-feature'. 8011 Timers are automatically cancelled by `unload-feature'.
8012 8012
8013 * delsel.el (delsel-unload-hook): Remove function and variable. 8013 * delsel.el (delsel-unload-hook): Remove function and variable.
8014 (delsel-unload-function): New-style unload function, adapted 8014 (delsel-unload-function): New-style unload function, adapted
8015 from `delsel-unload-hook'. 8015 from `delsel-unload-hook'.
8016 8016
9367 9367
9368 * term/xterm.el: Don't require xt-mouse. 9368 * term/xterm.el: Don't require xt-mouse.
9369 (terminal-init-xterm): Run terminal-init-xterm-hook rather than 9369 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
9370 calling turn-on-xterm-mouse-tracking-on-terminal directly. 9370 calling turn-on-xterm-mouse-tracking-on-terminal directly.
9371 9371
9372 * xt-mouse.el: Don't change the global function-key-map anny more. 9372 * xt-mouse.el: Don't change the global function-key-map any more.
9373 (xterm-mouse-mode): Use terminal-init-xterm-hook. 9373 (xterm-mouse-mode): Use terminal-init-xterm-hook.
9374 Don't use after-make-frame-functions now that term/xterm.el calls 9374 Don't use after-make-frame-functions now that term/xterm.el calls
9375 us directly. 9375 us directly.
9376 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking): 9376 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9377 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal. 9377 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
11701 (fancy-splash-head, fancy-splash-tail): Add new optional argument 11701 (fancy-splash-head, fancy-splash-tail): Add new optional argument
11702 `startup' and use it to conditionally display different texts for 11702 `startup' and use it to conditionally display different texts for
11703 Startup and About screens. Don't display Help commands on the About 11703 Startup and About screens. Don't display Help commands on the About
11704 screen. 11704 screen.
11705 (fancy-splash-screens-1): Remove function and move its content to 11705 (fancy-splash-screens-1): Remove function and move its content to
11706 `fancy-splash-screens' to the part that dislpays the About screen. 11706 `fancy-splash-screens' to the part that displays the About screen.
11707 (exit-splash-screen): Don't treat specially exiting from 11707 (exit-splash-screen): Don't treat specially exiting from
11708 alternating screens. 11708 alternating screens.
11709 (fancy-splash-screens): Rename argument `static' to `startup'. 11709 (fancy-splash-screens): Rename argument `static' to `startup'.
11710 Fix docstring. Remove code for displaying alternating screens. 11710 Fix docstring. Remove code for displaying alternating screens.
11711 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'. 11711 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
12194 * startup.el (display-startup-echo-area-message): Handle 12194 * startup.el (display-startup-echo-area-message): Handle
12195 `inhibit-startup-echo-area-message' here. 12195 `inhibit-startup-echo-area-message' here.
12196 (command-line-1): Moved from here. 12196 (command-line-1): Moved from here.
12197 (fancy-splash-screens): Use `overriding-local-map' instead of 12197 (fancy-splash-screens): Use `overriding-local-map' instead of
12198 `overriding-terminal-local-map' for now; the latter doesn't work 12198 `overriding-terminal-local-map' for now; the latter doesn't work
12199 right, it looses keypresses to another terminal. Use 12199 right, it loses keypresses to another terminal. Use
12200 `overriding-terminal-local-map' to set up keymap. Install a 12200 `overriding-terminal-local-map' to set up keymap. Install a
12201 `delete-frame-functions' hook to catch `delete-frame' events. 12201 `delete-frame-functions' hook to catch `delete-frame' events.
12202 Ignore `select-window' events to cope better with 12202 Ignore `select-window' events to cope better with
12203 `focus-follows-mouse'. Don't switch back to the original buffer 12203 `focus-follows-mouse'. Don't switch back to the original buffer
12204 if the splash frame has been killed. Restore previous buffer, even 12204 if the splash frame has been killed. Restore previous buffer, even
12784 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu> 12784 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
12785 12785
12786 * emulation/viper.el (viper-remove-hooks): Remove some additional 12786 * emulation/viper.el (viper-remove-hooks): Remove some additional
12787 viper hooks when the user calls viper-go-away. 12787 viper hooks when the user calls viper-go-away.
12788 (viper-go-away): Restore the default of default-major-mode. 12788 (viper-go-away): Restore the default of default-major-mode.
12789 Save the value of default-major-mode before vaperization. 12789 Save the value of default-major-mode before viperization.
12790 12790
12791 * emulation/viper-cmd.el: Replace error "" with "Viper bell". 12791 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
12792 12792
12793 * emulation/viper-ex.el: Replace error "" with "Viper bell". 12793 * emulation/viper-ex.el: Replace error "" with "Viper bell".
12794 12794
15704 (rcirc-server-name): Warn when the server-name hasn't been set. 15704 (rcirc-server-name): Warn when the server-name hasn't been set.
15705 (rcirc-window-configuration-change): Postpone work until 15705 (rcirc-window-configuration-change): Postpone work until
15706 post-command-hook. 15706 post-command-hook.
15707 (rcirc-window-configuration-change-1): Update mode-line and 15707 (rcirc-window-configuration-change-1): Update mode-line and
15708 overlay arrows here. 15708 overlay arrows here.
15709 (rcirc-authenticate): Fixc hanserv identification. 15709 (rcirc-authenticate): Fix hanserv identification.
15710 (rcirc-default-server): Remove variable. 15710 (rcirc-default-server): Remove variable.
15711 (rcirc): Connect according to rcirc-connections. 15711 (rcirc): Connect according to rcirc-connections.
15712 (rcirc-connections): Add variable. 15712 (rcirc-connections): Add variable.
15713 (rcirc-startup-channels-alist): Remove variable. 15713 (rcirc-startup-channels-alist): Remove variable.
15714 (rcirc-startup-channels): Remove function. 15714 (rcirc-startup-channels): Remove function.
16234 (xterm-mouse-event): Use it. 16234 (xterm-mouse-event): Use it.
16235 16235
16236 2007-05-25 Juanma Barranquero <lekktu@gmail.com> 16236 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
16237 16237
16238 * bs.el (bs-cycle-previous): Don't modify the cycle list until 16238 * bs.el (bs-cycle-previous): Don't modify the cycle list until
16239 `switch-to-buffer' has returned succesfully. 16239 `switch-to-buffer' has returned successfully.
16240 (bs-cycle-next): Ditto. Also, don't bury the buffer when the 16240 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
16241 window is dedicated (it could iconify the frame). 16241 window is dedicated (it could iconify the frame).
16242 16242
16243 2007-05-25 Miles Bader <miles@fencepost.gnu.org> 16243 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
16244 16244