]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 29 Dec 2004 00:10:31 +0000 (00:10 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 29 Dec 2004 00:10:31 +0000 (00:10 +0000)
lisp/ChangeLog
src/ChangeLog

index 65ae09b4214acccbae8a95892447f66e1be5fc00..fe21a6041bce5bc75fb073416661eddc49a66873 100644 (file)
@@ -32,7 +32,7 @@
        With --dired output format, detect and distinguish lines
        that are really error messages.
        (insert-directory-adj-pos): New function.
-       
+
        * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
 
        * battery.el (battery-mode-line-format): Remove initial spaces.
        Now takes an arg TYPE to specify looking for a particular
        type of definition only.
 
-       * emacs-lisp/debug.el (debugger-make-xrefs): 
+       * emacs-lisp/debug.el (debugger-make-xrefs):
        Call symbol-file with `defun'.
 
-       * emacs-lisp/find-func.el (find-function-noselect): 
+       * emacs-lisp/find-func.el (find-function-noselect):
        Call symbol-file with `defun'.
        (find-variable-noselect): Call symbol-file with `defvar'.
 
-       * eshell/esh-cmd.el (eshell-find-alias-function): 
+       * eshell/esh-cmd.el (eshell-find-alias-function):
        Call symbol-file with `defun'.
 
        * eshell/esh-test.el (eshell-test-goto-func):
        (undo): Set and test it.
        (buffer-disable-undo): Moved here from buffer.c.
        Clear out undo-list-saved.
-       
-       * international/mule.el (decode-coding-inserted-region): 
+
+       * international/mule.el (decode-coding-inserted-region):
        Set buffer-undo-list in a correct and optimal way.
 
        * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
        (cperl-font-lock-unfontify-region-function): No need to save and
        restore info, since font-lock.el does it for us.
-       
+
        * ansi-color.el (save-buffer-state): Definition deleted.
        (ansi-color-unfontify-region): Don't use save-buffer-state.
 
 
 2004-12-27  Kevin Ryde  <user42@zip.com.au>
 
-        * simple.el (next-matching-history-element): Use same
+       * simple.el (next-matching-history-element): Use same
        `interactive' form as previous-matching-history-element.
 
-        * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
+       * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
         it can appear unencoded and has been seen from yahoo.
 
 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
index c6367f760c16aa1f96161af689a17b2c8fc7410f..08d14cb67e883a4814784dfb818ff904b9843266 100644 (file)
        * xmenu.c (popup_get_selection): Only pop down dialogs
        on C-g and Escape.
        (popup_get_selection): Remove parameter down_on_keypress.
-       (create_and_show_popup_menu, create_and_show_dialog): Remove 
+       (create_and_show_popup_menu, create_and_show_dialog): Remove
        parameter down_on_keypress to popup_get_selection.
 
 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * dispextern.h: Change HAVE_CARBON to MAC_OS.
        (struct glyph_string): Likewise.
+
        * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
        mac_initialize.
+
        * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
        Change TARGET_API_MAC_CARBON to HAVE_CARBON.
+
        * fns.c (vector): Change MAC_OSX to MAC_OS.
+
        * frame.c (x_set_frame_parameters, x_report_frame_params)
        (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
        (x_set_border_width, Vdefault_frame_scroll_bars): Change
        HAVE_CARBON to MAC_OS.
+
        * image.c [MAC_OS]: Include sys/stat.h.
        [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
        QuickTimeComponents.h.
+
        * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
        [!MAC_OSX] (select): Use mac_wait_next_event.
        [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to
@@ -57,6 +63,7 @@
        [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
        RunLoop for simultaneously monitoring two kinds of inputs, window
        events and process outputs, without periodically polling.
+
        * macfns.c (mac_initialized): Remove extern.
        (stricmp): Put in #if 0.  All callers changed to use xstricmp in
        xfaces.c.
        TARGET_API_MAC_CARBON'.
        (mac_frame_parm_handlers): Set handlers for Qfullscreen.
        (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
+
        * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include
        Windows.h.
        (Window): Typedef to WindowPtr and move outside `#if
        TARGET_API_MAC_CARBON'.
        (XSizeHints): New struct.
+
        * macterm.c (x_update_begin, x_update_end)
        [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
        frame.
        Add entries to x_display_list and x_display_name_list.
        (x_delete_display): New function.
        (mac_initialize): Don't call mac_initialize_display_info.
-       (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.      
+       (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
+
        * macterm.h (check_mac): Add extern.
        (struct mac_output): New member size_hints.
        (FRAME_SIZE_HINTS): New macro.
        (mac_unload_font): Add extern.
+
        * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
+
        * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.
 
 2004-12-27  Richard M. Stallman  <rms@gnu.org>
        (handle_single_display_spec): Renamed from handle_single_display_prop.
        Rewritten to be easier to understand.
 
-       Change in load-history format.  Functions now get (defun . NAME),
+       Change in load-history format.  Functions now get (defun . NAME),
        and variables get just NAME.
 
        * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
 
        * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
 
-       * process.c (send_process_trap, sigchld_handler): Call 
+       * process.c (send_process_trap, sigchld_handler): Call
        SIGNAL_THREAD_CHECK.
 
        * data.c (arith_error): Call SIGNAL_THREAD_CHECK.