Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (term-is-xemacs): Remove. | Kim F. Storm | 2004-04-05 | 1 | -7/+15 |
| | | | | | | | (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs). (term-window-width): New function. (term-mode, term-check-size): Use it. (term-mode): Disable overflow-newline-into-fringe in term buffer. | ||||
* | * variables.texi (Variable Aliases): Mention | Jesper Harder | 2004-04-05 | 3 | -0/+14 |
| | | | | | | cyclic-variable-indirection. * errors.texi (Standard Errors): Ditto. | ||||
* | (File Variables): Add safe-local-eval-forms. | Kim F. Storm | 2004-04-05 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-04-05 | 1 | -0/+4 |
| | |||||
* | 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2004-04-05 | 2 | -1/+6 |
| | | | | | * cus-edit.el (custom-add-parent-links): Changed unbound variable `symbol' to `name'. | ||||
* | (Info Search): Add info-apropos. | Jesper Harder | 2004-04-05 | 2 | -0/+10 |
| | |||||
* | Remove index-apropos entry. | Jesper Harder | 2004-04-05 | 3 | -3/+10 |
| | |||||
* | (info-apropos): New function. | Jesper Harder | 2004-04-05 | 2 | -9/+82 |
| | | | | | (Info-mode-menu): Add it. (Info-find-node, Info-find-node-2): Grok apropos virtual file. | ||||
* | (help-make-xrefs): Recognize aliased variable with | Jesper Harder | 2004-04-05 | 2 | -2/+11 |
| | | | | inherited docstring. | ||||
* | (gamegrid-add-score-insecure): Use sort-fields. | Jesper Harder | 2004-04-05 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-04-05 | 2 | -0/+22 |
| | |||||
* | ebnf2ps 4.2 | Vinicius Jose Latorre | 2004-04-05 | 7 | -71/+135 |
| | |||||
* | Changes from arch/CVS synchronization | Miles Bader | 2004-04-05 | 1 | -2/+1 |
| | |||||
* | Parser for DTD (Data Type Definition for XML). | Vinicius Jose Latorre | 2004-04-05 | 1 | -0/+1350 |
| | |||||
* | Various small changes in addition to: | Luc Teirlinck | 2004-04-05 | 1 | -25/+46 |
| | | | | | | | | (Making Backups): Mention return value of `backup-buffer'. (Auto-Saving): Mention optional FORCE argument to `delete-auto-save-file-if-necessary'. (Reverting): Mention optional PRESERVE-MODES argument to `revert-buffer'. Correct description of `revert-buffer-function'. | ||||
* | (auto-revert-handler): If point (or a window point) is at the end of | Luc Teirlinck | 2004-04-05 | 2 | -5/+41 |
| | | | | | the buffer, keep it there after reverting. This allows to tail a file. Mention this in the `Commentary'. | ||||
* | (format-write-file): Add optional argument CONFIRM and make it behave | Luc Teirlinck | 2004-04-05 | 1 | -5/+9 |
| | | | | like the analogous argument to `write-file'. | ||||
* | Remove my incorrect email address. | Eli Zaretskii | 2004-04-04 | 1 | -1/+1 |
| | |||||
* | Update my email address. | Eli Zaretskii | 2004-04-04 | 5 | -36/+36 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-04-04 | 3 | -0/+19 |
| | |||||
* | (timeclock-relative) | Eli Zaretskii | 2004-04-04 | 1 | -26/+27 |
| | | | | | | | (timeclock-get-project-function, timeclock-get-workday-function) (timeclock-query-out, timeclock-when-to-leave) (timeclock-when-to-leave-string, timeclock-log-data) (timeclock-generate-report, timeclock-in): Doc fixes. | ||||
* | (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC. | Eli Zaretskii | 2004-04-04 | 1 | -2/+2 |
| | |||||
* | (lib-src): Recognize comment lines in Makefile.in | Eli Zaretskii | 2004-04-04 | 1 | -6/+6 |
| | | | | | that have a TAB after the #, to avoid errors in preprocessing with GCC 3.3.3. | ||||
* | (fill-comment-paragraph): Obey indent-tabs-mode. | Stefan Monnier | 2004-04-04 | 1 | -3/+7 |
| | |||||
* | (font-lock): Don't require any more. | Stefan Monnier | 2004-04-04 | 1 | -160/+233 |
| | | | | | | | | | | | | | | | | | | | | | | (compilation-error-properties, compilation-start, compilation-sentinel) (compilation-filter, next-error): Use with-current-buffer. (compilation-skip-to-next-location, compilation-skip-threshold) (compilation-skip-visited): Move to silence the byte-compiler. (compilation-setup): Simplify. (compilation-next-error): Use line-(beginning|end)-position. Make sure `pt' is non-nil before using compilation-loop. (compile-goto-error): Add optional event arg. Use it. (compile-mouse-goto-error): Make it an alias of compile-goto-error. (compilation-minor-mode-map, compilation-shell-minor-mode-map): Update the binding for mouse-2. (first-error): Set compilation-current-error to nil rather than bob. (compilation-parsing-end, compilation-parse-errors-function) (compilation-error-list, compilation-old-error-list): "New" compatibility variables. (compile-buffer-substring, compilation-compat-error-properties) (compilation-compat-parse-errors, compilation-forget-errors): New compatibility functions. (compilation-mode-font-lock-keywords): Use them. | ||||
* | Resolve CVS conflicts | Miles Bader | 2004-04-04 | 31 | -79/+137 |
| | |||||
* | Don't require url-auto. | Stefan Monnier | 2004-04-04 | 2 | -10/+8 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-04-04 | 1 | -0/+20 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2004-04-04 | 2 | -2/+8 |
| | |||||
* | Initial revision | Stefan Monnier | 2004-04-04 | 32 | -0/+7513 |
| | |||||
* | (diff-mode): Fix missing quote. | Andreas Schwab | 2004-04-03 | 2 | -1/+5 |
| | |||||
* | Useless now that .gdbinit works with USE_LISP_UNION as well. | Stefan Monnier | 2004-04-03 | 2 | -404/+13 |
| | |||||
* | Make it work for USE_LSB_TAG and !NO_LISP_UNION. | Stefan Monnier | 2004-04-03 | 1 | -77/+131 |
| | | | | | | (xgetptr, xgetint, xgettype): New funs. Use them everywhere. ($nonvalbits): Remove. ($valmask): Set it by calling xreload to avoid redundancy. | ||||
* | (gdb_use_union, gdb_use_lsb): New vars. | Stefan Monnier | 2004-04-03 | 1 | -2/+11 |
| | | | | (gdb_emacs_intbits): Remove. | ||||
* | *** empty log message *** | Juri Linkov | 2004-04-03 | 2 | -0/+10 |
| | |||||
* | Add Javanese. | Juri Linkov | 2004-04-03 | 1 | -0/+1 |
| | |||||
* | (describe-property-list): Add `font-lock-face'. | Juri Linkov | 2004-04-03 | 1 | -4/+5 |
| | |||||
* | (dired-font-lock-keywords): Fix permission regexps. | Juri Linkov | 2004-04-03 | 1 | -3/+3 |
| | |||||
* | (Reverting): Correct description of revert-buffer's handling of point. | Luc Teirlinck | 2004-04-03 | 2 | -5/+9 |
| | |||||
* | * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use | Jan Djärv | 2004-04-02 | 2 | -2/+14 |
| | | | | utf-16le on little endian machines and utf-16be otherwise. | ||||
* | (browse-url-generic): Use call-process | David Kastrup | 2004-04-02 | 1 | -3/+3 |
| | | | | instead of start-process to allow browsers that fork and detach. | ||||
* | *** empty log message *** | David Kastrup | 2004-04-02 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2004-04-02 | 1 | -4/+4 |
| | |||||
* | message deletion note added to M-x compile | Daniel Pfeiffer | 2004-04-01 | 2 | -0/+14 |
| | |||||
* | C-x ` fixes | Daniel Pfeiffer | 2004-04-01 | 1 | -17/+29 |
| | |||||
* | Var initialization fix. | Vinicius Jose Latorre | 2004-04-01 | 2 | -11/+22 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-04-01 | 2 | -1/+6 |
| | |||||
* | Mention in comment that `make maintainer-clean' deletes .elc files. | Luc Teirlinck | 2004-04-01 | 1 | -2/+3 |
| | |||||
* | Delete obsolete autoload's and defvar's. | Luc Teirlinck | 2004-04-01 | 2 | -81/+52 |
| | | | | | | | | (auto-revert-check-vc-info): New variable. (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p) (auto-revert-handler-vc): Delete. (auto-revert-handler): Treat return value `fast' of buffer-stale-function specially. Check `auto-revert-check-vc-info'. | ||||
* | (Buffer-menu-mode): Make the buffer-stale-function return `fast'. | Luc Teirlinck | 2004-04-01 | 1 | -1/+1 |
| |