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
c5992177
Commit
c5992177
authored
Dec 04, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
d4c2acb9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
0 deletions
+52
-0
lib-src/ChangeLog
lib-src/ChangeLog
+27
-0
lisp/ChangeLog
lisp/ChangeLog
+17
-0
src/ChangeLog
src/ChangeLog
+8
-0
No files found.
lib-src/ChangeLog
View file @
c5992177
2002-12-04 Richard M. Stallman <rms@gnu.org>
* Update getopt from gnulib version; changes described below.
* getopt1.c: Conditionally find getopt.h.
[_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
* getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
(libintl.h): Include this if _LIBC. Otherwise include gettext.h.
(wchar.h): Include, maybe.
(attribute_hidden): Define if not defind.
(__getopt_initialized): Use attribute_hidden.
(__libc_argc, __libc_argv): Renamed from original_argc, etc.
(__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
Conditional on USE_NONOPTION_FLAGS.
(SWAP_FLAGS): New definitions.
(exchange): Test USE_NONOPTION_FLAGS.
(_getopt_initialize): Test USE_NONOPTION_FLAGS.
(_getopt_internal): Error if argc < 1. New local var print_errors.
Improve test for ambiguous long option.
Add LIBIO support for error message output.
(NONOPTION_P): Test USE_NONOPTION_FLAGS.
* getopt.h: Maybe include ctype.h.
Treat __cplusplus like __STDC__.
(decls): Use __ in arg names.
2002-12-02 Stephen Eglen <stephen@gnu.org>
* emacsclient.c (main): Tell user how to start server within Emacs
...
...
lisp/ChangeLog
View file @
c5992177
2002-12-04 Richard M. Stallman <rms@gnu.org>
* gud.el (gud-menu-map): Delete CVS conflict markers.
* progmodes/cc-vars.el: Simply require wid-edit and custom
in eval-when-compile.
* progmodes/cc-menus.el: Don't require imenu.
* progmodes/cc-langs.el: Don't require cl.
(c-delete-duplicates): New function. Use instead of delete-duplicates.
* progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
Add an else-clause to the if to avoid confused compiler warning.
* tooltip.el (tooltip-gud-tips-p): Undo previous change.
2002-12-03 Dave Love <fx@gnu.org>
* international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
...
...
src/ChangeLog
View file @
c5992177
2002-12-04 Richard M. Stallman <rms@gnu.org>
* sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
* fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
* alloca.c: Don't use #error.
2002-12-03 Dave Love <fx@gnu.org>
* buffer.c (Qucs_set_table_for_input): New.
...
...
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