Juanma Barranquero
08446d5eeb
(server-unload-function): Rename from `server-unload-hook' and
...
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'.
2007-10-29 00:51:51 +00:00
Juanma Barranquero
b09ee19d0b
(unload-feature-special-hooks): Add `delete-frame-functions'
...
and `suspend-tty-functions'.
2007-10-29 00:47:06 +00:00
Glenn Morris
ac37dedb05
Update commentary.
...
(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.
2007-10-29 00:40:50 +00:00
Glenn Morris
042be1d3ec
Update commentary.
2007-10-29 00:40:27 +00:00
Glenn Morris
0731baf4e6
Fix typo.
2007-10-29 00:27:55 +00:00
Glenn Morris
8778731969
Move local variables to end of file, and set byte-compile-warnings to
...
`(not cl-functions)'.
2007-10-29 00:22:36 +00:00
Glenn Morris
bdf5c7d9ae
Fix typo in previous change.
2007-10-29 00:22:23 +00:00
Glenn Morris
cf637a3431
(byte-compile-warnings): Document `not'.
...
(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.
2007-10-28 23:53:06 +00:00
Glenn Morris
e92d2ff731
(ad-compile-function): Use byte-compile-disable-warning.
2007-10-28 23:52:21 +00:00
Glenn Morris
7187be8be7
Add a local variables section, and set
...
byte-compile-warnings to `(not cl-functions)'.
2007-10-28 23:51:52 +00:00
Glenn Morris
bc8ce89b93
Unify local variable section, and set
...
byte-compile-warnings to `(not cl-functions)'.
(cl-do-proclaim): Use byte-compile-disable-warning and
byte-compile-enable-warning.
2007-10-28 23:51:29 +00:00
Glenn Morris
08f5e96594
Unify local variable section, and set byte-compile-warnings to `(not
...
cl-functions)'.
2007-10-28 23:50:47 +00:00
Glenn Morris
5e0b2841c7
(cc-bytecomp-ignore-obsolete): Use byte-compile-disable-warning.
2007-10-28 23:50:30 +00:00
Dan Nicolaescu
a7f58f4be2
* cus-edit.el (custom-browse-insert-prefix):
...
* emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2007-10-28 17:39:49 +00:00
Juanma Barranquero
c48254fbbf
(server-process-filter): Fix typo in docstring.
...
(server-log): Reflow docstrings.
(server-delete-client, server-kill-emacs-query-function): Doc fixes.
(server-goto-line-column): Use `when'.
2007-10-28 15:17:08 +00:00
Juri Linkov
72a69d7f81
(isearch-other-meta-char): Call `isearch-edit-string' when mouse is
...
clicked on the isearch message.
(isearch-resume): Call `isearch-update' at the end. Rename argument
`search' to `string' to conform to the isearch terminology.
2007-10-28 14:49:41 +00:00
Juri Linkov
747e8ee222
Fix comment.
2007-10-28 14:48:18 +00:00
Reiner Steib
c7ff939ae2
* gnus.texi, gnus-faq.texi, message.texi: Bump version to Gnus v5.13.
...
* gnus.el: Bump version to Gnus v5.13.
2007-10-28 13:40:46 +00:00
Miles Bader
01c52d3165
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-911
2007-10-28 09:18:39 +00:00
Vinicius Jose Latorre
ccae01a639
Detect if text foreground and background are equals
2007-10-28 04:58:17 +00:00
Stefan Monnier
e047f44883
Rewrite abbrev.c in Elisp.
...
* 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".
2007-10-28 02:41:00 +00:00
Glenn Morris
a034393c29
(shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
...
(shell-dirtrack-toggle): Mark as obsolete.
(dirtrack-toggle, dirtrack-mode): No longer alias to shell-dirtrack-mode.
2007-10-27 22:15:27 +00:00
Glenn Morris
2161a8ac98
*** empty log message ***
2007-10-27 22:14:44 +00:00
Jay Belanger
ecaf7186aa
*** empty log message ***
2007-10-27 20:56:47 +00:00
Jay Belanger
7841a7ddd2
Mention the lowering of the precedence of negation.
2007-10-27 20:28:27 +00:00
Dan Nicolaescu
f83fb05aa1
Reorder conditions to avoid warnings.
2007-10-27 20:27:34 +00:00
Jay Belanger
ca54ae34f4
(math-oper-table): Lower precedence of negation for C, TeX, and eqn.
2007-10-27 20:25:45 +00:00
Jay Belanger
c8d0074405
(math-standard-opers): Lower the precedence of negation.
2007-10-27 20:24:52 +00:00
Glenn Morris
7e9d87d003
(fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.
...
This code behaves differently on the trunk.
2007-10-27 19:14:08 +00:00
Glenn Morris
e2bd4dd4d0
(f90-font-lock-keywords-1): Revert change merged in from EMACS_22 branch.
...
The trunk version does this differently.
2007-10-27 19:12:27 +00:00
Juanma Barranquero
8f3f313d13
(desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook):
...
Fix :version tags.
2007-10-27 17:14:37 +00:00
Eli Zaretskii
9db0c29b26
(legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.
2007-10-27 14:53:19 +00:00
Juanma Barranquero
f14ee80231
*** empty log message ***
2007-10-27 14:41:24 +00:00
Michael Albinus
a4aeb9a424
* net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
...
(tramp-get-remote-tmpdir): New defun.
(tramp-make-tramp-temp-file): Use it.
(tramp-local-call-process): New defun. Replace all calls of
`call-process' by this when appropriate.
(tramp-handle-write-region): Replace calls of `file-attributes' by
`tramp-compat-file-attributes'.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Make the first command a `tramp-send-command' call, with let-bind
of `tramp-end-of-output'.
(tramp-version, tramp-bug, tramp-reporter-dump-variable)
(tramp-load-report-modules, tramp-append-tramp-buffers): Move to
tramp-cmds.el.
* net/tramp-fish.el (tramp-fish-handle-copy-file)
(tramp-fish-do-copy-or-rename-file)
(tramp-fish-do-copy-or-rename-file-directly):
* net/tramp-smb.el (tramp-smb-handle-copy-file):
Add parameter PRESERVE-UID-GID.
2007-10-27 13:57:43 +00:00
Eli Zaretskii
dca2168c0b
(zoneinfo-style-world-list, legacy-style-world-list): New defcustoms.
...
(display-time-world-list): Use them as appropriate for the current value
of `system-type'.
2007-10-27 12:43:56 +00:00
Miles Bader
fdc9061358
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Vinicius Jose Latorre
ebe4c71027
Pacify byte compiler
2007-10-27 00:25:43 +00:00
Dan Nicolaescu
3fe5c37a0c
* emulation/pc-select.el (next-line-mark, next-line-nomark)
...
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings
around uses of previous-line and next-line.
* diff.el (diff-old-file, diff-new-file, diff-extra-args): New
defvars.
* textmodes/css-mode.el (comment-continue):
* net/browse-url.el (url-handler-regexp):
* progmodes/idlw-help.el (idlwave-system-routines): Pacify
byte-compiler.
2007-10-26 22:24:14 +00:00
Dan Nicolaescu
72229917b1
(fill-nobreak-p): Replace obsolete alias
...
line-move-invisible-p with invisible-p, it was removed on
2007-08-29.
2007-10-26 20:35:31 +00:00
Juanma Barranquero
6daab4eda7
(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
...
is no longer bound to a key.
2007-10-26 14:26:18 +00:00
Juanma Barranquero
4b649a8e95
*** empty log message ***
2007-10-26 12:17:58 +00:00
Richard M. Stallman
9097e8af9b
(isearch-buffers-multi): New option.
...
(isearch-buffers-search-fun): Test it.
2007-10-26 09:56:27 +00:00
Richard M. Stallman
5ca7d652e5
(ps-mode-map): Delete C-c v binding.
...
Put ps-run-clear on C-c C-l.
2007-10-26 09:53:14 +00:00
Richard M. Stallman
c391a81ff3
(comment-styles): New style indent-or-triple.
...
(comment-style): Make that the default.
(comment-add defvar): Doc fix.
(comment-add): Delete arg EXTRA.
(comment-region-default): Open code call to comment-add.
Handle indent-or-triple style which uses `multi-char' for INDENT.
2007-10-26 09:52:12 +00:00
Juanma Barranquero
622ce6624f
*** empty log message ***
2007-10-26 09:10:49 +00:00
Juanma Barranquero
3ced278069
(nil-blank-string): Doc fix.
2007-10-26 08:53:45 +00:00
John Wiegley
4990598e2c
2007-10-26 John Wiegley <johnw@newartisans.com>
...
* eshell/em-unix.el (eshell/diff): Before calling the `diff'
function, ensure that the third argument is turned into a NIL if
the string is otherwise completely empty (either no characters, or
all tabs/spaces). This fixes a bug from a user who found himself
unable to customize `diff-switches' and still use Eshell's diff
command.
2007-10-26 08:07:17 +00:00
Glenn Morris
6a83140588
(byte-compile-warnings): Autoload the safe-local-variable property.
2007-10-26 07:35:31 +00:00
Glenn Morris
b1ac90c50a
(byte-compile-warnings): Autoload the safe-local-variable property.
2007-10-26 07:34:46 +00:00
Glenn Morris
7e6e7dab54
*** empty log message ***
2007-10-26 07:34:20 +00:00