summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (compile-reinitialize-errors): Don't mark the buffer as modified unless itJuanma Barranquero2002-12-142-1/+8
| | | | really is.
* (widget-move): Don't loop infinitely when there isAndreas Schwab2002-12-142-5/+12
| | | | no field or button.
* *** empty log message ***Stefan Monnier2002-12-141-20/+26
|
* Besides adding an entry, do some minor white space fixes.Markus Rost2002-12-131-5/+9
|
* (define-minor-mode): Use `custom-current-group'.Markus Rost2002-12-131-5/+8
| | | | | Pass all groups to the hook. (easy-mmode-define-global-mode): Use `custom-current-group'.
* (current-language-environment): Set type according toMarkus Rost2002-12-132-3/+16
| | | | `language-info-alist' also here.
* (compilation-menu-map): Use `kill-compilation' to stop compilation.Markus Rost2002-12-131-1/+1
|
* (byte-optimize-form-code-walker):Stefan Monnier2002-12-131-1/+3
| | | | Optimize the remaining part of for-effect and/or expressions.
* (uniquify-rationalize-file-buffer-names, rename-buffer)Stefan Monnier2002-12-131-10/+6
| | | | | (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook): Undo 2002/09/27 change, because kill-buffer-hook is not permanent-local.
* (ccl-encode-koi8, ccl-encode-koi8-u)Kenichi Handa2002-12-131-9/+12
| | | | (ccl-encode-alternativnyj): Fix last change.
* (encode-mac-roman): Fix last change.Kenichi Handa2002-12-132-3/+11
|
* Improve documentation strings.Nick Roberts2002-12-131-21/+24
| | | | (gdb-many-windows): Set default value to nil.
* *** empty log message ***Nick Roberts2002-12-131-0/+5
|
* *** empty log message ***Dave Love2002-12-125-0/+42697
|
* (byte-optimize-featurep): New.Dave Love2002-12-122-1/+20
|
* (byte-compile-if): Suppress warnings fromDave Love2002-12-121-14/+48
| | | | things protected by `(if (fboundp ...' or `(if (boundp ...'.
* (defcustom, custom-set-variables): Doc fix.Dave Love2002-12-121-4/+4
|
* (fortran-mode-abbrev-table): Handle `define-abbrev' with either 5Glenn Morris2002-12-122-61/+75
| | | | or 6 arguments.
* (set-language-info): Update custom-type ofMarkus Rost2002-12-122-15/+11
| | | | | current-language-environment directly without a function call. (current-language-environment-custom-type): Deleted.
* (current-language-environment-custom-type): Return a sorted list.Markus Rost2002-12-121-3/+5
|
* (current-language-environment-custom-type): New fun.Markus Rost2002-12-112-4/+19
| | | | | (set-language-info): Use it. (current-language-environment): Fix custom type.
* (antlr): New URL.Pavel Janík2002-12-112-3/+7
|
* Fix URLs.Pavel Janík2002-12-111-2/+2
|
* Fix URL.Pavel Janík2002-12-111-1/+1
|
* (bashdb): Prompt now included parenthesis for subshellRichard M. Stallman2002-12-102-4/+10
| | | | | levels. Fix erroneous print expression command, and fix typos. (perldb): Undo previous change in prompt regexp.
* Installed on behalf of TAKAHASHI Kaoru <kaoru@kaisei.org>Robert J. Chassell2002-12-101-0/+83
| | | | | | | | | | (@verb, @image): new commands (@kbdinputstyle, @vskip, @evenfooting, @evenheading, @oddfooting, @oddheading, @everyfooting, @everyheading, @documentdescription): Add these commands, none of which should appear in an Info environment; but if they do, these definitions should cause them to be discarded.
* javascript-generic-mode: Added C style block comment as used in ECMA-262Steven Tamm2002-12-102-1/+6
|
* *** empty log message ***Kenichi Handa2002-12-101-0/+5
|
* ("Swedish"): Change tutorial file name toKenichi Handa2002-12-101-1/+1
| | | | TUTORIAL.sv in this langauge environment..
* * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,John Paul Wallington2002-12-094-9/+50
| | | | | | | | | | | | | | | disable it buffer-locally. (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare `eventpt' and point. * ibuf-ext.el (ibuffer-remove-duplicates): New function. (ibuffer-set-filter-groups-by-mode): Use it instead of `delete-duplicates' so we don't require cl library at runtime. (ibuffer-insert-filter-group-before): Don't use `position' so we don't require cl library at runtime. * chistory.el (command-history-mode): Add interactive spec. Improve doc string.
* *** empty log message ***Richard M. Stallman2002-12-091-0/+4
|
* (isearch-no-upper-case-p): \\ only quotes one character.Richard M. Stallman2002-12-091-1/+2
|
* (mik, pt154): New coding systems.Dave Love2002-12-092-10/+36
|
* *** empty log message ***Markus Rost2002-12-091-3/+8
|
* (mouse-wheel-scroll-amount): Revert previous change -Markus Rost2002-12-091-3/+3
| | | | customize type 'float is now defined.
* *** empty log message ***Dave Love2002-12-091-0/+4
|
* Fix properly.Dave Love2002-12-091-16/+8
|
* Fix last change.Andreas Schwab2002-12-092-7/+12
|
* (Fformat): Handle precision in string conversion specifiers like libcKai Großjohann2002-12-091-173/+272
| | | | | functions do (ie, print at most that many characters). From Matthew Swift <swift@alum.mit.edu>.
* (titdic-convert): Process the header part in multibyte mode.Kenichi Handa2002-12-092-3/+11
|
* Fix typos found by TAKAHASHI Kaoru <kaoru@kaisei.org>.Robert J. Chassell2002-12-081-3/+3
|
* (mule-diag): Move where it'sDave Love2002-12-082-2/+8
| | | | required.
* Add latin-jisx0201 characters. FixDave Love2002-12-082-5/+19
| | | | translation-table-for-input for lao, thai, tibetan.
* *** empty log message ***Andreas Schwab2002-12-081-0/+5
|
* (insert-directory): Insert free space only when listing a full directory.Andreas Schwab2002-12-081-11/+12
|
* Remove inappropriate key-bindings.Nick Roberts2002-12-081-64/+64
| | | | | | | | (gdb-info-breakpoints-custom, gdb-goto-bp-this-line): Parse correctly when breakpoint has no line number. (def-gdb-auto-update-handler, gdb-info-locals-handler), (gdb-display-end): Avoid using insert-buffer. (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
* *** empty log message ***Nick Roberts2002-12-081-0/+9
|
* *** empty log message ***Richard M. Stallman2002-12-071-0/+29
|
* (compilation-enter-directory-regexp-alist)Richard M. Stallman2002-12-071-0/+4
| | | | (compilation-leave-directory-regexp-alist): Match byte compiler output.
* Add local variable list to turn off cl-function warnings.Richard M. Stallman2002-12-071-0/+4
|