comparison lisp/ChangeLog.8 @ 49505:1aba10ab73b4

Corrected misc. typos like missing : after file names, missing file name suffixes, and * used as prefix on non-file entries.
author Kim F. Storm <storm@cua.dk>
date Tue, 28 Jan 2003 23:49:11 +0000
parents 19880a4faa73
children e88404e8f2cf
comparison
equal deleted inserted replaced
49504:0ffb4e489776 49505:1aba10ab73b4
401 401
402 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to 402 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
403 `t' command key can change `reftex-toc-max-level' 403 `t' command key can change `reftex-toc-max-level'
404 (eval-when-compile (require 'cl)) added. 404 (eval-when-compile (require 'cl)) added.
405 405
406 * textmode/reftex-sel (reftex-insert-docstruct): Respect 406 * textmode/reftex-sel.el (reftex-insert-docstruct): Respect
407 `reftex-toc-max-level' 407 `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added.
408 (eval-when-compile (require 'cl)) added.
409 408
410 * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) 409 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
411 added. 410 added.
412 411
413 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl)) 412 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
584 a comment on the previous line instead of preserving the 583 a comment on the previous line instead of preserving the
585 comment-column. 584 comment-column.
586 585
587 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> 586 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
588 587
589 * Fixes to IDL mode after input from Eric Eide 588 Fixes to IDL mode after input from Eric Eide <eeide@cs.utah.edu>:
590 <eeide@cs.utah.edu>:
591 * cc-engine.el (c-beginning-of-statement-1): Allow 589 * cc-engine.el (c-beginning-of-statement-1): Allow
592 `c-conditional-key' to be nil, for the benefit of IDL mode. 590 `c-conditional-key' to be nil, for the benefit of IDL mode.
593 * cc-engine.el (c-guess-basic-syntax): Ditto. 591 * cc-engine.el (c-guess-basic-syntax): Ditto.
594 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class' 592 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
595 but do match CORBA 2.3 `valuetype'. 593 but do match CORBA 2.3 `valuetype'.
623 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob 621 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
624 behavior and return value as documented. 622 behavior and return value as documented.
625 623
626 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> 624 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
627 625
628 * Changes for new style variable init system: 626 Changes for new style variable init system:
629 * cc-langs.el (c-common-init): Dito. 627 * cc-langs.el (c-common-init): Dito.
630 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's 628 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
631 now customizable. 629 now customizable.
632 * cc-vars.el: Style variables may now take a value 630 * cc-vars.el: Style variables may now take a value
633 'set-from-style to make them take their value from the style 631 'set-from-style to make them take their value from the style
1331 (hippie-expand): Add :links. 1329 (hippie-expand): Add :links.
1332 (hippie-expand-try-functions-list): Customize. 1330 (hippie-expand-try-functions-list): Customize.
1333 1331
1334 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> 1332 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1335 1333
1336 * viper*el: Replaced old-style backquotes. 1334 * viper*.el: Replaced old-style backquotes.
1337 1335
1338 * ediff*el: Replaced old-style backquotes. 1336 * ediff*.el: Replaced old-style backquotes.
1339 1337
1340 * ediff-merge 1338 * ediff-merge.el (ediff-looks-like-combined-merge)
1341 (ediff-looks-like-combined-merge,ediff-get-combined-region): 1339 (ediff-get-combined-region):
1342 Changed to support the new format for ediff-combination-pattern. 1340 Changed to support the new format for ediff-combination-pattern.
1343 1341
1344 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): 1342 * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer):
1345 Changed to support the new format for ediff-combination-pattern. 1343 Changed to support the new format for ediff-combination-pattern.
1346 1344
1347 1999-11-24 Dave Love <fx@gnu.org> 1345 1999-11-24 Dave Love <fx@gnu.org>
1348 1346
1349 * custom.el (custom-declare-group): Purecopy DOC. 1347 * custom.el (custom-declare-group): Purecopy DOC.
1510 * progmodes/compile.el (compilation-parse-errors): Use 1508 * progmodes/compile.el (compilation-parse-errors): Use
1511 compilation-buffer-p instead of testing major-mode. 1509 compilation-buffer-p instead of testing major-mode.
1512 1510
1513 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> 1511 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
1514 1512
1515 * quickurl.el Added defcustom of quickurl-completion-ignore-case. 1513 * quickurl.el: Added defcustom of quickurl-completion-ignore-case.
1516 (quickurl-ask): completion-ignore-case is set to the value of 1514 (quickurl-ask): completion-ignore-case is set to the value of
1517 quickurl-completion-ignore-case for the duration of the call to 1515 quickurl-completion-ignore-case for the duration of the call to
1518 completing-read. 1516 completing-read.
1519 1517
1520 1999-11-18 Richard M. Stallman <rms@gnu.org> 1518 1999-11-18 Richard M. Stallman <rms@gnu.org>
5083 * international/iso-transl.el (iso-transl-language-alist): 5081 * international/iso-transl.el (iso-transl-language-alist):
5084 Interchange n and N. 5082 Interchange n and N.
5085 5083
5086 1999-05-31 Dave Love <fx@gnu.org> 5084 1999-05-31 Dave Love <fx@gnu.org>
5087 5085
5088 * msb.el Add to minor-mode-map-alist. Remove hook installation 5086 * msb.el: Add to minor-mode-map-alist. Remove hook installation
5089 and keymap munging on load. 5087 and keymap munging on load.
5090 (msb-mode): New option. 5088 (msb-mode): New option.
5091 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): 5089 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5092 Doc fix. 5090 Doc fix.
5093 (msb-mode-map): New variable. 5091 (msb-mode-map): New variable.
8234 move-to-column-force. 8232 move-to-column-force.
8235 8233
8236 8234
8237 1998-11-16 Dave Love <fx@gnu.org> 8235 1998-11-16 Dave Love <fx@gnu.org>
8238 8236
8239 * textmodes/sgml-mode.el Require skeleton when compiling. 8237 * textmodes/sgml-mode.el: Require skeleton when compiling.
8240 (sgml-font-lock-keywords-1): Accept single-letter tags. 8238 (sgml-font-lock-keywords-1): Accept single-letter tags.
8241 (v2): Defvar free variable. 8239 (v2): Defvar free variable.
8242 8240
8243 1998-11-16 Sam Steingold <sds@goems.com> 8241 1998-11-16 Sam Steingold <sds@goems.com>
8244 8242
8508 8506
8509 * mouse.el (mouse-drag-region): Fix typo. 8507 * mouse.el (mouse-drag-region): Fix typo.
8510 8508
8511 1998-11-02 Dave Love <fx@gnu.org> 8509 1998-11-02 Dave Love <fx@gnu.org>
8512 8510
8513 * progmodes/fortran.el Fix for fontification of strings lost somehow: 8511 * progmodes/fortran.el:
8512 Fix for fontification of strings lost somehow:
8514 (fortran-fontify-string): New function. 8513 (fortran-fontify-string): New function.
8515 (fortran-font-lock-keywords-1): Use it. 8514 (fortran-font-lock-keywords-1): Use it.
8516 8515
8517 1998-11-02 Markus Rost <rost@delysid.gnu.org> 8516 1998-11-02 Markus Rost <rost@delysid.gnu.org>
8518 8517