Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (texinfo-format-scan): Silence `whitespace-cleanup'. | Juanma Barranquero | 2003-06-12 | 1 | -1/+2 |
| | |||||
* | (display-time-hook, timeclock-modeline-display): Define for byte-compiler. | Glenn Morris | 2003-06-12 | 1 | -35/+41 |
| | | | | | | | | (timeclock-time-to-date, timeclock-workday-remaining) (timeclock-time-to-seconds, timeclock-seconds-to-time): Move earlier in the file so defined before used. (timeclock-status-string): No need for `let*' so use `let'. (timeclock-query-out): Always return a non-nil value. | ||||
* | *** empty log message *** | Glenn Morris | 2003-06-12 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2003-06-12 | 1 | -3/+9 |
| | |||||
* | (pop3-leave-mail-on-server): New user variable. | Sam Steingold | 2003-06-11 | 2 | -1/+10 |
| | | | | (pop3-movemail): Delete mail only when it is nil. | ||||
* | Respect user preference | Rajesh Vaidheeswarran | 2003-06-11 | 2 | -2/+5 |
| | |||||
* | Update whitespace.el | Rajesh Vaidheeswarran | 2003-06-11 | 2 | -18/+26 |
| | |||||
* | (global-map): Bind `kill-whole-line' to C-S-<backspace>. | Luc Teirlinck | 2003-06-10 | 1 | -1/+1 |
| | | | | Remove M-S-<backspace> binding: too close to C-M-<backspace>. | ||||
* | (dired-re-dot): Make it handle trailing /. | Luc Teirlinck | 2003-06-10 | 2 | -8/+11 |
| | | | | | (dired-get-filename): Update documentation string. Revert previous change and fix typo in earlier version. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-06-10 | 1 | -0/+10 |
| | |||||
* | (Info-fontify-node): Make `invisible' property | Kim F. Storm | 2003-06-09 | 1 | -8/+7 |
| | | | | | | non-sticky so that whitespace added by filling stays visible. Make refilling less agressive by starting at beginning of current line rather than beginning of current paragraph. | ||||
* | *** empty log message *** | Kim F. Storm | 2003-06-09 | 1 | -0/+7 |
| | |||||
* | (tex-search-noncomment): New macro. | Stefan Monnier | 2003-06-09 | 1 | -5/+19 |
| | | | | | | (tex-last-unended-begin, tex-next-unmatched-end): Use it so we don't get confused by \begin and \end in comments. (tex-compile): Change dir before calling tex-compile-default. | ||||
* | (dired-get-filename): Complain only about "." and "..", | Andreas Schwab | 2003-06-09 | 2 | -3/+6 |
| | | | | not all directories. | ||||
* | *** empty log message *** | Stefan Monnier | 2003-06-08 | 1 | -0/+15 |
| | |||||
* | (gdb-get-current-frame, gdb-frame-handler): Use Gdb | Nick Roberts | 2003-06-08 | 1 | -31/+36 |
| | | | | | | | command `info frame' instead of `frame' to preserve point. (gdb-invalidate-assembler): Only run disassemble again if frame has changed. (gdb-append-to-inferior-io): Revert change from 2003-05-17. | ||||
* | *** empty log message *** | Nick Roberts | 2003-06-08 | 1 | -0/+8 |
| | |||||
* | (texinfo-enable-quote-macros): Fix thinko. | Stefan Monnier | 2003-06-08 | 1 | -8/+7 |
| | | | | | (texinfo-insert-@table): Remove unused arg. (texinfo-show-structure): Remove unused var `source-buffer'. | ||||
* | (skeleton-proxy-new): Consume the mark-active state. | Stefan Monnier | 2003-06-08 | 1 | -1/+6 |
| | |||||
* | (tex-mode-syntax-table, tex-latex-indent-syntax-table): | Stefan Monnier | 2003-06-08 | 1 | -23/+26 |
| | | | | Don't use easy-mmode-defsyntax. | ||||
* | *** empty log message *** | Stefan Monnier | 2003-06-08 | 1 | -6/+15 |
| | |||||
* | (mouse-wheel-up-event, mouse-wheel-down-event): | Jason Rumney | 2003-06-07 | 1 | -2/+2 |
| | | | | Use wheel-* events on darwin. | ||||
* | *** empty log message *** | Jason Rumney | 2003-06-07 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2003-06-06 | 1 | -0/+7 |
| | |||||
* | (shell-resync-dirs): Tolerate an extra line of output before the list of | Juanma Barranquero | 2003-06-06 | 1 | -2/+6 |
| | | | | | directories from `shell-dirstack-query' (it looks for, and ignores, a literal copy of the value of shell-dirstack-query). | ||||
* | (Info-complete-menu-item): Revert change of 2003-06-03. | Lute Kamstra | 2003-06-06 | 2 | -1/+9 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2003-06-06 | 1 | -0/+6 |
| | |||||
* | Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons, | Juanma Barranquero | 2003-06-06 | 1 | -5/+5 |
| | | | | add "select" keyword for bash. | ||||
* | (Info-select-node): Doc fix. | Andreas Schwab | 2003-06-06 | 2 | -2/+6 |
| | |||||
* | (set-frame-font): Default to frame's current default font. | Miles Bader | 2003-06-06 | 2 | -2/+8 |
| | |||||
* | (Info-fontify-node): Don't refill over lines ending in a | Kim F. Storm | 2003-06-05 | 1 | -1/+1 |
| | | | | | period; this should fix problems with lists like one in the (emacs)Library Keywords section. | ||||
* | *** empty log message *** | Kim F. Storm | 2003-06-05 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2003-06-05 | 1 | -1/+6 |
| | |||||
* | (dired-get-filename): Don't err for . and .. for calls from dired-add-entry. | Juanma Barranquero | 2003-06-05 | 1 | -4/+4 |
| | |||||
* | (table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now a | Juanma Barranquero | 2003-06-05 | 2 | -44/+74 |
| | | | | | | | | | | | | | | | | string value instead of a character. ?= is allowed for horizontal boundary as well as ?-. (table-command-remap-alist, table-command-list): Changed defconst to defvar because the value is modified. (table-insert, table-insert-row, table-insert-column, table-recognize) (table-recognize-region, table-widen-cell, table-span-cell) table-split-cell-vertically): Change due to table-cell-horizontal-chars. (table--cell-horizontal-char-p): New function. (table--generate-source-scan-lines, table-delete-row, table-delete-column) (table--spacify-frame, table--find-row-column, table--probe-cell-left-up) (table--probe-cell-right-bottom, table--probe-cell): Change due to table-cell-horizontal-chars. From David Abrahams <dave@boost-consulting.com> | ||||
* | Moved from lisp/. | Juanma Barranquero | 2003-06-05 | 2 | -0/+2979 |
| | |||||
* | Moved to progmodes/. | Juanma Barranquero | 2003-06-05 | 1 | -2970/+0 |
| | |||||
* | (tcl-mode): Set imenu-generic-expression to the value of | Juanma Barranquero | 2003-06-05 | 1 | -2/+2 |
| | | | | tcl-imenu-generic-expression instead of the symbol. | ||||
* | (Info-mode): Mention `c' and remove duplicate mention of `q' in | Luc Teirlinck | 2003-06-05 | 1 | -1/+1 |
| | | | | documentation string. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-06-05 | 1 | -0/+5 |
| | |||||
* | (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on | Lute Kamstra | 2003-06-05 | 2 | -1/+30 |
| | | | | | | `comint-output-filter-functions' when bash is used as the inferior shell. (shell-filter-ctrl-a-ctrl-b): New function. | ||||
* | *** empty log message *** | Dave Love | 2003-06-05 | 1 | -0/+4 |
| | |||||
* | (vc-make-backup-files): Add :group backup. | Dave Love | 2003-06-05 | 1 | -2/+3 |
| | |||||
* | (sgml-parse-tag-backward): Try and detect | Stefan Monnier | 2003-06-05 | 1 | -101/+130 |
| | | | | | | | | | | when we're starting from within a tag. (sgml-get-context): When called from inside a tag, do something useful. Rename the arg now that it's never used for `full' context anymore. (sgml-calculate-indent): Make `lcon' an argument. Return nil when we don't know what to do. If the initial lcon turns out to be wrong, try again. (sgml-indent-line): If sgml-calculate-indent returns nil, don't indent. | ||||
* | (Info-fontify-node): Individually refill menus and | Kim F. Storm | 2003-06-04 | 2 | -4/+15 |
| | | | | | paragraphs to preserve menu items and varying indentation. Only color first 9 menu items differently. | ||||
* | *** empty log message *** | Kim F. Storm | 2003-06-04 | 1 | -0/+5 |
| | |||||
* | Add new maintainer. | Juanma Barranquero | 2003-06-04 | 2 | -0/+5 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2003-06-04 | 1 | -0/+7 |
| | |||||
* | No need to bind wheel events specially. | Jason Rumney | 2003-06-04 | 1 | -4/+1 |
| | |||||
* | (mouse-wheel-down-event, mouse-wheel-up-event): | Jason Rumney | 2003-06-04 | 1 | -2/+2 |
| | | | | Default to new wheel-up and wheel-down events on MacOS. |