comparison lisp/ChangeLog.7 @ 75613:5312f189b375

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 02 Feb 2007 15:40:10 +0000
parents a841ab247b63
children dc23aaa67696
comparison
equal deleted inserted replaced
75612:9599324110d3 75613:5312f189b375
3090 (find-coding-systems-region-subset-p): Renamed from subset-p. 3090 (find-coding-systems-region-subset-p): Renamed from subset-p.
3091 (find-coding-systems-region): Use new name. 3091 (find-coding-systems-region): Use new name.
3092 (register-input-method): Rename argument. 3092 (register-input-method): Rename argument.
3093 (activate-input-method): If INPUT-METHOD is nil, deactivate. 3093 (activate-input-method): If INPUT-METHOD is nil, deactivate.
3094 3094
3095 1998-05-19 Ed Reingold <reingold@uiuc.edu> 3095 1998-05-19 Ed Reingold <reingold@uiuc.edu>
3096 3096
3097 * calendar/cal-tex.el (cal-tex-list-holidays): Rewritten. 3097 * calendar/cal-tex.el (cal-tex-list-holidays): Rewritten.
3098 3098
3099 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu> 3099 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
3100 3100
6258 1998-02-20 Kenichi Handa <handa@etl.go.jp> 6258 1998-02-20 Kenichi Handa <handa@etl.go.jp>
6259 6259
6260 * mail/rmail.el (rmail-decode-babyl-format): Message modified. 6260 * mail/rmail.el (rmail-decode-babyl-format): Message modified.
6261 (rmail): Comment for the binding of rmail-enable-multibyte added. 6261 (rmail): Comment for the binding of rmail-enable-multibyte added.
6262 6262
6263 1998-02-19 Kenichi Handa <handa@etl.go.jp> 6263 1998-02-19 Kenichi Handa <handa@etl.go.jp>
6264 6264
6265 * international/mule.el 6265 * international/mule.el
6266 (after-insert-file-set-buffer-file-coding-system): Call 6266 (after-insert-file-set-buffer-file-coding-system): Call
6267 set-buffer-multibyte instead of directly setting 6267 set-buffer-multibyte instead of directly setting
6268 enable-multibyte-characters to nil. 6268 enable-multibyte-characters to nil.
11841 (browse-url-temp-dir): New variable. 11841 (browse-url-temp-dir): New variable.
11842 (browse-url-of-buffer): Use browse-url-temp-dir. Don't construct 11842 (browse-url-of-buffer): Use browse-url-temp-dir. Don't construct
11843 a temporary file name which includes an arbitrary buffer name to 11843 a temporary file name which includes an arbitrary buffer name to
11844 avoid losing on non-unixy systems. 11844 avoid losing on non-unixy systems.
11845 11845
11846 1997-08-20 22:06:10 1997 Vinicius Jose Latorre <vinicius@cpqd.br> 11846 1997-08-20 Vinicius Jose Latorre <vinicius@cpqd.br>
11847 11847
11848 * ps-print.el: A lot of comment and doc fixes. 11848 * ps-print.el: A lot of comment and doc fixes.
11849 Replace: 'nil by nil, '() by nil, 't by t. 11849 Replace: 'nil by nil, '() by nil, 't by t.
11850 (ps-print-version): New version number (3.05). 11850 (ps-print-version): New version number (3.05).
11851 (ps-zebra-stripe, ps-number-of-zebra, ps-line-number) 11851 (ps-zebra-stripe, ps-number-of-zebra, ps-line-number)
12209 12209
12210 1997-08-12 Per Abrahamsen <abraham@dina.kvl.dk> 12210 1997-08-12 Per Abrahamsen <abraham@dina.kvl.dk>
12211 12211
12212 * wid-edit.el (widget-before-change): Obey `inhibit-read-only'. 12212 * wid-edit.el (widget-before-change): Obey `inhibit-read-only'.
12213 12213
12214 1997-08-12 +03 Eli Zaretskii <eliz@is.elta.co.il> 12214 1997-08-12 Eli Zaretskii <eliz@is.elta.co.il>
12215 12215
12216 * add-log.el (change-log-font-lock-keywords): Don't consider 12216 * add-log.el (change-log-font-lock-keywords): Don't consider
12217 a closeparen as part of a function or variable name. 12217 a closeparen as part of a function or variable name.
12218 12218
12219 1997-08-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 12219 1997-08-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
12983 12983
12984 * progmodes/make-mode.el (makefile-space-face): Add defface. 12984 * progmodes/make-mode.el (makefile-space-face): Add defface.
12985 (makefile-define-space-face): Function deleted. 12985 (makefile-define-space-face): Function deleted.
12986 (makefile-mode): Don't call makefile-define-space-font. 12986 (makefile-mode): Don't call makefile-define-space-font.
12987 12987
12988 1997-07-28 Per Abrahamsen <abraham@dina.kvl.dk> 12988 1997-07-28 Per Abrahamsen <abraham@dina.kvl.dk>
12989 12989
12990 * cus-edit.el (customize-save-variable): New command. 12990 * cus-edit.el (customize-save-variable): New command.
12991 12991
12992 * wid-edit.el (widget-move): Use `previous-overlay-change' and 12992 * wid-edit.el (widget-move): Use `previous-overlay-change' and
12993 `next-overlay-change'. 12993 `next-overlay-change'.
16520 16520
16521 * wid-edit.el (widget-button-click): Didn't restore `mouse-face'. 16521 * wid-edit.el (widget-button-click): Didn't restore `mouse-face'.
16522 16522
16523 * widget.el: Removed :hide-front-space and :hide-rear-space. 16523 * widget.el: Removed :hide-front-space and :hide-rear-space.
16524 16524
16525 1997-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 16525 1997-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
16526 16526
16527 * informat.el (Info-tagify): Don't set Info-tag-table-marker 16527 * informat.el (Info-tagify): Don't set Info-tag-table-marker
16528 if not in Info mode. 16528 if not in Info mode.
16529 16529
16530 1997-06-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 16530 1997-06-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
16773 (format-decode): Use format-decode-run-method. 16773 (format-decode): Use format-decode-run-method.
16774 16774
16775 * startup.el (command-line): Detect Latin-N character sets 16775 * startup.el (command-line): Detect Latin-N character sets
16776 from envvars, both for multibyte mode and single-byte mode. 16776 from envvars, both for multibyte mode and single-byte mode.
16777 16777
16778 1997-05-31 Per Abrahamsen <abraham@dina.kvl.dk> 16778 1997-05-31 Per Abrahamsen <abraham@dina.kvl.dk>
16779 16779
16780 * cus-edit.el (custom-format-handler): Don't show links for hidden 16780 * cus-edit.el (custom-format-handler): Don't show links for hidden
16781 items. 16781 items.
16782 16782
16783 * wid-edit.el (widget-button-prefix): Move to `widget-button' group. 16783 * wid-edit.el (widget-button-prefix): Move to `widget-button' group.
17007 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 17007 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
17008 17008
17009 * cus-edit.el (custom-face-display-set): Define if not defined. 17009 * cus-edit.el (custom-face-display-set): Define if not defined.
17010 (custom-buffer-create-internal): Refer to the Emacs manual. 17010 (custom-buffer-create-internal): Refer to the Emacs manual.
17011 17011
17012 1997-05-29 Anders Holst (aho@nada.kth.se) 17012 1997-05-29 Anders Holst (aho@nada.kth.se)
17013 17013
17014 * hippie-exp.el (he-file-name-beg): Don't trigger on parts of 17014 * hippie-exp.el (he-file-name-beg): Don't trigger on parts of
17015 words with non-file chars. 17015 words with non-file chars.
17016 (he-lisp-symbol-beg): Use symbol syntax classes. 17016 (he-lisp-symbol-beg): Use symbol syntax classes.
17017 (he-dabbrev-as-symbol): New variable. 17017 (he-dabbrev-as-symbol): New variable.
21128 * simple.el (compose-mail): Doc fix. 21128 * simple.el (compose-mail): Doc fix.
21129 21129
21130 * sendmail.el (sendmail-send-it): If no recipients, don't run 21130 * sendmail.el (sendmail-send-it): If no recipients, don't run
21131 the mailer program. If there was also no fcc file, signal error. 21131 the mailer program. If there was also no fcc file, signal error.
21132 21132
21133 1996-12-15 Ake Stenhoff <etxaksf@aom.ericsson.se> 21133 1996-12-15 Ake Stenhoff <etxaksf@aom.ericsson.se>
21134 21134
21135 * imenu.el (imenu-generic-expression): Doc fix. 21135 * imenu.el (imenu-generic-expression): Doc fix.
21136 (imenu--make-index-alist): Do `widen' and save-restriction here. 21136 (imenu--make-index-alist): Do `widen' and save-restriction here.
21137 (imenu): Not here. 21137 (imenu): Not here.
21138 21138
21293 21293
21294 1996-12-06 Karl Heuer <kwzh@gnu.ai.mit.edu> 21294 1996-12-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
21295 21295
21296 * files.el (backup-buffer): Doc fix. 21296 * files.el (backup-buffer): Doc fix.
21297 21297
21298 1996-12-06 Ake Stenhoff <etxaksf@aom.ericsson.se> 21298 1996-12-06 Ake Stenhoff <etxaksf@aom.ericsson.se>
21299 21299
21300 * imenu.el (imenu): Support integers used as positions. 21300 * imenu.el (imenu): Support integers used as positions.
21301 21301
21302 1996-12-05 Michael Ernst <mernst@cs.washington.edu> 21302 1996-12-05 Michael Ernst <mernst@cs.washington.edu>
21303 21303
21700 * make-mode.el (makefile-font-lock-keywords): Accept - and . in 21700 * make-mode.el (makefile-font-lock-keywords): Accept - and . in
21701 variable names. 21701 variable names.
21702 21702
21703 * imenu.el (imenu-scanning-message): Use ellipsis. 21703 * imenu.el (imenu-scanning-message): Use ellipsis.
21704 21704
21705 * iso-acc.el (iso-langauges): Alphabetize list. 21705 * iso-acc.el (iso-languages): Alphabetize list.
21706 Add Catalan, Spanish, and Esperanto. 21706 Add Catalan, Spanish, and Esperanto.
21707 21707
21708 * dired.el (dired-insert-directory): Check for non-US LANG. 21708 * dired.el (dired-insert-directory): Check for non-US LANG.
21709 21709
21710 1996-10-24 Dave Gillespie <daveg@synaptics.com> 21710 1996-10-24 Dave Gillespie <daveg@synaptics.com>
21711 21711
21712 * cl-macs.el (lexical-let): Fixed a bug involving nested 21712 * cl-macs.el (lexical-let): Fixed a bug involving nested
21713 lexical contexts and macros. 21713 lexical contexts and macros.
21714 21714
21715 1996-10-23 Simon Marshall <simon@wombat.gnu.ai.mit.edu> 21715 1996-10-23 Simon Marshall <simon@wombat.gnu.ai.mit.edu>
21761 New variables for Font Lock support. 21761 New variables for Font Lock support.
21762 (simula-match-string-or-comment): New function for likewise. 21762 (simula-match-string-or-comment): New function for likewise.
21763 (simula-find-next-comment-region): Function deleted. 21763 (simula-find-next-comment-region): Function deleted.
21764 (simula-mode): Set font-lock-defaults. Add autoload cookie. 21764 (simula-mode): Set font-lock-defaults. Add autoload cookie.
21765 21765
21766 1996-10-20 Ake Stenhoff <etxaksf@aom.ericsson.se> 21766 1996-10-20 Ake Stenhoff <etxaksf@aom.ericsson.se>
21767 21767
21768 * cc-mode.el (cc-imenu-java-generic-expression): New variable. 21768 * cc-mode.el (cc-imenu-java-generic-expression): New variable.
21769 (java-mode): Set imenu-generic-expression. 21769 (java-mode): Set imenu-generic-expression.
21770 21770
21771 1996-10-20 Kevin Rodgers <kevinr@ihs.com> 21771 1996-10-20 Kevin Rodgers <kevinr@ihs.com>
22501 22501
22502 * hideif.el (hif-token-regexp): Move ! after !=. 22502 * hideif.el (hif-token-regexp): Move ! after !=.
22503 22503
22504 * loadup.el: Load frame.elc unconditionally. 22504 * loadup.el: Load frame.elc unconditionally.
22505 22505
22506 1996-09-12 Kevin Rodgers <kevinr@ihs.com> 22506 1996-09-12 Kevin Rodgers <kevinr@ihs.com>
22507 22507
22508 * loadhist.el (read-feature): New function. 22508 * loadhist.el (read-feature): New function.
22509 (unload-feature): Read FEATURE interactively with read-feature. 22509 (unload-feature): Read FEATURE interactively with read-feature.
22510 22510
22511 1996-09-11 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> 22511 1996-09-11 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
22714 * add-log.el (change-log-name): Don't treat MSDOS, NT specially. 22714 * add-log.el (change-log-name): Don't treat MSDOS, NT specially.
22715 22715
22716 * vc.el (vc-register-switches): New variable. 22716 * vc.el (vc-register-switches): New variable.
22717 (vc-backend-admin): Use vc-register-switches. 22717 (vc-backend-admin): Use vc-register-switches.
22718 22718
22719 1996-09-01 Vladimir Alexiev <vladimir@cs.ualberta.ca> 22719 1996-09-01 Vladimir Alexiev <vladimir@cs.ualberta.ca>
22720 22720
22721 * tmm.el (tmm-add-one-shortcut): New subroutine. 22721 * tmm.el (tmm-add-one-shortcut): New subroutine.
22722 (tmm-add-shortcuts): Code moved to tmm-add-one-shortcut. 22722 (tmm-add-shortcuts): Code moved to tmm-add-one-shortcut.
22723 Handle tmm-shortcut-style and tmm-shortcut-words. 22723 Handle tmm-shortcut-style and tmm-shortcut-words.
22724 (tmm-define-keys): Use suppress-keymap. 22724 (tmm-define-keys): Use suppress-keymap.
23027 (keyboard-translate-table): Add char-table-extra-slots property. 23027 (keyboard-translate-table): Add char-table-extra-slots property.
23028 23028
23029 * pc-select.el: Replace \n in doc strings. 23029 * pc-select.el: Replace \n in doc strings.
23030 (pc-selection-mode): Big doc fix. Don't bind f1. 23030 (pc-selection-mode): Big doc fix. Don't bind f1.
23031 23031
23032 1996-08-21 Michael Staats <michael@thp.Uni-Duisburg.DE> 23032 1996-08-21 Michael Staats <michael@thp.Uni-Duisburg.DE>
23033 23033
23034 * pc-select.el (forward-line-mark): New function. 23034 * pc-select.el (forward-line-mark): New function.
23035 (forward-line-nomark): New function. 23035 (forward-line-nomark): New function.
23036 (backward-line-mark): New function. 23036 (backward-line-mark): New function.
23037 (backward-line-nomark): New function. 23037 (backward-line-nomark): New function.