diff options
| -rw-r--r-- | lisp/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78721cf73db..93035f666b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,6 +8,53 @@ | |||
| 8 | * emacs-lisp/bytecomp.el (byte-compile-get-constant): | 8 | * emacs-lisp/bytecomp.el (byte-compile-get-constant): |
| 9 | For strings, do compare text properties. | 9 | For strings, do compare text properties. |
| 10 | 10 | ||
| 11 | 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 12 | |||
| 13 | * progmodes/compile.el (compile-auto-highlight) | ||
| 14 | (compilation-error-list, compilation-old-error-list) | ||
| 15 | (compilation-parse-errors-function, compilation-parsing-end) | ||
| 16 | (compilation-error-message, compilation-directory-stack) | ||
| 17 | (compilation-enter-directory-regexp-alist) | ||
| 18 | (compilation-leave-directory-regexp-alist) | ||
| 19 | (compilation-file-regexp-alist, compilation-nomessage-regexp-alist) | ||
| 20 | (compilation-current-file, compilation-regexps): Remove vars. | ||
| 21 | |||
| 22 | (compile-error-at-point, compilation-error-filedata) | ||
| 23 | (compilation-error-filedata-file-name, compile-reinitialize-errors) | ||
| 24 | (compilation-next-error-locus, compilation-forget-errors) | ||
| 25 | (count-regexp-groupings, compilation-parse-errors) | ||
| 26 | (compile-collect-regexps, compile-buffer-substring): Remove funs. | ||
| 27 | |||
| 28 | (compile-internal): Make obsolete. | ||
| 29 | |||
| 30 | (compilation-first-column, compilation-error) | ||
| 31 | (compilation-directory-matcher, compilation-page-delimiter) | ||
| 32 | (compilation-mode-font-lock-keywords, compilation-debug) | ||
| 33 | (compilation-error-face, compilation-warning-face) | ||
| 34 | (compilation-info-face, compilation-line-face) | ||
| 35 | (compilation-column-face, compilation-enter-directory-face) | ||
| 36 | (compilation-leave-directory-face, compilation-skip-threshold) | ||
| 37 | (compilation-skip-visited, compilation-context-lines): New vars. | ||
| 38 | |||
| 39 | (compilation-warning-face, compilation-info-face) | ||
| 40 | (compilation-message-face): New faces. | ||
| 41 | |||
| 42 | (compilation-error-regexp-alist-alist): New constant. | ||
| 43 | |||
| 44 | (compilation-face, compilation-directory-properties) | ||
| 45 | (compilation-assq, compilation-error-properties, compilation-start) | ||
| 46 | (define-compilation-mode, compilation-loop) | ||
| 47 | (compilation-set-window): New functions. | ||
| 48 | |||
| 49 | (compile): Additional argument for interactive compiles like TeX. | ||
| 50 | |||
| 51 | * progmodes/grep.el (kill-grep): Move here from compile.el | ||
| 52 | (grep-error, grep-hit-face, grep-error-face) | ||
| 53 | (grep-mode-font-lock-keywords): New variables. | ||
| 54 | (grep-regexp-alist): Simplify regexp and add `binary' case. | ||
| 55 | (grep-mode): New mode. | ||
| 56 | (grep-process-setup): Simplify. | ||
| 57 | |||
| 11 | 2004-03-11 Jason Rumney <jasonr@gnu.org> | 58 | 2004-03-11 Jason Rumney <jasonr@gnu.org> |
| 12 | 59 | ||
| 13 | * net/ldap.el (ldap-search-internal): Handle file URLs with drive | 60 | * net/ldap.el (ldap-search-internal): Handle file URLs with drive |