diff options
| author | Stefan Monnier | 2010-09-12 16:35:37 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-12 16:35:37 +0200 |
| commit | 5616cc54c5d2f39259d5530c2e4419c4f35356eb (patch) | |
| tree | 246fcb7e4278217bf91333d9fd885220e7b6d4e0 /src/ChangeLog | |
| parent | 94c7243ba432a96be1541253013669b18eed713e (diff) | |
| download | emacs-5616cc54c5d2f39259d5530c2e4419c4f35356eb.tar.gz emacs-5616cc54c5d2f39259d5530c2e4419c4f35356eb.zip | |
* lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.
* src/fns.c (Fy_or_n_p): Move to lisp/subr.el.
(syms_of_fns): Don't defsubr Sy_or_n_p.
* src/lisp.h: Don't declare Fy_or_n_p.
* src/fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9578130afd5..c866258c6fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fns.c (Fy_or_n_p): Move to lisp/subr.el. | ||
| 4 | (syms_of_fns): Don't defsubr Sy_or_n_p. | ||
| 5 | * lisp.h: Don't declare Fy_or_n_p. | ||
| 6 | * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p. | ||
| 7 | |||
| 1 | 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 9 | ||
| 3 | * xml.c (Fxml_parse_buffer): New function to parse XML files. | 10 | * xml.c (Fxml_parse_buffer): New function to parse XML files. |
| @@ -70,8 +77,8 @@ | |||
| 70 | characters. | 77 | characters. |
| 71 | 78 | ||
| 72 | * term.c (encode_terminal_code): Fix the previous change. | 79 | * term.c (encode_terminal_code): Fix the previous change. |
| 73 | (produce_glyphs): Don't set it->char_to_display here. Don't | 80 | (produce_glyphs): Don't set it->char_to_display here. |
| 74 | handle unibyte-display-via-language-environment here. | 81 | Don't handle unibyte-display-via-language-environment here. |
| 75 | (produce_special_glyphs): Set temp_it.char_to_display before | 82 | (produce_special_glyphs): Set temp_it.char_to_display before |
| 76 | calling produce_glyphs. | 83 | calling produce_glyphs. |
| 77 | 84 | ||
| @@ -114,7 +121,7 @@ | |||
| 114 | 2010-08-29 Kenichi Handa <handa@m17n.org> | 121 | 2010-08-29 Kenichi Handa <handa@m17n.org> |
| 115 | 122 | ||
| 116 | * term.c (encode_terminal_code): Encode byte chars to the | 123 | * term.c (encode_terminal_code): Encode byte chars to the |
| 117 | correspnding bytes. | 124 | corresponding bytes. |
| 118 | 125 | ||
| 119 | 2010-08-29 Jan Djärv <jan.h.d@swipnet.se> | 126 | 2010-08-29 Jan Djärv <jan.h.d@swipnet.se> |
| 120 | 127 | ||