aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ece7400276..257fdb3af96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dispnew.c (bitch_at_user): Use `user-error'.
4
12013-03-17 Ken Brown <kbrown@cornell.edu> 52013-03-17 Ken Brown <kbrown@cornell.edu>
2 6
3 * dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it 7 * dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it
@@ -12,8 +16,8 @@
12 * nsterm.h (EmacsSavePanel, EmacsOpenPanel): Add getFilename 16 * nsterm.h (EmacsSavePanel, EmacsOpenPanel): Add getFilename
13 and getDirectory. 17 and getDirectory.
14 18
15 * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): New 19 * nsfns.m (ns_filename_from_panel, ns_directory_from_panel):
16 functions. 20 New functions.
17 (Fns_read_file_name): ret is BOOL. If ! dir_only_p, don't choose 21 (Fns_read_file_name): ret is BOOL. If ! dir_only_p, don't choose
18 directories. If filename is nil, get directory name (Bug#13932). 22 directories. If filename is nil, get directory name (Bug#13932).
19 Use getFilename and getDirectory. 23 Use getFilename and getDirectory.
@@ -46,10 +50,6 @@
46 (syms_of_coding): Declare disable-ascii-optimization as a Lisp 50 (syms_of_coding): Declare disable-ascii-optimization as a Lisp
47 variable. 51 variable.
48 52
49 * global.h (struct emacs_globals): New member
50 f_disable_ascii_optimization.
51 (disable_ascii_optimization): New macro.
52
53 * lisp.h (adjust_after_replace): Cancel externing it. 53 * lisp.h (adjust_after_replace): Cancel externing it.
54 (insert_from_gap): Adjust prototype. 54 (insert_from_gap): Adjust prototype.
55 55