Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6108209e
Commit
6108209e
authored
Dec 04, 2004
by
Kim F. Storm
Browse files
*** empty log message ***
parent
c6db81aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
src/ChangeLog
src/ChangeLog
+7
-10
No files found.
src/ChangeLog
View file @
6108209e
2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macterm.h (cfstring_create_with_utf8_cstring): Added prototype.
* image.c (image_load_quartz2d): Use
cfstring_create_with_utf8_cstring
* macmenu.c (add_menu_item): Use
cfstring_create_with_utf8_cstring
* macfns.c (x_set_name, x_set_title): Use
cfstring_create_with_utf8_cstring
(Fx_file_dialog): Use cfstring_create_with_utf8_cstring and use
constant CFRefs instead of creating them each time for labels.
* mac.c (cfstring_create_with_utf8_cstring): Added to prevent
* macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
* mac.c (cfstring_create_with_utf8_cstring): Add to prevent
crashes with invalid characters.
* macmenu.c (add_menu_item): Use it.
* image.c (image_load_quartz2d): Likewise.
* macfns.c (x_set_name, x_set_title): Likewise.
(Fx_file_dialog): Likewise. Use constant CFRefs instead of
creating them each time for labels.
2004-12-02 Richard M. Stallman <rms@gnu.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment