comparison lisp/ChangeLog @ 29593:f1e8c1d079fd

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Jun 2000 05:37:07 +0000
parents cf89b9b2ef40
children dc0508271204
comparison
equal deleted inserted replaced
29592:9d10c14d8199 29593:f1e8c1d079fd
1 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> 1 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
2
3 * startup.el (command-line): Only call menu-bar-mode if interactive.
4
5 * thingatpt.el (toplevel symbol-properties):
6 * textmodes/makeinfo.el (makeinfo-compile):
7 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8 * progmodes/hideif.el (hif-compress-define-list)
9 (hide-ifdef-use-define-alist):
10 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11 (ange-ftp-vms-add-file-entry):
12 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13 * man.el (Man-build-man-command):
14 * mail/rnewspost.el (news-reply-header-hook):
15 * info.el (Info-insert-dir):
16 * emulation/mlconvert.el (backward-word, forward-word, setq):
17 * emacs-lisp/gulp.el (gulp-send-requests):
18 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
19 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
20 (byte-optimize-apply, end of file):
21 * emacs-lisp/advice.el (ad-advice-class-completion-table)
22 (ad-make-freeze-definition):
23 * startup.el (command-line, command-line-1): Don't quote lambdas.
2 24
3 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies. 25 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
4 (cvs-cleanup-removed): New function. 26 (cvs-cleanup-removed): New function.
5 (cvs-cleanup-functions): New var. 27 (cvs-cleanup-functions): New var.
6 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user 28 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user