Juanma Barranquero
7619d43bc4
(savehist-coding-system): Default to a variant coding system
...
with explicit unix end-of-line conversion, which is safer.
2008-01-04 00:33:55 +00:00
Stefan Monnier
9dfee9c271
* ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
...
* ibuffer.el (mode column): Use format-mode-line.
2008-01-03 22:01:45 +00:00
Stefan Monnier
f86228e36c
(server-create-window-system-frame): Remove workaround for
...
a bug that has been fixed.
2008-01-03 21:56:36 +00:00
Magnus Henoch
7d1112ae98
* net/dbus.el (dbus-name-owner-changed-handler): Use
...
dbus-unregister-object instead of dbus-unregister-signal.
2008-01-03 16:38:47 +00:00
Richard M. Stallman
a32c180455
(frame-geom-value-cons, frame-geom-spec-cons): New fns.
2008-01-03 09:57:40 +00:00
Richard M. Stallman
f8edc67ee2
(occur-context-lines): New subroutine, broken out of occur-engine.
...
(occur-engine): Call it.
2008-01-03 09:52:45 +00:00
Dan Nicolaescu
b936ef8cc2
* vc-git.el (vc-git--ls-files-state): New function.
...
(vc-git-dir-state): Use it instead of processing the status
results here.
2008-01-03 06:29:38 +00:00
Miles Bader
23233b1f85
Changes from arch/CVS synchronization
2008-01-03 01:59:42 +00:00
Eric S. Raymond
1f0bee0a2d
* progmodes/grep.el (grep-find-ignored-directories): Initialize
...
from the value of vc-directory-exclusion-list.
* vc-hooks (vc-directory-exclusion-list): Include "_darcs",
even though we don't have a back end for darcs yet.
2008-01-02 23:47:35 +00:00
Miles Bader
aab2236f2d
Add arch tagline
2008-01-02 14:23:22 +00:00
Karl Fogel
03e26a796d
Change a return type, for greater extensibility. See
...
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
and its thread for discussion leading to this change.
* emacs-cvs/lisp/bookmark.el:
(bookmark-jump-noselect): Return an alist instead of a dotted pair.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window)
(bookmark-bmenu-switch-other-window): Adjust accordingly.
(bookmark-make-cell-function): Adjust documentation accordingly.
* emacs-cvs/lisp/image-mode.el
(image-bookmark-jump): Adjust return type accordingly; document.
* emacs-cvs/lisp/doc-view.el
(doc-view-bookmark-jump): Adjust return type accordingly; document.
2008-01-02 07:49:04 +00:00
Miles Bader
aacde24f5c
Make rcirc logging more customizable
...
(rcirc-log-filename-function): New variable.
(rcirc-log): Use `rcirc-log-filename-function' to generate the
log-file name. Don't log anything if it returns nil.
(rcirc-log-write): Use `expand-file-name' when merging the
log-file name from the alist with rcirc-log-directory; this does
the right thing if the name in the alist already an absolute
filename. Make the log-file directory if necessary.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-976
2008-01-02 02:20:56 +00:00
Miles Bader
b201b9880e
Merge from emacs--rel--22, gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-975
2008-01-02 02:20:42 +00:00
Eric S. Raymond
42a0a13593
* vc-svn.el (vc-svn-modify-change comment): New function.
2008-01-02 00:42:37 +00:00
Nick Roberts
7ae19274ab
*** empty log message ***
2008-01-01 21:19:17 +00:00
Dan Nicolaescu
21838dc0de
(vc-git-dir-state): Set the vc-backend property. Do
...
not disable undo, with-temp-buffer does it by default.
2008-01-01 19:47:21 +00:00
Dan Nicolaescu
905373c504
*** empty log message ***
2008-01-01 19:03:27 +00:00
Eric S. Raymond
4f07b9f2ef
Remove some debugging code.
2008-01-01 18:40:42 +00:00
Eric S. Raymond
abc61762a5
* vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly.
2008-01-01 16:39:59 +00:00
Eric S. Raymond
c59a24425b
* vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
...
with vc-state.
2008-01-01 11:17:37 +00:00
Nick Roberts
1fb7205b01
(elp-results): Use header-line-format for header. Move point to the start of
...
the buffer.
2007-12-31 23:23:39 +00:00
Nick Roberts
ad16855cbe
*** empty log message ***
2007-12-31 23:21:45 +00:00
Dan Nicolaescu
8c58d37d56
(vc-cvs-parse-entry): Set the vc-backend property.
2007-12-31 20:43:49 +00:00
Dan Nicolaescu
55adbcc236
State that dir-state is required to set the vc-state and
...
vc-backend properties.
2007-12-31 19:14:24 +00:00
Martin Rudalics
d8b3b1a17d
(Man-default-man-entry): Make this a defun. Improve
...
guessing mechanism and handling of section numbers.
2007-12-31 17:53:30 +00:00
Richard M. Stallman
606c9f599e
(face-all-attributes): If FRAME is nil, return defaults.
2007-12-31 15:02:34 +00:00
Richard M. Stallman
76564e7ce3
Whitespace change.
2007-12-31 03:43:15 +00:00
Richard M. Stallman
f1201e3aed
(custom-add-parent-links): New arg DOC-INITIAL-STRING.
...
Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include `parent'.
(custom-group-value-create): Pass two args to custom-add-parent-links.
2007-12-31 03:42:51 +00:00
Jay Belanger
a34f800f02
(calc-convert-temperature): Ensure that units are on the result
...
even when the result is zero.
2007-12-31 02:40:18 +00:00
Richard M. Stallman
833547aacb
(face-all-attributes): New function.
...
(face-differs-from-default-p): Compute list of attr names
from face-attribute-name-alist.
2007-12-30 16:26:54 +00:00
Michael Albinus
0e0c4247f1
* net/dbus.el (dbus-name-owner-changed-handler): Make the function
...
resistent towards wrong parameters.
(dbus-handle-event): Propagate D-Bus errors only in the debug case.
2007-12-30 15:51:18 +00:00
Richard M. Stallman
d50e9d5b17
(custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
...
(custom-face-save): Likewise.
(custom-face-reset-saved, custom-face-reset-standard): Likewise.
2007-12-30 03:36:05 +00:00
Richard M. Stallman
af4bbb690b
(custom-declare-face): Per frame, use `face-spec-set-2'.
...
(custom-theme-set-faces): Clear `face-override-spec' property.
Call `face-spec-set' with FOR-DEFFACE.
2007-12-30 03:35:05 +00:00
Richard M. Stallman
12c29dba8b
(custom-theme-recalc-face): Simply call `face-spec-recalc'.
2007-12-30 03:33:21 +00:00
Richard M. Stallman
24837f13fc
(face-spec-set): Third arg is now FOR-DEFFACE.
...
Use of frame as third arg is deprecated.
Handle `face-override-spec' property.
(face-spec-recalc): New function.
(face-spec-set-2): New function.
(frame-set-background-mode): Handle `face-override-spec' property.
Use `face-spec-recalc'.
(face-set-after-frame-default): Use `face-spec-recalc'.
2007-12-30 03:32:34 +00:00
Nick Roberts
babfb70b90
(thumbs-conversion-program): Add comment for Windows XP.
2007-12-29 23:39:51 +00:00
Nick Roberts
287fab5153
*** empty log message ***
2007-12-29 23:38:29 +00:00
Dan Nicolaescu
03da37df75
(vc-hg-dir-state): Set the vc-backend property.
2007-12-29 23:00:36 +00:00
Richard M. Stallman
8ed10e7379
(custom-add-parent-links): Fill the "Parent documentation" text.
2007-12-29 19:26:14 +00:00
Richard M. Stallman
4fed1740bd
(font-lock-prepend-text-property, font-lock-append-text-property):
...
Canonicalize the face and font-lock-face properties.
2007-12-29 19:12:30 +00:00
Richard M. Stallman
20d29b0bbc
(facep): Doc fix.
2007-12-29 19:10:34 +00:00
Richard M. Stallman
422abbfd22
(fancy-startup-tail, fancy-about-text)
...
(fancy-startup-text): Regularize format of face property.
2007-12-29 19:04:53 +00:00
Richard M. Stallman
78056104e0
(list-colors-print): Use :background and :foreground
...
instead of background-color and foreground-color.
2007-12-29 19:01:40 +00:00
Eric S. Raymond
484c1b1f14
* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
...
and 'unregistered states.
* vc-hooks.el (vc-state): Added 'removed state to documentation.
* vc-hg (vc-hg-parse-status): Recognize 'added, 'removed, and
'up-to-date state. Deal with the possibility that C for clean
might change to "=" in the next point release.
* vc-git.el (vc-git-parse-status): Recognize 'removed.
* vc.el (header comment): Better description of new dir-state.
(vc-compatible-state): Defines which states are mutually
compatible; usable with 'edited as a test for which can be committed on.
(vc-dired-hook): Turn off undo in the VC-Dired buffer, a speed tweak.
(vc-default-dired-state-info): Display 'removed state.
* vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
2007-12-29 13:20:49 +00:00
Thien-Thi Nguyen
cfef87adf1
(cd-absolute): Fix omission bug:
...
Make `list-buffers-directory' buffer-local.
2007-12-29 12:59:09 +00:00
Eli Zaretskii
6a314a29a4
(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
...
(ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2007-12-29 12:41:44 +00:00
Dan Nicolaescu
85933f0aef
(vc-hg-dir-state): Deal with the up-to-date state.
2007-12-29 05:54:23 +00:00
Jay Belanger
13eb7df084
(calc-arithmetic-menu, calc-scientific-function-menu)
...
(calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
(calc-units-menu, calc-variables-menu, calc-stack-menu):
Add :active keywords.
(calc-modes-menu): Add complex formats, remaining languages.
2007-12-29 05:33:52 +00:00
Jay Belanger
591b5f7a3a
(math-complex-format): Add giac.
2007-12-29 04:27:46 +00:00
Jay Belanger
f2ce8fb9e0
(calc-init-extensions): Autoload commands to change languages.
2007-12-29 01:11:03 +00:00