]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago("latin-1-prefix"): Add rule "__"->"_".
Kenichi Handa [Tue, 8 Mar 2005 11:37:27 +0000 (11:37 +0000)]
("latin-1-prefix"): Add rule "__"->"_".
("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.

19 years ago(ccl-encode-mule-utf-16le-with-signature):
Kenichi Handa [Tue, 8 Mar 2005 09:10:18 +0000 (09:10 +0000)]
(ccl-encode-mule-utf-16le-with-signature):
Fix BUFFER_MAGNIFICATION to 2.
(ccl-encode-mule-utf-16be-with-signature): Likewise.

19 years ago(define-ccl-program): Fix docstring about
Kenichi Handa [Tue, 8 Mar 2005 09:09:28 +0000 (09:09 +0000)]
(define-ccl-program): Fix docstring about
extra 256 bytes assured for the output buffer.

19 years ago(x_set_font): Call set_default_ascii_font if an
Kenichi Handa [Tue, 8 Mar 2005 08:46:48 +0000 (08:46 +0000)]
(x_set_font): Call set_default_ascii_font if an
available font is found.

19 years ago(set_default_ascii_font): New function.
Kenichi Handa [Tue, 8 Mar 2005 08:45:48 +0000 (08:45 +0000)]
(set_default_ascii_font): New function.
(syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset)
here.

19 years ago(set_default_ascii_font): Extern it.
Kenichi Handa [Tue, 8 Mar 2005 08:44:59 +0000 (08:44 +0000)]
(set_default_ascii_font): Extern it.

19 years ago(Specified Space): Property :width is support on
Kim F. Storm [Tue, 8 Mar 2005 08:11:05 +0000 (08:11 +0000)]
(Specified Space): Property :width is support on
non-graphic terminals, :height is not.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 8 Mar 2005 08:09:59 +0000 (08:09 +0000)]
*** empty log message ***

19 years ago(calc-do-embedded): Set mode line when embedded mode begins.
Jay Belanger [Tue, 8 Mar 2005 05:26:44 +0000 (05:26 +0000)]
(calc-do-embedded): Set mode line when embedded mode begins.
(calc-embedded-language-alist): New variable.
(calc-embedded-find-modes): Use calc-embedded-language-alist to set
default language mode.

19 years ago2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
John Wiegley [Tue, 8 Mar 2005 03:59:54 +0000 (03:59 +0000)]
2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>

* align.el (align-rules-list): Added an alignment rule for CSS
declarations (applies to css-mode and html-mode buffers).

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 8 Mar 2005 03:20:31 +0000 (03:20 +0000)]
*** empty log message ***

19 years ago(Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): Now subnodes of Fringes.
Richard M. Stallman [Tue, 8 Mar 2005 03:20:18 +0000 (03:20 +0000)]
(Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): Now subnodes of Fringes.
(Overlay Arrow): Document overlay-arrow-variable-list.
(Fringe Size/Pos): New node, broken out of Fringes.
(Display): Explain clearing vs redisplay better.
(Truncation): Clarify use of bitmaps.
(The Echo Area): Clarify the uses of the echo area.
Add max-mini-window-height.
(Progress): Clarify.
(Invisible Text): Explain that main loop moves point out.
(Selective Display): Say "hidden", not "invisible".
(Managing Overlays): Moved up.  Describe relation to Undo here.
(Overlay Properties): Clarify intro.
(Finding Overlays): Explain return values when nothing found.
(Width): truncate-string-to-width has added arg.
(Displaying Faces): Clarify and update mode line face handling.
(Face Functions): Minor cleanup.
(Conditional Display): Merged into Other Display Specs.
(Pixel Specification, Other Display Specs): Minor cleanups.
(Images, Image Descriptors): Minor cleanups.
(GIF Images): Patents have expired.
(Showing Images): Explain default text for insert-image.
(Manipulating Button Types): Merged into Manipulating Buttons.
(Making Buttons): Explain return values.
(Button Buffer Commands): Add xref.
(Inverse Video): Update mode-line-inverse-video.
(Display Table Format): Clarify.
(Active Display Table): Give defaults for window-display-table.

19 years ago(Calendar Customizing): calendar-holiday-marker
Richard M. Stallman [Tue, 8 Mar 2005 03:08:55 +0000 (03:08 +0000)]
(Calendar Customizing): calendar-holiday-marker
and calendar-today-marker are strings, not chars.
(Holiday Customizing): Minor fix.

19 years ago(Text Representations): Clarify position-bytes.
Richard M. Stallman [Tue, 8 Mar 2005 03:07:54 +0000 (03:07 +0000)]
(Text Representations): Clarify position-bytes.
(Character Sets): Add list-charset-chars.
(Scanning Charsets): Add charset-after.
(Encoding and I/O): Minor fix.

19 years ago(Writing Emacs Primitives): Update `or' example.
Richard M. Stallman [Tue, 8 Mar 2005 03:06:53 +0000 (03:06 +0000)]
(Writing Emacs Primitives): Update `or' example.
Update limit on # args of subr.

19 years ago(Common Keywords): Clarify :require. Mention :version here.
Richard M. Stallman [Tue, 8 Mar 2005 03:06:04 +0000 (03:06 +0000)]
(Common Keywords): Clarify :require.  Mention :version here.
(Variable Definitions, Group Definitions): Not here.
(Variable Definitions): Clarify symbol arg to :initialize and :set fns.

19 years ago(Using Edebug): Arrow is in fringe.
Richard M. Stallman [Tue, 8 Mar 2005 03:04:48 +0000 (03:04 +0000)]
(Using Edebug): Arrow is in fringe.
(Instrumenting): Arg to eval-defun works without loading edebug.
(Edebug Execution Modes): Add xref.

19 years agoFix usage of "e.g.".
Richard M. Stallman [Tue, 8 Mar 2005 03:01:55 +0000 (03:01 +0000)]
Fix usage of "e.g.".
(HTTP language/coding): Explain the rules for these strings.

19 years ago(Single Shell, Shell Options): Fix previous change.
Richard M. Stallman [Tue, 8 Mar 2005 02:57:30 +0000 (02:57 +0000)]
(Single Shell, Shell Options): Fix previous change.

19 years ago(face-id): Doc fix.
Richard M. Stallman [Tue, 8 Mar 2005 02:55:39 +0000 (02:55 +0000)]
(face-id): Doc fix.

19 years ago(Debugger Operation): Update GUD tooltip enable info.
Richard M. Stallman [Tue, 8 Mar 2005 02:46:08 +0000 (02:46 +0000)]
(Debugger Operation): Update GUD tooltip enable info.

19 years ago(CLEAR_IMAGE_CACHE_COUNT): New const.
Kim F. Storm [Mon, 7 Mar 2005 21:51:50 +0000 (21:51 +0000)]
(CLEAR_IMAGE_CACHE_COUNT): New const.
(clear_image_cache_count): New var.
(redisplay_internal): Don't clear face and image caches in the
middle of redisplay; do it afterwards.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 7 Mar 2005 21:50:36 +0000 (21:50 +0000)]
*** empty log message ***

19 years ago(debug-on-entry-1): Fix handling of macros.
Stefan Monnier [Mon, 7 Mar 2005 14:12:27 +0000 (14:12 +0000)]
(debug-on-entry-1): Fix handling of macros.

19 years agoFix last change.
Kim F. Storm [Mon, 7 Mar 2005 13:43:34 +0000 (13:43 +0000)]
Fix last change.

19 years agoPut CUA move property on move-end-of-line
Kim F. Storm [Mon, 7 Mar 2005 11:12:58 +0000 (11:12 +0000)]
Put CUA move property on move-end-of-line
and move-beginning-of-line.

19 years ago(reveal-mode-map): Bind C-a to beginning-of-line.
Kim F. Storm [Mon, 7 Mar 2005 11:12:40 +0000 (11:12 +0000)]
(reveal-mode-map): Bind C-a to beginning-of-line.

19 years ago(move-beginning-of-line): New command.
Kim F. Storm [Mon, 7 Mar 2005 11:12:31 +0000 (11:12 +0000)]
(move-beginning-of-line): New command.

19 years ago(global-map): Bind C-a to move-beginning-of-line.
Kim F. Storm [Mon, 7 Mar 2005 11:12:21 +0000 (11:12 +0000)]
(global-map): Bind C-a to move-beginning-of-line.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 7 Mar 2005 11:12:10 +0000 (11:12 +0000)]
*** empty log message ***

19 years ago(apropos-print): Omit command from M-x ... RET.
Kim F. Storm [Mon, 7 Mar 2005 11:00:25 +0000 (11:00 +0000)]
(apropos-print): Omit command from M-x ... RET.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 7 Mar 2005 11:00:07 +0000 (11:00 +0000)]
*** empty log message ***

19 years ago(TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
Kim F. Storm [Mon, 7 Mar 2005 10:49:51 +0000 (10:49 +0000)]
(TOTALLY_UNBLOCK_INPUT): Avoid dangling else.

19 years ago(notice_overwritten_cursor): Check that phys_cursor.vpos
Kim F. Storm [Mon, 7 Mar 2005 09:29:21 +0000 (09:29 +0000)]
(notice_overwritten_cursor): Check that phys_cursor.vpos
is valid.  If not, clear phys_cursor_on_p and return.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 7 Mar 2005 09:29:05 +0000 (09:29 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 Mar 2005 03:49:19 +0000 (03:49 +0000)]
*** empty log message ***

19 years ago(gdb-var-create-handler): Handle just MI case.
Nick Roberts [Mon, 7 Mar 2005 01:55:18 +0000 (01:55 +0000)]
(gdb-var-create-handler): Handle just MI case.
(gdb-send, gdb-send-item): Log items sent from gdb-send too.

19 years ago*** empty log message ***
Andreas Schwab [Mon, 7 Mar 2005 01:55:15 +0000 (01:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Nick Roberts [Mon, 7 Mar 2005 01:54:41 +0000 (01:54 +0000)]
*** empty log message ***

19 years ago(UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
Andreas Schwab [Mon, 7 Mar 2005 01:54:13 +0000 (01:54 +0000)]
(UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.

19 years ago(Completion Options): Fix typo.
Luc Teirlinck [Sun, 6 Mar 2005 23:39:52 +0000 (23:39 +0000)]
(Completion Options): Fix typo.

19 years ago(Mail Aliases): Double up @'s.
Luc Teirlinck [Sun, 6 Mar 2005 23:38:40 +0000 (23:38 +0000)]
(Mail Aliases): Double up @'s.

19 years ago(Glossary): Correct typo.
Luc Teirlinck [Sun, 6 Mar 2005 23:37:21 +0000 (23:37 +0000)]
(Glossary): Correct typo.

19 years ago(Movemail): Correct typo.
Luc Teirlinck [Sun, 6 Mar 2005 23:35:39 +0000 (23:35 +0000)]
(Movemail): Correct typo.

19 years ago(esc-map): Bind M-g to goto-line.
Richard M. Stallman [Sun, 6 Mar 2005 20:50:32 +0000 (20:50 +0000)]
(esc-map): Bind M-g to goto-line.

19 years agoFinish previous change.
Richard M. Stallman [Sun, 6 Mar 2005 20:48:59 +0000 (20:48 +0000)]
Finish previous change.

19 years ago(global-map): Bind M-o, not M-g.
Richard M. Stallman [Sun, 6 Mar 2005 20:44:33 +0000 (20:44 +0000)]
(global-map): Bind M-o, not M-g.

19 years ago* menu-bar.el (menu-bar-file-menu): Add the same :enable to
Jan Djärv [Sun, 6 Mar 2005 20:18:06 +0000 (20:18 +0000)]
* menu-bar.el (menu-bar-file-menu): Add the same :enable to
"Open Directory" as for "Open File".

19 years ago(activate-mark-hook, deactivate-mark-hook): Add defvars.
Richard M. Stallman [Sun, 6 Mar 2005 20:16:01 +0000 (20:16 +0000)]
(activate-mark-hook, deactivate-mark-hook): Add defvars.
(push-mark-command): Run activate-mark-hook.

19 years ago(help-mode-finish): Don't alter the element
Richard M. Stallman [Sun, 6 Mar 2005 18:32:32 +0000 (18:32 +0000)]
(help-mode-finish): Don't alter the element
in view-return-to-alist if there already is one.

19 years ago(jit-lock-stealth-fontify): When calling sit-for,
Richard M. Stallman [Sun, 6 Mar 2005 18:31:36 +0000 (18:31 +0000)]
(jit-lock-stealth-fontify): When calling sit-for,
make sure the current buffer is the expected one.

19 years ago(disabled-command-function): Output in *Disabled Command*.
Richard M. Stallman [Sun, 6 Mar 2005 18:29:10 +0000 (18:29 +0000)]
(disabled-command-function): Output in *Disabled Command*.
Explicitly ignore non-keyboard events, and explicitly handle C-g.

19 years ago(flyspell-large-region): Pass args differently for aspell.
Richard M. Stallman [Sun, 6 Mar 2005 18:27:25 +0000 (18:27 +0000)]
(flyspell-large-region): Pass args differently for aspell.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 Mar 2005 18:26:43 +0000 (18:26 +0000)]
*** empty log message ***

19 years ago(Vertical Scrolling): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:26:30 +0000 (18:26 +0000)]
(Vertical Scrolling): Get rid of "Emacs 21".
(Resizing Windows): Likewise.

19 years ago(Change Hooks): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:25:39 +0000 (18:25 +0000)]
(Change Hooks): Get rid of "Emacs 21".

19 years ago(Formatting Strings): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:24:53 +0000 (18:24 +0000)]
(Formatting Strings): Get rid of "Emacs 21".

19 years ago(Output Variables): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:24:12 +0000 (18:24 +0000)]
(Output Variables): Get rid of "Emacs 21".

19 years ago(Regexp Special, Char Classes): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:23:37 +0000 (18:23 +0000)]
(Regexp Special, Char Classes): Get rid of "Emacs 21".

19 years ago(Translating Input): Replace flow-control example
Richard M. Stallman [Sun, 6 Mar 2005 18:22:28 +0000 (18:22 +0000)]
(Translating Input): Replace flow-control example
with a less obsolete example that uses `keyboard-translate'.

19 years ago(Hash Table Type, Circular Objects): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:21:36 +0000 (18:21 +0000)]
(Hash Table Type, Circular Objects): Get rid of "Emacs 21".

19 years ago(Mode Line Format): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:20:49 +0000 (18:20 +0000)]
(Mode Line Format): Get rid of "Emacs 21".
(Mode Line Data, Properties in Mode, Header Lines): Likewise.

19 years ago(Minibuffer Misc): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:19:34 +0000 (18:19 +0000)]
(Minibuffer Misc): Get rid of "Emacs 21".

19 years ago(List Elements, Building Lists): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:19:01 +0000 (18:19 +0000)]
(List Elements, Building Lists): Get rid of "Emacs 21".

19 years ago(Menu Separators, Tool Bar): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:17:08 +0000 (18:17 +0000)]
(Menu Separators, Tool Bar): Get rid of "Emacs 21".
(Menu Bar): Fix when menu-bar-update-hook is called.

19 years ago(Hash Tables): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:15:56 +0000 (18:15 +0000)]
(Hash Tables): Get rid of "Emacs 21".

19 years ago(Text Terminal Colors): Get rid of "Emacs 21", and make it read better.
Richard M. Stallman [Sun, 6 Mar 2005 18:15:17 +0000 (18:15 +0000)]
(Text Terminal Colors): Get rid of "Emacs 21", and make it read better.

19 years ago(Writing to Files): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:14:33 +0000 (18:14 +0000)]
(Writing to Files): Get rid of "Emacs 21".
(Unique File Names): Likewise.

19 years agoUpdate Emacs version to 22.
Richard M. Stallman [Sun, 6 Mar 2005 18:13:34 +0000 (18:13 +0000)]
Update Emacs version to 22.

19 years ago(Forcing Redisplay): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:12:47 +0000 (18:12 +0000)]
(Forcing Redisplay): Get rid of "Emacs 21".
(Overlay Properties, Face Attributes): Likewise.
(Managing Overlays): Fix punctuation.
(Attribute Functions): Clarify set-face-font; get rid of
info about old Emacs versions.
(Auto Faces, Font Lookup, Display Property, Images): Get rid of "Emacs 21".

19 years ago(Calendar Customizing): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 18:09:48 +0000 (18:09 +0000)]
(Calendar Customizing): Get rid of "Emacs 21".

19 years ago(Starting GUD): Don't explain text vs graphical GDB here.
Richard M. Stallman [Sun, 6 Mar 2005 18:08:00 +0000 (18:08 +0000)]
(Starting GUD): Don't explain text vs graphical GDB here.
Just mention they exist, and xref.
Delete "just one debugger process".
(Debugger Operation): Move GUD tooltip info here.
(GUD Tooltips): Node deleted.
(GDB Graphical Interface): Explain the two GDB modes here.

19 years ago(Introduction): Minor cleanups.
Richard M. Stallman [Sun, 6 Mar 2005 18:05:41 +0000 (18:05 +0000)]
(Introduction): Minor cleanups.

19 years ago(HTTP language/coding): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 17:44:14 +0000 (17:44 +0000)]
(HTTP language/coding): Get rid of "Emacs 21".

19 years ago(Text Mode): C-M-i like M-TAB.
Richard M. Stallman [Sun, 6 Mar 2005 17:43:31 +0000 (17:43 +0000)]
(Text Mode): C-M-i like M-TAB.

19 years ago(Sending Mail): Minor cleanup.
Richard M. Stallman [Sun, 6 Mar 2005 17:42:39 +0000 (17:42 +0000)]
(Sending Mail): Minor cleanup.
(Mail Aliases): Explain quoting conventions.
Update key rebinding example.
(Header Editing): C-M-i is like M-TAB.
(Mail Mode Misc): mail-attach-file does not do MIME.

19 years ago(Rmail Inbox): Move text from Remote Mailboxes that really belongs here.
Richard M. Stallman [Sun, 6 Mar 2005 17:40:40 +0000 (17:40 +0000)]
(Rmail Inbox): Move text from Remote Mailboxes that really belongs here.
(Remote Mailboxes): Text moved to Rmail Inbox.
(Rmail Display): Mention Mouse-1.
(Movemail): Clarify two movemail versions.
Clarify rmail-movemail-program.

19 years ago(Symbol Completion): C-M-i like M-TAB.
Richard M. Stallman [Sun, 6 Mar 2005 17:32:45 +0000 (17:32 +0000)]
(Symbol Completion): C-M-i like M-TAB.

19 years ago(About PCL-CVS): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 17:31:55 +0000 (17:31 +0000)]
(About PCL-CVS): Get rid of "Emacs 21".
(Installation): Node deleted.

19 years ago(Single Shell): Replace uudecode example with gpg example.
Richard M. Stallman [Sun, 6 Mar 2005 17:30:23 +0000 (17:30 +0000)]
(Single Shell): Replace uudecode example with gpg example.
Document async shell commands.
(Shell History): Clarify.
(Shell Ring): Mention C-UP an C-DOWN.
(Shell Options): Add comint-prompt-read-only.
(Invoking emacsclient): Set EDITOR to run Emacs.
(Sorting): No need to explain what region is.
(Saving Emacs Sessions): Fix typo.
(Recursive Edit): Fix punctuation.
(Emulation): Don't mention "PC bindings" which are standard.
(Hyperlinking): Explain Mouse-1 convention here.
(Find Func): Node deleted.

19 years ago(Completion Options): C-M-i like M-TAB.
Richard M. Stallman [Sun, 6 Mar 2005 17:26:17 +0000 (17:26 +0000)]
(Completion Options): C-M-i like M-TAB.

19 years ago(Preface): Get rid of "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 17:25:43 +0000 (17:25 +0000)]
(Preface): Get rid of "Emacs 21".

19 years ago(Name Help): Xref to Hyperlinking.
Richard M. Stallman [Sun, 6 Mar 2005 17:25:06 +0000 (17:25 +0000)]
(Name Help): Xref to Hyperlinking.

19 years ago(Glossary): Rename "Balance Parentheses" to "Balancing...".
Richard M. Stallman [Sun, 6 Mar 2005 17:24:24 +0000 (17:24 +0000)]
(Glossary): Rename "Balance Parentheses" to "Balancing...".
Add "Byte Compilation".  Correct "Copyleft".
New xref in "Customization".
Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
Rename "Registers" to "Register".
Replace "Selecting" with "Selected Frame",
"Selected Window", and "Selecting a Buffer".

19 years ago(Spelling): C-M-i like M-TAB.
Richard M. Stallman [Sun, 6 Mar 2005 17:18:43 +0000 (17:18 +0000)]
(Spelling): C-M-i like M-TAB.

19 years ago(Types of Log File): Explain how projects' methods can vary.
Richard M. Stallman [Sun, 6 Mar 2005 17:18:12 +0000 (17:18 +0000)]
(Types of Log File): Explain how projects' methods can vary.

19 years ago(Installation): Delete node (for Emacs 20).
Richard M. Stallman [Sun, 6 Mar 2005 17:14:48 +0000 (17:14 +0000)]
(Installation): Delete node (for Emacs 20).

19 years ago(Faces): Delete "Emacs 21".
Richard M. Stallman [Sun, 6 Mar 2005 17:13:21 +0000 (17:13 +0000)]
(Faces): Delete "Emacs 21".

19 years ago(Changing a Variable): C-M-i like M-TAB.
Richard M. Stallman [Sun, 6 Mar 2005 17:12:54 +0000 (17:12 +0000)]
(Changing a Variable): C-M-i like M-TAB.

19 years ago(Keys): Mention F1 and F2 in list of prefixes.
Richard M. Stallman [Sun, 6 Mar 2005 16:21:41 +0000 (16:21 +0000)]
(Keys): Mention F1 and F2 in list of prefixes.

19 years ago(Specified Dates): Mention `g w'.
Richard M. Stallman [Sun, 6 Mar 2005 16:20:29 +0000 (16:20 +0000)]
(Specified Dates): Mention `g w'.
(Appointments): appt-activate toggles with no arg.

19 years ago(Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
Richard M. Stallman [Sun, 6 Mar 2005 16:04:21 +0000 (16:04 +0000)]
(Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.

19 years ago(unwind_to_catch): Use UNBLOCK_INPUT_TO.
Richard M. Stallman [Sun, 6 Mar 2005 16:02:47 +0000 (16:02 +0000)]
(unwind_to_catch): Use UNBLOCK_INPUT_TO.
(Feval, Ffuncall): Use CHECK_CONS_LIST.

19 years ago(CHECK_CONS_LIST): New macro (two definitions).
Richard M. Stallman [Sun, 6 Mar 2005 16:01:37 +0000 (16:01 +0000)]
(CHECK_CONS_LIST): New macro (two definitions).

19 years ago(UNBLOCK_INPUT_TO): New macro.
Richard M. Stallman [Sun, 6 Mar 2005 15:59:44 +0000 (15:59 +0000)]
(UNBLOCK_INPUT_TO): New macro.
(TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.

19 years ago(command-line): Use it for temporary-file-directory,
Stefan Monnier [Sun, 6 Mar 2005 00:48:46 +0000 (00:48 +0000)]
(command-line): Use it for temporary-file-directory,
small-emporary-file-directory, auto-save-file-name-transforms,
blink-cursor-mode, and normal-erase-is-backspace.

19 years ago(normal-erase-is-backspace): Define default value.
Stefan Monnier [Sun, 6 Mar 2005 00:32:12 +0000 (00:32 +0000)]
(normal-erase-is-backspace): Define default value.

19 years ago(custom-reevaluate-setting): Simple function to handle variables
Stefan Monnier [Sun, 6 Mar 2005 00:27:53 +0000 (00:27 +0000)]
(custom-reevaluate-setting): Simple function to handle variables
that are defined before their default value can really be computed.
(custom-theme-set-variables): Remove unused var `immediate'.

19 years ago(font-lock-fontify-keywords-region): Ensure forward
Stefan Monnier [Sun, 6 Mar 2005 00:02:04 +0000 (00:02 +0000)]
(font-lock-fontify-keywords-region): Ensure forward
progress, even with buggy anchored keywords.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 5 Mar 2005 19:28:06 +0000 (19:28 +0000)]
*** empty log message ***