annotate oldXMenu/README @ 109726:64732fa6188a
Use const char* instead of char*.
Reduce the number of warnings with -Wwrite-strings.
* src/xrdb.c (get_environ_db, get_system_name):
* src/unexelf.c (find_section):
* src/term.c (string_cost, string_cost_one_line, per_line_cost)
(get_named_tty, init_tty):
* src/sysdep.c (sys_subshell):
* src/sound.c (sound_perror, sound_warning, vox_open, vox_init)
(alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
* src/search.c (Freplace_match):
* src/process.c (Fmake_network_process, send_process, init_process):
* src/lread.c (Fload, init_lread):
* src/keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
* src/keyboard.c (parse_tool_bar_item, struct event_head):
* src/gtkutil.h (xg_get_font_name):
* src/gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
(make_widget_for_menu_item, make_menu_item, create_menus)
(xg_make_tool_item):
* src/font.c (parse_matrix, font_parse_name):
* src/floatfns.c (rounding_driver, float_error_fn_name):
* src/filelock.c (get_boot_time_1, lock_file_1):
* src/fileio.c (barf_or_query_if_file_exists, check_writable):
* src/editfns.c (get_system_name, get_operating_system_release)
(Fencode_time, Fset_time_zone_rule):
* src/dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
* src/buffer.c (defvar_per_buffer): Use const.
author |
Dan Nicolaescu <dann@ics.uci.edu> |
date |
Mon, 09 Aug 2010 02:35:21 -0700 |
parents |
b6efdc75a68e |
children |
|
rev |
line source |
76134
|
1 Most of the files in this directory are originally from the X11R2
|
76185
|
2 XMenu library, distributed by MIT under the terms in the file copyright.h.
|
25858
|
3
|
|
4 As of Release 2 of the X Window System, Version 11 from MIT, the XMenu
|
76134
|
5 library is no longer supported. It is not used in any software
|
|
6 supplied by MIT and its use is not encouraged.
|
|
7
|
|
8 In X11R1, oldXMenu/ was found in the lib/ directory of the X11 source;
|
|
9 but in X11R2 it was moved to contrib/.
|
|
10
|
|
11 The following files are from the X11 oldXMenu/ directory:
|
25858
|
12
|
76134
|
13 Activate.c AddPane.c AddSel.c ChgPane.c ChgSel.c Create.c DelPane.c
|
|
14 DelSel.c Destroy.c Error.c EvHand.c FindPane.c FindSel.c InsPane.c
|
|
15 InsSel.c Internal.c Locate.c Post.c Recomp.c SetAEQ.c SetFrz.c
|
|
16 SetPane.c SetSel.c XMenu.h XMenuInt.h (renamed from "XMenuInternal.h")
|
|
17
|
|
18 The following files are from the X11 oldX/ directory:
|
|
19
|
|
20 X10.h XCrAssoc.c XDelAssoc.c XDestAssoc.c XLookAssoc.c XMakeAssoc.c
|
|
21
|
|
22 This code is used by Emacs in the absence of an X-toolkit.
|