Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 776:79940b592197
[xemacs-hg @ 2002-03-15 07:43:14 by ben]
.cvsignore: ignore .tmp files that are getting auto-created by VC.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
alloc.c, emacs.c, lisp.h: add new -no-packages. make sure list of args for sorting is
actually correct. clean up arg parsing code.
xemacs.mak: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
| author | ben |
|---|---|
| date | Fri, 15 Mar 2002 07:43:43 +0000 |
| parents | 703228f54913 |
| children | e65d9cf16707 |
comparison
equal
deleted
inserted
replaced
| 775:7d972c3de90a | 776:79940b592197 |
|---|---|
| 1 2002-03-15 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * mule\chinese.el: | |
| 4 * mule\chinese.el (post-read-decode-hz): | |
| 5 * mule\chinese.el (pre-write-encode-hz): | |
| 6 * mule\japan-util.el (japanese-katakana-region): | |
| 7 * mule\japan-util.el (japanese-hiragana-region): | |
| 8 * mule\japan-util.el (japanese-zenkaku-region): | |
| 9 fix warnings. | |
| 10 | |
| 11 2002-03-15 Ben Wing <ben@xemacs.org> | |
| 12 | |
| 13 * behavior-defs.el (func-menu): | |
| 14 * behavior-defs.el (filladapt): | |
| 15 fix errors with require. | |
| 16 | |
| 17 * bytecomp-runtime.el: | |
| 18 * bytecomp-runtime.el (with-boundp): | |
| 19 * bytecomp-runtime.el (if-boundp): | |
| 20 * bytecomp-runtime.el (when-boundp): | |
| 21 * bytecomp-runtime.el (and-boundp): New. | |
| 22 * bytecomp-runtime.el (declare-boundp): | |
| 23 * bytecomp-runtime.el (globally-declare-boundp): | |
| 24 * bytecomp-runtime.el (with-fboundp): | |
| 25 * bytecomp-runtime.el (if-fboundp): | |
| 26 * bytecomp-runtime.el (when-fboundp): | |
| 27 * bytecomp-runtime.el (and-fboundp): New. | |
| 28 * bytecomp-runtime.el (declare-fboundp): | |
| 29 * bytecomp-runtime.el (globally-declare-fboundp): | |
| 30 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): | |
| 31 add new funs {when,and}-{f}boundp, clean up docs. | |
| 32 | |
| 33 * cus-edit.el (custom-save-variables): | |
| 34 pretty-print values. | |
| 35 | |
| 36 * dump-paths.el: | |
| 37 * dump-paths.el (startup-setup-paths): New. | |
| 38 * find-paths.el: | |
| 39 * startup.el (command-switch-alist): | |
| 40 * startup.el (command-line-do-help): | |
| 41 * startup.el (normal-top-level): | |
| 42 * startup.el (command-line-early): | |
| 43 * startup.el (command-line): | |
| 44 * startup.el (startup-find-roots-warning): | |
| 45 * startup.el (startup-setup-paths): Removed. | |
| 46 * startup.el (startup-load-autoloads): | |
| 47 * setup-paths.el: | |
| 48 fix problems/inconsistencies parsing options. support new | |
| 49 -no-packages option. merge code duplication in dump-paths and | |
| 50 startup. | |
| 51 | |
| 52 * lisp-mode.el: | |
| 53 * lisp-mode.el (lisp-indent-function): | |
| 54 * lisp-mode.el (while): | |
| 55 indent macrolet and labels correctly. update comments about | |
| 56 lisp-indent-function. flet already handled in cl. | |
| 57 | |
| 58 * apropos.el (apropos-safe-documentation): | |
| 59 * auto-save.el (make-auto-save-file-name): | |
| 60 * buff-menu.el (default-list-buffers-identification): | |
| 61 * cl-extra.el (cl-map-intervals): | |
| 62 * dragdrop.el (experimental-dragdrop-drop-url-default): | |
| 63 * faces.el ((color '(red green blue yellow))): | |
| 64 * files.el (recover-session): | |
| 65 * files.el (file-remote-p): | |
| 66 * fill.el (find-space-insertable-point): | |
| 67 * font-lock.el (font-lock-thing-lock-cleanup): | |
| 68 * font-lock.el (font-lock-after-fontify-buffer): | |
| 69 * font.el (font-blink-initialize): | |
| 70 * gtk-faces.el (*try-oblique-before-italic-fonts*): Removed. | |
| 71 * gtk-faces.el (try-oblique-before-italic-fonts): New. | |
| 72 * gtk-faces.el ('*try-oblique-before-italic-fonts*): New. | |
| 73 * gtk-faces.el (gtk-make-font-italic): | |
| 74 * gtk-faces.el (gtk-make-font-bold-italic): | |
| 75 * gui.el (insert-gui-button): | |
| 76 * help.el (xemacs-www-page): | |
| 77 * help.el (xemacs-www-faq): | |
| 78 * hyper-apropos.el (hyper-apropos-find-function): | |
| 79 * hyper-apropos.el (hyper-apropos-find-variable): | |
| 80 * info.el (Info-find-node): | |
| 81 * isearch-mode.el (isearch-help-or-delete-char): | |
| 82 * keymap.el (kbd): | |
| 83 * lisp-mnt.el (lm-report-bug): | |
| 84 * mouse.el (mouse-eval-sexp): | |
| 85 * package-admin.el (package-admin-check-manifest): | |
| 86 * package-get.el (package-get-update-base-from-buffer): | |
| 87 * package-get.el (package-get-staging-dir): | |
| 88 * printer.el (generic-print-region): | |
| 89 * process.el (shell-command): | |
| 90 * process.el (shell-quote-argument): | |
| 91 * resize-minibuffer.el (resize-minibuffer-setup): | |
| 92 * simple.el (sendmail-user-agent-compose): | |
| 93 * toolbar-items.el (toolbar-paste): | |
| 94 * toolbar-items.el (toolbar-ispell-internal): | |
| 95 * toolbar-items.el (toolbar-compile): | |
| 96 * toolbar-items.el (toolbar-gnus): | |
| 97 * wid-edit.el (widget-before-change): | |
| 98 * wid-edit.el (widget-after-change): | |
| 99 * wid-edit.el (widget-url-link-action): | |
| 100 * win32-native.el (grep-null-device): | |
| 101 * win32-native.el (grep-null-device)): New. | |
| 102 * win32-native.el (grep-regexp-alist): | |
| 103 * win32-native.el (grep-regexp-alist)): New. | |
| 104 * win32-native.el (mswindows-system-shells): | |
| 105 fix warnings. | |
| 106 | |
| 107 * very-early-lisp.el: update docs. | |
| 108 | |
| 1 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org> | 109 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org> |
| 2 | 110 |
| 3 * files.el (auto-mode-alist): GNUmakefile is a Makefile, | 111 * files.el (auto-mode-alist): GNUmakefile is a Makefile, |
| 4 "system default" Xdefaults and friends get xrdb-mode. | 112 "system default" Xdefaults and friends get xrdb-mode. |
| 5 | 113 |
