aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2012-10-15 12:49:57 -0400
committerStefan Monnier2012-10-15 12:49:57 -0400
commit8599b23a90cf10e7308a59dbf9197d8e4c439ee2 (patch)
tree59891e6efc6297d834f307dd9891f2d31e821c7d /src
parent9520f2f20c77fbb2631511f9c0c8e74c5759d834 (diff)
downloademacs-8599b23a90cf10e7308a59dbf9197d8e4c439ee2.tar.gz
emacs-8599b23a90cf10e7308a59dbf9197d8e4c439ee2.zip
* lisp/erc/erc.el (erc-log): Make it into a defsubst.
(erc-with-server-buffer, define-erc-module, erc-with-buffer) (erc-with-all-buffers-of-server): Use `declare'. * lisp/erc/erc-backend.el (erc-log): Adjust autoload accordingly.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b822c7e6af1..398eda841fe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -80,8 +80,7 @@
80 a file exists. This avoids expensive system calls on MS-Windows. 80 a file exists. This avoids expensive system calls on MS-Windows.
81 (Bug#12587) 81 (Bug#12587)
82 82
83 * w32.c (init_environment): Call 'check_existing' instead of 83 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
84 'stat'.
85 84
86 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to 85 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
87 determine whether a file exists and is not a directory. 86 determine whether a file exists and is not a directory.
@@ -299,8 +298,8 @@
299 298
300 * w32heap.c: Include w32common.h. 299 * w32heap.c: Include w32common.h.
301 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version) 300 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
302 (w32_minor_version, w32_build_number, w32_subtype): Remove 301 (w32_minor_version, w32_build_number, w32_subtype):
303 duplicate definitions. 302 Remove duplicate definitions.
304 303
305 * w32fns.c: Include w32common.h; include w32heap.h only in 304 * w32fns.c: Include w32common.h; include w32heap.h only in
306 WINDOWSNT. 305 WINDOWSNT.
@@ -512,8 +511,8 @@
512 511
513 * nsterm.m (ns_in_resize): Remove (Bug#12479). 512 * nsterm.m (ns_in_resize): Remove (Bug#12479).
514 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove. 513 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
515 (ns_clear_frame, sendEvent, windowDidResize, drawRect:): Remove 514 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
516 ns_in_resize check. 515 Remove ns_in_resize check.
517 (ns_clear_frame_area): Remove resize handle code. 516 (ns_clear_frame_area): Remove resize handle code.
518 517
519 * nsfns.m (ns_in_resize): Remove. 518 * nsfns.m (ns_in_resize): Remove.
@@ -560,8 +559,8 @@
560 * w32proc.c (stop_timer_thread): Fix declaration of 'err'. 559 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
561 560
562 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so 561 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
563 that time stamps of directories could also be changed. Don't 562 that time stamps of directories could also be changed.
564 request the too broad GENERIC_WRITE, only the more restrictive 563 Don't request the too broad GENERIC_WRITE, only the more restrictive
565 FILE_WRITE_ATTRIBUTES access rights. 564 FILE_WRITE_ATTRIBUTES access rights.
566 565
567 * fileio.c (Fset_file_times): Special-case ignoring errors for 566 * fileio.c (Fset_file_times): Special-case ignoring errors for