emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 07 Jul 2003 11:24:44 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5265 emacs/lisp/ChangeLog:1.5266
*** emacs/lisp/ChangeLog:1.5265 Sun Jul  6 15:09:10 2003
--- emacs/lisp/ChangeLog        Mon Jul  7 11:24:40 2003
***************
*** 1,3 ****
--- 1,15 ----
+ 2003-07-07  Stefan Monnier  <address@hidden>
+ 
+       * info.el (Info-menu): Use Info-menu-entry-name-re.
+ 
+ 2003-07-06  Stefan Monnier  <address@hidden>
+ 
+       * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
+       * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
+ 
+       * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
+       to match the same text.
+ 
  2003-07-06  John Paul Wallington  <address@hidden>
  
        * vc.el (vc-annotate-offset): Move defvar up.
***************
*** 9,39 ****
  
  2003-07-05  Martin Stjernholm  <address@hidden>
  
!       * files.el (auto-mode-alist, interpreter-mode-alist): Removed
!       entries to CC Mode modes to avoid duplicates; they are now added
        with autoload directives in cc-mode.el.
  
  2003-07-05  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist,
!       c-lang-variable-inits, c-lang-variable-inits-tail): The values of
        these are changed, so declare them as variables and not constants.
  
!       * progmodes/cc-mode.el: Fixed some autoload problems: Try to
        ensure that the entry for ".c" extension comes before the one for
!       ".C" on `auto-mode-alist', to behave better on case insensitive
!       OS:es.  Fixed incorrect entries that were added to
!       `interpreter-mode-alist'.  Moved the autoload directives for AWK
!       to the top level since they aren't recognized anywhere else.  Do
!       not use the new AWK mode doc in the autoload form for the old AWK
!       mode.
  
  2003-06-30  Roland Winkler  <address@hidden>
  
!       * textmodes/bibtex.el (bibtex-sort-entry-class): new entry
!       catch-all.
!       (bibtex-sort-ignore-string-entries): default value t.
!       (bibtex-entry-kill-ring-max): Reintroduced as it was removed
        erroneously in previous version.
        (bibtex-string-files): Docstring reflects new parsing scheme.
        (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
--- 21,49 ----
  
  2003-07-05  Martin Stjernholm  <address@hidden>
  
!       * files.el (auto-mode-alist, interpreter-mode-alist):
!       Remove entries to CC Mode modes to avoid duplicates; they are now added
        with autoload directives in cc-mode.el.
  
  2003-07-05  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
!       (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
        these are changed, so declare them as variables and not constants.
  
!       * progmodes/cc-mode.el: Fix some autoload problems: Try to
        ensure that the entry for ".c" extension comes before the one for
!       ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
!       Fix incorrect entries that were added to `interpreter-mode-alist'.
!       Move the autoload directives for AWK to the top level since they
!       aren't recognized anywhere else.  Do not use the new AWK mode doc
!       in the autoload form for the old AWK mode.
  
  2003-06-30  Roland Winkler  <address@hidden>
  
!       * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
!       (bibtex-sort-ignore-string-entries): Default value t.
!       (bibtex-entry-kill-ring-max): Reintroduce as it was removed
        erroneously in previous version.
        (bibtex-string-files): Docstring reflects new parsing scheme.
        (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
***************
*** 56,67 ****
        (bibtex-autokey-name-year-separator)
        (bibtex-autokey-year-title-separator)
        (bibtex-autokey-before-presentation-function)
!       (bibtex-entry-type-history, bibtex-entry-maybe-empty-head): Fix
!       docstring.
!       (bibtex-strings, bibtex-reference-keys): Use
!       lazy-completion-table and make-variable-buffer-local.
!       (bibtex-sort-entry-class-alist): Use downcase, account for
!       catch-all.
        (bibtex-braced-string-syntax-table)
        (bibtex-quoted-string-syntax-table): New variables.
        (bibtex-parse-nested-braces): Remove.
--- 66,76 ----
        (bibtex-autokey-name-year-separator)
        (bibtex-autokey-year-title-separator)
        (bibtex-autokey-before-presentation-function)
!       (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
!       Fix docstring.
!       (bibtex-strings, bibtex-reference-keys):
!       Use lazy-completion-table and make-variable-buffer-local.
!       (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
        (bibtex-braced-string-syntax-table)
        (bibtex-quoted-string-syntax-table): New variables.
        (bibtex-parse-nested-braces): Remove.
***************
*** 77,83 ****
        (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
        (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
        (bibtex-skip-to-valid-entry): Return buffer position of beginning
!       and ending of entry. Update for changes of bibtex-search-entry.
        Simplify.
        (bibtex-map-entries): FUN is called with three arguments.
        (bibtex-search-entry): Return a cons pair with buffer positions of
--- 86,92 ----
        (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
        (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
        (bibtex-skip-to-valid-entry): Return buffer position of beginning
!       and ending of entry.  Update for changes of bibtex-search-entry.
        Simplify.
        (bibtex-map-entries): FUN is called with three arguments.
        (bibtex-search-entry): Return a cons pair with buffer positions of
***************
*** 103,127 ****
        (bibtex-make-field): Fix docstring. Simplify.
        (bibtex-beginning-of-entry): Always return new position of point.
        (bibtex-end-of-entry): Rearrange cond clauses.
!       (bibtex-count-entries, bibtex-validate, bibtex-reformat): Update
!       for changes of bibtex-map-entries.
        (bibtex-ispell-abstract): Do not move point.
        (bibtex-entry-index): Use downcase. Simplify.
        (bibtex-lessp): Handle catch-all.
!       (bibtex-find-crossref): Turned into a command.
        (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
        (bibtex-clean-entry): Use bibtex-read-key. Handle string and
        preamble entries.
        (bibtex-fill-field-bounds): New function.
!       (bibtex-fill-field): New command. Bound to
!       fill-paragraph-function.
        (bibtex-fill-entry): Use bibtex-fill-field-bounds
!       (bibtex-String): Use bibtex-strings. Always obey
        bibtex-sort-ignore-string-entries.
  
  2003-07-05  John Paul Wallington  <address@hidden>
  
!       * cus-theme.el (customize-create-theme): 
        Call `customize-create-theme' in Reset widget's notify function.
  
        * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
--- 112,135 ----
        (bibtex-make-field): Fix docstring. Simplify.
        (bibtex-beginning-of-entry): Always return new position of point.
        (bibtex-end-of-entry): Rearrange cond clauses.
!       (bibtex-count-entries, bibtex-validate, bibtex-reformat):
!       Update for changes of bibtex-map-entries.
        (bibtex-ispell-abstract): Do not move point.
        (bibtex-entry-index): Use downcase. Simplify.
        (bibtex-lessp): Handle catch-all.
!       (bibtex-find-crossref): Turn into a command.
        (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
        (bibtex-clean-entry): Use bibtex-read-key. Handle string and
        preamble entries.
        (bibtex-fill-field-bounds): New function.
!       (bibtex-fill-field): New command. Bound to fill-paragraph-function.
        (bibtex-fill-entry): Use bibtex-fill-field-bounds
!       (bibtex-String): Use bibtex-strings.  Always obey
        bibtex-sort-ignore-string-entries.
  
  2003-07-05  John Paul Wallington  <address@hidden>
  
!       * cus-theme.el (customize-create-theme):
        Call `customize-create-theme' in Reset widget's notify function.
  
        * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]