comparison lisp/ChangeLog @ 29797:3bf98b923af0

handle print-unreadable-object
author Sam Steingold <sds@gnu.org>
date Tue, 20 Jun 2000 15:01:59 +0000
parents 5d01f8465594
children 41e64655279b
comparison
equal deleted inserted replaced
29796:94ec83a6a42c 29797:3bf98b923af0
1 2000-06-20 Sam Steingold <sds@gnu.org>
2
3 * emacs-lisp/cl-indent.el (toplevel): Indent
4 `print-unreadable-object' properly. Untabify.
5
1 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> 6 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
2 7
3 * textmodes/reftex.el (reftex-find-citation-regexp-format): 8 * textmodes/reftex.el (reftex-find-citation-regexp-format):
4 Support for bibentry. 9 Support for bibentry.
5 (reftex-compile-variables): Fixed problem with end of section-re. 10 (reftex-compile-variables): Fixed problem with end of section-re.
107 * time.el: Remove trailing ^M that prevent CVS-merging. 112 * time.el: Remove trailing ^M that prevent CVS-merging.
108 113
109 2000-06-16 Gerd Moellmann <gerd@gnu.org> 114 2000-06-16 Gerd Moellmann <gerd@gnu.org>
110 115
111 * Makefile.in (distclean): New target. 116 * Makefile.in (distclean): New target.
112 117
113 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> 118 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
114 119
115 * Makefile.in (srcdir): Define for update-subdirs. 120 * Makefile.in (srcdir): Define for update-subdirs.
116 121
117 2000-06-16 Gerd Moellmann <gerd@gnu.org> 122 2000-06-16 Gerd Moellmann <gerd@gnu.org>
144 * woman.el (woman-man-buffer): Fix bold and underlined CJK 149 * woman.el (woman-man-buffer): Fix bold and underlined CJK
145 characters, which use series of two ^H characters instead of one. 150 characters, which use series of two ^H characters instead of one.
146 151
147 2000-06-15 Gerd Moellmann <gerd@gnu.org> 152 2000-06-15 Gerd Moellmann <gerd@gnu.org>
148 153
149 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) 154 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
150 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New 155 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
151 functions. 156 functions.
152 (Info-find-node-2): Try a case-sensitive search first, then 157 (Info-find-node-2): Try a case-sensitive search first, then
153 do a case-insensitive search. 158 do a case-insensitive search.
154 159
155 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English 160 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
156 tutorials. 161 tutorials.
213 fset to subrs whose doc doesn't match their symbol-name. 218 fset to subrs whose doc doesn't match their symbol-name.
214 219
215 * image.el (insert-image): Default STRING to a space. 220 * image.el (insert-image): Default STRING to a space.
216 221
217 * info.el Doc fixes. 222 * info.el Doc fixes.
218 (Info-build-node-completions): Match Ref tags. 223 (Info-build-node-completions): Match Ref tags.
219 224
220 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> 225 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
221 226
222 * frame.el (display-multi-frame-p, display-multi-font-p): New 227 * frame.el (display-multi-frame-p, display-multi-font-p): New
223 defaliases for display-graphic-p. 228 defaliases for display-graphic-p.
251 * startup.el (command-line): Only call menu-bar-mode if interactive. 256 * startup.el (command-line): Only call menu-bar-mode if interactive.
252 257
253 * thingatpt.el (toplevel symbol-properties): 258 * thingatpt.el (toplevel symbol-properties):
254 * textmodes/makeinfo.el (makeinfo-compile): 259 * textmodes/makeinfo.el (makeinfo-compile):
255 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): 260 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
256 * progmodes/hideif.el (hif-compress-define-list) 261 * progmodes/hideif.el (hif-compress-define-list)
257 (hide-ifdef-use-define-alist): 262 (hide-ifdef-use-define-alist):
258 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) 263 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
259 (ange-ftp-vms-add-file-entry): 264 (ange-ftp-vms-add-file-entry):
260 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers): 265 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
261 * man.el (Man-build-man-command): 266 * man.el (Man-build-man-command):
262 * mail/rnewspost.el (news-reply-header-hook): 267 * mail/rnewspost.el (news-reply-header-hook):
263 * info.el (Info-insert-dir): 268 * info.el (Info-insert-dir):
264 * emulation/mlconvert.el (backward-word, forward-word, setq): 269 * emulation/mlconvert.el (backward-word, forward-word, setq):
265 * emacs-lisp/gulp.el (gulp-send-requests): 270 * emacs-lisp/gulp.el (gulp-send-requests):
266 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) 271 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
267 (byte-optimize-inline-handler, byte-optimize-form-code-walker) 272 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
268 (byte-optimize-apply, end of file): 273 (byte-optimize-apply, end of file):
269 * emacs-lisp/advice.el (ad-advice-class-completion-table) 274 * emacs-lisp/advice.el (ad-advice-class-completion-table)
270 (ad-make-freeze-definition): 275 (ad-make-freeze-definition):
271 * startup.el (command-line, command-line-1): Don't quote lambdas. 276 * startup.el (command-line, command-line-1): Don't quote lambdas.
272 277
354 (bootstrap): Make autoloads before elc files. 359 (bootstrap): Make autoloads before elc files.
355 360
356 2000-06-10 Kenichi Handa <handa@etl.go.jp> 361 2000-06-10 Kenichi Handa <handa@etl.go.jp>
357 362
358 * international/mule.el (set-buffer-file-coding-system): If one of 363 * international/mule.el (set-buffer-file-coding-system): If one of
359 undecided-XXX is specified, change only EOL conversion. 364 undecided-XXX is specified, change only EOL conversion.
360 365
361 * international/mule-conf.el (unix): New alias for the coding 366 * international/mule-conf.el (unix): New alias for the coding
362 system undecided-unix. 367 system undecided-unix.
363 368
364 2000-06-09 Dave Love <fx@gnu.org> 369 2000-06-09 Dave Love <fx@gnu.org>
3145 * term/w32-win.el (mouse-set-font): Do not build fontset from 3150 * term/w32-win.el (mouse-set-font): Do not build fontset from
3146 chosen font. 3151 chosen font.
3147 3152
3148 2000-02-25 Sam Steingold <sds@goems.com> 3153 2000-02-25 Sam Steingold <sds@goems.com>
3149 3154
3150 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block' 3155 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3151 properly. 3156 properly.
3152 3157
3153 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> 3158 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3154 3159
3155 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. 3160 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.