diff options
| author | Stefan Monnier | 2004-05-28 21:15:08 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-28 21:15:08 +0000 |
| commit | ce50a84705892c1192264af9a5eb34bfed4efb1a (patch) | |
| tree | 871723a76e26cd590775f37c54c78599dc1be703 | |
| parent | d97c8198994758aa47bb2f43592ca994b2d1796d (diff) | |
| download | emacs-ce50a84705892c1192264af9a5eb34bfed4efb1a.tar.gz emacs-ce50a84705892c1192264af9a5eb34bfed4efb1a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 51 | ||||
| -rw-r--r-- | src/ChangeLog | 17 |
2 files changed, 42 insertions, 26 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbb13146a22..38f8dcc5feb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,21 @@ | |||
| 1 | 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 4 | Use expand-file-name and data-directory. | ||
| 5 | |||
| 6 | * progmodes/grep.el (grep-tree): Rework previous fix. | ||
| 7 | |||
| 8 | * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode | ||
| 9 | after the user marked text with the mouse. | ||
| 10 | |||
| 11 | * startup.el (command-line): Keep the first regexp of | ||
| 12 | auto-save-file-name-transforms intact. | ||
| 13 | |||
| 1 | 2004-05-28 Juanma Barranquero <lektu@terra.es> | 14 | 2004-05-28 Juanma Barranquero <lektu@terra.es> |
| 2 | 15 | ||
| 3 | * cus-edit.el (customize-face, customize-face-other-window) | 16 | * cus-edit.el (customize-face, customize-face-other-window) |
| 4 | (custom-face-edit-delete): Make arguments match their use in | 17 | (custom-face-edit-delete): Make arguments match their use in docstring. |
| 5 | docstring. | 18 | (custom-unloaded-symbol-p, custom-unloaded-widget-p): Docstring typo. |
| 6 | (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in | ||
| 7 | docstring. | ||
| 8 | 19 | ||
| 9 | * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast', | 20 | * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast', |
| 10 | not `cvs-butlast'. | 21 | not `cvs-butlast'. |
| @@ -15,8 +26,7 @@ | |||
| 15 | * w32-fns.el (w32-using-nt, w32-shell-dos-semantics) | 26 | * w32-fns.el (w32-using-nt, w32-shell-dos-semantics) |
| 16 | (set-w32-system-coding-system): Doc fixes. | 27 | (set-w32-system-coding-system): Doc fixes. |
| 17 | 28 | ||
| 18 | * textmodes/artist.el (artist-last, artist-remove-nulls): | 29 | * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify. |
| 19 | Simplify. | ||
| 20 | (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height): | 30 | (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height): |
| 21 | Make arguments match their use in docstring. | 31 | Make arguments match their use in docstring. |
| 22 | (artist-draw-region-trim-line-endings) | 32 | (artist-draw-region-trim-line-endings) |
| @@ -25,22 +35,19 @@ | |||
| 25 | 35 | ||
| 26 | 2004-05-28 Simon Josefsson <jas@extundo.com> | 36 | 2004-05-28 Simon Josefsson <jas@extundo.com> |
| 27 | 37 | ||
| 28 | * mail/smtpmail.el (smtpmail-open-stream): Bind | 38 | * mail/smtpmail.el (smtpmail-open-stream): |
| 29 | starttls-extra-arguments too, if starttls.el uses GNUTLS. | 39 | Bind starttls-extra-arguments too, if starttls.el uses GNUTLS. |
| 30 | 40 | ||
| 31 | 2004-05-26 Simon Josefsson <jas@extundo.com> | 41 | 2004-05-26 Simon Josefsson <jas@extundo.com> |
| 32 | 42 | ||
| 33 | * starttls.el: Merge with my GNUTLS based starttls.el. | 43 | * starttls.el: Merge with my GNUTLS based starttls.el. |
| 34 | (starttls-gnutls-program, starttls-use-gnutls) | 44 | (starttls-gnutls-program, starttls-use-gnutls) |
| 35 | (starttls-extra-arguments, starttls-process-connection-type) | 45 | (starttls-extra-arguments, starttls-process-connection-type) |
| 36 | (starttls-connect, starttls-failure, starttls-success): | 46 | (starttls-connect, starttls-failure, starttls-success): New variables. |
| 37 | New variables. | ||
| 38 | (starttls-program, starttls-extra-args): Doc fix. | 47 | (starttls-program, starttls-extra-args): Doc fix. |
| 39 | (starttls-negotiate-gnutls, starttls-open-stream-gnutls): | 48 | (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. |
| 40 | New functions. | 49 | (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' |
| 41 | (starttls-negotiate, starttls-open-stream): Check | 50 | and pass on to corresponding *-gnutls function if it is set. |
| 42 | `starttls-use-gnutls' and pass on to corresponding *-gnutls | ||
| 43 | function if it is set. | ||
| 44 | 51 | ||
| 45 | 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> | 52 | 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> |
| 46 | 53 | ||
| @@ -140,8 +147,7 @@ | |||
| 140 | * descr-text.el (describe-property-list): Add [show] button for | 147 | * descr-text.el (describe-property-list): Add [show] button for |
| 141 | `syntax-table' property with action to pp to a separate buffer. | 148 | `syntax-table' property with action to pp to a separate buffer. |
| 142 | (describe-char): Replace search-forward by re-search-forward with | 149 | (describe-char): Replace search-forward by re-search-forward with |
| 143 | whitespace regexp after "character:" to not fail in too narrow | 150 | whitespace regexp after "character:" to not fail in too narrow windows. |
| 144 | windows. | ||
| 145 | 151 | ||
| 146 | * simple.el (next-error-find-buffer): Add a rule to return | 152 | * simple.el (next-error-find-buffer): Add a rule to return |
| 147 | next-error capable buffer if one window on the selected frame | 153 | next-error capable buffer if one window on the selected frame |
| @@ -153,11 +159,11 @@ | |||
| 153 | (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode) | 159 | (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode) |
| 154 | (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint) | 160 | (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint) |
| 155 | (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer) | 161 | (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer) |
| 156 | (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle | 162 | (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): |
| 157 | new value for gud-minor-mode (gdbmi). | 163 | Handle new value for gud-minor-mode (gdbmi). |
| 158 | (gdb-buffer-type, gdb-input-queue, gdb-prompting) | 164 | (gdb-buffer-type, gdb-input-queue, gdb-prompting) |
| 159 | (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change | 165 | (gdb-output-sink, gdb-current-item, gdb-pending-triggers): |
| 160 | from local to global gdb variable set. | 166 | Change from local to global gdb variable set. |
| 161 | (gdb-ann3): Initialise above gdb variable set. | 167 | (gdb-ann3): Initialise above gdb variable set. |
| 162 | (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input) | 168 | (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input) |
| 163 | (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt) | 169 | (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt) |
| @@ -242,8 +248,7 @@ | |||
| 242 | 248 | ||
| 243 | 2004-05-21 Masatake YAMATO <jet@gyve.org> | 249 | 2004-05-21 Masatake YAMATO <jet@gyve.org> |
| 244 | 250 | ||
| 245 | * progmodes/etags.el (tags-apropos, list-tags): Require | 251 | * progmodes/etags.el (tags-apropos, list-tags): Require apropos. |
| 246 | apropos. | ||
| 247 | (etags-tags-completion-table): Show parsing progress. | 252 | (etags-tags-completion-table): Show parsing progress. |
| 248 | 253 | ||
| 249 | 2004-05-20 Luc Teirlinck <teirllm@auburn.edu> | 254 | 2004-05-20 Luc Teirlinck <teirllm@auburn.edu> |
diff --git a/src/ChangeLog b/src/ChangeLog index f15b1e582d9..66b502d5bbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * alloc.c (struct backtrace): Remove. | ||
| 4 | (Fgarbage_collect): Use the new mark_backtrace. | ||
| 5 | |||
| 6 | * eval.c (mark_backtrace): New function. | ||
| 7 | |||
| 8 | * minibuf.c (run_exit_minibuf_hook): New function. | ||
| 9 | (read_minibuf_unwind): Don't run exit-minibuffer-hook any more. | ||
| 10 | (read_minibuf): Use separate unwind handler to run exit-minibuf-hook. | ||
| 11 | |||
| 1 | 2004-05-27 Kim F. Storm <storm@cua.dk> | 12 | 2004-05-27 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * xdisp.c (back_to_previous_visible_line_start): Skip backwards | 14 | * xdisp.c (back_to_previous_visible_line_start): Skip backwards |
| @@ -15,8 +26,8 @@ | |||
| 15 | 26 | ||
| 16 | 2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) | 27 | 2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) |
| 17 | 28 | ||
| 18 | * coding.c (Fset_safe_terminal_coding_system_internal): Set | 29 | * coding.c (Fset_safe_terminal_coding_system_internal): |
| 19 | suppress_error in safe_terminal_coding, not terminal_coding. | 30 | Set suppress_error in safe_terminal_coding, not terminal_coding. |
| 20 | 31 | ||
| 21 | 2004-05-22 Richard M. Stallman <rms@gnu.org> | 32 | 2004-05-22 Richard M. Stallman <rms@gnu.org> |
| 22 | 33 | ||
| @@ -71,7 +82,7 @@ | |||
| 71 | (re_opcode_t): New opcodes `symbeg' and `symend'. | 82 | (re_opcode_t): New opcodes `symbeg' and `symend'. |
| 72 | (print_partial_compiled_pattern): Print the new opcodes properly. | 83 | (print_partial_compiled_pattern): Print the new opcodes properly. |
| 73 | (regex_compile): Parse the new operators. | 84 | (regex_compile): Parse the new operators. |
| 74 | (analyse_first): Skip symbeg and symend (they match only the empty string). | 85 | (analyse_first): Skip sym(beg|end) (they match only the empty string). |
| 75 | (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and | 86 | (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and |
| 76 | \sw; `symbeg' is mutually exclusive with \S_ and \Sw. | 87 | \sw; `symbeg' is mutually exclusive with \S_ and \Sw. |
| 77 | (re_match_2_internal): Match symbeg and symend. | 88 | (re_match_2_internal): Match symbeg and symend. |