summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | More details on a multi-tty change.Glenn Morris2008-04-011-1/+2
| |
* | (Funibyte_charset, Fset_unibyte_charset): Remove.Stefan Monnier2008-04-011-6/+0
| |
* | Update for `calendar-date-style' replacing `european-calendar'.Glenn Morris2008-03-291-0/+1
| |
* | Replace section that says about buffer names available via M-n with a sectionJuri Linkov2008-03-291-6/+6
| | | | | | | | that says the completion table is added after the list of defaults.
* | Move minibuffer changes to the section "Minibuffer changes".Juri Linkov2008-03-291-6/+6
| |
* | Add calendar-date-style.Glenn Morris2008-03-291-0/+7
| |
* | * keyboard.c (pending_funcalls): New var.Stefan Monnier2008-03-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (timer_check): Run it. (syms_of_keyboard): Initialize it. * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions) (Vdelete_terminal_functions): New vars. (syms_of_terminal): Initialize them. (Fdelete_terminal): Run delete-terminal-functions. * xdisp.c (safe_eval): Rewrite. (safe_call2): New fun. * frame.c (Qdelete_frame_functions): New var. (syms_of_frame): Initialize it. (Fdelete_frame): Use it and use safe_call2 and pending_funcalls. * lisp.h (safe_call2, pending_funcalls): Declare.
* | Prevoius NEWS entry already documented in the manual (for X).Jason Rumney2008-03-281-0/+1
| |
* | Document Windows hourglass change.Jason Rumney2008-03-281-0/+4
| |
* | (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-71/+71
| | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* | ** mark-even-if-inactive now defaults to tChong Yidong2008-03-271-0/+2
| |
* | ** proced.el has been added. It operates on processes like dired.Roland Winkler2008-03-261-0/+5
| |
* | *** empty log message ***Dan Nicolaescu2008-03-261-0/+2
| |