summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-02-151-0/+140
|
* (bibtex-mode): Replaced manual splitting of pathGerd Moellmann2000-02-151-878/+983
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at ':' characters by call to split-string. Added RCS version identification. Some temporary comments removed. (bibtex-field-name, bibtex-entry-type): Made the relationship explicit. (bibtex-field-const): Allow capital letters. (bibtex-start-of-string): Deleted because unused. Unified some nomenclature. We no longer use the term 'reference' to describe a bibtex entry as a whole. Further, reference keys are no longer called 'labels'. (bibtex-keys): Renamed to bibtex-reference-keys. (bibtex-reformat-previous-labels): Renamed to bibtex-reformat-previous-reference-keys. (bibtex-reference-type): Renamed to bibtex-entry-type. (bibtex-reference-head): Renamed to bibtex-entry-head. (bibtex-reference-maybe-empty-head): Renamed to bibtex-entry-maybe-empty-head. (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. (bibtex-search-reference): Renamed to bibtex-search-entry. (bibtex-enclosing-reference-maybe-empty-head): Renamed to bibtex-enclosing-entry-maybe-empty-head. (bibtex-entry-field-alist, bibtex-entry-head, bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, bibtex-map-entries, bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, bibtex-find-entry-location, bibtex-validate, bibtex-find-text, bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, bibtex-complete-key, bibtex-String) : Use the new nomenclature. (bibtex-strings, bibtex-keys): Removed redundant comment. (bibtex-format-field-delimiters): New function, functionality extracted from bibtex-format-entry. (bibtex-autokey-get-yearfield-digits): New function, functionality extracted from bibtex-autokey-get-yearfield. Completely reimplemented parsing of bibtex entries in order to avoid stack overflow in the regexp matcher if field contents become large. (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, bibtex-field-string-part-not-braced, bibtex-field-string-part-no-inner-braces, bibtex-field-string-part-1-inner-brace, bibtex-field-string-part-2-inner-braces, bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, bibtex-field-string-quoted, bibtex-field-string, bibtex-field-string-or-const, bibtex-field-text, bibtex-field, bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted as parsing is now performed by the following functions. (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, bibtex-parse-field-string, bibtex-search-forward-field-string, bibtex-parse-association, bibtex-field-name-for-parsing, bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, bibtex-search-forward-field, bibtex-search-backward-field, bibtex-start-of-field, bibtex-end-of-field, bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, bibtex-parse-string-prefix, bibtex-parse-string-postfix, bibtex-parse-string, bibtex-search-forward-string, bibtex-search-backward-string, bibtex-start-of-string, bibtex-end-of-string, bibtex-start-of-reference-key-in-string, bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, bibtex-end-of-text-in-string): New functions for the parsing of bibtex entries. Instead of reporting the results of the parsing by match-beginning or match-end, these functions return data structures that hold the corresponding positions. (bibtex-enclosing-field): Changed to also report field boundaries by return values rather than by match-beginning or match-end. The following functions have been adapted to use the new parsing functions. (bibtex-skip-to-valid-entry, bibtex-search-reference, bibtex-enclosing-field, bibtex-format-entry, bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, bibtex-print-help-message, bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new method for parsing. (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, bibtex-map-entries, bibtex-flash-head, bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, bibtex-autokey-change, bibtex-autokey-get-namefield, bibtex-autokey-get-names, bibtex-autokey-get-titlestring, bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in order to make the new binding of case-fold-search immediately visible. Copyright notice is up to date. Added constant 'bibtex-maintainer-salutation. (bibtex-mode): use with-temp-buffer rather than make-temp-name, use match-string-no-properties and eliminate a quadratic behavior when building bibtex-strings. (bibtex-reference-key): Accept string entries whose reference key contains upper case letters. (bibtex-reference-head): Allow entries to start with a new line. Hiding of entry bodies is not longer provided by bibtex.el directly. Instead the hideshow package can be used. Added a special bibtex entry to hs-special-modes-alist. (bibtex-hs-forward-sexp): Added for hideshow.el. (bibtex-entry-field-alist): Added booktitle field to proceedings entry type (for cross referencing). Thanks to Wagner Toledo Correa for the suggestion. Added `reftex-view-crossref-from-bibtex' to menu.
* Setup case table for Vietnamese.Kenichi Handa2000-02-131-0/+8
|
* *** empty log message ***Kenichi Handa2000-02-131-0/+4
|
* *** empty log message ***Gerd Moellmann2000-02-121-0/+17
|
* (toplevel): Require CL at compile time.Gerd Moellmann2000-02-121-7/+5
| | | | (uniquify-push): Removed.
* (shadow-when): Removed.Gerd Moellmann2000-02-121-23/+14
|
* (tempo-dolist, tempo-mapc): Removed.Gerd Moellmann2000-02-121-18/+1
| | | | | (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
* (sgml-mode-common): Remove `$' from regexp for paragraph-start.Gerd Moellmann2000-02-121-1/+1
|
* (rmail-dont-reply-to): Remove leading commas as well.Gerd Moellmann2000-02-121-1/+1
|
* *** empty log message ***Dave Love2000-02-101-0/+22
|
* Don't bother testing for defalias. Don't set up `caar' &c that we nowDave Love2000-02-101-2/+0
| | | | have.
* (widgets) [defgroup]: Remove url link.Dave Love2000-02-101-60/+30
| | | | | | | | | | | | | (widget-color-choice-list, widget-color-history, widget-mouse-help): Deleted. (widget-specify-field, widget-specify-button): Don't use widget-mouse-help as help-echo property. (default): Use #'ignore for :validate and :mouse-down-action. (checkbox): Add help-echo. (widget-sexp-validate): Rewritten to clarify error messages. (character): Use char-valid-p in :match function. (widget-color-complete): Use facemenu-color-alist. (widget-color-action): Use facemenu-read-color.
* (command-line-1): Don't call make-mode-line-mouse-sensitive.Dave Love2000-02-092-3/+13
|
* (mode-line-input-method-map): New variable.Dave Love2000-02-091-88/+73
| | | | | | | | (mode-line-mule-info): Use it; fix last change. (mode-line-mode-menu): Move definition. (mode-line-mouse-sensitive-p): Deleted. (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
* Make resourcestring a declaration region, like const and var.Ray Blaak2000-02-091-2/+5
|
* *** empty log message ***Gerd Moellmann2000-02-071-0/+6
|
* (rmail-retry-failure): UseGerd Moellmann2000-02-071-2/+2
| | | | | rmail-beginning-of-message before rmail-toggle-header, because the former toggles headers.
* (diff-kill-junk): New interactive function.Stefan Monnier2000-02-072-18/+60
| | | | | | | | (diff-reverse-direction): Use delete-and-extract-region. (diff-post-command-hook): Restrict the area so that the hook also works outside of any diff hunk. This is necessary for the minor-mode. (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist. (diff-minor-mode): Setup the hooks for header-hunk rewriting.
* (font-lock-keywords): Fix doc for multiline matches.Stefan Monnier2000-02-072-36/+60
| | | | | | | | | | | | | | | | | | (font-lock-add-keywords): Make it work even if font-lock-mode is nil, so that it can be used more easily in <foo>-mode-hook. Also make sure to avoid duplicate entries. (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'. (font-lock-remove-keywords): Just as was done for `add', allow it to work even if font-lock-mode is nil. Also make sure we don't modify any pre-existing list by forcing a copy-sequence. Finally rename `major-mode' to `mode'. (font-lock-fontify-syntactic-anchored-keywords) (font-lock-fontify-anchored-keywords) (font-lock-fontify-keywords-region): Use line-end-position. Don't make `font-lock-multiline' local (it's now done in font-lock-set-defaults). (font-lock-set-defaults): Make `font-lock-multiline' local. Also move the `font-lock-fontified' creation to inside the `unless'.
* * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,Andrew Innes2000-02-061-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | around image definitions and prototypes. (gamma_correct) [WINDOWSNT]: New prototype. * w32term.c (x_make_frame_visible): Replace call to input_poll_signal with poll_for_input. * window.c [WINDOWSNT]: Include w32term.h. * xdisp.c [WINDOWSNT]: Include w32term.h. * makefile.nt: Add dependencies on w32gui.h. (OBJ1): Include atimer.obj. ($(BLD)\atimer.obj): New dependency rule. * w32.c (sigmask): New function (does nothing). (sigunblock): Ditto. * frame.c [WINDOWSNT]: Include w32term.h. * w32gui.h (struct W32FontStruct): Add ascent and descent slots. * lread.c (syms_of_lread): Fix literal newlines. * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around the string constant limit (2048 bytes) in MSVC. (main): Ditto.
* (x-handle-args): Comment out call to message.Andrew Innes2000-02-061-1/+1
|
* (install): Synchronize rules for compiling with Unix version.Andrew Innes2000-02-061-8/+43
|
* (mode-line-mule-info): Fix/extend last change.Dave Love2000-02-042-6/+33
|
* *** empty log message ***Dave Love2000-02-041-0/+7
|
* Version number and date updatedCarsten Dominik2000-02-042-3/+48
|
* (idlwave-shell-print): Fixed bug withCarsten Dominik2000-02-041-91/+188
| | | | | | | | | | | | | | | | | | | idlwave-shell-expression-overlay. Implemented printing of expressions on higher levels of the calling stack. (idlwave-shell-display-level-in-calling-stack): Restore stack level. (idlwave-retrieve-expression-from-level): New function. (idlwave-shell-last-calling-stack): Variable removed. (idlwave-shell-reset): Argument action reversed (`visible' to `hidden'). Also remove stop-line overlay. (idlwave-shell-calling-stack-routine): New variable. (idlwave-shell-parse-stack-and-display): Messages now display negative level numbers. (idlwave-shell-mode): Set `modeline-format'. (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21. (idlwave-shell-print-expression-function): New option.
* (idlwave-template): Respect `idlwave-abbrev-change-case'.Carsten Dominik2000-02-041-82/+130
| | | | | | | | | | | | (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, idlwave-while): respect `idlwave-reserved-word-upcase'. (idlwave-rw-case): New function. (idlwave-statement-match): Fixed problem with assignment regexp. (idlwave-font-lock-keywords): Improved regexp for keyword parameters. (idlwave-surround): New argument LENGTH to support padding of operators longer than 1 char.
* (idlwave-toolbar-add-everywhere, idlwave-toolbar-remove-everywhere):Carsten Dominik2000-02-041-55/+60
| | | | Keybindings prefix is now `tool-bar' instead of `toolbar'.
* RefTeX 4.11Carsten Dominik2000-02-048-8/+8
|
* (reftex-change-label): add `A-Z' to char class in regexp.Carsten Dominik2000-02-041-2/+2
|
* (reftex-with-special-syntax): Bind `case-fold-search' to nil.Carsten Dominik2000-02-041-2/+3
|
* (reftex-compile-variables): regexp-quote theCarsten Dominik2000-02-041-3/+4
| | | | environment names before they go into the section regexp.
* Replace completion-dolist with dolist.Dave Love2000-02-031-33/+8
|
* Replace tar-dolist, tar-dotimes with dolist, dotimes.Dave Love2000-02-031-44/+13
|
* *** empty log message ***Dave Love2000-02-021-0/+29
|
* Change maintainer.Dave Love2000-02-022-2/+3
|
* (cl-builtin-gethash, cl-builtin-remhash, cl-builtin-clrhash)Dave Love2000-02-021-18/+5
| | | | | (cl-builtin-maphash): Remove definitions. Use the new builtins directly.
* *** empty log message ***Gerd Moellmann2000-02-022-0/+1283
|
* Use bytecomp-load-hook, not emacs-lisp-mode-hook.Dave Love2000-02-021-8/+1
| | | | Don't check for defalias being defined.
* (ange-ftp-write-region): Handle case thatGerd Moellmann2000-02-021-0/+3
| | | | succeeding process operation sets a different coding system.
* Run bytecomp-load-hook.Dave Love2000-02-021-1/+3
|
* (whitespace): Add :version to defgroup.Dave Love2000-02-021-0/+1
|
* (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):Dave Love2000-02-021-2/+2
| | | | Doc fix.
* (sexp-at-point, symbol-at-point)Dave Love2000-02-021-0/+4
| | | | (number-at-point, list-at-point): Add autoload cookie.
* (recentf): Add :version to defgroup.Dave Love2000-02-021-0/+1
|
* (quickurl): Add :version to defgroup.Dave Love2000-02-021-0/+1
|
* (elide-head): Use point-marker more.Dave Love2000-02-021-1/+1
|
* Fix keywords comment.Dave Love2000-02-021-1/+1
|
* (bs): Add :version to defgroup.Dave Love2000-02-021-1/+2
|