1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 21:20:44 -08:00
Commit graph

43819 commits

Author SHA1 Message Date
Glenn Morris
eda0be5a2c (menu-bar-options-menu) <truncate-lines>:
Respect truncate-partial-width-windows in non-full windows, with regards to
:toggle and :enable state.
2008-04-10 07:52:10 +00:00
Glenn Morris
627bb5dcb5 (toggle-truncate-lines): Doc fix. 2008-04-10 07:46:40 +00:00
Dan Nicolaescu
7d35417893 (vc-hg-dir-status): Remove unneeded call. 2008-04-10 07:34:40 +00:00
Dan Nicolaescu
7fbb47976e * vc-hooks.el (vc-state): Add new state `conflict'.
(vc-after-save): Use when not if.
(vc-default-mode-line-string): Deal with the conflict state.
(vc-prefix-map):
(vc-menu-map): Bind vc-status instead of vc-directory.

* vc.el (vc-editable-p):
(vc-default-status-printer):
(vc-next-action): Deal with the conflict state.
(vc-mark-resolved): New function.
(vc-status-mode): Fix mode name.
(vc-default-comment-history): Use when not if.
(Todo): Add new entries, remove old ones.

* vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
(vc-cvs-parse-status):
(vc-cvs-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
Detect the conflict state.
2008-04-10 07:32:25 +00:00
Glenn Morris
6e81a223a4 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop. 2008-04-10 05:20:15 +00:00
Glenn Morris
66d20000c5 (diary-hook, diary-display-hook): Move here from calendar.el.
(diary-hook): Doc fix.
2008-04-10 03:45:26 +00:00
Glenn Morris
724a25b25e (diary-display-hook): Declare for compiler. 2008-04-10 03:44:19 +00:00
Glenn Morris
467f174b22 Require diary-lib rather than calendar.
(appt): Add :prefix.
2008-04-10 03:43:52 +00:00
Glenn Morris
1244fe3919 (calendar, diary): Add :prefix.
(holidays): Change :prefix.
(calendar-today, holiday, calendar-holiday-marker, european-calendar-style):
Change custom groups.

(diary-hook, diary-display-hook): Move to diary-lib.el.
2008-04-10 03:41:41 +00:00
Glenn Morris
e99066081c (MH_E_DIR): New variable.
(MH_E_SRC): Restore variable removed 2008-03-13.
(mh-loaddefs.el): Depend on $MH_E_SRC.
(CAL_DIR, CAL_SRC): New variables.
(cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
Depend on CAL_SRC.
2008-04-10 03:40:06 +00:00
Stefan Monnier
34b67b0f6b * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
New functions.
* fileio.c (read_file_name_cleanup, Fread_file_name_internal):
Move functions to minibuffer.el.
(syms_of_fileio): Don't declare them.
2008-04-10 03:12:49 +00:00
Stefan Monnier
d2925a49b4 (minibuffer--do-completion): Don't forget to propagate
the arg to recursive calls.
2008-04-10 00:48:10 +00:00
Juanma Barranquero
8292beddd5 *** empty log message *** 2008-04-09 21:25:37 +00:00
Juanma Barranquero
e1bb0fe5aa (completion-auto-help): Fix typo. 2008-04-09 21:18:25 +00:00
Stefan Monnier
8f49a7254d (vc-cvs-diff-tree): Remove unused function. 2008-04-09 20:42:39 +00:00
Stefan Monnier
5bad314022 (vc-default-mode-line-string): Use ? for missing. 2008-04-09 20:23:11 +00:00
Michael Albinus
eb56296236 * net/tramp.el (tramp-find-file-name-coding-system-alist): New
defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region):
Use it.
2008-04-09 20:04:14 +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
Alexandre Julliard
beac4378aa (vc-status-add-entries): New function.
(vc-status-add-entry): Removed.
(vc-update-vc-status-buffer, vc-status-mark-buffer-changed): Use
vc-status-add-entries.
2008-04-09 18:52:20 +00:00
Alexandre Julliard
d533750604 (ewoc-collect): Return results in the correct order. 2008-04-09 18:50:34 +00:00
Glenn Morris
ed7dabb336 Regenerate. 2008-04-09 16:55:51 +00:00
Jason Rumney
3dc94c3075 (LOADDEFS): Add mh-loaddefs.el.
($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
(pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
(AUTOGENEL): New variable.
(distclean, maintainer-clean): New targets.
2008-04-09 16:26:54 +00:00
Chong Yidong
dbf3ef782e (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to
10000.
2008-04-09 15:38:32 +00:00
Chong Yidong
51876899bb * emacs-lisp/regexp-opt.el (regexp-opt): Reduce
max-lisp-eval-depth and max-specpdl-size to 10000.
2008-04-09 15:38:05 +00:00
Jason Rumney
4a146f3b9c *** empty log message *** 2008-04-09 14:35:02 +00:00
Jason Rumney
44e8d8d318 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
* nxml/nxml-mode.el (nxml-cleanup): New function.
	(nxml-mode): Add it to change-major-mode-hook.
2008-04-09 14:28:36 +00:00
Jan Djärv
418fddf54b (x-gtk-stock-map): Map info to gtk-info. 2008-04-09 10:59:16 +00:00
Jan Djärv
44a1781296 (vc-status-tool-bar-map): Add vc-print-log to tool bar. 2008-04-09 10:36:14 +00:00
Juanma Barranquero
03fdd67449 New file. 2008-04-09 10:07:14 +00:00
Jan Djärv
14c0a34db0 (tooltip-mode): Set tooltip-show-help-non-mode as
show-help-function when turning tooltip off.
(tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
(tooltip-trunc-str, tooltip-show-help-non-mode): New.
2008-04-09 09:34:16 +00:00
Alan Mackenzie
96bdb5cf19 (font-lock-extend-after-change-region-function): Make it buffer local. 2008-04-09 08:17:59 +00:00
Alan Mackenzie
bae8ad5586 *** empty log message *** 2008-04-09 08:14:54 +00:00
Glenn Morris
0e7d8edb32 (diary-file, european-calendar-style): Remove autoload cookies. 2008-04-09 07:15:21 +00:00
Glenn Morris
20732e0b48 Fix typo. 2008-04-09 07:13:43 +00:00
Dan Nicolaescu
799224fe61 * outline.el (outline-mode-menu-bar-map):
* log-view.el (log-view-mode-menu):
* log-edit.el (log-edit-menu): Add :help.
2008-04-09 06:15:13 +00:00
Chong Yidong
75407435b1 (regexp-opt-group): Use substring-no-properties for correct handling
of unibyte strings.
2008-04-09 04:29:43 +00:00
Chong Yidong
2d9653c498 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use
substring-no-properties for correct handling of unibyte strings.
2008-04-09 04:28:45 +00:00
Stefan Monnier
bac2f6bcd1 (change-log-next-buffer): Handle the case where version< signals an error. 2008-04-09 04:00:28 +00:00
Stefan Monnier
0b2b62ff6d * mouse.el (mouse-menu-major-mode-map): New fun extracted from
mouse-major-mode-menu.
(mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
(mouse-major-mode-menu, mouse-popup-menubar)
(mouse-popup-menubar-stuff): Use them.
(C-down-mouse-3): Bind to a dynamic map rather than to
mouse-popup-menubar-stuff.
* bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
2008-04-09 03:53:48 +00:00
Stefan Monnier
6e6c6aafa3 Preload minibuffer.el. 2008-04-09 03:44:27 +00:00
Dan Nicolaescu
fd06445166 (vc-svn-modify-change-comment): Add support for the
file:// access method.
2008-04-09 03:38:39 +00:00
Stefan Monnier
32bae13cf7 * lisp/minibuffer.el: New file.
* src/minibuf.c (last_exact_completion): Remove variable.
(Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
(complete_and_exit_1, complete_and_exit_2)
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(Fdisplay_completion_list, display_completion_list_1)
(Fminibuffer_completion_help, Fself_insert_and_exit)
(Fexit_minibuffer, Fminibuffer_message): Move functions to minibuffer.el.
(syms_of_minibuf): Remove corresponding initializations.
2008-04-09 03:34:19 +00:00
Stefan Monnier
b4f9af73de ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
rather than subdirs.el.  It introduces an ugly circular dependency, tho.
2008-04-08 22:12:12 +00:00
Stefan Monnier
2378f0443a * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.
(calc-mode-map, calc-digit-map, calc-dispatch-map):
Move initialization into declaration.
* calc/calc-yank.el:
* calc/calc-misc.el:
* calc/calc-embed.el:
* calc/calc-aent.el: Add autoload cookies and set generated-autoload-file.
2008-04-08 22:07:55 +00:00
Michael Albinus
2e8cf9a720 * net/zeroconf.el: New file. 2008-04-08 19:56:20 +00:00
Michael Albinus
074a226b42 * ps-samp.el (ps-add-printer, ps-remove-printer)
(ps-make-dynamic-printer-menu): New functions.
2008-04-08 19:55:03 +00:00
Juanma Barranquero
96f59d64e4 *** empty log message *** 2008-04-08 19:51:18 +00:00
Stefan Monnier
4e740fd0e3 (calendar-hebrew-list-yahrzeits): Typo. 2008-04-08 18:21:19 +00:00
Dan Nicolaescu
031f176629 * vc-rcs.el (vc-rcs-modify-change-comment):
* vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.

* log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
2008-04-08 15:59:35 +00:00
Juanma Barranquero
80e3310b37 (set-locale-environment): Don't warn if coding system doesn't agree with system
locale (this reverts changes by Dave Love, dated 2002-10-27 and 2002-10-09).
2008-04-08 14:57:02 +00:00