diff options
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 34 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 448f92cdca5..b7fed7411a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2008-04-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * minibuffer.el (x-file-dialog): Declare as function. | ||
| 4 | |||
| 5 | * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use | ||
| 6 | dframe-update-speed rather than obsolete alias speedbar-update-speed. | ||
| 7 | |||
| 8 | * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo. | ||
| 9 | (cal-menu-scroll-menu): Use commands rather than key macros, which don't | ||
| 10 | work with easymenu. Add :keys where needed. | ||
| 11 | |||
| 12 | * calendar/cal-move.el (calendar-scroll-left): Handle case when | ||
| 13 | event-start is nil. | ||
| 14 | |||
| 15 | * calendar/calendar.el (calendar-mode-map): Fix typo. | ||
| 16 | |||
| 17 | 2008-04-24 Tom Tromey <tromey@redhat.com> | ||
| 18 | |||
| 19 | * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Document | ||
| 20 | keywords. Add :suppress. | ||
| 21 | * pcvs-defs.el (cvs-mode-map): Use :suppress. | ||
| 22 | |||
| 23 | * net/goto-addr.el (goto-address-unfontify): New function. | ||
| 24 | (goto-address-fontify): Use it. Respect goto-address-prog-mode. | ||
| 25 | (goto-address-fontify-region, goto-address-mode) | ||
| 26 | (goto-address-prog-mode): New functions. | ||
| 27 | |||
| 28 | * progmodes/bug-reference.el: New file. | ||
| 29 | |||
| 1 | 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 30 | 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 31 | ||
| 3 | * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c. | 32 | * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c. |
| @@ -62,7 +91,7 @@ | |||
| 62 | * server.el (server-start): Also don't get confused by CRs since we | 91 | * server.el (server-start): Also don't get confused by CRs since we |
| 63 | don't quote them. | 92 | don't quote them. |
| 64 | 93 | ||
| 65 | 2008-04-12 Nick Roberts <nickrob@snap.net.nz> | 94 | 2008-04-23 Nick Roberts <nickrob@snap.net.nz> |
| 66 | 95 | ||
| 67 | * progmodes/gdb-ui.el (gdb-init-buffer): New function. | 96 | * progmodes/gdb-ui.el (gdb-init-buffer): New function. |
| 68 | (gdb-set-gud-minor-mode-existing-buffers) | 97 | (gdb-set-gud-minor-mode-existing-buffers) |
| @@ -73,24 +102,24 @@ | |||
| 73 | 102 | ||
| 74 | * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer | 103 | * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer |
| 75 | 104 | ||
| 76 | 2008-04-12 Kevin Ryde <user42@zip.com.au> | 105 | 2008-04-23 Kevin Ryde <user42@zip.com.au> |
| 77 | 106 | ||
| 78 | * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented | 107 | * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented |
| 79 | comments like unindented ones. | 108 | comments like unindented ones. |
| 80 | 109 | ||
| 81 | 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 110 | 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 82 | 111 | ||
| 83 | * term/mac-win.el (mac-ae-open-documents): Adjust selection range | 112 | * term/mac-win.el (mac-ae-open-documents): Adjust selection range |
| 84 | parameter origins. | 113 | parameter origins. |
| 85 | 114 | ||
| 86 | 2008-04-11 Kevin Ryde <user42@zip.com.au> | 115 | 2008-04-23 Kevin Ryde <user42@zip.com.au> |
| 87 | 116 | ||
| 88 | * emacs-lisp/autoload.el (autoload-generate-file-autoloads): | 117 | * emacs-lisp/autoload.el (autoload-generate-file-autoloads): |
| 89 | Bind print-level to ensure output forms aren't truncated if | 118 | Bind print-level to ensure output forms aren't truncated if |
| 90 | print-level is set to eval-expression-print-level when going via | 119 | print-level is set to eval-expression-print-level when going via |
| 91 | eval-defun and friends, or has been otherwise fiddled with. | 120 | eval-defun and friends, or has been otherwise fiddled with. |
| 92 | 121 | ||
| 93 | 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | 122 | 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 94 | 123 | ||
| 95 | * progmodes/cc-mode.el (c-basic-common-init): Don't set | 124 | * progmodes/cc-mode.el (c-basic-common-init): Don't set |
| 96 | font-lock-extend-after-change-region-function globally. | 125 | font-lock-extend-after-change-region-function globally. |