comparison etc/NEWS @ 57054:0b058857c704

(bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun. (bibtex-autokey-titleword-ignore): Regexp is used in a case insensitive env. (bibtex-mode-map): Rearrange order of menus. (bibtex-quoted-string-re): Obsolete. (bibtex-complete-key-cleanup): Variable replaced by new function. (bibtex-font-lock-keywords): Use backquotes. (bibtex-font-lock-url-regexp): New internal variable. (bibtex-name-in-field): New opt arg remove-opt-alt to remove "OPT" and "ALT". (bibtex-insert-current-kill, bibtex-make-field) (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless. (bibtex-parse-field-text): Simplify. (bibtex-string=): New helper function. (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title. (bibtex-map-entries): Use bibtex-string=. (bibtex-search-entry): Use not. (bibtex-enclosing-field): Fix docstring. (bibtex-assoc-regexp): Obsolete. (bibtex-format-entry): Use assoc-string and bibtex-string=. (bibtex-autokey-get-names): Handle empty name field. (bibtex-parse-strings): Use assoc-string and unless. (bibtex-complete-string-cleanup): Expansion list is passed as an argument. Use assoc-string. (bibtex-pop): Simplify. (bibtex-mode): Set font-lock-extra-managed-props. (bibtex-entry-update): Use assoc-string. (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD. (bibtex-autofill-entry): Use bibtex-string=. (bibtex-print-help-message): Simplify. (bibtex-find-entry): New optional arg START. (bibtex-validate): Use bibtex-string= and assoc-string. Do not call obsolete function compilation-parse-errors. (bibtex-remove-delimiters): Only remove delimiters if present. (bibtex-copy-entry-as-kill): Add docstring. (bibtex-clean-entry): Use bibtex-string=. Handle empty keys. Detect duplicate keys if bibtex-maintain-sorted-entries is nil. (bibtex-complete): Use bibtex-predefined-month-strings, bibtex-string=, and new function bibtex-complete-key-cleanup. (bibtex-generate-url-list): New variable. (bibtex-url): New command bound to C-c C-l and mouse-2. (bibtex-url-map): New local keymap for bibtex-url-mouse. (bibtex-font-lock-url): New function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Sep 2004 21:24:50 +0000
parents f7a178c7c443
children 57af72a4846c
comparison
equal deleted inserted replaced
57053:abdfb8ccbb2b 57054:0b058857c704
615 615
616 ** Support for the SQLite interpreter has been added to sql.el by calling 616 ** Support for the SQLite interpreter has been added to sql.el by calling
617 'sql-sqlite'. 617 'sql-sqlite'.
618 618
619 ** BibTeX mode: 619 ** BibTeX mode:
620 *** The new command bibtex-url browses a URL for the BibTeX entry at
621 point (bound to C-c C-l and mouse-2 on clickable fields).
620 *** The new command bibtex-entry-update (bound to C-c C-u) updates 622 *** The new command bibtex-entry-update (bound to C-c C-u) updates
621 an existing BibTeX entry. 623 an existing BibTeX entry.
622 *** New `bibtex-entry-format' option `required-fields', enabled by default. 624 *** New `bibtex-entry-format' option `required-fields', enabled by default.
623 *** bibtex-maintain-sorted-entries can take values `plain', 625 *** bibtex-maintain-sorted-entries can take values `plain',
624 `crossref', and `entry-class' which control the sorting scheme used 626 `crossref', and `entry-class' which control the sorting scheme used