Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (defun-cvs-mode): Fix capitalization of error message. | Stefan Monnier | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | (byte-compile-log): Use backquotes. | Stefan Monnier | 2004-05-19 | 1 | -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 Monnier | 2004-05-19 | 1 | -25/+31 |
| | |||||
* | * wid-edit.el (widget-radio-button-notify): Revert my last | Masatake YAMATO | 2004-05-19 | 2 | -1/+6 |
| | | | | change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. | ||||
* | (mm-insert-inline): Make it work in read-only buffer. | Stefan Monnier | 2004-05-19 | 1 | -2/+3 |
| | |||||
* | (help-go-back): Don't depend on position of back button. | Stefan Monnier | 2004-05-19 | 1 | -5/+4 |
| | |||||
* | (auto-save-file-name-transforms): Make sure ange-ftp temp | Stefan Monnier | 2004-05-19 | 1 | -1/+1 |
| | | | | files files don't contain an accidental additional /. | ||||
* | (tex-compilation-parse-errors): Save excursion in source buffer. | Stefan Monnier | 2004-05-19 | 1 | -15/+16 |
| | |||||
* | Fix syntax (open/close) of CJK characters. | Kenichi Handa | 2004-05-19 | 2 | -10/+28 |
| | |||||
* | (gnus-all-windows-visible-p): Don't consider non-visible windows. | Stefan Monnier | 2004-05-18 | 2 | -2/+7 |
| | |||||
* | * wid-edit.el (widget-radio-button-notify): Don't pass `widget' | Masatake YAMATO | 2004-05-18 | 2 | -1/+6 |
| | | | | to widget-apply. :action method assumes 2 arguments, not 3. | ||||
* | *** empty log message *** | Glenn Morris | 2004-05-17 | 1 | -0/+6 |
| | |||||
* | (f90-end-block-re, f90-start-block-re): New constants. | Glenn Morris | 2004-05-17 | 1 | -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 just | Sam Steingold | 2004-05-17 | 2 | -2/+11 |
| | | | | like "with-" and "do-". Use regexp-opt. | ||||
* | (timer-event-handler): Fix last change. | Kim F. Storm | 2004-05-16 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-05-16 | 1 | -0/+4 |
| | |||||
* | Fix last change in ispell.el. | Eli Zaretskii | 2004-05-16 | 2 | -2/+2 |
| | |||||
* | doc fix | Vinicius Jose Latorre | 2004-05-16 | 1 | -1/+1 |
| | |||||
* | Added entries to .cvsignore files. | John Wiegley | 2004-05-15 | 1 | -0/+13 |
| | |||||
* | 2004-05-15 John Wiegley <johnw@newartisans.com> | John Wiegley | 2004-05-15 | 1 | -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 Wiegley | 2004-05-15 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-05-15 | 1 | -0/+7 |
| | |||||
* | (ispell-local-dictionary-alist): Add | Eli Zaretskii | 2004-05-15 | 1 | -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 Zaretskii | 2004-05-15 | 2 | -5/+12 |
| | |||||
* | New icons. | Jan Djärv | 2004-05-15 | 41 | -660/+2801 |
| | |||||
* | (timer-activate): Add optional arg triggered-p. | Kim F. Storm | 2004-05-14 | 1 | -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. Storm | 2004-05-14 | 1 | -0/+7 |
| | |||||
* | Changes from arch/CVS synchronization | Miles Bader | 2004-05-14 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2004-05-14 | 1 | -0/+12 |
| | |||||
* | *** empty log message *** | David Ponce | 2004-05-14 | 1 | -0/+4 |
| | |||||
* | New file. | David Ponce | 2004-05-14 | 1 | -0/+735 |
| | |||||
* | 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> | David Kastrup | 2004-05-14 | 2 | -0/+18 |
| | | | | | * language/european.el ("Brazilian Portuguese"): Added support for Brazilian Portuguese. | ||||
* | (describe-char-unicode-data, describe-char-unicodedata-file): | Stefan Monnier | 2004-05-14 | 1 | -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 Wiegley | 2004-05-14 | 2 | -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 Wiegley | 2004-05-14 | 1 | -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 Barranquero | 2004-05-13 | 1 | -0/+3 |
| | |||||
* | (file-truename): Don't mention COUNTER and PREV-DIRS arguments in the | Juanma Barranquero | 2004-05-13 | 1 | -5/+4 |
| | | | | docstring, they're used only in recursive calls. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-05-13 | 1 | -8/+11 |
| | |||||
* | (telnet-mode): Use define-derived-mode. | Stefan Monnier | 2004-05-13 | 1 | -13/+4 |
| | | | | Don't modify the global value of comint-prompt-regexp. | ||||
* | (emacs-version): Check for `gtk' feature before `x-toolkit' feature. | John Paul Wallington | 2004-05-13 | 2 | -1/+6 |
| | |||||
* | (help-arg-highlighting-function, help-argument-name): Delete. | Juanma Barranquero | 2004-05-13 | 2 | -11/+16 |
| | | | | | (help-default-arg-highlight): New function. (help-do-arg-highlighting): Use it. | ||||
* | *** empty log message *** | Glenn Morris | 2004-05-13 | 1 | -0/+10 |
| | |||||
* | (appt-disp-window): Use `calendar-set-mode-line' for a centered | Glenn Morris | 2004-05-13 | 1 | -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 Roberts | 2004-05-12 | 1 | -5/+6 |
| | | | | (gud-kill-buffer-hook): Use kill-process for a sure kill. | ||||
* | *** empty log message *** | Nick Roberts | 2004-05-12 | 1 | -0/+6 |
| | |||||
* | (define-generic-mode): Remove redundant arglist info. | Juanma Barranquero | 2004-05-12 | 2 | -4/+3 |
| | |||||
* | (compilation-set-window-height): Use save-excursion to protect against ↵ | Daniel Pfeiffer | 2004-05-12 | 2 | -2/+8 |
| | | | | misplaced marker. | ||||
* | (quail-find-key): Fix docstring. | Kenichi Handa | 2004-05-12 | 1 | -1/+2 |
| | |||||
* | * custom.el (defface): Document that type can have value gtk. | Jan Djärv | 2004-05-12 | 3 | -3/+12 |
| | | | | * faces.el (face-spec-set-match-display): Handle type gtk in display. | ||||
* | Require quail at comile time. | Kenichi Handa | 2004-05-12 | 1 | -1/+8 |
| | | | | | (describe-char): If an input method is on and it supports the character, show how to input it. |