summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44Miles Bader2005-05-056-66/+83
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
| * (dot, dot-min, dot-max): Don't createNick Roberts2005-05-011-3/+0
| | | | | | | | bytecode symbols.
| * Improve commentary section.Lute Kamstra2005-04-291-33/+33
| | | | | | | | (define-generic-mode): Improve docstring.
| * (define-generic-mode): Fix docstring.Lute Kamstra2005-04-281-13/+15
| |
| * (generic-mode-internal): Simplify font-lock-defaults.Lute Kamstra2005-04-281-1/+1
| |
| * (define-minor-mode): Fix docstring.Lute Kamstra2005-04-261-2/+2
| |
| * Fix previous change.Richard M. Stallman2005-04-261-1/+1
| |
| * (eldoc-mode): Doc fix.Richard M. Stallman2005-04-261-14/+8
| | | | | | | | | | (eldoc-documentation-function): Renamed from eldoc-print-current-symbol-info-function. Calls changed.
| * (define-obsolete-function-alias): New macro.Nick Roberts2005-04-261-0/+12
| |
| * (easy-menu-do-define): Use defalias, not fset.Richard M. Stallman2005-04-231-12/+12
| |
| * (define-obsolete-variable-alias): New macro.Nick Roberts2005-04-221-0/+12
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37Miles Bader2005-04-142-3/+348
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 241-257) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 59-65) - Update from CVS - Merge from emacs--cvs-trunk--0 - (mm-string-to-multibyte): Use Gnus trunk definition.
| * Move here from parent dir.Lute Kamstra2005-04-131-0/+345
| |
| * (map-y-or-n-p): Clarify RET/q in help message.Richard M. Stallman2005-04-101-3/+3
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35Miles Bader2005-04-096-30/+51
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 228-240) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 53-58) - Merge from emacs--cvs-trunk--0 - Update from CVS - Collapse feature addition/removal within single ChangeLog entry
| * (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)Luc Teirlinck2005-04-081-10/+10
| | | | | | | | (insert-parentheses): Doc fixes.
| * * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | high number of colors displays. * textmodes/table.el (table-cell-face): Add special case for displays supporting a high number of colors. * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) (vhdl-font-lock-reserved-words-face) (vhdl-speedbar-architecture-face) (vhdl-speedbar-instantiation-face) (vhdl-speedbar-architecture-selected-face) (vhdl-speedbar-instantiation-selected-face): Likewise. * progmodes/sh-script.el (sh-heredoc-face): Likewise. * progmodes/idlw-help.el (idlwave-help-link-face): Likewise. * progmodes/ebrowse.el (ebrowse-tree-mark-face) (ebrowse-root-class-face, ebrowse-member-attribute-face) (ebrowse-progress-face): Likewise. * progmodes/compile.el (compilation-info-face): Likewise. * progmodes/cc-fonts.el (c-invalid-face): Likewise. * emacs-lisp/re-builder.el (reb-match-3): Likewise. * calendar/calendar.el (diary-face): Likewise. * woman.el (woman-italic-face, woman-bold-face) (woman-unknown-face): Likewise. * wid-edit.el (widget-button-pressed-face): Likewise. * whitespace.el (whitespace-highlight-face): Likewise. * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise. * pcvs-info.el (cvs-marked-face): Likewise. * info.el (info-xref): Likewise. * ido.el (ido-subdir-face, ido-indicator-face): Likewise. * hilit-chg.el (highlight-changes-face) (highlight-changes-delete-face): Likewise. * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b) (hi-red-b): Likewise. * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise. * font-lock.el (font-lock-keyword-face) (font-lock-function-name-face, font-lock-warning-face): Likewise. * cus-edit.el (custom-invalid-face, custom-modified-face) (custom-set-face, custom-changed-face, custom-variable-tag-face) (custom-group-tag-face-1, custom-group-tag-face): Likewise. * comint.el (comint-highlight-prompt): Likewise.
| * (authors-aliases): Update list.Kim F. Storm2005-04-081-5/+22
| | | | | | | | | | | | | | (authors-ignored-files): New list. (authors-fixed-entries): Fix typo. (authors-renamed-files-alist): Update list. (authors-add): Check authors-ignored-files.
| * (copyright-update-year): Replace the right subexpression. SuggestedLute Kamstra2005-04-051-1/+1
| | | | | | | | by Jay Bingham <jay.bingham@hp.com>.
| * (define-global-minor-mode): Don't use custom-current-group.Lute Kamstra2005-04-051-10/+11
| | | | | | | | (define-minor-mode): Ditto. Document default :group value.
| * (eldoc-mode): Specify :group.Lute Kamstra2005-04-041-2/+3
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33Miles Bader2005-04-022-8/+10
|\| | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 223-227) - Update from CVS
| * (make-autoload): Handle define-global-minor-mode.Richard M. Stallman2005-03-311-1/+1
| |
| * (define-global-minor-mode): Renamed from easy-mmode-define-global-mode.Richard M. Stallman2005-03-311-2/+3
| | | | | | | | (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
| * (easy-mmode-define-global-mode, define-minor-mode): CallLute Kamstra2005-03-311-5/+6
| | | | | | | | custom-current-group at load-time.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31Miles Bader2005-03-315-58/+74
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 206-222) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 45-52) - Update from CVS - Update from CVS: texi Makefile.in CVS keyw cruft - Update from CVS: ChangeLog tweaks
| * (debug-on-entry): Handle autoloaded functions and compiled macros.Lute Kamstra2005-03-291-43/+57
| | | | | | | | | | | | (debug-convert-byte-code): Handle macros too. (debug-on-entry-1): Don't signal an error when trying to clear a function that is not set to debug on entry.
| * (debugger-record-expression): Add a missing format to `message'.Stefan Monnier2005-03-261-4/+3
| | | | | | | | Inspired by Deepak Goel <deego@gnufans.org>.
| * (rx-constituents): Add symbol-start and symbol-end.Stefan Monnier2005-03-251-2/+4
| |
| * * emacs-lisp/advice.el: Replace `legal' with `valid'.Werner LEMBERG2005-03-251-7/+7
| |
| * * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.Werner LEMBERG2005-03-251-2/+2
| |
| * (lisp-imenu-generic-expression): Recognize define-generic-mode.Lute Kamstra2005-03-241-0/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29Miles Bader2005-03-241-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 192-205) - Update from CVS - Use gdb-ui breakpoint faces on ttys too - Tweak gdb-ui breakpoint faces - Tweak info/.arch-inventory to identify info/.cvsignore as source - Clean up gdb-ui breakpoint faces
| * (lisp-mode-variables): Recognize `@' in function names.Eli Zaretskii2005-03-191-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28Miles Bader2005-03-193-11/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 180-191) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 39-44) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.Juri Linkov2005-03-161-1/+2
| |
| * (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginningLute Kamstra2005-03-141-3/+4
| | | | | | | | of a line.
| * (macro-declaration-function): Move from subr.el.Lute Kamstra2005-03-141-7/+28
| | | | | | | | | | (dont-compile, eval-when-compile, eval-and-compile): Use declare to specify indentation.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25Miles Bader2005-03-142-21/+20
|\| | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 173-179) - Update from CVS
| * (debug): Set debug-on-exit before calling debugger-setup-buffer soLute Kamstra2005-03-131-15/+13
| | | | | | | | | | | | that backtrace marks the frames set to debug-on-exit and we don't have to do it manually. Set an extra debug-on-exit for macro's. (debugger-setup-buffer): Don't mark the top frame manually.
| * Replace lisp-indent-hook with lisp-indent-function throughout.Lute Kamstra2005-03-121-6/+7
| | | | | | | | (with-no-warnings): Set lisp-indent-function property.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-24Miles Bader2005-03-102-20/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 166-172) - Update from CVS - Tweak obsolete function/variable warning message - Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 38) - Update from CVS
| * (debug-entry-code): Delete it.Lute Kamstra2005-03-101-18/+21
| | | | | | | | | | | | | | | | | | | | (implement-debug-on-entry): New function to replace debug-entry-code. (debug-on-entry-1): Use implement-debug-on-entry. Delete the second argument as the 2005-03-07 change makes it obsolete. (debug-on-entry, cancel-debug-on-entry): Update call to debug-on-entry-1. (debug, debugger-setup-buffer): Comment update. (debugger-frame-number): Update to work with implement-debug-on-entry.
| * Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167Miles Bader2005-03-091-3/+3
| | | | | | | | | | | | | | | | | | Tweak obsolete function/variable warning message 2005-03-09 Miles Bader <miles@gnu.org> * lisp/emacs-lisp/bytecomp.el (byte-compile-variable-ref) (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23Miles Bader2005-03-091-47/+42
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165) - Update from CVS - Merge from gnus--rel--5.10 - Add info/dir to arch branch * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (debugger-step-through): Make sure that stepping into the debugger'sLute Kamstra2005-03-081-1/+4
| | | | | | | | | | code is not possible. (debugger-jumping-flag): Docstring update.
| * (debug-on-entry-1): Fix handling of macros.Stefan Monnier2005-03-071-19/+18
| |
| * (debugger-step-after-exit): Make it a defvar.Lute Kamstra2005-03-041-9/+5
| | | | | | | | (debug-function-list): Ditto.
| * (inhibit-debug-on-entry): Add docstring.Lute Kamstra2005-03-031-20/+17
| | | | | | | | | | | | | | | | | | | | | | (debugger-jumping-flag): New var. (debug-entry-code): Use it. (debugger-jump): Use debugger-jumping-flag and add debugger-reenable to post-command-hook. (debugger-reenable): Use debugger-jumping-flag and remove itself from post-command-hook. (debug, debug-on-entry, cancel-debug-on-entry): Remove call to debugger-reenable.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-21Miles Bader2005-03-034-121/+156
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 129-149) - Update from CVS - Merge from gnus--rel--5.10 - (make-text-button): Default button type if not specified - quick-install-emacs: Use mkdir --verbose only when requested * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 31-33) - Merge from emacs--cvs-trunk--0 - Update from CVS