aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp ↵Juri Linkov2008-05-021-0/+6
| | | | Changes.
* *** empty log message ***Dan Nicolaescu2008-04-301-1/+1
|
* Reorder, place things related to version control together.Dan Nicolaescu2008-04-301-17/+17
|
* Fix typo in previous.Glenn Morris2008-04-291-1/+1
|
* New file.Stefan Monnier2008-04-291-0/+2
|
* Add Windows battery support.Jason Rumney2008-04-291-2/+10
|
* Minor changes during update to version 6.02b.Carsten Dominik2008-04-271-4/+5
|
* Add pp-macroexpand-expression, pp-macroexpand-last-sexp.Glenn Morris2008-04-261-0/+3
|
* Add forms-d2.dat.Glenn Morris2008-04-261-0/+1
|
* Move here from ../lispGlenn Morris2008-04-262-0/+8
|
* (completion-table-with-context): Fix `pred' for theStefan Monnier2008-04-261-1/+3
| | | | | | | | | | | | | | | | | various kinds of completion tables. (completion-emacs22-try-completion): Place cursor after the /, as was done in Emacs-22's minibuffer-complete-word. Fix bug reported by David Hansen <david.hansen@gmx.net>. (completion-emacs22-try-completion): Merge all mergable text rather than /. (completion-pcm--delim-wild-regex): New var. (completion-pcm-word-delimiters): New custom. (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p) (completion-pcm--string->pattern, completion-pcm--pattern->regex) (completion-pcm--all-completions, completion-pcm-all-completions) (completion-pcm--merge-completions, completion-pcm--pattern->string) (completion-pcm-try-completion): New functions. (completion-styles-alist): Add them. (completion-styles): Add it to the default.
* (translation-table-for-input): Mark as obsolete.Stefan Monnier2008-04-241-0/+2
|
* Add bug-reference.el, goto-address.el.Glenn Morris2008-04-241-0/+5
|
* Add holiday-chinese, diary-remind.Glenn Morris2008-04-231-0/+6
|
* Isearch help map.Juri Linkov2008-04-221-0/+6
|
* Mailcap commands for the default list.Juri Linkov2008-04-221-2/+6
|
* Add copyright-at-end-flag.Glenn Morris2008-04-221-0/+3
|
* Merge from gnus--devo--0Miles Bader2008-04-211-8/+18
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
* (abbrev-insert): New function extracted from expand-abbrev.Stefan Monnier2008-04-171-1/+1
| | | | | (expand-abbrev): Use it. (abbrev-table-menu): New function.
* Rename vc-status to vc-dir and the vc-status var to vc-ewoc.Stefan Monnier2008-04-161-1/+1
|
* * minibuffer.el (completion-all-completion-with-base-size): New var.Stefan Monnier2008-04-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | (completion--some): New function. (completion-table-with-context, completion--file-name-table): Return the base-size if requested. (completion-table-in-turn): Generalize to multiple arguments. (complete-in-turn): Compatibility alias. (completion-styles-alist): New var. (completion-styles): New customization. (minibuffer-try-completion, minibuffer-all-completions): New functions. (minibuffer--do-completion, minibuffer-complete-and-exit) (minibuffer-try-word-completion): Use them. (display-completion-list, minibuffer-completion-help): Use them. Handle all-completions's new base-size info to set completion-base-size. * info.el (Info-read-node-name-1): Use completion-table-with-context, completion-table-with-terminator and complete-with-action. Remove the now obsolete completion-base-size-function property. * simple.el (completion-list-mode-map): Move init into declaration. (completion-list-mode): Use define-derived-mode. (completion-setup-function): Use any completion-base-size that may have been set before. Remove handling of completion-base-size-function. * loadup.el: Move abbrev.el up earlier.
* (fill-forward-paragraph-function): New var.Stefan Monnier2008-04-111-0/+3
| | | | | (fill-forward-paragraph): New fun. (fill-paragraph, fill-region): Use it.
* *** empty log message ***Dan Nicolaescu2008-04-102-6/+9
|
* * minibuffer.el (minibuffer): Move group from cus-edit.el.Stefan Monnier2008-04-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | (completion-auto-help): Move from C code. (minibuffer--maybe-completion-help): Remove. (minibuffer--bitset): New function. (minibuffer--do-completion): Rename from minibuffer-do-completion. Renumber a bit. Really complete on string *before* point. Add argument used for word-completion. Join trailing / in completion with following text, as done in minibuffer-complete-word. Handle new value `lazy' for completion-auto-help. (minibuffer-try-word-completion): New function extracted from minibuffer-complete-word. (minibuffer-complete-word): Use minibuffer--do-completion. (minibuffer--insert-strings): Rename from minibuffer-complete-insert-strings. (exit-minibuffer): Fix typo. * cus-edit.el (minibuffer): Move group to minibuffer.el. * cus-start.el: Remove completion-auto-help. * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el. (syms_of_minibuf): Remove its initialization.
* *** empty log message ***Michael Albinus2008-04-091-3/+3
|
* *** empty log message ***Dan Nicolaescu2008-04-091-7/+6
|
* Add zeroconf.el.Michael Albinus2008-04-081-0/+5
|
* *** empty log message ***Dan Nicolaescu2008-04-081-0/+5
|
* Update for calendar name changes.Glenn Morris2008-04-081-0/+1
| | | | Also add Baha'i calendar references where appropriate.
* ** Add a defcustom that supplies a function to name numeric backup files,Chong Yidong2008-04-081-0/+3
| | | | like make-backup-file-name-function for non-numeric backup files.
* Fix typo.Juanma Barranquero2008-04-071-1/+1
|
* Typo.Stefan Monnier2008-04-071-1/+1
|
* (org-agenda-format-date-aligned, org-agenda-execute-calendar-command):Glenn Morris2008-04-071-0/+7
| | | | | | | | | Access date elements directly rather than using calendar functions. (org-read-date, org-goto-calendar, org-agenda-goto-calendar): Also set calendar-view-diary-initially-flag, calendar-view-holidays-initially-flag (org-get-entries-from-diary): Also set diary-fancy-buffer. (org-agenda-execute-calendar-command): No need to set displayed-day.
* (Burmese): Rename from Myanmar to be consistent with comment in burmese.elJason Rumney2008-04-062-1/+5
|
* Merge from emacs--rel--22Miles Bader2008-04-056-43/+60
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
| * Bump version to 22.2.Chong Yidong2008-03-261-0/+4
| |
| * (incoming mail files): Add version.Reiner Steib2008-03-222-0/+5
| |
| * *** empty log message ***Dan Nicolaescu2008-03-191-6/+12
| |
| * M-x term does not work on Windows.Jason Rumney2008-03-171-0/+4
| |
| * (font-lock-comment-face): Move from 22.1 to 22.2Glenn Morris2008-03-141-7/+8
| |
| * More details of font-lock-comment-delimiter-face and related issues.Glenn Morris2008-03-131-0/+9
| |
| * Refer to node name `Init Rebinding' instead of title.Reiner Steib2008-03-122-4/+5
| |
| * Remove even more discussion of flow control.Reiner Steib2008-03-122-15/+5
| |
| * Remove discussion of flow control.Chong Yidong2008-03-1220-158/+0
| |
| * * TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:Chong Yidong2008-03-121-1/+9
| | | | | | | | | | | | | | * TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk: * TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de: * TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th: * TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.
* | (functionp): Return nil for special forms.Stefan Monnier2008-04-051-0/+3
| |
* | *** empty log message ***Dan Nicolaescu2008-04-041-4/+2
| |
* | Add defvar -> defcustom.Glenn Morris2008-04-031-0/+3
| |
* | Document shift-selection-mode and related changes.Chong Yidong2008-04-021-21/+56
| |
* | *** empty log message ***Dan Nicolaescu2008-04-022-2/+13
| |