1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

1704 Commits

Author SHA1 Message Date
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
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
Stefan Monnier
fc944cd4c5 (functionp): Return nil for special forms. 2008-04-05 20:22:22 +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
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
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
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
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
Juri Linkov
f3ed2b839f Commands that read a buffer name now provide a list of all buffers. 2008-03-16 17:47:34 +00:00
Glenn Morris
505d875608 Add some sections, based on NEWS.22. 2008-03-14 02:42:04 +00:00
Stefan Monnier
1c55ebd109 (Fswitch_to_buffer): Fall back on pop-to-buffer. 2008-03-12 18:13:23 +00:00
Juanma Barranquero
85efdcf340 Describe linum.el. 2008-03-12 09:31:59 +00:00
Glenn Morris
e20462401c Add mode-line-emphasis face. 2008-03-11 03:02:14 +00:00
Glenn Morris
e4434eccdb Update font-backend section. 2008-03-05 20:02:29 +00:00
Glenn Morris
79475ffbca Update for font-backend being enabled by default. 2008-03-05 03:54:31 +00:00
Glenn Morris
58e707fe24 Update icons entry. 2008-03-03 09:03:58 +00:00
Glenn Morris
252f3b82ad transient-mark-mode is off again. 2008-03-03 02:17:33 +00:00
Juanma Barranquero
0caa490be5 *** empty log message *** 2008-03-02 02:03:57 +00:00
Glenn Morris
c934813f06 Make the `whitespace.el' issue a little less confusing for people by
actually mentioning it.
2008-02-27 04:48:23 +00:00
Glenn Morris
2e3acc4711 Mention --disable-font-backend option. 2008-02-27 04:43:48 +00:00
Reiner Steib
143cecdb7a (Gnus): Mention problem with coding system `utf-8-emacs'
when using different Emacs versions.
2008-02-26 21:08:38 +00:00
Stefan Monnier
6d25a31264 (set-mark-command): Deactivate mark on second C-SPC C-SPC
when using transient-mark-mode.
2008-02-26 19:41:53 +00:00
Stefan Monnier
13cda5f9e5 (Fbuffer_swap_text): New function.
(syms_of_buffer): Defsubr it.
2008-02-25 19:09:22 +00:00
Dan Nicolaescu
b7bfcc8a7a *** empty log message *** 2008-02-24 17:56:03 +00:00
Stefan Monnier
a2bc5bdd7d Allow fine-grained image-cache flushing.
* dispextern.h (struct image): Add `dependencies' field.
(clear_image_caches): Change arg to Lisp_Object.
* image.c (make_image): Initialize `dependencies' field.
(clear_image_cache): Change arg to allow fine-grained flushing.
Perform the flush even if image-cache-eviction-delay is nil.
(clear_image_caches): Change arg to Lisp_Object.
(Fclear_image_cache): Expand meaning of the argument.
(mark_image): Mark `dependencies' field.
* xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
(lface_hash): Use XHASH rather than XFASTINT.
(face_at_buffer_position): Fix int -> EMACS_INT position.
* xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
(select_frame_for_redisplay): Remove code duplication.
(redisplay_internal): Adapt arg to call to clear_image_caches.
2008-02-24 13:36:39 +00:00
Glenn Morris
d2c98acc72 iwconfig. 2008-02-23 20:06:44 +00:00
Glenn Morris
0329d8a3e8 (menu-bar-games-menu): Add Bubbles and Pong. Add :help for Solitaire and Tetris. 2008-02-23 19:35:42 +00:00
Glenn Morris
85a1f98d8a Condense some entries. 2008-02-22 04:09:09 +00:00
Glenn Morris
db4f9d2a35 *** empty log message *** 2008-02-22 03:49:19 +00:00