diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e1a5f2e257..2606b5d62ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Port features from the previous prolog.el to the new one. | ||
| 4 | * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options. | ||
| 5 | (prolog-program-name, prolog-program-switches, prolog-consult-string) | ||
| 6 | (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i | ||
| 7 | variable and use a function to compute the value dynamically. | ||
| 8 | (prolog-prompt-regexp): Add regexp for GNU Prolog. | ||
| 9 | (prolog-continued-prompt-regexp): Remove, unused. | ||
| 10 | (prolog-find-value-by-system): Try and use the value of prolog-system | ||
| 11 | in the *prolog* buffer if it helps. | ||
| 12 | (prolog-mode-keybindings-common): Bind C-c C-z unconditionally... | ||
| 13 | (prolog-zip-on): ..and check prolog-system and version here instead. | ||
| 14 | (prolog-inferior-self-insert-command): New command. | ||
| 15 | (prolog-inferior-mode-map): Use it. | ||
| 16 | (prolog-inferior-error-regexp-alist): New var. | ||
| 17 | (prolog-inferior-mode): Use it, along with compilation-shell-minor-mode. | ||
| 18 | (prolog-input-filter): Use derived-mode-p. | ||
| 19 | (prolog-inferior-guess-flavor): New function. | ||
| 20 | (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than | ||
| 21 | make-comint to avoid running comint-mode twice. | ||
| 22 | (prolog-inferior-buffer): New fun. | ||
| 23 | (prolog-old-process-region, prolog-old-process-file): | ||
| 24 | Don't call prolog-bsts here... | ||
| 25 | (prolog-build-prolog-command): ...do it here instead. | ||
| 26 | (prolog-old-process-region, prolog-old-process-file): | ||
| 27 | Use compilation-fake-loc and compilation-forget-errors. | ||
| 28 | (prolog-consult-compile-region): Use bolp. | ||
| 29 | |||
| 1 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> | 30 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 31 | ||
| 3 | * image-mode.el (image-display-size): Doc fix (Bug#7820). | 32 | * image-mode.el (image-display-size): Doc fix (Bug#7820). |