1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

81799 Commits

Author SHA1 Message Date
Dan Nicolaescu
c1471ef8c4 *** empty log message *** 2008-03-31 16:08:28 +00:00
Glenn Morris
a8ee33abbf (increment-calendar-month): Optionally handle systems without 12
months per year.
2008-03-31 16:00:05 +00:00
Glenn Morris
7bead204f1 (Commentary): Replace with reference to calendar.el.
(holiday-islamic): Comments.  Remove un-needed let.  Use and.
2008-03-31 15:39:20 +00:00
Dan Nicolaescu
1b3f2d4ec6 * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.
(vc-status-mark-buffer-changed): Handle the extra field.

* vc-bzr.el (vc-bzr-after-dir-status):
* vc-cvs.el (vc-cvs-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status): Return a list not a cons.
2008-03-31 15:36:56 +00:00
Stefan Monnier
ec4853ab3d Compute displayed pages first (in PDF).
(doc-view-current-converter-processes): Rename from
doc-view-current-converter-process.  Update users.
(doc-view-sentinel): Test buffer's liveness.
(doc-view-pdf/ps->png-sentinel): Remove.
(doc-view-start-process): New function.
(doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
(doc-view-ps->pdf): Use it.
(doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages): New functions.
(doc-view-convert-current-doc, doc-view-goto-page): Use them.
(doc-view-mode): Kill the processes when leaving the mode.
2008-03-31 15:14:16 +00:00
Dan Nicolaescu
400fc6ede0 Add todo entries. 2008-03-31 15:06:25 +00:00
Juanma Barranquero
2bd4bdc463 *** empty log message *** 2008-03-31 11:17:25 +00:00
Juanma Barranquero
daedb19635 (byte-compile-warnings-safe-p): Use `byte-compile-warning-types'.
Add docstring.
2008-03-31 11:02:04 +00:00
Glenn Morris
fb9e0d3494 (calendar-bahai-date-string): Make previous change more explicit. 2008-03-31 07:51:16 +00:00
Glenn Morris
c8b69b0ac8 Fix typo in previous change. 2008-03-31 07:41:01 +00:00
Glenn Morris
0d16be53d1 (holiday-chinese-new-year): Doc fix and comment. 2008-03-31 07:40:11 +00:00
Glenn Morris
a0e0846723 (mml2015-use): Declare for compiler.
(message-info): Require mml2015 when appropriate.
2008-03-31 07:18:59 +00:00
Glenn Morris
f6c762dde1 (increment-calendar-month): Doc fix.
(calendar-date-is-visible-p): Doc fix.  Simplify.
2008-03-31 07:11:00 +00:00
Glenn Morris
1d2a9d53ab Comment. 2008-03-31 07:08:38 +00:00
Katsumi Yamaoka
fbcbb58cbd * gnus.texi (Example Methods): Fix description about ssh-agent.
(Indirect Functions): Fix the default value of nntp-telnet-command;
 remove link to connect.html.
2008-03-31 04:38:58 +00:00
Stefan Monnier
56d707f1c3 (smerge-apply-resolution-patch): New fun.
(smerge-resolve): Add various resolution heuristics.
2008-03-31 02:57:39 +00:00
Glenn Morris
a3886890a2 (holiday-julian): Fix a a problem with holidays in the last fortnight
in Julian October.
2008-03-31 01:59:33 +00:00
Stefan Monnier
2fa42bb70b (smerge-refine): Allow highlighting other subparts in 3-way conflicts. 2008-03-31 01:49:57 +00:00
Glenn Morris
34ee3257bd (calendar-bahai-date-string): Avoid an error for pre-Bahai dates. 2008-03-31 01:47:29 +00:00
Glenn Morris
c8a54cf1aa (holiday-fixed): Comment.
(holiday-filter-visible-calendar): Return result from dolist.
2008-03-31 01:36:40 +00:00
Juri Linkov
e99c780691 (Fdisplay_buffer): Reinitialize tem to nil. 2008-03-31 00:36:32 +00:00
Juanma Barranquero
869d3e1733 (hi-lock-mode): Fix typos in docstring.
(hi-lock-unload-function): New function.
2008-03-31 00:04:49 +00:00
Michael Albinus
087f455671 * trampver.texi: Update release number. 2008-03-30 18:08:46 +00:00
Michael Albinus
da1975d727 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
overwriting when NEWNAME is a local file.
2008-03-30 18:08:20 +00:00
Michael Albinus
0c61d9814b * net/trampver.el: Update release number. 2008-03-30 18:03:25 +00:00
Jan Djärv
1c9c12709b (xg_set_geometry): Fix indentation.
(xg_resize_outer_widget): Removed
(x_wm_size_hint_off): Fix indentation.
(xg_frame_set_char_size): Call flush_and_sync after
gtk_window_resize.
(x_wm_set_size_hint): Pass NULL as geometry window to
gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
Add menu bar and tool bar height to base height.
(xg_update_frame_menubar, free_frame_menubar)
(xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
(update_frame_tool_bar, free_frame_tool_bar): Change
xg_resize_outer_widget to xg_frame_set_char_size.
2008-03-30 17:38:09 +00:00
Dan Nicolaescu
236b582755 * vc-git.el: Make vc-status display information about copies,
renames and permission changes.
(vc-git-extra-fileinfo): New defstruct.
(vc-git-escape-file-name, vc-git-file-type-as-string)
(vc-git-rename-as-string, vc-git-permissions-as-string)
(vc-git-status-printer): New functions.
(vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
(vc-git-after-dir-status-stage1): Look for copies, renames and
permission changes.
(vc-git-after-dir-status-stage1-empty-db): Set permissions.
(vc-git-dir-status): Ask for staged files and renames.
2008-03-30 15:44:34 +00:00
Dan Nicolaescu
58f10bffac Allow backends to display backend specific information in
the vc-status listing.
(vc-status-fileinfo): Add a field for backend specific information.
(vc-status-printer): Rename to ...
(vc-default-status-printer): ... this.
(vc-status-printer): New function.
(vc-update-vc-status-buffer): Set the backend specific file info
if provided.
2008-03-30 15:29:35 +00:00
Stefan Monnier
c9389edfdf (remember-diary-convert-entry): Revert last change (ill-conceived). 2008-03-30 14:42:47 +00:00
Michael Albinus
134ce16c74 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
dbus-call-method.
(Receiving Method Calls): The timeout can be set by the calling client.
2008-03-30 12:52:18 +00:00
Michael Albinus
90b3fc8415 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
(Fdbus_call_method): New parameter TIMEOUT.
(dbus-send-signal): Optimize UNGCPRO call.
2008-03-30 12:38:49 +00:00
Stefan Monnier
990e2c2fbc (nntp-netcat-command): Rename from nntp-via-netcat-command.
(nntp-netcat-switches): Rename from nntp-via-netcat-switches.
(nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
(nntp-service-to-port): New function.
(nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
(nntp-open-netcat-stream): New function.
(nntp-open-via-rlogin-and-netcat): Don't use a pty.
2008-03-30 03:54:15 +00:00
Juanma Barranquero
02a0861d53 *** empty log message *** 2008-03-30 02:17:47 +00:00
Glenn Morris
8133d0e331 (byte-compile-warnings): Don't warn about obsolete functions in this
obsolete file.
2008-03-30 00:47:33 +00:00
Glenn Morris
571388b020 Update for calendar-date-style' replacing european-calendar'. 2008-03-29 23:40:00 +00:00
Glenn Morris
b54eb5847e (list-holidays): Use or. 2008-03-29 23:26:17 +00:00
Glenn Morris
d53e3af1d4 (holiday-julian): Simplify. 2008-03-29 23:24:35 +00:00
Glenn Morris
2ed33c407c (holiday-hebrew): Simplify. 2008-03-29 23:23:20 +00:00
Juri Linkov
7ae6d1d10e (Fdisplay_buffer): Move call to
Vsplit_window_preferred_function out of conditions that check
if window is eligible for vertical splitting.
When Vsplit_window_preferred_function is non-nil, call it and use
its non-nil return value as window.  Otherwise, continue doing
vertical splitting using Fsplit_window with arg horflag=nil.
(syms_of_window) <Vsplit_window_preferred_function>: Change the
default value from `split-window' to nil.
2008-03-29 23:05:26 +00:00
Juri Linkov
f1917c6f19 (split-window-preferred-function):
Set choice for "vertically" to nil instead of split-window.
Set choice for "horizontally" to split-window-preferred-horizontally
instead of lambda.
2008-03-29 23:04:17 +00:00
Juri Linkov
b0b0ffa3f8 (split-window-preferred-horizontally): New function. 2008-03-29 23:03:18 +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
Juri Linkov
f03f8f2cb6 (Fcall_interactively): Revert 2008-03-16 change
for interactive code letters 'b' and 'B'.
2008-03-29 22:58:43 +00:00
Juri Linkov
f29775feac (debug-ignored-errors): Change "^End of history;
no next item$" to "^End of defaults; no next item$".
2008-03-29 22:57:19 +00:00
Juri Linkov
7f914bbedf (minibuffer-default-add-function): New variable with
the default to minibuffer-default-add-completions.
(minibuffer-default-add-done): New variable.  Make it buffer-local.
(minibuffer-default-add-completions): New function.
(goto-history-element): Set minibuffer-default-add-done to t and
call a function in minibuffer-default-add-function when the
specified absolute history position is greater than the length of
the minibuffer-default list and minibuffer-default-add-done is nil.
Change "^End of history; no next item$" to "^End of defaults;
no next item$".
2008-03-29 22:56:17 +00:00
Stefan Monnier
4a5e18325a (with-temp-buffer): Assume kill-buffer can change current-buffer. 2008-03-29 22:50:11 +00:00
Glenn Morris
d9ce91aecb Fix merge mistake. 2008-03-29 22:43:16 +00:00
Stefan Monnier
fa98585ca3 (message-make-in-reply-to): Use mm-with-multibyte-buffer. 2008-03-29 22:22:07 +00:00
Stefan Monnier
6199aad9a3 (remember-diary-convert-entry): Prefer boundp to with-no-warnings. 2008-03-29 22:20:13 +00:00