Mercurial > emacs
diff lisp/ChangeLog @ 83456:de425e4eb0bc
Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-691
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-692
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-693
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-694
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-695
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-696
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-697
Checkout man/cc-mode.texi from CVS with RCS keywords disabled
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-699
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-182
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-183
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-184
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-496
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 17 Jan 2006 00:56:42 +0000 |
parents | 8438f5473d99 78ee72a03306 |
children | 432dae1fa952 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 12 11:20:02 2006 +0000 +++ b/lisp/ChangeLog Tue Jan 17 00:56:42 2006 +0000 @@ -1,3 +1,171 @@ +2006-01-15 Dan Nicolaescu <dann@ics.uci.edu> + + * term.el (term-raw-map): Add mapping for insert. + (term-send-insert): New. + (term-mode): Make variables local here instead of doing it in + `term-emulate-terminal'. + (term-emulate-terminal): Delete incorrect optimization for cr+lf. + Scroll reverse needs to take into account the scroll + region. Saving and restoring the cursor should save the color + attributes too. + (term-reset-terminal): Reset the scroll region. + (term-handle-ansi-escape): Cursor up and down should take into + account the scroll region. + (term-set-scroll-region): Renamed from `term-scroll-region'. Move + to 0,0 after setting the region. + (term-handle-scroll): Handle scroll up. + (term-down): Fix off by one error. + (term-delete-lines): Do not delete outside the scroll region. + (term-insert-lines): Take into account the scroll region. + +2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca> + + * textmodes/ispell.el (ispell-internal-change-dictionary) + (ispell-change-dictionary): Undo most of last change of 2006-01-13. + (start, end): Move declaration outside of eval-when-compile. + + * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun. + (flyspell-mode-on): Use it. + + * textmodes/ispell.el (ispell-kill-ispell): Run new hook + ispell-kill-ispell-hook. + +2006-01-14 Luc Teirlinck <teirllm@auburn.edu> + + * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) + (Custom-reset-saved): Do not ask for confirmation in single option + buffers. + +2006-01-13 Romain Francoise <romain@orebokech.com> + + * add-log.el (add-change-log-entry, change-log-merge): + Conditionally use `hard-newline'. + +2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change) + + * wid-edit.el (widget-field-end): If the overlay is no longer + associated with a buffer, behave as if the overlay didn't exist. + + * cus-edit.el (custom-add-see-also, custom-add-parent-links): + Make sure the links use the `custom-link' face. + +2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $. + (ld-script-mode): Don't set indent-line-function since we don't + have one. + +2006-01-13 Carsten Dominik <dominik@science.uva.nl> + + * textmodes/org.el: (org-open-file): Use mailcap for selecting an + application. + (org-file-apps-defaults-gnu): Use mailcap as the default for + selecting an application on a UNIX system. + (org-agenda-show-tags): New command. + (org-table-insert-hline): Keep cursor in current table line. + (org-table-convert): Offset effect of modifying + `org-table-insert-hline'. + (org-format-agenda-item): New optional argument TAG. + (org-compile-prefix-format): Handle %T format for the tag. + (org-expand-wide-chars): New function. + (org-table-insert-row, org-table-insert-hline): + Use `org-expand-wide-chars'. + (org-open-file): Fix bug in program launch. + (org-get-time-of-day): Fix bug with times before 1am. + (org-agenda-menu): Addes tags commands. + +2006-01-13 Agustin Martin <agustin.martin@hispalinux.es> + + * textmodes/ispell.el (ispell-init-process): Include the used + dictionary in ispell process start message. + (ispell-internal-change-dictionary): When flyspell-mode is active + and dictionary is changed, make sure ispell process is restarted + and flyspell word cache cleared out for the current buffer. + (ispell-change-dictionary): Make sure flyspell word cache is + cleared out in all buffers with active flyspell mode when + dictionary is globally changed. + Call ispell-internal-change-dictionary after dictionary change. + +2006-01-13 Eli Zaretskii <eliz@gnu.org> + + * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix. + + * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in. + (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright + years. Fix small differences wrt Makefile.in. + (recompile): Use --eval '(batch-byte-recompile-directory 0)', like + Makefile.in does. + +2006-01-12 Bill Wohler <wohler@newt.com> + + * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with + mh-search.el. + +2006-01-12 Masatake YAMATO <jet@gyve.org> + + * progmodes/ld-script.el: Update copyright year. + +2006-01-12 Chong Yidong <cyd@stupidchicken.com> + + * cus-theme.el (custom-theme-add-variable, custom-theme-add-face): + Don't add widget if setting undefined. + +2006-01-12 John Paul Wallington <jpw@pobox.com> + + * help-fns.el (describe-variable): Remove newlines from void + variable output. + +2006-01-13 Nick Roberts <nickrob@snap.net.nz> + + * wdired.el (wdired-mode-map): Add help echo for + wdired-abort-changes. + + * man.el (Man-file-name-regexp): Adjust for a list of files. + +2006-01-12 Masatake YAMATO <jet@gyve.org> + + * progmodes/ld-script.el (auto-mode-alist): Support + suffix conventions used in netbsd and eCos. + +2006-01-11 Luc Teirlinck <teirllm@auburn.edu> + + * cus-edit.el (custom-reset-menu, custom-buffer-create-internal) + (custom-variable-menu, custom-face-menu, custom-group-menu) + (Custom-mode-menu): Change names of menu items. (As discussed on + emacs-devel.) + (custom-face-menu): Add "Undo Edits" item. + + * startup.el (init-file-user): defcustom -> defvar. + + * tooltip.el (tooltip-mode): Doc fix. + +2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca> + + * reveal.el (reveal-post-command): window-buffer signals an error on + dead windows rather than returning nil. + (reveal-open-new-overlays): An overlay might die while we open others. + +2006-01-11 Bill Wohler <wohler@newt.com> + + * cus-dep.el (generated-custom-dependencies-file): Fix typo and + phrasing in docstring. + + * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes + can give some systems gas. Add new file mh-buffers.el. + +2006-01-06 Masatake YAMATO <jet@gyve.org> + + * font-lock.el (cpp-font-lock-keywords): Font lock keywords for + C preprocessor forward ported from GNU Emacs 21.2. + + * progmodes/asm-mode.el (asm-font-lock-keywords): + Use `cpp-font-lock-keywords'. + + * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto. + + * progmodes/ld-script.el (auto-mode-alist): Use \\> instead + of $ for "\\.ld[s]?". + 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.