diff options
| author | Miles Bader | 2004-07-17 02:46:48 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-07-17 02:46:48 +0000 |
| commit | 21d1ca18bfb71eb82b574fd55339bc7441e6a449 (patch) | |
| tree | 454ad66687571c05feba856074dca94209292a4a /lisp/ChangeLog | |
| parent | 89f3c0c9fda25756ee311a6d0467a97bac203eb5 (diff) | |
| parent | dd0a3ea36a52518f4fcd2dea97859cfba63158f8 (diff) | |
| download | emacs-21d1ca18bfb71eb82b574fd55339bc7441e6a449.tar.gz emacs-21d1ca18bfb71eb82b574fd55339bc7441e6a449.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24
Merge from lorentey@elte.hu--2004/emacs--hacks--0, emacs--cvs-trunk--0
Patches applied:
* lorentey@elte.hu--2004/emacs--hacks--0--patch-2
Prevent special events from appending dashes to the echo string.
* lorentey@elte.hu--2004/emacs--hacks--0--patch-4
Added ChangeLog entry.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-451
Update from CVS: lisp/subr.el (get-buffer-window-list): Doc fix.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-452
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-454
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
Bash the dashes
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-456
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458
Update from CVS
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68fe5246458..6b2d3eb4145 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,64 @@ | |||
| 1 | 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change) | ||
| 2 | |||
| 3 | * buff-menu.el (list-buffers-noselect): Append the buffer's | ||
| 4 | process status to its mode name. | ||
| 5 | |||
| 6 | 2004-07-16 Kim F. Storm <storm@cua.dk> | ||
| 7 | |||
| 8 | * simple.el (inhibit-mark-movement): New defvar. | ||
| 9 | (beginning-of-buffer, end-of-buffer): Do not push mark if | ||
| 10 | inhibit-mark-movement is non-nil or C-u prefix is given. | ||
| 11 | |||
| 12 | * emulation/cua-base.el (cua--preserve-mark-commands): New defvar. | ||
| 13 | Init to beginning-of-buffer and end-of-buffer. | ||
| 14 | (cua--undo-push-mark): New defvar. | ||
| 15 | (cua--pre-command-handler): Set inhibit-mark-movement if mark is | ||
| 16 | already active and command is in cua--preserve-mark-commands. | ||
| 17 | Also fix check for shift modifier on non-window systems. | ||
| 18 | (cua--post-command-handler): Clear inhibit-mark-movement if set. | ||
| 19 | |||
| 20 | 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 21 | |||
| 22 | * calendar/cal-dst.el (calendar-time-from-absolute): Return a list | ||
| 23 | of two integers, instead of a cons. | ||
| 24 | |||
| 25 | * net/tramp.el (tramp-handle-verify-visited-file-modtime): | ||
| 26 | `visited-file-modtime' now returns a list of two integers, instead | ||
| 27 | of a cons. | ||
| 28 | |||
| 29 | * dired.el (dired-directory-changed-p): Ditto. | ||
| 30 | |||
| 31 | * progmodes/grep.el (grep): Doc fix. | ||
| 32 | |||
| 33 | 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 34 | |||
| 35 | * autorevert.el (auto-revert-tail-mode) | ||
| 36 | (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars. | ||
| 37 | (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not | ||
| 38 | in both at the same time. | ||
| 39 | (auto-revert-tail-mode): New command. | ||
| 40 | (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs. | ||
| 41 | (auto-revert-handler): Revert only either tail or whole file. | ||
| 42 | |||
| 43 | * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and | ||
| 44 | add auto-revert-tail-mode. | ||
| 45 | |||
| 46 | 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 47 | |||
| 48 | * printing.el: Doc fix. Change name of some funs. | ||
| 49 | (pr-dosify-file-name): New fun. Replace ps-dosify-path. | ||
| 50 | (pr-unixify-file-name): New fun. Replace ps-unixify-path. | ||
| 51 | (pr-standard-file-name): New fun. Replace pr-standard-path. | ||
| 52 | (pr-call-process): Code fix. | ||
| 53 | |||
| 54 | 2004-07-12 Luc Teirlinck <teirllm@auburn.edu> | ||
| 55 | |||
| 56 | * subr.el (with-selected-window): Doc fix. | ||
| 57 | |||
| 58 | 2004-07-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 59 | |||
| 60 | * subr.el (get-buffer-window-list): Doc fix. | ||
| 61 | |||
| 1 | 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> | 62 | 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 63 | ||
| 3 | * files.el (switch-to-buffer-other-window): Doc fix. | 64 | * files.el (switch-to-buffer-other-window): Doc fix. |
| @@ -1459,6 +1520,14 @@ | |||
| 1459 | (timer-event-handler): Set triggered-p element non-nil while running | 1520 | (timer-event-handler): Set triggered-p element non-nil while running |
| 1460 | the timer function. | 1521 | the timer function. |
| 1461 | 1522 | ||
| 1523 | 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 1524 | |||
| 1525 | * descr-text.el (describe-char-unicode-data) | ||
| 1526 | (describe-char-unicodedata-file): Re-enable the unicode code now that | ||
| 1527 | the licensing issues have been cleared in the unicode-4 license. | ||
| 1528 | (describe-text-properties-1): Remove unused `overlay' var. | ||
| 1529 | (describe-char): Remove unused var `buffer'. | ||
| 1530 | |||
| 1462 | 2004-05-14 David Ponce <david@dponce.com> | 1531 | 2004-05-14 David Ponce <david@dponce.com> |
| 1463 | 1532 | ||
| 1464 | * tree-widget.el: New file. | 1533 | * tree-widget.el: New file. |