diff options
| author | Miles Bader | 2006-02-01 10:07:17 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-01 10:07:17 +0000 |
| commit | 06eb776d8e80eaed0f6b04349dbd4df9292131d9 (patch) | |
| tree | f8f308fcd75d052e99c7e176efc100c8488fda7f /lisp/ChangeLog | |
| parent | db856169c248b363fe3dc5ee4e8b1dd18c3a05a2 (diff) | |
| parent | 46e8fe3d6ce114ae3ecd41f7add9ed7f0c13f4b6 (diff) | |
| download | emacs-06eb776d8e80eaed0f6b04349dbd4df9292131d9.tar.gz emacs-06eb776d8e80eaed0f6b04349dbd4df9292131d9.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 16-33)
- Update from CVS
- Install ERC.
- Fix ERC compiler warnings.
- Use utf-8 encoding in ERC ChangeLogs.
- Merge ERC-related Viper hacks into Viper.
- Merge from erc--main--0
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 8-13)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 192 |
1 files changed, 189 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b8d6a990e3..34c179df334 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,189 @@ | |||
| 1 | 2006-01-31 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (multi-occur): Doc fix. | ||
| 4 | (multi-occur-in-matching-buffers): Renamed from | ||
| 5 | multi-occur-by-filename-regexp. Prefix arg says match | ||
| 6 | buffer names instead of file names. | ||
| 7 | |||
| 8 | 2006-01-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 9 | |||
| 10 | * bs.el: Allow non-default values of `bs-header-lines-length'. | ||
| 11 | (bs--running-in-xemacs): Remove (not needed anymore). | ||
| 12 | (bs--set-window-height): Simplify by using `fit-window-to-buffer' | ||
| 13 | instead of `shrink-window', thus avoiding having to compute the | ||
| 14 | height of the window. | ||
| 15 | (bs--up): Wrap around even when there's no header. | ||
| 16 | (bs--down): Use `forward-line' instead of `next-line'. | ||
| 17 | |||
| 18 | 2006-01-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 19 | |||
| 20 | * image-mode.el (image-toggle-display): Use file name if possible, | ||
| 21 | instead of unnecessarily allocating a (possibly huge) lisp string. | ||
| 22 | |||
| 23 | 2006-01-30 John Paul Wallington <jpw@pobox.com> | ||
| 24 | |||
| 25 | * subr.el (toplevel): Define `cl-assertion-failed' condition here | ||
| 26 | because the `assert' macro signals it at runtime. | ||
| 27 | |||
| 28 | * emacs-lisp/cl.el (toplevel): Remove definition of | ||
| 29 | `cl-assertion-failed' condition. | ||
| 30 | |||
| 31 | 2006-01-30 Nick Roberts <nickrob@snap.net.nz> | ||
| 32 | |||
| 33 | * thumbs.el (thumbs-marked-list): Make buffer-local and | ||
| 34 | permanent-local. | ||
| 35 | (thumbs-insert-thumb): Make help-echo non-sticky. | ||
| 36 | (thumbs-file-alist): Use eolp as check for (non)-image. | ||
| 37 | |||
| 38 | 2006-01-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 39 | |||
| 40 | * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook) | ||
| 41 | (ediff-before-session-group-setup-hooks) | ||
| 42 | (ediff-default-filtering-regexp, ediff-meta-mark-equal-files): | ||
| 43 | Fix typos in docstrings. | ||
| 44 | |||
| 45 | * window.el (bw-dir, bw-eqdir, balance-windows) | ||
| 46 | (split-window-keep-point): Fix typos in docstrings. | ||
| 47 | |||
| 48 | * textmodes/org.el (org-allow-space-in-links, org-closed-string) | ||
| 49 | (org-quote-string, org-calendar-to-agenda-key) | ||
| 50 | (org-agenda-sorting-strategy, org-agenda-use-time-grid) | ||
| 51 | (org-show-following-heading, org-tags-column) | ||
| 52 | (org-use-tag-inheritance, org, org-allow-space-in-links) | ||
| 53 | (org-usenet-links-prefer-google, org-file-apps-defaults-gnu) | ||
| 54 | (org-enable-table-editor, org-calc-default-modes) | ||
| 55 | (org-table-allow-automatic-line-recalculation) | ||
| 56 | (org-export-html-style, org-export-with-fixed-width) | ||
| 57 | (org-export-with-sub-superscripts, org-special-keyword) | ||
| 58 | (org-formula, org-time-grid, org-table-may-need-update) | ||
| 59 | (org-mode, org-goto-ret, org-goto-left, org-goto-right) | ||
| 60 | (org-goto-quit, org-get-indentation, org-end-of-item) | ||
| 61 | (org-move-item-down, org-move-item-up) | ||
| 62 | (org-renumber-ordered-list, org-todo, org-log-done, org-occur) | ||
| 63 | (org-remove-occur-highlights, org-read-date, org-goto-calendar) | ||
| 64 | (org-agenda, org-agenda-day-view, org-agenda-previous-date-line) | ||
| 65 | (org-agenda-log-mode, org-agenda-toggle-diary) | ||
| 66 | (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary) | ||
| 67 | (org-agenda-file-to-end, org-agenda-no-heading-message) | ||
| 68 | (org-agenda-get-closed, org-format-agenda-item) | ||
| 69 | (org-cmp-priority, org-cmp-category, org-cmp-time) | ||
| 70 | (org-agenda-change-all-lines, org-agenda-diary-entry) | ||
| 71 | (org-scan-tags, org-after-todo-state-change-hook, org-tags-view) | ||
| 72 | (org-link-search, org-camel-to-words, org-open-file) | ||
| 73 | (org-remember-handler, org-table-convert-region) | ||
| 74 | (org-table-move-row-down, org-table-move-row-up) | ||
| 75 | (org-table-copy-region, org-table-wrap-region) | ||
| 76 | (org-table-toggle-vline-visibility) | ||
| 77 | (org-table-get-vertical-vector, org-table-modify-formulas) | ||
| 78 | (org-table-get-specials, org-recalc-commands) | ||
| 79 | (org-table-rotate-recalc-marks, org-table-eval-formula) | ||
| 80 | (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle) | ||
| 81 | (org-level-color-stars-only, org-insert-heading): | ||
| 82 | Fix typos in docstrings. | ||
| 83 | (last-arg): Add defvar. | ||
| 84 | |||
| 85 | * makefile.w32-in (WINS): Add erc. | ||
| 86 | (MH_E_SRC): Update (copied from lisp/Makefile.in). | ||
| 87 | |||
| 88 | 2006-01-29 Bill Wohler <wohler@newt.com> | ||
| 89 | |||
| 90 | * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el, | ||
| 91 | mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el, | ||
| 92 | mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. | ||
| 93 | (mh-autoloads): Don't use comments on otherwise empty lines. | ||
| 94 | |||
| 95 | 2006-01-29 Edward O'Connor <ted@oconnor.cx> | ||
| 96 | |||
| 97 | * emulation/viper.el (viper-major-mode-modifier-list): Add | ||
| 98 | insert-state and vi-state entries for erc-mode. | ||
| 99 | (viper-go-away, viper-set-hooks): Add and remove | ||
| 100 | viper-comint-mode-hook from erc-mode-hook as appropriate. | ||
| 101 | |||
| 102 | * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode. | ||
| 103 | |||
| 104 | 2006-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 105 | |||
| 106 | * bs.el (bs--format-aux): Implement `middle' alignment as | ||
| 107 | described in the docstring for `bs-attributes-list'. | ||
| 108 | (bs--get-name): Simplify. Don't pad the buffer name. | ||
| 109 | |||
| 110 | 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es> | ||
| 111 | |||
| 112 | * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no | ||
| 113 | English aspell dictionary is installed, use the first entry of | ||
| 114 | ispell-dictionary-alist-1. | ||
| 115 | |||
| 116 | 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> | ||
| 117 | |||
| 118 | * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | ||
| 119 | Doc fix. | ||
| 120 | |||
| 121 | 2006-01-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 122 | |||
| 123 | * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test | ||
| 124 | for `process-file', in order to let it work for older Emacsen too. | ||
| 125 | |||
| 126 | 2006-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 127 | |||
| 128 | * international/latexenc.el: Add a suitable `coding:' tag. | ||
| 129 | (latexenc-find-file-coding-system): Undo last change. | ||
| 130 | |||
| 131 | 2006-01-27 Arne J,bx(Brgensen <arne@arnested.dk> | ||
| 132 | |||
| 133 | * international/latexenc.el (latexenc-find-file-coding-system): | ||
| 134 | Make sure latexenc-main-file is a regular file and is readable. | ||
| 135 | |||
| 136 | 2006-01-27 Andre Spiegel <spiegel@gnu.org> | ||
| 137 | |||
| 138 | * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers): | ||
| 139 | Pass FILE to vc-user-login-name. | ||
| 140 | |||
| 141 | * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name. | ||
| 142 | |||
| 143 | 2006-01-27 Nick Roberts <nickrob@snap.net.nz> | ||
| 144 | |||
| 145 | * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when | ||
| 146 | there are no more images to display. | ||
| 147 | (thumbs-mark, thumbs-unmark): Revert change so that they move to | ||
| 148 | the next image. | ||
| 149 | |||
| 150 | 2006-01-26 Richard M. Stallman <rms@gnu.org> | ||
| 151 | |||
| 152 | * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward. | ||
| 153 | |||
| 154 | * wid-edit.el (advertised-widget-backward): New alias. | ||
| 155 | (widget-keymap): Use advertised-widget-backward for S-TAB. | ||
| 156 | |||
| 157 | * tumme.el: Correct the keywords. | ||
| 158 | (tumme-dir-max-size): Use defvar. | ||
| 159 | (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie. | ||
| 160 | |||
| 161 | * simple.el (move-beginning-of-line): Take account of fields. | ||
| 162 | (clone-indirect-buffer-other-window): Take args like | ||
| 163 | clone-indirect-buffer, and work like it. | ||
| 164 | |||
| 165 | * help-fns.el (describe-function): Don't pass `nil' as default. | ||
| 166 | |||
| 167 | * files.el (risky-local-variable-p): Follow var aliases. | ||
| 168 | |||
| 169 | * subr.el (lazy-completion-table): Doc fix. | ||
| 170 | |||
| 171 | * mail/rmailsum.el (rmail-make-summary-line-1): Don't set | ||
| 172 | global binding of `line'. | ||
| 173 | |||
| 174 | 2006-01-25 Andre Spiegel <spiegel@gnu.org> | ||
| 175 | |||
| 176 | * vc-hooks.el (vc-user-login-name): Rewritten to handle access via | ||
| 177 | Tramp. | ||
| 178 | |||
| 179 | * vc.el (vc-default-dired-state-info): Pass FILE to | ||
| 180 | vc-user-login-name. | ||
| 181 | (vc-default-update-changelog): Don't use vc-user-login-name, we | ||
| 182 | don't need it here. | ||
| 183 | |||
| 184 | * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is | ||
| 185 | no longer necessary. | ||
| 186 | |||
| 1 | 2006-01-25 Kenichi Handa <handa@m17n.org> | 187 | 2006-01-25 Kenichi Handa <handa@m17n.org> |
| 2 | 188 | ||
| 3 | * international/mule.el (decode-char): Avoid the overhead of | 189 | * international/mule.el (decode-char): Avoid the overhead of |
| @@ -64,8 +250,8 @@ | |||
| 64 | 250 | ||
| 65 | * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local | 251 | * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local |
| 66 | and permanent-local. | 252 | and permanent-local. |
| 67 | (thumbs-max-image-number): New variable. Make it | 253 | (thumbs-max-image-number): New variable. |
| 68 | (thumbs-do-thumbs-insertion): Use them | 254 | (thumbs-do-thumbs-insertion): Use them. |
| 69 | (thumbs-per-line): Change default to 4. | 255 | (thumbs-per-line): Change default to 4. |
| 70 | (thumbs-marked-list): Rename from thumbs-markedL. | 256 | (thumbs-marked-list): Rename from thumbs-markedL. |
| 71 | (thumbs-cleanup-thumbsdir, thumbs-delete-images) | 257 | (thumbs-cleanup-thumbsdir, thumbs-delete-images) |
| @@ -1949,7 +2135,7 @@ | |||
| 1949 | (hi-lock-find-patterns, hi-lock-font-lock-hook): | 2135 | (hi-lock-find-patterns, hi-lock-font-lock-hook): |
| 1950 | Replace hi-lock-buffer-mode with hi-lock-mode. | 2136 | Replace hi-lock-buffer-mode with hi-lock-mode. |
| 1951 | 2137 | ||
| 1952 | 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com> | 2138 | 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> |
| 1953 | 2139 | ||
| 1954 | * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the | 2140 | * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the |
| 1955 | completion list, even after a partial completion has been | 2141 | completion list, even after a partial completion has been |