comparison lisp/ChangeLog @ 65339:2df5f585f3f6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 Sep 2005 15:43:54 +0000
parents 73213f30cd5b
children 6990826a916f
comparison
equal deleted inserted replaced
65338:4bc5f5d3e625 65339:2df5f585f3f6
1 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-goto-locus): Take into account
4 iconified frames when determining whether the buffer is
5 already visible.
6 Don't reset window height if the window already existed.
7
1 2005-09-04 Chong Yidong <cyd@stupidchicken.com> 8 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * custom.el (load-theme): Renamed from require-theme. 10 * custom.el (load-theme): Rename from require-theme.
4 Add interactive spec. 11 Add interactive spec.
5 (enable-theme): Renamed from custom-enable-theme. 12 (enable-theme): Rename from custom-enable-theme.
6 Add interactive spec. 13 Add interactive spec.
7 (disable-theme): Renamed from custom-disable-theme. 14 (disable-theme): Rename from custom-disable-theme.
8 Add interactive spec. 15 Add interactive spec.
9 (custom-make-theme-feature): Doc fix. 16 (custom-make-theme-feature): Doc fix.
10 (custom-theme-directory): Doc fix. 17 (custom-theme-directory): Doc fix.
11 (provide-theme): Call enable-theme. 18 (provide-theme): Call enable-theme.
12 19
487 494
488 * calendar/diary-lib.el (diary-modify-entry-list-string-function): 495 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
489 New hook. 496 New hook.
490 (add-to-diary-list): Call `diary-modify-entry-list-string-function' 497 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
491 498
499 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
502
503 * custom.el (custom-theme-set-variables): Sort minor modes last.
504
492 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> 505 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
493 506
494 * subr.el (version-separator, version-regexp-alist): New vars used by 507 * subr.el (version-separator, version-regexp-alist): New vars used by
495 version comparison funs. 508 version comparison funs.
496 (integer-list-<, integer-list-=, integer-list-<=) 509 (integer-list-<, integer-list-=, integer-list-<=)
562 (default-xscheme-runlight, xscheme-runlight) 575 (default-xscheme-runlight, xscheme-runlight)
563 (xscheme-runlight-string, xscheme-process-filter-state) 576 (xscheme-runlight-string, xscheme-process-filter-state)
564 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): 577 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
565 Move to beginning of file. 578 Move to beginning of file.
566 (scheme-interaction-mode-commands-alist) 579 (scheme-interaction-mode-commands-alist)
567 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare 580 (scheme-interaction-mode-map, scheme-debugger-mode-map):
568 them before use. Note: the initialization code for the variables 581 Declare them before use. Note: the initialization code for the variables
569 has not been moved because it uses functions that reference the 582 has not been moved because it uses functions that reference the variables.
570 variables.
571 (xscheme-control-g-message-string, xscheme-process-filter-alist) 583 (xscheme-control-g-message-string, xscheme-process-filter-alist)
572 (xscheme-prompt-for-expression-map): Declare them before use. 584 (xscheme-prompt-for-expression-map): Declare them before use.
573 (scheme-debugger-mode-commands): "?\ " -> "?\s". 585 (scheme-debugger-mode-commands): "?\ " -> "?\s".
574 586
575 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change) 587 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
576 588
577 * hexl.el (hexl-print-current-point-info): Fix simple spelling 589 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
578 error.
579 590
580 2005-08-22 Juri Linkov <juri@jurta.org> 591 2005-08-22 Juri Linkov <juri@jurta.org>
581 592
582 * faces.el (set-face-underline): Delete this duplicate function 593 * faces.el (set-face-underline): Delete this duplicate function
583 and make an obsolete alias to set-face-underline-p. 594 and make an obsolete alias to set-face-underline-p.