diff options
| author | Dan Nicolaescu | 2007-11-27 06:57:07 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-27 06:57:07 +0000 |
| commit | 73e72da43b94e48189a4ff9fe711d36c6593d8e1 (patch) | |
| tree | acb258e369e6e24d1b6fc1f4afd986c1051d55d2 /lisp/ChangeLog | |
| parent | d3b913571ad6e9dec29a3cf1e5733c8c572f3e47 (diff) | |
| download | emacs-73e72da43b94e48189a4ff9fe711d36c6593d8e1.tar.gz emacs-73e72da43b94e48189a4ff9fe711d36c6593d8e1.zip | |
* progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify
byte compiler.
(cperl-mode): Use with-no-warnings for setting vc-header-alist.
* progmodes/idlwave.el (idlwave-shell-get-path-info)
(idlwave-shell-temp-file, idlwave-shell-is-running)
(widget-value, comint-dynamic-complete-filename, Info-goto-node):
* progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
(idlwave-all-method-classes, idlwave-all-method-keyword-classes)
(idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
(idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
(idlwave-completing-read, idlwave-current-routine)
(idlwave-downcase-safe, idlwave-entry-find-keyword)
(idlwave-expand-keyword, idlwave-find-class-definition)
(idlwave-find-inherited-class, idlwave-find-struct-tag)
(idlwave-get-buffer-visiting, idlwave-in-quote)
(idlwave-make-full-name, idlwave-members-only)
(idlwave-popup-select, idlwave-routine-source-file)
(idlwave-routines, idlwave-sintern-class)
(idlwave-sintern-keyword, idlwave-sintern-method)
(idlwave-sintern-routine-or-method)
(idlwave-substitute-link-target, idlwave-sys-dir)
(idlwave-this-word, idlwave-what-module-find-class)
(idlwave-where):
* progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
* mail/uce.el (rmail-msg-is-pruned)
(rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
(rmail-toggle-header):
* mail/sendmail.el (dired-view-file, dired-get-filename):
* mail/rmailkwd.el (rmail-maybe-set-message-counters)
(rmail-display-labels, rmail-msgbeg)
(rmail-set-message-deleted-p, rmail-message-labels-p)
(rmail-show-message, mail-comma-list-regexp)
(mail-parse-comma-list):
* mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
(rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
(rfc822-addresses, mail-abbrev-make-syntax-table)
(mail-sendmail-delimit-header, mail-header-end):
* mail/hashcash.el (message-narrow-to-headers-or-head)
(message-fetch-field, message-goto-eoh)
(message-narrow-to-headers):
* vc.el (view-mode-exit): Declare as functions.
* mail/vms-pmail.el:
* vmsproc.el:
* vms-patch.el: Don't byte compile these files, they don't work.
* Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
compiled anymore.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46d7a065313..d139dc3d3ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify | ||
| 4 | byte compiler. | ||
| 5 | (cperl-mode): Use with-no-warnings for setting vc-header-alist. | ||
| 6 | |||
| 7 | * progmodes/idlwave.el (idlwave-shell-get-path-info) | ||
| 8 | (idlwave-shell-temp-file, idlwave-shell-is-running) | ||
| 9 | (widget-value, comint-dynamic-complete-filename, Info-goto-node): | ||
| 10 | * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion) | ||
| 11 | (idlwave-all-method-classes, idlwave-all-method-keyword-classes) | ||
| 12 | (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc) | ||
| 13 | (idlwave-class-found-in, idlwave-class-or-superclass-with-tag) | ||
| 14 | (idlwave-completing-read, idlwave-current-routine) | ||
| 15 | (idlwave-downcase-safe, idlwave-entry-find-keyword) | ||
| 16 | (idlwave-expand-keyword, idlwave-find-class-definition) | ||
| 17 | (idlwave-find-inherited-class, idlwave-find-struct-tag) | ||
| 18 | (idlwave-get-buffer-visiting, idlwave-in-quote) | ||
| 19 | (idlwave-make-full-name, idlwave-members-only) | ||
| 20 | (idlwave-popup-select, idlwave-routine-source-file) | ||
| 21 | (idlwave-routines, idlwave-sintern-class) | ||
| 22 | (idlwave-sintern-keyword, idlwave-sintern-method) | ||
| 23 | (idlwave-sintern-routine-or-method) | ||
| 24 | (idlwave-substitute-link-target, idlwave-sys-dir) | ||
| 25 | (idlwave-this-word, idlwave-what-module-find-class) | ||
| 26 | (idlwave-where): | ||
| 27 | * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer): | ||
| 28 | * mail/uce.el (rmail-msg-is-pruned) | ||
| 29 | (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend) | ||
| 30 | (rmail-toggle-header): | ||
| 31 | * mail/sendmail.el (dired-view-file, dired-get-filename): | ||
| 32 | * mail/rmailkwd.el (rmail-maybe-set-message-counters) | ||
| 33 | (rmail-display-labels, rmail-msgbeg) | ||
| 34 | (rmail-set-message-deleted-p, rmail-message-labels-p) | ||
| 35 | (rmail-show-message, mail-comma-list-regexp) | ||
| 36 | (mail-parse-comma-list): | ||
| 37 | * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg) | ||
| 38 | (rmail-summary-mark-undeleted, rmail-summary-mark-deleted) | ||
| 39 | (rfc822-addresses, mail-abbrev-make-syntax-table) | ||
| 40 | (mail-sendmail-delimit-header, mail-header-end): | ||
| 41 | * mail/hashcash.el (message-narrow-to-headers-or-head) | ||
| 42 | (message-fetch-field, message-goto-eoh) | ||
| 43 | (message-narrow-to-headers): | ||
| 44 | * vc.el (view-mode-exit): Declare as functions. | ||
| 45 | |||
| 46 | * mail/vms-pmail.el: | ||
| 47 | * vmsproc.el: | ||
| 48 | * vms-patch.el: Don't byte compile these files, they don't work. | ||
| 49 | |||
| 1 | 2007-11-27 Glenn Morris <rgm@gnu.org> | 50 | 2007-11-27 Glenn Morris <rgm@gnu.org> |
| 2 | 51 | ||
| 3 | * eshell/eshell.el (eshell-report-bug): Add version number of | 52 | * eshell/eshell.el (eshell-report-bug): Add version number of |