1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
Commit Graph

74904 Commits

Author SHA1 Message Date
Dan Nicolaescu
6546555e7d * calc/calc.el (calc-emacs-type-lucid): Remove.
(calc-digit-map, calcDigit-start, calc-read-key)
(calc-clear-unread-commands):
* calc/calc-ext.el (calc-user-key-map): Replace uses of
calc-emacs-type-lucid with (featurep 'xemacs)

* emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
(featurep 'xemacs).
(tpu-lucid-emacs19-p): Remove.
(tpu-map-key): Make it a function instead of using fset.  Inline
tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
(tpu-emacs-map-key, tpu-lucid-map-key): Remove.

* ielm.el: Use featurep 'xemacs.

* progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
(condition-case, cperl-can-font-lock, cperl-singly-quote-face)
(cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
(cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
cperl-xemacs-p with (featurep 'xemacs).
(font-lock-cache-position): Pacify byte compiler.
2007-10-29 15:33:04 +00:00
Richard M. Stallman
d977461174 (browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
(browse-url-text-emacs): Likewise.
(browse-url-text-browser): New variable.
(browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
(browse-url-text-input-field, browse-url-text-input-attempts)
(browse-url-kde-program): Likewise.
2007-10-29 13:56:39 +00:00
Richard M. Stallman
26c07a69b9 (read-color): New function.
(face-at-point, foreground-color-at-point)
(background-color-at-point): New functions.
2007-10-29 13:54:00 +00:00
Nick Roberts
f10bbb7315 *** empty log message *** 2007-10-29 08:56:45 +00:00
Juanma Barranquero
7b54abddde *** empty log message *** 2007-10-29 08:34:53 +00:00
Glenn Morris
56bcdb8089 Add new directories etc/images/smilies/grayscale,medium. 2007-10-29 07:49:47 +00:00
Glenn Morris
7016b92b20 *** empty log message *** 2007-10-29 07:49:34 +00:00
Glenn Morris
e4ae6519be Restore Feb 2007 copyright clarifications lost in update to Gnus
trunk.
2007-10-29 07:40:27 +00:00
Glenn Morris
f930e1a4d0 *** empty log message *** 2007-10-29 07:40:18 +00:00
Glenn Morris
3fcff82f1f (org-publish-get-plist-from-filename):
Use mapc rather than mapcar (reinstall change deleted without log
entry 2007-10-22).
2007-10-29 07:30:06 +00:00
Glenn Morris
4194f0a470 *** empty log message *** 2007-10-29 07:29:44 +00:00
Glenn Morris
85184d81d2 Revert down-casing of copyright header. 2007-10-29 07:24:05 +00:00
Martin Rudalics
e9283e70e6 (wdired-next-line, wdired-previous-line): Use
next-line and previous-line wrapped in with-no-warnings.
2007-10-29 06:48:22 +00:00
Glenn Morris
a0a5c58300 Ryan Yeske <rcyeske at gmail.com>
(rcirc-server-alist): Use coloned symbols for parameter names.
(rcirc-recent-quit-alist): New function.
(rcirc): Print a better message when there is only one connected server.
(rcirc-complete-nick): Do not update the nick table here.
(rcirc-mode-map): Add M-o.
(rcirc-current-line): Add variable.
(rcirc-mode): Setup variables for line based omit.
(rcirc-edit-multiline): Strip text properties.
(rcirc-omit-responses): Add NICK.
(rcirc-omit-threshold): Add variable.
(rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines): Add functions.
(rcirc-print): Keep track of current line.  Do not fill text if
`rcirc-fill-flag' is null.  Only omit text if the last activity
from the sender is more than `rcirc-omit-threshold' lines ago.
(rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
numbers instead of time.
(rcirc-channel-nicks): Sort by line numbers instead of time.
(rcirc-omit-mode): Add `...' when omitting text and recenter.
(rcirc-handler-JOIN): Restore the joiners linestamp.
(rcirc-maybe-remember-nick-quit): Add function.
(rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2007-10-29 01:24:59 +00:00
Michael Olson
b957dc707e Fix typo in lisp/erc/ChangeLog 2007-10-29 01:21:16 +00:00
Michael Olson
b6675b2d62 Sync from upstream ERC 2007-10-29 01:00:33 +00:00
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
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