Dan Nicolaescu
935f7c5a64
(emacs-lisp-mode-map): Add ... where
...
appropriate.
2008-03-22 17:51:17 +00:00
Juri Linkov
ec800cf0a2
(lisp-complete-symbol):
...
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.
2008-03-22 00:11:53 +00:00
Dan Nicolaescu
175e5186e2
(emacs-lisp-mode-map): Add menu entry for disassemble.
2008-03-21 06:08:21 +00:00
Dan Nicolaescu
7afdc39150
(emacs-lisp-mode-map): Add menu entries for eldoc and ielm.
2008-03-17 16:19:05 +00:00
Dan Nicolaescu
b0fb2dee9a
Fix typos.
2008-03-16 17:02:40 +00:00
Dan Nicolaescu
f31b125795
* faces.el (xw-defined-colors):
...
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.
* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
2008-03-14 17:42:18 +00:00
Dan Nicolaescu
f9a9491fbe
(emacs-lisp-mode-map): Add menu entries
...
for checkdoc and profiling.
2008-03-14 16:09:39 +00:00
Dan Nicolaescu
191a057dc0
(lisp-interaction-mode-map): Fix typo.
2008-03-11 08:04:35 +00:00
Stefan Monnier
812e2bd8e1
(autoload-find-destination): Don't force raw-text.
2008-03-10 21:11:32 +00:00
Bastien Guerry
a218ab178b
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced
...
:enable (mark-active) with :enable mark-active. Thanks to Lennart
Borgman.
2008-03-06 17:15:47 +00:00
Chong Yidong
becc67882c
(parens-require-spaces): Doc fix.
...
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:54:56 +00:00
Dan Nicolaescu
388059876a
* bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
...
(standard-mode-line-position): Add mouse-face.
* progmodes/compile.el (compilation-menu-map):
(compilation-mode-map):
* progmodes/grep.el (grep-mode-map): Add :help.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step. Add :help. Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.
* term.el (term-mode-map): Define and initialize in one step.
* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for emacs.
* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.
2008-03-05 04:09:24 +00:00
Stefan Monnier
20ce031c40
(byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst.
2008-03-03 21:07:12 +00:00
Stefan Monnier
86408b246c
(byte-compile-maybe-guarded):
...
Remove optimization that was working around the form-code-walker bug.
2008-03-03 03:40:04 +00:00
Stefan Monnier
42521cd491
(byte-optimize-form-code-walker):
...
Walk into the body of lambdas after byte-compile-unfold-lambda.
2008-03-03 03:38:21 +00:00
Glenn Morris
1c3b663ff9
This is Dan's patch from
...
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html
changed to use a common `bytecomp' prefix.
(byte-recompile-directory, byte-compile-file, batch-byte-compile)
(batch-byte-compile-file): Give a `bytecomp-' prefix to local
variables with common names.
2008-03-01 21:11:37 +00:00
Glenn Morris
c01e3aa1dd
(byte-compile-maybe-guarded): Restore code commented out 2007-11-10.
2008-03-01 20:07:28 +00:00
Glenn Morris
584dcd8f48
(make-obsolete): Doc fix.
2008-02-28 03:47:59 +00:00
Miles Bader
b03f96dc5a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Glenn Morris
ce12d620cf
(copyright-update-year): Fix subexpression numbering for the case when
...
years are split over lines, and for the replace case.
2008-02-22 03:52:44 +00:00
Kenichi Handa
da9e269f68
(byte-compile-lapcode): Use
...
unibyte-string instead of string-make-unibyte.
2008-02-12 11:25:01 +00:00
Juanma Barranquero
0138efd4b3
*** empty log message ***
2008-02-05 12:07:11 +00:00
Juanma Barranquero
9b9a412286
*** empty log message ***
2008-02-05 11:51:30 +00:00
Richard M. Stallman
f4c4910c9e
Comment changes.
2008-02-04 16:54:05 +00:00
Miles Bader
6498c4b170
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-328
2008-01-31 13:49:17 +00:00
Juanma Barranquero
8e2e166626
Update.
2008-01-30 21:47:06 +00:00
Juanma Barranquero
2f18aa21f5
(check-declare-directory): Use `find-program' and
...
`grep-program' instead of hardcoded program names.
2008-01-30 21:44:36 +00:00
Juanma Barranquero
c7efbb12d9
(authors): Use find-program' and
grep-program'
...
instead of hardcoded program names.
2008-01-30 21:43:55 +00:00
Miles Bader
9fab854684
Fix merge mistake
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
2008-01-30 08:29:16 +00:00
Miles Bader
d235ca2ff8
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +00:00
Martin Rudalics
5c8a04f1a9
(find-function-search-for-symbol): Strip extension
...
from .emacs.el to make sure symbol is searched in .emacs too.
2008-01-29 17:40:19 +00:00
Richard M. Stallman
2b88d62a49
Trivial change.
2008-01-25 22:52:50 +00:00
Martin Rudalics
d454552ce3
(find-library): Wrap search for library name in condition-case
...
to avoid reporting a scan-error.
2008-01-25 17:48:59 +00:00
Stefan Monnier
5dbb074d60
(easy-menu-avoid-duplicate-keys): New var.
...
(easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
using the same key for different menu entries.
2008-01-15 22:33:05 +00:00
Glenn Morris
5c4133cb50
Regenerate.
2008-01-12 23:48:35 +00:00
Glenn Morris
dcb8ac09ea
Add 2008 to copyright years.
2008-01-09 04:31:51 +00:00
Miles Bader
430d2ee291
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Dan Nicolaescu
b38f5e6fea
* mouse.el (mouse-popup-menubar): Fix typo.
...
* emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
form inside with-current-buffer.
* progmodes/antlr-mode.el (provide): Move to the end of file.
(require): Don't require font-lock and compile.
(outline-level, imenu-use-markers, imenu-create-index-function):
Move declarations to top level.
(cond-emacs-xemacs-macfn): Declare for compiler.
* vc-bzr.el (vc-bzr-root):
* vc-arch.el (vc-arch-root): Only set a property if the file is
managed by this backend.
* vc-hg.el (vc-hg-state): Support the new status code for
up-to-date.
2008-01-04 08:34:15 +00:00
Stefan Monnier
48d33090d0
* erc-ibuffer.el (erc-channel-modes):
...
* bs.el (bs--sort-by-mode, bs--get-mode-name):
* imenu.el (imenu-add-to-menubar):
* makesum.el (make-command-summary):
* mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
* msb.el (msb--mode-menu-cond):
* calc/calc-embed.el (calc-do-embedded):
* emacs-lisp/helper.el (Helper-describe-mode):
* mail/emacsbug.el (report-emacs-bug):
* progmodes/hideshow.el (hs-grok-mode-type):
* textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
* textmodes/table.el (*table--cell-describe-mode):
Pass mode-name through format-mode-line.
2008-01-04 06:29:12 +00:00
Richard M. Stallman
a5832373fd
(byte-compile-from-buffer): Call byte-compile-warn-about-unresolved-functions
...
outside the with-current-buffer.
(byte-compile-insert-header): Use with-current-buffer.
2008-01-04 05:35:12 +00:00
Andreas Schwab
0c757b8d8f
Update.
2008-01-03 17:51:06 +00:00
Miles Bader
43a8b8ca57
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
2008-01-02 04:13:39 +00:00
Nick Roberts
1fb7205b01
(elp-results): Use header-line-format for header. Move point to the start of
...
the buffer.
2007-12-31 23:23:39 +00:00
Miles Bader
a0c92ed92d
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
2007-12-29 02:39:17 +00:00
Miles Bader
b17f53abc2
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
2007-12-28 22:26:14 +00:00
Dan Nicolaescu
d31e8e871c
* calculator.el:
...
* dframe.el:
* iswitchb.el:
* whitespace.el:
* winner.el:
* emacs-lisp/checkdoc.el:
* mail/feedmail.el:
* net/quickurl.el:
* obsolete/fast-lock.el:
* play/5x5.el:
* progmodes/delphi.el:
* progmodes/idlw-shell.el:
* progmodes/idlwave.el:
* textmodes/artist.el:
* textmodes/ispell.el:
* textmodes/texinfmt.el:
* textmodes/texinfo.el: Remove obsolete definitions of backward
compatibility macros for defcustom, defgroup, defface, when,
unless, with-current-buffer and with-temp-message.
2007-12-25 19:21:38 +00:00
Miles Bader
d29ee6b1a1
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
2007-12-16 05:08:49 +00:00
Richard M. Stallman
d83b2f1415
(find-function-after-hook): Add :type.
2007-12-15 22:39:21 +00:00