(get_translation_table): Declare it as Lisp_Object.
[bpt/emacs.git] / lispref /
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-04 Miles BaderAdd arch taglines
2003-09-03 Jason Rumney*** empty log message ***
2003-09-03 Jason RumneyFix copyright notice
2003-09-03 Jason RumneyNew file.
2003-09-01 Miles BaderAdd arch taglines
2003-08-29 Richard M. Stallman*** empty log message ***
2003-08-29 Richard M. Stallman(Overlay Properties): Clarify how priorities affect...
2003-08-20 Luc Teirlinck*** empty log message ***
2003-08-20 Luc Teirlinck(Type Keywords): Correct the description of `:help...
2003-08-14 John Paul Wallington*** empty log message ***
2003-08-14 John Paul Wallington(Emulating Mode Line): Subsection, not section.
2003-08-13 Richard M. Stallman(Top): Update subnode lists in menu.
2003-08-13 Richard M. Stallman(Insertion): Add insert-buffer-substring-no-properties.
2003-08-13 Richard M. Stallman(Other Plists): Add lax-plist-get, lax-plist-put.
2003-08-13 Richard M. Stallman(Output Variables): Add eval-expression-print-length
2003-08-13 Richard M. Stallman(Time Conversion): For encode-time, explain limits...
2003-08-13 Richard M. Stallman(Character Type): Define anchor "modifier bits".
2003-08-13 Richard M. Stallman(Emulating Mode Line): New node.
2003-08-13 Richard M. Stallman(Format of Keymaps): Keymaps contain char tables, not...
2003-08-13 Richard M. Stallman(Interactive Call): commandp has new arg.
2003-08-06 John Paul Wallington(Top): Fix typo.
2003-08-06 John Paul Wallington(Warning Basics): Fix typo.
2003-08-06 John Paul Wallington(Compiler Errors): Say `@end defmac' after `defmac'.
2003-08-06 Richard M. Stallman*** empty log message ***
2003-08-06 Richard M. StallmanUpdate lists of subnodes.
2003-08-06 Richard M. Stallman(Buffers and Windows): set-window-buffer has new arg.
2003-08-06 Richard M. Stallman(Local Variables): Use lc for example variable names.
2003-08-06 Richard M. Stallman(Library Headers): Explain where to put -*-.
2003-08-06 Richard M. Stallman(Creating Strings): Fix xref for vconcat.
2003-08-06 Richard M. Stallman(Vector Functions): vconcat no longer allows integer...
2003-08-06 Richard M. Stallman(Reading File Names): read-file-name has new arg PREDICATE.
2003-08-06 Richard M. Stallman(Defining Macros): Give definition of `declare'
2003-08-06 Richard M. Stallman(Parameter Access): Add modify-all-frames-parameters.
2003-08-06 Richard M. Stallman(Magic File Names): Add file-remote-p. Clarify file...
2003-08-06 Richard M. Stallman(Instrumenting Macro Calls): Don't define `declare...
2003-08-06 Richard M. Stallman(Warnings): New node, and subnodes.
2003-08-06 Richard M. Stallman(Test Coverage): New node.
2003-08-06 Richard M. Stallman(Compiler Errors): Explain with-no-warnings
2003-08-06 Richard M. Stallman(Interactive Call): Minor clarification.
2003-08-06 Richard M. Stallman(Buffer File Name): set-visited-file-name renames the...
2003-08-06 Richard M. Stallman(Abbrev Tables): Add copy-abbrev-table.
2003-07-24 Markus Rost(Abbrev Expansion): Use \s syntax in example.
2003-07-22 Markus Rost(Garbage Collection): Fix previous change.
2003-07-22 Richard M. Stallman(Truenames): Add LIMIT arg to file-chase-links.
2003-07-22 Richard M. Stallman(Width): Use \s syntax in example.
2003-07-22 Richard M. Stallman(Imenu): Add xref to Emacs Manual node on Imenu.
2003-07-22 Richard M. Stallman(Building Lists): Add number-sequence.
2003-07-22 Richard M. Stallman(Garbage Collection): Add gcs-done, gc-elapsed.
2003-07-22 Richard M. Stallman(Function Documentation): Explain how to
2003-07-22 Richard M. Stallman(Selecting Windows): save-selected-window saves selecte...
2003-07-22 Richard M. Stallman(Syntax Table Functions): Use \s syntax in examples.
2003-07-22 Richard M. Stallman(Output Variables): Add print-continuous-numbering...
2003-07-22 Richard M. StallmanFix typo.
2003-07-22 Richard M. Stallman(Decoding Output): New node.
2003-07-22 Richard M. Stallman(Time Conversion): decode-time arg is optional.
2003-07-22 Richard M. Stallman(Character Type): Don't use space as example for \.
2003-07-22 Richard M. Stallman(Converting Representations): Add string-to-multibyte.
2003-07-22 Richard M. Stallman(Basic Completion): Describe test-completion.
2003-07-14 Richard M. Stallman*** empty log message ***
2003-07-14 Richard M. Stallman(Killing Buffers): kill-buffer-hook is perm local.
2003-07-14 Richard M. Stallman(Selecting Windows): New arg to select-window.
2003-07-14 Richard M. Stallman(Garbage Collection): Add post-gc-hook.
2003-07-14 Richard M. Stallman(Subprocess Creation): Add exec-suffixes.
2003-07-14 Richard M. Stallman(Functions for Key Lookup): Add current-active-maps.
2003-07-14 Richard M. Stallman(Integer Basics): Add most-positive-fixnum, most-negati...
2003-07-14 Richard M. Stallman(Byte Compilation): Explain no-byte-compile
2003-07-14 Richard M. Stallman(User Identification): user-uid, user-real-uid can...
2003-07-14 Richard M. Stallman(Major Mode Conventions): Explain about run-mode-hooks...
2003-07-14 Richard M. Stallman(Creating Buffer-Local): Add buffer-local-value.
2003-07-14 Richard M. Stallman(Library Search): Add load-suffixes.
2003-07-14 Richard M. Stallman(Basic Completion): Add lazy-completion-table.
2003-07-14 Richard M. Stallman(Changing Files): copy-file allows dir as NEWNAME.
2003-07-14 Richard M. Stallman(Command Overview): Emacs server runs pre-command-hook...
2003-07-14 Richard M. Stallman(Special Properties): local-map and keymap properties
2003-07-12 Richard M. StallmanMinor cleanups of previous changes.
2003-07-07 Richard M. Stallman*** empty log message ***
2003-07-07 Richard M. Stallman(Minor Mode Conventions): Specify only some kinds
2003-07-07 Richard M. Stallman(File Name Expansion): Warn about iterative use of...
2003-07-06 Markus Rost(Activation of Advice): Note that ad-start-advice is...
2003-06-30 Richard M. StallmanFix typo.
2003-06-30 Richard M. StallmanMinor Texinfo usage fix.
2003-06-30 Richard M. Stallman(Buffer Contents): Document current-word.
2003-06-30 Richard M. Stallman(Defining Functions): Explain about redefining primitives.
2003-06-27 Richard M. StallmanFix minor Texinfo usage.
2003-06-24 Richard M. StallmanFix minor Texinfo usage.
2003-06-24 Richard M. StallmanAdvising Primitives renamed from Subr Arguments.
2003-06-24 Richard M. StallmanFix minor Texinfo usage.
2003-06-24 Richard M. Stallman(Advising Primitives): Renamed from Subr Arguments.
2003-06-22 Andreas Schwab*** empty log message ***
2003-06-22 Andreas Schwab(Symbol Type): Fix description of examples.
2003-06-16 Andreas Schwab.
2003-06-16 Andreas Schwab(Creating Hash): Fix description of :weakness.
2003-06-13 Kai Großjohann(Changing Files): copy-file copies file modes, too.
2003-06-04 Richard M. StallmanUpdate the example and explanation about let and buffer...
2003-06-04 Richard M. Stallmanbase64-decode-string returns unibyte string.
2003-05-28 Richard M. Stallman*** empty log message ***
2003-05-28 Richard M. Stallman(Creating Strings): Clarify split-string.
2003-05-23 Miles BaderFix mismatched @def/@end pairs (inadvertently nested?).
next