aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-26 19:41:22 +0000
committerEli Zaretskii2006-05-26 19:41:22 +0000
commit28b257dc4c8ba15a4045b13884054d8e626063cd (patch)
treee3dc364329bc5e8a25e15f62f011e6afe8040155
parent038783e6fc602bb2dc181561f6949389f6484a12 (diff)
downloademacs-28b257dc4c8ba15a4045b13884054d8e626063cd.tar.gz
emacs-28b257dc4c8ba15a4045b13884054d8e626063cd.zip
Remove 'tiny change' labels from Michael Cadilhac's changes.
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog4
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04bcbcb849b..6c630d3a2f9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -346,7 +346,7 @@
346 have non-nil values. Speed up by using add-to-list instead of 346 have non-nil values. Speed up by using add-to-list instead of
347 manual consing. 347 manual consing.
348 348
3492006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 3492006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
350 350
351 * progmodes/make-mode.el (makefile-mode): Doc fix. 351 * progmodes/make-mode.el (makefile-mode): Doc fix.
352 352
@@ -911,7 +911,7 @@
911 reference to the Lisp manual to the warning about pure space 911 reference to the Lisp manual to the warning about pure space
912 overflow. 912 overflow.
913 913
9142006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 9142006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
915 915
916 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload' 916 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
917 argument to avoid the call to `ispell-internal-change-dictionary' 917 argument to avoid the call to `ispell-internal-change-dictionary'
@@ -1771,7 +1771,7 @@
1771 * files.el (hack-local-variables-confirm) <offer-save>: 1771 * files.el (hack-local-variables-confirm) <offer-save>:
1772 Clarify message text. Suggested by Ralf Angeli. 1772 Clarify message text. Suggested by Ralf Angeli.
1773 1773
17742006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change) 17742006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
1775 1775
1776 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. 1776 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1777 (delete-extract-rectangle-line): Use `filter-buffer-substring' 1777 (delete-extract-rectangle-line): Use `filter-buffer-substring'
@@ -8599,7 +8599,7 @@
8599 since the last ping. 8599 since the last ping.
8600 (rcirc-mode): Give rcirc-topic a local binding here. 8600 (rcirc-mode): Give rcirc-topic a local binding here.
8601 8601
86022005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change) 86022005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
8603 8603
8604 * subr.el (read-passwd): Fontify the prompt as we do with other 8604 * subr.el (read-passwd): Fontify the prompt as we do with other
8605 prompts. 8605 prompts.
@@ -10210,7 +10210,7 @@
10210 10210
10211 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'. 10211 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10212 10212
102132005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change) 102132005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10214 10214
10215 * play/blackbox.el (blackbox-redefine-key): New function. 10215 * play/blackbox.el (blackbox-redefine-key): New function.
10216 (blackbox-mode-map): Use it to remap existing bindings for cursor 10216 (blackbox-mode-map): Use it to remap existing bindings for cursor
@@ -11474,7 +11474,7 @@
11474 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): 11474 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11475 Typo. 11475 Typo.
11476 11476
114772005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change) 114772005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11478 11478
11479 * play/zone.el (zone): Wrap body with save-window-excursion. 11479 * play/zone.el (zone): Wrap body with save-window-excursion.
11480 11480
diff --git a/src/ChangeLog b/src/ChangeLog
index de8a22a0201..8ba00b65ddd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -697,7 +697,7 @@
697 697
698 * puresize.h (BASE_PURESIZE): Increment to 1210000. 698 * puresize.h (BASE_PURESIZE): Increment to 1210000.
699 699
7002006-04-13 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 7002006-04-13 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
701 701
702 * print.c (Fprin1_to_string): Mention in the `doc' that the 702 * print.c (Fprin1_to_string): Mention in the `doc' that the
703 behavior is modified by `print-level' and `print-length'. 703 behavior is modified by `print-level' and `print-length'.
@@ -818,7 +818,7 @@
818 * xfaces.c (Finternal_merge_in_global_face, try_font_list): 818 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
819 Add explicit braces to avoid ambiguous `else'. 819 Add explicit braces to avoid ambiguous `else'.
820 820
8212006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 8212006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
822 822
823 * dispnew.c (init_display): Don't init X display if the user asked 823 * dispnew.c (init_display): Don't init X display if the user asked
824 for a non-X display. 824 for a non-X display.