aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Minimize blessmail-related cpp usage, with an eye to future removal.Glenn Morris2010-05-061-0/+9
| | | | | | | | | | | | | | | | * lib-src/Makefile.in: (BLESSMAIL_TARGET): New variable. (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable. (blessmail): Always define this rule. (need-blessmail): New rule, split out from maybe-blessmail. (maybe-blessmail): Use BLESSMAIL_TARGET.
* | lib-src/ChangeLog: Remove duplicate entry.Juanma Barranquero2010-05-061-7/+1
| |
* | Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.Glenn Morris2010-05-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output variables, replacing c_switch_machine, c_switch_system. * src/s/aix4-2.h (C_SWITCH_SYSTEM): * src/m/alpha.h (C_SWITCH_MACHINE): Move to configure.in. * src/Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New variables, set by configure. (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of $c_switch_machine and $c_switch_system. * lib-src/Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than @c_switch_system@, @c_switch_machine@.
* | * Makefile.in (LIBS_MACHINE): Remove, unused.Dan Nicolaescu2010-04-261-0/+4
| | | | | | | | | | * Makefile.in (LIBS_MACHINE): Remove all uses, unused. * configure.in (LIBS_MACHINE): Remove, unused.
* | Merge from emacs-23Stefan Monnier2010-04-191-0/+6
|\ \ | |/
| * Add stubs for Windows, required after CVE-2010-0825 change.Juanma Barranquero2010-04-031-0/+6
| | | | | | | | | | * ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
* | * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to theDan Nicolaescu2010-04-121-0/+5
| | | | | | | | non-cpp section.
* | Use autoconf, not cpp for some variables.Dan Nicolaescu2010-04-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using autoconf, not cpp. (ALL_CFLAGS): Use them as make variables.
* | * lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.Christoph2010-04-071-0/+5
| |
* | Add stubs for Windows, required after CVE-2010-0825 change.Juanma Barranquero2010-04-031-0/+6
| | | | | | | | | | * ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
* | Merge from emacs-23Stefan Monnier2010-04-021-8/+8
|\ \ | |/
| * Fix permissions handling (CVE-2010-0825).Chong Yidong2010-04-021-0/+6
| | | | | | | | | | | | * movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
| * Fix typos in ChangeLogs.Juanma Barranquero2010-04-021-8/+8
| |
| * `make uninstall' fix (Bug#5620).Chong Yidong2010-03-191-0/+5
| | | | | | | | | | * Makefile.in (uninstall): Handle the case where archlibdir does not exist. (Bug#5720)
* | Fix permissions handling (CVE-2010-0825).Chong Yidong2010-04-021-0/+6
| | | | | | | | | | | | * movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. * movemail.c: * etags.c: * emacsclient.c: Remove extern errno declarations.
* | Cosmetic changes to lib-src/Makefile.in.Glenn Morris2010-03-201-0/+8
| | | | | | | | | | | | | | | | * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by defining these as Makefile variables. (LIBS_MOVE): Add LIBS_MAIL into this. (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
* | Replace some cpp with autoconf.Glenn Morris2010-03-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (--with-mmdf, --with-mail-unlink): New options, off by default. (--with-mailhost): New option to set default POP host. (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL) (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB): New variables, substituted in Makefiles. (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF. (LIBGIF): Use AC_SUBST rather than AC_DEFINE. (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO) (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES) (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs. * lib-src/Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp. (BASE_CFLAGS): Remove (identical to CPP_CFLAGS). * src/Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF) (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
* | Close bug#5720.Tetsurou Okazaki2010-03-171-0/+5
| | | | | | | | | | * Makefile.in, lib-src/Makefile.in (uninstall): Handle the case where archlibdir does not exist.
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* Fix typos in Changelogs.Juanma Barranquero2010-03-081-1/+1
|
* * etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).Chong Yidong2010-02-201-0/+5
|
* Mark last change as tiny.Chong Yidong2010-01-291-1/+1
|
* * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).Chong Yidong2010-01-291-0/+5
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Set copyright year to 2010.Glenn Morris2010-01-101-0/+6
| | | | | | | | | | | | | * Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|
* * lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: UseChong Yidong2009-12-091-0/+5
| | | | parenthesis for macros for nmake compatibility.
* * etags.c (absolute_filename): Use memove if we have it for overlapping copy.Jan Djärv2009-11-231-0/+5
|
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-041-0/+4
| | | | * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
* * .gitignore: Add echolisp.tmp.Juanma Barranquero2009-10-151-0/+4
|
* (print_help_and_exit): Fix bug report instructions.Glenn Morris2009-10-151-0/+2
|
* (echolisp): New rule.Glenn Morris2009-10-151-0/+5
| | | | (clean): Delete echolisp.tmp.
* (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,Eli Zaretskii2009-09-271-0/+6
| | | | | emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with src/Makefile.in.
* (main): Sort scores before trimming them,Stefan Monnier2009-09-111-0/+5
| | | | reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
* ($(DESTDIR)${archlibdir}): Set umask to world-readable before creatingGlenn Morris2009-09-091-0/+5
| | | | directories and game score files.
* Fix typos.Juanma Barranquero2009-09-071-9/+9
|
* Remove cvtmail.Glenn Morris2009-08-191-0/+1
|
* (UTILITIES): Remove cvtmail.Glenn Morris2009-08-191-0/+5
| | | | (cvtmail${EXEEXT}): Remove.
* * b2m.c (main): Ensure that each message ends in two newlines.Chong Yidong2009-07-081-0/+4
|
* * w32term.c (w32_initialize): Use standard types.Jason Rumney2009-07-031-0/+4
| | | | | * runemacs.c (set_user_model_id): Use standard types. * emacsclient.c (w32_set_user_model_id): Use standard types.
* (WINNT_SUPPORT): Add common-win.elc, like src/Makefile.in did.Eli Zaretskii2009-07-031-0/+5
|
* bug#1849 - Windows 7 Taskbar SupportJason Rumney2009-06-301-0/+7
| | | | | | | | | | | | | | * 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).
* Remove useless if-before-free test.Jim Meyering2009-06-291-0/+5
| | | | * make-docfile.c (scan_lisp_file): Remove useless test.
* (movemail.o): Don't pass -Demacs, unused.Dan Nicolaescu2009-06-231-0/+4
|
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* * mac-fix-env.m: * Makefile.in (mac-fix-env): Remove.Adrian Robert2009-06-091-0/+5
|
* Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.Adrian Robert2009-06-071-0/+4
|
* * emacsclient.c (print_help_and_exit): Fix typo and tabify (carefulJuanma Barranquero2009-04-201-0/+5
| | | | spacing is required in the message output, as the comment suggests).
* * emacsclient.c (print_help_and_exit): Clarify argument placementChong Yidong2009-04-201-0/+5
| | | | for short option names.