| | 1 | 2006-08-09 John Wiegley <johnw@newartisans.com> |
|---|
| | 2 | |
|---|
| | 3 | * calendar/timeclock.el (timeclock-use-elapsed): Added a new |
|---|
| | 4 | variable, which causes timeclock to report elapsed time worked, |
|---|
| | 5 | instead of just work remaining. |
|---|
| | 6 | |
|---|
| | 7 | 2006-08-09 Kenichi Handa <handa@m17n.org> |
|---|
| | 8 | |
|---|
| | 9 | * international/latexenc.el (latexenc-find-file-coding-system): |
|---|
| | 10 | Fix for the case that the 2nd element of arg-list is a cons. |
|---|
| | 11 | |
|---|
| | 12 | 2006-08-08 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 13 | |
|---|
| | 14 | * info.el (Info-fontify-node): Handle preceding `in' for note |
|---|
| | 15 | reference hiding rules. |
|---|
| | 16 | |
|---|
| | 17 | 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 18 | |
|---|
| | 19 | * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't |
|---|
| | 20 | mistake a closing " for an opening one. |
|---|
| | 21 | |
|---|
| | 22 | 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu> |
|---|
| | 23 | |
|---|
| | 24 | * term/xterm.el (terminal-init-xterm): Add more key bindings. |
|---|
| | 25 | |
|---|
| | 26 | 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 27 | |
|---|
| | 28 | * complete.el (PC-do-completion): Filter out completions matching |
|---|
| | 29 | completion-ignored-extensions before checking whether there are |
|---|
| | 30 | multiple completions. |
|---|
| | 31 | Don't use `list' unnecessarily when building completion tables. |
|---|
| | 32 | |
|---|
| | 33 | 2006-08-06 Richard Stallman <rms@gnu.org> |
|---|
| | 34 | |
|---|
| | 35 | * help.el (describe-mode): Make minor mode list more concise. |
|---|
| | 36 | |
|---|
| | 37 | 2006-08-05 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 38 | |
|---|
| | 39 | * bindings.el: Give mode-line-format, mode-line-modes, and |
|---|
| | 40 | mode-line-position `standard-value' properties. |
|---|
| | 41 | |
|---|
| | 42 | 2006-08-05 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 43 | |
|---|
| | 44 | * buff-menu.el (list-buffers-noselect): For Info buffers, use |
|---|
| | 45 | "(file)node" instead of the file name. |
|---|
| | 46 | |
|---|
| | 47 | 2006-08-05 Richard Stallman <rms@gnu.org> |
|---|
| | 48 | |
|---|
| | 49 | * faces.el (escape-glyph): Doc fix. |
|---|
| | 50 | |
|---|
| | 51 | 2006-08-04 Kenichi Handa <handa@m17n.org> |
|---|
| | 52 | |
|---|
| | 53 | * international/mule-diag.el (describe-font): Improve docstring |
|---|
| | 54 | and error message. Use frame-parameter (not frame-parameters). |
|---|
| | 55 | |
|---|
| | 56 | 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 57 | |
|---|
| | 58 | * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords): |
|---|
| | 59 | Correctly mark the end-of-docstring char. |
|---|
| | 60 | |
|---|
| | 61 | 2006-08-03 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 62 | |
|---|
| | 63 | * simple.el (line-move-to-column): Constrain move-to-column to |
|---|
| | 64 | current field. |
|---|
| | 65 | |
|---|
| | 66 | 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 67 | |
|---|
| | 68 | * font-lock.el (font-lock-beg, font-lock-end) |
|---|
| | 69 | (font-lock-extend-region-functions): New vars. |
|---|
| | 70 | (font-lock-extend-region-multiline) |
|---|
| | 71 | (font-lock-extend-region-wholelines): New functions. |
|---|
| | 72 | (font-lock-default-fontify-region): Use them. |
|---|
| | 73 | (font-lock-extend-jit-lock-region-after-change): Only round up |
|---|
| | 74 | if font-lock-default-fontify-region will do it as well. |
|---|
| | 75 | |
|---|
| | 76 | * font-lock.el (font-lock-extend-after-change-region-function): |
|---|
| | 77 | Rename from font-lock-extend-region-function. |
|---|
| | 78 | (font-lock-extend-region): Remove by inlining at call sites. |
|---|
| | 79 | (font-lock-after-change-function): Don't needlessly round up to a whole |
|---|
| | 80 | number of lines. |
|---|
| | 81 | (font-lock-extend-jit-lock-region-after-change): Be more careful about |
|---|
| | 82 | the boundary conditions and the interactions between the various ways |
|---|
| | 83 | to extend the region. |
|---|
| | 84 | |
|---|
| | 85 | 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 86 | |
|---|
| | 87 | * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's |
|---|
| | 88 | modification status when forcing the second redisplay. |
|---|
| | 89 | |
|---|
| | 90 | 2006-08-03 Kim F. Storm <storm@cua.dk> |
|---|
| | 91 | |
|---|
| | 92 | * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame. |
|---|
| | 93 | |
|---|
| | 94 | 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 95 | |
|---|
| | 96 | * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name' |
|---|
| | 97 | doesn't look like a file name. |
|---|
| | 98 | |
|---|
| | 99 | * complete.el (PC-expand-many-files): Avoid signalling an error when |
|---|
| | 100 | the current directory doesn't exist. Reported by Micha,Ak(Bl Cadilhac. |
|---|
| | 101 | |
|---|
| | 102 | 2006-08-02 Andreas Schwab <schwab@suse.de> |
|---|
| | 103 | |
|---|
| | 104 | * bindings.el (mode-line-format): Simplify reference to vc-mode. |
|---|
| | 105 | |
|---|
| | 106 | 2006-08-02 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 107 | |
|---|
| | 108 | * bindings.el (map): Make mode-line-buffer-identification-keymap |
|---|
| | 109 | before defining propertized-buffer-identification. |
|---|
| | 110 | |
|---|
| | 111 | 2006-08-01 Richard Stallman <rms@gnu.org> |
|---|
| | 112 | |
|---|
| | 113 | * bindings.el (mode-line-format): Adjust spacing around vc-mode. |
|---|
| | 114 | |
|---|
| | 115 | 2006-08-02 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 116 | |
|---|
| | 117 | * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the |
|---|
| | 118 | default value. |
|---|
| | 119 | (gdb-find-source-frame): New function. |
|---|
| | 120 | (menu): Add to menu bar. |
|---|
| | 121 | |
|---|
| | 122 | 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 123 | |
|---|
| | 124 | * font-core.el (font-lock-extend-region-function) |
|---|
| | 125 | (font-lock-extend-region): Move to font-lock.el. |
|---|
| | 126 | |
|---|
| | 127 | * font-lock.el (font-lock-extend-region-function) |
|---|
| | 128 | (font-lock-extend-region): Move from font-core.el. Simplify. |
|---|
| | 129 | |
|---|
| | 130 | * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay |
|---|
| | 131 | if needed. |
|---|
| | 132 | (jit-lock-start, jit-lock-end): New dynamic scoped vars. |
|---|
| | 133 | (jit-lock-after-change-extend-region-functions): New hook. |
|---|
| | 134 | (jit-lock-after-change): Use it instead of hard-coding font-lock code. |
|---|
| | 135 | |
|---|
| | 136 | * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun. |
|---|
| | 137 | (font-lock-turn-on-thing-lock): Use it. |
|---|
| | 138 | |
|---|
| | 139 | * longlines.el (longlines-show-region): Make it work on read-only |
|---|
| | 140 | buffers as well. |
|---|
| | 141 | |
|---|
| | 142 | 2006-08-01 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 143 | |
|---|
| | 144 | * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame. |
|---|
| | 145 | |
|---|
| | 146 | 2006-07-31 Richard Stallman <rms@gnu.org> |
|---|
| | 147 | |
|---|
| | 148 | * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory) |
|---|
| | 149 | (vhdl-speedbar-display-projects): Update old obsolete |
|---|
| | 150 | speedbar variable names. |
|---|
| | 151 | |
|---|
| | 152 | 2006-07-31 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 153 | |
|---|
| | 154 | * progmodes/gdb-ui.el (gdb-find-source-frame): New option. |
|---|
| | 155 | (gdb-stopped): Use it. |
|---|
| | 156 | |
|---|
| | 157 | * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag. |
|---|
| | 158 | |
|---|
| | 159 | 2006-07-29 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 160 | |
|---|
| | 161 | * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format |
|---|
| | 162 | for load-history elements. |
|---|
| | 163 | |
|---|
| | 164 | 2006-07-29 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 165 | |
|---|
| | 166 | * files.el (convert-standard-filename): For Cygwin, replace |
|---|
| | 167 | characters not allowed in Windows file names. |
|---|
| | 168 | (make-auto-save-file-name): Add Cygwin to the list of systems |
|---|
| | 169 | where the auto-save file name needs to be run through |
|---|
| | 170 | convert-standard-filename. |
|---|
| | 171 | |
|---|
| | 172 | 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se> |
|---|
| | 173 | |
|---|
| | 174 | * window.el (bw-get-tree): Don't integerp subtree if it's nil. |
|---|
| | 175 | |
|---|
| | 176 | 2006-07-28 Richard Stallman <rms@gnu.org> |
|---|
| | 177 | |
|---|
| | 178 | * bindings.el (mode-line-frame-identification) |
|---|
| | 179 | (propertized-buffer-identification): Centralize the code |
|---|
| | 180 | to initialize the variable. |
|---|
| | 181 | |
|---|
| | 182 | * progmodes/grep.el (grep-default-command): Catch errors from |
|---|
| | 183 | wildcard-to-regexp. |
|---|
| | 184 | |
|---|
| | 185 | 2006-07-29 Kim F. Storm <storm@cua.dk> |
|---|
| | 186 | |
|---|
| | 187 | * progmodes/grep.el (grep-tag-default): New function. |
|---|
| | 188 | (grep-default-command, grep-read-regexp): Use it. |
|---|
| | 189 | (grep-read-files): Use car of grep-files-history or grep-files-aliases |
|---|
| | 190 | as default if nothing else applies. |
|---|
| | 191 | |
|---|