summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (defun-cvs-mode): Fix capitalization of error message.Stefan Monnier2004-05-191-1/+1
|
* (byte-compile-log): Use backquotes.Stefan Monnier2004-05-191-20/+14
| | | | | | | (byte-compile-log-1): Don't call (byte-goto-log-buffer). Use with-current-buffer. (byte-goto-log-buffer): Delete. (byte-compile-log-file): Call compilation-forget-errors.
* *** empty log message ***Stefan Monnier2004-05-191-25/+31
|
* * wid-edit.el (widget-radio-button-notify): Revert my lastMasatake YAMATO2004-05-192-1/+6
| | | | change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
* (mm-insert-inline): Make it work in read-only buffer.Stefan Monnier2004-05-191-2/+3
|
* (help-go-back): Don't depend on position of back button.Stefan Monnier2004-05-191-5/+4
|
* (auto-save-file-name-transforms): Make sure ange-ftp tempStefan Monnier2004-05-191-1/+1
| | | | files files don't contain an accidental additional /.
* (tex-compilation-parse-errors): Save excursion in source buffer.Stefan Monnier2004-05-191-15/+16
|
* Fix syntax (open/close) of CJK characters.Kenichi Handa2004-05-192-10/+28
|
* (gnus-all-windows-visible-p): Don't consider non-visible windows.Stefan Monnier2004-05-182-2/+7
|
* * wid-edit.el (widget-radio-button-notify): Don't pass `widget'Masatake YAMATO2004-05-182-1/+6
| | | | to widget-apply. :action method assumes 2 arguments, not 3.
* *** empty log message ***Glenn Morris2004-05-171-0/+6
|
* (f90-end-block-re, f90-start-block-re): New constants.Glenn Morris2004-05-171-1/+48
| | | | | (hs-special-modes-alist): Add an f90-mode entry. This will not be 100% successful, but should handle a sizable majority of code.
* (common-lisp-indent-function-1): Indent "without-" forms justSam Steingold2004-05-172-2/+11
| | | | like "with-" and "do-". Use regexp-opt.
* (timer-event-handler): Fix last change.Kim F. Storm2004-05-161-1/+1
|
* *** empty log message ***Kim F. Storm2004-05-161-0/+4
|
* Fix last change in ispell.el.Eli Zaretskii2004-05-162-2/+2
|
* doc fixVinicius Jose Latorre2004-05-161-1/+1
|
* Added entries to .cvsignore files.John Wiegley2004-05-151-0/+13
|
* 2004-05-15 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-151-20/+26
| | | | | | | * eshell/esh-io.el (eshell-get-target): whitespace changes. (eshell-output-object-to-target): Improve output speed 20% by not calling `eshell-stringify' if something is already known to be a string.
* *** empty log message ***John Wiegley2004-05-151-0/+7
|
* *** empty log message ***Eli Zaretskii2004-05-151-0/+7
|
* (ispell-local-dictionary-alist): AddEli Zaretskii2004-05-151-1/+6
| | | | | | windows-1252 to the choice of coding systems. (ispell-dictionary-alist-6): Add support for "russianw.aff", encoded in cp1251.
* (compilation-warning-face, compilation-info-face): Use min-colors.Eli Zaretskii2004-05-152-5/+12
|
* New icons.Jan Djärv2004-05-1541-660/+2801
|
* (timer-activate): Add optional arg triggered-p.Kim F. Storm2004-05-141-5/+8
| | | | | | Use it to set triggered-p element of timer. (timer-event-handler): Set triggered-p element non-nil while running the timer function.
* *** empty log message ***Kim F. Storm2004-05-141-0/+7
|
* Changes from arch/CVS synchronizationMiles Bader2004-05-141-0/+1
|
* *** empty log message ***Kenichi Handa2004-05-141-0/+12
|
* *** empty log message ***David Ponce2004-05-141-0/+4
|
* New file.David Ponce2004-05-141-0/+735
|
* 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>David Kastrup2004-05-142-0/+18
| | | | | * language/european.el ("Brazilian Portuguese"): Added support for Brazilian Portuguese.
* (describe-char-unicode-data, describe-char-unicodedata-file):Stefan Monnier2004-05-141-217/+208
| | | | | | | Re-enable the unicode code now that the licensing issues have been cleared in the unicode-4 license. (describe-text-properties-1): Remove unused `overlay' var. (describe-char): Remove unused var `buffer'.
* 2004-05-13 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-142-7/+10
| | | | | | * eshell/esh-test.el (eshell-test): Call the function `emacs-version' rather than trying to build a custom version string.
* 2004-05-13 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-141-1/+1
| | | | | * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on `recentf-mode' if this variable has been customized to t.
* *** empty log message ***Juanma Barranquero2004-05-131-0/+3
|
* (file-truename): Don't mention COUNTER and PREV-DIRS arguments in theJuanma Barranquero2004-05-131-5/+4
| | | | docstring, they're used only in recursive calls.
* *** empty log message ***Stefan Monnier2004-05-131-8/+11
|
* (telnet-mode): Use define-derived-mode.Stefan Monnier2004-05-131-13/+4
| | | | Don't modify the global value of comint-prompt-regexp.
* (emacs-version): Check for `gtk' feature before `x-toolkit' feature.John Paul Wallington2004-05-132-1/+6
|
* (help-arg-highlighting-function, help-argument-name): Delete.Juanma Barranquero2004-05-132-11/+16
| | | | | (help-default-arg-highlight): New function. (help-do-arg-highlighting): Use it.
* *** empty log message ***Glenn Morris2004-05-131-0/+10
|
* (appt-disp-window): Use `calendar-set-mode-line' for a centeredGlenn Morris2004-05-131-5/+4
| | | | | | | | mode-line. Takaaki Ota <Takaaki.Ota@am.sony.com>: (appt-disp-window): Do not split window excessively when `split-height-threshold' is low.
* (gud-mode): Add gud-kill-buffer-hook to kill-buffer-hook here and make it local.Nick Roberts2004-05-121-5/+6
| | | | (gud-kill-buffer-hook): Use kill-process for a sure kill.
* *** empty log message ***Nick Roberts2004-05-121-0/+6
|
* (define-generic-mode): Remove redundant arglist info.Juanma Barranquero2004-05-122-4/+3
|
* (compilation-set-window-height): Use save-excursion to protect against ↵Daniel Pfeiffer2004-05-122-2/+8
| | | | misplaced marker.
* (quail-find-key): Fix docstring.Kenichi Handa2004-05-121-1/+2
|
* * custom.el (defface): Document that type can have value gtk.Jan Djärv2004-05-123-3/+12
| | | | * faces.el (face-spec-set-match-display): Handle type gtk in display.
* Require quail at comile time.Kenichi Handa2004-05-121-1/+8
| | | | | (describe-char): If an input method is on and it supports the character, show how to input it.