aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump version to 24.0.50.Chong Yidong2010-03-102-1/+5
|/
* Fix typos in Changelogs.Juanma Barranquero2010-03-081-1/+1
|
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-261-1/+1
|
* * etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).Chong Yidong2010-02-202-2/+8
|
* Bump version to 23.1.92.Chong Yidong2010-01-291-1/+1
|
* Mark last change as tiny.Chong Yidong2010-01-291-1/+1
|
* * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).Chong Yidong2010-01-292-0/+9
|
* Fix typos in comments.Juanma Barranquero2010-01-181-3/+3
|
* Mario Lang <mlang@delysid.org>: Remove some duplicated words.Mario Lang2010-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * cedet/ede/cpp-root.el (ede-cpp-root-project): * cedet/ede/files.el (ede-expand-filename): * cedet/ede/simple.el (ede-simple-project): * cedet/semantic/complete.el (semantic-complete-read-tag-engine) (semantic-complete-inline-tag-engine): * cedet/semantic/db-el.el (semanticdb-equivalent-mode): * cedet/semantic/db-global.el (semanticdb-equivalent-mode): * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode): * cedet/semantic/db.el (semanticdb-equivalent-mode): * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe): * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): * emacs-lisp/chart.el (chart-translate-namezone): * textmodes/artist.el (artist-compute-popup-menu-table): Remove duplicated words in doc-strings. * srecode/doc-cpp.srt, srecode/doc-default.srt: * srecode/doc-java.srt: Remove duplicated words. * ede.texi (ede-target): * org.texi (Refiling notes): Remove duplicated words.
* Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-1321-21/+21
|
* Set copyright year to 2010.Glenn Morris2010-01-104-6/+12
| | | | | | | | | | | | | * 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.
* Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.emacs-pretest-23.1.91Chong Yidong2009-12-301-1/+1
|
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|
* * lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: UseChong Yidong2009-12-092-2/+7
| | | | parenthesis for macros for nmake compatibility.
* Bump version to 23.1.90.emacs-pretest-23.1.90Chong Yidong2009-12-091-1/+1
|
* * etags.c (absolute_filename): Use memove if we have it for overlapping copy.Jan Djärv2009-11-232-1/+15
|
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-042-1/+7
| | | | * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
* * .gitignore: Add echolisp.tmp.Juanma Barranquero2009-10-152-0/+5
|
* (print_help_and_exit): Fix bug report instructions.Glenn Morris2009-10-152-1/+3
|
* (echolisp): New rule.Glenn Morris2009-10-152-2/+13
| | | | (clean): Delete echolisp.tmp.
* (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,Eli Zaretskii2009-09-272-1/+11
| | | | | emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with src/Makefile.in.
* Fix typo in comment.Juanma Barranquero2009-09-241-1/+1
|
* (main): Sort scores before trimming them,Stefan Monnier2009-09-112-3/+8
| | | | reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
* ($(DESTDIR)${archlibdir}): Set umask to world-readable before creatingGlenn Morris2009-09-092-3/+8
| | | | directories and game score files.
* Fix typos.Juanma Barranquero2009-09-071-9/+9
|
* Remove cvtmail.Glenn Morris2009-08-191-0/+1
|
* Remove fileGlenn Morris2009-08-191-190/+0
|
* (UTILITIES): Remove cvtmail.Glenn Morris2009-08-192-4/+7
| | | | (cvtmail${EXEEXT}): Remove.
* Remove cvtmail, yow, emacsserver.Glenn Morris2009-08-191-1/+1
|
* * b2m.c (main): Ensure that each message ends in two newlines.Chong Yidong2009-07-082-3/+18
|
* * w32term.c (w32_initialize): Use standard types.Jason Rumney2009-07-032-1/+5
| | | | | * 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-032-0/+6
|
* bug#1849 - Windows 7 Taskbar SupportJason Rumney2009-06-302-6/+47
| | | | | | | | | | | | | | * 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-292-2/+6
| | | | * make-docfile.c (scan_lisp_file): Remove useless test.
* (movemail.o): Don't pass -Demacs, unused.Dan Nicolaescu2009-06-232-1/+5
|
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* Bump version to 23.1.50.Chong Yidong2009-06-211-1/+1
|
* Bump version number to 23.0.95.emacs-pretest-23.0.95Chong Yidong2009-06-191-1/+1
|
* * mac-fix-env.m: * Makefile.in (mac-fix-env): Remove.Adrian Robert2009-06-093-75/+5
|
* Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.Adrian Robert2009-06-072-1/+5
|
* Bump version to 23.0.94.emacs-pretest-23.0.94Chong Yidong2009-05-231-1/+1
|
* Bump version to 23.0.93.Chong Yidong2009-05-011-1/+1
|
* * emacsclient.c (print_help_and_exit): Fix typo and tabify (carefulJuanma Barranquero2009-04-202-5/+10
| | | | spacing is required in the message output, as the comment suggests).
* * emacsclient.c (print_help_and_exit): Clarify argument placementChong Yidong2009-04-202-8/+14
| | | | for short option names.
* (print_help_and_exit): Fix typo.Dan Nicolaescu2009-04-022-2/+6
|
* Bump version to 23.0.92.emacs-pretest-23.0.92Chong Yidong2009-03-311-1/+1
|
* inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.Eli Zaretskii2009-03-213-8/+19
| | | | | | | | | | | | | | | | | | | | | | 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.
* Fix date in entry.Juanma Barranquero2009-03-111-1/+1
|
* * emacsclient.c (main): Revert part of last change,Juanma Barranquero2009-03-112-0/+25
| | | | so drive-relative file names again work on Windows.