Jim Meyering
c2cd06e61e
remove useless if-before-free tests
...
* lib-src/ebrowse.c (xfree): Likewise.
* lib-src/etags.c (process_file_name, free_tree, free_fdesc): Likewise.
(popclass_above, Prolog_functions, Erlang_functions): Likewise.
* lib-src/pop.c (pop_quit): Likewise.
* lwlib/lwlib-Xm.c (xm_update_one_value): Likewise.
* lwlib/lwlib.c (safe_free_str, free_widget_value_tree): Likewise.
* src/editfns.c (Fset_time_zone_rule): Likewise.
* src/lread.c (nosuffix): Likewise.
* src/ralloc.c (get_bloc): Likewise.
* src/regex.c (reg_free): Likewise.
* src/xftfont.c (xftfont_open, xftfont_close): Likewise.
* src/xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
* src/xsmfns.c (smc_save_yourself_CB): Likewise.
2008-06-02 06:00:54 +00:00
Glenn Morris
9ec0b715e2
Switch to recommended form of GPLv3 permissions notice.
2008-05-14 07:50:26 +00:00
Kenichi Handa
f6bac5582b
(x_load_resources): Don't setup a fontset resource.
2008-05-14 01:43:24 +00:00
Miles Bader
430d2ee291
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Glenn Morris
8cabe764e9
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
Miles Bader
e468b87f91
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 824-831)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 70-74)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
2007-07-27 10:52:18 +00:00
Glenn Morris
684d6f5bcc
Switch license to GPLv3 or later.
2007-07-25 05:19:07 +00:00
Miles Bader
c0466914ba
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 586-614)
- Update from CVS
- Update from erc--emacs--22
- Merge from gnus--rel--5.10
- Merge from erc--main--0
- Make byte compiler correctly write circular constants
* gnus--rel--5.10 (patch 186-196)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
2007-01-26 06:16:11 +00:00
Glenn Morris
4e6835dbc4
Add 2007 to copyright years.
2007-01-21 04:57:37 +00:00
Kenichi Handa
a8986f4c91
(x_load_resources): Setup the default fontSet X reource.
2006-12-20 07:07:13 +00:00
Romain Francoise
8fd0f424be
(gethomedir): Use xstrdup.
2006-04-10 11:01:29 +00:00
Andreas Schwab
f8f107772d
(gethomedir): Make sure to always return a pointer that
...
can be passed to free.
2006-04-10 09:33:40 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Ken Raeburn
0cf366568e
(malloc, realloc, free) [emacs]: Undefine macros before defining.
2006-02-05 13:45:35 +00:00
Thien-Thi Nguyen
0b5538bd85
Update years in copyright notice; nfc.
2005-08-07 12:33:19 +00:00
Lute Kamstra
4fc5845fe8
Update FSF's address.
2005-07-04 16:49:24 +00:00
Thien-Thi Nguyen
5b9c0a1d12
Remove reference to defunct vms-pwd.h.
...
For pwd.h, use HAVE_PWD_H, not !VMS.
2005-04-20 15:07:03 +00:00
Jan Djärv
6ca30ba48f
* xrdb.c (x_load_resources): Undo previous change (2005-03-18).
2005-03-22 21:42:44 +00:00
Jan Djärv
c7f6afd598
* xrdb.c (x_load_resources): Use different char *helv when I18N
...
is present.
2005-03-18 20:39:32 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
aa7e46604a
(file_p): Rename arg path' to filename'.
2002-03-03 20:09:47 +00:00
Gerd Moellmann
cca1b1d7ca
(SYSV): Don't define on Solaris 2.
...
From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>.
2001-08-16 12:55:40 +00:00
Gerd Moellmann
b6a15240ff
(x_load_resources) [USE_MOTIF]: Remove extraneous arg
...
to sprintf.
2001-03-12 12:49:02 +00:00
Stefan Monnier
cf9b4b0b2c
(x_load_resources): Use the class name in the defaults.
2000-10-30 21:56:17 +00:00
Gerd Moellmann
6bbd7a2959
Avoid some more compiler warnings.
2000-09-21 20:54:57 +00:00
Gerd Moellmann
06bbf61869
(x_load_resources): Add default resource for scroll bar's
...
trough color and main window's background color.
2000-06-22 22:05:37 +00:00
Sam Steingold
427ec0820c
Don't declare xmalloc, xrealloc.
2000-06-20 18:17:05 +00:00
Dave Love
11cb8c532d
Remove redundant unistd.h inclusion.
2000-06-19 22:14:24 +00:00
Dave Love
fc6c5dfed8
(x_load_resources): Set default resources for resource
...
classes instead of for the specific Emacs.
2000-06-19 22:09:06 +00:00
Gerd Moellmann
8d56e206a2
(get_fallback): Remove unused variable.
...
(x_load_resources): Ditto. Put local variable used for Motif only
in #ifdef USE_MOTIF.
1999-09-16 20:20:10 +00:00
Gerd Moellmann
4da4f20133
(x_load_resources): Set double-click time defaults
...
for Motif list boxes from double-click-time.
(x_load_resources): Add default resoures for file
selection dialog.
(x_load_resources): Add grey background colors as
defaults for menus, scroll bars, and dialogs.
(x_load_resources): Add font defaults for menus and
dialogs.
1999-07-21 21:43:52 +00:00
Richard M. Stallman
57bda87a94
Use epaths.h istead of paths.h.
1999-02-26 11:41:17 +00:00
Andreas Schwab
dfcf069d56
Fix -Wimplicit warnings.
1998-04-14 12:25:56 +00:00
Richard M. Stallman
012c3e713f
Include paths.h.
1997-08-16 21:47:25 +00:00
Richard M. Stallman
58c7da0cdd
(get_system_app): Use PATH_X_DEFAULTS.
1997-08-16 18:31:23 +00:00
Richard M. Stallman
0e55297e4c
(X_DEFAULT_SEARCH_PATH): Add /usr/X11R6/lib alternatives.
1997-08-12 16:11:03 +00:00
Richard M. Stallman
3fa18fb28a
(get_user_app): Free the gethomedir value.
1997-04-27 03:18:20 +00:00
Erik Naggum
3b7ad313e0
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
Richard M. Stallman
2dc25e2af5
Don't include sys/param.h.
...
(MAXPATHLEN): Definition deleted.
1995-01-18 23:23:58 +00:00
Richard M. Stallman
2d487ae57b
(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
1994-09-16 07:51:10 +00:00
Richard M. Stallman
8f510a7131
[USG5] (SYSV): Don't define if already defined.
1994-07-20 07:19:35 +00:00
Richard M. Stallman
082dc21123
(x_load_resources) [USE_X_TOOLKIT]: Don't call XrmInitialize.
1994-05-05 20:30:32 +00:00
Karl Heuer
3a22ee3595
Update copyright.
1994-05-04 02:41:09 +00:00
Karl Heuer
1cac1f6f2f
(gethomedir): Look at LOGNAME before USER.
1994-02-12 00:12:15 +00:00
Karl Heuer
e29ad34213
(x_get_customization_string): Use get_system_name instead of gethostname.
1994-02-02 06:26:21 +00:00
Richard M. Stallman
0f2cd61fa5
(S_ISDIR): Define if not defined.
...
(file_p): Use S_ISDIR.
(search_magic_path): Fix logic testing for empty path element.
1994-01-21 06:34:16 +00:00
Richard M. Stallman
05be3f1a8a
(search_magic_path): Fix colon-colon case.
1993-11-23 03:23:05 +00:00
Roland McGrath
18160b98ce
Include <config.h> instead of "config.h".
1993-09-10 06:15:46 +00:00
Richard M. Stallman
abfc2e5fd2
(x_get_customization_string): Don't use value of strcpy.
1993-08-10 21:16:01 +00:00
Jim Blandy
d8717d1508
* config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
...
configure to edit.
* xrdb.c (get_user_db): Test it to decide whether or not to try to
retrieve the screen-dependent resources.
1993-07-31 01:31:46 +00:00