summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0925-274/+245
|
* Include sys/types.h, sys/stat.h, and errno.h.Eli Zaretskii2008-05-092-0/+153
| | | | | (IS_DIRECTORY_SEP): New macro. (convert_time, is_exec, stat): New functions.
* Renamed lisp/epa-file-hook.el to lisp/epa-hook.el.Eli Zaretskii2008-05-082-1/+5
|
* (lisp2): Add epa-file-hook.elc, to track the corresponding changeEli Zaretskii2008-05-032-0/+6
| | | | in src/Makefile.in.
* Adam Go biowski <adamg at pld-linux.org> (tiny change)Glenn Morris2008-04-242-2/+6
| | | | (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
* Merge from emacs--rel--22Miles Bader2008-04-232-5/+12
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * 2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)Romain Francoise2008-04-182-2/+6
| | | | | | | | * vcdiff: Use mktemp (CVE-2008-1694).
| * (CLIENTRES): New variable and target.Jason Rumney2008-04-102-5/+12
| | | | | | | | | | (TRES): Remove. ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
| * Bump version to 22.2.50.Chong Yidong2008-03-261-1/+1
| |
| * Bump version to 22.2Chong Yidong2008-03-261-1/+1
| |
| * Bump version to 22.2.Chong Yidong2008-03-261-0/+4
| |
| * Bump to version 22.1.92Chong Yidong2008-03-071-1/+1
| |
* | * lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.Stefan Monnier2008-04-192-3/+8
| | | | | | | | | | | | | | | | | | (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision) (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert) (vc-sccs-steal-lock, vc-sccs-modify-change-comment) (vc-sccs-print-log): Use it. * lisp/vc-hooks.el (vc-path): Remove SCCS-specific hack. * lib-src/vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
* | 2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)Romain Francoise2008-04-182-2/+6
| | | | | | | | * vcdiff: Use mktemp (CVE-2008-1694).
* | (distclean, maintainer-clean): New targets.Jason Rumney2008-04-092-0/+10
| |
* | (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-159/+159
| | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* | Remove duplicate entries.Juanma Barranquero2008-03-261-23/+3
| |
* | (VERSION): Set to 23.0.60.Glenn Morris2008-03-132-1/+5
| |
* | *** empty log message ***Juanma Barranquero2008-03-071-6/+6
| |
* | Add oo.Juanma Barranquero2008-03-042-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2008-03-012-1/+5
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
| * (Perl_functions): Fix call to skip_spaces.Stefan Monnier2008-02-272-3/+7
| |
* | * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-247-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* | Merge from emacs--rel--22Miles Bader2008-02-242-2/+2
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * Bump version to 22.1.91.Chong Yidong2008-02-191-1/+1
| |
| * *** empty log message ***Juanma Barranquero2008-02-052-2/+2
| |
| * Undo last change (mistakenly committed to branch).Chong Yidong2008-02-042-10/+4
| |
| * Added "GTY" as synonym for __attribute__. Updated gperf output.Chong Yidong2008-02-041-4/+5
| |
| * * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | | | | | gperf output.
| * Bump version number to 22.1.90.Chong Yidong2008-01-301-1/+1
| |
| * (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-11/+4
| |
| * * pop.c (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-0/+4
| |
| * (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-3/+29
| | | | | | | | conversion. Mistakes spotted by Nico Golde.
| * * pop.c (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-0/+5
| | | | | | | | conversion. Mistakes spotted by Nico Golde.
* | (MOUSE_SUPPORT): Remove duplicate tooltip.elc.Jason Rumney2008-02-232-15/+26
| | | | | | | | | | | | | | (MSDOS_SUPPORT, VMS_SUPPORT): Remove. (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. (lisp2): Add new languages. ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
* | (lisp2): Remove devanagari.el, kannada.el,Juanma Barranquero2008-02-222-4/+6
| | | | | | | | malayalam.el, and tamil.el. Add sinhala.el.
* | Fix typo in comment.Juanma Barranquero2008-02-201-1/+1
| |
* | (main) [WINDOWSNT]: Understand DRIVE:NAME, whereJuanma Barranquero2008-02-202-34/+29
| | | | | | | | NAME is relative to DRIVE'S current directory.
* | (print_help_and_exit): Show -d option on Windows.Juanma Barranquero2008-02-152-13/+15
| |
* | Undo previous change.Dan Nicolaescu2008-02-102-1/+9
| |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-092-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
* | * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsoleteDan Nicolaescu2008-02-092-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
* | (decode_options): Fix last change so as not to override an explicit -display.Stefan Monnier2008-02-081-1/+1
| |
* | (decode_options): Pass --display implicitly if -cStefan Monnier2008-02-082-10/+17
| | | | | | | | is specified. Only set tty if -t or -c is specified.
* | Some tidying post-unicode-merge: typos, tense, simplification, filling.Glenn Morris2008-02-071-3/+2
| |
* | Adjust dates of unicode merge entries to UTC.Miles Bader2008-02-041-3/+3
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
* | (lisp1): Use (), not {}.Jason Rumney2008-02-042-1/+5
| |
* | Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-5/+6
| | | | | | | | gperf output.
* | * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | | | | | gperf output.
* | Merge ChangeLog.unicode files into ChangeLogsMiles Bader2008-02-012-17/+16
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038