summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (texinfo-format-scan): Silence `whitespace-cleanup'.Juanma Barranquero2003-06-121-1/+2
|
* (display-time-hook, timeclock-modeline-display): Define for byte-compiler.Glenn Morris2003-06-121-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 Morris2003-06-121-0/+10
|
* *** empty log message ***Stefan Monnier2003-06-121-3/+9
|
* (pop3-leave-mail-on-server): New user variable.Sam Steingold2003-06-112-1/+10
| | | | (pop3-movemail): Delete mail only when it is nil.
* Respect user preferenceRajesh Vaidheeswarran2003-06-112-2/+5
|
* Update whitespace.elRajesh Vaidheeswarran2003-06-112-18/+26
|
* (global-map): Bind `kill-whole-line' to C-S-<backspace>.Luc Teirlinck2003-06-101-1/+1
| | | | Remove M-S-<backspace> binding: too close to C-M-<backspace>.
* (dired-re-dot): Make it handle trailing /.Luc Teirlinck2003-06-102-8/+11
| | | | | (dired-get-filename): Update documentation string. Revert previous change and fix typo in earlier version.
* *** empty log message ***Luc Teirlinck2003-06-101-0/+10
|
* (Info-fontify-node): Make `invisible' propertyKim F. Storm2003-06-091-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. Storm2003-06-091-0/+7
|
* (tex-search-noncomment): New macro.Stefan Monnier2003-06-091-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 Schwab2003-06-092-3/+6
| | | | not all directories.
* *** empty log message ***Stefan Monnier2003-06-081-0/+15
|
* (gdb-get-current-frame, gdb-frame-handler): Use GdbNick Roberts2003-06-081-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 Roberts2003-06-081-0/+8
|
* (texinfo-enable-quote-macros): Fix thinko.Stefan Monnier2003-06-081-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 Monnier2003-06-081-1/+6
|
* (tex-mode-syntax-table, tex-latex-indent-syntax-table):Stefan Monnier2003-06-081-23/+26
| | | | Don't use easy-mmode-defsyntax.
* *** empty log message ***Stefan Monnier2003-06-081-6/+15
|
* (mouse-wheel-up-event, mouse-wheel-down-event):Jason Rumney2003-06-071-2/+2
| | | | Use wheel-* events on darwin.
* *** empty log message ***Jason Rumney2003-06-071-0/+5
|
* *** empty log message ***Juanma Barranquero2003-06-061-0/+7
|
* (shell-resync-dirs): Tolerate an extra line of output before the list ofJuanma Barranquero2003-06-061-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 Kamstra2003-06-062-1/+9
|
* *** empty log message ***Juanma Barranquero2003-06-061-0/+6
|
* Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons,Juanma Barranquero2003-06-061-5/+5
| | | | add "select" keyword for bash.
* (Info-select-node): Doc fix.Andreas Schwab2003-06-062-2/+6
|
* (set-frame-font): Default to frame's current default font.Miles Bader2003-06-062-2/+8
|
* (Info-fontify-node): Don't refill over lines ending in aKim F. Storm2003-06-051-1/+1
| | | | | period; this should fix problems with lists like one in the (emacs)Library Keywords section.
* *** empty log message ***Kim F. Storm2003-06-051-0/+6
|
* *** empty log message ***Juanma Barranquero2003-06-051-1/+6
|
* (dired-get-filename): Don't err for . and .. for calls from dired-add-entry.Juanma Barranquero2003-06-051-4/+4
|
* (table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now aJuanma Barranquero2003-06-052-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 Barranquero2003-06-052-0/+2979
|
* Moved to progmodes/.Juanma Barranquero2003-06-051-2970/+0
|
* (tcl-mode): Set imenu-generic-expression to the value ofJuanma Barranquero2003-06-051-2/+2
| | | | tcl-imenu-generic-expression instead of the symbol.
* (Info-mode): Mention `c' and remove duplicate mention of `q' inLuc Teirlinck2003-06-051-1/+1
| | | | documentation string.
* *** empty log message ***Luc Teirlinck2003-06-051-0/+5
|
* (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' onLute Kamstra2003-06-052-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 Love2003-06-051-0/+4
|
* (vc-make-backup-files): Add :group backup.Dave Love2003-06-051-2/+3
|
* (sgml-parse-tag-backward): Try and detectStefan Monnier2003-06-051-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 andKim F. Storm2003-06-042-4/+15
| | | | | paragraphs to preserve menu items and varying indentation. Only color first 9 menu items differently.
* *** empty log message ***Kim F. Storm2003-06-041-0/+5
|
* Add new maintainer.Juanma Barranquero2003-06-042-0/+5
|
* *** empty log message ***Jason Rumney2003-06-041-0/+7
|
* No need to bind wheel events specially.Jason Rumney2003-06-041-4/+1
|
* (mouse-wheel-down-event, mouse-wheel-up-event):Jason Rumney2003-06-041-2/+2
| | | | Default to new wheel-up and wheel-down events on MacOS.