]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years ago(imenu--completion-buffer): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:49:08 +0000 (13:49 +0000)]
(imenu--completion-buffer): Change space constants followed by a sexp to "?\s ".

19 years agoCopyright FSF
Carsten Dominik [Wed, 29 Jun 2005 09:52:50 +0000 (09:52 +0000)]
Copyright FSF

19 years agoStill more fixes to the org-mode entry.
Carsten Dominik [Wed, 29 Jun 2005 09:51:45 +0000 (09:51 +0000)]
Still more fixes to the org-mode entry.

19 years agoNew files, the reference card for org-mode.
Carsten Dominik [Wed, 29 Jun 2005 09:45:38 +0000 (09:45 +0000)]
New files, the reference card for org-mode.

19 years agoOrg-mode entry shortened.
Carsten Dominik [Wed, 29 Jun 2005 09:40:37 +0000 (09:40 +0000)]
Org-mode entry shortened.

19 years ago*** empty log message ***
Carsten Dominik [Wed, 29 Jun 2005 09:37:00 +0000 (09:37 +0000)]
*** empty log message ***

19 years agoSome fixes to the RefTeX entry
Carsten Dominik [Wed, 29 Jun 2005 09:34:46 +0000 (09:34 +0000)]
Some fixes to the RefTeX entry

19 years ago*** empty log message ***
Stefan Monnier [Wed, 29 Jun 2005 08:20:44 +0000 (08:20 +0000)]
*** empty log message ***

19 years ago(save-buffer-state): Use `declare'.
Stefan Monnier [Wed, 29 Jun 2005 08:19:17 +0000 (08:19 +0000)]
(save-buffer-state): Use `declare'.

19 years agoAdded entries for org.el and reftex.el.
Carsten Dominik [Wed, 29 Jun 2005 08:14:53 +0000 (08:14 +0000)]
Added entries for org.el and reftex.el.

19 years ago*** empty log message ***
Carsten Dominik [Wed, 29 Jun 2005 08:14:09 +0000 (08:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Wed, 29 Jun 2005 08:06:10 +0000 (08:06 +0000)]
*** empty log message ***

19 years ago(cperl-find-pods-heres): Don't gratuitously
Stefan Monnier [Wed, 29 Jun 2005 07:59:36 +0000 (07:59 +0000)]
(cperl-find-pods-heres): Don't gratuitously
reset the syntax-table to cperl-mode-syntax-table.
(cperl-mode): Make _ into word-syntax during font-locking so "print" in
"foo_print_bar" is not matched as a reserved keyword.

19 years ago*** empty log message ***
Carsten Dominik [Wed, 29 Jun 2005 07:42:54 +0000 (07:42 +0000)]
*** empty log message ***

19 years agoVersion 3.12
Carsten Dominik [Wed, 29 Jun 2005 07:13:11 +0000 (07:13 +0000)]
Version 3.12

19 years ago(orgtbl-setup): New function, for delayed
Carsten Dominik [Wed, 29 Jun 2005 07:01:26 +0000 (07:01 +0000)]
(orgtbl-setup): New function, for delayed
setup for the orgtbl commands.
(org-calc-default-modes): New option.
(orgtbl-make-binding): Use `defun' to get better help display.
(org-diary): Call `org-compile-prefix-format'.
(org-table-formula-substitute-names): New function.
(org-agenda-day-view, org-agenda-week-view): New commands.
(org-agenda-toggle-week-view): Command removed.
(org-tbl-menu): Split off from org-org-menu.
(org-mode): Moved removal of outline-mode menus to here.
(org-table-formula-debug): New option.
(org-table-insert-row): Keep first field if just "#" or "*".
(org-mode): Paragraph regexps fixed.
(org-table-recalculate-regexp): New constant.
(org-table-justify-field-maybe): Avoid replace if not necessary.
(org-copy-special, org-cut-special): Use `call-interactively'.
(org-table-copy-region): Take region from `interactive' call.
(org-trim): Return string even if no match.
(org-formula): New face.
(org-set-font-lock-defaults): No longer highlight "FIXME".  But
highlight formula-related fields in table.
(org-table-p): Use regexp, not fontification.
(org-table-align): Handle white space at end of line.
(org-table-formula-evaluate-inline): New option.
(org-mode): Auto-wrapping in comment lines turned off.
(org-table-copy-down): Evaluate only in copied field, not in
destination.
(org-table-current-formula): Variable removed.
(org-table-store-formulas, org-table-get-stored-formulas)
(org-table-modify-formulas, org-table-replace-in-formulas)
(org-table-maybe-eval-formula): New functions.
(org-table-get-formula): Modified to use stored formulas.
(org-table-insert-column, org-table-delete-column)
(org-table-move-column): Call `org-table-modify-formulas'.
(org-complete): Add completion for keyword formulas.
(orgtbl-mode): Pull orgtbl-mode-map to start of
minor-mode-map-alist.

19 years ago(python-check): Require `compile' before modifying its variables.
Stefan Monnier [Wed, 29 Jun 2005 06:58:42 +0000 (06:58 +0000)]
(python-check): Require `compile' before modifying its variables.

19 years ago(comment-indent-default): Don't get fooled by an early end of buffer.
Stefan Monnier [Wed, 29 Jun 2005 06:46:37 +0000 (06:46 +0000)]
(comment-indent-default): Don't get fooled by an early end of buffer.

19 years ago*** empty log message ***
Juanma Barranquero [Wed, 29 Jun 2005 02:16:08 +0000 (02:16 +0000)]
*** empty log message ***

19 years ago(Defining Variables): Fix doc of `user-variable-p'.
Juanma Barranquero [Wed, 29 Jun 2005 02:14:41 +0000 (02:14 +0000)]
(Defining Variables): Fix doc of `user-variable-p'.

19 years ago(user_variable_p_eh): New function.
Juanma Barranquero [Wed, 29 Jun 2005 02:08:32 +0000 (02:08 +0000)]
(user_variable_p_eh): New function.
(Fuser_variable_p): Use it.  Clarify docstring.
Return t for aliases of user options, nil for alias loops.

19 years agoFixed version number
Vinicius Jose Latorre [Wed, 29 Jun 2005 01:09:32 +0000 (01:09 +0000)]
Fixed version number

19 years agoChanged the maintainer of TUTORIAL.pl.
Marcelo Toledo [Tue, 28 Jun 2005 23:01:58 +0000 (23:01 +0000)]
Changed the maintainer of TUTORIAL.pl.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Jun 2005 22:07:17 +0000 (22:07 +0000)]
*** empty log message ***

19 years ago(ispell-word): Remove stray parenthesis.
Luc Teirlinck [Tue, 28 Jun 2005 22:02:13 +0000 (22:02 +0000)]
(ispell-word): Remove stray parenthesis.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Jun 2005 21:57:33 +0000 (21:57 +0000)]
*** empty log message ***

19 years ago(url-http-create-request): Call url-recreate-url in proxy case.
Richard M. Stallman [Tue, 28 Jun 2005 21:35:28 +0000 (21:35 +0000)]
(url-http-create-request): Call url-recreate-url in proxy case.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 28 Jun 2005 19:08:07 +0000 (19:08 +0000)]
*** empty log message ***

19 years ago(flyspell-use-local-map): Variable deleted.
Richard M. Stallman [Tue, 28 Jun 2005 19:07:45 +0000 (19:07 +0000)]
(flyspell-use-local-map): Variable deleted.
(flyspell-local-mouse-map): Declaration deleted.
(flyspell-mouse-map): Bind only mouse-2.
(flyspell-mode-map): Don't test flyspell-use-local-map.
(flyspell-overlay-keymap-property-name): Var deleted.
(flyspell-mode-on): Don't make local bindings for
flyspell-mouse-map and flyspell-mode-map.
(make-flyspell-overlay): Unconditionally put on `keymap' text prop.

19 years ago(ispell-word): Do not ignore short words.
Richard M. Stallman [Tue, 28 Jun 2005 18:58:30 +0000 (18:58 +0000)]
(ispell-word): Do not ignore short words.

19 years ago(compilation-next-error-function):
Richard M. Stallman [Tue, 28 Jun 2005 18:57:00 +0000 (18:57 +0000)]
(compilation-next-error-function):
Don't switch buffers; operate on the current buffer.

19 years ago(facemenu-add-face): Warn when font-lock is active.
Richard M. Stallman [Tue, 28 Jun 2005 18:55:48 +0000 (18:55 +0000)]
(facemenu-add-face): Warn when font-lock is active.

19 years ago(comint-password-prompt-regexp): Accept ", try again".
Richard M. Stallman [Tue, 28 Jun 2005 18:55:00 +0000 (18:55 +0000)]
(comint-password-prompt-regexp): Accept ", try again".

19 years ago(global-map): Bind insertchar and its variants.
Richard M. Stallman [Tue, 28 Jun 2005 18:53:30 +0000 (18:53 +0000)]
(global-map): Bind insertchar and its variants.

19 years ago(Fedora Core 4 GNU/Linux: Segfault during dumping): New.
Richard M. Stallman [Tue, 28 Jun 2005 18:52:26 +0000 (18:52 +0000)]
(Fedora Core 4 GNU/Linux: Segfault during dumping): New.

19 years ago(Creating Keymaps): Put make-sparse-keymap before make-keymap.
Richard M. Stallman [Tue, 28 Jun 2005 18:51:02 +0000 (18:51 +0000)]
(Creating Keymaps): Put make-sparse-keymap before make-keymap.

19 years agoAdd rules for inserting full-width space for
Kenichi Handa [Tue, 28 Jun 2005 06:37:26 +0000 (06:37 +0000)]
Add rules for inserting full-width space for
quail/Punct and quail/Punct-b5.

19 years agops-print selection page fix
Vinicius Jose Latorre [Tue, 28 Jun 2005 03:13:02 +0000 (03:13 +0000)]
ps-print selection page fix

19 years ago(Fdefvar): Improve error message.
Richard M. Stallman [Tue, 28 Jun 2005 02:27:46 +0000 (02:27 +0000)]
(Fdefvar): Improve error message.

19 years agoRemove entry about autoloadd minor modes and custom's requiredness.
Stefan Monnier [Tue, 28 Jun 2005 02:18:28 +0000 (02:18 +0000)]
Remove entry about autoloadd minor modes and custom's requiredness.

19 years ago(url-http-create-request): When computing real-fname,
Richard M. Stallman [Tue, 28 Jun 2005 00:48:17 +0000 (00:48 +0000)]
(url-http-create-request): When computing real-fname,
call url-filename in both cases.

19 years ago(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman [Tue, 28 Jun 2005 00:47:07 +0000 (00:47 +0000)]
(url-cookie-store): Rename arg PATH to LOCALPART.
(url-cookie-retrieve): Likewise.
(url-cookie-generate-header-lines): Likewise.
(url-cookie-handle-set-cookie): Likewise.
(url-cookie-create): Expect :localpart instead of :path.
(url-cookie-localpart): Renamed from url-cookie-path.
(url-cookie-set-localpart): Renamed from url-cookie-set-path.
(url-cookie-file): Doc fix.
(url-cookie-p): Add doc string.

19 years ago(artist-text-overwrite)
Richard M. Stallman [Mon, 27 Jun 2005 21:57:00 +0000 (21:57 +0000)]
(artist-text-overwrite)
(artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Jun 2005 21:46:17 +0000 (21:46 +0000)]
*** empty log message ***

19 years ago(Setting Variables): Correct and clarify description of `add-to-ordered-list'.
Luc Teirlinck [Mon, 27 Jun 2005 21:33:00 +0000 (21:33 +0000)]
(Setting Variables): Correct and clarify description of `add-to-ordered-list'.

19 years ago(add-to-list, add-to-ordered-list): Doc fixes.
Luc Teirlinck [Mon, 27 Jun 2005 21:21:36 +0000 (21:21 +0000)]
(add-to-list, add-to-ordered-list): Doc fixes.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Jun 2005 21:17:31 +0000 (21:17 +0000)]
*** empty log message ***

19 years ago[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.
YAMAMOTO Mitsuharu [Mon, 27 Jun 2005 07:58:23 +0000 (07:58 +0000)]
[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.

19 years ago(facemenu-unlisted-faces): Add foreground and background color faces.
Lute Kamstra [Mon, 27 Jun 2005 07:31:49 +0000 (07:31 +0000)]
(facemenu-unlisted-faces): Add foreground and background color faces.
(facemenu-get-face): Delete function.
(facemenu-set-face-from-menu): Don't call facemenu-get-face.
(facemenu-add-new-color): Make second argument mandatory.  Create the
approprate face and return it.  Simplify.
(facemenu-set-foreground, facemenu-set-background): Don't check if
color is defined.  Use return value of facemenu-add-new-color.

19 years ago(Fdefvar): Don't try to set constant symbols.
Juanma Barranquero [Mon, 27 Jun 2005 06:00:54 +0000 (06:00 +0000)]
(Fdefvar): Don't try to set constant symbols.

19 years ago(gud-filter): Add missing argument to
Nick Roberts [Mon, 27 Jun 2005 00:17:06 +0000 (00:17 +0000)]
(gud-filter): Add missing argument to
with-selected-window.

19 years ago*** empty log message ***
Nick Roberts [Mon, 27 Jun 2005 00:15:34 +0000 (00:15 +0000)]
*** empty log message ***

19 years ago(define-minor-mode): Don't automatically add a :require to the defcustom.
Stefan Monnier [Sun, 26 Jun 2005 18:21:46 +0000 (18:21 +0000)]
(define-minor-mode): Don't automatically add a :require to the defcustom.

19 years ago(make-autoload): Add the :setter for defcustoms corresponding to minor modes.
Stefan Monnier [Sun, 26 Jun 2005 18:18:04 +0000 (18:18 +0000)]
(make-autoload): Add the :setter for defcustoms corresponding to minor modes.

19 years ago*** empty log message ***
Stefan Monnier [Sun, 26 Jun 2005 18:14:40 +0000 (18:14 +0000)]
*** empty log message ***

19 years ago(Faces): Minor cleanup.
Richard M. Stallman [Sun, 26 Jun 2005 13:51:21 +0000 (13:51 +0000)]
(Faces): Minor cleanup.

19 years agoRequire 'tree-widget instead of 'wid-edit.
David Ponce [Sun, 26 Jun 2005 07:42:38 +0000 (07:42 +0000)]
Require 'tree-widget instead of 'wid-edit.
(recentf-filename-handler): Fix widget :type.
(recentf-cancel-dialog, recentf-open-more-files)
(recentf-open-files-action): Doc fix.
(recentf-dialog-goto-first): New function.
(recentf-dialog-mode-map): Set parent keymap first.
(recentf-dialog-mode): Define with define-derived-mode.  Don't
display continuation lines in dialogs.
(recentf-edit-list): Rename from recentf-edit-selected-items.
(recentf-edit-list-select): Rename from recentf-edit-list-action.
Simplify.
(recentf-edit-list-validate): New function.
(recentf-edit-list): Update accordingly.
(recentf-open-files-item-shift): Remove.
(recentf-open-files-item): Convert menu elements into tree and
link widgets.  Don't create the widgets.
(recentf-open-files): Update accordingly.
(recentf-save-list): Untabify.

19 years ago*** empty log message ***
David Ponce [Sun, 26 Jun 2005 07:40:59 +0000 (07:40 +0000)]
*** empty log message ***

19 years ago(keep-lines-read-args): Add INTERACTIVE arg.
Luc Teirlinck [Sun, 26 Jun 2005 02:38:08 +0000 (02:38 +0000)]
(keep-lines-read-args): Add INTERACTIVE arg.
(keep-lines): Add INTERACTIVE arg.  Never delete lines only
partially contained in the active region.  Do not take active
region into account when called from Lisp, unless INTERACTIVE arg
is non-nil.  Use `forward-line' instead of `beginning-of-line' to
avoid trouble with fields.  Make marker point nowhere when no
longer used.  Always return nil.  Doc fix.
(flush-lines): Add INTERACTIVE arg.  Do not take active region
into account when called from Lisp, unless INTERACTIVE arg is
non-nil.  Use `forward-line' instead of `beginning-of-line' to
avoid trouble with fields.  Make marker point nowhere when no
longer used.  Always return nil.  Doc fix.
(how-many): Add INTERACTIVE arg.  Make RSTART and REND args
interchangeable.  Do not take active region into account when
called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
message in echo area when called from Lisp, unless INTERACTIVE arg
is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
Return the number of matches.  Doc fix.
(occur): Doc fix.
(perform-replace): Make comment follow double space convention for
the sake of `outline-minor-mode'.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Jun 2005 02:34:59 +0000 (02:34 +0000)]
*** empty log message ***

19 years ago(Faces): `facep' returns t for strings that are face names.
Luc Teirlinck [Sun, 26 Jun 2005 00:05:46 +0000 (00:05 +0000)]
(Faces): `facep' returns t for strings that are face names.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Jun 2005 00:03:39 +0000 (00:03 +0000)]
*** empty log message ***

19 years ago(facep): Doc fix.
Luc Teirlinck [Sat, 25 Jun 2005 23:48:27 +0000 (23:48 +0000)]
(facep): Doc fix.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 22:38:44 +0000 (22:38 +0000)]
*** empty log message ***

19 years ago(Fcopy_file): New arg PRESERVE_UID_GID.
Richard M. Stallman [Sat, 25 Jun 2005 22:37:49 +0000 (22:37 +0000)]
(Fcopy_file): New arg PRESERVE_UID_GID.
Use fchmod to copy the file modes.
(Frename_file): Don't copy UID and GID here;
instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.

19 years ago(Fx_show_tip): Pass new arg to try_window.
Richard M. Stallman [Sat, 25 Jun 2005 22:37:06 +0000 (22:37 +0000)]
(Fx_show_tip): Pass new arg to try_window.

19 years ago(try_window): New arg CHECK_MARGINS. Calls changed.
Richard M. Stallman [Sat, 25 Jun 2005 22:35:42 +0000 (22:35 +0000)]
(try_window): New arg CHECK_MARGINS.  Calls changed.
(redisplay_window): Handle try_window reporting point in scroll margin.

19 years ago(try_window): Declare new arg.
Richard M. Stallman [Sat, 25 Jun 2005 22:33:51 +0000 (22:33 +0000)]
(try_window): Declare new arg.

19 years ago(facemenu-enable-faces-p): New function.
Richard M. Stallman [Sat, 25 Jun 2005 22:24:10 +0000 (22:24 +0000)]
(facemenu-enable-faces-p): New function.
(facemenu-background-menu, facemenu-foreground-menu)
(facemenu-face-menu): Add menu-enable property.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 14:38:05 +0000 (14:38 +0000)]
*** empty log message ***

19 years ago(call_debugger): Take full care of extending stack limits
Richard M. Stallman [Sat, 25 Jun 2005 14:37:47 +0000 (14:37 +0000)]
(call_debugger): Take full care of extending stack limits
to make space for the debugger, and restore the change afterward.
Bind debug-on-error to nil.
(restore_stack_limits): New subroutine.
(Fsignal): Extend specpdl bound along with eval depth bound,
for calling edebug.  Don't do either one, for calling debugger.
(find_handler_clause): Don't bind debug-on-error here.
Don't unbind anything either.
Temporarily advance max_specpdl_size for calling
internal_with_output_to_temp_buffer.
(grow_specpdl): Don't alter max_specpdl_size before signaling an error.
(syms_of_eval) <max-specpdl-size>: Doc fix.

19 years ago(jka-compr-insert-file-contents):
Richard M. Stallman [Sat, 25 Jun 2005 14:14:21 +0000 (14:14 +0000)]
(jka-compr-insert-file-contents):
Special handling if cannot find the uncompression program.

19 years ago(custom-face-attributes): Add autoload.
Richard M. Stallman [Sat, 25 Jun 2005 14:12:45 +0000 (14:12 +0000)]
(custom-face-attributes): Add autoload.

19 years ago(lisp-mode-variables): Bind comment-indent-function locally.
Richard M. Stallman [Sat, 25 Jun 2005 14:10:23 +0000 (14:10 +0000)]
(lisp-mode-variables): Bind comment-indent-function locally.

19 years ago(Equality Predicates): Clarify meaning of equal.
Richard M. Stallman [Sat, 25 Jun 2005 14:09:07 +0000 (14:09 +0000)]
(Equality Predicates): Clarify meaning of equal.

19 years ago(Selecting Windows): save-selected-window and with-selected-window
Richard M. Stallman [Sat, 25 Jun 2005 14:08:34 +0000 (14:08 +0000)]
(Selecting Windows): save-selected-window and with-selected-window
save and restore the current buffer.

19 years ago(with-selected-window): Use save-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 14:04:18 +0000 (14:04 +0000)]
(with-selected-window): Use save-current-buffer.

19 years agoFix previous change.
Richard M. Stallman [Sat, 25 Jun 2005 14:03:53 +0000 (14:03 +0000)]
Fix previous change.

19 years ago(save-selected-window): Use save-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 14:03:27 +0000 (14:03 +0000)]
(save-selected-window): Use save-current-buffer.

19 years ago(gud-filter): Simplify using with-selected-window and with-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 13:52:15 +0000 (13:52 +0000)]
(gud-filter): Simplify using with-selected-window and with-current-buffer.

19 years agoFix indentation.
Richard M. Stallman [Sat, 25 Jun 2005 13:41:59 +0000 (13:41 +0000)]
Fix indentation.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 04:48:24 +0000 (04:48 +0000)]
*** empty log message ***

19 years ago(read1): 0.0e+NaN should make a "positive" NaN.
Richard M. Stallman [Sat, 25 Jun 2005 04:31:49 +0000 (04:31 +0000)]
(read1): 0.0e+NaN should make a "positive" NaN.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 02:31:45 +0000 (02:31 +0000)]
*** empty log message ***

19 years ago(Text Display): Change index entries.
Richard M. Stallman [Sat, 25 Jun 2005 02:31:31 +0000 (02:31 +0000)]
(Text Display): Change index entries.

19 years ago(Float Basics): Explain how to test for NaN, and printing the sign of NaNs.
Richard M. Stallman [Sat, 25 Jun 2005 02:29:46 +0000 (02:29 +0000)]
(Float Basics): Explain how to test for NaN, and printing the sign of NaNs.

19 years ago(line-move-1): Fix previous change.
Richard M. Stallman [Fri, 24 Jun 2005 21:12:07 +0000 (21:12 +0000)]
(line-move-1): Fix previous change.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 24 Jun 2005 20:27:39 +0000 (20:27 +0000)]
*** empty log message ***

19 years ago(MAKEINFO): Use --force.
Eli Zaretskii [Fri, 24 Jun 2005 20:27:10 +0000 (20:27 +0000)]
(MAKEINFO): Use --force.

19 years ago(MAKEINFO): Use --force.
Eli Zaretskii [Fri, 24 Jun 2005 20:23:30 +0000 (20:23 +0000)]
(MAKEINFO): Use --force.
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with more shells.

19 years ago(Frename_file): Undo last change: no need to ifdef away
Eli Zaretskii [Fri, 24 Jun 2005 10:41:19 +0000 (10:41 +0000)]
(Frename_file): Undo last change: no need to ifdef away
chown on DOS_NT platforms.

19 years ago(sys_chown): New function.
Eli Zaretskii [Fri, 24 Jun 2005 10:39:56 +0000 (10:39 +0000)]
(sys_chown): New function.

19 years ago(chown): New; define to sys_chown.
Eli Zaretskii [Fri, 24 Jun 2005 10:39:20 +0000 (10:39 +0000)]
(chown): New; define to sys_chown.

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Jun 2005 09:33:10 +0000 (09:33 +0000)]
*** empty log message ***

19 years ago(syms_of_xdisp) <nobreak-char-display>: Doc fix.
Juanma Barranquero [Fri, 24 Jun 2005 09:32:11 +0000 (09:32 +0000)]
(syms_of_xdisp) <nobreak-char-display>: Doc fix.
(syms_of_xdisp) <void-text-area-pointer>: Doc fix.

19 years ago(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
Juanma Barranquero [Fri, 24 Jun 2005 09:04:15 +0000 (09:04 +0000)]
(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.

19 years ago(gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.
Juanma Barranquero [Fri, 24 Jun 2005 08:57:12 +0000 (08:57 +0000)]
(gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.

19 years ago(occur-1): Set `buffer-read-only' and the buffer-modified flag before running
Juanma Barranquero [Fri, 24 Jun 2005 02:41:36 +0000 (02:41 +0000)]
(occur-1): Set `buffer-read-only' and the buffer-modified flag before running
`occur-hook' to protect against unintentional buffer switches that can lead to
data loss.

19 years ago(Face Functions): Correct Texinfo usage.
Richard M. Stallman [Fri, 24 Jun 2005 01:49:25 +0000 (01:49 +0000)]
(Face Functions): Correct Texinfo usage.

19 years ago(gdb-send): Remove warning face from errors
Nick Roberts [Fri, 24 Jun 2005 01:32:24 +0000 (01:32 +0000)]
(gdb-send): Remove warning face from errors
after fresh input.
(gdb-var-create-handler): Put name of expression in quotes.