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: Fri, 18 Apr 2003 09:53:27 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5046 emacs/lisp/ChangeLog:1.5047
*** emacs/lisp/ChangeLog:1.5046 Thu Apr 17 17:21:47 2003
--- emacs/lisp/ChangeLog        Fri Apr 18 09:53:18 2003
***************
*** 1,3 ****
--- 1,8 ----
+ 2003-04-18  Stefan Monnier  <address@hidden>
+ 
+       * view.el (view-read-only): Move to files.el.
+       * files.el (view-read-only): Move from view.el.
+ 
  2003-04-17  Stefan Monnier  <address@hidden>
  
        * files.el (view-read-only): Don't declare a second time.
***************
*** 359,364 ****
--- 364,411 ----
  
        * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
        the case of replacing multibyte characters.
+ 
+ 2003-04-09  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/bibtex.el: Update copyright and Author list.
+       Don't require `compile' since it seems unnecessary.
+       (bibtex-version): Remove.
+       (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
+       (bibtex-field-name-for-parsing): Don't make auto-buffer-local.
+       (bibtex-comment-start): Don't include the space.
+       (zmacs-regions, reporter-prompt-for-summary-p):
+       Declare to quieten the byte-compiler.
+       (bibtex-reference-key, bibtex-mode-syntax-table): Remove =
+       because it can't be part of a string's key.
+       (bibtex-parse-field-name): Use prog1.
+       (bibtex-font-lock-syntactic-keywords): New var.
+       (bibtex-font-lock-keywords): Remove the entry for @Comment.
+       (bibtex-search-entry): Simplify.
+       (bibtex-empty-re): New var.
+       (bibtex-format-entry): Slightly restructure some loops to avoid code
+       duplication.  Use looking-at rather than `substring + string-match'.
+       Use bibtex-empty-re (which removes unnecessary \(..\) in regexps).
+       Remove now unused end-name.  Use bibtex-find-crossref.
+       Don't downcase since case-fold-search is t.
+       (bibtex-autokey-get-yearfield): Use bibtex-find-crossref.
+       (bibtex-parse-keys): Use unless and push.
+       Parse even if bibtex-maintain-sorted-entries is nil.
+       (bibtex-complete): Use push.  Don't sort completions.
+       (bibtex-mode): Use push.  Update comment-start-skip.
+       Improve defun-prompt-regexp and outline-regexp.
+       Add bibtex-font-lock-syntactic-keywords to font-lock-defaults.
+       (bibtex-end-of-entry): Remove unused \(...\).
+       (bibtex-sort-key): New fun.
+       (bibtex-sort-buffer, bibtex-validate): Use it.
+       (bibtex-find-crossref): New fun.
+       (bibtex-validate): Use push & dolist; remove \(...\).
+       (bibtex-clean-entry): Use unless and friends.
+       Don't add the key to the list if the list hasn't been built yet.
+       (bibtex-fill-entry): Remove unused begin-name and end-name.
+       (bibtex-reformat): Kill local var instead of setting it to nil.
+       (bibtex-convert-alien): Use deactivate-mark rather than the
+       non-existent bibtex-mark-active variable.
+       (bibtex-String): Simplify.
  
  2003-04-09  Richard M. Stallman  <address@hidden>
  




reply via email to

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