Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (compile-reinitialize-errors): Don't mark the buffer as modified unless it | Juanma Barranquero | 2002-12-14 | 2 | -1/+8 | |
| | | | | really is. | |||||
* | (widget-move): Don't loop infinitely when there is | Andreas Schwab | 2002-12-14 | 2 | -5/+12 | |
| | | | | no field or button. | |||||
* | *** empty log message *** | Stefan Monnier | 2002-12-14 | 1 | -20/+26 | |
| | ||||||
* | Besides adding an entry, do some minor white space fixes. | Markus Rost | 2002-12-13 | 1 | -5/+9 | |
| | ||||||
* | (define-minor-mode): Use `custom-current-group'. | Markus Rost | 2002-12-13 | 1 | -5/+8 | |
| | | | | | Pass all groups to the hook. (easy-mmode-define-global-mode): Use `custom-current-group'. | |||||
* | (current-language-environment): Set type according to | Markus Rost | 2002-12-13 | 2 | -3/+16 | |
| | | | | `language-info-alist' also here. | |||||
* | (compilation-menu-map): Use `kill-compilation' to stop compilation. | Markus Rost | 2002-12-13 | 1 | -1/+1 | |
| | ||||||
* | (byte-optimize-form-code-walker): | Stefan Monnier | 2002-12-13 | 1 | -1/+3 | |
| | | | | Optimize the remaining part of for-effect and/or expressions. | |||||
* | (uniquify-rationalize-file-buffer-names, rename-buffer) | Stefan Monnier | 2002-12-13 | 1 | -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 Handa | 2002-12-13 | 1 | -9/+12 | |
| | | | | (ccl-encode-alternativnyj): Fix last change. | |||||
* | (encode-mac-roman): Fix last change. | Kenichi Handa | 2002-12-13 | 2 | -3/+11 | |
| | ||||||
* | Improve documentation strings. | Nick Roberts | 2002-12-13 | 1 | -21/+24 | |
| | | | | (gdb-many-windows): Set default value to nil. | |||||
* | *** empty log message *** | Nick Roberts | 2002-12-13 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Dave Love | 2002-12-12 | 5 | -0/+42697 | |
| | ||||||
* | (byte-optimize-featurep): New. | Dave Love | 2002-12-12 | 2 | -1/+20 | |
| | ||||||
* | (byte-compile-if): Suppress warnings from | Dave Love | 2002-12-12 | 1 | -14/+48 | |
| | | | | things protected by `(if (fboundp ...' or `(if (boundp ...'. | |||||
* | (defcustom, custom-set-variables): Doc fix. | Dave Love | 2002-12-12 | 1 | -4/+4 | |
| | ||||||
* | (fortran-mode-abbrev-table): Handle `define-abbrev' with either 5 | Glenn Morris | 2002-12-12 | 2 | -61/+75 | |
| | | | | or 6 arguments. | |||||
* | (set-language-info): Update custom-type of | Markus Rost | 2002-12-12 | 2 | -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 Rost | 2002-12-12 | 1 | -3/+5 | |
| | ||||||
* | (current-language-environment-custom-type): New fun. | Markus Rost | 2002-12-11 | 2 | -4/+19 | |
| | | | | | (set-language-info): Use it. (current-language-environment): Fix custom type. | |||||
* | (antlr): New URL. | Pavel Janík | 2002-12-11 | 2 | -3/+7 | |
| | ||||||
* | Fix URLs. | Pavel Janík | 2002-12-11 | 1 | -2/+2 | |
| | ||||||
* | Fix URL. | Pavel Janík | 2002-12-11 | 1 | -1/+1 | |
| | ||||||
* | (bashdb): Prompt now included parenthesis for subshell | Richard M. Stallman | 2002-12-10 | 2 | -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. Chassell | 2002-12-10 | 1 | -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-262 | Steven Tamm | 2002-12-10 | 2 | -1/+6 | |
| | ||||||
* | *** empty log message *** | Kenichi Handa | 2002-12-10 | 1 | -0/+5 | |
| | ||||||
* | ("Swedish"): Change tutorial file name to | Kenichi Handa | 2002-12-10 | 1 | -1/+1 | |
| | | | | TUTORIAL.sv in this langauge environment.. | |||||
* | * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled, | John Paul Wallington | 2002-12-09 | 4 | -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. Stallman | 2002-12-09 | 1 | -0/+4 | |
| | ||||||
* | (isearch-no-upper-case-p): \\ only quotes one character. | Richard M. Stallman | 2002-12-09 | 1 | -1/+2 | |
| | ||||||
* | (mik, pt154): New coding systems. | Dave Love | 2002-12-09 | 2 | -10/+36 | |
| | ||||||
* | *** empty log message *** | Markus Rost | 2002-12-09 | 1 | -3/+8 | |
| | ||||||
* | (mouse-wheel-scroll-amount): Revert previous change - | Markus Rost | 2002-12-09 | 1 | -3/+3 | |
| | | | | customize type 'float is now defined. | |||||
* | *** empty log message *** | Dave Love | 2002-12-09 | 1 | -0/+4 | |
| | ||||||
* | Fix properly. | Dave Love | 2002-12-09 | 1 | -16/+8 | |
| | ||||||
* | Fix last change. | Andreas Schwab | 2002-12-09 | 2 | -7/+12 | |
| | ||||||
* | (Fformat): Handle precision in string conversion specifiers like libc | Kai Großjohann | 2002-12-09 | 1 | -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 Handa | 2002-12-09 | 2 | -3/+11 | |
| | ||||||
* | Fix typos found by TAKAHASHI Kaoru <kaoru@kaisei.org>. | Robert J. Chassell | 2002-12-08 | 1 | -3/+3 | |
| | ||||||
* | (mule-diag): Move where it's | Dave Love | 2002-12-08 | 2 | -2/+8 | |
| | | | | required. | |||||
* | Add latin-jisx0201 characters. Fix | Dave Love | 2002-12-08 | 2 | -5/+19 | |
| | | | | translation-table-for-input for lao, thai, tibetan. | |||||
* | *** empty log message *** | Andreas Schwab | 2002-12-08 | 1 | -0/+5 | |
| | ||||||
* | (insert-directory): Insert free space only when listing a full directory. | Andreas Schwab | 2002-12-08 | 1 | -11/+12 | |
| | ||||||
* | Remove inappropriate key-bindings. | Nick Roberts | 2002-12-08 | 1 | -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 Roberts | 2002-12-08 | 1 | -0/+9 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 2002-12-07 | 1 | -0/+29 | |
| | ||||||
* | (compilation-enter-directory-regexp-alist) | Richard M. Stallman | 2002-12-07 | 1 | -0/+4 | |
| | | | | (compilation-leave-directory-regexp-alist): Match byte compiler output. | |||||
* | Add local variable list to turn off cl-function warnings. | Richard M. Stallman | 2002-12-07 | 1 | -0/+4 | |
| |