Richard M. Stallman
c2fe6e7a07
(forms-mode): Use write-file-functions instead of local-write-file-hooks.
...
Use make-local-variable to make it local.
2003-05-28 11:19:48 +00:00
Richard M. Stallman
6dabaf5e94
Comment change.
2003-05-28 11:18:00 +00:00
Richard M. Stallman
680da3f83b
(set-face-attribute): Set face-modified prop to t
...
when we change the new-frame defaults.
(face-spec-set): Set face-modified prop to nil
when we change the new-frame defaults.
2003-05-28 11:17:33 +00:00
Richard M. Stallman
cccc806de7
(substitute-env-vars): Fix typo.
2003-05-28 11:16:22 +00:00
Richard M. Stallman
d6c135fb4f
(describe-char-unicode-data): New dummy definition.
...
Real definition commented out since we can't use UnicodeData.txt as is.
(describe-char-unicodedata-file): Variable commented out.
2003-05-28 11:14:07 +00:00
Richard M. Stallman
a4992f73f8
(custom-face-state-set): non-nil `face-modified'
...
means face was set outside of Custom.
2003-05-28 11:12:24 +00:00
Richard M. Stallman
fc237647dc
(with-no-warnings): New function.
2003-05-28 11:10:43 +00:00
Richard M. Stallman
5af081d53e
Don't mention ORDERS.EUROPE.
2003-05-28 11:02:52 +00:00
Kai Großjohann
94720bc7aa
(Init Rebinding): Xref Non-ASCII Rebinding, for
...
non-English letters. Explain how to set coding systems correctly
and how to include the right coding cookie in the file.
2003-05-28 08:56:29 +00:00
Kim F. Storm
cc8549df68
(expose_window): Fix error in calculation of
...
window relative coordinates of area to redisplay.
2003-05-27 23:30:10 +00:00
Kim F. Storm
1963c4280b
*** empty log message ***
2003-05-27 23:29:50 +00:00
Glenn Morris
abd0164689
Commentary change.
2003-05-27 23:09:40 +00:00
Juanma Barranquero
e471b24112
Add missing code from previous patch by David Ponce.
2003-05-27 22:34:58 +00:00
Jason Rumney
af3a05edaf
(GET_WHEEL_DELTA_WPARAM): New macro.
2003-05-27 21:18:22 +00:00
Jason Rumney
2b5d460172
*** empty log message ***
2003-05-27 21:06:59 +00:00
Francesco Potortì
73d3586ded
Remove Philippe Waroquier's email address, at his request.
2003-05-27 20:13:22 +00:00
Glenn Morris
18368c4a7a
(sh-here-document-word): Document new treatment of leading "-".
...
(sh-maybe-here-document): Strip a leading "-" from closing heredoc
delimiter, if present.
2003-05-27 18:40:55 +00:00
Glenn Morris
c0faad2551
(align-rules-list): Doc fix.
2003-05-27 18:38:40 +00:00
Glenn Morris
9d1137ce04
Update copyright.
...
(timeclock-ask-before-exiting): Put `timeclock-query-out' on
`kill-emacs-query-functions' rather than `kill-emacs-hook'.
(timeclock-mode-string): Doc fix.
(timeclock-modeline-display): Doc fix. Use `global-mode-string' rather
than `mode-line-format'.
(timeclock-query-out): Doc fix.
(timeclock-update-modeline): No need for `let*', so use `let'.
Add some help-echo text to `timeclock-mode-string'.
(timeclock-mode-string): Give it the risky-local-variable property,
so that help-echo text will display.
(timeclock-find-discrep): Set `accum' to 0 if `timeclock-discrepancy' is nil.
2003-05-27 18:36:40 +00:00
Stefan Monnier
5740acbaeb
*** empty log message ***
2003-05-27 18:16:40 +00:00
Stefan Monnier
c689a61d1c
(lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.
...
(emacs-lisp-mode): Mark its main custom group to be `lisp'.
(prin1-char): New fun.
(eval-last-sexp-1): Use it. Use with-syntax-table as well.
(eval-defun-1): Don't replace `defvar' with `defconst'.
2003-05-27 14:17:17 +00:00
Kai Großjohann
61d41830c8
(global-map): Bind M-S-<backspace to
...
kill-whole-line.
2003-05-27 13:57:22 +00:00
Juanma Barranquero
1c64a4a296
(construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT. Scrolling down/up the
...
mouse wheel is respectively mapped to mouse button 4 and 5.
(w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs MOUSE_CLICK_EVENT
events. Forward w32 MSH_MOUSEWHEEL events as WM_MOUSEWHEEL events.
2003-05-26 23:03:17 +00:00
Juanma Barranquero
f84b99383b
(make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEEL_EVENT anymore.
2003-05-26 22:55:45 +00:00
Andreas Schwab
20464fdfce
(syms_of_buffer) <default-direction-reversed>: Doc fix.
2003-05-26 22:19:54 +00:00
Andreas Schwab
2d031b89dc
(try_window_id): Avoid aborting if PT is inside a
...
partially visible line.
2003-05-26 22:07:32 +00:00
Andreas Schwab
d22be14d73
(Fgarbage_collect): Fix last change.
2003-05-26 22:03:17 +00:00
Stefan Monnier
326bc73d3e
(gud-find-class): Remove unused var `pos'.
...
(gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
(gdb-script-font-lock-syntactic-keywords)
(gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
(gdb-script-skip-to-head, gdb-script-calculate-indentation)
(gdb-script-indent-line, gdb-script-mode): New mode to edit
.gdbinit-like scripts.
2003-05-26 21:56:41 +00:00
John Paul Wallington
97bc76d442
*** empty log message ***
2003-05-26 19:20:03 +00:00
John Paul Wallington
f421923f36
(Fx_create_frame): Don't call Qface_set_after_frame_default.
2003-05-26 19:19:06 +00:00
John Paul Wallington
448bcb402d
(x-create-frame-with-faces): Call `face-set-after-frame-default'.
...
(display-supports-face-attributes-p): Doc fix.
2003-05-26 19:15:42 +00:00
Kai Großjohann
8b9266575b
(global-map): Don't bind S-<backspace>. Too many
...
people hit it by mistake.
2003-05-26 18:02:24 +00:00
André Spiegel
d07180216f
#
2003-05-26 10:35:38 +00:00
André Spiegel
c6e4435030
(vc-delete-file): Fix free variable reference.
...
(vc-annotate-display): Remove obsolesence declaration; it isn't
obsolete.
2003-05-26 10:33:00 +00:00
Stefan Monnier
c93992b383
(skeleton-internal-1): Don't loop if interactor of subskeleton is nil.
...
(skeleton-pair-default-alist): New var.
(skeleton-pair-insert-maybe): Use it.
2003-05-26 01:02:31 +00:00
Juanma Barranquero
01e1a81920
(autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)Autoconf
...
Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro
Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep
automake after all autoconf possibilities, so as to prefer those.
2003-05-25 21:08:21 +00:00
Stefan Monnier
56613f06dc
(Fset_window_buffer): Add type of `keep_margins' argument.
...
(Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
2003-05-25 17:49:55 +00:00
Stefan Monnier
fccd208dec
(window_box_text_cols): Declare.
2003-05-25 17:48:26 +00:00
Stefan Monnier
d152a715a0
(window_text_bottom_y, draw_row_fringe_bitmaps)
...
(x_draw_vertical_border): Remove unused var `f'.
2003-05-25 17:47:48 +00:00
Stefan Monnier
a72551529b
(build_scalable_font_name): Remove `unused var pixel_size' warning.
2003-05-25 17:47:13 +00:00
Stefan Monnier
8972820c93
(png_load): Remove `unused vars intent, image_gamma' warning.
2003-05-25 17:46:34 +00:00
Stefan Monnier
1e7b70b253
(unexec): Remove `unused var n' warning.
2003-05-25 17:45:27 +00:00
Stefan Monnier
880c108d40
(my_strftime_localtime_r): Remove `defined but unused' warning.
2003-05-25 17:44:14 +00:00
Stefan Monnier
34967d0ff4
(allocate_pty): Remove `unused var stb' and
...
`cp might be used uninitialized' warnings.
2003-05-25 17:43:20 +00:00
Stefan Monnier
f84d8a709a
(mode_line_string): Remove unused var `f'.
2003-05-25 17:41:47 +00:00
Stefan Monnier
f1ce3dcf39
(find_safe_codings): Remove unused var `i'.
2003-05-25 17:41:21 +00:00
Stefan Monnier
3789dcdf71
(Fbyte_code): Remove `unused val' warning.
2003-05-25 17:40:52 +00:00
Stefan Monnier
2664c0bc59
(Fkill_buffer): Remove unused var `list'.
2003-05-25 17:40:27 +00:00
Stefan Monnier
acf5f7d34e
(Fgarbage_collect): Remove `unused var tail' warning.
2003-05-25 17:40:03 +00:00
Nick Roberts
eef0be881a
(gdb-info-breakpoints-custom, gdb-assembler-custom):
...
Put string associated with breakpoint at start of line so that it
is always visible.
(gdb-display-source-buffer): Display assembler during execution,
when requested.
(gud-menu-map): Add a toggle button to menubar for
gdb-many-windows.
(gdb-many-windows): Define explicitly as a function and a variable
(formerly as a minor mode). These need to be global so layout can
be reset from any buffer.
(gdb-assembler-mode): Keep fringe outside margin as the overlay
arrow is not used for assembler.
2003-05-25 16:51:34 +00:00