Commit graph

75893 commits

Author SHA1 Message Date
Glenn Morris
21662dc75f Move to ../mail. 2007-12-02 18:48:20 +00:00
Glenn Morris
b88d2c4c22 Move some entries to misc/ChangeLog that went here by mistake.
Remove nxml-mode entry since it wasn't here for any appreciable time.
2007-12-02 18:39:00 +00:00
Glenn Morris
404cd45421 Move some entries here that went to emacs/ChangeLog by mistake. 2007-12-02 18:38:11 +00:00
Glenn Morris
a3614e04ba Agustín Martín <agustin.martin at hispalinux.es>
(flyspell-large-region): Explicitly set encoding for aspell process
and for communication with it.  Only add "-d" option if not already
present.  Use ispell-current-dictionary and
ispell-current-personal-dictionary.  General reorganization.
2007-12-02 18:18:19 +00:00
Glenn Morris
acf7984c5b Agustín Martín <agustin.martin at hispalinux.es>
(ispell-aspell-find-dictionary): Do not set encoding here.
(ispell-start-process): Explicitly set encoding here if using aspell.
2007-12-02 18:17:08 +00:00
Glenn Morris
e05b1e72be (top-level): Don't require cl when compiling.
(url-imap): Use signal rather than check-type.
2007-12-02 18:05:57 +00:00
Glenn Morris
d87fefad37 (top-level): Don't require cl when compiling.
(url-history-setup-save-timer, url-history-save-history):
Use condition-case rather than ignore-errors.
2007-12-02 18:05:36 +00:00
Glenn Morris
ed7cf49acf Don't require cl when compiling. 2007-12-02 18:05:26 +00:00
Glenn Morris
3d54861a68 (url-dav-delete-directory): Fix message typo. 2007-12-02 18:01:10 +00:00
Dan Nicolaescu
43202f8a9d (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
function to log-edit.
2007-12-02 17:56:03 +00:00
Michael Albinus
d9e2115863 * dbus.texi: Applying comments from RMS. 2007-12-02 17:19:17 +00:00
Michael Albinus
d3a8e0dffb * Makefile.in (INFO_TARGETS): Add dbus.
(DVI_TARGETS): Add dbus.dvi.
(dbus, dbus.dvi): New targets.
2007-12-02 16:56:53 +00:00
Michael Albinus
22d8ac3a6a * dbus.texi: New file. 2007-12-02 16:28:13 +00:00
Michael Albinus
3a993e3de8 * net/dbus.el: New file. 2007-12-02 16:26:17 +00:00
Michael Albinus
033b73e2e0 * config.in (HAVE_DBUS): Add.
* Makefile.in: (HAVE_DBUS): Add D-Bus definitions if defined.
(ALL_CFLAGS): Add ${DBUS_CFLAGS}.
(obj): Add $(DBUS_OBJ).
(LIBES): Add $(DBUS_LIBS).
(dbusbind.o): New target.

* dbusbind.c: New file.

* emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.

* keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
(Qdbus_event) New Lisp symbol.
(kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
(gobble_input): Call xd_read_queued_messages, reading D-Bus
messages.
(keys_of_keyboard ): Define dbus-event.

* termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
2007-12-02 16:23:40 +00:00
Michael Albinus
131e41336f * configure.in: Add D-Bus checks. D-Bus is disabled by default.
* configure: Regenerate.

* Makefile.in (INFO_FILES): Add dbus.
2007-12-02 15:46:00 +00:00
Romain Francoise
916447e4ed Fix last change. 2007-12-02 11:19:38 +00:00
Glenn Morris
c2bf6d2c83 *** empty log message *** 2007-12-02 04:09:45 +00:00
Glenn Morris
24030ea3d9 (top-level): Don't require cl when compiling.
(gnus-group-buffer): Define for compiler.
(url-news-fetch-message-id): Don't use `declare'.
(nntp-open-tls-stream, nntp-open-ssl-stream):
No need to define for compiler.
(url-snews): Use nntp-open-tls-stream unless ssl is requested.
2007-12-02 04:03:19 +00:00
Jay Belanger
27c11d0fd7 *** empty log message *** 2007-12-02 03:50:19 +00:00
Jay Belanger
105140567b (math-compose-var): Fix declaration. 2007-12-02 03:45:14 +00:00
Jay Belanger
7cf2461032 (math-compose-vector, math-compose-var, math-tex-expr-is-flat):
Declare as functions.
(calc-lang-slash-idiv, calc-lang-allow-underscores)
math-comp-left-bracket, math-comp-right-bracket, math-comp-comma)
(math-comp-vector-prec): Declare as variables.
(math-var-formatter, math-matrix-formatter,math-lang-adjust-words)
(math-lang-read-symbol, math-land-read, math-punc-table)
(math-compose-subscr,math-dots,math-func-formatter): New property
names to store language specific information.
(math-compose-tex-var, math-compose-tex-intv)
(math-compose-maple-intv, math-compose-eqn-intv, math-compose-tex-sum)
(math-compose-tex-func, math-compose-tex-intv): New functions.
(math-eqn-ignore-words,math-tex-ignore-words,math-latex-ignore-words):
Move from calc.el.
(math-special-function-table): Add entries for tex.
(calc-lang-slash-idiv, calc-lang-allows-underscores): New variables.
(math-compose-latex-frac): Rename from `math-latex-print-frac'.
(math-compose-tex-matrix, math-compose-eqn-matrix)
(math-eqn-special-functions): Move from calccomp.el
2007-12-02 03:17:22 +00:00
Jay Belanger
f479e32a8e (calc-lang-slash-idiv,calc-lang-allow-underscores,calc-lang-c-type-hex)
(calc-lang-brackets-are-subscripts, calc-lang-parens-are-subscripts):
New variables.
(math-expr-special-function-mapping): Remove variable.
(math-eqn-ignore-words, math-tex-ignore-words, math-latex-ignore-words):
Move to calc-lang.el.
2007-12-02 03:16:05 +00:00
Jay Belanger
018f0ad2e4 (math-compose-var): New function.
(math-compose-expr): Allow more special functions to be used.
Change test for formatting fractions.  Use variables and property
names to help with language specific formatting.
(math-compose-tex-matrix, math-compose-eqn-matrix)
(math-eqn-special-functions): Move to calc-lang.el
(math-compose-rows): Use property names to help with language specific
formatting.
2007-12-02 03:14:55 +00:00
Jay Belanger
2807e8e488 (math-read-factor): Turn multiple subscripts into nested subscripts.
(math-read-token): Use variables and property names to help with
language specific parsing.
(math-read-expression-level): Use variables to help with language
specific parsing.
2007-12-02 03:13:28 +00:00
Stefan Monnier
c9db111a74 (archive-find-type): Add recognition of rar-exe format.
(archive-rar-summarize): Allow the file name to be passed as argument.
Remove unused vars `header' and `footer'.
(archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2007-12-02 02:05:48 +00:00
Glenn Morris
29c7eba8a1 (top-level): Always require url-parse, not just when compiling. 2007-12-01 22:04:57 +00:00
Glenn Morris
c3335b6a01 *** empty log message *** 2007-12-01 21:19:25 +00:00
Glenn Morris
15689fa7d3 Move here from gnus/. 2007-12-01 21:09:32 +00:00
Glenn Morris
92a0b6f7a4 Move to ../. 2007-12-01 21:08:49 +00:00
Glenn Morris
06cec91301 Move here from gnus/. 2007-12-01 21:05:39 +00:00
Glenn Morris
803f849f6f Move to ../. 2007-12-01 21:04:06 +00:00
Glenn Morris
b544b8e51f Refill copyright.
(top-level): Don't require mm-util, or cl when compiling.
(dns-write-name, dns-read, dns-read-type, query-dns):
Replace mm-with-unibyte-buffer with its expansion.
(query-dns): Replace decf and ignore-errors with non-cl equivalents.
2007-12-01 21:02:07 +00:00
Glenn Morris
fb18c032d4 Move here from ../gnus. 2007-12-01 20:58:14 +00:00
Glenn Morris
ad12f3626b Move to ../net. 2007-12-01 20:57:35 +00:00
Glenn Morris
4b5625220a (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion. 2007-12-01 20:46:06 +00:00
Glenn Morris
4c1d592284 Move here from ../gnus. 2007-12-01 20:40:44 +00:00
Glenn Morris
5a3e7d0196 Move to ../net. 2007-12-01 20:39:50 +00:00
Dan Nicolaescu
37b72bf5ea * (log-edit-show-diff): Error out if the diff function is not set. 2007-12-01 20:34:23 +00:00
Dan Nicolaescu
93a142e14f * log-edit.el (log-edit-show-diff): New function.
(log-edit-mode-map, log-edit-menu): Bind it.
(log-edit-diff-function): New variable.
(log-edit): Change the 3rd param to be an alist and accept a
function that computes a diff for the files involved.

* vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2007-12-01 19:37:20 +00:00
Jason Rumney
30b7f3e6d0 (w32_face_attributes): Comment previous change. 2007-12-01 15:57:41 +00:00
Jason Rumney
f1e8dcf11a *** empty log message *** 2007-12-01 15:15:47 +00:00
Reiner Steib
0073bc5d81 Remove Gnus send mail problem. Other Gnus bugs have been fixed in Gnus CVS
but have not yet been synched to Emacs.
2007-12-01 11:40:10 +00:00
Martin Rudalics
395bbcd318 (bb-up, bb-down): Revert 2007-10-21 change and
wrap next-/previous-line in with-no-warnings.
2007-12-01 09:07:04 +00:00
Richard M. Stallman
39d0bf7466 (syms_of_search) <inhibit-changing-match-data>: Doc fix. 2007-12-01 06:59:12 +00:00
Glenn Morris
c2fd78e06d (erc-controls-strip): Declare for compiler. 2007-12-01 03:44:37 +00:00
Glenn Morris
e3abf9d998 Fix comment typo. 2007-12-01 03:41:16 +00:00
Glenn Morris
5ba3c59a5b (iswitchb-temp-buflist, iswitchb-read-buffer): Declare for compiler.
(erc-iswitchb): Don't require iswitchb when compiling.  Test
iswitchb-mode is bound.
2007-12-01 03:40:41 +00:00
Glenn Morris
afa803d576 (erc-server-send-ping): Move after definition of erc-server-send. 2007-12-01 03:34:03 +00:00
Glenn Morris
adf8caef48 Revert previous change. 2007-12-01 03:24:39 +00:00