aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Small NEWS editsGlenn Morris2012-11-092-6/+6
| | | | | | | | | | | | | | * etc/NEWS: Mention erc-desktop-notifications. Remove empty section "New Modes and Packages" (all covered elsewhere). * etc/GNUS-NEWS: Mention gnus-notifications.
| * Update the URL library manual.Chong Yidong2012-11-091-2/+7
| | | | | | | | | | | | * doc/misc/url.texi (Introduction): Rename from Getting Started. Rewrite the introduction. (URI Parsing): Rewrite. Omit the obsolete attributes slot.
| * Rewrite and rename diff-delete-trailing-whitespace.Chong Yidong2012-11-091-1/+1
| | | | | | | | | | | | | | | | * lisp/vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and rename from diff-remove-trailing-whitespace (Bug#12831). * files.texi (Diff Mode): Doc fixes for diff-delete-trailing-whitespace.
| * * doc/emacs/trouble.texi (Crashing): Copyedits.Chong Yidong2012-11-081-0/+1
| |
| * Document diff-remove-trailing-whitespaceGlenn Morris2012-11-081-4/+7
| | | | | | | | | | | | | | | | * doc/emacs/files.texi (Diff Mode): Trailing whitespace updates. * lisp/vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix. * etc/NEWS: Related markup.
| * Tweak previous changeGlenn Morris2012-11-071-1/+1
| |
| * Direct ERC news to the main NEWS fileGlenn Morris2012-11-071-1/+3
| |
| * NEWS editGlenn Morris2012-11-071-0/+1
| |
| * * cl.texi (Obsolete Setf Customization): Updates for define-setf-method.Glenn Morris2012-11-071-0/+1
| | | | | | | | * etc/NEWS: Related markup.
| * * misc.texi (Terminal emulator): Document Term mode faces.Chong Yidong2012-11-081-1/+1
| |
| * Fix and docfix for the minibuffer-eldef-shorten-default feature.Chong Yidong2012-11-081-3/+2
| | | | | | | | | | | | | | | | | | | | | | * lisp/minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to a defcustom with an appropriate :set function. (minibuffer-default--in-prompt-regexps): New function. * doc/emacs/mini.texi (Basic Minibuffer): New node. Document minibuffer-electric-default-mode. * doc/emacs/display.texi (Visual Line Mode): Fix index entry.
| * * doc/lispref/searching.texi (Replacing Match): Document \? in replace-match.Chong Yidong2012-11-071-0/+1
| |
| * Fix and rewrite doc on window recombining facilities.Martin Rudalics2012-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * window.c (Fsplit_window_internal): Set combination limit of new parent window to t iff Vwindow_combination_limit is t; fixing a regression introduced with the change from 2012-09-22. (Fwindow_combination_limit, Fset_window_combination_limit): Fix doc-strings. * elisp.texi (Top): Add Recombining Windows to menu. * windows.texi (Recombining Windows): New subsection. (Splitting Windows): Rewrite text on handling of window combinations and move it to new subsection.
| * More cl-lib and gv doc updatesGlenn Morris2012-11-071-2/+2
| | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/cl.el (define-setf-expander, defsetf) (define-modify-macro): Doc fixes. * doc/misc/cl.texi (Obsolete Setf Customization): Give defsetf gv.el replacements. * etc/NEWS: Related edit.
| * NEWS editGlenn Morris2012-11-071-3/+5
| |
| * Doc improvements for Buffer Menu.Chong Yidong2012-11-071-1/+1
| | | | | | | | | | | | | | | | * buffers.texi (Several Buffers): List Buffer Menu command anmes, and index the keybindings. Document tabulated-list-sort. (Kill Buffer): Capitalize Buffer Menu. * trouble.texi (Memory Full): Capitalize Buffer Menu.
| * Document setf-local, defvar-local, and some doc updates for setf.Chong Yidong2012-11-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/edebug.texi (Specification List): setf is no longer CL-only. * doc/lispref/lists.texi (List Elements, List Variables): Clarify descriptions of push and pop for generalized variables. * doc/lispref/variables.texi (Creating Buffer-Local): Document setq-local and defvar-local. (Setting Generalized Variables): Arrange table alphabetically.
| * Undocument get-setf-method, no longer existsGlenn Morris2012-11-051-0/+7
| | | | | | | | | | | | | | * doc/misc/cl.texi (Obsolete Setf Customization): Undocument get-setf-method, since it no longer exists. * etc/NEWS: Mention this.
| * Add some documentation on defining new generalized variablesGlenn Morris2012-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/variables.texi (Setting Generalized Variables): Split most of previous contents into this subsection. (Adding Generalized Variables): New subsection. * doc/lispref/elisp.texi: Add Generalized Variables subsections to detailed menu. * etc/NEWS: Mention some gv.el macros by name.
* | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/lisp.h (AUTOLOADP): New macro. * src/eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead. * src/data.c (Ffset): Remove special ad-advice-info handling. (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function. (Fsubr_arity): CSE. (Finteractive_form): Simplify. (Fquo): Don't insist on having at least 2 arguments. (Qdefalias_fset_function): New var. * lisp/emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function. (ad--defalias-fset): New function. (ad-safe-fset): Remove. (ad-make-freeze-definition): Use cl-letf*.
* | * lisp/subr.el (dolist): Don't bind VAR in RESULT.Stefan Monnier2012-11-091-0/+5
| |
* | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/doc.c (Fdocumentation): Handle new property dynamic-docstring-function to replace the old ad-advice-info. * lisp/emacs-lisp/advice.el: Use new dynamic docstrings. (ad-make-advised-definition-docstring, ad-advised-definition-p): Use dynamic-docstring-function instead of ad-advice-info. (ad--make-advised-docstring): New function extracted from ad-make-advised-docstring. (ad-make-advised-docstring): Use it. * lisp/progmodes/sql.el (sql--make-help-docstring): New function, extracted from sql-help. (sql-help): Use it with dynamic-docstring-function.
* | Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-031-7/+11
|\ \ | |/
| * Further small cl.texi changesGlenn Morris2012-11-031-2/+3
| | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Creating Symbols, Random Numbers): De-emphasize internal variables cl--gensym-counter and cl--random-state. * etc/NEWS: Related edits. Fixes: debbugs:12788
| * Doc changes related to displaying buffers and quitting windows.Martin Rudalics2012-11-031-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (switch-to-visible-buffer) (switch-to-buffer-preserve-window-point): Fix doc-strings. * windows.texi (Switching Buffers): Document option switch-to-buffer-preserve-window-point. (Display Action Functions): Document window-height and window-width alist entries. (Display Action Functions): Document display-buffer-below-selected and display-buffer-in-previous-window. (Quitting Windows): Document quit-restore-window. Rewrite section. (Window Configurations): In window-state-get mention that argument window must be valid. (Window Parameters): Document quit-restore window parameter (Bug#12158).
* | Add NEWS top-level headings for 24.4.Glenn Morris2012-11-021-0/+11
|/
* Document cl-flet and cl-labels in doc/misc/cl.texiGlenn Morris2012-10-311-0/+2
| | | | | | | | | * doc/misc/cl.texi (Function Bindings): Update for cl-flet and cl-labels. (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". Reword, and add details of flet and labels. * etc/NEWS: Related markup.
* Doc and manual updates for cl-letf and letfGlenn Morris2012-10-301-0/+3
| | | | | | | | | | | Fixes: debbugs:12760 * doc/misc/cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. * lisp/emacs-lisp/cl.el (letf): Doc fix. * etc/NEWS: Related edit.
* Document more Emacs 24.3 changes.Chong Yidong2012-10-301-1/+5
| | | | | | | | * frames.texi (Visibility of Frames): Document tty-top-frame. * loading.texi (Autoload): Document autoloadp, autoload-do-load. * symbols.texi (Symbol Plists): Document function-get.
* Document dired-do-async-shell-command changes.Chong Yidong2012-10-301-1/+1
| | | | | * dired.texi (Shell Commands in Dired): Document changes to the dired-do-async-shell-command.
* More cl.texi updatesGlenn Morris2012-10-271-0/+6
| | | | | | | | | * doc/misc/cl.texi (Multiple Values, Common Lisp Compatibility): More namespace updates. (Obsolete Features): Copyedits. (Obsolete Lexical Macros, Obsolete Setf Customization): New subsections. * etc/NEWS: Related edits.
* More Emacs 24.3 documentation updates.Chong Yidong2012-10-271-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/building.texi (Compilation): Document compilation-always-kill. * doc/emacs/files.texi (Misc File Ops): Symbolic links on Windows only work on Vista and later. * doc/emacs/frames.texi (Mouse Avoidance): Mention new variable mouse-avoidance-banish-position. * doc/emacs/mule.texi (Recognize Coding): Remove an unreferenced vindex. * doc/emacs/package.texi (Package Menu): Document the "new" status. * doc/emacs/programs.texi (Which Function): Which Function mode now works in all major modes by default. * doc/emacs/search.texi (Symbol Search): New node. * doc/emacs/windows.texi (Window Choice): Don't refer to the obsolete special-display feature. * commands.texi (Event Input Misc): Remove last-input-char. (Command Loop Info): Remove last-command-char. * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap. * frames.texi (Initial Parameters): Don't mention the obsolete special-display feature. * hooks.texi (Standard Hooks): Remove obsolete hooks. * markers.texi (Information from Markers): Remove obsolete function buffer-has-markers-at. * minibuf.texi (High-Level Completion): Don't mention removed function iswitchb-read-buffer. * text.texi (Yanking): Document yank-handled-properties. * windows.texi (Choosing Window): Don't mention the obsolete special display feature. (Choosing Window Options): Remove obsolete special-display variables, and the functions special-display-p and special-display-popup-frame. * subr.el (insert-buffer-substring-as-yank): Doc fix.
* Merge upstream Org (from commit acbbe2)Bastien Guerry2012-10-263-2/+7
|
* NEWS copyeditsGlenn Morris2012-10-241-19/+20
|
* More cl doc updatesGlenn Morris2012-10-241-0/+1
| | | | | | | | | | | | | | | | | | | * doc/misc/cl.texi: Don't mess with the TeX section number counter. Use Texinfo recommended convention for quotes+punctuation. (Overview, Sequence Functions): Rephrase for better line-breaking. (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings) (Macro Bindings, Conditionals, Iteration, Loop Basics) (Random Numbers, Mapping over Sequences, Structures) (Porting Common Lisp): Further updates for cl-lib namespace. (Modify Macros, Declarations, Macro Bindings, Structures): Break long lines in examples. (Dynamic Bindings): Update for changed progv behavior. (Loop Examples, Efficiency Concerns): Markup fixes. (Structures): Remove TeX margin change. * lisp/emacs-lisp/cl-macs.el (cl-progv): Doc fix. * etc/NEWS: Related markup.
* Document some Emacs 24.3 changes.Chong Yidong2012-10-241-27/+31
| | | | | | | | | | | | | * doc/emacs/dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3 changes to the mark and unmark commands. (Comparison in Dired): Document chages to dired-diff. Remove M-=, which is no longer bound to dired-backup-diff. * doc/emacs/mule.texi (Text Coding): set-buffer-file-coding-system can now be invoked from the mode line. * lisp/dired.el (dired-mark, dired-unmark, dired-flag-file-deletion): Doc fix.
* Remove NEWS markup so that file-attributes etc get recheckedGlenn Morris2012-10-231-1/+1
|
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Hooks): * doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated. * lisp/gnus/nndiary.el (nndiary-request-create-group-functions) (nndiary-request-update-info-functions) (nndiary-request-accept-article-functions): * lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions): * lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions): * lisp/cedet/semantic/lex.el (semantic-lex-reset-functions): * lisp/cedet/semantic/edit.el (semantic-change-functions) (semantic-edits-new-change-functions) (semantic-edits-delete-change-functions) (semantic-edits-reparse-change-functions): * lisp/htmlfontify.el (hfy-post-html-hook): * lisp/filesets.el (filesets-cache-fill-content-hook): * lisp/arc-mode.el (archive-extract-hook): * lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook): * lisp/net/rcirc.el (rcirc-sentinel-functions) (rcirc-receive-message-functions, rcirc-activity-functions) (rcirc-print-functions): * lisp/net/dbus.el (dbus-event-error-functions): * lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions): * lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions) (checkdoc-comment-style-functions): Don't use "-hooks" suffix. * lisp/term/sun.el (sun-raw-prefix-hooks): * lisp/mail/sendmail.el (mail-yank-hooks): * lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
* Fix outdated timestamp documentation in Elisp manual.Paul Eggert2012-10-232-0/+8
| | | | | | | | | * doc/lispref/files.texi (File Attributes): * doc/lispref/text.texi (Undo): Time stamp resolution is now 1 picosecond, not 1 second. * etc/NEWS: Document increased precision in undo list. Fixes: debbugs:12706
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-231-0/+1
| | | | | | | | | | | * display.texi (Font Lookup): Remove font-list-limit. * lisp/startup.el (command-line): * lisp/cus-start.el: Don't refer to font-list-limit. * lisp/faces.el (font-list-limit): Define as an obsolete variable. * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
* Put back old Emacs 22 icons, just don't install themGlenn Morris2012-10-206-6/+20
| | | | | | | | | | | | | Some people prefer them to the newer icon * Makefile.in (install-etc): Don't install emacs22 icons. * etc/images/icons/hicolor/32x32/apps/emacs22.png: * etc/images/icons/hicolor/16x16/apps/emacs22.png: * etc/images/icons/hicolor/48x48/apps/emacs22.png: * etc/images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons. * etc/images/icons/README: Restore info about emacs22 icons
* Improve previous NEWS changeGlenn Morris2012-10-151-4/+5
|
* Apply program-transform-name etc in more places (bug#12536#34)Glenn Morris2012-10-151-14/+25
| | | | | | | | | * Makefile.in (install-man, install-etc): Apply $TRANSFORM. (clean): Delete etc/emacs.tmpdesktop. * .bzrignore: Add etc/emacs.tmpdesktop. * etc/NEWS: Mention this. Unrelated copyedits.
* merge trunkKenichi Handa2012-10-143-3/+15
|\
| * Adapt compile.el to changes in MSVC diagnostics format.Eli Zaretskii2012-10-142-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Adjust the msft regexp to the output of Studio 2010, and move msft before edg-1. See the discussion on emacs-devel, http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html, for the details. etc/compilation.txt (msft): Add error messages in new Studio 2010 format. test/automated/compile-tests.el (compile-tests--test-regexps-data): Add data for msft's new format.
| * Document 24.3 ImageMagick changes.Chong Yidong2012-10-131-3/+3
| | | | | | | | | | | | * doc/emacs/files.texi (File Conveniences): ImageMagick enabled by default. * doc/lispref/display.texi (ImageMagick Images): ImageMagick enabled by default.
* | Add more mappings for the charset japanese-jisx0208-1978.Kenichi Handa2012-10-142-1/+10
|/
* merge trunkKenichi Handa2012-10-111-16/+34
|\
| * lisp/generic-x.el: Make javascript-generic-mode an obsolete alias of js-mode.Juanma Barranquero2012-10-081-0/+3
| |
| * etc/NEWS: Fix wording in the Cygwin-related entries of the last change.Eli Zaretskii2012-10-081-3/+3
| |