diff options
| author | Kim F. Storm | 2004-12-29 00:10:31 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-12-29 00:10:31 +0000 |
| commit | a2c7e69a185a44f5dd5efde2ab145422ad392a8a (patch) | |
| tree | ad48e9e3b79f5be384512ec08a9d286750969ec1 | |
| parent | 4b9829242b7a60b00e0b138d8cb0e71f7d9af46a (diff) | |
| download | emacs-a2c7e69a185a44f5dd5efde2ab145422ad392a8a.tar.gz emacs-a2c7e69a185a44f5dd5efde2ab145422ad392a8a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | src/ChangeLog | 20 |
2 files changed, 25 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65ae09b4214..fe21a6041bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | With --dired output format, detect and distinguish lines | 32 | With --dired output format, detect and distinguish lines |
| 33 | that are really error messages. | 33 | that are really error messages. |
| 34 | (insert-directory-adj-pos): New function. | 34 | (insert-directory-adj-pos): New function. |
| 35 | 35 | ||
| 36 | * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil. | 36 | * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil. |
| 37 | 37 | ||
| 38 | * battery.el (battery-mode-line-format): Remove initial spaces. | 38 | * battery.el (battery-mode-line-format): Remove initial spaces. |
| @@ -61,14 +61,14 @@ | |||
| 61 | Now takes an arg TYPE to specify looking for a particular | 61 | Now takes an arg TYPE to specify looking for a particular |
| 62 | type of definition only. | 62 | type of definition only. |
| 63 | 63 | ||
| 64 | * emacs-lisp/debug.el (debugger-make-xrefs): | 64 | * emacs-lisp/debug.el (debugger-make-xrefs): |
| 65 | Call symbol-file with `defun'. | 65 | Call symbol-file with `defun'. |
| 66 | 66 | ||
| 67 | * emacs-lisp/find-func.el (find-function-noselect): | 67 | * emacs-lisp/find-func.el (find-function-noselect): |
| 68 | Call symbol-file with `defun'. | 68 | Call symbol-file with `defun'. |
| 69 | (find-variable-noselect): Call symbol-file with `defvar'. | 69 | (find-variable-noselect): Call symbol-file with `defvar'. |
| 70 | 70 | ||
| 71 | * eshell/esh-cmd.el (eshell-find-alias-function): | 71 | * eshell/esh-cmd.el (eshell-find-alias-function): |
| 72 | Call symbol-file with `defun'. | 72 | Call symbol-file with `defun'. |
| 73 | 73 | ||
| 74 | * eshell/esh-test.el (eshell-test-goto-func): | 74 | * eshell/esh-test.el (eshell-test-goto-func): |
| @@ -88,14 +88,14 @@ | |||
| 88 | (undo): Set and test it. | 88 | (undo): Set and test it. |
| 89 | (buffer-disable-undo): Moved here from buffer.c. | 89 | (buffer-disable-undo): Moved here from buffer.c. |
| 90 | Clear out undo-list-saved. | 90 | Clear out undo-list-saved. |
| 91 | 91 | ||
| 92 | * international/mule.el (decode-coding-inserted-region): | 92 | * international/mule.el (decode-coding-inserted-region): |
| 93 | Set buffer-undo-list in a correct and optimal way. | 93 | Set buffer-undo-list in a correct and optimal way. |
| 94 | 94 | ||
| 95 | * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings. | 95 | * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings. |
| 96 | (cperl-font-lock-unfontify-region-function): No need to save and | 96 | (cperl-font-lock-unfontify-region-function): No need to save and |
| 97 | restore info, since font-lock.el does it for us. | 97 | restore info, since font-lock.el does it for us. |
| 98 | 98 | ||
| 99 | * ansi-color.el (save-buffer-state): Definition deleted. | 99 | * ansi-color.el (save-buffer-state): Definition deleted. |
| 100 | (ansi-color-unfontify-region): Don't use save-buffer-state. | 100 | (ansi-color-unfontify-region): Don't use save-buffer-state. |
| 101 | 101 | ||
| @@ -105,10 +105,10 @@ | |||
| 105 | 105 | ||
| 106 | 2004-12-27 Kevin Ryde <user42@zip.com.au> | 106 | 2004-12-27 Kevin Ryde <user42@zip.com.au> |
| 107 | 107 | ||
| 108 | * simple.el (next-matching-history-element): Use same | 108 | * simple.el (next-matching-history-element): Use same |
| 109 | `interactive' form as previous-matching-history-element. | 109 | `interactive' form as previous-matching-history-element. |
| 110 | 110 | ||
| 111 | * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, | 111 | * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, |
| 112 | it can appear unencoded and has been seen from yahoo. | 112 | it can appear unencoded and has been seen from yahoo. |
| 113 | 113 | ||
| 114 | 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) | 114 | 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) |
diff --git a/src/ChangeLog b/src/ChangeLog index c6367f760c1..08d14cb67e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -20,25 +20,31 @@ | |||
| 20 | * xmenu.c (popup_get_selection): Only pop down dialogs | 20 | * xmenu.c (popup_get_selection): Only pop down dialogs |
| 21 | on C-g and Escape. | 21 | on C-g and Escape. |
| 22 | (popup_get_selection): Remove parameter down_on_keypress. | 22 | (popup_get_selection): Remove parameter down_on_keypress. |
| 23 | (create_and_show_popup_menu, create_and_show_dialog): Remove | 23 | (create_and_show_popup_menu, create_and_show_dialog): Remove |
| 24 | parameter down_on_keypress to popup_get_selection. | 24 | parameter down_on_keypress to popup_get_selection. |
| 25 | 25 | ||
| 26 | 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 26 | 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 27 | 27 | ||
| 28 | * dispextern.h: Change HAVE_CARBON to MAC_OS. | 28 | * dispextern.h: Change HAVE_CARBON to MAC_OS. |
| 29 | (struct glyph_string): Likewise. | 29 | (struct glyph_string): Likewise. |
| 30 | |||
| 30 | * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of | 31 | * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of |
| 31 | mac_initialize. | 32 | mac_initialize. |
| 33 | |||
| 32 | * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name): | 34 | * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name): |
| 33 | Change TARGET_API_MAC_CARBON to HAVE_CARBON. | 35 | Change TARGET_API_MAC_CARBON to HAVE_CARBON. |
| 36 | |||
| 34 | * fns.c (vector): Change MAC_OSX to MAC_OS. | 37 | * fns.c (vector): Change MAC_OSX to MAC_OS. |
| 38 | |||
| 35 | * frame.c (x_set_frame_parameters, x_report_frame_params) | 39 | * frame.c (x_set_frame_parameters, x_report_frame_params) |
| 36 | (x_set_fullscreen): Remove #ifndef HAVE_CARBON. | 40 | (x_set_fullscreen): Remove #ifndef HAVE_CARBON. |
| 37 | (x_set_border_width, Vdefault_frame_scroll_bars): Change | 41 | (x_set_border_width, Vdefault_frame_scroll_bars): Change |
| 38 | HAVE_CARBON to MAC_OS. | 42 | HAVE_CARBON to MAC_OS. |
| 43 | |||
| 39 | * image.c [MAC_OS]: Include sys/stat.h. | 44 | * image.c [MAC_OS]: Include sys/stat.h. |
| 40 | [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and | 45 | [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and |
| 41 | QuickTimeComponents.h. | 46 | QuickTimeComponents.h. |
| 47 | |||
| 42 | * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern. | 48 | * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern. |
| 43 | [!MAC_OSX] (select): Use mac_wait_next_event. | 49 | [!MAC_OSX] (select): Use mac_wait_next_event. |
| 44 | [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to | 50 | [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to |
| @@ -57,6 +63,7 @@ | |||
| 57 | [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and | 63 | [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and |
| 58 | RunLoop for simultaneously monitoring two kinds of inputs, window | 64 | RunLoop for simultaneously monitoring two kinds of inputs, window |
| 59 | events and process outputs, without periodically polling. | 65 | events and process outputs, without periodically polling. |
| 66 | |||
| 60 | * macfns.c (mac_initialized): Remove extern. | 67 | * macfns.c (mac_initialized): Remove extern. |
| 61 | (stricmp): Put in #if 0. All callers changed to use xstricmp in | 68 | (stricmp): Put in #if 0. All callers changed to use xstricmp in |
| 62 | xfaces.c. | 69 | xfaces.c. |
| @@ -82,11 +89,13 @@ | |||
| 82 | TARGET_API_MAC_CARBON'. | 89 | TARGET_API_MAC_CARBON'. |
| 83 | (mac_frame_parm_handlers): Set handlers for Qfullscreen. | 90 | (mac_frame_parm_handlers): Set handlers for Qfullscreen. |
| 84 | (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0. | 91 | (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0. |
| 92 | |||
| 85 | * macgui.h [!MAC_OSX]: Don't include Controls.h. Include | 93 | * macgui.h [!MAC_OSX]: Don't include Controls.h. Include |
| 86 | Windows.h. | 94 | Windows.h. |
| 87 | (Window): Typedef to WindowPtr and move outside `#if | 95 | (Window): Typedef to WindowPtr and move outside `#if |
| 88 | TARGET_API_MAC_CARBON'. | 96 | TARGET_API_MAC_CARBON'. |
| 89 | (XSizeHints): New struct. | 97 | (XSizeHints): New struct. |
| 98 | |||
| 90 | * macterm.c (x_update_begin, x_update_end) | 99 | * macterm.c (x_update_begin, x_update_end) |
| 91 | [TARGET_API_MAC_CARBON]: Disable screen updates during update of a | 100 | [TARGET_API_MAC_CARBON]: Disable screen updates during update of a |
| 92 | frame. | 101 | frame. |
| @@ -142,12 +151,15 @@ | |||
| 142 | Add entries to x_display_list and x_display_name_list. | 151 | Add entries to x_display_list and x_display_name_list. |
| 143 | (x_delete_display): New function. | 152 | (x_delete_display): New function. |
| 144 | (mac_initialize): Don't call mac_initialize_display_info. | 153 | (mac_initialize): Don't call mac_initialize_display_info. |
| 145 | (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide. | 154 | (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide. |
| 155 | |||
| 146 | * macterm.h (check_mac): Add extern. | 156 | * macterm.h (check_mac): Add extern. |
| 147 | (struct mac_output): New member size_hints. | 157 | (struct mac_output): New member size_hints. |
| 148 | (FRAME_SIZE_HINTS): New macro. | 158 | (FRAME_SIZE_HINTS): New macro. |
| 149 | (mac_unload_font): Add extern. | 159 | (mac_unload_font): Add extern. |
| 160 | |||
| 150 | * xdisp.c (expose_window, expose_frame): Remove kludges for Mac. | 161 | * xdisp.c (expose_window, expose_frame): Remove kludges for Mac. |
| 162 | |||
| 151 | * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font. | 163 | * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font. |
| 152 | 164 | ||
| 153 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 165 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| @@ -165,7 +177,7 @@ | |||
| 165 | (handle_single_display_spec): Renamed from handle_single_display_prop. | 177 | (handle_single_display_spec): Renamed from handle_single_display_prop. |
| 166 | Rewritten to be easier to understand. | 178 | Rewritten to be easier to understand. |
| 167 | 179 | ||
| 168 | * Change in load-history format. Functions now get (defun . NAME), | 180 | Change in load-history format. Functions now get (defun . NAME), |
| 169 | and variables get just NAME. | 181 | and variables get just NAME. |
| 170 | 182 | ||
| 171 | * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH. | 183 | * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH. |
| @@ -304,7 +316,7 @@ | |||
| 304 | 316 | ||
| 305 | * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. | 317 | * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. |
| 306 | 318 | ||
| 307 | * process.c (send_process_trap, sigchld_handler): Call | 319 | * process.c (send_process_trap, sigchld_handler): Call |
| 308 | SIGNAL_THREAD_CHECK. | 320 | SIGNAL_THREAD_CHECK. |
| 309 | 321 | ||
| 310 | * data.c (arith_error): Call SIGNAL_THREAD_CHECK. | 322 | * data.c (arith_error): Call SIGNAL_THREAD_CHECK. |