Glenn Morris
0d4bcf4ddd
NOT_C_CODE is always true now.
...
* configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
* m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
Remove NOT_C_CODE tests, it is always true now.
* nt/config.nt: Remove NOT_C_CODE tests, it is always true now.
* admin/CPP-DEFINES: Remove NOT_C_CODE.
2010-06-02 22:29:02 -07:00
Glenn Morris
0116466b56
Remove some unused #define's, previously replaced by variables.
...
* configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
* src/Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
(LIBX_BASE): Use $LD_SWITCH_X_SITE.
* nt/config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
* msdos/sed1v2.inp: Comment.
2010-05-12 20:18:04 -07:00
Juanma Barranquero
4e2af7825f
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
Stefan Monnier
0235128c15
Merge from emacs-23
2010-05-08 14:47:07 -04:00
Chong Yidong
19ae0deb1c
Bump version to 23.2.50.
2010-05-08 00:46:44 -04:00
Chong Yidong
61a808e819
Bump version to 23.2.
2010-05-07 23:28:26 -04:00
Glenn Morris
27a2cdfc50
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
...
* configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE as well.
(LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
* nt/config.nt (LD_SWITCH_X_SITE_AUX): Remove.
* src/s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
variable.
* src/s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
(LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
* src/s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
(LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
LD_SWITCH_SYSTEM_tmp.
* src/Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
New variables, set by configure.
2010-05-03 20:13:35 -07:00
Chong Yidong
8838172bf0
Bump version to 23.1.97.
2010-05-03 21:31:59 -04:00
Chong Yidong
4a787cd276
* emacs.manifest: Add trustInfo section to Windows manifest.
...
See http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00805.html
for details.
2010-04-20 11:46:52 -04:00
Chong Yidong
958631c4cc
Bump version to 23.1.96.
2010-04-19 21:29:37 -04:00
Stefan Monnier
eb6967a081
Remove the Arch metafiles.
2010-04-12 23:06:50 -04:00
Chong Yidong
d86d8ea85a
Bump version to 23.1.95.
2010-04-02 20:42:10 -04:00
Chong Yidong
66da5719da
Bump version to 23.1.94 and regenerate ldefs-boot.el.
2010-03-10 23:03:11 -05:00
Chong Yidong
288f9fc069
Bump version to 24.0.50.
2010-03-10 10:17:13 -05:00
Chong Yidong
5d752593a5
Bump version to 23.1.93; regenerate AUTHORS.
2010-02-26 22:09:45 -05:00
Glenn Morris
60e552a5d4
* inc/grp.h: Remove execute bit.
2010-02-03 21:17:02 -08:00
Chong Yidong
e1c6f91c71
Bump version to 23.1.92.
2010-01-29 21:09:50 -05:00
Martin Rudalics
59ef8268d5
Fix breakage to nt/emacsclient.rc in 2010-01-13T08:35:10Z!rgm@gnu.org
2010-01-13 13:11:48 +01:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Chong Yidong
829f35a5bb
Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.
2009-12-30 21:14:46 -05:00
Juanma Barranquero
6d96d18fcf
INSTALL: Remove obsolete notes about line endings, and fix some typos.
2009-12-28 16:24:26 +01:00
Karl Fogel
ee6f37f26d
* INSTALL: Update for CVS->Bazaar switchover.
2009-12-27 18:40:01 -05:00
Chong Yidong
a3ff15d6fc
Bump version to 23.1.90.
2009-12-09 02:06:16 +00:00
Juanma Barranquero
f179addc9b
* configure.bat: Add #define PROFILING to config.h.
2009-09-14 23:00:52 +00:00
Jason Rumney
0a3472c7b9
* w32term.c (w32_initialize): Use standard types.
...
* runemacs.c (set_user_model_id): Use standard types.
* emacsclient.c (w32_set_user_model_id): Use standard types.
2009-07-03 15:32:02 +00:00
Jason Rumney
ff90fbdecc
bug#1849 - Windows 7 Taskbar Support
...
* w32term.c (w32_initialize): Use GetModuleHandle for library that
is already loaded.
Set user model ID if supported (bug#1849).
* runemacs.c (set_user_model_id): New function.
(WinMain): Use it.
* emacsclient.c (w32_give_focus): Use GetModuleHandle for library
that is already loaded.
(w32_set_user_model_id): New function.
(main): Use it to associate emacsclient with emacs (bug#1849).
2009-06-30 15:48:23 +00:00
Chong Yidong
7024347875
Add "Branch for 23.1" ChangeLog entry.
2009-06-21 14:35:26 +00:00
Chong Yidong
d7ae78c031
Bump version to 23.1.50.
2009-06-21 04:46:07 +00:00
Chong Yidong
2bb4a75381
Bump version number to 23.0.95.
2009-06-19 17:10:49 +00:00
Chong Yidong
70cb3ee246
Bump version to 23.0.94.
2009-05-23 03:13:49 +00:00
Chong Yidong
b336408c6b
Bump version to 23.0.93.
2009-05-01 15:32:01 +00:00
Chong Yidong
91e6d74d7b
Bump version to 23.0.92.
2009-03-31 02:04:39 +00:00
Eli Zaretskii
22749e9acb
inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.
...
inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid to unsigned.
(getpwuid): Argument is now unsigned.
uid_t is now unsigned.
ntlib.c (setuid): Argument is now unsigned.
(getuid): Return value is now unsigned.
(getpwuid): Argument is now unsigned.
(fchown): UID and GID arguments are now unsigned.
ntlib.h (fchown): UID and GID arguments are now unsigned.
(getuid): Return value is now unsigned.
(setuid): Argument is now unsigned.
(getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
w32.c (getpwuid): Change argument type to unsigned.
(struct w32_id): Change type of `rid' member to unsigned.
(w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
argument ID to unsigned. All callers changed.
(getuid, geteuid, getgid, getegid): Change return type to unsigned.
2009-03-21 11:31:50 +00:00
Miles Bader
75aaefe8c1
Add arch tagline
2009-03-04 06:02:06 +00:00
Juanma Barranquero
9b2c84d645
Add .gitignore rules for in-place builds.
2009-03-03 15:47:54 +00:00
Chong Yidong
3f2d84c759
Bump version to 23.0.91.
2009-02-26 01:06:51 +00:00
Juanma Barranquero
1640b45278
* INSTALL: Add comment about TCC; fix typos.
2009-02-24 11:05:40 +00:00
Chong Yidong
a436e145b7
Bump version to 23.0.90.
2009-02-01 22:04:25 +00:00
Jason Rumney
c24f4bf956
Swap name and description. Remove Windows versions.
2009-01-26 01:51:18 +00:00
Jason Rumney
f4c45b4fb6
(UUID): New library for COM/OLE lookups.
2009-01-15 15:18:43 +00:00
Jason Rumney
7207c1a9e3
($(BLD)/addpm.exe): Link with SHELL and OLE libs.
2009-01-15 15:17:44 +00:00
Jason Rumney
84ef4ca220
(main): Try using COM to create start menu shortcuts
...
before resorting to DDE (Bug#202)
Remove second command-line argument.
2009-01-15 15:03:15 +00:00
Jason Rumney
707a78b298
Postscript image support apparently isn't complete on any platform
...
(see emacs-devel discussion concluding 2009-01-10 05:10 GMT)
2009-01-10 05:23:42 +00:00
Glenn Morris
f5d0ac07d6
Add 2009 to copyright years.
2009-01-08 03:38:51 +00:00
Juanma Barranquero
296590671b
Fix typo.
2009-01-03 15:27:02 +00:00
Juanma Barranquero
8d67bc8ea7
* configure.bat: Untabify help message.
2009-01-03 15:25:47 +00:00
Jason Rumney
8bc63b1a23
* configure.bat: New option --with-svg.
...
* INSTALL: Document experimental SVG support.
2009-01-03 12:57:28 +00:00
Jason Rumney
8cd9848291
*** empty log message ***
2008-12-25 15:32:18 +00:00
Jason Rumney
9ee85856f6
(PTR): Remove.
2008-12-25 14:30:22 +00:00
Dan Nicolaescu
06e111a6ef
Reorganize implementation of Flist_system_processes and
...
Fsystem_process_attributes. No functional changes.
* process.c: Don't #include pwd.h, grp.h and limits.h.
(Flist_system_processes): Just call list_system_processes.
(Fsystem_process_attributes): Just call system_process_attributes.
(procfs_list_system_processes, time_from_jiffies)
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory, procfs_system_process_attributes): Move ...
* sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
(list_system_processes): Rename from
procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
Provide a do nothing implementation.
(system_process_attributes): Rename from
procfs_list_system_processes.
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
* w32.c (list_system_processes): Rename from
w32_list_system_processes.
(system_process_attributes): Rename from
w32_system_process_attributes.
* s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
* process.h (w32_list_system_processes)
(w32_system_process_attributes): Remove.
(list_system_processes, system_process_attributes): New
prototypes.
* config.nt (LISTPROC, PROCATTR): Remove.
2008-12-19 19:50:35 +00:00