bpt/emacs.git
19 years ago*** empty log message ***
Kenichi Handa [Sun, 5 Jun 2005 01:58:02 +0000 (01:58 +0000)]
*** empty log message ***

19 years ago(chinese-iso-8bit): Fix mime-charset of chiense-iso-8bit.
Kenichi Handa [Sun, 5 Jun 2005 01:57:45 +0000 (01:57 +0000)]
(chinese-iso-8bit): Fix mime-charset of chiense-iso-8bit.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55
Miles Bader [Thu, 26 May 2005 05:42:19 +0000 (05:42 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 320-323)

   - Update from CVS

19 years agoUpdate copyright years.
Luc Teirlinck [Wed, 25 May 2005 22:46:48 +0000 (22:46 +0000)]
Update copyright years.

19 years ago(log-edit-changelog-entries): Distinguish between
Nick Roberts [Wed, 25 May 2005 21:29:56 +0000 (21:29 +0000)]
(log-edit-changelog-entries): Distinguish between
filenames like xfns.c and fns.c.
Coded by Stefan Monnier  <monnier@iro.umontreal.ca>.

19 years ago*** empty log message ***
Nick Roberts [Wed, 25 May 2005 21:29:24 +0000 (21:29 +0000)]
*** empty log message ***

19 years agoChange position of "Keypad Mode" in info output.
Jay Belanger [Wed, 25 May 2005 20:58:37 +0000 (20:58 +0000)]
Change position of "Keypad Mode" in info output.
Change Calc version number.
(Keypad mode overview): Move picture of keypad.

19 years ago(Buffer-menu-revert-function): Improve handling of point after reverting.
Luc Teirlinck [Wed, 25 May 2005 15:50:44 +0000 (15:50 +0000)]
(Buffer-menu-revert-function): Improve handling of point after reverting.
(Buffer-menu-make-sort-button): Handle the case where
Buffer-menu-use-header-line is nil.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 25 May 2005 15:46:47 +0000 (15:46 +0000)]
*** empty log message ***

19 years ago(vms-magic-right-square-brace, vms-magic-colon): New funcs.
Thien-Thi Nguyen [Wed, 25 May 2005 15:18:23 +0000 (15:18 +0000)]
(vms-magic-right-square-brace, vms-magic-colon): New funcs.
In minibuffer-local-completion-map bind `]', `/' and `:' to them.

19 years agoWhitespace and parenthesis changes.
Richard M. Stallman [Wed, 25 May 2005 14:53:47 +0000 (14:53 +0000)]
Whitespace and parenthesis changes.

19 years agoMust update admin/notes/years.
Kim F. Storm [Wed, 25 May 2005 14:32:10 +0000 (14:32 +0000)]
Must update admin/notes/years.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 25 May 2005 14:28:23 +0000 (14:28 +0000)]
*** empty log message ***

19 years ago(normal-top-level): Allow modification of load-path while iterating over it.
Stefan Monnier [Wed, 25 May 2005 14:18:45 +0000 (14:18 +0000)]
(normal-top-level): Allow modification of load-path while iterating over it.

19 years ago(setup_yow): Use EXIT_FAILURE in case no separators found.
Thien-Thi Nguyen [Wed, 25 May 2005 14:17:42 +0000 (14:17 +0000)]
(setup_yow): Use EXIT_FAILURE in case no separators found.
(yow): Use EXIT_FAILURE in case of memory error.

19 years ago(thumbs-thumbsdir-max-size, thumbs-temp-file, thumbs-cleanup-thumbsdir,
Juanma Barranquero [Wed, 25 May 2005 14:09:14 +0000 (14:09 +0000)]
(thumbs-thumbsdir-max-size, thumbs-temp-file, thumbs-cleanup-thumbsdir,
thumbs-call-convert, thumbs-resize-interactive, thumbs-insert-image,
thumbs-insert-thumb, thumbs-dired-show-marked, thumbs-find-image-at-point,
thumbs-delete-images, thumbs-rename-images, thumbs-next-image,
thumbs-dired-setroot, thumbs-increment-image-size, thumbs-decrement-image-size):
Fix typos in docstrings.

19 years ago(Spelling): Delete confusing sentence; flyspell is not enabled by default.
Luc Teirlinck [Wed, 25 May 2005 01:50:05 +0000 (01:50 +0000)]
(Spelling): Delete confusing sentence; flyspell is not enabled by default.
When not on a word, `ispell-word' by default checks the word before point.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 25 May 2005 01:48:07 +0000 (01:48 +0000)]
*** empty log message ***

19 years ago(Dialog Boxes): Minor fixes.
Richard M. Stallman [Tue, 24 May 2005 23:27:26 +0000 (23:27 +0000)]
(Dialog Boxes): Minor fixes.

19 years ago#
André Spiegel [Tue, 24 May 2005 20:06:44 +0000 (20:06 +0000)]
#

19 years ago(cperl-vc-header-alist): Obsoleted.
André Spiegel [Tue, 24 May 2005 20:03:58 +0000 (20:03 +0000)]
(cperl-vc-header-alist): Obsoleted.
(cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
(cperl-mode): Use them.

19 years agoFix typos.
Juanma Barranquero [Tue, 24 May 2005 18:15:09 +0000 (18:15 +0000)]
Fix typos.

19 years agoWrite about `mode-line-highlight'.
Masatake YAMATO [Tue, 24 May 2005 17:25:40 +0000 (17:25 +0000)]
Write about `mode-line-highlight'.

19 years agoWrite about mouse-face on mode-line and header-line.
Masatake YAMATO [Tue, 24 May 2005 17:12:50 +0000 (17:12 +0000)]
Write about mouse-face on mode-line and header-line.

19 years ago2005-05-24 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO [Tue, 24 May 2005 16:56:41 +0000 (16:56 +0000)]
2005-05-24  Masatake YAMATO  <jet@gyve.org>

* xdisp.c (note_mode_line_or_margin_highlight): Use b and e
as loop sentinels.

19 years agoFix typo in comment.
Juanma Barranquero [Tue, 24 May 2005 15:34:09 +0000 (15:34 +0000)]
Fix typo in comment.

19 years agoFix typo.
Juanma Barranquero [Tue, 24 May 2005 15:30:58 +0000 (15:30 +0000)]
Fix typo.

19 years ago(Dialog Boxes): HEADER argument to `x-popup-dialog' is optional.
Luc Teirlinck [Tue, 24 May 2005 14:43:24 +0000 (14:43 +0000)]
(Dialog Boxes): HEADER argument to `x-popup-dialog' is optional.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 24 May 2005 14:42:01 +0000 (14:42 +0000)]
*** empty log message ***

19 years agoStupid, stupid me.
Juanma Barranquero [Tue, 24 May 2005 11:08:37 +0000 (11:08 +0000)]
Stupid, stupid me.

19 years agoAdd more pointers to ports of Unix tools to Windows, and to the Emacs Wiki
Juanma Barranquero [Tue, 24 May 2005 10:41:15 +0000 (10:41 +0000)]
Add more pointers to ports of Unix tools to Windows, and to the Emacs Wiki
(which contains building instructions for Windows).  Reword image library
instructions and remove obsolete incompatibility information.

19 years ago(Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
Nick Roberts [Tue, 24 May 2005 10:27:22 +0000 (10:27 +0000)]
(Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
a third argument (Qnil).

19 years ago*** empty log message ***
Nick Roberts [Tue, 24 May 2005 10:24:48 +0000 (10:24 +0000)]
*** empty log message ***

19 years ago(quit-window, shrink-window-if-larger-than-buffer): Doc fixes.
Juanma Barranquero [Tue, 24 May 2005 08:48:48 +0000 (08:48 +0000)]
(quit-window, shrink-window-if-larger-than-buffer): Doc fixes.

19 years ago(Fx_popup_dialog): Allow 3rd optional argument.
Nick Roberts [Tue, 24 May 2005 08:45:35 +0000 (08:45 +0000)]
(Fx_popup_dialog): Allow 3rd optional argument.

19 years ago(Fx_popup_dialog): Add a third boolean argument to select frame title
Nick Roberts [Tue, 24 May 2005 08:42:23 +0000 (08:42 +0000)]
(Fx_popup_dialog): Add a third boolean argument to select frame title
("Question"/"Information").
(mac_dialog_show): Use it.

19 years ago(Fx_popup_dialog): Add a third boolean argument to select frame title
Nick Roberts [Tue, 24 May 2005 08:38:58 +0000 (08:38 +0000)]
(Fx_popup_dialog): Add a third boolean argument to select frame title
           ("Question"/"Information").
(w32_dialog_show): Use it.

19 years ago*** empty log message ***
Nick Roberts [Tue, 24 May 2005 08:36:28 +0000 (08:36 +0000)]
*** empty log message ***

19 years ago(Debugger Operation): Simplify last sentence.
Nick Roberts [Tue, 24 May 2005 04:42:37 +0000 (04:42 +0000)]
(Debugger Operation): Simplify last sentence.

19 years ago*** empty log message ***
Nick Roberts [Tue, 24 May 2005 04:41:03 +0000 (04:41 +0000)]
*** empty log message ***

19 years ago(Dialog Boxes): Add double space.
Nick Roberts [Tue, 24 May 2005 04:30:53 +0000 (04:30 +0000)]
(Dialog Boxes): Add double space.

19 years ago(Dialog Boxes): Descibe new optional argument.
Nick Roberts [Tue, 24 May 2005 04:29:14 +0000 (04:29 +0000)]
(Dialog Boxes): Descibe new optional argument.

19 years ago(Fmessage_box): Use "Information" for frame title.
Nick Roberts [Tue, 24 May 2005 03:48:32 +0000 (03:48 +0000)]
(Fmessage_box): Use "Information" for frame title.

19 years ago(Fx_popup_dialog): Add a third boolean argument to
Nick Roberts [Tue, 24 May 2005 03:45:42 +0000 (03:45 +0000)]
(Fx_popup_dialog): Add a third boolean argument to
select frame title ("Question"/"Information").
(xdialog_show): Use it.

19 years agoFx_popup_dialog can have three arguments.
Nick Roberts [Tue, 24 May 2005 03:44:09 +0000 (03:44 +0000)]
Fx_popup_dialog can have three arguments.

19 years ago(gdb-inferior-io-mode-map): Bind gdb-inferior-io-eof to C-d.
Nick Roberts [Mon, 23 May 2005 23:38:29 +0000 (23:38 +0000)]
(gdb-inferior-io-mode-map): Bind gdb-inferior-io-eof to C-d.

19 years ago(dired-dnd-popup-notice): Use message-box.
Nick Roberts [Mon, 23 May 2005 23:36:18 +0000 (23:36 +0000)]
(dired-dnd-popup-notice): Use message-box.

19 years ago*** empty log message ***
Nick Roberts [Mon, 23 May 2005 23:29:36 +0000 (23:29 +0000)]
*** empty log message ***

19 years agoInstall a change I forgot to install at the last committing.
Masatake YAMATO [Mon, 23 May 2005 18:30:20 +0000 (18:30 +0000)]
Install a change I forgot to install at the last committing.

* faces.el (mode-line-highlight): New face.

19 years ago[VMS] Include <starlet.h>.
Thien-Thi Nguyen [Mon, 23 May 2005 12:56:23 +0000 (12:56 +0000)]
[VMS] Include <starlet.h>.

19 years ago(Font Lock Basics, Syntactic Font Lock): Recommend
Lute Kamstra [Mon, 23 May 2005 12:01:32 +0000 (12:01 +0000)]
(Font Lock Basics, Syntactic Font Lock): Recommend
syntax-begin-function over font-lock-beginning-of-syntax-function.

19 years agoSupprot mouse-face on mode-line.
Masatake YAMATO [Mon, 23 May 2005 11:19:17 +0000 (11:19 +0000)]
Supprot mouse-face on mode-line.

2005-05-23  Masatake YAMATO  <jet@gyve.org>

* xdisp.c (note_mode_line_or_margin_highlight): Added code
for mouse-face. Change the type of the first argument from `window'
to `List_Object'.
(note_mouse_highlight): Call note_mode_line_or_margin_highlight with
window instead of w.

2005-05-23  Masatake YAMATO  <jet@gyve.org>

* bindings.el (mode-line-major-mode-keymap): Bind
[mode-line down-mouse-1] to `mouse-major-mode-menu'.

* faces.el (mode-line-highlight): New face.

* ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
as mouse-face.

* bindings.el (top-level, help-echo, mode-line-modified)
(mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
as mouse-face.

19 years ago(c-guess-basic-syntax): Remove spurious call to `zerop'.
Juanma Barranquero [Mon, 23 May 2005 09:16:17 +0000 (09:16 +0000)]
(c-guess-basic-syntax): Remove spurious call to `zerop'.

19 years ago*** empty log message ***
Lute Kamstra [Mon, 23 May 2005 09:08:33 +0000 (09:08 +0000)]
*** empty log message ***

19 years agoUpdate FSF's address throughout.
Lute Kamstra [Mon, 23 May 2005 09:05:38 +0000 (09:05 +0000)]
Update FSF's address throughout.
(Preface): Use @cite.
(Distrib): Add cross reference to the node "Copying".  Mention the
FDL.  Don't refer to etc/{FTP,ORDERS}.  Mention the sale of printed
manuals.
(Intro): Use @xref for the Emacs Lisp Intro.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 23 May 2005 08:09:56 +0000 (08:09 +0000)]
*** empty log message ***

19 years agoMaintain timestamp order (new zealanders live in the future ;-)
Juanma Barranquero [Mon, 23 May 2005 00:14:50 +0000 (00:14 +0000)]
Maintain timestamp order (new zealanders live in the future ;-)

19 years ago*** empty log message ***
Martin Stjernholm [Mon, 23 May 2005 00:06:28 +0000 (00:06 +0000)]
*** empty log message ***

19 years ago(acons, pairlis): Add docstring.
Juanma Barranquero [Mon, 23 May 2005 00:05:40 +0000 (00:05 +0000)]
(acons, pairlis): Add docstring.

19 years ago2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
Martin Stjernholm [Mon, 23 May 2005 00:03:59 +0000 (00:03 +0000)]
2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>

CC Mode update to 5.30.10:

* cc-fonts.el (c-font-lock-declarators): Fixed bug where the point
could go past the limit in decoration level 2, thereby causing
errors during interactive fontification.

* cc-mode.el (c-make-inherited-keymap): Fixed cc-bytecomp bug when
the file is evaluated interactively.

* cc-engine.el (c-guess-basic-syntax): Handle operator
declarations somewhat better in C++.

* cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
make use of run-mode-hooks' which has been added in Emacs 21.1.

(c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode,
awk-mode): Use it.

(make-local-hook): Suppress warning about obsoleteness.

* cc-engine.el, cc-align.el, cc-cmds.el
(c-append-backslashes-forward, c-delete-backslashes-forward,
c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
Compensate for return value from forward-line' when it has moved
but not to a different line due to eob.

* cc-engine.el (c-guess-basic-syntax): Fixed anchoring in
objc-method-intro' and objc-method-args-cont'.

2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>

CC Mode update to 5.30.10:

* cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
in the copyright statement.  Incidentally, change "along with GNU
Emacs" to "along with this program" where it occurs.

* cc-mode.el: Add a fourth parameter t' to the awk-mode autoload,
so that it is interactive, hence can be found by M-x awk-mode
whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
<gmorris+emacs@ast.cam.ac.uk>.

* cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
Mode's regexps.

2005-05-23  Kevin Ryde  <user42@zip.com.au>:

* cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
c-parse-state, to avoid a lisp error (on bad code).

19 years ago(font-lock-defaults): Remove defvar as it's already defined in font-core.el.
Lute Kamstra [Sun, 22 May 2005 23:50:05 +0000 (23:50 +0000)]
(font-lock-defaults): Remove defvar as it's already defined in font-core.el.

19 years ago(font-lock-beginning-of-syntax-function): Fix docstring.
Lute Kamstra [Sun, 22 May 2005 23:48:12 +0000 (23:48 +0000)]
(font-lock-beginning-of-syntax-function): Fix docstring.

19 years agoUpdate comment.
Luc Teirlinck [Sun, 22 May 2005 22:13:49 +0000 (22:13 +0000)]
Update comment.

19 years ago(define-global-minor-mode): Use `after-change-major-mode-hook' instead
Luc Teirlinck [Sun, 22 May 2005 22:07:22 +0000 (22:07 +0000)]
(define-global-minor-mode): Use `after-change-major-mode-hook' instead
of `find-file-hook'.

19 years ago(Buffer-menu-mode): Use `run-mode-hooks'.
Luc Teirlinck [Sun, 22 May 2005 22:01:22 +0000 (22:01 +0000)]
(Buffer-menu-mode): Use `run-mode-hooks'.

19 years ago(yank, yank-pop): Mention `yank-excluded-properties'
Eli Zaretskii [Sun, 22 May 2005 20:58:52 +0000 (20:58 +0000)]
(yank, yank-pop): Mention `yank-excluded-properties'
and `yank-handler' in the doc strings.

19 years ago(eql): Remove. It's a builtin already.
Stefan Monnier [Sun, 22 May 2005 20:15:05 +0000 (20:15 +0000)]
(eql): Remove.  It's a builtin already.

19 years ago(function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,
Juanma Barranquero [Sun, 22 May 2005 17:51:22 +0000 (17:51 +0000)]
(function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,
multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring
consistency.

19 years ago(coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,
Juanma Barranquero [Sun, 22 May 2005 17:48:02 +0000 (17:48 +0000)]
(coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,
notevery, signum, isqrt, concatenate, list-length, get*, getf, cl-remprop):
Improve argument/docstring consistency.

19 years ago(pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,
Juanma Barranquero [Sun, 22 May 2005 17:46:50 +0000 (17:46 +0000)]
(pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,
list*, copy-list, adjoin, subst): Improve argument/docstring consistency.

19 years ago(describe-key): Move print-help-return-message call out of conditional.
Richard M. Stallman [Sun, 22 May 2005 15:52:51 +0000 (15:52 +0000)]
(describe-key): Move print-help-return-message call out of conditional.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 22 May 2005 13:56:37 +0000 (13:56 +0000)]
*** empty log message ***

19 years ago(list-tags): Use with-no-warnings.
Richard M. Stallman [Sun, 22 May 2005 13:51:28 +0000 (13:51 +0000)]
(list-tags): Use with-no-warnings.

19 years ago(smtpmail-open-stream): Use with-no-warnings.
Richard M. Stallman [Sun, 22 May 2005 13:49:09 +0000 (13:49 +0000)]
(smtpmail-open-stream): Use with-no-warnings.
(smtpmail-send-queued-mail): Avoid beginning-of-buffer.
(starttls-extra-args, starttls-extra-arguments): Add defvars.

19 years ago(mail-get-names): Avoid beginning-of-buffer.
Richard M. Stallman [Sun, 22 May 2005 13:43:55 +0000 (13:43 +0000)]
(mail-get-names): Avoid beginning-of-buffer.

19 years ago(viet-viscii-nonascii-translation-table): Add defvar.
Richard M. Stallman [Sun, 22 May 2005 13:42:49 +0000 (13:42 +0000)]
(viet-viscii-nonascii-translation-table): Add defvar.

19 years ago(viper-ex-work-buf, viper-ex-print-buf): Use defvar, not defconst.
Richard M. Stallman [Sun, 22 May 2005 13:38:39 +0000 (13:38 +0000)]
(viper-ex-work-buf, viper-ex-print-buf): Use defvar, not defconst.

19 years ago(hexl-follow-line): Use with-no-warnings.
Richard M. Stallman [Sun, 22 May 2005 13:35:56 +0000 (13:35 +0000)]
(hexl-follow-line): Use with-no-warnings.

19 years ago(dired-font-lock-keywords): Fontify files with junk extensions
Richard M. Stallman [Sun, 22 May 2005 13:35:21 +0000 (13:35 +0000)]
(dired-font-lock-keywords): Fontify files with junk extensions
even if marked by -F.

19 years agoUse write-file-functions instead of write-file-hooks.
Richard M. Stallman [Sun, 22 May 2005 13:31:22 +0000 (13:31 +0000)]
Use write-file-functions instead of write-file-hooks.

19 years ago(gdb-info-locals-handler): Make regexps
Nick Roberts [Sun, 22 May 2005 12:37:24 +0000 (12:37 +0000)]
(gdb-info-locals-handler): Make regexps
more general and work when GDB variable "print pretty" is on,
as with Emacs, for example.

19 years ago*** empty log message ***
Nick Roberts [Sun, 22 May 2005 12:36:27 +0000 (12:36 +0000)]
*** empty log message ***

19 years agoFor copyright years, change status of TTN-munged areas back to
Thien-Thi Nguyen [Sun, 22 May 2005 11:18:46 +0000 (11:18 +0000)]
For copyright years, change status of TTN-munged areas back to
"working" pending review pending more precise guidelines from RMS.

19 years ago#
André Spiegel [Sun, 22 May 2005 11:02:09 +0000 (11:02 +0000)]
#

19 years ago(vc-trunk-p): Add autoload cookie. The function is used in vc-rcs.el
André Spiegel [Sun, 22 May 2005 10:51:32 +0000 (10:51 +0000)]
(vc-trunk-p): Add autoload cookie.  The function is used in vc-rcs.el
when vc-mistrust-permissions is t, which is not the default.

19 years ago(focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
Juanma Barranquero [Sun, 22 May 2005 10:38:08 +0000 (10:38 +0000)]
(focus-frame, unfocus-frame): Revert deletion on 2005-05-01.

19 years ago#
André Spiegel [Sun, 22 May 2005 10:31:42 +0000 (10:31 +0000)]
#

19 years ago(vc-cvs-checkout-model): Handle the case where FILE doesn't exist.
André Spiegel [Sun, 22 May 2005 10:29:44 +0000 (10:29 +0000)]
(vc-cvs-checkout-model): Handle the case where FILE doesn't exist.

19 years ago(send_process): Move misplaced volatile.
Andreas Schwab [Sun, 22 May 2005 09:49:43 +0000 (09:49 +0000)]
(send_process): Move misplaced volatile.

19 years ago(send_process): Remove misplaced volatile.
Andreas Schwab [Sun, 22 May 2005 09:35:04 +0000 (09:35 +0000)]
(send_process): Remove misplaced volatile.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 22 May 2005 08:23:26 +0000 (08:23 +0000)]
*** empty log message ***

19 years ago(x_font_name_to_mac_font_name): Sync with trunk for the case that does
YAMAMOTO Mitsuharu [Sun, 22 May 2005 08:23:06 +0000 (08:23 +0000)]
(x_font_name_to_mac_font_name): Sync with trunk for the case that does
not require code conversion.

19 years ago(display_mode_element): If we're processing a list and
Richard M. Stallman [Sun, 22 May 2005 02:54:12 +0000 (02:54 +0000)]
(display_mode_element): If we're processing a list and
padding is specified, put it after the last element.

19 years agoRemove make-obsolete-variable for
Nick Roberts [Sun, 22 May 2005 02:30:41 +0000 (02:30 +0000)]
Remove make-obsolete-variable for
already deleted variables: auto-fill-hook, blink-paren-hook,
lisp-indent-hook, inhibit-local-variables, unread-command-event
suspend-hooks, comment-indent-hook, meta-flag,
before-change-function, after-change-function,
font-lock-doc-string-face.

19 years ago*** empty log message ***
Nick Roberts [Sun, 22 May 2005 02:29:51 +0000 (02:29 +0000)]
*** empty log message ***

19 years ago(define-derived-mode): Doc fix.
Luc Teirlinck [Sat, 21 May 2005 22:35:35 +0000 (22:35 +0000)]
(define-derived-mode): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 21 May 2005 22:34:12 +0000 (22:34 +0000)]
*** empty log message ***

19 years ago(Reading File Names): Update description of `read-directory-name'.
Luc Teirlinck [Sat, 21 May 2005 22:29:19 +0000 (22:29 +0000)]
(Reading File Names): Update description of `read-directory-name'.

19 years ago(Derived Modes): Clarify :group keyword.
Luc Teirlinck [Sat, 21 May 2005 22:24:04 +0000 (22:24 +0000)]
(Derived Modes): Clarify :group keyword.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 21 May 2005 22:22:26 +0000 (22:22 +0000)]
*** empty log message ***