comparison lisp/ChangeLog @ 58949:9592a6459297

Restore ChangeLog entries deleted 2004-12-02.
author Juri Linkov <juri@jurta.org>
date Mon, 13 Dec 2004 21:43:39 +0000
parents 9b6234081dc1
children fa562c0fdafe
comparison
equal deleted inserted replaced
58948:841fbaef56de 58949:9592a6459297
8041 (compile-goto-error): Restore function. 8041 (compile-goto-error): Restore function.
8042 (next-error): Set overlay-arrow-position. 8042 (next-error): Set overlay-arrow-position.
8043 (compilation-forget-errors): Don't localize already local 8043 (compilation-forget-errors): Don't localize already local
8044 compilation-locs and remove FIXME about refontifying. 8044 compilation-locs and remove FIXME about refontifying.
8045 8045
8046 2004-04-14 8046 2004-04-14 Kim F. Storm <storm@cua.dk>
8047
8048 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8049 (command-line): New option -Q. Like -q --no-site-file, but
8050 in addition it also disables menu-bar, tool-bar, scroll-bars,
8051 tool-tips, and the blinking cursor.
8052 (command-line-1): Skip startup screen if -Q.
8053 (fancy-splash-head): Use ":align-to center" prop to center splash image.
8054
8055 * emulation/cua-base.el (cua-read-only-cursor-color)
8056 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8057
8058 2004-04-13 Dave Love <fx@gnu.org>
8059
8060 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8061 (syntax): Don't require.
8062 (python) <defgroup>: Add :version.
8063 (python-quote-syntax): Re-written.
8064 (inferior-python-mode): Move stuff here from run-python and add
8065 some more.
8066 (python-preoutput-continuation, python-preoutput-result)
8067 (python-dotty-syntax-table): New.
8068 (python-describe-symbol): Use them.
8069 (run-python): Move stuff to inferior-python-mode. Modify code
8070 loaded into Python.
8071 (python-send-region): Use python-proc, python-send-string.
8072 (python-send-string): Send newlines too. Callers changed.
8073 (python-load-file): Re-written.
8074 (python-eldoc-function): New.
8075 (info-look): Don't require.
8076 (python-after-info-look): New. A modified version of former
8077 top-level code for use with eval-after-load.
8078 (python-maybe-jython, python-guess-indent): Use widened buffer.
8079 (python-fill-paragraph): Re-written.
8080 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8081 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8082
8083 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8086 Set compilation-error-regexp-alist earlier.
8087
8088 * progmodes/compile.el (compilation-minor-mode-map)
8089 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8090 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8091
8092 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8095 corresponding to the event.
8096
8097 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8098
8099 * loadup.el: Add cygwin to system-type list, for unexec() support.
8100
8101 2004-04-12 John Paul Wallington <jpw@gnu.org>
8102
8103 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8104 (ibuffer-restore-window-config-on-quit): New variable to replace
8105 `ibuffer-delete-window-on-quit'. Update all references.
8106 (ibuffer-prev-window-config): New variable.
8107 (ibuffer-quit): Restore previous window configuration instead of
8108 deleting window.
8109 (ibuffer): Save window configuration before showing Ibuffer buffer.
8110
8111 * help.el (describe-mode): Doc fix.
8112
8113 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8116 not to treat nil as a function.
8117
8118 * vc-arch.el (vc-arch-root): Be a bit more careful.
8119 (vc-arch-register): Save the buffer if we modified it.
8120 (vc-arch-delete-rej-if-obsolete): Save excursion.
8121 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8122 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8123
8124 * net/ldap.el (ldap-search): Use list*.
8125
8126 2004-04-12 Juri Linkov <juri@jurta.org>
8127
8128 * info.el (Info-follow-reference): Allow multiline reference name.
8129
8130 2004-04-11 Dave Love <fx@gnu.org>
8131
8132 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8133
8134 * progmodes/python.el: New file.
8135
8136 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8137
8138 * vc-hooks.el (vc-arg-list): Function removed.
8139 (vc-default-workfile-unchanged-p): Use condition-case to check for
8140 backward compatibility.
8141
8142 * vc.el (vc-print-log): Use condition-case to check for backward
8143 compatibility.
8144
8145 2004-04-11 Juri Linkov <juri@jurta.org>
8146
8147 * dired.el (dired-faces): New defgroup.
8148 (dired-header, dired-mark, dired-marked, dired-flagged)
8149 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8150 New faces.
8151 (dired-header-face, dired-mark-face, dired-marked-face)
8152 (dired-flagged-face, dired-warning-face, dired-directory-face)
8153 (dired-symlink-face, dired-ignored-face): New face variables.
8154 (dired-font-lock-keywords): Use them instead of font-lock faces.
8047 Split the rule for dired marks into 3 separate rules: for marks, 8155 Split the rule for dired marks into 3 separate rules: for marks,
8048 marked file names and flagged file names. 8156 marked file names and flagged file names.
8049 8157
8050 * help-mode.el (help-make-xrefs): Add a final newline to the 8158 * help-mode.el (help-make-xrefs): Add a final newline to the
8051 *Help* buffer. 8159 *Help* buffer.