aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixesPaul Eggert2016-01-301-1/+1
|
* -Paul Eggert2016-01-301-0/+3
|\
| * authors.el updatesNicolas Petton2016-01-301-0/+3
| | | | | | | | * admin/authors.el (authors-renamed-files-alist): Additions.
* | -Paul Eggert2016-01-301-2/+1
|\ \ | |/
| * Port "$@" to OpenIndiana ksh93Paul Eggert2016-01-241-2/+1
| | | | | | | | | | | | | | | | | | In http://lists.gnu.org/archive/html/bug-autoconf/2015-12/msg00000.html Pavel Raiskup reports that ${1+"$@"} runs afoul of a bug in /bin/sh (derived from ksh 93t+ 2010-03-05). ${1+"$@"} works around an ancient bug in long-dead shells, so remove the workaround. * admin/check-doc-strings, configure.ac, lib-src/rcs2log: Use plain "$@" rather than ${1+"$@"}.
* | -Paul Eggert2016-01-301-1/+34
|\ \ | |/
| * authors.el updatesNicolas Petton2016-01-241-1/+34
| | | | | | | | | | * admin/authors.el (authors-ignored-files, authors-renamed-files-alist): Additions.
* | Avoid stdio in SIGINT handlerPaul Eggert2016-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | * admin/merge-gnulib (GNULIB_MODULES): Add ignore-value. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/ignore-value.h: New file, from gnulib. * src/keyboard.c: Include it. (write_stdout, read_stdin): New functions. (handle_interrupt): Use them instead of printf and getchar, and avoid fflush when handling signals.
* | Merge from origin/emacs-25John Wiegley2016-01-111-7/+68
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1f6898d test/automated/vc-hg.el: Support out-of-tree build 3adb56e Minor change in tramp-tests.el 2b535ba ; * etc/NEWS: Update the js.el entry. 76b518c * etc/HELLO: Add Armenian and Mongolian greetings. b51f1ef Java Mode: Fontify identifiers in the presence of annotations. 36b9539 Avoid an infloop when we run out of memory 2006752 Avoid unnecessary failures of auto-saving after fatal error eef6784 Simplify HAVE_MODULES use in mark_maybe_pointer 552694a Revert attempt to use 'noexcept' in typedef 6ad0d39 Update documentation of 'indirect-function' c6a5314 ; * etc/NEWS: Move entry of 'inhibit-point-motion-hooks'. 303141a Update documentation for obsoleting 'syntax-begin-function' 4e6f61c ; * etc/NEWS: Mark documented and not-to-be-documented entries. e667bbb Document new features if Eshell 9c4e4e0 ; * etc/NEWS: Update EUDC entries. 1089dc9 Handle too long commands in Tramp 684eb58 * .gitattributes: *.cur and *.pif are binary files too. d2c7fda * src/alloc.c (mark_maybe_pointer): HAVE_MODULES may be undefined bd3f53d * sh-script.el (sh-smie-sh-rules): Improve indentation inside $(...) 09b2b8a * src/alloc.c (mark_maybe_pointer): Also check wide-int's emacs_value cca0f93 ; Account for spaces before the filename c71e1e8 Use short date for 'hg annotate', and output the author f50027b Spelling fix c7dff67 ; * etc/NEWS: Fix the Xref entries that got separated. cc140bc Document user-level functions in project.el f8208b6 Document the user-level features of the Xref package b131fb8 * loading.texi: Add `define-type' entry for load-history db3c2a8 Improve doc strings and prompts in xref.el f6117ef Allow the use of `font-lock-extend-region-multiline' in CC Mode. 90fd798 Fix coding system for Tramp on OS X. e985a0e ; * etc/NEWS: Mark the 'check-expensive' entry not to be documented. 9dfcbf0 Update 'load-history' docs 207e191 Fix (error ...) error 457738f Correctly analyze brace arguments in templated C++ function declarations. d57724a * lisp/cedet/mode-local.el (describe-function-orig-buffer): Declare. 2a9532d * lisp/ffap.el (ffap-latex-mode): Avoid free variable. 1a6b084 * lisp/play/dunnet.el (dun-fix-screen): Avoid `end-of-buffer`. 8be046f Respect fontification region calculated by major mode. Fixes bug #22316. 4b37cba Improve documentation of Delete Selection mode a034dd3 Fix two project-find-file issues 30abf29 Clarify doc string of 'dired-current-directory' e990bb2 Use the face of preceding text for displaying the ellipsis 5810ac3 Suppress Chinese file name test for OSX in tramp-tests.el eeb710a ; * lisp/startup.el: Sentences end with two spaces. 428b3de * admin/admin.el (set-version): Also handle the NEWS file. 648de81 ; Add NEWS entry for project.el 671862f apropos-library: Skip obvious duplicates; don't error on generics 51668a5 ; Grammar fix ed41d11 Add project-find-file and project-or-external-find-file 056da45 ; Improve commentary in 'setup_for_ellipsis' 269d008 ; Improve docstring for `inhibit-startup-echo-area-message'
| * * admin/admin.el (set-version): Also handle the NEWS file.Glenn Morris2016-01-071-7/+68
| |
* | Merge from origin/emacs-25John Wiegley2016-01-111-3/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ce4a052 Add defvar-local to lisp-imenu-generic-expression a0121bc Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd 76fe2d5 * lisp/emacs-lisp/autoload.el (autoload-find-destination): Doc fix. 1ae088f * lisp/emacs-lisp/autoload.el (autoload-find-destination): b6b47af Properly encode/decode base64Binary data in SOAP c632466 Obey coding-system-for-write when writing stdout/stderr in batch 2f32cb5 * doc/misc/efaq.texi (Packages that do not come with Emacs): Update the URI of MELPA and marmalade-repo. Reported by CHENG Goa <chenggao@royau.me> in https://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00390.html. d2937aa * lisp/progmodes/opascal.el (opascal-mode-syntax-table): 5330c25 * lisp/progmodes/xscheme.el (xscheme-prompt-for-expression-exit): 7380990 Remove function wrongly on AWK Mode value of context fontification hook. d400753 * src/buffer.c: Stick with ASCII in doc string. 221240c Reword transient-mark-mode doc string 977d3ea Update doc string of 'selective-display' 229c3fa Make C++ buffers writeable when writing their initial text properties. f5c762c Additional changes for "make check-expensive" 1729cf3 ; * admin/MAINTAINERS: Remove myself. 33219d3 Apply text properties for <, > in new after-change function (C++ Java Modes).
| * ; * admin/MAINTAINERS: Remove myself.Xue Fuqiao2016-01-051-3/+0
| | | | | | | | ; Lack of time.
| * Avoid stdio in SIGINT handlerPaul Eggert2016-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | * admin/merge-gnulib (GNULIB_MODULES): Add ignore-value. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/ignore-value.h: New file, from gnulib. * src/keyboard.c: Include it. (write_stdout, read_stdin): New functions. (handle_interrupt): Use them instead of printf and getchar, and avoid fflush when handling signals.
* | Merge from origin/emacs-25John Wiegley2016-01-111-10/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | 43662a2 ; Clarify that xref is still experimental 0a6e6ca ; * admin/release-process: Remove some obsolete records. c2e9e3d * lisp/progmodes/fortran.el (fortran-make-syntax-propertize-function): 8637f3d (semantic-symref-derive-find-filepatterns): Return a list 0a7ad07 ; Re-arrange xref-related entries in NEWS. fe903ef Fix xref-find-references on MS-Windows 55a28d8 ; Fixed visual bell artifact problem on NextStep. d064034 Document new features of tildify-mode 964bea7 Document new features of Whitespace mode cd68f47 Improve documentation of new Hide-IfDef features 723b8bf Fix regression in font-locking cl-assert and cl-check-type
| * ; * admin/release-process: Remove some obsolete records.Glenn Morris2016-01-021-10/+10
| |
* | Merge from origin/emacs-25John Wiegley2016-01-1141-41/+41
|\ \ | |/ | | | | | | | | ef33bc7 Spelling and grammar fixes 9c3dbab Fix copyright years by hand 0e96320 Update copyright year to 2016
| * Update copyright year to 2016Paul Eggert2016-01-0141-41/+41
| | | | | | | | Run admin/update-copyright.
* | Adding example replies to bug-triage.Andrew Hyatt2016-01-091-23/+57
| | | | | | | | | | * admin/notes/bug-triage: Added example replies. Also, as requested, making the process notes into more of a checklist.
* | Rename the notes/admin/triage file to bug-triage.Andrew Hyatt2016-01-081-0/+0
| | | | | | | | | | * CONTRIBUTE: Change reference to the triage file name. * admin/notes/triage: Rename file to admin/notes/bug-triage.
* | Spelling fixesPaul Eggert2016-01-041-1/+1
| |
* | Merge branch 'emacs-25-merge'John Wiegley2016-01-021-23/+46
|\ \
| * \ Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-23/+46
| |\ \ | | |/
| | * ; * admin/release-process: Minor copyedits and additions.Eli Zaretskii2015-11-181-25/+46
| | |
| | * * admin/release-process: Improve wording.Xue Fuqiao2015-11-181-2/+4
| | |
| | * Backport: Document the release processXue Fuqiao2015-11-185-10/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE. (cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
| | * Backport: * admin/release-process: Rename from admin/FOR-RELEASE.Xue Fuqiao2015-11-181-114/+114
| | | | | | | | | | | | (cherry picked from commit f8cc14b59700e51a4e31139c0a65c8154995e055)
* | | Add notes on bug triage procedureAndrew Hyatt2016-01-011-0/+68
|/ / | | | | | | | | * CONTRIBUTE: In section on the issue tracker, point to new triage file. * admin/notes/triage: New file explaining triage procedure.
* | * admin/gitmerge.el: Tweaks that seemed necessaryStefan Monnier2015-12-251-2/+10
| | | | | | | | | | * admin/gitmerge.el (gitmerge-skip-regexp): Remove "sync". (gitmerge-maybe-resume): Provide explicit empty commit message.
* | ; * admin/release-process: Mention the tracking bug for release of 25.2.Xue Fuqiao2015-11-211-3/+4
| |
* | Merge branch 'release-process-lowercase'Xue Fuqiao2015-11-155-124/+178
|\ \ | | | | | | | | | | | | ; Rename admin/FOR-RELEASE to admin/release-process and document the ; release process
| * | Document the release processXue Fuqiao2015-11-155-10/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE.
| * | * admin/release-process: Rename from admin/FOR-RELEASE.Xue Fuqiao2015-11-151-114/+114
| |/
* | gitmerge: Fix git log commandDavid Engster2015-11-141-3/+3
| | | | | | | | | | | | | | * admin/gitmerge.el (gitmerge-missing): Use '--left-only' since we only want commits from the branch that is to be merged. (gitmerge-setup-log-buffer): Use the same symmetric range as in `gitmerge-missing'.
* | gitmerge: Try to detect cherry-picksDavid Engster2015-11-141-3/+3
|/ | | | | | | * admin/gitmerge.el (gitmerge-default-branch): Change to origin/emacs-25. (gitmerge-missing): Use symmetric difference ('...') between branch and master so that cherry-picks can be detected.
* * admin/notes/repo: Fix a few obsolete references to BazaarJuanma Barranquero2015-11-061-2/+2
|
* * admin/MAINTAINERS: Add seq-tests.el, map-tests.el, and thunk-tests.el.Nicolas Petton2015-11-031-0/+3
|
* * admin/MAINTAINERS: Add thunk.el.Nicolas Petton2015-11-031-0/+1
|
* Change maintainer address.Jay Belanger2015-11-031-6/+0
| | | | * lisp/calc/calc (calc-bug-address): Change address.
* New file etc/HISTORYPaul Eggert2015-10-151-0/+2
| | | | | | * admin/FOR-RELEASE: Procedure for etc/HISTORY. * etc/HISTORY: New file. * etc/NEWS: Mention it.
* Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert2015-10-104-25/+26
| | | | | | | | | | | | | | | | | | | | | | POSIX says that ‘echo FOO’ produces implementation-defined output if FOO contains leading ‘-’, or ‘\’ anywhere, so don’t assume GNU behavior in that case. * Makefile.in (removenullpaths): Remove. (epaths-force): Rewrite to avoid the need for ‘echo’. (install-etc): Be clearer about escaping the shell metacharacters ‘\’ and ‘$’. * Makefile.in (install-arch-indep, install-etcdoc): * admin/charsets/mapconv, admin/merge-gnulib, admin/merge-pkg-config: * admin/quick-install-emacs, build-aux/gitlog-to-emacslog: * configure.ac, lib-src/rcs2log, make-dist: * src/Makefile.in (lisp.mk): Don’t assume ‘echo’ outputs ‘\’ and leading ‘-’ unscathed. For example, use ‘printf '%s\n' "$foo"’ rather than ‘echo "$foo"’ if $foo can contain arbitrary characters. * lisp/Makefile.in (TAGS): Use ‘ls’, not ‘echo’, to avoid ‘\’ issues. * doc/lispref/two-volume.make (vol1.pdf): * test/etags/make-src/Makefile (web ftp publish): Use ‘printf’ rather than ‘echo -e’.
* ; admin/notes/unicode: Update for latest changes.Eli Zaretskii2015-10-101-5/+6
|
* ; * admin/MAINTAINERS: Remove no-longer-active peopleGlenn Morris2015-10-061-20/+0
|
* ; * admin/MAINTAINERS: Copyedits.Glenn Morris2015-10-061-8/+5
|
* ; * admin/MAINTAINERS: Remove "unmaintained" section; neither correct nor usefulGlenn Morris2015-10-061-552/+2
|
* Add entry for Ulf Jasper.Ulf Jasper2015-10-031-6/+16
|
* ; Minor updates in admin/MAINTAINERSMichael Albinus2015-09-301-1/+1
|
* ; * Add admin/MAINTAINERS entriesVibhav Pant2015-09-301-1/+55
| | | | | | * Add entries for Vibhav Pant. * Add entries for files in lisp/net that don't have a maintainer.
* ; * admin/MAINTAINERS: Add entries for Dmitry GutovDmitry Gutov2015-09-301-5/+12
| | | | Author:
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
|
* Add auctex development list email addressTassilo Horn2015-09-281-1/+1
|