summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (locale-language-names): Modify theKenichi Handa2005-03-152-84/+137
| | | | | | | format of elements and add more entries. (locale-preferred-coding-systems): Add more entries. (set-locale-environment): Adjusted for the change of locale-language-names.
* (smerge-ediff): Remove bogus autoload.Stefan Monnier2005-03-142-4/+5
|
* (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginningLute Kamstra2005-03-142-3/+7
| | | | of a line.
* (macro-declaration-function): Move to emacs-lisp/byte-run.el.Lute Kamstra2005-03-142-21/+7
|
* (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.
* (define-generic-mode): Let generic-mode-list be a list of strings;Lute Kamstra2005-03-142-3/+7
| | | | test membership with equal.
* (cvs-string->strings): Strip trailing whitespace.Stefan Monnier2005-03-142-3/+7
|
* (next-line, previous-line): Add optional try-vscrollKim F. Storm2005-03-131-10/+15
| | | | | | arg to recognize interactive use. Pass it on to line-move. (line-move): Don't perform auto-window-vscroll when defining or executing keyboard macro to ensure consistent behaviour.
* *** empty log message ***Kim F. Storm2005-03-131-1/+8
|
* (debug): Set debug-on-exit before calling debugger-setup-buffer soLute Kamstra2005-03-132-15/+21
| | | | | | 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-122-6/+13
| | | | (with-no-warnings): Set lisp-indent-function property.
* (dcl-mode-syntax-table): Add entry for backslash.Thien-Thi Nguyen2005-03-122-2/+7
|
* (Info-search): Four fixes for backward search.Juri Linkov2005-03-121-3/+5
|
* *** empty log message ***Juri Linkov2005-03-121-0/+4
|
* (calc-embedded-language-alist): Remove.Jay Belanger2005-03-112-13/+8
| | | | | (calc-embedded-find-modes): Use calc-language-alist instead of calc-embedded-language-alist.
* (calc-language-alist): New variable.Jay Belanger2005-03-111-0/+14
|
* (calendar-redrawing): New internal variable.Glenn Morris2005-03-111-35/+38
| | | | | (redraw-calendar): Remove bogus save-excursion from previous change. Bind calendar-redrawing to t for mark-diary-entries.
* (mark-diary-entries): No need to redraw calendar if that is why weGlenn Morris2005-03-111-1/+4
| | | | were called.
* *** empty log message ***Glenn Morris2005-03-111-0/+9
|
* *** empty log message ***Kenichi Handa2005-03-111-0/+6
|
* (make-coding-system): Set propertyKenichi Handa2005-03-111-0/+2
| | | | | 'coding-system-define-form to nil. (define-coding-system-alias): Likewise.
* Change encoding to iso-2022-7bit and add coding: tag.Kenichi Handa2005-03-112-4/+14
| | | | | | (adaptive-fill-regexp): Add more bullets. (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in regexps.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-172Miles Bader2005-03-101-0/+5
| | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 38) - Update from CVS 2005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) * lisp/gnus/nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
* (describe-mode): Properly handle non-trivial lighters.Stefan Monnier2005-03-102-24/+24
| | | | Don't ignore minor modes that are not listed in minor-mode-list.
* (nnimap-retrieve-headers-from-server): Fix last change.Stefan Monnier2005-03-102-6/+9
|
* (tooltip-mode): Don't complain that you can't turn theStefan Monnier2005-03-102-6/+9
| | | | feature ON when the user requests to turn it OFF.
* (debug-entry-code): Delete it.Lute Kamstra2005-03-102-20/+36
| | | | | | | | | | (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.
* *** empty log message ***Jay Belanger2005-03-101-0/+8
|
* (math-ms-args): Declare it.Jay Belanger2005-03-101-4/+4
| | | | | | | (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable math-ms-args. (calc-embedded-subst): Use math-multi-subst-rec to substitute variables.
* (gdb-var-create-handler, gdb-get-location):Nick Roberts2005-03-091-8/+3
| | | | Use message-box.
* (mode-line-mode-menu): Add tooltip-mode to mode-line.Nick Roberts2005-03-091-0/+3
|
* (tooltip-mode): Use define-minor-mode and simplify.Nick Roberts2005-03-091-47/+22
| | | | | | | | (tooltip-activate-mouse-motions-if-enabled): Use dolist. (tooltip-gud-tips): Simplify. (tooltip-gud-tips-p): Remove superflouous :set. (tooltip-gud-modes): Add fortran-mode. (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
* *** empty log message ***Nick Roberts2005-03-091-0/+14
|
* (animate-place-char): Use forward-line insteadKim F. Storm2005-03-091-2/+4
| | | | of next-line to improve performance.
* *** empty log message ***Kim F. Storm2005-03-091-1/+6
|
* 2005-03-09 Simon Josefsson <jas@extundo.com>Simon Josefsson2005-03-092-2/+7
| | | | * net/browse-url.el (browse-url-default-browser): Doc fix.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167Miles Bader2005-03-092-3/+8
| | | | | | | | | 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)".
* Set case and syntax for 255 only ifKenichi Handa2005-03-092-1/+7
| | | | set-case-syntax-set-multibyte is nil.
* (ispell-insert-word): New function.Kenichi Handa2005-03-092-3/+18
| | | | | | (ispell-word): Use ispell-insert-word to isnert a new word. (ispell-process-line): Likewise (ispell-complete-word): Likewise.
* (mark-diary-entries): Only call redraw-calendar in the first of anyGlenn Morris2005-03-091-1/+5
| | | | recursive calls. Reported by Alan Shutko <ats@acm.org>.
* (redraw-calendar): Preserve point. Reported by Matt HodgesGlenn Morris2005-03-091-22/+20
| | | | | | <MPHodges@member.fsf.org>. (calendar-week-start-day): Move after definition of redraw-calendar. Delete buffer test, since redraw-calendar has that now.
* *** empty log message ***Glenn Morris2005-03-091-0/+12
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-165Miles Bader2005-03-082-0/+8
| | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 37) - Update from CVS 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change) * lisp/gnus/nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV buffer (since IMAP server might return FETCH response out of order, and the nntp buffer must be sorted).
* (Info-isearch-search): Emulate word search inJuri Linkov2005-03-082-3/+39
| | | | | isearching through multiple Info nodes with Info-search. (Info-isearch-wrap): Allow isearch-word.
* (image-file-handler): Put `safe-magic' property toJuri Linkov2005-03-081-0/+1
| | | | `image-file-handler'.
* (list-colors-print): Print #RRGGBB in default face.Juri Linkov2005-03-081-12/+12
| | | | | | | | Remove 1 space before #RRGGBB to not truncate it on terminal windows w/o fringes. Remove 1 space between bg and fg examples to get more space. (list-colors-duplicates): Replace `and' with `if' for `boundp' to avoid byte-compile warnings.
* (sgml-tag, html-tag-alist)Juri Linkov2005-03-081-18/+23
| | | | | | | | | | | | | | | (html-horizontal-rule, html-line, html-image, html-checkboxes) (html-radio-buttons): Add a space before the trailing `/>' where sgml-xml-mode is non-nil. (sgml-delete-tag): Check if the tag ends with `/>' to not delete the subsequent tag of the empty XML tag. (html-href-anchor): Don't set initial input to "http:". (html-image): Ask for the image URL and set point inside alt="". (html-name-anchor): Duplicate the name in the `id' attribute when sgml-xml-mode is non-nil. (html-paragraph): Remove \n before <p>. (html-checkboxes, html-radio-buttons): Insert `checked="checked"' instead of `checked' when sgml-xml-mode is non-nil.
* (debugger-step-through): Make sure that stepping into the debugger'sLute Kamstra2005-03-082-1/+10
| | | | | code is not possible. (debugger-jumping-flag): Docstring update.
* *** empty log message ***Jay Belanger2005-03-081-0/+8
|
* *** empty log message ***Kenichi Handa2005-03-081-0/+9
|