summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (quail-install-decode-map): Accept aKenichi Handa2004-05-121-3/+143
| | | | | | | char-table whose subtype is `quail-decode-map'. (quail-store-decode-map-key, quail-gen-decode-map1) (quail-gen-decode-map, quail-find-key1, quail-find-key) (quail-show-key): New functions.
* *** empty log message ***Juanma Barranquero2004-05-121-2/+12
|
* (help-split-fundoc, help-add-fundoc-usage): Make arguments match their use inJuanma Barranquero2004-05-111-20/+37
| | | | | | | | docstring. (help-arg-highlighting-function): New variable. (help-argument-name): Mention it in the docstring. (help-do-arg-highlight): Use it. Expand regexp to accept also ARG-xxx and xxx-ARG references.
* *** empty log message ***Juanma Barranquero2004-05-111-17/+20
|
* (set-visited-file-name, file-expand-wildcards): Fix docstring.Juanma Barranquero2004-05-111-2/+2
|
* Changes from arch/CVS synchronizationMiles Bader2004-05-111-0/+1
|
* *** empty log message ***Eli Zaretskii2004-05-111-0/+6
|
* (rfc2368-parse-mailto-url): Make the results ofEli Zaretskii2004-05-111-1/+2
| | | | | parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2", and "mailto:addr1?to=addr2" equal.
* (Man-getpage-in-background): Use shell-file-nameEli Zaretskii2004-05-112-2/+10
| | | | | and shell-command-switch variables instead of hard-coded values.
* New file.Eli Zaretskii2004-05-112-0/+137
|
* *** empty log message ***Stefan Monnier2004-05-111-4/+9
|
* (prin1-char): Use eventp.Stefan Monnier2004-05-111-1/+1
|
* (eventp): Be more discriminating with integers.Stefan Monnier2004-05-111-1/+5
|
* (custom-initialize-default, defcustom): Fix typo in docstring.Juanma Barranquero2004-05-102-2/+7
|
* *** empty log message ***Daniel Pfeiffer2004-05-101-0/+5
|
* (ispell-message): Use `message-cite-prefix-regexp'Sam Steingold2004-05-102-1/+6
| | | | instead of `message-yank-prefix'.
* (compile): Add universal prefix arg.Daniel Pfeiffer2004-05-101-10/+17
| | | | (compilation-error-regexp-alist-alist): Add edg patterns.
* (help-buffer): Autoload when compiling.Stefan Monnier2004-05-102-6/+15
| | | | | (python-after-info-look): Don't assume Info-goto-node returns non-nil. (run-python): Prepend to any existing PYTHONPATH.
* *** empty log message ***Juanma Barranquero2004-05-101-4/+9
|
* (define-ibuffer-column, define-ibuffer-sorter, define-ibuffer-filter): Add usageJuanma Barranquero2004-05-101-4/+12
| | | | | | info. (define-ibuffer-op): Add usage info (but CL-style defaults for keyword args are not shown).
* (gdb-annotation-rules): Add nquery annotationNick Roberts2004-05-101-0/+1
| | | | for pending breakpoints.
* *** empty log message ***Nick Roberts2004-05-101-0/+5
|
* (start-process-shell-command): Fix docstring. Put usage info in a format usableJuanma Barranquero2004-05-102-24/+29
| | | | | | by `describe-function'. (open-network-stream, open-network-stream-nowait, open-network-stream-server): Fix docstring.
* *** empty log message ***Richard M. Stallman2004-05-101-0/+6
|
* (unrmail): Mostly rewritten. Parses the fileRichard M. Stallman2004-05-101-68/+121
| | | | | directly, without calling any functions in Rmail. (unrmail-unprune): Function deleted.
* *** empty log message ***Stefan Monnier2004-05-101-25/+26
|
* (inferior-python-mode-map): Remove erroneous C-c C-z binding.Stefan Monnier2004-05-101-3/+1
|
* *** empty log message ***Kenichi Handa2004-05-101-0/+5
|
* (describe-char): Fix previous change. Don't makeKenichi Handa2004-05-101-113/+113
| | | | a unibyte character to multibyte in the *Help* buffer.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296Miles Bader2004-05-102-2/+8
| | | | | | | | | Allow restarting an existing debugger session that's exited 2004-05-10 Miles Bader <miles@gnu.org> * lisp/progmodes/gud.el (gud-common-init): Only consider an existing buffer an error if the debugger process is actually running.
* *** empty log message ***Juanma Barranquero2004-05-091-0/+8
|