Mercurial > emacs
comparison lisp/ChangeLog @ 93418:3f188601df78
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 30 Mar 2008 02:17:47 +0000 |
parents | a9e1c30d4f01 |
children | bc6b2ba17b08 |
comparison
equal
deleted
inserted
replaced
93417:57244aa502db | 93418:3f188601df78 |
---|---|
70 (vc-svn-after-dir-status): Don't kill the buffer. | 70 (vc-svn-after-dir-status): Don't kill the buffer. |
71 | 71 |
72 2008-03-29 Glenn Morris <rgm@gnu.org> | 72 2008-03-29 Glenn Morris <rgm@gnu.org> |
73 | 73 |
74 * calendar/calendar.el (diary-file, american-date-diary-pattern) | 74 * calendar/calendar.el (diary-file, american-date-diary-pattern) |
75 (european-date-diary-pattern,european-calendar-display-form) | 75 (european-date-diary-pattern, european-calendar-display-form) |
76 (american-calendar-display-form, diary-display-hook): Doc fixes. | 76 (american-calendar-display-form, diary-display-hook): Doc fixes. |
77 (european-calendar-style): Doc fix. Use calendar-set-date-style for | 77 (european-calendar-style): Doc fix. Use calendar-set-date-style for |
78 custom :set. Mark as obsolete. | 78 custom :set. Mark as obsolete. |
79 (calendar-date-style, iso-date-diary-pattern) | 79 (calendar-date-style, iso-date-diary-pattern) |
80 (iso-calendar-display-form): New user variables. | 80 (iso-calendar-display-form): New user variables. |
133 | 133 |
134 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu> | 134 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu> |
135 | 135 |
136 * vc.el (vc-update): Check if the buffer is unsaved only if it | 136 * vc.el (vc-update): Check if the buffer is unsaved only if it |
137 actually exists. | 137 actually exists. |
138 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and vc-print-log. | 138 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and |
139 vc-print-log. | |
139 | 140 |
140 2008-03-28 Magnus Henoch <mange@freemail.hu> | 141 2008-03-28 Magnus Henoch <mange@freemail.hu> |
141 | 142 |
142 * net/dns.el (dns-write): Use set-buffer-multibyte. | 143 * net/dns.el (dns-write): Use set-buffer-multibyte. |
143 | 144 |
254 | 255 |
255 * calendar/holidays.el (list-holidays): Doc fix. | 256 * calendar/holidays.el (list-holidays): Doc fix. |
256 | 257 |
257 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com> | 258 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com> |
258 | 259 |
259 * calc/calc-store.el (calc-read-var-name-history): | 260 * calc/calc-store.el (calc-read-var-name-history): New variable. |
260 New variable. | |
261 (calc-read-var-name): Use `calc-read-var-name-history'. | 261 (calc-read-var-name): Use `calc-read-var-name-history'. |
262 | 262 |
263 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> | 263 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> |
264 | 264 |
265 * image-mode.el (image-mode-reapply-winprops): Simplify now that | 265 * image-mode.el (image-mode-reapply-winprops): Simplify now that |
2411 (compilation-mode-map): | 2411 (compilation-mode-map): |
2412 * progmodes/grep.el (grep-mode-map): Add :help. | 2412 * progmodes/grep.el (grep-mode-map): Add :help. |
2413 | 2413 |
2414 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and | 2414 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and |
2415 initialize in one step. Add :help. Use :enable to activate menu | 2415 initialize in one step. Add :help. Use :enable to activate menu |
2416 items. Show the key binding for edebug-defun. | 2416 items. Show the key binding for edebug-defun. |
2417 (lisp-interaction-mode-map): Add a menu. | 2417 (lisp-interaction-mode-map): Add a menu. |
2418 | 2418 |
2419 * term.el (term-mode-map): Define and initialize in one step. | 2419 * term.el (term-mode-map): Define and initialize in one step. |
2420 | 2420 |
2421 * ediff-init.el (ediff-color-display-p): Simplify. | 2421 * ediff-init.el (ediff-color-display-p): Simplify. |