Mercurial > emacs
comparison lisp/ChangeLog @ 57673:f738754c0b1c
Reorder entries.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 24 Oct 2004 20:34:24 +0000 |
parents | d8b07169ce26 |
children | 9b1aeefdd189 |
comparison
equal
deleted
inserted
replaced
57672:d8b07169ce26 | 57673:f738754c0b1c |
---|---|
314 | 314 |
315 2004-10-15 Simon Josefsson <jas@extundo.com> | 315 2004-10-15 Simon Josefsson <jas@extundo.com> |
316 | 316 |
317 * net/password.el: Add. | 317 * net/password.el: Add. |
318 | 318 |
319 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org> | |
320 | |
321 * button.el (button-activate): Allow a marker to display as an action. | |
322 | |
323 * help-fns.el (describe-variable): Use it to make "below" a hyperlink. | |
324 | |
325 * help.el (describe-mode): Use it to make minor mode list into | |
326 hyperlinks. | |
327 | |
328 2004-10-14 Masatake YAMATO <jet@gyve.org> | 319 2004-10-14 Masatake YAMATO <jet@gyve.org> |
329 | 320 |
330 * progmodes/gud.el (gdb-script-beginning-of-defun): New function. | 321 * progmodes/gud.el (gdb-script-beginning-of-defun): New function. |
331 (gdb-script-end-of-defun): New function. | 322 (gdb-script-end-of-defun): New function. |
332 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and | 323 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and |
333 `gdb-script-end-of-defun' as *-of-defun-function. | 324 `gdb-script-end-of-defun' as *-of-defun-function. |
325 | |
326 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org> | |
327 | |
328 * button.el (button-activate): Allow a marker to display as an action. | |
329 | |
330 * help-fns.el (describe-variable): Use it to make "below" a hyperlink. | |
331 | |
332 * help.el (describe-mode): Use it to make minor mode list into | |
333 hyperlinks. | |
334 | 334 |
335 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | 335 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> |
336 | 336 |
337 * vc.el (vc-annotate-display-select): Fix typo. | 337 * vc.el (vc-annotate-display-select): Fix typo. |
338 | 338 |
633 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | 633 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> |
634 | 634 |
635 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit. | 635 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit. |
636 (diff-fixup-modifs): Catch unified-diff file-headers. | 636 (diff-fixup-modifs): Catch unified-diff file-headers. |
637 | 637 |
638 2004-09-29 Kim F. Storm <storm@cua.dk> | |
639 | |
640 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap. | |
641 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage. | |
642 (gdb-put-breakpoint-icon): Use breakpoint bitmap. | |
643 | |
644 * fringe.el (fringe-bitmap-p): New macro. | |
645 (fringe-bitmaps): Add standard fringe bitmaps on load. | |
646 | |
638 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | 647 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca> |
639 | 648 |
640 * dired.el (dired-view-command-alist): Use more efficient regexps. | 649 * dired.el (dired-view-command-alist): Use more efficient regexps. |
641 Remove dubious arguments. | 650 Remove dubious arguments. |
642 (dired-align-file): New function. | 651 (dired-align-file): New function. |
643 (dired-insert-directory): Use it. | 652 (dired-insert-directory): Use it. |
644 (dired-move-to-end-of-filename): Make the " -> " search more specific. | 653 (dired-move-to-end-of-filename): Make the " -> " search more specific. |
645 (dired-buffers-for-dir): Remove unused var `pattern'. | 654 (dired-buffers-for-dir): Remove unused var `pattern'. |
646 | |
647 2004-09-29 Kim F. Storm <storm@cua.dk> | |
648 | |
649 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap. | |
650 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage. | |
651 (gdb-put-breakpoint-icon): Use breakpoint bitmap. | |
652 | |
653 * fringe.el (fringe-bitmap-p): New macro. | |
654 (fringe-bitmaps): Add standard fringe bitmaps on load. | |
655 | 655 |
656 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | 656 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) |
657 | 657 |
658 * calendar/diary-lib.el (list-diary-entries): Save diary buffer | 658 * calendar/diary-lib.el (list-diary-entries): Save diary buffer |
659 from diary display excursion. Store diary buffer's point for | 659 from diary display excursion. Store diary buffer's point for |
789 | 789 |
790 2004-09-21 Jay Belanger <belanger@truman.edu> | 790 2004-09-21 Jay Belanger <belanger@truman.edu> |
791 | 791 |
792 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to | 792 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to |
793 `calc-graph-set-styles' so the gnuplot buffer will appear in a | 793 `calc-graph-set-styles' so the gnuplot buffer will appear in a |
794 separate window. | 794 separate window. |
795 | 795 |
796 2004-09-21 Luc Teirlinck <teirllm@auburn.edu> | 796 2004-09-21 Luc Teirlinck <teirllm@auburn.edu> |
797 | 797 |
798 * subr.el (after-change-major-mode-hook): Doc fix. | 798 * subr.el (after-change-major-mode-hook): Doc fix. |
799 | 799 |
806 | 806 |
807 * descr-text.el (describe-char): Checking of quail activation | 807 * descr-text.el (describe-char): Checking of quail activation |
808 fixed. | 808 fixed. |
809 | 809 |
810 2004-09-21 Jay Belanger <belanger@truman.edu> | 810 2004-09-21 Jay Belanger <belanger@truman.edu> |
811 | 811 |
812 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes. | 812 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes. |
813 | 813 |
814 2004-09-20 Luc Teirlinck <teirllm@auburn.edu> | 814 2004-09-20 Luc Teirlinck <teirllm@auburn.edu> |
815 | 815 |
816 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook' | 816 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook' |
897 s/or/unless/. | 897 s/or/unless/. |
898 | 898 |
899 2004-09-17 Jay Belanger <belanger@truman.edu> | 899 2004-09-17 Jay Belanger <belanger@truman.edu> |
900 | 900 |
901 * calc/calc.el (calc-mode-var-list): Fixed the value of | 901 * calc/calc.el (calc-mode-var-list): Fixed the value of |
902 `calc-matrix-brackets'. | 902 `calc-matrix-brackets'. |
903 | 903 |
904 2004-09-17 Romain Francoise <romain@orebokech.com> | 904 2004-09-17 Romain Francoise <romain@orebokech.com> |
905 | 905 |
906 * ibuf-ext.el (define-ibuffer-filter filename): | 906 * ibuf-ext.el (define-ibuffer-filter filename): |
907 Expand dired-directory since buffer-file-name is absolute. | 907 Expand dired-directory since buffer-file-name is absolute. |
908 | 908 |