| | 1 | 2007-04-07 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 2 | |
|---|
| | 3 | * net/tls.el (open-tls-stream): Properly handle case where there |
|---|
| | 4 | is no associated buffer. |
|---|
| | 5 | |
|---|
| | 6 | 2007-04-07 Glenn Morris <rgm@gnu.org> |
|---|
| | 7 | |
|---|
| | 8 | * ffap.el (ffap-file-at-point): Lower the priority of the |
|---|
| | 9 | ffap-ftp-sans-slash-regexp check. |
|---|
| | 10 | |
|---|
| | 11 | 2007-04-06 Alan Mackenzie <acm@muc.de> |
|---|
| | 12 | |
|---|
| | 13 | Fix fontification of labels, and other things with ":". |
|---|
| | 14 | * progmodes/cc-engine.el (c-forward-label): The function now |
|---|
| | 15 | returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as |
|---|
| | 16 | the former t. |
|---|
| | 17 | |
|---|
| | 18 | * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the |
|---|
| | 19 | new return code from c-forward-label, fontifying tokens properly. |
|---|
| | 20 | Add some general comments throughout the file. |
|---|
| | 21 | |
|---|
| | 22 | 2007-04-06 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 23 | |
|---|
| | 24 | * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect): |
|---|
| | 25 | Revert 2006-01-27 change. |
|---|
| | 26 | |
|---|
| | 27 | * diff-mode.el (diff-mode): Revert 2007-03-04 change. |
|---|
| | 28 | |
|---|
| | 29 | * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change. |
|---|
| | 30 | |
|---|
| | 31 | * desktop.el (desktop-create-buffer, desktop-save): Revert |
|---|
| | 32 | 2004-11-12 change. |
|---|
| | 33 | |
|---|
| | 34 | * dired-x.el (dired-guess-shell-case-fold-search): Delete var. |
|---|
| | 35 | (dired-guess-default): Respect case. |
|---|
| | 36 | |
|---|
| | 37 | * isearch.el (isearch-forward): Revert 1998-08-26 doc change. |
|---|
| | 38 | |
|---|
| | 39 | * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove |
|---|
| | 40 | function (originally checked in as byte-optimize-concat on |
|---|
| | 41 | 1997-11-02). |
|---|
| | 42 | |
|---|
| | 43 | * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of |
|---|
| | 44 | 1995-05-19 doc changes. |
|---|
| | 45 | |
|---|
| | 46 | 2007-04-06 Kim F. Storm <storm@cua.dk> |
|---|
| | 47 | |
|---|
| | 48 | * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P. |
|---|
| | 49 | (unload-feature): Update interactive spec accordingly. |
|---|
| | 50 | |
|---|
| | 51 | * progmodes/grep.el (grep-program): Remove commentary about zgrep. |
|---|
| | 52 | |
|---|
| | 53 | 2007-04-06 John Paul Wallington <jpw@pobox.com> |
|---|
| | 54 | |
|---|
| | 55 | * subr.el (with-case-table): Use `make-symbol' to avoid variable |
|---|
| | 56 | capture. Restore the table in the same buffer. |
|---|
| | 57 | |
|---|
| | 58 | * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'. |
|---|
| | 59 | |
|---|
| | 60 | 2007-04-05 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 61 | |
|---|
| | 62 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print |
|---|
| | 63 | entire form. |
|---|
| | 64 | |
|---|
| | 65 | 2007-04-05 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 66 | |
|---|
| | 67 | * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again) |
|---|
| | 68 | for low-color displays. |
|---|
| | 69 | |
|---|
| | 70 | 2007-04-05 Glenn Morris <rgm@gnu.org> |
|---|
| | 71 | |
|---|
| | 72 | * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el, |
|---|
| | 73 | * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el: |
|---|
| | 74 | Seed RNG on loading. |
|---|
| | 75 | |
|---|
| | 76 | * emacs-lisp/authors.el (top-level): Provide self. |
|---|
| | 77 | * play/animate.el (top-level): Provide self. |
|---|
| | 78 | |
|---|
| | 79 | 2007-04-04 Alan Mackenzie <acm@muc.de> |
|---|
| | 80 | |
|---|
| | 81 | * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string |
|---|
| | 82 | to mention c-syntactic-indentation. |
|---|
| | 83 | |
|---|
| | 84 | 2007-04-04 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 85 | |
|---|
| | 86 | * subr.el (with-case-table): New macro. |
|---|
| | 87 | |
|---|
| | 88 | * international/mule.el (ascii-case-table): New var. |
|---|
| | 89 | |
|---|
| | 90 | * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when |
|---|
| | 91 | downcasing. |
|---|
| | 92 | |
|---|
| | 93 | 2007-04-03 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 94 | |
|---|
| | 95 | * progmodes/gud.el (gud-minor-mode-map): Simplify. |
|---|
| | 96 | |
|---|
| | 97 | * t-mouse.el (t-mouse-make-event-element): Don't use the left edge |
|---|
| | 98 | of the window if we're outside it e.g menu-bar. |
|---|
| | 99 | |
|---|
| | 100 | * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the |
|---|
| | 101 | window if we're outside it e.g menu-bar. |
|---|
| | 102 | |
|---|
| | 103 | 2007-04-03 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 104 | |
|---|
| | 105 | * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to |
|---|
| | 106 | decode base-64 encoded body if its content-type is something other |
|---|
| | 107 | than text/* or message/*. |
|---|
| | 108 | |
|---|
| | 109 | 2007-04-03 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 110 | |
|---|
| | 111 | * simple.el (activate-mark-hook): Fix typo in docstring. |
|---|
| | 112 | |
|---|
| | 113 | 2007-04-03 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 114 | |
|---|
| | 115 | * tmm.el (tmm-c-prompt): Initialize. |
|---|
| | 116 | (tmm-menubar): Deal with extended menu-items at top level. |
|---|
| | 117 | (tmm-get-keybind): Handle bindings that are redefined/undefined |
|---|
| | 118 | locally. |
|---|
| | 119 | (tmm-prompt): Handle visibility of top level menu-items. |
|---|
| | 120 | |
|---|
| | 121 | * progmodes/gud.el (gud-menu-map): Simplify. |
|---|
| | 122 | (gud-minor-mode-map): Add tool-bar like bindings to the text mode |
|---|
| | 123 | menubar. |
|---|
| | 124 | |
|---|
| | 125 | 2007-04-02 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 126 | |
|---|
| | 127 | * mail/smtpmail.el (smtpmail-via-smtp): Revert last change. |
|---|
| | 128 | |
|---|
| | 129 | * comint.el (comint-send-input): Widen the buffer first. |
|---|
| | 130 | |
|---|
| | 131 | * info.el (Info-fontify-maximum-menu-size): Revert to 100000. |
|---|
| | 132 | |
|---|
| | 133 | 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 134 | |
|---|
| | 135 | * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey |
|---|
| | 136 | emacs-lisp-docstring-fill-column in emacs-lisp-mode. |
|---|
| | 137 | |
|---|
| | 138 | * newcomment.el (comment-search-forward): Discard comment starters |
|---|
| | 139 | before point. |
|---|
| | 140 | |
|---|
| | 141 | 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com> |
|---|
| | 142 | |
|---|
| | 143 | * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. |
|---|
| | 144 | |
|---|
| | 145 | 2007-04-01 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 146 | |
|---|
| | 147 | * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table |
|---|
| | 148 | when downcasing. |
|---|
| | 149 | |
|---|
| | 150 | * button.el (previous-button): Rewrite to account for adjacent buttons. |
|---|
| | 151 | |
|---|
| | 152 | 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu> |
|---|
| | 153 | |
|---|
| | 154 | * progmodes/idlwave.el (idlwave-auto-fill): |
|---|
| | 155 | Revert paragraph-separate change. |
|---|
| | 156 | |
|---|
| | 157 | * progmodes/idlw-shell.el (idlwave-shell-break-in): |
|---|
| | 158 | Simplify module calc. |
|---|
| | 159 | (idlwave-shell-set-bp-in-module): Compute module. |
|---|
| | 160 | |
|---|
| | 161 | 2007-03-31 Glenn Morris <rgm@gnu.org> |
|---|
| | 162 | |
|---|
| | 163 | * emacs-lisp/timer.el (run-at-time): Doc fix. |
|---|
| | 164 | |
|---|
| | 165 | * emacs-lisp/warnings.el (display-warning): If we create the |
|---|
| | 166 | buffer displaying the warning, disable undo there. |
|---|
| | 167 | |
|---|
| | 168 | 2007-03-31 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 169 | |
|---|
| | 170 | * net/tramp.el (tramp-register-file-name-handler) |
|---|
| | 171 | (tramp-register-completion-file-name-handler): New defsubst, |
|---|
| | 172 | derived from `tramp-register-file-name-handlers'. The split is |
|---|
| | 173 | necessary because Tramp's file name handlers must be registered at |
|---|
| | 174 | different startup places. |
|---|
| | 175 | |
|---|
| | 176 | 2007-03-31 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 177 | |
|---|
| | 178 | * progmodes/hideshow.el (turn-off-hideshow): New function. |
|---|
| | 179 | (hs-minor-mode): Use it instead of a lambda expression in |
|---|
| | 180 | change-major-mode-hook. |
|---|
| | 181 | |
|---|
| | 182 | 2007-03-31 David Kastrup <dak@gnu.org> |
|---|
| | 183 | |
|---|
| | 184 | * woman.el (woman-Cyg-to-Win): Don't convert cons cells |
|---|
| | 185 | corresponding to MANPATH_MAP entries. |
|---|
| | 186 | (woman-man.conf-path, woman-parse-man.conf): Doc fix. |
|---|
| | 187 | (woman-parse-man.conf): Use more discriminating man.conf name. |
|---|
| | 188 | (woman-parse-man.conf): Parse MANPATH_MAP entries. |
|---|
| | 189 | (woman-manpath): Doc fix and type fix. |
|---|
| | 190 | (woman-cached-data): Check for MANPATH_MAP entries. |
|---|
| | 191 | (woman-expand-directory-path): Treat MANPATH_MAP entries. |
|---|
| | 192 | |
|---|
| | 193 | 2007-03-31 Stuart Herring <herring@lanl.gov> |
|---|
| | 194 | |
|---|
| | 195 | * emacs-lisp/sregex.el (sregexq): Doc fix. |
|---|
| | 196 | |
|---|
| | 197 | 2007-03-31 Markus Triska <markus.triska@gmx.at> |
|---|
| | 198 | |
|---|
| | 199 | * flymake.el (flymake-err-line-patterns): Doc fix. |
|---|
| | 200 | |
|---|
| | 201 | 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 202 | |
|---|
| | 203 | * info.el (info-tool-bar-map): Use "exit" for Info-exit. |
|---|
| | 204 | Move to the right. |
|---|
| | 205 | |
|---|
| | 206 | 2007-03-30 Alan Mackenzie <acm@muc.de> |
|---|
| | 207 | |
|---|
| | 208 | * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug. |
|---|
| | 209 | |
|---|
| | 210 | 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org> |
|---|
| | 211 | |
|---|
| | 212 | * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL. |
|---|
| | 213 | Use it, passed in explicitly, instead of from the dynamic binding. |
|---|
| | 214 | (ewoc-create, ewoc-enter-before): Update to use new call sequence. |
|---|
| | 215 | |
|---|
| | 216 | 2007-03-30 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 217 | |
|---|
| | 218 | * simple.el (blink-matching-open): When in minibuffer, don't |
|---|
| | 219 | search for a match inside the prompt. |
|---|
| | 220 | |
|---|
| | 221 | 2007-03-30 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 222 | |
|---|
| | 223 | * tmm.el (tmm-menubar): Select the right menu item with the mouse. |
|---|
| | 224 | (tmm-prompt): Don't make the mouse user select the first menu |
|---|
| | 225 | item twice. |
|---|
| | 226 | |
|---|
| | 227 | 2007-03-30 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 228 | |
|---|
| | 229 | * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize |
|---|
| | 230 | SIGUSR1 and SIGUSR2. |
|---|
| | 231 | |
|---|
| | 232 | 2007-03-29 Kim F. Storm <storm@cua.dk> |
|---|
| | 233 | |
|---|
| | 234 | * ido.el (ido-read-internal): When reading file or dir, only override |
|---|
| | 235 | minibuffer-local-filename-completion-map, otherwise only override |
|---|
| | 236 | minibuffer-local-completion-map. |
|---|
| | 237 | |
|---|
| | 238 | 2007-03-29 Glenn Morris <rgm@gnu.org> |
|---|
| | 239 | |
|---|
| | 240 | * complete.el (partial-completion-mode): Set PC-do-completion-end |
|---|
| | 241 | to nil after use. |
|---|
| | 242 | (PC-lisp-complete-symbol): Create and use a marker at `end', |
|---|
| | 243 | rather than using point-marker. |
|---|
| | 244 | |
|---|
| | 245 | 2007-03-28 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 246 | |
|---|
| | 247 | * simple.el (next-error-highlight): Doc fix. |
|---|
| | 248 | (compose-mail): Revert 2007-03-19 change. |
|---|
| | 249 | |
|---|
| | 250 | 2007-03-28 Richard Stallman <rms@gnu.org> |
|---|
| | 251 | |
|---|
| | 252 | * emacs-lisp/edebug.el (edebug-display): Don't go to |
|---|
| | 253 | edebug-outside-buffer if it is dead. |
|---|
| | 254 | |
|---|
| | 255 | 2007-03-28 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 256 | |
|---|
| | 257 | * view.el (view-mode): Fix typos in docstring. |
|---|
| | 258 | |
|---|
| | 259 | 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net> |
|---|
| | 260 | |
|---|
| | 261 | * recentf.el (recentf-save-file): Add a custom :set function. |
|---|
| | 262 | |
|---|
| | 263 | 2007-03-28 Glenn Morris <rgm@gnu.org> |
|---|
| | 264 | |
|---|
| | 265 | * complete.el (PC-do-completion-end): New variable. |
|---|
| | 266 | (partial-completion-mode) <choose-completion-string-functions>: |
|---|
| | 267 | Use PC-do-completion-end in the non-minibuffer case to replace the |
|---|
| | 268 | correct amount of text. |
|---|
| | 269 | (PC-do-completion): Set PC-do-completion-end for c-c-s-f. |
|---|
| | 270 | (PC-lisp-complete-symbol): Give marker the after-insertion type, |
|---|
| | 271 | to deal with improvements inserted after point. |
|---|
| | 272 | |
|---|
| | 273 | 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 274 | |
|---|
| | 275 | * button.el (make-text-button): Add explicit `button' property. |
|---|
| | 276 | (default-button): Don't put a `button' property on it. |
|---|
| | 277 | |
|---|
| | 278 | * progmodes/python.el (python-mode): Skip comments when parsing. |
|---|
| | 279 | |
|---|
| | 280 | * vc-arch.el (vc-with-current-file-buffer): New macro. |
|---|
| | 281 | (vc-arch-file-source-p): Use it to avoid infloop. |
|---|
| | 282 | |
|---|
| | 283 | 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change) |
|---|
| | 284 | |
|---|
| | 285 | * emacs-lisp/lisp.el (lisp-complete-symbol): |
|---|
| | 286 | Fix call to get-buffer-window to find windows in other frames. |
|---|
| | 287 | |
|---|
| | 288 | 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 289 | |
|---|
| | 290 | * comint.el (comint-proc-query, comint-dynamic-list-completions): |
|---|
| | 291 | Fix calls to get-buffer-window to find windows in other frames. |
|---|
| | 292 | Reported by David Hansen <david.hansen@gmx.net>. |
|---|
| | 293 | |
|---|
| | 294 | 2007-03-27 Kevin Ryde <user42@zip.com.au> |
|---|
| | 295 | |
|---|
| | 296 | * info.el (Info-display-images-node): On a text-only terminal, |
|---|
| | 297 | show the "text" or "alt" parts of the image blobs. |
|---|
| | 298 | |
|---|
| | 299 | 2007-03-27 Glenn Morris <rgm@gnu.org> |
|---|
| | 300 | |
|---|
| | 301 | * complete.el (PC-do-completion): Compute completion-base-size in |
|---|
| | 302 | the non-filename case, rather than setting to nil. |
|---|
| | 303 | (PC-lisp-complete-end): New variable. |
|---|
| | 304 | (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the |
|---|
| | 305 | original end in a series of consecutive invocations. |
|---|
| | 306 | |
|---|
| | 307 | * calendar/calendar.el (calendar-mode-hook): Declare it. |
|---|
| | 308 | |
|---|
| | 309 | * calendar/diary-lib.el (diary-live-p): Do not check for |
|---|
| | 310 | diary-selective-display. |
|---|
| | 311 | |
|---|
| | 312 | 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 313 | |
|---|
| | 314 | * replace.el (occur-next-error): *Occur* might not be displayed in the |
|---|
| | 315 | selected frame. Reported by David Hansen <david.hansen@gmx.net>. |
|---|
| | 316 | |
|---|
| | 317 | 2007-03-26 Richard Stallman <rms@gnu.org> |
|---|
| | 318 | |
|---|
| | 319 | * textmodes/flyspell.el (flyspell-large-region): |
|---|
| | 320 | Use ispell-call-process-region. |
|---|
| | 321 | |
|---|
| | 322 | 2007-03-26 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> |
|---|
| | 323 | |
|---|
| | 324 | * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): |
|---|
| | 325 | Use prin1 instead of princ. |
|---|
| | 326 | |
|---|
| | 327 | 2007-03-25 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 328 | |
|---|
| | 329 | * faces.el (face-set-after-frame-default): Revert 2007-03-10 change. |
|---|
| | 330 | Merge in X resources before global face. |
|---|
| | 331 | |
|---|
| | 332 | * progmodes/compile.el (compilation-start): Save compilation-directory |
|---|
| | 333 | rather than default-directory as local var. |
|---|
| | 334 | (compilation-directory): Mark as safe local var. |
|---|
| | 335 | |
|---|
| | 336 | * files.el: Don't mark default-directory as a safe local var. |
|---|
| | 337 | |
|---|
| | 338 | 2007-03-25 Alan Mackenzie <acm@muc.de> |
|---|
| | 339 | |
|---|
| | 340 | * progmodes/cc-mode.el (c-before-change): Fix BOB bug. |
|---|
| | 341 | * progmodes/cc-engine.el: Fix typo. |
|---|
| | 342 | |
|---|
| | 343 | 2007-03-25 Juri Linkov <juri@jurta.org> |
|---|
| | 344 | |
|---|
| | 345 | * compare-w.el (compare-windows): Rename customization group |
|---|
| | 346 | `compare-w' to `compare-windows'. |
|---|
| | 347 | (compare-windows-whitespace, compare-ignore-whitespace) |
|---|
| | 348 | (compare-ignore-case, compare-windows-sync) |
|---|
| | 349 | (compare-windows-sync-string-size, compare-windows-recenter) |
|---|
| | 350 | (compare-windows-highlight, compare-windows): Change group name in |
|---|
| | 351 | the `group' tag from `compare-w' to `compare-windows'. |
|---|
| | 352 | (compare-windows-sync): Add option `nil' for no sync. Doc fix. |
|---|
| | 353 | |
|---|
| | 354 | 2007-03-24 Markus Triska <markus.triska@gmx.at> |
|---|
| | 355 | |
|---|
| | 356 | * expand.el: Change example to always enable abbrev-mode, |
|---|
| | 357 | and remove redundant `function'. |
|---|
| | 358 | (expand-abbrev-hook): Add autoload cookie. |
|---|
| | 359 | |
|---|
| | 360 | 2007-03-24 Ryan Yeske <rcyeske@gmail.com> |
|---|
| | 361 | |
|---|
| | 362 | * emacs-lisp/testcover.el (testcover-start, testcover-end) |
|---|
| | 363 | (testcover-mark-all, testcover-unmark-all): Add prompts to |
|---|
| | 364 | interactive specs. |
|---|
| | 365 | |
|---|
| | 366 | 2007-03-24 Jason Rumney <jasonr@gnu.org> |
|---|
| | 367 | |
|---|
| | 368 | * autorevert.el (find-file-hook, auto-revert-tail-mode): |
|---|
| | 369 | Use file size in bytes for auto-revert-tail-pos not characters. |
|---|
| | 370 | |
|---|
| | 371 | 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org> |
|---|
| | 372 | |
|---|
| | 373 | * vc-rcs.el (vc-rcs-annotate-command): |
|---|
| | 374 | Set text property :vc-annotate-prefix on the annotation text. |
|---|
| | 375 | (vc-rcs-annotate-time): Instead of searching for ": ", |
|---|
| | 376 | search for end of text propertized with :vc-annotate-prefix. |
|---|
| | 377 | |
|---|
| | 378 | 2007-03-24 Martin Rudalics <rudalics@gmx.at> |
|---|
| | 379 | |
|---|
| | 380 | * whitespace.el (top level): Remove calls putting |
|---|
| | 381 | permanent-local nil property since these are no-ops. |
|---|
| | 382 | |
|---|
| | 383 | * man.el (Man-support-local-filenames): Assure that |
|---|
| | 384 | default-directory exists when doing call-process. |
|---|
| | 385 | |
|---|
| | 386 | 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change) |
|---|
| | 387 | |
|---|
| | 388 | * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region): |
|---|
| | 389 | Fix omission bug: Use m4-program-options to construct shell command. |
|---|
| | 390 | |
|---|
| | 391 | 2007-03-23 David Kastrup <dak@gnu.org> |
|---|
| | 392 | |
|---|
| | 393 | * progmodes/cc-mode.el (c-make-emacs-variables-local): |
|---|
| | 394 | Use `mapcar' rather than `mapcan' to silence compiler warning. |
|---|
| | 395 | |
|---|
| | 396 | 2007-03-22 Ralf Angeli <angeli@caeruleus.net> |
|---|
| | 397 | |
|---|
| | 398 | * textmodes/reftex.el, textmodes/reftex-vars.el, |
|---|
| | 399 | * textmodes/reftex-toc.el, textmodes/reftex-sel.el, |
|---|
| | 400 | * textmodes/reftex-ref.el, textmodes/reftex-parse.el, |
|---|
| | 401 | * textmodes/reftex-index.el, textmodes/reftex-global.el, |
|---|
| | 402 | * textmodes/reftex-dcr.el, textmodes/reftex-cite.el, |
|---|
| | 403 | * textmodes/reftex-auc.el: Add maintainer address. |
|---|
| | 404 | |
|---|
| | 405 | 2007-03-22 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 406 | |
|---|
| | 407 | * textmodes/org.el (org-agenda-mode, org-table-edit-formulas): |
|---|
| | 408 | Make sure that `global-font-lock-mode' does not turn on font-lock |
|---|
| | 409 | in these buffers. |
|---|
| | 410 | |
|---|
| | 411 | 2007-03-21 Kim F. Storm <storm@cua.dk> |
|---|
| | 412 | |
|---|
| | 413 | * xt-mouse.el (xt-mouse-epoch): New variable. |
|---|
| | 414 | (xterm-mouse-event): Use float-time. |
|---|
| | 415 | |
|---|
| | 416 | 2007-03-21 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 417 | |
|---|
| | 418 | * xt-mouse.el (xterm-mouse-event): Compute a timestamp using |
|---|
| | 419 | current-time. |
|---|
| | 420 | |
|---|
| | 421 | 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 422 | |
|---|
| | 423 | * complete.el (read-file-name-internal): Don't add the final > if the |
|---|
| | 424 | completion is not finished (re-application of this patch, which was |
|---|
| | 425 | accidentally undone by Eli). |
|---|
| | 426 | |
|---|
| | 427 | 2007-03-21 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 428 | |
|---|
| | 429 | * emulation/viper.el (viper-non-hook-settings): Handle mouse |
|---|
| | 430 | clicks in describe-key and describe-key-briefly advice a little better. |
|---|
| | 431 | |
|---|
| | 432 | 2007-03-21 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 433 | |
|---|
| | 434 | * server.el (server-process-filter): Cancel any pending isearch. |
|---|
| | 435 | |
|---|
| | 436 | 2007-03-21 Ulf Jasper <ulf.jasper@web.de> |
|---|
| | 437 | |
|---|
| | 438 | * calendar/icalendar.el (icalendar-version): Increase to 0.15. |
|---|
| | 439 | (icalendar--get-unfolded-buffer): Define actual arguments rather |
|---|
| | 440 | than just using &rest. Check replace-in-string is fbound. |
|---|
| | 441 | (icalendar-import-buffer): Doc fix. |
|---|
| | 442 | (icalendar--convert-ical-to-diary): Set diary-file. |
|---|
| | 443 | Check diary-file before inserting final newline. |
|---|
| | 444 | (icalendar--add-diary-entry): Return diary-file. |
|---|
| | 445 | |
|---|
| | 446 | 2007-03-21 Glenn Morris <rgm@gnu.org> |
|---|
| | 447 | |
|---|
| | 448 | * calendar/calendar.el (diary-set-maybe-redraw): Autoload it. |
|---|
| | 449 | (diary-display-hook): Add custom :set function. |
|---|
| | 450 | |
|---|
| | 451 | * calendar/diary-lib.el (diary-header-line-flag): Doc fix. |
|---|
| | 452 | Add custom :set function. |
|---|
| | 453 | (diary-header-line-format): Doc fix. |
|---|
| | 454 | (diary-set-maybe-redraw): New function. |
|---|
| | 455 | (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. |
|---|
| | 456 | (diary-list-entries): Always run diary-mode. |
|---|
| | 457 | |
|---|