aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-09 01:37:45 +0000
committerRichard M. Stallman2005-09-09 01:37:45 +0000
commit47b8bc5d4598a0335ad1d6453e0803df7b9a584b (patch)
tree89f92adc13d63316ea6456ac9ae1c44f13510b3b
parent090be3b65e179dfe25b9ab9b13c9d1141fec64ec (diff)
downloademacs-47b8bc5d4598a0335ad1d6453e0803df7b9a584b.tar.gz
emacs-47b8bc5d4598a0335ad1d6453e0803df7b9a584b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog45
-rw-r--r--lispref/ChangeLog4
2 files changed, 47 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3705f71c5ef..784e665acfa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
12005-09-08 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4 (sh-mode): Locally set skeleton-pair-default-alist.
5
6 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7
8 * progmodes/flymake.el: Require `compile' unconditionally.
9
10 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11
12 * woman.el (woman-file-name): Provide a default, not initial input.
13
14 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15
16 * font-lock.el (font-lock-support-mode): Doc fix.
17
18 * descr-text.el (describe-property-list): Handle non-symbol prop names.
19
202005-08-30 Richard M. Stallman <rms@gnu.org>
21
22 * simple.el (blink-matching-open): Get rid of text props from
23 the string shown in echo area. Don't permanently set point.
24 Some rearrangements.
25
26 * files.el (risky-local-variable-p):
27 Match `-predicates' and `-commands.
28
29 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
30 (custom-save-all): Visit the file if necessary;
31 kill the buffer if we created it.
32 (custom-save-delete): Don't visit file or kill buffer here.
33
12005-09-08 Reiner Steib <Reiner.Steib@gmx.de> 342005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2 35
3 * recentf.el (recentf-filename-handler): Add custom choice 36 * recentf.el (recentf-filename-handler): Add custom choice
@@ -65,8 +98,6 @@
65 * mouse.el (mouse-drag-header-line): Do nothing if the header-line 98 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
66 can't be moved; don't signal an error. 99 can't be moved; don't signal an error.
67 100
68 * custom.el (custom-push-theme): Fix last change.
69
702005-09-05 Chong Yidong <cyd@stupidchicken.com> 1012005-09-05 Chong Yidong <cyd@stupidchicken.com>
71 102
72 * cus-theme.el (custom-theme-write-faces): Save the current face 103 * cus-theme.el (custom-theme-write-faces): Save the current face
@@ -275,6 +306,16 @@
275 (tramp-advice-make-auto-save-file-name): Make defadvice only when 306 (tramp-advice-make-auto-save-file-name): Make defadvice only when
276 `make-auto-save-file-name' is not a magic file name operation. 307 `make-auto-save-file-name' is not a magic file name operation.
277 308
3092005-08-30 Richard M. Stallman <rms@gnu.org>
310
311 * files.el (risky-local-variable-p):
312 Match `-predicates' and `-commands.
313
314 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
315 (custom-save-all): Visit the file if necessary;
316 kill the buffer if we created it.
317 (custom-save-delete): Don't visit file or kill buffer here.
318
2782005-08-30 Carsten Dominik <dominik@science.uva.nl> 3192005-08-30 Carsten Dominik <dominik@science.uva.nl>
279 320
280 * textmodes/org.el (org-special-keyword): New face. 321 * textmodes/org.el (org-special-keyword): New face.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a16d3c9d6d5..7e603eb63aa 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-09-08 Richard M. Stallman <rms@gnu.org>
2
3 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4
12005-09-08 Chong Yidong <cyd@stupidchicken.com> 52005-09-08 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * locals.texi (Standard Buffer-Local Variables): Don't include 7 * locals.texi (Standard Buffer-Local Variables): Don't include