aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * * etc/CONTRIBUTE: Expand a bit on copyright assignments.Glenn Morris2012-04-202-7/+20
| |
| * * MORE.STUFF: General update.Glenn Morris2012-04-202-92/+50
| | | | | | | | | | Mention list-packages. Remove many old/outdated URLs.
* | Merge from trunk.Paul Eggert2012-04-171-2/+10
|\ \
| * | NEWS placeholderGlenn Morris2012-04-161-0/+2
| | |
| * | Add perl-indent-parens-as-block option (tiny change)Peter Oliver2012-04-161-1/+4
| | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/perl-mode.el (perl-indent-parens-as-block): New option. (perl-calculate-indent): Respect it. Fixes: debbugs:11118
| * | * src/dired.c (Fsystem_users): Doc fix.Glenn Morris2012-04-161-0/+3
| | | | | | | | | | | | * etc/NEWS: Mention system-users, system-groups.
* | | Merge from trunk.Paul Eggert2012-04-151-0/+8
|\ \ \ | |/ /
| * | Call imagemagick-register-types automatically.Chong Yidong2012-04-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/image.el (imagemagick--extension-regexp): New variable. (imagemagick-register-types): Use it. (imagemagick-types-inhibit): Add :set function. Allow new value of t to inhibit all types. * lisp/loadup.el (fboundp): Preload regexp-opt, needed by imagemagick-register-types. * lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros, so we can preload it.
* | | Merge from trunk.Paul Eggert2012-04-151-0/+2
|\ \ \ | |/ /
| * | * bindings.el (goto-map): Bind goto-char to M-g c.Chong Yidong2012-04-151-0/+2
| | | | | | | | | | | | Fixes: debbugs:11240
* | | Merge from trunk.Paul Eggert2012-04-141-1/+4
|\ \ \ | |/ /
| * | Allow using `server-auth-key' to set a permanent shared keyMichal Nazarewicz2012-04-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * server.el (server-auth-key): New variable. (server-generate-key): New function. (server-get-auth-key): New function. (server-start): Use the new variable and functions to allow setting a permanent server key. Fixes: debbugs:9423
* | | Merge from trunk.Paul Eggert2012-04-131-1/+1
|\ \ \ | |/ /
| * | Spelling fixes.Paul Eggert2012-04-131-1/+1
| | | | | | | | | | | | | | | * lisp/hexl.el (hexl-rulerize): Rename from hexl-rulerise, since Emacs uses American spelling.
* | | Merge from trunk.Paul Eggert2012-04-134-9/+39
|\ \ \ | |/ /
| * | * lisp/progmodes/which-func.el (which-func-modes): Change default.Stefan Monnier2012-04-131-0/+2
| | |
| * | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-133-9/+21
| |\ \ | | |/
| | * Sync with Org 7.8.09 (bugfix release)Bastien Guerry2012-04-112-1/+1
| | |
| | * etc/TODO: Update bidi-related items.Eli Zaretskii2012-04-071-8/+20
| | |
| * | Make `C-M-f' and friends work better when prompting for file namesMasatake YAMATO2012-04-131-0/+3
| | | | | | | | | | | | | | | | | | * minibuffer.el (minibuffer-local-filename-syntax): New variable to allow `C-M-f' and `C-M-b' to move to the nearest path separator.
| * | Allow further `mouse-avoidance-mode' customisationsThierry Volpiatto2012-04-131-0/+3
| | | | | | | | | | | | | | | * avoid.el (mouse-avoidance-banish-position): New variable. (mouse-avoidance-banish-destination): Use it.
| * | * src/indent.c (Fmove_to_column): Change interactive spec.Reuben Thomas2012-04-131-0/+4
| | |
| * | Obsolete lisp/mail/mailpost.elGlenn Morris2012-04-121-1/+3
| | |
| * | Note obsolescence of mouse-sel.el in NEWS.Chong Yidong2012-04-111-0/+4
| | |
* | | Merge from trunk.Paul Eggert2012-04-103-0/+5197
|\ \ \ | |/ /
| * | Make erc use auth-source to look up channel keysLars Magne Ingebrigtsen2012-04-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/erc/erc-join.el (erc-server-join-channel): New function to look up the channel password via auth-source. (erc-autojoin-channels): Use it. (erc-autojoin-after-ident): Ditto. (erc-autojoin-channels-alist): Mention auth-source.
| * | Add a policy list of domains that url.el can set cookies forLars Magne Ingebrigtsen2012-04-102-0/+5193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/publicsuffix.txt: New file. * lisp/url/url-cookie.el (url-cookie-two-dot-domains): Remove. (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p' instead of the variable above. Fixes: debbugs:1401
* | | Merge from trunk; add Bug#.Paul Eggert2012-04-091-0/+12
|\ \ \ | |/ /
| * | Remove defining user variables via * in docstring.Chong Yidong2012-04-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/apropos.el (apropos-variable): * lisp/files-x.el (read-file-local-variable): * lisp/simple.el (set-variable): * lisp/woman.el (woman-mini-help): * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed. * lisp/custom.el (custom-variable-p): Return nil for non-symbol arguments instead of signaling an error. (user-variable-p): Obsolete alias for custom-variable-p. * lisp/erc/erc.el (erc-cmd-SET): Call custom-variable-p instead of user-variable-p. * src/callint.c (Finteractive, Fcall_interactively): * src/minibuf.c (Fread_variable): Callers changed. * src/eval.c (Fuser_variable_p, user_variable_p_eh) (lisp_indirect_variable): Functions deleted. (Fdefvar): Caller changed. * doc/lispref/commands.texi (Interactive Codes): * doc/lispref/help.texi (Accessing Documentation): * doc/lispref/minibuf.texi (High-Level Completion): Callers changed. * doc/lispref/customize.texi (Variable Definitions): Remove user-variable-p.
| * | Look for leim-list.el files in fewer places at startupGlenn Morris2012-04-081-0/+5
| | | | | | | | | | | | | | | | | | | | | * lisp/startup.el (normal-top-level): Don't look for leim-list.el in places where it will not be found. Fixes: debbugs:910
* | | configure: new option --enable-gcc-warningsPaul Eggert2012-04-091-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have been using this change for many months in my private copy of Emacs, and have used it to find several bugs. It's mature enough to publish now. * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings. * configure.in: Support --enable-gcc-warnings, in the style of other GNU packages such as coreutils. (C_WARNINGS_SWITCH): Remove, replacing with... (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable. (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I, when including system files with GCC. * etc/NEWS: Mention --enable-gcc-warnings. * lib/Makefile.am (AM_CFLAGS): New macro. * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. * lib-src/Makefile.in (C_WARNINGS_SWITCH): Remove. (WARN_CFLAGS, WERROR_CFLAGS): New macros. (BASE_CFLAGS): Use new macros rather than old. * lwlib/Makefile.in (C_WARNINGS_SWITCH): Remove. (WARN_CFLAGS, WERROR_CFLAGS): New macros. (ALL_CFLAGS): Use new macros rather than old. * oldXMenu/Makefile.in (C_WARNINGS_SWITCH): Remove. (WARN_CFLAGS, WERROR_CFLAGS): New macros. (ALL_CFLAGS): Use new macros rather than old. * src/Makefile.in (C_WARNINGS_SWITCH): Remove. (WARN_CFLAGS, WERROR_CFLAGS): New macros. (ALL_CFLAGS): Use new macros rather than old. * src/process.c: Ignore -Wstrict-overflow to work around GCC bug 52904. * src/regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore -Wunused-but-set-variable, -Wunused-function, -Wunused-macros, -Wunused-result, -Wunused-variable. This should go away once the Emacs and Gnulib regex code is merged. (xmalloc, xrealloc): Now static.
* | Add emacs-bzr-versionGlenn Morris2012-04-071-1/+27
| | | | | | | | | | | | | | | | | | | | | | * lisp/version.el (emacs-bzr-get-version): New function. * lisp/loadup.el (emacs-bzr-version): Set it. * lisp/mail/emacsbug.el (report-emacs-bug): Include bzr version. * etc/NEWS: Mention this, though it is not really relevant to releases. Insert template for 24.2 release. Fixes: debbugs:8054
* | Support building on MS-Windows with libxml2.Eli Zaretskii2012-04-071-0/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/makefile.w32-in (OBJ2): Add xml.$(O). (GLOBAL_SOURCES): Add xml.c. ($(BLD)/xml.$(O)): New dependency list. src/xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros. (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement) (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion) [!WINDOWSNT]: New macros. (init_libxml2_functions, libxml2_loaded_p): New functions. (parse_region): Call fn_xmlCheckVersion instead of using the macro LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros. (xml_cleanup_parser): New function, export for fn_xmlCleanupParser. Calls xmlCleanupParser only if libxml2 was loaded (or statically linked in). (Flibxml_parse_html_region, Flibxml_parse_xml_region): Call init_libxml2_functions before calling libxml2 functions. (syms_of_xml) <Qlibxml2_dll>: DEFSYM it. src/emacs.c: Don't include libxml/parser.h. (shut_down_emacs): Call xml_cleanup_parser, instead of calling xmlCleanupParser directly. src/ lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser. nt/configure.bat: Support building with libxml2. nt/INSTALL: nt/README.W32: Add information about libxml2. lisp/term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs. lib-src/makefile.w32-in (obj): Add xml.o.
* * doc/lispref/anti.texi (Antinews): Rewrite for Emacs 23.Chong Yidong2012-04-051-10/+7
| | | | * etc/NEWS: Some minor rearrangement.
* NEWS typo fix and punctuation tweaksGlenn Morris2012-04-041-4/+4
|
* NEWS copyedits. Remove +++/--- lines.Chong Yidong2012-04-051-445/+237
|
* Change doc flag for secrets.elMichael Albinus2012-04-041-0/+1
|
* Document completion-extra-properties in Lisp manual.Chong Yidong2012-04-041-0/+1
| | | | | | | | | | * doc/lispref/minibuf.texi (Programmed Completion): Remove obsolete variable completion-annotate-function. (Completion Variables): Rename from Completion Styles. Document completion-extra-properties. Document completion-styles-alist change. * lisp/minibuffer.el (completion-extra-properties): Doc fix.
* Several miscellaneous doc changes.Chong Yidong2012-04-041-1/+3
| | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Delayed Warnings): New node. * doc/misc/gnus-faq.texi (FAQ 8-2): Mention EasyPG. * doc/misc/gnus.texi: Reduce references to obsolete pgg library. (Security): Note that epg is now the default. * doc/misc/message.texi (Using PGP/MIME): Note that epg is now the default. * doc/misc/nxml-mode.texi (Completion): C-RET is no longer bound to nxml-complete. * lisp/subr.el (delayed-warnings-hook): Doc fix. * src/keyboard.c (Vdelayed_warnings_list): Doc fix.
* Fix commenting convention in PROBLEMS exampleGlenn Morris2012-04-041-4/+4
|
* Fix NEWS typoGlenn Morris2012-04-041-1/+1
|
* Change doc flag for D-BusMichael Albinus2012-04-031-0/+4
|
* Reorder and edit some NEWS entries.Chong Yidong2012-04-031-356/+370
|
* Change doc flag for notifications.el and soap-client.elMichael Albinus2012-04-031-1/+3
|
* NEWS: Add CC Mode entries.Alan Mackenzie2012-04-022-1/+16
|
* Bump version to 24.0.95.emacs-pretest-24.0.95emacs-pretest-24.0.05Chong Yidong2012-04-021-73/+111
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Fix copyright and authors lines in OrgBastien Guerry2012-04-012-2/+2
|
* NEWS fix.Glenn Morris2012-04-011-1/+1
|
* Update to Org version 7.8.07 (commit da0e6f in Org's repo)Bastien Guerry2012-04-016-8/+129
|
* Doc fix for xterm-extra-capabilitiesGlenn Morris2012-03-311-0/+17
| | | | | | * lisp/term/xterm.el (xterm-extra-capabilities): Doc fix. * etc/PROBLEMS: Mention xterm-extra-capabilities issue.