Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
99033785
Commit
99033785
authored
Jul 09, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ChangeLog to reflect merge better.
parent
0f5860c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/ChangeLog
src/ChangeLog
+8
-7
No files found.
src/ChangeLog
View file @
99033785
2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
Fix minor problems found by static checking (Bug#9031).
* chartab.c (char_table_set_range, map_sub_char_table):
Remove unused locals.
(uniprop_table): Now static.
* composite.c (_work_char): Remove unused static var.
2011-07-09 Juanma Barranquero <lekktu@gmail.com>
* chartab.c (uniprop_table_uncompress): Remove unused local variable.
...
...
@@ -12,13 +20,6 @@
2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
Fix minor problems found by static checking (Bug#9031).
* chartab.c (char_table_set_range, map_sub_char_table)
(uniprop_table_uncompress): Remove unused locals.
(uniprop_table): Now static.
* composite.c (_work_char): Remove unused static var.
* gtkutil.c (qttip_cb): Remove stray no-effect statement.
Use pthread_sigmask, not sigprocmask (Bug#9010).
sigprocmask is portable only for single-threaded applications, and
Emacs can be multi-threaded when it uses GTK.
...
...
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