| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
of a line.
|
| |
|
|
|
|
|
| |
(dont-compile, eval-when-compile, eval-and-compile): Use declare to
specify indentation.
|
|
|
|
| |
test membership with equal.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(with-no-warnings): Set lisp-indent-function property.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(calc-embedded-find-modes): Use calc-language-alist instead of
calc-embedded-language-alist.
|
| |
|
|
|
|
|
| |
(redraw-calendar): Remove bogus save-excursion from previous
change. Bind calendar-redrawing to t for mark-diary-entries.
|
|
|
|
| |
were called.
|
| |
|
| |
|
|
|
|
|
| |
'coding-system-define-form to nil.
(define-coding-system-alias): Likewise.
|
|
|
|
|
|
| |
(adaptive-fill-regexp): Add more bullets.
(fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
regexps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Don't ignore minor modes that are not listed in minor-mode-list.
|
| |
|
|
|
|
| |
feature ON when the user requests to turn it OFF.
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
| |
Use message-box.
|
| |
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
| |
of next-line to improve performance.
|
| |
|
|
|
|
| |
* net/browse-url.el (browse-url-default-browser): Doc fix.
|
|
|
|
|
|
|
|
|
| |
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-syntax-set-multibyte is nil.
|
|
|
|
|
|
| |
(ispell-word): Use ispell-insert-word to isnert a new word.
(ispell-process-line): Likewise
(ispell-complete-word): Likewise.
|
|
|
|
| |
recursive calls. Reported by Alan Shutko <ats@acm.org>.
|
|
|
|
|
|
| |
<MPHodges@member.fsf.org>.
(calendar-week-start-day): Move after definition of redraw-calendar.
Delete buffer test, since redraw-calendar has that now.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
isearching through multiple Info nodes with Info-search.
(Info-isearch-wrap): Allow isearch-word.
|
|
|
|
| |
`image-file-handler'.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
| |
code is not possible.
(debugger-jumping-flag): Docstring update.
|
| |
|
| |
|