bpt/emacs.git
2002-07-15 Stefan Monnier(scan_c_file): Warn about missing `usage' info.
2002-07-15 Juanma Barranquero(describe-variable): Remove useless trailing whitespace.
2002-07-15 Juanma BarranqueroFix typo.
2002-07-15 Juanma BarranqueroDocument third argument of defvaralias.
2002-07-15 Juanma Barranquero*** empty log message ***
2002-07-15 Juanma Barranquero(describe-variable): Show documentation for aliased...
2002-07-15 Juanma Barranquero(Fdefvaralias): Add docstring argument.
2002-07-15 Kai GroßjohannIgnore *.op and *.ops, too.
2002-07-15 Mike Williams(mouse-sel-bindings): Save/restore interprogram cut...
2002-07-15 Richard M.... Minor cleanup.
2002-07-15 Andreas Schwab*** empty log message ***
2002-07-15 Ken Raeburn* textprop.c (set_text_properties): Use STRING_SET_INTE...
2002-07-15 Ken Raeburn* intervals.c (create_root_interval, balance_possible_r...
2002-07-15 Ken Raeburn* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
2002-07-15 Ken Raeburn* buffer.c (Fget_buffer_create, Fmake_indirect_buffer...
2002-07-15 Ken Raeburn* lisp.h (STRING_INTERVALS): Produce rvalue.
2002-07-15 Ken Raeburn* lread.c (read_vector): Use STRING_SET_CHARS.
2002-07-15 Ken Raeburn* fns.c (concat): Use STRING_SET_CHARS.
2002-07-15 Ken Raeburn* dired.c (directory_files_internal): Use STRING_SET_CHARS.
2002-07-15 Ken Raeburn* lisp.h (STRING_SET_CHARS): New macro.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-14 Ken Raeburn(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
2002-07-14 Kim F. StormCorrect last commit which by mistake included some...
2002-07-14 Stefan MonnierSet encoding to utf-8.
2002-07-14 Kai GroßjohannIndex entries.
2002-07-14 Richard M.... (find-alternate-file): Offer to save a modified buffer.
2002-07-14 Richard M.... (normal-splash-screen, fancy-splash-text):
2002-07-14 Richard M.... Fix doc typos.
2002-07-14 Richard M.... Say that output from asynch subprocesses of a compiler...
2002-07-14 Kai GroßjohannComply with Texinfo coding standards. Suggestions...
2002-07-14 Mike Williams(mouse-sel-bound-events): New constant.
2002-07-13 Stefan Monnier*** empty log message ***
2002-07-13 Kim F. Stormregenerated
2002-07-13 Stefan Monnier(cl-set-substring): Fix thinko.
2002-07-13 Stefan MonnierUse hash-tables.
2002-07-13 Andreas Schwab(mail-abbrev-make-syntax-table): Check the
2002-07-13 Stefan Monnier(ebrowse-symbol-regexp): Avoid cl-set-substring.
2002-07-13 Stefan Monnier(sgml-quote): Use narrowing. Improve the regexp used...
2002-07-13 Glenn Morris(timeclock-in): Run the new day section if, after rerea...
2002-07-13 Kai GroßjohannDo not hook into file-name-handler-alist, this
2002-07-13 Kai GroßjohannFix copyright years.
2002-07-13 Kai Großjohann(tramp-multi-file-name-structure-unified): Add
2002-07-13 Kai Großjohann* files.texi (Remote Files): Explain new unified file...
2002-07-12 Kim F. Storm*** empty log message ***
2002-07-12 Kim F. Storm(grep-tree): Fixed autoload.
2002-07-12 Kim F. Storm(command_loop_1): Invert check on Vmemory_full.
2002-07-12 Glenn Morris(timeclock-get-workday-function): `timeclock-workday...
2002-07-12 Richard M.... Move the node Query Before Exit down.
2002-07-12 Richard M.... Document binding `deactivate-mark' around something...
2002-07-12 Richard M.... defimage does not evaluate SPECS.
2002-07-12 Richard M.... (ange-ftp-write-region): Don't bind executing-kbd-macro...
2002-07-12 Richard M.... (flush-lines, keep-lines): Convert REND to a marker.
2002-07-12 Richard M.... (help-with-tutorial): Display completion list right...
2002-07-12 Richard M.... Comment change.
2002-07-12 Richard M.... (ediff-test-patch-utility): Catch error and return...
2002-07-12 Richard M.... (fancy-splash-text, actions page): Add blank line to...
2002-07-12 Richard M.... (command-line): Set memory-signal-data.
2002-07-12 Richard M.... (help-map): Add binding for info-emacs-manual.
2002-07-12 Richard M.... *** empty log message ***
2002-07-12 Richard M.... (strokes-help): Call print-help-return-message
2002-07-12 Richard M.... (info-emacs-manual): New function.
2002-07-12 Richard M.... (multiple-value-call): Add alias.
2002-07-12 Richard M.... (compilation-normalize-filename):
2002-07-12 Richard M.... (Fwrite_region): Doc fix.
2002-07-12 Juanma Barranquero(describe-variable): Put `defvaralias' info before...
2002-07-12 Juanma Barranquero(timer-set-time-with-usecs): Fix documentation. Simplif...
2002-07-12 Richard M.... (print_error_message): Don't handle Vsignaling_function...
2002-07-12 Richard M.... (cmd_error_internal): Handle Vsignaling_function here.
2002-07-12 Richard M.... (Fsignal): Don't call cancel_hourglass.
2002-07-12 Richard M.... (process_send_signal): Add abort call.
2002-07-12 Pavel Janík(describe-variable): Mention if the variable is an...
2002-07-12 Markus Rost(Fkey_binding): Fix typo.
2002-07-11 Kenichi Handa(locale-language-names): Change "mk" (Macedoninan)...
2002-07-11 Kai Großjohann(tramp-handle-make-symbolic-link): Implement.
2002-07-11 Kai Großjohann(tramp-default-method): New default method "sm"
2002-07-11 Richard M.... (Vmemory_full): New variable.
2002-07-11 Richard M.... (Vmemory_full): Add declaration.
2002-07-11 Richard M.... (last_known_column): Declare as double, not float.
2002-07-11 Richard M.... (message_dolog): Do nothing if Vmemory_full is non...
2002-07-11 Richard M.... *** empty log message ***
2002-07-11 Pavel Janík*** empty log message ***
2002-07-11 Richard M.... (BROKEN_SA_RESTART): Defined.
2002-07-11 Richard M.... (sys_signal): Test BROKEN_SA_RESTART.
2002-07-11 Andrew Choi2002-07-11 Andrew Choi <akochoi@shaw.ca>
2002-07-11 Juanma Barranquero*** empty log message ***
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-11 Juanma Barranquero*** empty log message ***
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-10 Kim F. Storm(ido-make-merged-file-list): Fix last change again.
2002-07-10 Juanma Barranquero(authors-obsolete-file-p): Fix typo.
2002-07-10 Juanma BarranqueroRevert doubtful typo fix.
2002-07-10 Juanma Barranquero(speedbar-obj-do-check): Fix typo.
2002-07-10 Juanma Barranquero*** empty log message ***
2002-07-10 Juanma Barranquero(speedbar-tag-hierarchy-method): Fix typos.
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-07-10 Juanma Barranquero(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All...
2002-07-10 Juanma Barranquero(speedbar-make-specialized-keymap): Fix docstring.
2002-07-10 Juanma Barranquero(ido-enter-single-matching-directory): Delete leftover...
2002-07-09 Stefan Monnier(Fdefalias): Add an optional `docstring' argument.
2002-07-09 Stefan Monnier(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).
next