summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (declare-function): Macro deleted.Richard M. Stallman2007-12-031-37/+0
|
* (recenter-top-bottom): Don't use `ecase'.Richard M. Stallman2007-12-032-4/+13
|
* Move here from ../gnus.Glenn Morris2007-12-025-0/+558
|
* Move to ../net.Glenn Morris2007-12-025-552/+3
|
* *** empty log message ***Michael Albinus2007-12-021-0/+6
|
* (byte-compile-declare-function): Reverse branches of if statement.Glenn Morris2007-12-021-4/+4
|
* * lisp/saveplace.el (save-place-alist-to-file): Set coding-system-for-writeKarl Fogel2007-12-022-4/+11
| | | | | once and refer to it throughout. Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
* * lisp/saveplace.el (save-place-alist-to-file): Use `utf-8' coding systemKarl Fogel2007-12-022-1/+10
| | | | | | when writing, and set it in the first-line file variables. Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and a suggestion by Juanma Barranquero.
* (top-level): Don't require advice.Glenn Morris2007-12-022-18/+26
| | | | | Don't load viper-util, viper-keym, viper-mous, viper-macs, viper-ex when compiling.
* (top-level): Don't load viper-util, viper-keym when compiling.Glenn Morris2007-12-021-4/+0
|
* (top-level): Move provide statement to end.Glenn Morris2007-12-021-2/+3
|
* (top-level): Don't load viper-util when compiling. Move provideGlenn Morris2007-12-021-11/+3
| | | | statement to end.
* (top-level): Don't load viper-util, viper-keym, viper-mous when compiling.Glenn Morris2007-12-021-6/+0
|
* (top-level): Don't load viper-util when compiling.Glenn Morris2007-12-021-2/+0
|
* (top-level): Don't load viper-init when compiling.Glenn Morris2007-12-021-6/+0
|
* (top-level): Don't require ring.Glenn Morris2007-12-021-14/+1
| | | | Don't load viper-init, viper-cmd when compiling.
* (mail-strip-quoted-names): Autoload it.Glenn Morris2007-12-022-0/+5
|
* (Overview): Minor cleanup.Richard M. Stallman2007-12-022-1/+5
|
* (top-level): Don't require cl when compiling.Glenn Morris2007-12-022-1/+2
|
* (math-compose-var): Adjust declaration.Jay Belanger2007-12-021-23/+24
| | | | (math-var-formatter, math-compose-tex-var): Use adjusted `math-compose-var'.
* (math-compose-var): Adjust argument list.Jay Belanger2007-12-021-16/+17
| | | | (math-compose-expr): Use adjusted `math-compose-var'.
* Offer option for saveplace to be quiet about loading and saving.Karl Fogel2007-12-022-4/+21
| | | | | | | | Suggested by: David Reitter <dreitter{_AT_}inf.ed.ac.uk> * lisp/saveplace.el (save-place-quiet): New customizable boolean. (save-place-alist-to-file, load-save-place-alist-from-file): Use it to determine whether to print loading/saving messages.
* Remove file.Glenn Morris2007-12-022-295/+2
|
* (top-level): Don't load `encrypt' features.Glenn Morris2007-12-022-15/+7
| | | | | (netrc-parse): Don't use encrypt. (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
* (uudecode): New custom group.Glenn Morris2007-12-021-3/+8
| | | | | (uudecode-decoder-program, uudecode-decoder-switches) (uudecode-use-external): Move to the uudecode custom group.
* (binhex): New custom group.Glenn Morris2007-12-022-3/+20
| | | | | (binhex-decoder-program, binhex-decoder-switches) (binhex-use-external): Move to the binhex custom group.
* Move here from ../gnus.Glenn Morris2007-12-022-0/+565
|
* Move to ../mail.Glenn Morris2007-12-023-565/+4
|
* Move some entries to misc/ChangeLog that went here by mistake.Glenn Morris2007-12-021-39/+0
| | | | Remove nxml-mode entry since it wasn't here for any appreciable time.
* Move some entries here that went to emacs/ChangeLog by mistake.Glenn Morris2007-12-021-0/+29
|
* Agustín Martín <agustin.martin at hispalinux.es>Glenn Morris2007-12-022-23/+48
| | | | | | | (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.
* Agustín Martín <agustin.martin at hispalinux.es>Glenn Morris2007-12-021-1/+8
| | | | | (ispell-aspell-find-dictionary): Do not set encoding here. (ispell-start-process): Explicitly set encoding here if using aspell.
* (top-level): Don't require cl when compiling.Glenn Morris2007-12-022-2/+13
| | | | (url-imap): Use signal rather than check-type.
* (top-level): Don't require cl when compiling.Glenn Morris2007-12-021-4/+6
| | | | | (url-history-setup-save-timer, url-history-save-history): Use condition-case rather than ignore-errors.
* Don't require cl when compiling.Glenn Morris2007-12-022-5/+0
|
* (url-dav-delete-directory): Fix message typo.Glenn Morris2007-12-021-1/+1
|
* (cvs-mode-commit, cvs-mode-edit-log): Also pass a diffDan Nicolaescu2007-12-022-2/+12
| | | | function to log-edit.
* * dbus.texi: Applying comments from RMS.Michael Albinus2007-12-021-50/+34
|
* * Makefile.in (INFO_TARGETS): Add dbus.Michael Albinus2007-12-022-0/+18
| | | | | (DVI_TARGETS): Add dbus.dvi. (dbus, dbus.dvi): New targets.
* * dbus.texi: New file.Michael Albinus2007-12-022-0/+566
|
* * net/dbus.el: New file.Michael Albinus2007-12-022-0/+246
|
* * config.in (HAVE_DBUS): Add.Michael Albinus2007-12-027-48/+946
| | | | | | | | | | | | | | | | | | | | | * 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.
* * configure.in: Add D-Bus checks. D-Bus is disabled by default.Michael Albinus2007-12-024-21/+158
| | | | | | * configure: Regenerate. * Makefile.in (INFO_FILES): Add dbus.
* Fix last change.Romain Francoise2007-12-022-2/+6
|
* *** empty log message ***Glenn Morris2007-12-021-0/+1
|
* (top-level): Don't require cl when compiling.Glenn Morris2007-12-022-7/+14
| | | | | | | | (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.
* *** empty log message ***Jay Belanger2007-12-021-0/+48
|
* (math-compose-var): Fix declaration.Jay Belanger2007-12-021-2/+2
|
* (math-compose-vector, math-compose-var, math-tex-expr-is-flat):Jay Belanger2007-12-021-6/+529
| | | | | | | | | | | | | | | | | | | | | 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
* (calc-lang-slash-idiv,calc-lang-allow-underscores,calc-lang-c-type-hex)Jay Belanger2007-12-021-29/+10
| | | | | | | | (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.