bpt/emacs.git
21 years ago(DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
Kenichi Handa [Sat, 31 May 2003 00:56:42 +0000 (00:56 +0000)]
(DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
is nonzero, accept multibyte form of eight-bit-control chars.
(decode_composition_emacs_mule): Likewise.
(decode_coding_emacs_mule): Likewise.
(encode_coding_emacs_mule): If coding->flags is nonzero, produce
multibyte form of eight-bit-control chars.

21 years ago*** empty log message ***
Juanma Barranquero [Sat, 31 May 2003 00:40:43 +0000 (00:40 +0000)]
*** empty log message ***

21 years agoLoad byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.
Juanma Barranquero [Sat, 31 May 2003 00:36:35 +0000 (00:36 +0000)]
Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.

21 years ago(lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which are
Juanma Barranquero [Sat, 31 May 2003 00:33:50 +0000 (00:33 +0000)]
(lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which are
now in emacs-lisp.

21 years ago(VALID_LEADING_CODE_P): New macro.
Kenichi Handa [Sat, 31 May 2003 00:11:28 +0000 (00:11 +0000)]
(VALID_LEADING_CODE_P): New macro.
(UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 30 May 2003 23:40:13 +0000 (23:40 +0000)]
*** empty log message ***

21 years agoMoved from lisp/.
Juanma Barranquero [Fri, 30 May 2003 23:31:15 +0000 (23:31 +0000)]
Moved from lisp/.

21 years agoMoved to progmodes/.
Juanma Barranquero [Fri, 30 May 2003 23:30:50 +0000 (23:30 +0000)]
Moved to progmodes/.

21 years agoMoved from textmodes/.
Juanma Barranquero [Fri, 30 May 2003 23:30:10 +0000 (23:30 +0000)]
Moved from textmodes/.

21 years agoMoved to lisp/.
Juanma Barranquero [Fri, 30 May 2003 23:29:42 +0000 (23:29 +0000)]
Moved to lisp/.

21 years agoMoved to textmodes/.
Juanma Barranquero [Fri, 30 May 2003 23:28:25 +0000 (23:28 +0000)]
Moved to textmodes/.

21 years agoMoved to emacs-lisp/.
Juanma Barranquero [Fri, 30 May 2003 23:26:50 +0000 (23:26 +0000)]
Moved to emacs-lisp/.

21 years agoMoved to obsolete/.
Juanma Barranquero [Fri, 30 May 2003 23:24:41 +0000 (23:24 +0000)]
Moved to obsolete/.

21 years agoMoved.
Juanma Barranquero [Fri, 30 May 2003 23:23:25 +0000 (23:23 +0000)]
Moved.

21 years agoRemoved. Contents moved to misc.el
Juanma Barranquero [Fri, 30 May 2003 23:17:19 +0000 (23:17 +0000)]
Removed. Contents moved to misc.el

21 years ago(mark-beginning-of-buffer, mark-end-of-buffer, upcase-char, forward-to-word,
Juanma Barranquero [Fri, 30 May 2003 23:15:40 +0000 (23:15 +0000)]
(mark-beginning-of-buffer, mark-end-of-buffer, upcase-char, forward-to-word,
backward-to-word): Moved from unused.el.

21 years ago(looking-back): New function to check for regular expression before point.
Juanma Barranquero [Fri, 30 May 2003 23:11:35 +0000 (23:11 +0000)]
(looking-back): New function to check for regular expression before point.

21 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 30 May 2003 22:00:20 +0000 (22:00 +0000)]
*** empty log message ***

21 years ago(comment-empty-lines): New var.
Stefan Monnier [Fri, 30 May 2003 20:06:40 +0000 (20:06 +0000)]
(comment-empty-lines): New var.
(comment-region-internal): Use it.

21 years ago(latex-block-args-alist, latex-block-body-alist): New vars.
Stefan Monnier [Fri, 30 May 2003 18:52:46 +0000 (18:52 +0000)]
(latex-block-args-alist, latex-block-body-alist): New vars.
(latex-insert-block): Use them.
(tex-string-prefix-p): New fun.
(tex-guess-main-file): Use it to detect when the main file
is in a parent directory.
(tex-main-file): Try to find a main-file in parent directories.
(tex-compile-default): Don't use `gv' on pdf files just because
`gv' was used recently on a ps file.  Remove unused arg `dir'.
Reuse a previous command as-is if it applied to the same file.
(tex-compile): Use the right file name when file is not in dir.

21 years ago(refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.
Stefan Monnier [Fri, 30 May 2003 18:28:16 +0000 (18:28 +0000)]
(refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.
(refill-fill-paragraph-at): Use a more robust method to detect
when the paragraph is after point.  Remove unused var `fill-pfx'.

21 years ago(xml-parse-tag): Return (foo nil) rather than (foo nil "")
Stefan Monnier [Fri, 30 May 2003 16:02:26 +0000 (16:02 +0000)]
(xml-parse-tag): Return (foo nil) rather than (foo nil "")
for <foo/>, to make it behave like <foo></foo>.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 30 May 2003 15:41:39 +0000 (15:41 +0000)]
*** empty log message ***

21 years agoTypo (no clue what happened).
Stefan Monnier [Fri, 30 May 2003 15:35:54 +0000 (15:35 +0000)]
Typo (no clue what happened).

21 years ago(edebug-storing-offsets): Move indent and debug to inside the macro.
Stefan Monnier [Fri, 30 May 2003 15:34:02 +0000 (15:34 +0000)]
(edebug-storing-offsets): Move indent and debug to inside the macro.
(edebug-read-storing-offsets): Simplify.
(edebug-read-quote, edebug-read-function): Place the start-position correctly.
(edebug-read-backquote-new): Remove.
(edebug-read-backquote-level): New var to replace it.
(edebug-read-backquote): Increment it.  Don't store offsets one extra time.
(edebug-read-comma): Decrement it.  Read the comma as a plain
symbol if outside of any new-style backquote.
(edebug-read-list): Use edebug-read-backquote-level.
Don't call edebug-read-backquote directly.  This way the extra
offsets store is done exactly when it's needed.
(edebug-read-vector): Use push.
(defmacro): Add support for the `declare' thingy.

21 years ago(struct ccl_program) <eight_bit_control: Comment fixed.
Kenichi Handa [Fri, 30 May 2003 07:58:37 +0000 (07:58 +0000)]
(struct ccl_program) <eight_bit_control: Comment fixed.

21 years ago(ccl_coding_driver): Set ccl->eight_bit_control
Kenichi Handa [Fri, 30 May 2003 07:57:48 +0000 (07:57 +0000)]
(ccl_coding_driver): Set ccl->eight_bit_control
property before calling ccl_driver.

21 years ago(CCL_WRITE_CHAR): Increment extra_bytes only when it is
Kenichi Handa [Fri, 30 May 2003 07:56:08 +0000 (07:56 +0000)]
(CCL_WRITE_CHAR): Increment extra_bytes only when it is
nonzero.
(ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
(setup_ccl_program): Initialize ccl->eight_bit_control to zero.

21 years ago(forms-mode-hook): Rename from forms-mode-hooks.
Stefan Monnier [Thu, 29 May 2003 23:53:21 +0000 (23:53 +0000)]
(forms-mode-hook): Rename from forms-mode-hooks.
(forms-mode): Use add-hook rather than make-local-variable+setq.
Use with-current-buffer.  Run the new and the old hooks.
(forms--update): Use with-current-buffer and line-end-position.
(forms--goto-record): New fun.
(forms-jump-record, forms-insert-record, forms-delete-record): Use it.
(forms--process-format-list): Remove unused var `this-item'.
(forms--intuit-from-file): Remove unused var `the-result'.
(forms--trans): Remove unused var `x'.
(forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.

21 years ago(kill-whole-line): Make it interact correctly with the kill ring.
Luc Teirlinck [Thu, 29 May 2003 23:29:29 +0000 (23:29 +0000)]
(kill-whole-line): Make it interact correctly with the kill ring.

21 years ago*** empty log message ***
Luc Teirlinck [Thu, 29 May 2003 22:46:07 +0000 (22:46 +0000)]
*** empty log message ***

21 years ago(define-derived-mode, define-minor-mode): Remove outdated spec.
Stefan Monnier [Thu, 29 May 2003 22:20:47 +0000 (22:20 +0000)]
(define-derived-mode, define-minor-mode): Remove outdated spec.
(save-match-data, with-output-to-string, with-current-buffer)
(combine-after-change-calls, with-temp-buffer, dolist, dotimes)
(unless, when): Remove specs that are now in the corresponding macro.

21 years ago(edebug-window-list): Use push.
Stefan Monnier [Thu, 29 May 2003 22:09:24 +0000 (22:09 +0000)]
(edebug-window-list): Use push.
(edebug-macrop): Use functionp.
(edebug-functionp): Remove.
(edebug-get-displayed-buffer-points): Use push.
(edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
(edebug-list-form): Remove dead code.
(backquote-form): Correctly handle `(a . ,b).
(edebug-mode-map, global-edebug-map): Move init to inside the defvar.

21 years ago(define-minor-mode): Add edebug spec.
Stefan Monnier [Thu, 29 May 2003 21:54:35 +0000 (21:54 +0000)]
(define-minor-mode): Add edebug spec.
Accept a :keymap argument, as you'd expect.

21 years ago(define-derived-mode): Add a proper edebug declaration.
Stefan Monnier [Thu, 29 May 2003 21:34:15 +0000 (21:34 +0000)]
(define-derived-mode): Add a proper edebug declaration.

21 years agoComment.
Dave Love [Thu, 29 May 2003 18:36:16 +0000 (18:36 +0000)]
Comment.

21 years ago*** empty log message ***
Dave Love [Thu, 29 May 2003 18:18:10 +0000 (18:18 +0000)]
*** empty log message ***

21 years agoCorrect Unicode stuff.
Dave Love [Thu, 29 May 2003 18:15:21 +0000 (18:15 +0000)]
Correct Unicode stuff.

21 years ago(realize_default_face): Do not abort if lface is non-existent -
Glenn Morris [Thu, 29 May 2003 17:08:16 +0000 (17:08 +0000)]
(realize_default_face): Do not abort if lface is non-existent -
reverts change from v1.275.

21 years ago(ctext-pre-write-conversion): Fix previous change.
Kenichi Handa [Thu, 29 May 2003 02:54:03 +0000 (02:54 +0000)]
(ctext-pre-write-conversion): Fix previous change.

21 years ago(ctext-non-standard-encodings-alist):
Kenichi Handa [Thu, 29 May 2003 01:28:24 +0000 (01:28 +0000)]
(ctext-non-standard-encodings-alist):
Renamed from non-standard-icccm-encodings-alist.
(ctext-non-standard-encodings-regexp): New variable
(ctext-post-read-conversion): Full rewrite.
(ctext-non-standard-designations-alist): Renamed from
non-standard-designations-alist.
(ctext-pre-write-conversion): Full rewrite.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 29 May 2003 01:28:02 +0000 (01:28 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Wed, 28 May 2003 23:27:28 +0000 (23:27 +0000)]
*** empty log message ***

21 years ago(Info-fontify-node): Hide \n------- rather than -------\n.
Stefan Monnier [Wed, 28 May 2003 22:53:08 +0000 (22:53 +0000)]
(Info-fontify-node): Hide \n------- rather than -------\n.

21 years ago(describe-char): Use `char' instead of
Andreas Schwab [Wed, 28 May 2003 21:09:45 +0000 (21:09 +0000)]
(describe-char): Use `char' instead of
`(char-after)'.  Fix display of unicode.

21 years ago(gud-gdb-goto-stackframe, gud-gdb-get-stackframe): Add
Nick Roberts [Wed, 28 May 2003 20:27:47 +0000 (20:27 +0000)]
(gud-gdb-goto-stackframe, gud-gdb-get-stackframe): Add
server prefix to the gdb commands used by the speedbar.

21 years ago*** empty log message ***
Nick Roberts [Wed, 28 May 2003 20:23:54 +0000 (20:23 +0000)]
*** empty log message ***

21 years agoRemove bogus ChangeLog entry that didn't have a change to go with.
Kai Großjohann [Wed, 28 May 2003 20:08:47 +0000 (20:08 +0000)]
Remove bogus ChangeLog entry that didn't have a change to go with.

21 years ago(kill-region): If nothing was killed, and the
Kai Großjohann [Wed, 28 May 2003 20:07:10 +0000 (20:07 +0000)]
(kill-region): If nothing was killed, and the
previous command was not a kill, break kill sequence.

21 years ago(skeleton-edebug-spec): First cut of an edebug spec.
Stefan Monnier [Wed, 28 May 2003 18:41:41 +0000 (18:41 +0000)]
(skeleton-edebug-spec): First cut of an edebug spec.
(define-skeleton): Use it.

21 years agoDon't mention ORDERS.JAPAN.
Dave Love [Wed, 28 May 2003 14:25:16 +0000 (14:25 +0000)]
Don't mention ORDERS.JAPAN.

21 years ago*** empty log message ***
Dave Love [Wed, 28 May 2003 14:22:52 +0000 (14:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 28 May 2003 11:52:33 +0000 (11:52 +0000)]
*** empty log message ***

21 years ago(syms_of_print) <print-escape-nonascii>: Doc fix.
Richard M. Stallman [Wed, 28 May 2003 11:47:41 +0000 (11:47 +0000)]
(syms_of_print) <print-escape-nonascii>: Doc fix.

21 years ago(Indentation): Condense, simplify, clarify prev change.
Richard M. Stallman [Wed, 28 May 2003 11:43:37 +0000 (11:43 +0000)]
(Indentation): Condense, simplify, clarify prev change.

21 years ago(GDB Graphical Interface): New node (rewritten somewhat by RMS).
Richard M. Stallman [Wed, 28 May 2003 11:42:49 +0000 (11:42 +0000)]
(GDB Graphical Interface): New node (rewritten somewhat by RMS).

21 years ago(unbind_to): Fix last change for K&R. From rms.
Dave Love [Wed, 28 May 2003 11:42:21 +0000 (11:42 +0000)]
(unbind_to): Fix last change for K&R.  From rms.

21 years ago(Creating Strings): Clarify split-string.
Richard M. Stallman [Wed, 28 May 2003 11:35:48 +0000 (11:35 +0000)]
(Creating Strings): Clarify split-string.

21 years ago(refill-fill-paragraph-at): Avoid refilling the following paragraph.
Richard M. Stallman [Wed, 28 May 2003 11:30:48 +0000 (11:30 +0000)]
(refill-fill-paragraph-at): Avoid refilling the following paragraph.
(refill-doit): Doc fix.

21 years ago(ctl-x-map): Don't bind C-x C-i or C-x 3.
Richard M. Stallman [Wed, 28 May 2003 11:29:25 +0000 (11:29 +0000)]
(ctl-x-map): Don't bind C-x C-i or C-x 3.
(global-map): Don't bind C-z.
(vip-setup): New function to rebind C-x 7 and C-z.

21 years ago(last-sexp-toggle-display):
Richard M. Stallman [Wed, 28 May 2003 11:27:52 +0000 (11:27 +0000)]
(last-sexp-toggle-display):
Undo previous change (don't check for eob).  Widen at the beginning.

21 years ago(byte-compile-no-warnings): New function.
Richard M. Stallman [Wed, 28 May 2003 11:26:45 +0000 (11:26 +0000)]
(byte-compile-no-warnings): New function.
(with-no-warnings): Set up compile handler.

21 years ago(type-break-cancel-function-timers): Use with-no-warnings.
Richard M. Stallman [Wed, 28 May 2003 11:25:44 +0000 (11:25 +0000)]
(type-break-cancel-function-timers): Use with-no-warnings.

21 years ago(command-line-1): Use with-no-warnings.
Richard M. Stallman [Wed, 28 May 2003 11:24:51 +0000 (11:24 +0000)]
(command-line-1): Use with-no-warnings.

21 years ago(browse-url-mozilla): Correct the conditionals for using ,new-window.
Richard M. Stallman [Wed, 28 May 2003 11:24:00 +0000 (11:24 +0000)]
(browse-url-mozilla): Correct the conditionals for using ,new-window.

21 years ago(map-y-or-n-p): No special handling for exit-prefix.
Richard M. Stallman [Wed, 28 May 2003 11:22:39 +0000 (11:22 +0000)]
(map-y-or-n-p): No special handling for exit-prefix.
In help string, mention C-g but not ESC.

21 years ago(jka-compr-insert-file-contents):
Richard M. Stallman [Wed, 28 May 2003 11:21:36 +0000 (11:21 +0000)]
(jka-compr-insert-file-contents):
When REPLACE, delete the proper range of text.

21 years ago(Info-index): Add autoload cookie.
Richard M. Stallman [Wed, 28 May 2003 11:20:42 +0000 (11:20 +0000)]
(Info-index): Add autoload cookie.

21 years ago(forms-mode): Use write-file-functions instead of local-write-file-hooks.
Richard M. Stallman [Wed, 28 May 2003 11:19:48 +0000 (11:19 +0000)]
(forms-mode): Use write-file-functions instead of local-write-file-hooks.
Use make-local-variable to make it local.

21 years agoComment change.
Richard M. Stallman [Wed, 28 May 2003 11:18:00 +0000 (11:18 +0000)]
Comment change.

21 years ago(set-face-attribute): Set face-modified prop to t
Richard M. Stallman [Wed, 28 May 2003 11:17:33 +0000 (11:17 +0000)]
(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.

21 years ago(substitute-env-vars): Fix typo.
Richard M. Stallman [Wed, 28 May 2003 11:16:22 +0000 (11:16 +0000)]
(substitute-env-vars): Fix typo.

21 years ago(describe-char-unicode-data): New dummy definition.
Richard M. Stallman [Wed, 28 May 2003 11:14:07 +0000 (11:14 +0000)]
(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.

21 years ago(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman [Wed, 28 May 2003 11:12:24 +0000 (11:12 +0000)]
(custom-face-state-set): non-nil `face-modified'
means face was set outside of Custom.

21 years ago(with-no-warnings): New function.
Richard M. Stallman [Wed, 28 May 2003 11:10:43 +0000 (11:10 +0000)]
(with-no-warnings): New function.

21 years agoDon't mention ORDERS.EUROPE.
Richard M. Stallman [Wed, 28 May 2003 11:02:52 +0000 (11:02 +0000)]
Don't mention ORDERS.EUROPE.

21 years ago(Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann [Wed, 28 May 2003 08:56:29 +0000 (08:56 +0000)]
(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.

21 years ago(expose_window): Fix error in calculation of
Kim F. Storm [Tue, 27 May 2003 23:30:10 +0000 (23:30 +0000)]
(expose_window): Fix error in calculation of
window relative coordinates of area to redisplay.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 27 May 2003 23:29:50 +0000 (23:29 +0000)]
*** empty log message ***

21 years agoCommentary change.
Glenn Morris [Tue, 27 May 2003 23:09:40 +0000 (23:09 +0000)]
Commentary change.

21 years agoAdd missing code from previous patch by David Ponce.
Juanma Barranquero [Tue, 27 May 2003 22:34:58 +0000 (22:34 +0000)]
Add missing code from previous patch by David Ponce.

21 years ago(GET_WHEEL_DELTA_WPARAM): New macro.
Jason Rumney [Tue, 27 May 2003 21:18:22 +0000 (21:18 +0000)]
(GET_WHEEL_DELTA_WPARAM): New macro.

21 years ago*** empty log message ***
Jason Rumney [Tue, 27 May 2003 21:06:59 +0000 (21:06 +0000)]
*** empty log message ***

21 years agoRemove Philippe Waroquier's email address, at his request.
Francesco Potortì [Tue, 27 May 2003 20:13:22 +0000 (20:13 +0000)]
Remove Philippe Waroquier's email address, at his request.

21 years ago(sh-here-document-word): Document new treatment of leading "-".
Glenn Morris [Tue, 27 May 2003 18:40:55 +0000 (18:40 +0000)]
(sh-here-document-word): Document new treatment of leading "-".
(sh-maybe-here-document): Strip a leading "-" from closing heredoc
delimiter, if present.

21 years ago(align-rules-list): Doc fix.
Glenn Morris [Tue, 27 May 2003 18:38:40 +0000 (18:38 +0000)]
(align-rules-list): Doc fix.

21 years agoUpdate copyright.
Glenn Morris [Tue, 27 May 2003 18:36:40 +0000 (18:36 +0000)]
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.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 27 May 2003 18:16:40 +0000 (18:16 +0000)]
*** empty log message ***

21 years ago(lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.
Stefan Monnier [Tue, 27 May 2003 14:17:17 +0000 (14:17 +0000)]
(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'.

21 years ago(global-map): Bind M-S-<backspace to
Kai Großjohann [Tue, 27 May 2003 13:57:22 +0000 (13:57 +0000)]
(global-map): Bind M-S-<backspace to
kill-whole-line.

21 years ago(construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT. Scrolling down/up the
Juanma Barranquero [Mon, 26 May 2003 23:03:17 +0000 (23:03 +0000)]
(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.

21 years ago(make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEEL_EVENT anymore.
Juanma Barranquero [Mon, 26 May 2003 22:55:45 +0000 (22:55 +0000)]
(make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEEL_EVENT anymore.

21 years ago(syms_of_buffer) <default-direction-reversed>: Doc fix.
Andreas Schwab [Mon, 26 May 2003 22:19:54 +0000 (22:19 +0000)]
(syms_of_buffer) <default-direction-reversed>: Doc fix.

21 years ago(try_window_id): Avoid aborting if PT is inside a
Andreas Schwab [Mon, 26 May 2003 22:07:32 +0000 (22:07 +0000)]
(try_window_id): Avoid aborting if PT is inside a
partially visible line.

21 years ago(Fgarbage_collect): Fix last change.
Andreas Schwab [Mon, 26 May 2003 22:03:17 +0000 (22:03 +0000)]
(Fgarbage_collect): Fix last change.

21 years ago(gud-find-class): Remove unused var `pos'.
Stefan Monnier [Mon, 26 May 2003 21:56:41 +0000 (21:56 +0000)]
(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.

21 years ago*** empty log message ***
John Paul Wallington [Mon, 26 May 2003 19:20:03 +0000 (19:20 +0000)]
*** empty log message ***

21 years ago(Fx_create_frame): Don't call Qface_set_after_frame_default.
John Paul Wallington [Mon, 26 May 2003 19:19:06 +0000 (19:19 +0000)]
(Fx_create_frame): Don't call Qface_set_after_frame_default.

21 years ago(x-create-frame-with-faces): Call `face-set-after-frame-default'.
John Paul Wallington [Mon, 26 May 2003 19:15:42 +0000 (19:15 +0000)]
(x-create-frame-with-faces): Call `face-set-after-frame-default'.
(display-supports-face-attributes-p): Doc fix.

21 years ago(global-map): Don't bind S-<backspace>. Too many
Kai Großjohann [Mon, 26 May 2003 18:02:24 +0000 (18:02 +0000)]
(global-map): Don't bind S-<backspace>.  Too many
people hit it by mistake.