Jason Rumney
40a339c881
(logon_network_drive): Also logon to remote drives that
...
are mapped to drive letters.
2008-04-10 11:38:15 +00:00
Juanma Barranquero
2b69ccfd46
(assoc-ignore-case, assoc-ignore-representation):
...
Add WHEN to obsolescence declaration.
2008-04-10 11:07:37 +00:00
Juanma Barranquero
f01d54ca92
(AUTOGENEL): Add calc-loaddefs.el.
2008-04-10 09:53:56 +00:00
Jason Rumney
f12da10316
New file.
2008-04-10 09:41:43 +00:00
Jason Rumney
5739d6f8ee
Document make targets.
2008-04-10 08:59:23 +00:00
Glenn Morris
4ef65ef932
Revert changes included by mistake in previous commit.
2008-04-10 07:53:50 +00:00
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
96a7394f29
(truncate-partial-width-windows): Doc fix.
2008-04-10 07:49:07 +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
Juanma Barranquero
d58ee9f175
*** empty log message ***
2008-04-10 04:05:35 +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
Michael Albinus
b2ca37cdf3
*** empty log message ***
2008-04-09 19:08:22 +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
Stefan Monnier
c025fb0a25
(temp_echo_area_glyphs): Remove unused function.
2008-04-09 18:02:08 +00:00
Glenn Morris
ed7dabb336
Regenerate.
2008-04-09 16:55:51 +00:00
Jason Rumney
cc48598c5a
(clean-other-dirs-nmake): Don't clean lisp dir.
...
(clean-other-dirs-gmake): Likewise. Clean doc dirs.
(top-distclean, distclean, distclean-other-dirs-nmake)
(distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
(maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
2008-04-09 16:32:08 +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
Jason Rumney
c237889829
(distclean): Delete makefile too.
...
(maintainer-clean): New target.
2008-04-09 16:21:34 +00:00
Jason Rumney
6948400ca6
(distclean, maintainer-clean): New targets.
2008-04-09 16:21:11 +00:00
Juanma Barranquero
7a6a86adef
(Ffield_string_no_properties): Fix typo in docstring.
2008-04-09 15:57:40 +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
Jason Rumney
8d28646bf8
(redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
2008-04-09 13:33:56 +00:00
Jason Rumney
cf907d69dd
(w32_compute_glyph_string_overhangs): Compute overhangs
...
for new font backend and composite cases.
2008-04-09 12:14:52 +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
a0824fc1de
Fix typo in previous change.
2008-04-09 07:16:40 +00:00
Glenn Morris
0e7d8edb32
(diary-file, european-calendar-style): Remove autoload cookies.
2008-04-09 07:15:21 +00:00