aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Document animated image APIGlenn Morris2012-02-031-0/+4
| | | | | | | | | | | | | | | | * doc/lispref/display.texi (GIF Images): Mention animation. Remove commented-out old example of animation. (Animated Images): New subsection. * doc/lispref/elisp.texi (Top): * doc/lispref/vol1.texi (Top): * doc/lispref/vol2.texi (Top): Add Animated Images menu entry. * lisp/image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes. * lisp/image.el (image-animated-p): Doc fix. Use image-animated-types. (image-animate-timeout): Doc fix. * etc/NEWS: Markup.
* Some more NEWS markup.Glenn Morris2012-02-031-0/+2
|
* server.el doc fixesGlenn Morris2012-02-011-2/+3
| | | | | | | * lisp/server.el (server-auth-dir): Doc fix. (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp. * etc/NEWS: Markup.
* Tiny doc tweaks for call-process's :file spec.Glenn Morris2012-02-011-2/+3
| | | | | | | | | * doc/lispref/processes.texi (Synchronous Processes): Mention call-process's :file gets overwritten. * src/callproc.c (Fcall_process, Fcall_process_region): Doc fix. * etc/NEWS: Markup.
* Document read-char-choice.Glenn Morris2012-02-011-0/+1
| | | | | | * doc/lispref/commands.texi (Reading One Event): * doc/lispref/help.texi (Help Functions): Document read-char-choice. * etc/NEWS: Markup.
* Document post-self-insert-hookGlenn Morris2012-02-011-0/+1
| | | | | | | | | * doc/lispref/hooks.texi (Standard Hooks): * doc/lispref/modes.texi (Keymaps and Minor Modes): * doc/lispref/text.texi (Commands for Insertion): Document post-self-insert-hook. *etc/NEWS: Markup.
* * etc/NEWS: prog-mode-hook was documented.Glenn Morris2012-02-011-0/+1
|
* Document change-major-mode-after-body-hookGlenn Morris2012-02-011-0/+1
| | | | | | | | | | * doc/lispref/hooks.texi (Standard Hooks): * doc/lispref/modes.texi (Major Mode Conventions, Mode Hooks): Document change-major-mode-after-body-hook. * lisp/subr.el (run-mode-hooks): Doc fix. * etc/NEWS: Markup
* * etc/NEWS: Markup.Glenn Morris2012-02-011-0/+1
|
* Document locally disabling globalized minor modes in the lisprefGlenn Morris2012-02-011-2/+3
| | | | | | | * doc/lispref/modes.texi (Defining Minor Modes): Mention disabling global minor modes on a per-major-mode basis. * etc/NEWS: Clarify entry.
* Document define-minor-mode's new :variable keyword in the lispref.Glenn Morris2012-01-301-0/+1
| | | | | | * doc/lispref/modes.texi (Defining Minor Modes): Document define-minor-mode's new :variable keyword. * etc/NEWS: Markup.
* * etc/NEWS: view-buffer markup, again.Glenn Morris2012-01-301-0/+1
| | | | | Let's not document this now - let's fix it properly after 24.1 and document the correct behaviour. (bug#10650#12)
* * etc/NEWS: Markup.Glenn Morris2012-01-301-1/+0
| | | | | I no longer know whether the view-buffer changes need a manual update or not. See bug#10650.
* * etc/NEWS: Reword view-buffer entry.Glenn Morris2012-01-301-5/+3
|
* * etc/NEWS: Edit view-buffer entry.Glenn Morris2012-01-301-3/+6
| | | | See http://debbugs.gnu.org/10650
* * etc/NEWS: Some easy markup.Glenn Morris2012-01-301-4/+5
|
* * etc/tutorials/TUTORIAL: Delete a repeat sentence.Chong Yidong2012-01-302-1/+4
|
* Bump version to 24.0.93.emacs-pretest-24.0.93Chong Yidong2012-01-291-111/+168
| | | | Regenerate AUTHORS and ldefs-boot.el.
* * etc/NEWS: Typo fix.Glenn Morris2012-01-281-1/+1
|
* * etc/NEWS: Minor libxml changes.Glenn Morris2012-01-281-6/+10
|
* Minor NEWS cleanup, mainly for "Installation Changes" section.Glenn Morris2012-01-281-43/+43
| | | | | | | | | | | * etc/NEWS: Reorder items. Standardize new --with-libfoo type configure options. Don't say precisely which library versions are needed - it tends to change and people who care can look at configure. Move new Hebrew tutorial entry to "Internationalization changes" section. Small tidy up for imagemagick and gnutls entries. * src/gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
* Document SELinux support.Glenn Morris2012-01-281-1/+6
| | | | | * doc/lispref/files.texi (Changing Files): Document SELinux support. * etc/NEWS: Markup.
* Mark tooltip-use-echo-area as obsolete.Chong Yidong2012-01-281-0/+4
| | | | | | | * lisp/tooltip.el (tooltip-mode): Doc fix. (tooltip-use-echo-area): Mark as obsolete. Fixes: debbugs:6595
* * etc/NEWS: --no-site-lisp (presumably) does not work for Nextstep builds.Glenn Morris2012-01-271-1/+3
| | | | | | This is due to their use of EMACSLOADPATH; see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6401#48 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10208#25
* Major update of TUTORIAL.fr and tiny fix to TUTORIAL.Bastien Guerry2012-01-272-146/+177
|
* Doc fix for lexical-binding being in line one.Glenn Morris2012-01-251-2/+2
| | | | | | | | | | | | | | Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html * doc/lispref/variables.texi (Using Lexical Binding): Mention that lexical-binding should be set in the first line. * src/lread.c (syms_of_lread): Doc fix. * lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el: Move lexical-binding file-local to line one. * etc/NEWS: lexical-binding should be ine the first line.
* Update TUTORIAL.sv.Mats Lidell2012-01-252-201/+205
|
* * doc/emacs/anti.texi (Antinews): Add Emacs 24 antinews.Chong Yidong2012-01-231-5/+5
|
* Emacs Lisp manual updates.Chong Yidong2012-01-221-0/+3
| | | | | | | | | | | | | | | * doc/lispref/intro.texi (A Sample Function Description): Special notation used for macros too. * doc/lispref/objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits. (Symbol Type): Add xref for keyword symbols. (Sequence Type): Clarify differences between sequence types. (Cons Cell Type): Add "linked list" index entry. (Non-ASCII in Strings): Copyedits. (Equality Predicates): Symbols with same name need not be eq. * doc/lispref/numbers.texi (Float Basics): Document isnan, copysign, frexp and ldexp. Move float-e and float-pi to Math Functions node.
* Update TUTORIAL.bg.Ognyan Kulev2012-01-214-355/+362
|
* Document inhibit-local-variables-regexps in the lispref.Glenn Morris2012-01-201-2/+1
| | | | | | | | * doc/lispref/modes.texi (Auto Major Mode): * doc/lispref/variables.texi (File Local Variables): Mention inhibit-local-variables-regexps. * etc/NEWS: Markup.
* File-local variable fixes.Glenn Morris2012-01-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (local-enable-local-variables): Doc fix. (inhibit-local-variables-regexps): Rename from inhibit-first-line-modes-regexps. Keep old name as obsolete alias. Doc fix. Add some extensions from auto-coding-alist. (inhibit-local-variables-suffixes): Rename from inhibit-first-line-modes-suffixes. Doc fix. (inhibit-local-variables-p): New function, extracted from set-auto-mode-1. (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps. (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p. (hack-local-variables): Doc fix. Make the mode-only case respect enable-local-variables and friends. Respect inhibit-local-variables-regexps for file-locals, but not for directory-locals. (set-visited-file-name): Take account of inhibit-local-variables-regexps. Whether it applies may change as the file name is changed. * lisp/jka-cmpr-hook.el (jka-compr-install): * lisp/jka-compr.el (jka-compr-uninstall): Update for inhibit-first-line-modes-suffixes name change. * etc/NEWS: Mention this change. Fixes: debbugs:10506
* * etc/NEWS: Relocate MS Windows change to "non-free" section.Glenn Morris2012-01-201-4/+4
|
* Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.Glenn Morris2012-01-181-2/+12
|\
| * Copy copyright fix from 2010-06-26T12:01:31Z!eliz@gnu.org to one more file.Glenn Morris2012-01-181-1/+2
| |
| * Revert unintentional addition of 2012 to Ecma copyright years.Glenn Morris2012-01-182-2/+2
| | | | | | | | | | This was done by mistake in emacs-23 2010-06-25T08:19:11Z!agustin.martin@hispalinux.es, and then propagated to one more file in 2010-06-26T12:01:31Z!eliz@gnu.org.
| * Reorganize Emacs 23.4 NEWS.Chong Yidong2012-01-181-12/+10
| |
| * Add entry for ede-project-directories to NEWS.Chong Yidong2012-01-151-0/+12
| |
| * Bump version to 23.3.90.Chong Yidong2012-01-151-36/+48
| | | | | | | | Regenerate ldefs-boot.el and AUTHORS.
| * Some copyright header fixes for grammar files.Chong Yidong2012-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | * etc/grammars/wisent-grammar.el: Make the Python copyright the literally required one. * lisp/cedet/semantic/wisent/python-wy.el: Regenerate. * lisp/cedet/semantic/wisent/js-wy.el: Add missing copyright header Suggested by Glenn Morris.
| * Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris2012-01-10129-141/+141
| |
| * Update short copyright year to 2012 (do not merge to trunk)Glenn Morris2012-01-1021-20/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/refcards/calccard.tex, etc/refcards/cs-dired-ref.tex: * etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex: * etc/refcards/de-refcard.tex, etc/refcards/dired-ref.tex: * etc/refcards/fr-dired-ref.tex, etc/refcards/fr-refcard.tex: * etc/refcards/fr-survival.tex, etc/refcards/orgcard.tex: * etc/refcards/pl-refcard.tex, etc/refcards/pt-br-refcard.tex: * etc/refcards/refcard.tex, etc/refcards/ru-refcard.tex: * etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex: * etc/refcards/sk-survival.tex, etc/refcards/survival.tex: * etc/refcards/vipcard.tex, etc/refcards/viperCard.tex: * lib-src/ebrowse.c (version) <emacs_copyright>: * lib-src/etags.c (print_version) <emacs_copyright>: * lib-src/rcs2log (Copyright): * lisp/version.el (emacs-copyright): * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: Update short copyright year to 2012.
| * Add CEDET grammar files to emacs-23 branch.Chong Yidong2012-01-0911-0/+5578
| |
* | * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.Werner LEMBERG2012-01-182-389/+362
| | | | | | | | Minor typographical improvements.
* | * etc/TODO: Add entry for writing tests.Glenn Morris2012-01-171-0/+6
| |
* | Update Slovenian tutorial.Primoz PETERLIN2012-01-173-655/+676
| |
* | * etc/tutorials/TUTORIAL: Fix typo.Chong Yidong2012-01-151-1/+1
| |
* | etc/tutorials/TUTORIAL: Fix a typo.Eli Zaretskii2012-01-141-2/+2
| |
* | Update the Hebrew tutorial.Eli Zaretskii2012-01-142-123/+109
| | | | | | | | | | | | | | etc/tutorials/TUTORIAL.he: Update to follow changes to TUTORIAL in 2012-01-10T08:27:22Z!cyd@gnu.org. admin/FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as updated and checked.
* | Update Emacs Invocation chapter of Emacs manual.Chong Yidong2012-01-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH. (General Variables): Add xref to Lisp Libraries. (Initial Options): Copyedits. (Resume Arguments): Node deleted; emacs.bash/csh are obsolete. (Environment): Clarify what getenv does. (General Variables): Clarify EMACSPATH etc. Emacs does not assume light backgrounds on xterms. (Misc Variables): TEMP and TMP are not Windows-specific. (Display X): Copyedits. (Colors X): -bd does nothing for GTK. (Icons X): Gnome 3 doesn't use taskbars. * doc/emacs/misc.texi (Shell): Document exec-path here. * doc/emacs/rmail.texi (Movemail): Add xref for exec-path.