1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
Commit Graph

76483 Commits

Author SHA1 Message Date
Tassilo Horn
f1acd44c03 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode-map): Remap scroll-{up,down} to
	image-scroll-{up,down}.
2008-01-04 08:45:33 +00:00
Dan Nicolaescu
b38f5e6fea * mouse.el (mouse-popup-menubar): Fix typo.
* emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
form inside with-current-buffer.

* progmodes/antlr-mode.el (provide): Move to the end of file.
(require): Don't require font-lock and compile.
(outline-level, imenu-use-markers, imenu-create-index-function):
Move declarations to top level.
(cond-emacs-xemacs-macfn): Declare for compiler.

* vc-bzr.el (vc-bzr-root):
* vc-arch.el (vc-arch-root): Only set a property if the file is
managed by this backend.

* vc-hg.el (vc-hg-state): Support the new status code for
up-to-date.
2008-01-04 08:34:15 +00:00
Tassilo Horn
896631767c 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-scroll-up-or-next-page)
	(doc-view-scroll-down-or-previous-page): Use image-scroll-up and
	image-scroll-down instead of the non-image equivalents.  Don't
	rely on a signalled condition but switch pages when scrolling
	doesn't change the vertical position anymore.
2008-01-04 08:27:54 +00:00
Stefan Monnier
db7552d575 Misc comment and docstring fixes to better follow conventions. 2008-01-04 07:03:47 +00:00
Stefan Monnier
88a83b17ec (tpu-load-xkeys): Recommend to run the
tpu-mapper command rather than load the tpu-mapper package.
2008-01-04 06:52:27 +00:00
Stefan Monnier
f33e2ef151 (tpu-mapper): New command. Contains all the code previously at top-level. 2008-01-04 06:52:03 +00:00
Stefan Monnier
48d33090d0 * erc-ibuffer.el (erc-channel-modes):
* bs.el (bs--sort-by-mode, bs--get-mode-name):
* imenu.el (imenu-add-to-menubar):
* makesum.el (make-command-summary):
* mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
* msb.el (msb--mode-menu-cond):
* calc/calc-embed.el (calc-do-embedded):
* emacs-lisp/helper.el (Helper-describe-mode):
* mail/emacsbug.el (report-emacs-bug):
* progmodes/hideshow.el (hs-grok-mode-type):
* textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
* textmodes/table.el (*table--cell-describe-mode):
Pass mode-name through format-mode-line.
2008-01-04 06:29:12 +00:00
Stefan Monnier
3da360a745 * progmodes/ada-xref.el (ada-prj-find-prj-file):
* progmodes/ada-mode.el (comment-region):
* calendar/todo-mode.el (todo-insert-item):
* bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
2008-01-04 06:18:31 +00:00
Richard M. Stallman
a5832373fd (byte-compile-from-buffer): Call byte-compile-warn-about-unresolved-functions
outside the with-current-buffer.
(byte-compile-insert-header): Use with-current-buffer.
2008-01-04 05:35:12 +00:00
Glenn Morris
8df5b06d16 (vc-modify-change-comment): Declare for compiler. 2008-01-04 03:16:19 +00:00
Glenn Morris
6e4fcd29a7 (defcustom-c-stylevar): Revert previous change (merge mistake). 2008-01-04 03:14:56 +00:00
Glenn Morris
26dac56cb6 (find-name-arg): Declare for compiler. 2008-01-04 03:13:43 +00:00
Glenn Morris
e61aad2fb8 (tramp-smb-handle-insert-directory): Use mapc rather than mapcar. 2008-01-04 03:13:26 +00:00
Glenn Morris
93926b0766 (fancy-about-screen): Remove reference to deleted
`fancy-splash-help-echo' variable.
2008-01-04 03:13:06 +00:00
Glenn Morris
a47d49c0f6 (bookmark-make-cell-function)
(bookmark-get-filename, bookmark-get-bookmark-record)
(bookmark-get-position): Declare for compiler.
2008-01-04 03:12:43 +00:00
Glenn Morris
069b4ce3f6 (doc-view-search-internal): Don't use `incf'.
(bookmark-make-cell-function, bookmark-get-filename)
(bookmark-get-bookmark-record): Declare for compiler.
Move footer text back to end of file.
2008-01-04 03:12:17 +00:00
Glenn Morris
b30e04e263 (emacs-copyright): Update to 2008. 2008-01-04 03:11:17 +00:00
Glenn Morris
a70c9a7a88 (set-copyright): Add lib-src/ebrowse.c. 2008-01-04 03:10:53 +00:00
Glenn Morris
a408ea1716 (Copyright): Update to 2008. 2008-01-04 03:10:31 +00:00
Glenn Morris
969c3f6624 (version) <emacs_copyright>: New variable. Just use current year for copyright. 2008-01-04 03:10:02 +00:00
Glenn Morris
461ff18d77 (print_version): Update copyright to 2008. 2008-01-04 03:09:38 +00:00
Glenn Morris
d0675f4164 Update copyright to 2008. 2008-01-04 03:08:28 +00:00
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
Stefan Monnier
87df3c322b (read_key_sequence): Fix typo. 2008-01-03 21:56:05 +00:00
Michael Albinus
4db2806c44 * dbus.texi (Type Conversion): Explain the type specification for empty
arrays.  Use another example.
2008-01-03 21:32:04 +00:00
Michael Albinus
5125905efd * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
(xd_signature, xd_append_arg): Handle element type detection for
empty arrays.
(Fdbus_call_method, Fdbus_send_signal): Undo type casting for
SDATA () calls; this must be solved more general.
(Fdbus_register_signal): Use SBYTES instead of strlen.
2008-01-03 21:27:25 +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
Magnus Henoch
2c3a8b2787 * dbusbind.c (Fdbus_call_method): Handle the case of no returned
arguments.
2008-01-03 16:35:44 +00:00
Magnus Henoch
8bba1b5cbb * dbusbind.c (xd_append_arg): Use unsigned char instead of
unsigned int for byte values (necessary for big-endian platform).
2008-01-03 16:34:07 +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
1c88479513 * emacs.desktop (Icon): Update icon name. 2008-01-03 07:35:42 +00:00
Dan Nicolaescu
a1da069fbd * images/icons/emacs_16.png, images/icons/emacs_24.png
* images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
hicolor/16x16/apps/emacs.png hicolor/24x24/apps/emacs.png
hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.

* images/icons/README (Author): Update for renaming.
2008-01-03 07:33:47 +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