aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog69
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 @@
12004-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
62004-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
202004-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
332004-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
462004-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
542004-07-12 Luc Teirlinck <teirllm@auburn.edu>
55
56 * subr.el (with-selected-window): Doc fix.
57
582004-07-11 Luc Teirlinck <teirllm@auburn.edu>
59
60 * subr.el (get-buffer-window-list): Doc fix.
61
12004-07-10 Luc Teirlinck <teirllm@auburn.edu> 622004-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
15232004-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
14622004-05-14 David Ponce <david@dponce.com> 15312004-05-14 David Ponce <david@dponce.com>
1463 1532
1464 * tree-widget.el: New file. 1533 * tree-widget.el: New file.