- 29 Oct, 2007 10 commits
-
-
Michael Olson authored
-
Michael Olson authored
-
Juanma Barranquero authored
adapt to new `unload-feature' functionality. Remove hook from `kill-buffer-hook' buffer-locally. (server-unload-hook): Remove. (server-unload-function): New var; replaces `server-unload-hook'.
-
Juanma Barranquero authored
and `suspend-tty-functions'.
-
Glenn Morris authored
(dirtrack-debug): Doc fix. (dirtrack-mode, dirtrack-debug-mode): New names for dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode. (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug): Make obsolete. (dirtrack-debug-message): Only print message if dirtrack-debug-mode is non-nil. Use with-current-buffer. (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp. Remove dirtrack-debug checks now that dirtrack-debug-message does this.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
`(not cl-functions)'.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 28 Oct, 2007 18 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
(byte-compile-warnings-safe-p): Handle `not'. (byte-compile-warning-enabled-p, byte-compile-disable-warning) (byte-compile-enable-warning): New functions. (byte-compile-eval-before-compile) (byte-compile-file-form-require): Use byte-compile-disable-warning. (byte-compile-close-variables): Locally bind byte-compile-warnings, but do not modify it. (byte-compile-eval, byte-compile-obsolete) (byte-compile-warn-about-unresolved-functions) (byte-compile-file-form-defvar) (byte-compile-file-form-custom-declare-variable) (byte-compile-file-form-require) (byte-compile-file-form-defmumble, byte-compile-lambda) (byte-compile-form, byte-compile-normal-call) (byte-compile-variable-ref, byte-compile-defvar) (byte-compile-make-variable-buffer-local): Use byte-compile-warning-enabled-p.
-
Glenn Morris authored
-
Glenn Morris authored
byte-compile-warnings to `(not cl-functions)'.
-
Glenn Morris authored
byte-compile-warnings to `(not cl-functions)'. (cl-do-proclaim): Use byte-compile-disable-warning and byte-compile-enable-warning.
-
Glenn Morris authored
cl-functions)'.
-
Glenn Morris authored
-
Dan Nicolaescu authored
* emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
-
Juanma Barranquero authored
(server-log): Reflow docstrings. (server-delete-client, server-kill-emacs-query-function): Doc fixes. (server-goto-line-column): Use `when'.
-
Juri Linkov authored
clicked on the isearch message. (isearch-resume): Call `isearch-update' at the end. Rename argument `search' to `string' to conform to the isearch terminology.
-
Juri Linkov authored
-
Juri Linkov authored
-
Juanma Barranquero authored
($(BLD)/abbrev.$(O)): Remove.
-
Juanma Barranquero authored
-
Reiner Steib authored
* gnus.el: Bump version to Gnus v5.13.
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-911
-
Vinicius Jose Latorre authored
-
Stefan Monnier authored
* image.c (Qcount): Don't declare as extern. (syms_of_image): Initialize and staticpro `Qcount'. * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions. * emacs.c (main): Don't call syms_of_abbrev. * Makefile.in (obj): Remove abbrev.o. (abbrev.o): Remove. * abbrev.c: Remove. Rewrite abbrev.c in Elisp. * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. (abbrev-table-get, abbrev-table-put, abbrev-get) (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) (define-abbrev, abbrev--check-chars, define-global-abbrev) (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) (abbrev-expansion, abbrev--before-point, expand-abbrev) (unexpand-abbrev, abbrev--write, abbrev--describe) (insert-abbrev-table-description, define-abbrev-table): New funs, largely transcribed from abbrev.c. (abbrev-with-wrapper-hook): New macro. (abbrev-table-name-list, global-abbrev-table) (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) (abbrevs-changed, abbrev-all-caps, abbrev-start-location) (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): New vars, largely transcribed from abbrev.c. * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el".
-
- 27 Oct, 2007 12 commits
-
-
Glenn Morris authored
(shell-dirtrack-toggle): Mark as obsolete. (dirtrack-toggle, dirtrack-mode): No longer alias to shell-dirtrack-mode.
-
Glenn Morris authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Dan Nicolaescu authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Glenn Morris authored
This code behaves differently on the trunk.
-
Glenn Morris authored
The trunk version does this differently.
-
Juanma Barranquero authored
Fix :version tags.
-
Eli Zaretskii authored
-