Mercurial > emacs
comparison lisp/ChangeLog @ 62921:81e6a49064ec
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 31 May 2005 09:45:17 +0000 |
parents | e31929837d24 |
children | 28537157e07b |
comparison
equal
deleted
inserted
replaced
62920:e31929837d24 | 62921:81e6a49064ec |
---|---|
12 there are none. | 12 there are none. |
13 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal. | 13 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal. |
14 | 14 |
15 2005-05-30 John Wiegley <johnw@newartisans.com> | 15 2005-05-30 John Wiegley <johnw@newartisans.com> |
16 | 16 |
17 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el, | 17 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el |
18 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el, | 18 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el |
19 eshell/esh-util.el, eshell/esh-var.el: Changed all uses of | 19 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of |
20 `directory-sep-char' to ?/, and all uses of `string-to-int' to | 20 `directory-sep-char' to ?/, and all uses of `string-to-int' to |
21 `string-to-number'. | 21 `string-to-number'. |
22 | 22 |
23 2005-05-30 Jay Belanger <belanger@truman.edu> | 23 2005-05-30 Jay Belanger <belanger@truman.edu> |
24 | 24 |
3695 | 3695 |
3696 * complete.el, thumbs.el: Replace `legal' with `valid'. | 3696 * complete.el, thumbs.el: Replace `legal' with `valid'. |
3697 * calendar/calendar.el: Replace `legal' with `valid'. | 3697 * calendar/calendar.el: Replace `legal' with `valid'. |
3698 * emacs-lisp/advice.el: Replace `legal' with `valid'. | 3698 * emacs-lisp/advice.el: Replace `legal' with `valid'. |
3699 * mail/supercite.el: Replace `legal' with `valid'. | 3699 * mail/supercite.el: Replace `legal' with `valid'. |
3700 * progmodes/cperl-mode.el, progmodes/idlw-shell.el, | 3700 * progmodes/cperl-mode.el, progmodes/idlw-shell.el |
3701 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with | 3701 * progmodes/idlwave.el, progmodes/vhdl-mode.el: |
3702 `valid'. | 3702 Replace `legal' with `valid'. |
3703 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal' | 3703 * textmodes/reftex-vars.el, textmodes/reftex.el: |
3704 with `valid'. | 3704 Replace `legal' with `valid'. |
3705 | 3705 |
3706 2005-03-25 Werner Lemberg <wl@gnu.org> | 3706 2005-03-25 Werner Lemberg <wl@gnu.org> |
3707 | 3707 |
3708 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. | 3708 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. |
3709 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. | 3709 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. |
3710 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. | 3710 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. |
3711 * emulation/vip.el: Replace `illegal' with `invalid'. | 3711 * emulation/vip.el: Replace `illegal' with `invalid'. |
3712 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'. | 3712 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'. |
3713 * mail/supercite.el: Replace `illegal' with `invalid'. | 3713 * mail/supercite.el: Replace `illegal' with `invalid'. |
3714 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el, | 3714 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el |
3715 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el, | 3715 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el |
3716 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el, | 3716 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el |
3717 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with | 3717 * progmodes/sh-script.el, progmodes/xscheme.el: |
3718 `invalid'. | 3718 Replace `illegal' with `invalid'. |
3719 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el, | 3719 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el |
3720 textmodes/reftex-index.el, textmodes/reftex-parse.el, | 3720 * textmodes/reftex-index.el, textmodes/reftex-parse.el |
3721 textmodes/reftex-ref.el, textmodes/reftex-vars.el, | 3721 * textmodes/reftex-ref.el, textmodes/reftex-vars.el |
3722 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'. | 3722 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'. |
3723 | 3723 |
3724 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | 3724 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> |
3725 | 3725 |
3726 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) | 3726 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) |
3727 (flymake-find-buildfile, flymake-find-possible-master-files) | 3727 (flymake-find-buildfile, flymake-find-possible-master-files) |
6093 (query-replace-highlight, query-replace-lazy-highlight) | 6093 (query-replace-highlight, query-replace-lazy-highlight) |
6094 (query-replace): Move definitions to the beginning of the file. | 6094 (query-replace): Move definitions to the beginning of the file. |
6095 | 6095 |
6096 2005-01-11 Juri Linkov <juri@jurta.org> | 6096 2005-01-11 Juri Linkov <juri@jurta.org> |
6097 | 6097 |
6098 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm, | 6098 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm |
6099 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm, | 6099 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm |
6100 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons. | 6100 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons. |
6101 | 6101 |
6102 * info.el (Info-history-forward): New variable. | 6102 * info.el (Info-history-forward): New variable. |
6103 (Info-select-node): Reset Info-history-forward to nil. | 6103 (Info-select-node): Reset Info-history-forward to nil. |
6104 (Info-last): Turn into defalias. | 6104 (Info-last): Turn into defalias. |
13762 * calendar/cal-bahai.el: New file, which adds support for the | 13762 * calendar/cal-bahai.el: New file, which adds support for the |
13763 Baha'i calendar to Emacs. This calendar is based on a solar year | 13763 Baha'i calendar to Emacs. This calendar is based on a solar year |
13764 of 19 months of 19 days, with 4 intercalary days. Each year | 13764 of 19 months of 19 days, with 4 intercalary days. Each year |
13765 begins on March 21, with the calendar starting in 1844. | 13765 begins on March 21, with the calendar starting in 1844. |
13766 | 13766 |
13767 * calendar/cal-menu.el, calendar/calendar.el, | 13767 * calendar/cal-menu.el, calendar/calendar.el |
13768 calendar/diary-lib.el, calendar/holidays.el: Added support for | 13768 * calendar/diary-lib.el, calendar/holidays.el: |
13769 using cal-bahai.el. | 13769 Added support for using cal-bahai.el. |
13770 | 13770 |
13771 * eshell/em-glob.el (eshell-glob-initialize): Move initialization | 13771 * eshell/em-glob.el (eshell-glob-initialize): Move initialization |
13772 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that | 13772 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that |
13773 function can be used outside of eshell buffers. | 13773 function can be used outside of eshell buffers. |
13774 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here. | 13774 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here. |
20050 * calendar/solar.el (solar-seasons-data): Move definition before use. | 20050 * calendar/solar.el (solar-seasons-data): Move definition before use. |
20051 | 20051 |
20052 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix. | 20052 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix. |
20053 (cal-tex-LaTeX-hourbox): Move definition before use. | 20053 (cal-tex-LaTeX-hourbox): Move definition before use. |
20054 | 20054 |
20055 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el, | 20055 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el |
20056 cal-julian.el, cal-menu.el, cal-move.el, holidays.el, | 20056 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el |
20057 lunar.el, solar.el | 20057 * lunar.el, solar.el (displayed-month, displayed-year): |
20058 (displayed-month, displayed-year): Define for compiler. | 20058 Define for compiler. |
20059 | 20059 |
20060 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org> | 20060 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
20061 | 20061 |
20062 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument | 20062 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument |
20063 MODE. Renamed from c-init-c-language-vars'. | 20063 MODE. Renamed from c-init-c-language-vars'. |