- 04 Jan, 2008 30 commits
-
-
Michael Albinus authored
(dbus-name-owner-changed-handler): Replace "signal" by "member". (dbus-check-event): Add serial number to event. (dbus-handle-event): Apply return message if needed. (dbus-event-serial-number): New defun. (dbus-event-service-name, dbus-event-path-name) (dbus-event-interface-name, dbus-event-member-name): Adapt implementation to serial number.
-
Michael Albinus authored
(Errors and Events): Add serial number to events. Replace "signal" by "message". Introduce dbus-event-serial-number.
-
Michael Albinus authored
(xd_read_message): Add the serial number to the event. (Fdbus_register_method): Activate the function.
-
Glenn Morris authored
-
Tassilo Horn authored
* doc-view.el (doc-view-scroll-up-or-next-page) (doc-view-scroll-down-or-previous-page): Don't scroll to the top/bottom again when on the first/last page.
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
-
Tassilo Horn authored
* doc-view.el (doc-view-mode-map): Remap scroll-{up,down} to image-scroll-{up,down}.
-
Dan Nicolaescu authored
* 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.
-
Tassilo Horn authored
* 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.
-
Stefan Monnier authored
-
Stefan Monnier authored
tpu-mapper command rather than load the tpu-mapper package.
-
Stefan Monnier authored
-
Stefan Monnier authored
* 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.
-
Stefan Monnier authored
* 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.
-
Richard M. Stallman authored
outside the with-current-buffer. (byte-compile-insert-header): Use with-current-buffer.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
`fancy-splash-help-echo' variable.
-
Glenn Morris authored
(bookmark-get-filename, bookmark-get-bookmark-record) (bookmark-get-position): Declare for compiler.
-
Glenn Morris authored
(bookmark-make-cell-function, bookmark-get-filename) (bookmark-get-bookmark-record): Declare for compiler. Move footer text back to end of file.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
with explicit unix end-of-line conversion, which is safer.
-
- 03 Jan, 2008 10 commits
-
-
Stefan Monnier authored
* ibuffer.el (mode column): Use format-mode-line.
-
Stefan Monnier authored
a bug that has been fixed.
-
Stefan Monnier authored
-
Michael Albinus authored
arrays. Use another example.
-
Michael Albinus authored
(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.
-
Magnus Henoch authored
dbus-unregister-object instead of dbus-unregister-signal.
-
Magnus Henoch authored
arguments.
-
Magnus Henoch authored
unsigned int for byte values (necessary for big-endian platform).
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(occur-engine): Call it.
-