]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago*** empty log message ***
Glenn Morris [Sun, 3 Aug 2003 14:13:44 +0000 (14:13 +0000)]
*** empty log message ***

21 years ago(Date Formats): Document changed behaviour of abbreviations.
Glenn Morris [Sun, 3 Aug 2003 14:12:17 +0000 (14:12 +0000)]
(Date Formats): Document changed behaviour of abbreviations.

21 years ago(displayed-month, displayed-year): Define for compiler.
Glenn Morris [Sun, 3 Aug 2003 14:02:15 +0000 (14:02 +0000)]
(displayed-month, displayed-year): Define for compiler.
(calendar-islamic-month-name-array): Add doc string.
(list-islamic-diary-entries): Adapt for new behaviours of
`calendar-day-name' and `add-to-diary-list' functions.
(mark-islamic-diary-entries): Adapt for new behaviours of
`diary-name-pattern' and `calendar-make-alist' functions.

21 years agoReposition some code so defined before used.
Glenn Morris [Sun, 3 Aug 2003 14:01:40 +0000 (14:01 +0000)]
Reposition some code so defined before used.
(displayed-month, displayed-year): Define for compiler.
(calendar-hebrew-month-name-array-common-year)
(calendar-hebrew-month-name-array-leap-year): Add doc strings.
(list-hebrew-diary-entries): Adapt for new behaviours of
`calendar-day-name' and `add-to-diary-list' functions.
(mark-hebrew-diary-entries): Adapt for new behaviours of
`diary-name-pattern' and `calendar-make-alist' functions.

21 years ago(list-diary-entries): Adapt for new behaviour of `calendar-day-name'
Glenn Morris [Sun, 3 Aug 2003 14:00:56 +0000 (14:00 +0000)]
(list-diary-entries): Adapt for new behaviour of `calendar-day-name'
and `calendar-month-name' functions.
(diary-name-pattern): Use abbrev arrays, rather than fixing abbrevs at
three chars.  Calling syntax change.
(mark-diary-entries):  Adapt for new behaviours of
`diary-name-pattern' and `calendar-make-alist' functions.
(fancy-diary-font-lock-keywords): Adapt for new behaviour of
`diary-name-pattern' function.
(font-lock-diary-date-forms): Use abbrev arrays, rather than fixing
abbrevs at three chars.  Calling syntax change.
(cal-hebrew, cal-islam): Require when compiling.
(diary-font-lock-keywords): Adapt for new behaviour of
`font-lock-diary-date-forms' function.

21 years ago(displayed-month, displayed-year): Define for compiler.
Glenn Morris [Sun, 3 Aug 2003 14:00:03 +0000 (14:00 +0000)]
(displayed-month, displayed-year): Define for compiler.
(cal-menu-update): Adapt for new behaviour of `calendar-month-name' function.

21 years ago(diary-file, diary-file-name-prefix)
Glenn Morris [Sun, 3 Aug 2003 13:59:13 +0000 (13:59 +0000)]
(diary-file, diary-file-name-prefix)
(european-calendar-style, diary-date-forms)
(calendar-day-name-array, calendar-month-name-array): Doc change.
(generate-calendar-month): Adapt for new behaviour of
`calendar-day-name' function.
(calendar-abbrev-length, calendar-day-abbrev-array)
(calendar-month-abbrev-array): New variables.
(calendar-abbrev-construct): New function.
(calendar-day-name, calendar-month-name): Use new abbrev arrays,
rather than fixing abbrevs at some width.  Calling syntax change.
(calendar-make-alist): Use abbrev arrays.  Calling syntax change.
(calendar-date-string): Adapt for new behaviours of
`calendar-day-name' and `calendar-month-name' functions.

21 years ago(cal-tex-day-name-format): Doc fix.
Glenn Morris [Sun, 3 Aug 2003 13:58:39 +0000 (13:58 +0000)]
(cal-tex-day-name-format): Doc fix.
(cal-tex-LaTeX-hourbox): Move definition before use.

21 years ago(displayed-month, displayed-year): Define for compiler.
Glenn Morris [Sun, 3 Aug 2003 13:58:01 +0000 (13:58 +0000)]
(displayed-month, displayed-year): Define for compiler.
(solar-seasons-data): Move definition before use.

21 years ago(displayed-month, displayed-year): Define for compiler.
Glenn Morris [Sun, 3 Aug 2003 13:56:21 +0000 (13:56 +0000)]
(displayed-month, displayed-year): Define for compiler.

21 years ago(coptic-name): defvar rather than defconst.
Glenn Morris [Sun, 3 Aug 2003 13:53:54 +0000 (13:53 +0000)]
(coptic-name): defvar rather than defconst.

21 years agoCorrection.
Martin Stjernholm [Sun, 3 Aug 2003 12:34:11 +0000 (12:34 +0000)]
Correction.

21 years ago2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
Martin Stjernholm [Sun, 3 Aug 2003 12:31:46 +0000 (12:31 +0000)]
2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>

* cc-mode.el (c-init-language-vars-for): Add argument MODE.
Renamed from c-init-c-language-vars'.
(c-initialize-cc-mode): Change accordingly.
(c-common-init): Ditto.
(c-mode): Ditto.
(c++-mode): Use function.
(objc-mode): Ditto.
(java-mode): Ditto.
(idl-mode): Ditto.
(pike-mode): Ditto.
(awk-mode): Ditto.

21 years ago2003-08-01 Martin Stjernholm <bug-cc-mode@gnu.org>
Martin Stjernholm [Sun, 3 Aug 2003 12:29:57 +0000 (12:29 +0000)]
2003-08-01  Martin Stjernholm  <bug-cc-mode@gnu.org>

* cc-engine.el (c-end-of-current-token): Return whether or not the
point moved.

(c-search-decl-header-end): Don't trip up on operator identifiers
in C++ and operators like == in all languages.

* cc-engine.el (c-backward-to-decl-anchor): Detect leading labels
correctly.

21 years ago2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
Martin Stjernholm [Sun, 3 Aug 2003 12:29:24 +0000 (12:29 +0000)]
2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>

* cc-defs.el (c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos):
Added accessor functions for syntactic elements.

21 years agoRegenerated.
Andreas Schwab [Sat, 2 Aug 2003 22:07:46 +0000 (22:07 +0000)]
Regenerated.

21 years agoDon't redo key bindings on loading, put them only in loaddefs.el.
Andreas Schwab [Sat, 2 Aug 2003 22:06:12 +0000 (22:06 +0000)]
Don't redo key bindings on loading, put them only in loaddefs.el.

21 years ago(apropos-words-to-regexp): Only add `wild' if
Andreas Schwab [Sat, 2 Aug 2003 20:36:51 +0000 (20:36 +0000)]
(apropos-words-to-regexp): Only add `wild' if
`words' has more than one member.

21 years ago(sh-mode): Don't set mode-class property.
Andreas Schwab [Sat, 2 Aug 2003 20:09:42 +0000 (20:09 +0000)]
(sh-mode): Don't set mode-class property.

21 years agoprintify-region fix
Vinicius Jose Latorre [Fri, 1 Aug 2003 23:40:00 +0000 (23:40 +0000)]
printify-region fix

21 years ago(browse-url-epiphany): Doc fix.
John Paul Wallington [Fri, 1 Aug 2003 00:32:34 +0000 (00:32 +0000)]
(browse-url-epiphany): Doc fix.

21 years ago* xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
Jan Djärv [Thu, 31 Jul 2003 16:10:53 +0000 (16:10 +0000)]
* xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.

* xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.

21 years ago(read_process_output): Return the actually read bytes
Kenichi Handa [Thu, 31 Jul 2003 01:24:44 +0000 (01:24 +0000)]
(read_process_output): Return the actually read bytes
instead of the result of decoding.

21 years ago(x_create_bitmap_from_data): Initialize have_mask member to 0.
Kenichi Handa [Thu, 31 Jul 2003 00:52:19 +0000 (00:52 +0000)]
(x_create_bitmap_from_data): Initialize have_mask member to 0.
(x_create_bitmap_from_file): Likewise.
(x_destroy_bitmap): Check have_mask member before freeing a mask.
(x_destroy_all_bitmaps): Likewise.
(x_create_bitmap_mask): Set have_mask member to 1.

21 years ago(struct x_bitmap_record): New member have_mask.
Kenichi Handa [Thu, 31 Jul 2003 00:51:34 +0000 (00:51 +0000)]
(struct x_bitmap_record): New member have_mask.

21 years agoMention `compilation-environment'.
John Paul Wallington [Thu, 31 Jul 2003 00:12:57 +0000 (00:12 +0000)]
Mention `compilation-environment'.

21 years ago(CFLAGS) [!OPTIMIZE]: Undo previous change.
Richard M. Stallman [Wed, 30 Jul 2003 19:22:04 +0000 (19:22 +0000)]
(CFLAGS) [!OPTIMIZE]: Undo previous change.

21 years ago(setup-default-fontset): Change registry names of Akurti fonts.
Kenichi Handa [Wed, 30 Jul 2003 06:41:30 +0000 (06:41 +0000)]
(setup-default-fontset): Change registry names of Akurti fonts.

21 years ago(quail-indian-update-translation): Adjusted the
Kenichi Handa [Wed, 30 Jul 2003 06:35:51 +0000 (06:35 +0000)]
(quail-indian-update-translation): Adjusted the
behaviour according to the change of quail-translate-key.

21 years ago(comint-read-noecho): Use `clear-string' instead of `fillarray'.
Juanma Barranquero [Tue, 29 Jul 2003 20:30:11 +0000 (20:30 +0000)]
(comint-read-noecho): Use `clear-string' instead of `fillarray'.

21 years agogtkutil.c (xg_mark_data): Update calls to mark_object.
Jan Djärv [Tue, 29 Jul 2003 18:04:15 +0000 (18:04 +0000)]
gtkutil.c (xg_mark_data): Update calls to mark_object.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 Jul 2003 17:42:14 +0000 (17:42 +0000)]
*** empty log message ***

21 years agoFix previous change.
Richard M. Stallman [Tue, 29 Jul 2003 17:41:37 +0000 (17:41 +0000)]
Fix previous change.

21 years ago(HAVE_XIM): Define if XIM is available.
Richard M. Stallman [Tue, 29 Jul 2003 17:41:12 +0000 (17:41 +0000)]
(HAVE_XIM): Define if XIM is available.

21 years ago(xim_open_dpy, xim_initialize, xim_close_dpy):
Richard M. Stallman [Tue, 29 Jul 2003 17:38:21 +0000 (17:38 +0000)]
(xim_open_dpy, xim_initialize, xim_close_dpy):
Conditionalize XIM code on HAVE_XIM.

21 years ago(Fclear_string): New function.
Richard M. Stallman [Tue, 29 Jul 2003 17:36:52 +0000 (17:36 +0000)]
(Fclear_string): New function.
(syms_of_fns): defsubr it.

21 years ago*** empty log message ***
Andreas Schwab [Tue, 29 Jul 2003 10:11:01 +0000 (10:11 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 28 Jul 2003 22:53:07 +0000 (22:53 +0000)]
*** empty log message ***

21 years agoThe function gtk_window_set_icon_from_file was introduced in GTK+ 2.2, so check
Juanma Barranquero [Mon, 28 Jul 2003 22:51:58 +0000 (22:51 +0000)]
The function gtk_window_set_icon_from_file was introduced in GTK+ 2.2, so check
for that release.

21 years agoFix typos and mark-up (from Jesper Harder <harder@ifa.au.dk>).
Juanma Barranquero [Mon, 28 Jul 2003 22:41:58 +0000 (22:41 +0000)]
Fix typos and mark-up (from Jesper Harder <harder@ifa.au.dk>).

21 years ago(outline-mode): Revert part of last patch (outline-mode already runs the hook).
Juanma Barranquero [Mon, 28 Jul 2003 22:27:22 +0000 (22:27 +0000)]
(outline-mode): Revert part of last patch (outline-mode already runs the hook).

21 years ago(main): Fix having macros in a printf statement.
Juanma Barranquero [Mon, 28 Jul 2003 22:10:30 +0000 (22:10 +0000)]
(main): Fix having macros in a printf statement.

21 years ago(suggest_asking_for_help): Fix having macros in a printf statement.
Juanma Barranquero [Mon, 28 Jul 2003 22:09:47 +0000 (22:09 +0000)]
(suggest_asking_for_help): Fix having macros in a printf statement.

21 years ago(outline-mode-hook): Define it.
Juanma Barranquero [Mon, 28 Jul 2003 21:50:05 +0000 (21:50 +0000)]
(outline-mode-hook): Define it.
(outline-mode): Use it, as the documentation says.

21 years ago(gdb-setup-windows, gdb-restore-windows): Restore
Nick Roberts [Mon, 28 Jul 2003 19:49:30 +0000 (19:49 +0000)]
(gdb-setup-windows, gdb-restore-windows): Restore
assembler in source window if that is what has been selected.
(menu): Add gdb-restore-windows to menu. Make gdba
specific menus only visible from gdba.

21 years ago*** empty log message ***
Nick Roberts [Mon, 28 Jul 2003 19:48:26 +0000 (19:48 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Mon, 28 Jul 2003 18:04:15 +0000 (18:04 +0000)]
*** empty log message ***

21 years agoFix last change.
Dave Love [Mon, 28 Jul 2003 18:01:39 +0000 (18:01 +0000)]
Fix last change.

21 years ago2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
John Paul Wallington [Mon, 28 Jul 2003 16:06:55 +0000 (16:06 +0000)]
2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)

* progmodes/compile.el (compilation-environment): New user variable.
(compile-internal): Respect it.

21 years ago(xic_set_preeditarea): Add the left fringe width to spot.x.
Kenichi Handa [Mon, 28 Jul 2003 13:05:25 +0000 (13:05 +0000)]
(xic_set_preeditarea): Add the left fringe width to spot.x.

21 years ago(gdb-script-font-lock-keywords): Put `font-lock-function-name-face'
Masatake YAMATO [Mon, 28 Jul 2003 06:27:09 +0000 (06:27 +0000)]
(gdb-script-font-lock-keywords): Put `font-lock-function-name-face'
on a symbol which includes `-' like `hook-run'. Put
font-lock-variable-name-face  on a symbol starting with $.

21 years ago(set-visited-file-name): Use truename for buffer-file-name.
Markus Rost [Sun, 27 Jul 2003 19:54:09 +0000 (19:54 +0000)]
(set-visited-file-name): Use truename for buffer-file-name.

21 years ago(vc-file-not-found-hook): Brr. Improve last doc fix.
Markus Rost [Sat, 26 Jul 2003 16:07:25 +0000 (16:07 +0000)]
(vc-file-not-found-hook): Brr. Improve last doc fix.

21 years ago(vc-file-not-found-hook): Doc fix.
Markus Rost [Sat, 26 Jul 2003 15:55:38 +0000 (15:55 +0000)]
(vc-file-not-found-hook): Doc fix.

21 years ago#
André Spiegel [Sat, 26 Jul 2003 13:07:33 +0000 (13:07 +0000)]
#

21 years ago(vc-default-registered, vc-make-version-backup): Use with-no-warnings.
André Spiegel [Sat, 26 Jul 2003 13:05:10 +0000 (13:05 +0000)]
(vc-default-registered, vc-make-version-backup): Use with-no-warnings.
(vc-file-not-found-hook): Add this to find-file-not-found-functions,
rather than to find-file-not-found-hook, which doesn't exist.

21 years ago(quail-translate-key): Fix previous change.
Kenichi Handa [Sat, 26 Jul 2003 07:41:08 +0000 (07:41 +0000)]
(quail-translate-key): Fix previous change.

21 years ago(mouse-sel-get-selection-function):
John Paul Wallington [Fri, 25 Jul 2003 12:21:01 +0000 (12:21 +0000)]
(mouse-sel-get-selection-function):
Check `x-last-selected-text-primary'.  Don't barf if it or
`x-last-selected-text' aren't bound.

21 years ago(choose-completion-string): Use `minibufferp';
John Paul Wallington [Fri, 25 Jul 2003 12:18:04 +0000 (12:18 +0000)]
(choose-completion-string): Use `minibufferp';
test `completion-reference-buffer' if `buffer' arg is nil.
(push-mark): Use `when' and `unless'.
(pop-mark): Use `when'.

21 years ago(server-start): Check `server-process' is non-nil
John Paul Wallington [Fri, 25 Jul 2003 12:16:18 +0000 (12:16 +0000)]
(server-start): Check `server-process' is non-nil
before killing it to avoid killing current buffer's process.

21 years ago(menu-bar-tools-menu): Minor change in strings.
Richard M. Stallman [Fri, 25 Jul 2003 07:03:21 +0000 (07:03 +0000)]
(menu-bar-tools-menu): Minor change in strings.

21 years agoUpdated contact address.
Jonathan Yavner [Fri, 25 Jul 2003 04:59:09 +0000 (04:59 +0000)]
Updated contact address.

21 years ago(List Buffers): Fix spacing in header line of example.
Markus Rost [Thu, 24 Jul 2003 22:31:09 +0000 (22:31 +0000)]
(List Buffers): Fix spacing in header line of example.

21 years ago(List Buffers): Fix previous change.
Markus Rost [Thu, 24 Jul 2003 22:23:47 +0000 (22:23 +0000)]
(List Buffers): Fix previous change.

21 years ago(Abbrev Expansion): Use \s syntax in example.
Markus Rost [Thu, 24 Jul 2003 01:54:54 +0000 (01:54 +0000)]
(Abbrev Expansion): Use \s syntax in example.

21 years ago*** empty log message ***
Stefan Monnier [Wed, 23 Jul 2003 19:33:12 +0000 (19:33 +0000)]
*** empty log message ***

21 years ago(insert-kbd-macro): Escape double quote character. From Thomas W
Glenn Morris [Wed, 23 Jul 2003 18:00:25 +0000 (18:00 +0000)]
(insert-kbd-macro): Escape double quote character.  From Thomas W
Murphy <twm@andrew.cmu.edu>.

21 years ago*** empty log message ***
Glenn Morris [Wed, 23 Jul 2003 17:59:12 +0000 (17:59 +0000)]
*** empty log message ***

21 years ago(vc-svn-diff-switches): Don't default to vc-diff-switches.
Stefan Monnier [Wed, 23 Jul 2003 15:34:14 +0000 (15:34 +0000)]
(vc-svn-diff-switches): Don't default to vc-diff-switches.

21 years ago(defface tooltip): Inherit from variable-pitch.
John Paul Wallington [Wed, 23 Jul 2003 11:39:11 +0000 (11:39 +0000)]
(defface tooltip): Inherit from variable-pitch.

21 years ago(YACC): Remove, not used.
Andreas Schwab [Wed, 23 Jul 2003 11:16:55 +0000 (11:16 +0000)]
(YACC): Remove, not used.
(MAINT): Don't set.
(${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
disable dependency on ${srcdir}/configure.in when maintainer mode
is disabled.

21 years agoRegenerated.
Andreas Schwab [Wed, 23 Jul 2003 11:16:30 +0000 (11:16 +0000)]
Regenerated.

21 years agoAdd --enable-maintainer-mode, substitute MAINT.
Andreas Schwab [Wed, 23 Jul 2003 11:16:16 +0000 (11:16 +0000)]
Add --enable-maintainer-mode, substitute MAINT.

21 years ago*** empty log message ***
Dave Love [Wed, 23 Jul 2003 09:22:55 +0000 (09:22 +0000)]
*** empty log message ***

21 years ago(define-derived-mode): Mention hook in doc string. Defvar the derived
Glenn Morris [Wed, 23 Jul 2003 00:00:13 +0000 (00:00 +0000)]
(define-derived-mode): Mention hook in doc string.  Defvar the derived
hook.

21 years ago*** empty log message ***
Glenn Morris [Tue, 22 Jul 2003 23:59:35 +0000 (23:59 +0000)]
*** empty log message ***

21 years ago(fill-comment-paragraph): Construct a regexp
Stefan Monnier [Tue, 22 Jul 2003 20:40:38 +0000 (20:40 +0000)]
(fill-comment-paragraph): Construct a regexp
to match the specific mark rather than reusing comment-start-skip.

21 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 22 Jul 2003 20:07:04 +0000 (20:07 +0000)]
*** empty log message ***

21 years ago(hs-special-modes-alist): Clarify MDATA-SELECTOR doc; nfc.
Thien-Thi Nguyen [Tue, 22 Jul 2003 19:59:35 +0000 (19:59 +0000)]
(hs-special-modes-alist): Clarify MDATA-SELECTOR doc; nfc.

21 years ago(temp_output_buffer_setup): Typo.
Stefan Monnier [Tue, 22 Jul 2003 19:22:02 +0000 (19:22 +0000)]
(temp_output_buffer_setup): Typo.

21 years ago(Finsert_file_contents): Use delete_all_overlays.
Stefan Monnier [Tue, 22 Jul 2003 19:07:49 +0000 (19:07 +0000)]
(Finsert_file_contents): Use delete_all_overlays.

21 years ago(temp_output_buffer_setup): Use delete_all_overlays.
Stefan Monnier [Tue, 22 Jul 2003 19:06:48 +0000 (19:06 +0000)]
(temp_output_buffer_setup): Use delete_all_overlays.

21 years ago(run_pre_post_conversion_on_str): Use delete_all_overlays.
Stefan Monnier [Tue, 22 Jul 2003 19:06:12 +0000 (19:06 +0000)]
(run_pre_post_conversion_on_str): Use delete_all_overlays.

21 years agoDon't check HAVE_PNG_H: autoconf doesn't seem to find it.
Stefan Monnier [Tue, 22 Jul 2003 19:05:18 +0000 (19:05 +0000)]
Don't check HAVE_PNG_H: autoconf doesn't seem to find it.

21 years ago(get_minibuffer): Use it.
Stefan Monnier [Tue, 22 Jul 2003 19:03:45 +0000 (19:03 +0000)]
(get_minibuffer): Use it.

21 years ago(delete_all_overlays): Declare.
Stefan Monnier [Tue, 22 Jul 2003 19:02:58 +0000 (19:02 +0000)]
(delete_all_overlays): Declare.

21 years ago(delete_all_overlays): New function.
Stefan Monnier [Tue, 22 Jul 2003 19:02:11 +0000 (19:02 +0000)]
(delete_all_overlays): New function.

21 years agounexmacosx.c: Sort and merge unexec regions before dumping them.
Andrew Choi [Tue, 22 Jul 2003 17:54:50 +0000 (17:54 +0000)]
unexmacosx.c: Sort and merge unexec regions before dumping them.

21 years agoTruncated process output with pty's on Mac OS X.
Andrew Choi [Tue, 22 Jul 2003 17:51:57 +0000 (17:51 +0000)]
Truncated process output with pty's on Mac OS X.

21 years ago*** empty log message ***
Dave Love [Tue, 22 Jul 2003 17:31:46 +0000 (17:31 +0000)]
*** empty log message ***

21 years agoConsider both png.h and libpng/png.h.
Dave Love [Tue, 22 Jul 2003 17:31:33 +0000 (17:31 +0000)]
Consider both png.h and libpng/png.h.

21 years agoMake XRegisterIMInstantiateCallback test depend on
Dave Love [Tue, 22 Jul 2003 17:29:56 +0000 (17:29 +0000)]
Make XRegisterIMInstantiateCallback test depend on
HAVE_X11, not with_xim.
(HAVE_CRTIN): Provide template.
<with_png>: Test for png.h and libpng/png.h.

21 years ago(Garbage Collection): Fix previous change.
Markus Rost [Tue, 22 Jul 2003 16:15:25 +0000 (16:15 +0000)]
(Garbage Collection): Fix previous change.

21 years ago(get_minibuffer): Be careful when calling `reset_buffer'
Stefan Monnier [Tue, 22 Jul 2003 16:12:45 +0000 (16:12 +0000)]
(get_minibuffer): Be careful when calling `reset_buffer'
which assumes the buffer is uninitialized.

21 years ago(Truenames): Add LIMIT arg to file-chase-links.
Richard M. Stallman [Tue, 22 Jul 2003 15:26:01 +0000 (15:26 +0000)]
(Truenames): Add LIMIT arg to file-chase-links.

21 years ago(Width): Use \s syntax in example.
Richard M. Stallman [Tue, 22 Jul 2003 15:25:22 +0000 (15:25 +0000)]
(Width): Use \s syntax in example.
(Font Selection): Add face-font-rescale-alist.

21 years ago(Imenu): Add xref to Emacs Manual node on Imenu.
Richard M. Stallman [Tue, 22 Jul 2003 15:24:39 +0000 (15:24 +0000)]
(Imenu): Add xref to Emacs Manual node on Imenu.
Remove spurious indent in example.

21 years ago(Building Lists): Add number-sequence.
Richard M. Stallman [Tue, 22 Jul 2003 15:23:50 +0000 (15:23 +0000)]
(Building Lists): Add number-sequence.

21 years ago(Garbage Collection): Add gcs-done, gc-elapsed.
Richard M. Stallman [Tue, 22 Jul 2003 15:23:16 +0000 (15:23 +0000)]
(Garbage Collection): Add gcs-done, gc-elapsed.

21 years ago(Function Documentation): Explain how to
Richard M. Stallman [Tue, 22 Jul 2003 15:22:50 +0000 (15:22 +0000)]
(Function Documentation): Explain how to
show calling convention explicitly in the doc string.