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
74a84de231
shell.el no longer defines the aliases...
2007-10-29 00:17:39 +00:00
Glenn Morris
777ea444ba
The variable `byte-compile-warnings' can now...
2007-10-28 23:54:13 +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
Juri Linkov
70ee951bc8
Fix typos.
2007-10-28 14:47:58 +00:00
Juanma Barranquero
660a8219cb
(OBJ1): Remove abbrev.$(O).
...
($(BLD)/abbrev.$(O)): Remove.
2007-10-28 14:47:33 +00:00
Juanma Barranquero
a2666217c2
(obj): Remove abbrev.o.
2007-10-28 14:37:51 +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
0edd2970d2
(Formulas, Composition Basics): Lower the precedence of negation.
2007-10-27 20:38:38 +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
Juanma Barranquero
2697297fb5
Add *.pyc.
2007-10-27 13:51:27 +00:00
Juanma Barranquero
f387c1eec4
Comment change.
2007-10-27 13:38:28 +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
Martin Rudalics
67b73e3aa7
(window_min_size_2): Don't count header-line.
2007-10-26 20:57:07 +00:00
Martin Rudalics
b6ff295c43
(window_min_size_2): Don't count header-line.
2007-10-26 20:50:17 +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
Dan Nicolaescu
e3d7bd8321
(struct frame): Move all bit fields after the first bit
...
field to take advantage of the available space. Group all the
chars together to reduce wasted space due to padding.
2007-10-26 18:09:36 +00:00
Juanma Barranquero
7ce8671d69
Add a wrapper for getenv so it also checks the registry on Windows.
...
Suggestion and algorithm by Eli Zaretskii.
Code partially based on w32_get_resource and init_environment (w32.c).
(egetenv): New wrapper for getenv.
(get_current_dir_name, decode_options, get_server_config, set_local_socket,
set_socket, main): Use egetenv, not getenv.
(w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
2007-10-26 15:46:57 +00:00
Juanma Barranquero
70cd9104ca
Add a wrapper for getenv so it also checks the registry on Windows.
...
Suggestion and algorithm by Eli Zaretskii.
Code partially based on w32_get_resource and init_environment (w32.c).
(xmalloc): New function by Károly Lőrentey (backported from the trunk).
(quote_file_name): Use it.
(egetenv): New wrapper for getenv.
(get_current_dir_name, decode_options, get_server_config, set_local_socket,
set_socket, main): Use egetenv, not getenv.
(w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
2007-10-26 15:39:49 +00:00