1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

4130 Commits

Author SHA1 Message Date
Glenn Morris
95d8772fc5 Add holiday-chinese, diary-remind. 2008-04-23 03:06:37 +00:00
Juri Linkov
320bc739d3 Isearch help map. 2008-04-22 20:32:56 +00:00
Juri Linkov
a300181f28 Mailcap commands for the default list. 2008-04-22 19:55:21 +00:00
Glenn Morris
59ba20a2eb Add copyright-at-end-flag. 2008-04-22 02:58:19 +00:00
Miles Bader
d55fe5bb3e Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
2008-04-21 07:13:33 +00:00
Stefan Monnier
a3709a8c26 (abbrev-insert): New function extracted from expand-abbrev.
(expand-abbrev): Use it.
(abbrev-table-menu): New function.
2008-04-17 19:54:00 +00:00
Stefan Monnier
e1aec6fbf1 Rename vc-status to vc-dir and the vc-status var to vc-ewoc. 2008-04-16 00:57:12 +00:00
Stefan Monnier
e2947429e7 * minibuffer.el (completion-all-completion-with-base-size): New var.
(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.
2008-04-13 22:12:02 +00:00
Stefan Monnier
d87be1dfc8 (fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.
2008-04-11 15:34:17 +00:00
Dan Nicolaescu
a45868562f *** empty log message *** 2008-04-10 15:05:46 +00:00
Stefan Monnier
ba5ff07b2a * minibuffer.el (minibuffer): Move group from cus-edit.el.
(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.
2008-04-09 19:33:56 +00:00
Michael Albinus
b2ca37cdf3 *** empty log message *** 2008-04-09 19:08:22 +00:00
Dan Nicolaescu
494da8c4f6 *** empty log message *** 2008-04-09 03:42:28 +00:00
Michael Albinus
8f377a4b43 Add zeroconf.el. 2008-04-08 20:04:21 +00:00
Dan Nicolaescu
b592c357ca *** empty log message *** 2008-04-08 16:07:43 +00:00
Glenn Morris
36c0514cea Update for calendar name changes.
Also add Baha'i calendar references where appropriate.
2008-04-08 07:02:13 +00:00
Chong Yidong
d73803e635 ** Add a defcustom that supplies a function to name numeric backup files,
like make-backup-file-name-function for non-numeric backup files.
2008-04-08 01:24:07 +00:00
Juanma Barranquero
65f81a0b2b Fix typo. 2008-04-07 17:03:42 +00:00
Stefan Monnier
f7e4a59c5f Typo. 2008-04-07 14:43:03 +00:00
Glenn Morris
eee6134c66 (org-agenda-format-date-aligned, org-agenda-execute-calendar-command):
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.
2008-04-07 02:02:15 +00:00
Jason Rumney
312082e9dc (Burmese): Rename from Myanmar to be consistent with comment in burmese.el 2008-04-06 15:21:36 +00:00
Miles Bader
5bc6ddff00 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
2008-04-05 23:01:26 +00:00
Stefan Monnier
fc944cd4c5 (functionp): Return nil for special forms. 2008-04-05 20:22:22 +00:00
Dan Nicolaescu
479be3f4ba *** empty log message *** 2008-04-04 22:29:55 +00:00
Glenn Morris
6d0959581a Add defvar -> defcustom. 2008-04-03 04:12:51 +00:00
Chong Yidong
3ae459e5b4 Document shift-selection-mode and related changes. 2008-04-02 20:23:20 +00:00
Dan Nicolaescu
76be286d64 *** empty log message *** 2008-04-02 06:43:02 +00:00
Glenn Morris
bbe3eb999f More details on a multi-tty change. 2008-04-01 02:57:33 +00:00
Stefan Monnier
b2b7f29e5e (Funibyte_charset, Fset_unibyte_charset): Remove. 2008-04-01 00:54:03 +00:00
Glenn Morris
571388b020 Update for calendar-date-style' replacing european-calendar'. 2008-03-29 23:40:00 +00:00
Juri Linkov
d47a29c1e1 Replace section that says about buffer names available via M-n with a section
that says the completion table is added after the list of defaults.
2008-03-29 23:02:22 +00:00
Juri Linkov
23d2b2159a Move minibuffer changes to the section "Minibuffer changes". 2008-03-29 23:00:05 +00:00
Glenn Morris
dc7f8d5723 Add calendar-date-style. 2008-03-29 02:47:48 +00:00
Stefan Monnier
58555d8187 * keyboard.c (pending_funcalls): New var.
(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.
2008-03-29 01:46:10 +00:00
Jason Rumney
0d22595df5 Prevoius NEWS entry already documented in the manual (for X). 2008-03-28 11:09:54 +00:00
Jason Rumney
6e344060d2 Document Windows hourglass change. 2008-03-28 11:07:03 +00:00
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Chong Yidong
93f2ce22f1 ** mark-even-if-inactive now defaults to t 2008-03-27 02:50:56 +00:00
Roland Winkler
f6b26818ea ** proced.el has been added. It operates on processes like dired. 2008-03-26 15:07:14 +00:00
Chong Yidong
03a864d5b3 Bump version to 22.2. 2008-03-26 13:47:40 +00:00
Dan Nicolaescu
117d3cc5bb *** empty log message *** 2008-03-26 06:47:56 +00:00
Stefan Monnier
4972c36128 (Decoding Output): Remove process-filter-multibyte functions. 2008-03-25 17:50:07 +00:00
Chong Yidong
8e8b72c9fe ** Transient Mark Mode is now on by default. 2008-03-23 22:54:57 +00:00
Richard M. Stallman
cc48343f99 *** empty log message *** 2008-03-23 17:13:42 +00:00
Reiner Steib
e652d4d353 (incoming mail files): Add version. 2008-03-22 10:13:32 +00:00
Stefan Monnier
e5c4079cc4 (minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.
2008-03-20 19:48:07 +00:00
Dan Nicolaescu
cdafbdec8c *** empty log message *** 2008-03-19 04:15:12 +00:00
Dan Nicolaescu
d0f10d8f9f *** empty log message *** 2008-03-19 04:13:46 +00:00
Juri Linkov
3063e32683 `inhibit-startup-screen' doesn't inhibit display of the initial message
in the *scratch* buffer.
2008-03-18 23:51:28 +00:00
Jason Rumney
117402b86d M-x term does not work on Windows. 2008-03-17 23:34:55 +00:00